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: child #232

Open
nielsklazenga opened this issue Feb 23, 2024 · 0 comments
Open

property: child #232

nielsklazenga opened this issue Feb 23, 2024 · 0 comments
Assignees
Labels
class:TaxonConcept Organized in the TaxonConcept class property RDF type of term is 'property' TCS2.0.0

Comments

@nielsklazenga
Copy link
Member

nielsklazenga commented Feb 23, 2024

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
@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 nielsklazenga added this to the TCS 2 initial release milestone Sep 18, 2024
@nielsklazenga nielsklazenga changed the title Property:child property:child Sep 18, 2024
@nielsklazenga nielsklazenga changed the title property:child property: child Sep 19, 2024
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' TCS2.0.0
Projects
None yet
Development

No branches or pull requests

1 participant