Skip to content

Commit

Permalink
Cleanup of property values and attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Nov 28, 2024
1 parent 0527d24 commit 4f295a3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/ontology/taxrank-edit.obo
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ data-version: 2013-11-10
default-namespace: taxonomic_rank
remark: To the extent possible under law, Peter E. Midford has waived all copyright and related or neighboring rights to the Taxonomic Rank Vocabulary (TAXRANK). This work is published from the United States. It is requested that users of this vocabulary cite it at the following URI: http://www.phenoscape.org/wiki/Taxonomic_Rank_Vocabulary
ontology: taxrank
idspace: dcterms http://purl.org/dc/terms/
idspace: orcid https://orcid.org/
property_value: dcterms:contributor orcid:0000-0001-6512-3296
property_value: dcterms:contributor orcid:0000-0003-4423-4370

[Term]
id: TAXRANK:0000000
Expand Down Expand Up @@ -551,3 +555,4 @@ is_metadata_tag: true
id: IAO:0000112
name: example of usage
is_metadata_tag: true
namespace: iao
5 changes: 5 additions & 0 deletions taxrank.obo
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
format-version: 1.2
data-version: releases/2024-11-28
default-namespace: taxonomic_rank
idspace: dcterms http://purl.org/dc/terms/
idspace: oboInOwl http://www.geneontology.org/formats/oboInOwl#
idspace: orcid https://orcid.org/
remark: To the extent possible under law, Peter E. Midford has waived all copyright and related or neighboring rights to the Taxonomic Rank Vocabulary (TAXRANK). This work is published from the United States. It is requested that users of this vocabulary cite it at the following URI: http://www.phenoscape.org/wiki/Taxonomic_Rank_Vocabulary
ontology: taxrank
property_value: dcterms:contributor orcid:0000-0001-6512-3296
property_value: dcterms:contributor orcid:0000-0003-4423-4370
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 @@ -547,6 +551,7 @@ created_by: orcid:0000-0003-4423-4370
[Typedef]
id: IAO:0000112
name: example of usage
namespace: iao
is_metadata_tag: true

[Typedef]
Expand Down
12 changes: 11 additions & 1 deletion taxrank.owl
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:orcid="https://orcid.org/"
xmlns:dcterms="http://purl.org/dc/terms/"
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"/>
<dcterms:contributor rdf:resource="https://orcid.org/0000-0001-6512-3296"/>
<dcterms:contributor rdf:resource="https://orcid.org/0000-0003-4423-4370"/>
<oboInOwl:default-namespace>taxonomic_rank</oboInOwl:default-namespace>
<oboInOwl:hasOBOFormatVersion>1.2</oboInOwl:hasOBOFormatVersion>
<rdfs:comment>To the extent possible under law, Peter E. Midford has waived all copyright and related or neighboring rights to the Taxonomic Rank Vocabulary (TAXRANK). This work is published from the United States. It is requested that users of this vocabulary cite it at the following URI: http://www.phenoscape.org/wiki/Taxonomic_Rank_Vocabulary</rdfs:comment>
Expand All @@ -31,7 +35,7 @@
<!-- http://purl.obolibrary.org/obo/IAO_0000112 -->

<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000112">
<oboInOwl:hasOBONamespace>taxonomic_rank</oboInOwl:hasOBONamespace>
<oboInOwl:hasOBONamespace>iao</oboInOwl:hasOBONamespace>
<oboInOwl:id>IAO:0000112</oboInOwl:id>
<oboInOwl:is_metadata_tag rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</oboInOwl:is_metadata_tag>
<rdfs:label>example of usage</rdfs:label>
Expand All @@ -58,6 +62,12 @@



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

<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/contributor"/>



<!-- http://www.geneontology.org/formats/oboInOwl#created_by -->

<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#created_by">
Expand Down

0 comments on commit 4f295a3

Please sign in to comment.