Skip to content

Commit

Permalink
Refactor VBO definitions #209
Browse files Browse the repository at this point in the history
Addresses #209
  • Loading branch information
katiermullen committed Nov 11, 2024
1 parent 75007a7 commit 48d8ff7
Show file tree
Hide file tree
Showing 8 changed files with 45,873 additions and 30,720 deletions.
747 changes: 381 additions & 366 deletions src/ontology/components/catbreeds.owl

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions src/ontology/components/catbreeds.tsv

Large diffs are not rendered by default.

45,351 changes: 30,208 additions & 15,143 deletions src/ontology/components/dadisbreedcountry.owl

Large diffs are not rendered by default.

30,132 changes: 15,066 additions & 15,066 deletions src/ontology/components/dadisbreedcountry.tsv

Large diffs are not rendered by default.

231 changes: 141 additions & 90 deletions src/ontology/components/highlevelclass.owl

Large diffs are not rendered by default.

94 changes: 47 additions & 47 deletions src/ontology/components/highlevelclass.tsv

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions src/ontology/components/relation.owl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@



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

<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000233"/>



<!-- http://purl.org/dc/terms/contributor -->

<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/contributor"/>
Expand Down Expand Up @@ -65,6 +71,7 @@
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/NCBITaxon_7742"/>
<obo:IAO_0000115>A relation between two distinct material entities (breeds or species), a descendant entity and an ancestor entity, in which the descendant entity is the result of mating, manipulation, or geographical or cultural isolation of the ancestor entity, therefore inheriting some of the ancestor’s genetic material.</obo:IAO_0000115>
<obo:IAO_0000116>has foundation stock can be used to relate a breed to one or more other breeds, or to a &quot;species&quot; (ie an NCBITaxon term) as in the cases of &quot;hybrid breeds&quot;. &quot;Hybrid breeds&quot; are created by crossing animals of different species.</obo:IAO_0000116>
<obo:IAO_0000233 rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://github.com/monarch-initiative/vertebrate-breed-ontology/issues/209</obo:IAO_0000233>
<terms:contributor rdf:resource="https://orcid.org/0000-0002-4142-7153"/>
<terms:contributor rdf:resource="https://orcid.org/0000-0002-5002-8648"/>
<terms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2024-04-11T14:49:29Z</terms:created>
Expand All @@ -74,6 +81,20 @@



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

<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/VBO_0300020">
<obo:IAO_0000115>A relation between a breed and the geographic location where the breed was reported to exist by country-nominated FAO National Coordinators.</obo:IAO_0000115>
<obo:IAO_0000233 rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://github.com/monarch-initiative/vertebrate-breed-ontology/issues/209</obo:IAO_0000233>
<terms:contributor rdf:resource="https://orcid.org/0000-0002-4142-7153"/>
<terms:contributor rdf:resource="https://orcid.org/0000-0002-5002-8648"/>
<terms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2024-11-05T18:13:40Z</terms:created>
<rdfs:comment>Officially nominated FAO National Coordinators report breeds existing in their country (these breeds are reported in the DAD-IS breed list). ‘of breed reported in&apos; refers to the region where the breed was reported. For example: VBO:0007427 represents the “Alatau” breed reported to be found in Kyrgyzstan by the FAO coordinators.</rdfs:comment>
<rdfs:label xml:lang="en">of breed reported in</rdfs:label>
</owl:ObjectProperty>



<!--
///////////////////////////////////////////////////////////////////////////////////////
//
Expand Down
7 changes: 4 additions & 3 deletions src/ontology/components/relation.tsv
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
relation id (required) type label (required) definition (required) parent relation creator ORCID (required) Date created (required) relation characteristics domain range inverse property example of use synonyms curator/usage notes
ID TYPE AL rdfs:label@en A IAO:0000115 SP % AI dc:contributor SPLIT=| AT dc:created^^xsd:dateTime CHARACTERISTIC SPLIT=| DOMAIN RANGE IP % A rdfs:comment A oboInOwl:hasExactSynonym SPLIT=| A IAO:0000116
VBO:0300019 owl:ObjectProperty has foundation stock A relation between two distinct material entities (breeds or species), a descendant entity and an ancestor entity, in which the descendant entity is the result of mating, manipulation, or geographical or cultural isolation of the ancestor entity, therefore inheriting some of the ancestor’s genetic material. https://orcid.org/0000-0002-4142-7153|https://orcid.org/0000-0002-5002-8648 2024-04-11T14:49:29Z Transitive NCBITaxon:7742 A "foundation stock" refers to animals that are the progenitors, or foundation, of a breed or of a given bloodline within such. Many modern breeds can be traced to specific, named foundation animals, but a group of animals may be referred to collectively as foundation bloodstock when one distinct population (including both landrace breeds or a group of animals linked to a deliberate and specific selective breeding program) provides part of the underlying genetic base for a new distinct population. (https://en.wikipedia.org/wiki/Foundation_stock.) Example of usage: 'Cymric (cat)' (VBO:0100080) has foundation stock 'Manx (cat)' (VBO:0100156). has foundation stock can be used to relate a breed to one or more other breeds, or to a "species" (ie an NCBITaxon term) as in the cases of "hybrid breeds". "Hybrid breeds" are created by crossing animals of different species.
relation id (required) type label (required) definition (required) parent relation creator ORCID (required) Date created (required) relation characteristics domain range inverse property example of use synonyms curator/usage notes gh_issue_NOT_merge_obsolete
ID TYPE AL rdfs:label@en A IAO:0000115 SP % AI dc:contributor SPLIT=| AT dc:created^^xsd:dateTime CHARACTERISTIC SPLIT=| DOMAIN RANGE IP % A rdfs:comment A oboInOwl:hasExactSynonym SPLIT=| A IAO:0000116 AT IAO:0000233^^xsd:anyURI SPLIT=|
VBO:0300019 owl:ObjectProperty has foundation stock A relation between two distinct material entities (breeds or species), a descendant entity and an ancestor entity, in which the descendant entity is the result of mating, manipulation, or geographical or cultural isolation of the ancestor entity, therefore inheriting some of the ancestor’s genetic material. https://orcid.org/0000-0002-4142-7153|https://orcid.org/0000-0002-5002-8648 2024-04-11T14:49:29Z Transitive NCBITaxon:7742 A "foundation stock" refers to animals that are the progenitors, or foundation, of a breed or of a given bloodline within such. Many modern breeds can be traced to specific, named foundation animals, but a group of animals may be referred to collectively as foundation bloodstock when one distinct population (including both landrace breeds or a group of animals linked to a deliberate and specific selective breeding program) provides part of the underlying genetic base for a new distinct population. (https://en.wikipedia.org/wiki/Foundation_stock.) Example of usage: 'Cymric (cat)' (VBO:0100080) has foundation stock 'Manx (cat)' (VBO:0100156). has foundation stock can be used to relate a breed to one or more other breeds, or to a "species" (ie an NCBITaxon term) as in the cases of "hybrid breeds". "Hybrid breeds" are created by crossing animals of different species. https://github.com/monarch-initiative/vertebrate-breed-ontology/issues/209
VBO:0300020 owl:ObjectProperty of breed reported in A relation between a breed and the geographic location where the breed was reported to exist by country-nominated FAO National Coordinators. https://orcid.org/0000-0002-4142-7153|https://orcid.org/0000-0002-5002-8648 2024-11-05T18:13:40Z Officially nominated FAO National Coordinators report breeds existing in their country (these breeds are reported in the DAD-IS breed list). ‘of breed reported in' refers to the region where the breed was reported. For example: VBO:0007427 represents the “Alatau” breed reported to be found in Kyrgyzstan by the FAO coordinators. https://github.com/monarch-initiative/vertebrate-breed-ontology/issues/209

0 comments on commit 48d8ff7

Please sign in to comment.