@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://w3id.org/ozcar-theia/c_d4be84c4>
  skos:prefLabel "Property"@en ;
  a skos:Concept ;
  skos:narrower <https://w3id.org/ozcar-theia/c_e7ea318e> .

<https://w3id.org/ozcar-theia/c_4c796c64>
  skos:prefLabel "c-axis orientation"@en ;
  a <https://w3id.org/iadopt/ont/Property>, skos:Concept ;
  skos:broader <https://w3id.org/ozcar-theia/c_e7ea318e> .

<https://w3id.org/ozcar-theia/c_e7ea318e>
  skos:broader <https://w3id.org/ozcar-theia/c_d4be84c4> ;
  skos:narrower <https://w3id.org/ozcar-theia/c_4c796c64> ;
  dc:modified "2023-03-28T11:50:10"^^xsd:dateTime ;
  dc:created "2023-03-28T11:45:06"^^xsd:dateTime ;
  skos:inScheme <https://w3id.org/ozcar-theia/> ;
  skos:prefLabel "Orientation"@en ;
  a <https://w3id.org/iadopt/ont/Property>, skos:Concept .

<https://w3id.org/ozcar-theia/> a skos:ConceptScheme, owl:Ontology .
