@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix cfstdn: <https://vocab.met.no/CFSTDN/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://vocab.met.no/CFSTDN>
  skos:prefLabel "Climate and Forecast Standard Names"@en ;
  a skos:ConceptScheme ;
  skos:hasTopConcept cfstdn:biological_taxon_identifier .

cfstdn:biological_taxon_identifier
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  dc:isReplacedBy cfstdn:biological_taxon_lsid ;
  skos:prefLabel "biological_taxon_identifier"@en ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/YU6AEXR7/> ;
  a skos:Concept ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  owl:deprecated true ;
  skos:definition "\"Biological taxon\" is a name or other label identifying an organism or a group of organisms as belonging to a unit of classification in a hierarchical taxonomy. The quantity with standard name biological_taxon_identifier is the machine-readable identifier for the taxon registration in either WoRMS (the AphiaID) or ITIS (the taxonomic serial number or TSN), including namespace. The namespace strings are 'aphia:' or 'tsn:'. For example, Calanus finmarchicus is encoded as either 'aphia:104464' or 'tsn:85272'. For the marine domain WoRMS has more complete coverage and so aphia Ids are preferred. See Section 6.1.2 of the CF convention (version 1.8 or later) for information about biological taxon auxiliary coordinate variables."@en ;
  skos:note "deprecated"@en ;
  owl:sameAs cfstdn:biological_taxon_lsid .

cfstdn:biological_taxon_lsid
  skos:prefLabel "biological_taxon_lsid"@en ;
  a skos:Concept .

