Skip to content

property: parent #9

Open
0 of 1 issue completed
Open
0 of 1 issue completed
@nielsklazenga

Description

@nielsklazenga

parent (property)

Identifier http://rs.tdwg.org/tcs/terms/parent
Type http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
Label Parent
required: No — repeatable: No
Definition

The direct parent immediately next higher taxon in a hierarchical classification.

Usage

parent is another Taxon Concept; a Taxon Concept can have only one parent.

GitHub issue https://github.com//issues/8

Comments

The parent is another Taxon Concept. This is the parent as indicated in the accordingTo reference, rather than a third-party classification. The accordingTo of the parent will generally, but not necessarily, be the same as that of the child.

Examples

<https://www.catalogueoflife.org/data/taxon/6DBT> a tcs:TaxonConcept ;
    dcterms:title "Panthera sec. Catalogue of Life 2024-01-24" ;
    tcs:accordingTo <https://doi.org/10.48580/dfrdl> ;
    tcs:taxonName: [ a tcs:TaxonName ;
            tcs:taxonNameString: "Panthera" ;
            dwc:scientificNameAuthorship: "Oken, 1816" ] .

<https://www.catalogueoflife.org/data/taxon/4CGXP> a tcs:TaxonConcept ;
    dcterms:title "Panthera leo sec. Catalogue of Life 2024-01-24" ;
    tcs:accordingTo <https://doi.org/10.48580/dfrdl> ;
    tcs:taxonName: [ a tcs:TaxonName ;
            tcs:taxonNameString: "Panthera leo" ;
            dwc:scientificNameAuthorship: "(Linnaeus, 1758)" ] ;
    tcs:parent <https://www.catalogueoflife.org/data/taxon/6DBT> .

<https://www.catalogueoflife.org/data/taxon/4CGXQ> a tcs:TaxonConcept ;
    dcterms:title "Panthera onca sec. Catalogue of Life 2024-01-24" ;
    tcs:accordingTo <https://doi.org/10.48580/dfrdl> ;
    tcs:taxonName: [ a tcs:TaxonName ;
            tcs:taxonNameString: "Panthera onca" ;
            dwc:scientificNameAuthorship: "(Linnaeus, 1758)" ] ;
    tcs:parent <https://www.catalogueoflife.org/data/taxon/6DBT> .

<https://www.catalogueoflife.org/data/taxon/4CGXR> a tcs:TaxonConcept ;
    dcterms:title "Panthera pardus sec. Catalogue of Life 2024-01-24" ;
    tcs:accordingTo <https://doi.org/10.48580/dfrdl> ;
    tcs:taxonName: [ a tcs:TaxonName ;
            tcs:taxonNameString: "Panthera pardus" ;
            dwc:scientificNameAuthorship: "(Linnaeus, 1758)" ] ;
    tcs:parent <https://www.catalogueoflife.org/data/taxon/6DBT> .

<https://www.catalogueoflife.org/data/taxon/4CGXS> a tcs:TaxonConcept ;
    dcterms:title "Panthera tigris sec. Catalogue of Life 2024-01-24" ;
    tcs:accordingTo <https://doi.org/10.48580/dfrdl> ;
    tcs:taxonName: [ a tcs:TaxonName ;
            tcs:taxonNameString: "Panthera tigris" ;
            dwc:scientificNameAuthorship: "(Linnaeus, 1758)" ] ;
    tcs:parent <https://www.catalogueoflife.org/data/taxon/6DBT> .

[TaxonConcept-parent-example-1.ttl] [TaxonConcept-parent-example-1.jsonld]

Mapping

TCS DataSet/TaxonConcepts/TaxonConcept/TaxonRelationships/TaxonRelationship/[@type="is child taxon of"] |
DataSet/TaxonRelationshipAssertions/TaxonRelationshipAssertion[@type="is child taxon of"]
TDWG Ontology http://rs.tdwg.org/ontology/voc/TaxonConcept#IsChildTaxonOf

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

Sub-issues

Metadata

Metadata

Assignees

Labels

TCS2.0.0class:TaxonConceptOrganized in the TaxonConcept classhas associated literalTerm has an associated literal term in another standardpropertyRDF type of term is 'property'

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions