@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:20072
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:exactMatch <http://purl.bioontology.org/ontology/MESH/D012399> ;
  skos:definition "[MESH] Motion of an object in which either one or more points on a line are fixed. It is also the motion of a particle about a fixed point. (From McGraw-Hill Dictionary of Scientific and Technical Terms, 4th ed)"@en ;
  skos:broader envthes:10064 ;
  skos:prefLabel "rotation"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

envthes:10064
  skos:prefLabel "management practice"@en ;
  a skos:Concept ;
  skos:narrower envthes:20072 .

