Skip to content

Commit

Permalink
Merge pull request #267 from OBOFoundry/229_remove_inverseOf
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall authored Aug 16, 2024
2 parents 7fb4596 + 660d7e2 commit 47eb456
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions src/ontology/cob-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -829,18 +829,14 @@
<owl:Class rdf:about="http://purl.obolibrary.org/obo/COB_0000061">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/COB_0000513"/>
<owl:someValuesFrom rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/COB_0000002"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/COB_0000120"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<rdf:Description>
<owl:inverseOf rdf:resource="http://purl.obolibrary.org/obo/COB_0000078"/>
</rdf:Description>
</owl:onProperty>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/COB_0000120"/>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/COB_0000513"/>
<owl:someValuesFrom rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment>Pier: &apos;data, information or knowledge&apos;. OR &apos;representation</rdfs:comment>
Expand Down Expand Up @@ -1193,11 +1189,7 @@
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<rdf:Description>
<owl:inverseOf rdf:resource="http://purl.obolibrary.org/obo/COB_0000087"/>
</rdf:Description>
</owl:onProperty>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/COB_0000029"/>
<owl:allValuesFrom rdf:resource="http://purl.obolibrary.org/obo/COB_0000082"/>
</owl:Restriction>
</rdfs:subClassOf>
Expand Down Expand Up @@ -1306,11 +1298,7 @@
<owl:Class rdf:about="http://purl.obolibrary.org/obo/COB_0000502">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<rdf:Description>
<owl:inverseOf rdf:resource="http://purl.obolibrary.org/obo/COB_0000512"/>
</rdf:Description>
</owl:onProperty>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/COB_0000023"/>
<owl:someValuesFrom rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
</owl:Restriction>
</rdfs:subClassOf>
Expand Down

0 comments on commit 47eb456

Please sign in to comment.