@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.phenome-fppn.fr/vocabulary/2018/oepo#> . @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/> . ns0:Equipement rdfs:subClassOf ns0:ExperimentalCondition . ns0:ExperimentalCondition metadata_def:mappingLoom "experimentalcondition" ; metadata_def:mappingSameURI ns0:ExperimentalCondition ; metadata_def:prefLabel "Experimental condition" ; a owl:Class ; rdfs:comment "A set of environmental conditions, infrastructure and supporting equipment or resources necessary to conduct a given experiment and in which plants, plots or group of plants are raised"@en ; rdfs:isDefinedBy "skos:closeMatch http://www.cropontology.org/rdf/CO_715:0000005", "skos:closeMatch http://www.ontobee.org/ontology/rdf/PECO?iri=http://purl.obolibrary.org/obo/PECO_0007359"@en ; rdfs:label "Context expérimental"@fr, "Experimental condition"@en ; rdfs:subClassOf owl:Thing . ns0:Infrastructure rdfs:subClassOf ns0:ExperimentalCondition . ns0:Project rdfs:subClassOf ns0:ExperimentalCondition . ns0:Treatment rdfs:subClassOf ns0:ExperimentalCondition . ns0:hasFinancialSupport rdfs:domain ns0:ExperimentalCondition . ns0:hasKeywords rdfs:domain ns0:ExperimentalCondition . ns0:hasTechnicalContact rdfs:domain ns0:ExperimentalCondition .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.phenome-fppn.fr/vocabulary/2018/oepo#> .
@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/> .

ns0:Equipement
    rdfs:subClassOf ns0:ExperimentalCondition .

ns0:ExperimentalCondition
    metadata_def:mappingLoom "experimentalcondition" ;
    metadata_def:mappingSameURI ns0:ExperimentalCondition ;
    metadata_def:prefLabel "Experimental condition" ;
    a owl:Class ;
    rdfs:comment "A set of environmental conditions, infrastructure and supporting equipment or resources necessary to conduct a given experiment and in which plants, plots or group of plants are raised"@en ;
    rdfs:isDefinedBy "skos:closeMatch http://www.cropontology.org/rdf/CO_715:0000005", "skos:closeMatch http://www.ontobee.org/ontology/rdf/PECO?iri=http://purl.obolibrary.org/obo/PECO_0007359"@en ;
    rdfs:label "Context expérimental"@fr, "Experimental condition"@en ;
    rdfs:subClassOf owl:Thing .

ns0:Infrastructure
    rdfs:subClassOf ns0:ExperimentalCondition .

ns0:Project
    rdfs:subClassOf ns0:ExperimentalCondition .

ns0:Treatment
    rdfs:subClassOf ns0:ExperimentalCondition .

ns0:hasFinancialSupport
    rdfs:domain ns0:ExperimentalCondition .

ns0:hasKeywords
    rdfs:domain ns0:ExperimentalCondition .

ns0:hasTechnicalContact
    rdfs:domain ns0:ExperimentalCondition .