@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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 ns0: <https://w3id.org/iadopt/ont/> .
@prefix ns1: <https://w3id.org/ozcar-theia/> .

<https://w3id.org/ozcar-theia/simplifiedLabel>
  rdfs:comment "For Theia OZCAR information system purpose. This label is used to enhance discoverability on the information system."@en ;
  rdfs:label "Simplified label"@en .

<https://w3id.org/ozcar-theia/c_a65e238c>
  skos:prefLabel "Fracture"@en ;
  a <https://w3id.org/iadopt/ont/Entity>, skos:Concept .

<https://w3id.org/ozcar-theia/c_c2fc4c10>
  skos:prefLabel "Fracture orientation variable"@en ;
  a <https://w3id.org/ozcar-theia/CategoryOfVariable>, skos:Concept ;
  skos:narrower <https://w3id.org/ozcar-theia/c_dfcf2631> .

<https://w3id.org/ozcar-theia/c_e3e3d827>
  skos:prefLabel "Azimuth"@en ;
  a <https://w3id.org/iadopt/ont/Property>, skos:Concept .

<https://w3id.org/ozcar-theia/c_b393f332>
  skos:prefLabel "Soil fracture azimuth angle inside borehole"@en ;
  a <https://w3id.org/iadopt/ont/Variable>, skos:Concept ;
  skos:broader <https://w3id.org/ozcar-theia/c_dfcf2631> .

<https://w3id.org/ozcar-theia/> a skos:ConceptScheme, owl:Ontology .
<https://w3id.org/ozcar-theia/c_dfcf2631>
  skos:narrower <https://w3id.org/ozcar-theia/c_b393f332>, <https://w3id.org/ozcar-theia/c_c0cdf133> ;
  dc:description "Scientific variable observing soil fracture azimuth angle"@en ;
  skos:prefLabel "Soil fracture azimuth angle"@en ;
  ns0:hasObjectOfInterest <https://w3id.org/ozcar-theia/c_a65e238c> ;
  skos:inScheme <https://w3id.org/ozcar-theia/> ;
  ns1:simplifiedLabel "Soil fracture azimuth angle"@en ;
  ns0:hasProperty ns1:c_e3e3d827 ;
  a skos:Concept, ns0:Variable ;
  skos:broader ns1:c_c2fc4c10 .

ns1:c_c0cdf133
  skos:prefLabel "Soil fracture azimuth angle inside borehole corrected from borehole inclinaison"@en ;
  a ns0:Variable, skos:Concept ;
  skos:broader ns1:c_dfcf2631 .

