Skip to content

Commit

Permalink
Added missing imports to operators and versioning ontologies
Browse files Browse the repository at this point in the history
  • Loading branch information
uscholdm committed Oct 13, 2023
1 parent e1bb60f commit 74e1859
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/examplesVersionDependency.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@

<https://ontologies.exco.com/exeoDiseases>
a owl:Ontology ;
owl:imports
<https://w3id.org/semanticarts/ontology/operators1.0.0> ,
<https://w3id.org/semanticarts/ontology/versioning1.0.0>
;
owl:versionIRI <https://ontologies.exco.com/exeoDiseases3.0.2> ;
skos:prefLabel "Diseases"^^xsd:string ;
skos:scopeNote "The version of this ontology does not meet the dependency requirement."^^xsd:string ;
Expand Down Expand Up @@ -67,6 +71,10 @@

<https://w3id.org/semanticarts/ontology/gistCore>
a owl:Ontology ;
owl:imports
<https://w3id.org/semanticarts/ontology/operators1.0.0> ,
<https://w3id.org/semanticarts/ontology/versioning1.0.0>
;
owl:versionIRI <https://w3id.org/semanticarts/ontology/gistCore12.2.2> ;
skos:prefLabel "gist"^^xsd:string ;
ver:hasVersionNumber [
Expand Down

0 comments on commit 74e1859

Please sign in to comment.