@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:ProfileElement metadata_def:mappingLoom "profileelement" ; metadata_def:mappingSameURI ns0:ProfileElement ; metadata_def:prefLabel "Profile Element" ; a owl:Class ; rdfs:comment "Super-class for all profile elements (horizon or layer). Has all the properties that are common to horizon and layer." ; rdfs:isDefinedBy ns1:soil ; rdfs:label "Profile Element" ; rdfs:subClassOf owl:Thing . ns0:SoilHorizon rdfs:subClassOf ns0:ProfileElement . ns0:SoilLayer rdfs:subClassOf ns0:ProfileElement . ns0:isPartOf rdfs:domain ns0:ProfileElement .
@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:ProfileElement
    metadata_def:mappingLoom "profileelement" ;
    metadata_def:mappingSameURI ns0:ProfileElement ;
    metadata_def:prefLabel "Profile Element" ;
    a owl:Class ;
    rdfs:comment "Super-class for all profile elements (horizon or layer). Has all the properties that are common to horizon and layer." ;
    rdfs:isDefinedBy ns1:soil ;
    rdfs:label "Profile Element" ;
    rdfs:subClassOf owl:Thing .

ns0:SoilHorizon
    rdfs:subClassOf ns0:ProfileElement .

ns0:SoilLayer
    rdfs:subClassOf ns0:ProfileElement .

ns0:isPartOf
    rdfs:domain ns0:ProfileElement .