@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#> . @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 metadata: <http://data.bioontology.org/metadata/> . ns0:Characteristic owl:disjointWith ns0:Protocol . ns0:CharacteristicQualifier owl:disjointWith ns0:Protocol . ns0:Entity owl:disjointWith ns0:Protocol . ns0:MeasuredValue owl:disjointWith ns0:Protocol . ns0:Measurement ns0:usesProtocol ns0:Protocol ; owl:disjointWith ns0:Protocol . ns0:MeasurementType ns0:measuresUsingProtocol ns0:Protocol ; owl:disjointWith ns0:Protocol . ns0:Observation owl:disjointWith ns0:Protocol . ns0:ObservationCollection owl:disjointWith ns0:Protocol . ns0:Protocol metadata_def:mappingLoom "protocol" ; metadata_def:mappingSameURI ns0:Protocol ; metadata_def:prefLabel "Protocol"@en ; metadata:prefixIRI "oboe-core:Protocol" ; a owl:Class ; rdfs:comment "A protocol is a procedure for generating or processing data." ; rdfs:label "Protocol"@en ; rdfs:subClassOf owl:Thing ; owl:disjointWith ns0:Standard . ns0:measuresUsingProtocol rdfs:range ns0:Protocol . ns0:usesProtocol rdfs:range ns0:Protocol .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#> .
@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 metadata: <http://data.bioontology.org/metadata/> .

ns0:Characteristic
    owl:disjointWith ns0:Protocol .

ns0:CharacteristicQualifier
    owl:disjointWith ns0:Protocol .

ns0:Entity
    owl:disjointWith ns0:Protocol .

ns0:MeasuredValue
    owl:disjointWith ns0:Protocol .

ns0:Measurement
    ns0:usesProtocol ns0:Protocol ;
    owl:disjointWith ns0:Protocol .

ns0:MeasurementType
    ns0:measuresUsingProtocol ns0:Protocol ;
    owl:disjointWith ns0:Protocol .

ns0:Observation
    owl:disjointWith ns0:Protocol .

ns0:ObservationCollection
    owl:disjointWith ns0:Protocol .

ns0:Protocol
    metadata_def:mappingLoom "protocol" ;
    metadata_def:mappingSameURI ns0:Protocol ;
    metadata_def:prefLabel "Protocol"@en ;
    metadata:prefixIRI "oboe-core:Protocol" ;
    a owl:Class ;
    rdfs:comment "A protocol is a procedure for generating or processing data." ;
    rdfs:label "Protocol"@en ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith ns0:Standard .

ns0:measuresUsingProtocol
    rdfs:range ns0:Protocol .

ns0:usesProtocol
    rdfs:range ns0:Protocol .