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: conservedAgainst #39

Open nielsklazenga opened 3 years ago

nielsklazenga commented 3 years ago

conservedAgainst (property)

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

Name(s) against which this name is conserved.

Usage

The conservedAgainst property takes another Taxon Name; a Taxon Name can be conserved against more than one other Taxon Names.

Comments

A scientific name below the rank of family is not conserved against all other names, but only against one or more names that in turn are rejected against the conserved name. A name can be conserved against more than one other name, so this property is repeatable.

Examples

<https://www.tropicos.org/name/35000378> a tcs:TaxonName ;
    tcs:taxonNameString "Dicranoloma" ;
    dwc:scientificNameAuthorship "(Renauld) Renauld" ;
    tcs:namePublishedInYear "1909" ;
    tcs:conservedAgainst <https://www.tropicos.org/name/35000771> ,
            <https://www.tropicos.org/name/35000146> .

<https://www.tropicos.org/name/35000771> a tcs:TaxonName ;
    tcs:taxonNameString "Megalostylium" ;
    dwc:scientificNameAuthorship "Dozy & Molk." ;
    dwc:namePublishedInYear "1848" . 

<https://www.tropicos.org/name/35000146> a tcs:TaxonName ;
    tcs:taxonNameString "Braunfelsia" ;
    dwc:scientificNameAuthorship "Paris" ;
    dwc:namePublishedInYear "1894" .

[TaxonName-conservedAgainst-example-1.ttl] [TaxonName-conservedAgainst-example-1.jsonld]

Mapping

TCS 1 DataSet/TaxonNames/TaxonName/ConservedAgainst
TDWG Ontology http://rs.tdwg.org/ontology/voc/TaxonName#ConservedAgainst
nielsklazenga commented 1 year ago

I changed the comments a little (see https://github.com/tdwg/tcs2/blob/master/docs/tcs-terms.md#tcsconservedagainst) as in the Botanical Code names of families that are conserved are conserved against all other family names that are conserved. Can someone tell me what the case is in other Codes?

An example (of a name that is conserved against another name) from another Code would be excellent too.