@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:DerivedProfilePresenceInSoilBody metadata_def:mappingLoom "derivedprofilepresenceinsoilbody" ; metadata_def:mappingSameURI ns0:DerivedProfilePresenceInSoilBody ; metadata_def:prefLabel "Derived Profile Presence In SoilBody" ; a owl:Class ; rdfs:comment "Interval that defines the minimum and maximum percentage of the area of the soil body represented by a specific derived soil profile." ; rdfs:isDefinedBy ns1:soil ; rdfs:label "Derived Profile Presence In SoilBody" ; rdfs:subClassOf ns0:SoilBody .
@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:DerivedProfilePresenceInSoilBody
    metadata_def:mappingLoom "derivedprofilepresenceinsoilbody" ;
    metadata_def:mappingSameURI ns0:DerivedProfilePresenceInSoilBody ;
    metadata_def:prefLabel "Derived Profile Presence In SoilBody" ;
    a owl:Class ;
    rdfs:comment "Interval that defines the minimum and maximum percentage of the area of the soil body represented by a specific derived soil profile." ;
    rdfs:isDefinedBy ns1:soil ;
    rdfs:label "Derived Profile Presence In SoilBody" ;
    rdfs:subClassOf ns0:SoilBody .