NLightenGroup / nlighten-ontology

Ontology repository for the NLighten Project
1 stars 1 forks source link

ReferencedTaxonomy annotation missing a slash #26

Closed skcheng closed 6 years ago

skcheng commented 6 years ago

In nln-app.owl line 288, the IRI specifying the referenced taxonomy is missing a trailing slash.

It is currently: <app:referencedTaxonomyIRI rdf:datatype="http://www.w3.org/2001/XMLSchema#string">http://purl.org/n-lighten</app:referencedTaxonomyIRI>

It should be: <app:referencedTaxonomyIRI rdf:datatype="http://www.w3.org/2001/XMLSchema#string">http://purl.org/n-lighten\</app:referencedTaxonomyIRI>