Skip to content

Commit

Permalink
Merge pull request #201 from OBOFoundry/hasquantity-issue200
Browse files Browse the repository at this point in the history
Changing has quantity to data property
  • Loading branch information
matentzn authored May 2, 2022
2 parents e90ccf4 + 4fd1518 commit 3b7d1e9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 19 deletions.
47 changes: 29 additions & 18 deletions src/ontology/components/cob-to-external.owl
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
xmlns:sssom="http://w3id.org/sssom/"
xmlns:terms="http://purl.org/dc/terms/">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/cob/components/cob-to-external.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/cob/releases/2022-04-29/components/cob-to-external.owl"/>
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/cob/releases/2022-05-02/components/cob-to-external.owl"/>
<terms:license rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://creativecommons.org/publicdomain/zero/1.0/</terms:license>
<sssom:mapping_set_id rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://purl.obolibrary.org/obo/cob/components/cob-to-external.tsv</sssom:mapping_set_id>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2022-04-29</owl:versionInfo>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2022-05-02</owl:versionInfo>
</owl:Ontology>


Expand Down Expand Up @@ -390,22 +390,6 @@



<!-- http://purl.obolibrary.org/obo/COB_0000511 -->

<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/COB_0000511">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
</owl:ObjectProperty>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/COB_0000511"/>
<owl:annotatedProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#subPropertyOf"/>
<owl:annotatedTarget rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<sssom:match_type>HumanCurated</sssom:match_type>
<sssom:object_label>topObjectProperty</sssom:object_label>
<sssom:subject_label>has quantity</sssom:subject_label>
</owl:Axiom>



<!-- http://purl.obolibrary.org/obo/COB_0000512 -->

<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/COB_0000512">
Expand Down Expand Up @@ -606,6 +590,33 @@



<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->




<!-- http://purl.obolibrary.org/obo/COB_0000511 -->

<owl:DatatypeProperty rdf:about="http://purl.obolibrary.org/obo/COB_0000511">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topDataProperty"/>
</owl:DatatypeProperty>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/COB_0000511"/>
<owl:annotatedProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#subPropertyOf"/>
<owl:annotatedTarget rdf:resource="http://www.w3.org/2002/07/owl#topDataProperty"/>
<sssom:match_type>HumanCurated</sssom:match_type>
<sssom:object_label>topDataProperty</sssom:object_label>
<sssom:subject_label>has quantity</sssom:subject_label>
</owl:Axiom>



<!--
///////////////////////////////////////////////////////////////////////////////////////
//
Expand Down
2 changes: 1 addition & 1 deletion src/ontology/components/cob-to-external.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ COB:0000074 enabled by owl:equivalentProperty RO:0002333 enabled by . HumanCurat
COB:0000502 characteristic owl:equivalentClass PATO:0000001 quality https://github.com/OBOFoundry/COB/issues/124 HumanCurated
COB:0000502 characteristic owl:equivalentClass BFO:0000020 specifically dependent continuant may be revised to be narrower HumanCurated
COB:0000502 characteristic sssom:superClassOf SO:0000400 sequence_attribute . HumanCurated
COB:0000511 has quantity rdfs:subPropertyOf owl:topObjectProperty topObjectProperty . HumanCurated
COB:0000511 has quantity rdfs:subPropertyOf owl:topDataProperty topDataProperty . HumanCurated
COB:0000512 has characteristic owl:equivalentProperty RO:0000053 bearer of . HumanCurated
COB:0000002 is concretized as owl:equivalentProperty RO:0000058 is concretized as . HumanCurated
COB:0000086 executes owl:equivalentProperty STATO:0000102 executes . HumanCurated
Expand Down

0 comments on commit 3b7d1e9

Please sign in to comment.