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>
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>