@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sosa: <http://www.w3.org/ns/sosa/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ns0: <https://w3id.org/iadopt/ont/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@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_ba1aecdd>
  skos:prefLabel "Glacier and ice sheet variable"@en ;
  a <https://w3id.org/ozcar-theia/CategoryOfVariable>, skos:Concept ;
  skos:narrower <https://w3id.org/ozcar-theia/c_89a3449a> .

<https://w3id.org/ozcar-theia/c_f7292790>
  skos:prefLabel "Glacier"@en ;
  a sosa:FeatureOfInterest, <https://w3id.org/iadopt/ont/Entity>, skos:Concept .

<https://w3id.org/ozcar-theia/> a skos:ConceptScheme, owl:Ontology .
<https://w3id.org/ozcar-theia/c_a537fce9>
  skos:prefLabel "Ice flow"@en ;
  a <https://w3id.org/iadopt/ont/Entity>, skos:Concept .

<https://w3id.org/ozcar-theia/c_7cff74c9>
  skos:prefLabel "Surface"@en ;
  a <https://w3id.org/iadopt/ont/Constraint>, skos:Concept .

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

<https://w3id.org/ozcar-theia/c_89a3449a>
  dc:description "Scientific variable observing glacier surface flow velocity"@en ;
  a <https://w3id.org/iadopt/ont/Variable>, skos:Concept ;
  ns0:hasProperty <https://w3id.org/ozcar-theia/c_a68492ca> ;
  ns0:hasConstraint <https://w3id.org/ozcar-theia/c_7cff74c9> ;
  dc:created "2023-02-15T15:17:06"^^xsd:dateTime ;
  ns0:hasObjectOfInterest <https://w3id.org/ozcar-theia/c_a537fce9> ;
  skos:inScheme <https://w3id.org/ozcar-theia/> ;
  skos:prefLabel "Glacier surface flow velocity"@en ;
  ns1:simplifiedLabel "Glacier surface flow velocity"@en ;
  dc:modified "2023-02-15T15:37:04"^^xsd:dateTime ;
  skos:broader ns1:c_ba1aecdd ;
  ns0:hasMatrix ns1:c_f7292790 .

