@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/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://w3id.org/ozcar-theia/c_4629ad08>
  skos:prefLabel "Pressure"@en ;
  a <https://w3id.org/iadopt/ont/Property>, skos:Concept ;
  skos:narrower <https://w3id.org/ozcar-theia/c_1c52fd53> .

<https://w3id.org/ozcar-theia/> a skos:ConceptScheme, owl:Ontology .
<https://w3id.org/ozcar-theia/c_1c52fd53>
  skos:prefLabel "Pressure head"@en ;
  a skos:Concept, <https://w3id.org/iadopt/ont/Property> ;
  skos:definition "[Wikipedia] In fluid mechanics, pressure head is the height of a liquid column that corresponds to a particular pressure exerted by the liquid column on the base of its container. It may also be called static pressure head or simply static head (but not static head pressure)."@en ;
  skos:exactMatch <http://vocabs.lter-europe.net/EnvThes/22207> ;
  skos:broader <https://w3id.org/ozcar-theia/c_4629ad08> ;
  skos:inScheme <https://w3id.org/ozcar-theia/> ;
  skos:altLabel "Static head"@en, "Static pressure head"@en ;
  dc:created "2022-02-07T17:00:00"^^xsd:dateTime .

