Skip to content

Commit

Permalink
Fixed qc errors caused by obsolete class equivalent class assertions …
Browse files Browse the repository at this point in the history
…and subclassof assertions that referenced anonymous resources, and re-loaded d-acts import to fix issue #188.
  • Loading branch information
dillerm committed Jan 7, 2024
1 parent fc22096 commit e688b56
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 64 deletions.
9 changes: 4 additions & 5 deletions omrse-full.owl
Original file line number Diff line number Diff line change
Expand Up @@ -12341,7 +12341,6 @@ edited date: 30 SEPT 2015</obo:IAO_0000232>
<obo:IAO_0000412>http://purl.obolibrary.org/obo/omrse.owl</obo:IAO_0000412>
<rdfs:comment xml:lang="en">Previous definition: A role played by an entity in human social processes.</rdfs:comment>
<rdfs:label xml:lang="en">obsolete role in human social processes</rdfs:label>
<rdfs:label xml:lang="en">role in human social processes</rdfs:label>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
</owl:Class>

Expand Down Expand Up @@ -13052,7 +13051,7 @@ Note: this definition was taken over from &quot;geopolitical organization&quot;.
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OMRSE_00000061"/>
<rdfs:subClassOf rdf:nodeID="genid751"/>
<rdfs:subClassOf rdf:nodeID="genid795"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000053"/>
Expand All @@ -13063,14 +13062,14 @@ Note: this definition was taken over from &quot;geopolitical organization&quot;.
<obo:IAO_0000117 xml:lang="en">Mathias Brochhausen</obo:IAO_0000117>
<rdfs:label xml:lang="en">facility</rdfs:label>
</owl:Class>
<owl:Restriction rdf:nodeID="genid751">
<owl:Restriction rdf:nodeID="genid795">
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/OMRSE_00000068"/>
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/OBI_0000245"/>
</owl:Restriction>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/OMRSE_00000062"/>
<owl:annotatedProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#subClassOf"/>
<owl:annotatedTarget rdf:nodeID="genid751"/>
<owl:annotatedTarget rdf:nodeID="genid795"/>
<owl:versionInfo>09/09/2017</owl:versionInfo>
</owl:Axiom>

Expand Down Expand Up @@ -20201,5 +20200,5 @@ e.g. if GP X enables ATPase coupled transporter activity&apos; and &apos;ATPase



<!-- Generated by the OWL API (version 4.5.26) https://github.com/owlcs/owlapi -->
<!-- Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi -->

1 change: 0 additions & 1 deletion omrse.owl
Original file line number Diff line number Diff line change
Expand Up @@ -12341,7 +12341,6 @@ edited date: 30 SEPT 2015</obo:IAO_0000232>
<obo:IAO_0000412>http://purl.obolibrary.org/obo/omrse.owl</obo:IAO_0000412>
<rdfs:comment xml:lang="en">Previous definition: A role played by an entity in human social processes.</rdfs:comment>
<rdfs:label xml:lang="en">obsolete role in human social processes</rdfs:label>
<rdfs:label xml:lang="en">role in human social processes</rdfs:label>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
</owl:Class>

Expand Down
Loading

0 comments on commit e688b56

Please sign in to comment.