We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When importing the following example (from tests/testonto_for_copy), the prefix for testonto becomes 0.1.0 instead of testonto.
@Prefix : http://emmo.info/copytestonto# . @Prefix owl: http://www.w3.org/2002/07/owl# . @Prefix rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# . @Prefix xml: http://www.w3.org/XML/1998/namespace . @Prefix xsd: http://www.w3.org/2001/XMLSchema# . @Prefix rdfs: http://www.w3.org/2000/01/rdf-schema# . @Prefix skos: http://www.w3.org/2004/02/skos/core# . @base http://emmo.info/copytestonto .
http://emmo.info/copytestonto rdf:type owl:Ontology ; owl:versionIRI http://emmo.info/copytestonto/0.1.0 ; owl:imports http://emmo.info/testonto/0.1.0 ; owl:versionInfo "0.1.0" .
:testclass rdf:type owl:Class ; rdfs:subClassOf owl:Thing ; skos:prefLabel "CopyClass"@en .
The text was updated successfully, but these errors were encountered:
base_iri
iri
No branches or pull requests
When importing the following example (from tests/testonto_for_copy), the prefix for testonto becomes 0.1.0 instead of testonto.
@Prefix : http://emmo.info/copytestonto# .
@Prefix owl: http://www.w3.org/2002/07/owl# .
@Prefix rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# .
@Prefix xml: http://www.w3.org/XML/1998/namespace .
@Prefix xsd: http://www.w3.org/2001/XMLSchema# .
@Prefix rdfs: http://www.w3.org/2000/01/rdf-schema# .
@Prefix skos: http://www.w3.org/2004/02/skos/core# .
@base http://emmo.info/copytestonto .
http://emmo.info/copytestonto rdf:type owl:Ontology ;
owl:versionIRI http://emmo.info/copytestonto/0.1.0 ;
owl:imports http://emmo.info/testonto/0.1.0 ;
owl:versionInfo "0.1.0" .
:testclass rdf:type owl:Class ;
rdfs:subClassOf owl:Thing ;
skos:prefLabel "CopyClass"@en .
The text was updated successfully, but these errors were encountered: