Skip to content

Commit b80bae2

Browse files
authored
Merge pull request #235 from OBOFoundry/owlapi-4524-normalisation
cob-edit.owl: OWL API 4.5.25 normalisation This PR does not change anything apart from the serialisation, so merging it without review
2 parents 053bb1e + a3ac0fd commit b80bae2

File tree

1 file changed

+18
-34
lines changed

1 file changed

+18
-34
lines changed

src/ontology/cob-edit.owl

Lines changed: 18 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@
402402
<!-- http://purl.obolibrary.org/obo/COB_0000005 -->
403403

404404
<owl:Class rdf:about="http://purl.obolibrary.org/obo/COB_0000005">
405-
<obo:IAO_0000116 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">no longer needed</obo:IAO_0000116>
405+
<obo:IAO_0000116>no longer needed</obo:IAO_0000116>
406406
<rdfs:label xml:lang="en">obsolete_elementary charge</rdfs:label>
407407
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
408408
</owl:Class>
@@ -991,24 +991,18 @@
991991

992992
<owl:Class rdf:about="http://purl.obolibrary.org/obo/COB_0000080">
993993
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/COB_0000006"/>
994-
<rdfs:subClassOf>
995-
<owl:Restriction>
996-
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/COB_0000047"/>
997-
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/COB_0000013"/>
998-
</owl:Restriction>
999-
</rdfs:subClassOf>
994+
<rdfs:subClassOf rdf:nodeID="genid34"/>
1000995
<obo:IAO_0000115>A complex of two or more molecular entities that are not covalently bound.</obo:IAO_0000115>
1001996
<rdfs:label>complex of molecular entities</rdfs:label>
1002997
</owl:Class>
998+
<owl:Restriction rdf:nodeID="genid34">
999+
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/COB_0000047"/>
1000+
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/COB_0000013"/>
1001+
</owl:Restriction>
10031002
<owl:Axiom>
10041003
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/COB_0000080"/>
10051004
<owl:annotatedProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#subClassOf"/>
1006-
<owl:annotatedTarget>
1007-
<owl:Restriction>
1008-
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/COB_0000047"/>
1009-
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/COB_0000013"/>
1010-
</owl:Restriction>
1011-
</owl:annotatedTarget>
1005+
<owl:annotatedTarget rdf:nodeID="genid34"/>
10121006
<rdfs:comment>&gt;=2 parts (not we cannot use cardinality with transitive properties)</rdfs:comment>
10131007
</owl:Axiom>
10141008

@@ -1302,16 +1296,7 @@
13021296
<!-- http://purl.obolibrary.org/obo/COB_0000502 -->
13031297

13041298
<owl:Class rdf:about="http://purl.obolibrary.org/obo/COB_0000502">
1305-
<rdfs:subClassOf>
1306-
<owl:Restriction>
1307-
<owl:onProperty>
1308-
<rdf:Description>
1309-
<owl:inverseOf rdf:resource="http://purl.obolibrary.org/obo/COB_0000512"/>
1310-
</rdf:Description>
1311-
</owl:onProperty>
1312-
<owl:someValuesFrom rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
1313-
</owl:Restriction>
1314-
</rdfs:subClassOf>
1299+
<rdfs:subClassOf rdf:nodeID="genid58"/>
13151300
<rdfs:subClassOf>
13161301
<owl:Restriction>
13171302
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/COB_0000047"/>
@@ -1322,19 +1307,18 @@
13221307
<rdfs:seeAlso>https://github.com/OBOFoundry/COB/issues/65</rdfs:seeAlso>
13231308
<rdfs:seeAlso>https://github.com/oborel/obo-relations/pull/284</rdfs:seeAlso>
13241309
</owl:Class>
1310+
<owl:Restriction rdf:nodeID="genid58">
1311+
<owl:onProperty>
1312+
<rdf:Description>
1313+
<owl:inverseOf rdf:resource="http://purl.obolibrary.org/obo/COB_0000512"/>
1314+
</rdf:Description>
1315+
</owl:onProperty>
1316+
<owl:someValuesFrom rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
1317+
</owl:Restriction>
13251318
<owl:Axiom>
13261319
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/COB_0000502"/>
13271320
<owl:annotatedProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#subClassOf"/>
1328-
<owl:annotatedTarget>
1329-
<owl:Restriction>
1330-
<owl:onProperty>
1331-
<rdf:Description>
1332-
<owl:inverseOf rdf:resource="http://purl.obolibrary.org/obo/COB_0000512"/>
1333-
</rdf:Description>
1334-
</owl:onProperty>
1335-
<owl:someValuesFrom rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
1336-
</owl:Restriction>
1337-
</owl:annotatedTarget>
1321+
<owl:annotatedTarget rdf:nodeID="genid58"/>
13381322
<rdfs:comment>We should name the inverse in COB and avoid the confusing inverse(..) construct</rdfs:comment>
13391323
</owl:Axiom>
13401324

@@ -1351,5 +1335,5 @@
13511335

13521336

13531337

1354-
<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
1338+
<!-- Generated by the OWL API (version 4.5.24.2023-01-14T21:28:32Z) https://github.com/owlcs/owlapi -->
13551339

0 commit comments

Comments
 (0)