Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems resolving IRIs ending in '/' #60

Closed
NicolasRouquette opened this issue Jun 26, 2017 · 0 comments
Closed

Problems resolving IRIs ending in '/' #60

NicolasRouquette opened this issue Jun 26, 2017 · 0 comments

Comments

@NicolasRouquette
Copy link
Member

The DC ontology defines several annotations; no logical content per se.
In OML, it looks like this:

annotationProperty dc:description=<http://purl.org/dc/elements/1.1/description>

annotationProperty dc:publisher=<http://purl.org/dc/elements/1.1/publisher>

annotationProperty dc:format=<http://purl.org/dc/elements/1.1/format>

annotationProperty dc:title=<http://purl.org/dc/elements/1.1/title>
...
closed terminology <http://purl.org/dc/elements/1.1/> {

}

In OML, the following OMLTerminologyExtension axiom fails to parse correctly because the trailing '/' was removed to resolve the IRI using the catalog. However, the original IRI with trailing '/' needs to be used to verify the extended IRI with the IRI of an OML Module like DC above.

open terminology <http://www.w3.org/2001/XMLSchema> {

	extends <http://purl.org/dc/elements/1.1/>

	@dc:source="http://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/datatypes.html#anyAtomicType"
	scalar anyAtomicType
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant