@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.d2kab.org/ontologies/ephy#> . @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 skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:MELANGE metadata_def:prefLabel "MELANGE" ; metadata:prefixIRI "ephy:MELANGE" ; a owl:Class ; rdfs:label "Mélange"@fr ; rdfs:subClassOf ns0:Intrant ; skos:definition "Un mélange de produits phytopharmaceutiques se compose de plusieurs produits phytopharmaceutiques rendus solubles et bénéficiant chacun d’une autorisation de mise sur le marché à titre individuel. La préparation du mélange doit se faire juste avant son utilisation : on parle de mélange extemporané"@fr . ns0:melangeDe rdfs:domain ns0:MELANGE . ns0:usage rdfs:domain ns0:MELANGE .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.d2kab.org/ontologies/ephy#> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:MELANGE
    metadata_def:prefLabel "MELANGE" ;
    metadata:prefixIRI "ephy:MELANGE" ;
    a owl:Class ;
    rdfs:label "Mélange"@fr ;
    rdfs:subClassOf ns0:Intrant ;
    skos:definition "Un mélange de produits phytopharmaceutiques se compose de plusieurs produits phytopharmaceutiques rendus solubles et bénéficiant chacun d’une autorisation de mise sur le marché à titre individuel. La préparation du mélange doit se faire juste avant son utilisation : on parle de mélange extemporané"@fr .

ns0:melangeDe
    rdfs:domain ns0:MELANGE .

ns0:usage
    rdfs:domain ns0:MELANGE .