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

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

cfstdn:cloud_binary_mask
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  skos:note "Mapping to be determined"@en ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/J2ZAL3RP/> ;
  skos:prefLabel "cloud_binary_mask"@en ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  skos:definition "X_binary_mask has 1 where condition X is met, 0 elsewhere. 1 = cloud present, 0 = cloud absent (clear). If no threshold is supplied, the binary mask is 1 if there is any non-zero amount of cloud. if a threshold is supplied, it should be specified by associating a coordinate variable or scalar coordinate variable with the data variable and giving the coordinate variable a standard name of cloud_area_fraction. The values of the coordinate variable are the threshold values for the corresponding subarrays of the data variable."@en ;
  a skos:Concept .

