@prefix theia_ozcar_thesaurus: <https://w3id.org/ozcar-theia/> .
@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 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 dc11: <http://purl.org/dc/elements/1.1/> .

theia_ozcar_thesaurus:c_6e0a5597
  skos:narrower theia_ozcar_thesaurus:c_2637b13c ;
  a skos:Concept, <https://w3id.org/iadopt/ont/Entity> ;
  skos:prefLabel "Atmosphere"@en .

theia_ozcar_thesaurus:c_2637b13c
  a skos:Concept, <https://w3id.org/iadopt/ont/Entity> ;
  dc:contributor <https://orcid.org/0000-0002-0544-4802> ;
  dc:creator <https://orcid.org/0000-0002-0544-4802> ;
  skos:definition theia_ozcar_thesaurus:def_68ce9370 ;
  skos:inScheme theia_ozcar_thesaurus: ;
  skos:prefLabel "Fog"@en ;
  skos:broader theia_ozcar_thesaurus:c_6e0a5597 ;
  dc:created "2026-01-16T15:09:01"^^xsd:dateTime ;
  dc:modified "2026-01-16T15:09:56"^^xsd:dateTime .

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

skos:Concept
  a owl:Class ;
  rdfs:label "Concept"@en, "SKOS Concept"@en .

<https://w3id.org/iadopt/ont/Entity>
  a owl:Class ;
  rdfs:label "Entity" .

dc:contributor
  rdfs:label "Contributor"@en ;
  rdfs:comment "An entity responsible for making contributions to the resource."@en ;
  rdfs:subPropertyOf dc11:contributor .

dc:creator
  rdfs:label "Creator"@en ;
  rdfs:comment "An entity responsible for making the resource."@en ;
  rdfs:subPropertyOf dc:contributor, dc11:creator .

skos:definition
  rdfs:label "definition"@en ;
  skos:definition "A statement or formal explanation of the meaning of a concept."@en ;
  rdfs:subPropertyOf skos:note .

theia_ozcar_thesaurus:def_68ce9370
  rdf:value "Fog is a visible aerosol consisting of tiny water droplets or ice crystals held in the air near the Earth's surface. Fog can be considered a type of low-lying cloud usually resembling stratus and is heavily influenced by nearby bodies of water, topography, and wind conditions. In turn, fog affects many human activities, such as shipping, travel, and warfare."@en ;
  dc:source <https://en.wikipedia.org/wiki/Fog> .

skos:inScheme
  rdfs:label "is in scheme"@en ;
  skos:definition "Relates a resource (for example a concept) to a concept scheme in which it is included."@en .

theia_ozcar_thesaurus: a owl:Ontology, skos:ConceptScheme .
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:broader
  rdfs:label "has broader"@en ;
  rdfs:comment "Broader concepts are typically rendered as parents in a concept hierarchy (tree)."@en ;
  skos:definition "Relates a concept to a concept that is more general in meaning."@en ;
  rdfs:subPropertyOf skos:broaderTransitive .

dc:created
  rdfs:label "Date Created"@en ;
  rdfs:comment "Date of creation of the resource."@en ;
  rdfs:subPropertyOf dc11:date, dc:date .

dc:modified
  rdfs:label "Date Modified"@en ;
  rdfs:comment "Date on which the resource was changed."@en ;
  rdfs:subPropertyOf dc11:date, dc:date .

