@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: <A\u0020soil\u0020site\u0020(SoilSite\u0020object\u0020in\u0020the\u0020model)\u0020is\u0020considered\u0020as\u0020a)\u0020the\u0020surrounding\u0020of\u0020a\u0020soil\u0020profile,\u0020and/> . @prefix ns2: <http://vocabularies.aginfra.eu/> . ns0:SoilSite metadata_def:mappingLoom "soilsite" ; metadata_def:mappingSameURI ns0:SoilSite ; metadata_def:prefLabel "Soil Site" ; a owl:Class ; rdfs:comment "A soil site (SoilSite object in the model) is considered as a) the surrounding of a soil profile, and/or b) the larger piece of land that is directly linked to and described by all soil investigations on one or more spots, called soil plots" ; rdfs:isDefinedBy ns2:soil ; rdfs:label "Soil Site" ; rdfs:subClassOf owl:Thing . ns0:isObservedOnLocation rdfs:range ns0:SoilSite .
@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: <A\u0020soil\u0020site\u0020(SoilSite\u0020object\u0020in\u0020the\u0020model)\u0020is\u0020considered\u0020as\u0020a)\u0020the\u0020surrounding\u0020of\u0020a\u0020soil\u0020profile,\u0020and/> .
@prefix ns2: <http://vocabularies.aginfra.eu/> .

ns0:SoilSite
    metadata_def:mappingLoom "soilsite" ;
    metadata_def:mappingSameURI ns0:SoilSite ;
    metadata_def:prefLabel "Soil Site" ;
    a owl:Class ;
    rdfs:comment "A soil site (SoilSite object in the model) is considered as a) the surrounding of a soil profile, and/or b) the larger piece of land that is directly linked to and described by all soil investigations on one or more spots, called soil plots" ;
    rdfs:isDefinedBy ns2:soil ;
    rdfs:label "Soil Site" ;
    rdfs:subClassOf owl:Thing .

ns0:isObservedOnLocation
    rdfs:range ns0:SoilSite .