Skip to content

Commit

Permalink
Add license to metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Nov 28, 2024
1 parent 4f295a3 commit cf6d3cc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ontology/taxrank-edit.obo
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ 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
property_value: dcterms:license https://creativecommons.org/publicdomain/zero/1.0/

[Term]
id: TAXRANK:0000000
Expand Down
1 change: 1 addition & 0 deletions taxrank.obo
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ remark: To the extent possible under law, Peter E. Midford has waived all copyri
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/
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
7 changes: 7 additions & 0 deletions taxrank.owl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<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"/>
<dcterms:license rdf:resource="https://creativecommons.org/publicdomain/zero/1.0/"/>
<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 Down Expand Up @@ -68,6 +69,12 @@



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

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



<!-- 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 cf6d3cc

Please sign in to comment.