@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://vocabularies.aginfra.eu/soil#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns1: <http://vocabularies.aginfra.eu/> . ns0:DerivedSoilProfile rdfs:subClassOf ns0:SoilProfile . ns0:ObservedSoilProfile rdfs:subClassOf ns0:SoilProfile . ns0:SoilProfile metadata_def:mappingLoom "soilprofile" ; metadata_def:mappingSameURI ns0:SoilProfile ; metadata_def:prefLabel "Soil Profile" ; a owl:Class ; rdfs:comment """The core class for soil description. Definition: description of the soil that is characterized by a vertical succession of profile elements. Description: NOTE The soil profile is abstracted from observations in a trial pit or a boring, or derived from expert knowledge using other soil profiles.""" ; rdfs:isDefinedBy ns1:soil ; rdfs:label "Soil Profile" ; rdfs:subClassOf owl:Thing . ns0:inspireId rdfs:domain ns0:SoilProfile . ns0:isPartOf rdfs:range ns0:SoilProfile .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://vocabularies.aginfra.eu/soil#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns1: <http://vocabularies.aginfra.eu/> .

ns0:DerivedSoilProfile
    rdfs:subClassOf ns0:SoilProfile .

ns0:ObservedSoilProfile
    rdfs:subClassOf ns0:SoilProfile .

ns0:SoilProfile
    metadata_def:mappingLoom "soilprofile" ;
    metadata_def:mappingSameURI ns0:SoilProfile ;
    metadata_def:prefLabel "Soil Profile" ;
    a owl:Class ;
    rdfs:comment """The core class for soil description. Definition:
description of the soil that is characterized by a vertical succession of profile elements.
Description:
NOTE The soil profile is abstracted from observations in a trial pit or a boring, or derived from expert knowledge using other soil profiles.""" ;
    rdfs:isDefinedBy ns1:soil ;
    rdfs:label "Soil Profile" ;
    rdfs:subClassOf owl:Thing .

ns0:inspireId
    rdfs:domain ns0:SoilProfile .

ns0:isPartOf
    rdfs:range ns0:SoilProfile .