@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:AffectionSpecification metadata_def:mappingLoom "affectionspecification" ; metadata_def:mappingSameURI ns0:AffectionSpecification ; metadata:prefixIRI "AffectionSpecification" ; a owl:Class ; rdfs:subClassOf ns0:Affection ; skos:definition "A specification of an affection is the knowledge known about an affection when one or more affectors affect an identified affected organism."@en, "Une spécification d'affection est l'ensemble de connaissances connues sur une affection quand un ou plusieurs affecteurs affectent un organisme identifié."@fr ; skos:prefLabel "Affection specification"@en, "spécification d'une affection"@fr . ns0:PlantAffectionSpecification rdfs:subClassOf ns0:AffectionSpecification .
@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:AffectionSpecification
    metadata_def:mappingLoom "affectionspecification" ;
    metadata_def:mappingSameURI ns0:AffectionSpecification ;
    metadata:prefixIRI "AffectionSpecification" ;
    a owl:Class ;
    rdfs:subClassOf ns0:Affection ;
    skos:definition "A specification of an affection is the knowledge known about an affection when one or more affectors affect an identified affected organism."@en, "Une spécification d'affection est l'ensemble de connaissances connues sur une affection quand un ou plusieurs affecteurs affectent un organisme identifié."@fr ;
    skos:prefLabel "Affection specification"@en, "spécification d'une affection"@fr .

ns0:PlantAffectionSpecification
    rdfs:subClassOf ns0:AffectionSpecification .