@prefix envthes: <http://vocabs.lter-europe.net/EnvThes/> .
@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/> .

envthes:
  skos:prefLabel "EnvThes"@en ;
  a skos:ConceptScheme .

envthes:1
  skos:prefLabel "deprecated concept"@en ;
  a skos:Concept .

envthes:e96f2ad4-b75d-4c81-a911-11e71dff973b
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:editorialNote "concept 'volume' exists"@en ;
  skos:definition "Volume is the quantity of three-dimensional space enclosed by some closed boundary, for example, the space that a substance (solid, liquid, gas, or plasma) or shape occupies or contains"@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "volume"@en ;
  dc:creator "nsb@ceh.ac.uk"@en .

