@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.open.elzeard.co/ontologies/c3po/plot#> . @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:IrrigationInfrastructure metadata_def:prefLabel "Infrastructure d’irrigation"@fr, "Irrigation infrastructure"@en ; metadata:prefixIRI "c3poplot:IrrigationInfrastructure" ; a owl:Class ; rdfs:comment "Infrastructure made by humans to irrigate the cultivable plots."@en, "Infrastructure mise en place par l'humain pour irriguer les parcelles."@fr ; rdfs:label "Infrastructure d’irrigation"@fr, "Irrigation infrastructure"@en ; rdfs:subClassOf ns0:Infrastructure . ns0:hasIrrigationFlow rdfs:domain ns0:IrrigationInfrastructure . ns0:hasIrrigationInfrastructurePart rdfs:range ns0:IrrigationInfrastructure . ns0:hasIrrigationMode rdfs:domain ns0:IrrigationInfrastructure . ns0:identifierIrrigation rdfs:domain ns0:IrrigationInfrastructure . ns0:numberIrrigationLines rdfs:domain ns0:IrrigationInfrastructure .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.open.elzeard.co/ontologies/c3po/plot#> .
@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:IrrigationInfrastructure
    metadata_def:prefLabel "Infrastructure d’irrigation"@fr, "Irrigation infrastructure"@en ;
    metadata:prefixIRI "c3poplot:IrrigationInfrastructure" ;
    a owl:Class ;
    rdfs:comment "Infrastructure made by humans to irrigate the cultivable plots."@en, "Infrastructure mise en place par l'humain pour irriguer les parcelles."@fr ;
    rdfs:label "Infrastructure d’irrigation"@fr, "Irrigation infrastructure"@en ;
    rdfs:subClassOf ns0:Infrastructure .

ns0:hasIrrigationFlow
    rdfs:domain ns0:IrrigationInfrastructure .

ns0:hasIrrigationInfrastructurePart
    rdfs:range ns0:IrrigationInfrastructure .

ns0:hasIrrigationMode
    rdfs:domain ns0:IrrigationInfrastructure .

ns0:identifierIrrigation
    rdfs:domain ns0:IrrigationInfrastructure .

ns0:numberIrrigationLines
    rdfs:domain ns0:IrrigationInfrastructure .