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

theia_ozcar_thesaurus:c_d4be84c4
  skos:narrower theia_ozcar_thesaurus:c_6d83726d ;
  a skos:Concept ;
  skos:prefLabel "Property"@en .

theia_ozcar_thesaurus:c_5982247f
  skos:related theia_ozcar_thesaurus:c_6d83726d ;
  a skos:Concept, <https://w3id.org/iadopt/ont/Property> ;
  skos:prefLabel "Hydraulic conductivity"@en .

theia_ozcar_thesaurus:c_6d83726d
  a skos:Concept, <https://w3id.org/iadopt/ont/Property> ;
  skos:definition "[Wikipedia] The transmissivity is a measure of how much water can be transmitted horizontally, such as to a pumping well."@en ;
  skos:inScheme theia_ozcar_thesaurus: ;
  skos:prefLabel "Hydraulic transmissivity"@en ;
  skos:broader theia_ozcar_thesaurus:c_d4be84c4 ;
  skos:related theia_ozcar_thesaurus:c_5982247f ;
  dc:created "2022-02-07T17:00:00"^^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/Property>
  a owl:Class ;
  rdfs:label "Property" .

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

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 .

skos:related
  rdfs:label "has related"@en ;
  rdfs:comment "skos:related is disjoint with skos:broaderTransitive"@en ;
  skos:definition "Relates a concept to a concept with which there is an associative semantic relationship."@en ;
  rdfs:subPropertyOf skos:semanticRelation .

