@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:CultivableRow metadata_def:prefLabel "Crop line"@en, "Crop line"@fr ; metadata:prefixIRI "c3poplot:CultivableRow" ; a owl:Class ; rdfs:comment "Surface unit of production smaller than cultivation beds, designating a row crop establishment."@en, "Unité de surface de production plus petite que les planches, désignant une implantation des cultures en ligne."@fr ; rdfs:label "Crop line"@en, "Ligne de culture"@fr ; rdfs:subClassOf ns0:CultivableLand .
@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:CultivableRow
    metadata_def:prefLabel "Crop line"@en, "Crop line"@fr ;
    metadata:prefixIRI "c3poplot:CultivableRow" ;
    a owl:Class ;
    rdfs:comment "Surface unit of production smaller than cultivation beds, designating a row crop establishment."@en, "Unité de surface de production plus petite que les planches, désignant une implantation des cultures en ligne."@fr ;
    rdfs:label "Crop line"@en, "Ligne de culture"@fr ;
    rdfs:subClassOf ns0:CultivableLand .