@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix elter_cl: <http://vocabs.lter-europe.net/elter_cl/> .
@prefix dc: <http://purl.org/dc/terms/> .

<http://vocabs.lter-europe.net/elter_cl>
  skos:prefLabel "eLTER Controlled Lists"@en ;
  a skos:ConceptScheme .

elter_cl:10775
  skos:inScheme <http://vocabs.lter-europe.net/elter_cl> ;
  a skos:Concept ;
  skos:exactMatch <http://codes.wmo.int/wmdr/ReportingStatus/preOperational> ;
  skos:definition "The station is deployed and producing data but still not fully ready to start reporting operationally."@en ;
  skos:broader elter_cl:10425 ;
  skos:prefLabel "Pre-operational"@en ;
  dc:creator "0000-0002-7997-219X"@en .

elter_cl:10425
  skos:prefLabel "site status"@en ;
  a skos:Concept ;
  skos:narrower elter_cl:10775 .

