@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.elzeard.co/ontologies/c3po/plant#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix prov: <http://www.w3.org/ns/prov#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns1: <http://www.elzeard.co/ontologies/c3po/cropManagement#> . ns1:recommendsAssociation rdfs:range ns0:Association . ns0:Association metadata_def:mappingLoom "association" ; metadata_def:mappingSameURI ns0:Association ; metadata_def:prefLabel "Association" ; a owl:Class, owl:NamedIndividual ; rdfs:comment "Procédé de production associant deux espèces ou variétés, ou plus, cultivées sur la même unité de surface au même moment"@fr, "Production process consisting in associating two or more species or varieties on the same surface unit at the same time"@en ; rdfs:label "Association"@en, "Association"@fr ; rdfs:subClassOf prov:Entity . ns0:isAssociatedWith rdfs:domain ns0:Association .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.elzeard.co/ontologies/c3po/plant#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns1: <http://www.elzeard.co/ontologies/c3po/cropManagement#> .

ns1:recommendsAssociation
    rdfs:range ns0:Association .

ns0:Association
    metadata_def:mappingLoom "association" ;
    metadata_def:mappingSameURI ns0:Association ;
    metadata_def:prefLabel "Association" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:comment "Procédé de production associant deux espèces ou variétés, ou plus, cultivées sur la même unité de surface au même moment"@fr, "Production process consisting in associating two or more species or varieties on the same surface unit at the same time"@en ;
    rdfs:label "Association"@en, "Association"@fr ;
    rdfs:subClassOf prov:Entity .

ns0:isAssociatedWith
    rdfs:domain ns0:Association .