@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#> .

theia_ozcar_thesaurus:skosCollection_58254f70
  skos:member theia_ozcar_thesaurus:skosCollection_65cf7fa2 ;
  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_65cf7fa2
  a skos:Collection ;
  skos:prefLabel "Phenomena"@en ;
  skos:member theia_ozcar_thesaurus:c_7cf3f026 .

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_7cf3f026
  a skos:Concept, <https://w3id.org/iadopt/ont/Entity> ;
  skos:prefLabel "Ecosystem respiration"@en .

