@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:20029
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:exactMatch <http://purl.obolibrary.org/obo/STATO_0000034> ;
  skos:definition "[STATO] a model parameter is a data item which is part of a model and which is meant to characterize an theoritecal or unknown population. a model parameter may be estimated by considering the properties of samples presumably taken from the theoritecal population"@en ;
  skos:broader envthes:10221 ;
  skos:prefLabel "model parameter"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

envthes:10221
  skos:prefLabel "model property"@en ;
  a skos:Concept ;
  skos:narrower envthes:20029 .

