Skip to content

Commit

Permalink
Add ontology root term
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Nov 28, 2024
1 parent cf6d3cc commit 00e7abd
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/ontology/taxrank-edit.obo
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ idspace: orcid https://orcid.org/
property_value: dcterms:contributor orcid:0000-0001-6512-3296
property_value: dcterms:contributor orcid:0000-0003-4423-4370
property_value: dcterms:license https://creativecommons.org/publicdomain/zero/1.0/
property_value: IAO:0000700 TAXRANK:0000000

[Term]
id: TAXRANK:0000000
Expand Down Expand Up @@ -557,3 +558,9 @@ id: IAO:0000112
name: example of usage
is_metadata_tag: true
namespace: iao

[Typedef]
id: IAO:0000700
name: has ontology root term
is_metadata_tag: true
namespace: iao
7 changes: 7 additions & 0 deletions taxrank.obo
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ontology: taxrank
property_value: dcterms:contributor orcid:0000-0001-6512-3296
property_value: dcterms:contributor orcid:0000-0003-4423-4370
property_value: dcterms:license https://creativecommons.org/publicdomain/zero/1.0/
property_value: IAO:0000700 TAXRANK:0000000
owl-axioms: Prefix(owl:=<http://www.w3.org/2002/07/owl#>)\nPrefix(rdf:=<http://www.w3.org/1999/02/22-rdf-syntax-ns#>)\nPrefix(xml:=<http://www.w3.org/XML/1998/namespace>)\nPrefix(xsd:=<http://www.w3.org/2001/XMLSchema#>)\nPrefix(rdfs:=<http://www.w3.org/2000/01/rdf-schema#>)\n\n\nOntology(\nDeclaration(Class(<http://purl.obolibrary.org/obo/TAXRANK_0000000>))\n############################\n# Classes\n############################\n\n# Class: <http://purl.obolibrary.org/obo/TAXRANK_0000000> (<http://purl.obolibrary.org/obo/TAXRANK_0000000>)\n\nSubClassOf(<http://purl.obolibrary.org/obo/TAXRANK_0000000> owl:Thing)\n\n\n)

[Term]
Expand Down Expand Up @@ -555,6 +556,12 @@ name: example of usage
namespace: iao
is_metadata_tag: true

[Typedef]
id: IAO:0000700
name: has ontology root term
namespace: iao
is_metadata_tag: true

[Typedef]
id: TAXRANK:1000000
name: has_rank
Expand Down
12 changes: 12 additions & 0 deletions taxrank.owl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/taxrank.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/taxrank/releases/2024-11-28/taxrank.owl"/>
<obo:IAO_0000700 rdf:resource="http://purl.obolibrary.org/obo/TAXRANK_0000000"/>
<dcterms:contributor rdf:resource="https://orcid.org/0000-0001-6512-3296"/>
<dcterms:contributor rdf:resource="https://orcid.org/0000-0003-4423-4370"/>
<dcterms:license rdf:resource="https://creativecommons.org/publicdomain/zero/1.0/"/>
Expand Down Expand Up @@ -52,6 +53,17 @@



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

<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000700">
<oboInOwl:hasOBONamespace>iao</oboInOwl:hasOBONamespace>
<oboInOwl:id>IAO:0000700</oboInOwl:id>
<oboInOwl:is_metadata_tag rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</oboInOwl:is_metadata_tag>
<rdfs:label>has ontology root term</rdfs:label>
</owl:AnnotationProperty>



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

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

0 comments on commit 00e7abd

Please sign in to comment.