@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_fb752be1>
  skos:prefLabel "Volume per area"@en ;
  a <https://w3id.org/iadopt/ont/Property>, skos:Concept ;
  skos:broader <https://w3id.org/ozcar-theia/c_4dbbd02c> .

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

<https://w3id.org/ozcar-theia/> a skos:ConceptScheme, owl:Ontology .
<https://w3id.org/ozcar-theia/c_4dbbd02c>
  skos:broader <https://w3id.org/ozcar-theia/c_712bea8f> ;
  skos:narrower <https://w3id.org/ozcar-theia/c_fb752be1> ;
  dc:created "2024-01-22T15:37:48"^^xsd:dateTime ;
  skos:inScheme <https://w3id.org/ozcar-theia/> ;
  skos:prefLabel "Surface rate"@en ;
  a skos:Concept .

