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

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

envthes:13
  skos:narrower envthes:20, envthes:19, envthes:20002, envthes:20001 ;
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:note "those are not parameters, which observed"@en ;
  skos:definition "[Miki Kertész] Any parameter referring to the properties of the sampling process, method, sample size, spatial or temporal distribution, etc."@en ;
  skos:broader envthes:10152 ;
  skos:prefLabel "sampling parameter"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

envthes:20
  skos:prefLabel "sampling unit size"@en ;
  a skos:Concept ;
  skos:broader envthes:13 .

envthes:19
  skos:prefLabel "sampling frequency"@en ;
  a skos:Concept ;
  skos:broader envthes:13 .

envthes:20002
  skos:prefLabel "sampling date and time"@en ;
  a skos:Concept ;
  skos:broader envthes:13 .

envthes:20001
  skos:prefLabel "sampling volume"@en ;
  a skos:Concept ;
  skos:broader envthes:13 .

envthes:10152
  skos:prefLabel "sampling theory"@en ;
  a skos:Concept ;
  skos:narrower envthes:13 .

