@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 ns1: <https://uri.etsi.org/ngsi-ld/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns2: <https://schema.org/> . ns0:Procedure metadata_def:mappingLoom "procedure" ; metadata_def:mappingSameURI ns0:Procedure ; metadata_def:prefLabel "Procedure"@en ; metadata:prefixIRI "sosa:Procedure" ; a owl:Class ; rdfs:comment "A workflow, protocol, plan, algorithm, or computational method specifying how to make an Observation, create a Sample, or make a change to the state of the world (via an Actuator). A Procedure is re-usable, and might be involved in many Observations, Samplings, or Actuations. It explains the steps to be carried out to arrive at reproducible results."@en ; rdfs:isDefinedBy <http://www.w3.org/ns/sosa/> ; rdfs:label "Procedure"@en ; rdfs:subClassOf ns1:Entity . ns0:usedProcedure ns2:rangeIncludes ns0:Procedure .
@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 ns1: <https://uri.etsi.org/ngsi-ld/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns2: <https://schema.org/> .

ns0:Procedure
    metadata_def:mappingLoom "procedure" ;
    metadata_def:mappingSameURI ns0:Procedure ;
    metadata_def:prefLabel "Procedure"@en ;
    metadata:prefixIRI "sosa:Procedure" ;
    a owl:Class ;
    rdfs:comment "A workflow, protocol, plan, algorithm, or computational method specifying how to make an Observation, create a Sample, or make a change to the state of the world (via an Actuator). A Procedure is re-usable, and might be involved in many Observations, Samplings, or Actuations. It explains the steps to be carried out to arrive at reproducible results."@en ;
    rdfs:isDefinedBy <http://www.w3.org/ns/sosa/> ;
    rdfs:label "Procedure"@en ;
    rdfs:subClassOf ns1:Entity .

ns0:usedProcedure
    ns2:rangeIncludes ns0:Procedure .