@prefix theia_ozcar_thesaurus: <https://w3id.org/ozcar-theia/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix sosa: <http://www.w3.org/ns/sosa/> .

theia_ozcar_thesaurus:skosCollection_7198f400
  skos:member theia_ozcar_thesaurus:skosCollection_ba31712c ;
  skos:prefLabel "Entity"@en ;
  a skos:Collection .

theia_ozcar_thesaurus:skosCollection_58254f70
  skos:member theia_ozcar_thesaurus:skosCollection_7198f400 ;
  skos:prefLabel "Environmental feature"@en ;
  a skos:Collection .

theia_ozcar_thesaurus:skosCollection_a415bff4
  skos:member theia_ozcar_thesaurus:skosCollection_58254f70 ;
  skos:prefLabel "Feature of interest"@en ;
  a skos:Collection .

theia_ozcar_thesaurus:skosCollection_ba31712c
  a skos:Collection ;
  skos:prefLabel "Cryosphere feature"@en ;
  skos:member theia_ozcar_thesaurus:c_f7292790 .

rdf:type
  rdfs:label "type" ;
  rdfs:comment "The subject is an instance of a class." .

skos:Collection
  a owl:Class ;
  rdfs:label "Collection"@en .

skos:prefLabel
  rdfs:label "preferred label"@en ;
  rdfs:comment "A resource has no more than one value of skos:prefLabel per language tag, and no more than one value of skos:prefLabel without language tag."@en, "The range of skos:prefLabel is the class of RDF plain literals."@en, """skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise
      disjoint properties."""@en ;
  skos:definition "The preferred lexical label for a resource, in a given language."@en ;
  rdfs:subPropertyOf rdfs:label .

skos:member
  rdfs:label "has member"@en ;
  skos:definition "Relates a collection to one of its members."@en .

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

