@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3.org/ns/sosa/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix obo_purl: <http://purl.obolibrary.org/obo/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <http://opendata.inra.fr/PO2/> . @prefix schema: <http://schema.org/> . ns1:Transformation_Process rdfs:subClassOf ns0:Sampling . ns1:step rdfs:subClassOf ns0:Sampling . ns0:Sampling metadata_def:mappingLoom "sampling" ; metadata_def:mappingSameURI ns0:Sampling ; metadata_def:prefLabel "Sampling"@en ; metadata:prefixIRI "sosa:Sampling" ; a owl:Class ; rdfs:comment "An act of Sampling carries out a sampling Procedure to create or transform one or more samples."@en ; rdfs:isDefinedBy <http://www.w3.org/ns/sosa/> ; rdfs:label "Sampling"@en ; rdfs:subClassOf obo_purl:BFO_0000015 ; skos:definition "An act of Sampling carries out a sampling Procedure to create or transform one or more samples."@en ; skos:example "Crushing a rock sample in a ball mill."@en, "Digging a pit through a soil sequence."@en, "Dividing a field site into quadrants."@en, "Drawing blood from a patient."@en, "Drilling an observation well."@en, "Establishing a station for environmental monitoring."@en, "Registering an image of the landscape."@en, "Selecting a subset of a population."@en, "Sieving a powder to separate the subset finer than 100-mesh."@en, "Splitting a piece of drill-core to create two new samples."@en, "Taking a diamond-drill core from a rock outcrop."@en . ns0:hasFeatureOfInterest schema:domainIncludes ns0:Sampling . ns0:hasResult schema:domainIncludes ns0:Sampling . ns0:isFeatureOfInterestOf schema:rangeIncludes ns0:Sampling . ns0:isResultOf schema:rangeIncludes ns0:Sampling . ns0:madeBySampler schema:domainIncludes ns0:Sampling . ns0:madeSampling schema:rangeIncludes ns0:Sampling . ns0:usedProcedure schema:domainIncludes ns0:Sampling .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/ns/sosa/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix obo_purl: <http://purl.obolibrary.org/obo/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <http://opendata.inra.fr/PO2/> .
@prefix schema: <http://schema.org/> .

ns1:Transformation_Process
    rdfs:subClassOf ns0:Sampling .

ns1:step
    rdfs:subClassOf ns0:Sampling .

ns0:Sampling
    metadata_def:mappingLoom "sampling" ;
    metadata_def:mappingSameURI ns0:Sampling ;
    metadata_def:prefLabel "Sampling"@en ;
    metadata:prefixIRI "sosa:Sampling" ;
    a owl:Class ;
    rdfs:comment "An act of Sampling carries out a sampling Procedure to create or transform one or more samples."@en ;
    rdfs:isDefinedBy <http://www.w3.org/ns/sosa/> ;
    rdfs:label "Sampling"@en ;
    rdfs:subClassOf obo_purl:BFO_0000015 ;
    skos:definition "An act of Sampling carries out a sampling Procedure to create or transform one or more samples."@en ;
    skos:example "Crushing a rock sample in a ball mill."@en, "Digging a pit through a soil sequence."@en, "Dividing a field site into quadrants."@en, "Drawing blood from a patient."@en, "Drilling an observation well."@en, "Establishing a station for environmental monitoring."@en, "Registering an image of the landscape."@en, "Selecting a subset of a population."@en, "Sieving a powder to separate the subset finer than 100-mesh."@en, "Splitting a piece of drill-core to create two new samples."@en, "Taking a diamond-drill core from a rock outcrop."@en .

ns0:hasFeatureOfInterest
    schema:domainIncludes ns0:Sampling .

ns0:hasResult
    schema:domainIncludes ns0:Sampling .

ns0:isFeatureOfInterestOf
    schema:rangeIncludes ns0:Sampling .

ns0:isResultOf
    schema:rangeIncludes ns0:Sampling .

ns0:madeBySampler
    schema:domainIncludes ns0:Sampling .

ns0:madeSampling
    schema:rangeIncludes ns0:Sampling .

ns0:usedProcedure
    schema:domainIncludes ns0:Sampling .