tdwg / tcs2

The TCS 2 Task Group will turn TCS into a form in which it can be maintained. The new version of TCS will be a vocabulary standard like Darwin Core and Audiovisual Core and will complement these other existing TDWG standards.
6 stars 0 forks source link

property: child #232

Open nielsklazenga opened 9 months ago

nielsklazenga commented 9 months ago

child (property)

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

A direct subordinate in a classification.

Usage

child is another Taxon Concept; a Taxon Concept can have more than one 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> ;
    dwc:scientificName "Panthera Oken, 1816" ;
    tcs:child <https://www.catalogueoflife.org/data/taxon/4CGXP> ,
            <https://www.catalogueoflife.org/data/taxon/4CGXQ> ,
            <https://www.catalogueoflife.org/data/taxon/4CGXR> ,
            <https://www.catalogueoflife.org/data/taxon/4CGXS> .

<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> ;
    dwc:scientificName "Panthera leo (Linnaeus, 1758)" .

<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> ;
    dwc:scientificName "Panthera onca (Linnaeus, 1758)" .

<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> ;
    dwc:scientificName "Panthera pardus (Linnaeus, 1758)" .

<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> ;
    dwc:scientificName "Panthera tigris (Linnaeus, 1758)" .

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

Mapping

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