@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.irit.fr/recherches/MELODI/ontologies/ExpositionPlanteV2.owl#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.irit.fr/recherches/MELODI/ontologies/JardinagePlanteV1.owl#> . ns0:accepte a owl:ObjectProperty ; rdfs:domain ns1:Plante ; rdfs:label "accepte"@fr, "accommoder"@fr, "affectionner"@fr, "aimer"@fr, "préférer"@fr, "résister"@fr, "se plaire"@fr, "supporter"@fr, "tolérer"@fr ; rdfs:range ns0:FacteurClimatique .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.irit.fr/recherches/MELODI/ontologies/ExpositionPlanteV2.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.irit.fr/recherches/MELODI/ontologies/JardinagePlanteV1.owl#> .

ns0:accepte
    a owl:ObjectProperty ;
    rdfs:domain ns1:Plante ;
    rdfs:label "accepte"@fr, "accommoder"@fr, "affectionner"@fr, "aimer"@fr, "préférer"@fr, "résister"@fr, "se plaire"@fr, "supporter"@fr, "tolérer"@fr ;
    rdfs:range ns0:FacteurClimatique .