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

cfstdn:large_scale_cloud_area_fraction
  skos:definition "'X_area_fraction' means the fraction of horizontal area occupied by X. 'X_area' means the horizontal area occupied by X within the grid cell. Cloud area fraction is also called 'cloud amount' and 'cloud cover'. The cloud area fraction is for the whole atmosphere column, as seen from the surface or the top of the atmosphere. The cloud area fraction in a layer of the atmosphere has the standard name cloud_area_fraction_in_atmosphere_layer."@en ;
  skos:prefLabel "large_scale_cloud_area_fraction"@en ;
  skos:exactMatch <http://vocab.nerc.ac.uk/collection/P07/current/CFSN0592/> ;
  owl:sameAs cfstdn:stratiform_cloud_area_fraction ;
  skos:topConceptOf <https://vocab.met.no/CFSTDN> ;
  skos:inScheme <https://vocab.met.no/CFSTDN> ;
  owl:deprecated true ;
  skos:note "deprecated"@en ;
  dc:source <http://cfconventions.org/Data/cf-standard-names/78/build/cf-standard-name-table.html> ;
  a skos:Concept ;
  dc:isReplacedBy cfstdn:stratiform_cloud_area_fraction .

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

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

