@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.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/> . ns0:Burying rdfs:subClassOf ns0:CropDestruction . ns0:CropDestruction metadata_def:mappingLoom "cropdestruction" ; metadata_def:mappingSameURI ns0:CropDestruction ; metadata_def:prefLabel "Crop destruction" ; a owl:Class, owl:NamedIndividual ; rdfs:comment "Agricultural practice and final stage of a production process during which the unharvested part of the vegetal is destroyed: it can be left on the plot (buried or not) or exported."@en, "Pratique agricole et étape finale d'un processus de production pendant la partie non récoltée du végétal est détruite : elle peut être laissée à la parcelle (enfouie ou non) ou exportée."@fr ; rdfs:label "Crop destruction"@en, "Destruction des cultures"@fr ; rdfs:subClassOf ns0:FarmingPractice . ns0:Grinding rdfs:subClassOf ns0:CropDestruction . ns0:Mowing rdfs:subClassOf ns0:CropDestruction . ns0:Rolling rdfs:subClassOf ns0:CropDestruction .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.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/> .

ns0:Burying
    rdfs:subClassOf ns0:CropDestruction .

ns0:CropDestruction
    metadata_def:mappingLoom "cropdestruction" ;
    metadata_def:mappingSameURI ns0:CropDestruction ;
    metadata_def:prefLabel "Crop destruction" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:comment "Agricultural practice and final stage of a production process during which the unharvested part of the vegetal is destroyed: it can be left on the plot (buried or not) or exported."@en, "Pratique agricole et étape finale d'un processus de production pendant la partie non récoltée du végétal est détruite : elle peut être laissée à la parcelle (enfouie ou non) ou exportée."@fr ;
    rdfs:label "Crop destruction"@en, "Destruction des cultures"@fr ;
    rdfs:subClassOf ns0:FarmingPractice .

ns0:Grinding
    rdfs:subClassOf ns0:CropDestruction .

ns0:Mowing
    rdfs:subClassOf ns0:CropDestruction .

ns0:Rolling
    rdfs:subClassOf ns0:CropDestruction .