@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:Affection metadata_def:mappingLoom "affection" ; metadata_def:mappingSameURI ns0:Affection ; metadata:prefixIRI "Affection" ; a owl:Class ; rdfs:subClassOf owl:Thing ; skos:definition "An affection is a set of information describing the situation where several agents compete with each other. An affecting agent harms the development of another identified agent (the affected one) by consuming resources similar to its own and often limited. Signs of the affection may be visible on the affected agent (retarded growth). The agents responsible for the affection may be brought into contact with the affected agent through one or more vectors."@en, "Une affection est un ensemble d'informations décrivant la situation où plusieurs agents sont en compétition les uns avec les autres. Un agent affecteur nuit au développement un autre agent identifié (l'affecté) en consommant des ressources similaires aux siennes et souvent limitées. Des signes de l'affection peuvent être visibles sur l'agent affecté (retard de croissance). Les agents responsable de l'affection peuvent être mis en contact avec l'agent affecté par le biais d'un ou plusieurs vecteurs."@fr ; skos:prefLabel "affection"@en, "affection"@fr . ns0:AffectionRealization rdfs:subClassOf ns0:Affection . ns0:AffectionSpecification rdfs:subClassOf ns0:Affection . ns0:PlantAffection rdfs:subClassOf ns0:Affection . ns0:hasAffectedAgent rdfs:domain ns0:Affection . ns0:hasAffectorAgent rdfs:domain ns0:Affection . ns0:isAffectedAgentOf rdfs:domain ns0:Affection .
@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:Affection
    metadata_def:mappingLoom "affection" ;
    metadata_def:mappingSameURI ns0:Affection ;
    metadata:prefixIRI "Affection" ;
    a owl:Class ;
    rdfs:subClassOf owl:Thing ;
    skos:definition "An affection is a set of information describing the situation where several agents compete with each other. An affecting agent harms the development of another identified agent (the affected one) by consuming resources similar to its own and often limited. Signs of the affection may be visible on the affected agent (retarded growth). The agents responsible for the affection may be brought into contact with the affected agent through one or more vectors."@en, "Une affection est un ensemble d'informations décrivant la situation où plusieurs agents sont en compétition les uns avec les autres. Un agent affecteur nuit au développement un autre agent identifié (l'affecté) en consommant des ressources similaires aux siennes et souvent limitées. Des signes de l'affection peuvent être visibles sur l'agent affecté (retard de croissance). Les agents responsable de l'affection peuvent être mis en contact avec l'agent affecté par le biais d'un ou plusieurs vecteurs."@fr ;
    skos:prefLabel "affection"@en, "affection"@fr .

ns0:AffectionRealization
    rdfs:subClassOf ns0:Affection .

ns0:AffectionSpecification
    rdfs:subClassOf ns0:Affection .

ns0:PlantAffection
    rdfs:subClassOf ns0:Affection .

ns0:hasAffectedAgent
    rdfs:domain ns0:Affection .

ns0:hasAffectorAgent
    rdfs:domain ns0:Affection .

ns0:isAffectedAgentOf
    rdfs:domain ns0:Affection .