@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:10375
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:exactMatch <http://mimi.case.edu/ontologies/2009/1/SDO.owl#Flow> ;
  skos:definition "[SDO] movement typical of fluids (gases, liquids) and is expressed as volume of a liquid or gas that is moving per unit of time."@en ;
  skos:broader envthes:21463 ;
  skos:prefLabel "flow"@en ;
  dc:creator <https://orcid.org/0000-0003-2195-3997> .

envthes:21463
  skos:prefLabel "derived property"@en ;
  a skos:Concept ;
  skos:narrower envthes:10375 .

