@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.open.elzeard.co/ontologies/c3po/cropManagement#> . @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:ClimateContext metadata_def:prefLabel "Climate context"@en, "Climate context"@fr ; metadata:prefixIRI "c3pocm:ClimateContext" ; a owl:Class ; rdfs:comment "Ensemble des caractéristiques climatiques concernant une exploitation ou un itinéraire technique."@fr, "Set of climate characteristics regarding a farm or a crop itinerary."@en ; rdfs:label "Climate context"@en, "Contexte climatique"@fr ; rdfs:subClassOf ns0:Context . ns0:hasClimate rdfs:domain ns0:ClimateContext . ns0:hasClimateCharacteristics rdfs:domain ns0:ClimateContext . ns0:hasClimateContext rdfs:range ns0:ClimateContext .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.open.elzeard.co/ontologies/c3po/cropManagement#> .
@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:ClimateContext
    metadata_def:prefLabel "Climate context"@en, "Climate context"@fr ;
    metadata:prefixIRI "c3pocm:ClimateContext" ;
    a owl:Class ;
    rdfs:comment "Ensemble des caractéristiques climatiques concernant une exploitation ou un itinéraire technique."@fr, "Set of climate characteristics regarding a farm or a crop itinerary."@en ;
    rdfs:label "Climate context"@en, "Contexte climatique"@fr ;
    rdfs:subClassOf ns0:Context .

ns0:hasClimate
    rdfs:domain ns0:ClimateContext .

ns0:hasClimateCharacteristics
    rdfs:domain ns0:ClimateContext .

ns0:hasClimateContext
    rdfs:range ns0:ClimateContext .