@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://opendata.inrae.fr/bag-def#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:PlantAffectionSpecification metadata_def:mappingLoom "plantaffectionspecification" ; metadata_def:mappingSameURI ns0:PlantAffectionSpecification ; metadata:prefixIRI "PlantAffectionSpecification" ; a owl:Class ; rdfs:subClassOf ns0:AffectionSpecification, ns0:PlantAffection ; skos:definition "A specification of an plant affection is the knowledge known about an affection when one or more affectors affect an identified affected plant."@en, "Une spécification d'affection des plantes est l'ensemble de connaissances connues sur une affection quand un ou plusieurs affecteurs affectent une plante identifiée."@fr ; skos:prefLabel "plant affection specification"@en, "spécification d'une affection des plantes"@fr .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://opendata.inrae.fr/bag-def#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:PlantAffectionSpecification
    metadata_def:mappingLoom "plantaffectionspecification" ;
    metadata_def:mappingSameURI ns0:PlantAffectionSpecification ;
    metadata:prefixIRI "PlantAffectionSpecification" ;
    a owl:Class ;
    rdfs:subClassOf ns0:AffectionSpecification, ns0:PlantAffection ;
    skos:definition "A specification of an plant affection is the knowledge known about an affection when one or more affectors affect an identified affected plant."@en, "Une spécification d'affection des plantes est l'ensemble de connaissances connues sur une affection quand un ou plusieurs affecteurs affectent une plante identifiée."@fr ;
    skos:prefLabel "plant affection specification"@en, "spécification d'une affection des plantes"@fr .