@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:Ridging metadata_def:mappingLoom "ridging" ; metadata_def:mappingSameURI ns0:Ridging ; metadata_def:prefLabel "Ridging" ; a owl:Class, owl:NamedIndividual ; rdfs:comment "Agricultural practice of superficial tillage consisting of bringing the soil from the planting intervals to the foot of the crop."@en, "Pratique agricole de travail du sol superficiel consistant à ramener la terre se trouvant dans les intervalles de plantation au pied de la culture."@fr ; rdfs:label "Buttage"@fr, "Ridging"@en ; rdfs:subClassOf ns0:CropCultivation, ns0:SurfaceTillage .
@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:Ridging
    metadata_def:mappingLoom "ridging" ;
    metadata_def:mappingSameURI ns0:Ridging ;
    metadata_def:prefLabel "Ridging" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:comment "Agricultural practice of superficial tillage consisting of bringing the soil from the planting intervals to the foot of the crop."@en, "Pratique agricole de travail du sol superficiel consistant à ramener la terre se trouvant dans les intervalles de plantation au pied de la culture."@fr ;
    rdfs:label "Buttage"@fr, "Ridging"@en ;
    rdfs:subClassOf ns0:CropCultivation, ns0:SurfaceTillage .