-
Notifications
You must be signed in to change notification settings - Fork 1
Open
1 / 11 of 1 issue completedLabels
TCS2.0.0class:TaxonConceptOrganized in the TaxonConcept classOrganized in the TaxonConcept classhas associated literalTerm has an associated literal term in another standardTerm has an associated literal term in another standardpropertyRDF type of term is 'property'RDF type of term is 'property'
Milestone
Description
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 |
Usage |
|
GitHub issue | https://github.com//issues/8 |
Comments
The This is the parent as indicated in the parent
is another Taxon Concept.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 classOrganized in the TaxonConcept classhas associated literalTerm has an associated literal term in another standardTerm has an associated literal term in another standardpropertyRDF type of term is 'property'RDF type of term is 'property'