Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property:higherClassification #230

Open
nielsklazenga opened this issue Feb 23, 2024 · 1 comment
Open

Property:higherClassification #230

nielsklazenga opened this issue Feb 23, 2024 · 1 comment
Assignees
Labels
class:TaxonConcept Organized in the TaxonConcept class property RDF type of term is 'property'

Comments

@nielsklazenga
Copy link
Member

nielsklazenga commented Feb 23, 2024

higherClassification (property)

Associated literal term: http://rs.tdwg.org/dwc/terms/higherClassification

Label Higher classification
Definition List or array of Taxon Concepts that starts with the highest-ranked Taxon Concept in a classification (generally a Kingdom or Domain) and ends with the 'parent'.
Usage notes
Comments Higher classification is often used in breadcrumb trails. tcs:higherClassification is the IRI equivalent of dwc:higherClassification.
Required No
Repeatable No
Constraints [Object]

Mapping

Darwin Core http://rs.tdwg.org/dwc/terms/higherClassification
@nielsklazenga nielsklazenga added class:TaxonConcept Organized in the TaxonConcept class property RDF type of term is 'property' TCS2.0.0 labels Feb 23, 2024
@nielsklazenga nielsklazenga self-assigned this Feb 23, 2024
@nielsklazenga
Copy link
Member Author

Remove from v. 2.0.0:

# property: higherClassification
- localName: higherClassification
  label: Higher classification
  definition: >-
    List or array of Taxon Concepts that starts with the highest-ranked Taxon
    Concept in a classification (generally a Kingdom or Domain) and ends with
    the parent.
  usage: >-
    `higherClassification` is a list or array of Taxon Concepts.
  notes: >-
    `higherClassification` is the IRI equivalent of `dwc:higherClassification`. 
  examples:
    - TaxonConcept-higherClassification-1
  organizedInClass: http://rs.tdwg.org/tcs/terms/TaxonConcept
  repeatable: No
  required: No
  type: http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
  github: 230
@prefix tcs: <http://rs.tdwg.org/tcs/terms/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .

<https://www.catalogueoflife.org/data/taxon/4WSQK> a tcs:TaxonConcept ;
    dcterms:title "Sequioadendron giganteum sec. Catalogue of Life 2024-01-24"
    tcs:accordingTo <https://doi.org/10.48580/dfrdl> ;
    dwc:scientificName "Sequoiadendron giganteum (Lindl.) J.T. Buchholz" ;
    tcs:higherClassification <https://www.catalogueoflife.org/data/taxon/P> ,
            <https://www.catalogueoflife.org/data/taxon/TP> ,
            <https://www.catalogueoflife.org/data/taxon/GG> ,
            <https://www.catalogueoflife.org/data/taxon/623FD> ,
            <https://www.catalogueoflife.org/data/taxon/8SY> ,
            <https://www.catalogueoflife.org/data/taxon/7FQF> .

<https://www.catalogueoflife.org/data/taxon/P> a tcs:TaxonConcept ;
    dcterms:title "Plantae sec. Catalogue of Life 2024-01-24"
    tcs:accordingTo <https://doi.org/10.48580/dfrdl> ;
    dwc:scientificName "Plantae" .

<https://www.catalogueoflife.org/data/taxon/TP> a tcs:TaxonConcept ;
    dcterms:title "Tracheophyta sec. Catalogue of Life 2024-01-24"
    tcs:accordingTo <https://doi.org/10.48580/dfrdl> ;
    dwc:scientificName "Tracheophyta" .

<https://www.catalogueoflife.org/data/taxon/GG> a tcs:TaxonConcept ;
    dcterms:title "Pinopsida sec. Catalogue of Life 2024-01-24"
    tcs:accordingTo <https://doi.org/10.48580/dfrdl> ;
    dwc:scientificName "Pinopsida" .

<https://www.catalogueoflife.org/data/taxon/623FD> a tcs:TaxonConcept ;
    dcterms:title "Pinales sec. Catalogue of Life 2024-01-24"
    tcs:accordingTo <https://doi.org/10.48580/dfrdl> ;
    dwc:scientificName "Pinales" .

<https://www.catalogueoflife.org/data/taxon/8SY> a tcs:TaxonConcept ;
    dcterms:title "Cupressaceae sec. Catalogue of Life 2024-01-24"
    tcs:accordingTo <https://doi.org/10.48580/dfrdl> ;
    dwc:scientificName "Cupressaceae" .

<https://www.catalogueoflife.org/data/taxon/7FQF> a tcs:TaxonConcept ;
    dcterms:title "Sequioadendron sec. Catalogue of Life 2024-01-24"
    tcs:accordingTo <https://doi.org/10.48580/dfrdl> ;
    dwc:scientificName "Sequoiadendron" .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
class:TaxonConcept Organized in the TaxonConcept class property RDF type of term is 'property'
Projects
None yet
Development

No branches or pull requests

1 participant