@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:Aggression metadata_def:mappingLoom "aggression" ; metadata_def:mappingSameURI ns0:Aggression ; metadata:prefixIRI "Aggression" ; a owl:Class ; rdfs:subClassOf owl:Thing ; skos:definition "An aggression is a set of information describing the situation where one or more aggressors attack an identified host. The aggression causes the host to alter its state or modify its behavior. Signs of the aggression may be visible on the host (symptoms). In some cases, aggression can cause disease. Aggressors can be brought into contact with the host through one or more vectors."@en, "Une agression est un ensemble d'informations décrivant la situation où un ou plusieurs agresseurs attaquent un hôte identifié. L'agression provoque chez l'hôte une altération de son état ou une modification de son comportement. Des signes de l'agression peuvent être visibles sur l'hôte (les symptômes). Dans certains cas, l'agression peut provoquer une maladie. Les agresseurs peuvent être mis en contact avec l'hôte par le biais d'un ou plusieurs vecteurs."@fr ; skos:prefLabel "aggression"@en, "agression"@fr . ns0:AggressionRealization rdfs:subClassOf ns0:Aggression . ns0:AggressionSpecification rdfs:subClassOf ns0:Aggression . ns0:PlantAggression rdfs:subClassOf ns0:Aggression . ns0:hasAggressorAgent rdfs:domain ns0:Aggression . ns0:hasDisease rdfs:domain ns0:Aggression . ns0:hasHostAgent rdfs:domain ns0:Aggression . ns0:isHostAgentOf rdfs:range ns0:Aggression .
@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:Aggression
    metadata_def:mappingLoom "aggression" ;
    metadata_def:mappingSameURI ns0:Aggression ;
    metadata:prefixIRI "Aggression" ;
    a owl:Class ;
    rdfs:subClassOf owl:Thing ;
    skos:definition "An aggression is a set of information describing the situation where one or more aggressors attack an identified host. The aggression causes the host to alter its state or modify its behavior. Signs of the aggression may be visible on the host (symptoms). In some cases, aggression can cause disease. Aggressors can be brought into contact with the host through one or more vectors."@en, "Une agression est un ensemble d'informations décrivant la situation où un ou plusieurs agresseurs attaquent un hôte identifié. L'agression provoque chez l'hôte une altération de son état ou une modification de son comportement. Des signes de l'agression peuvent être visibles sur l'hôte (les symptômes). Dans certains cas, l'agression peut provoquer une maladie.  Les agresseurs peuvent être mis en contact avec l'hôte par le biais d'un ou plusieurs vecteurs."@fr ;
    skos:prefLabel "aggression"@en, "agression"@fr .

ns0:AggressionRealization
    rdfs:subClassOf ns0:Aggression .

ns0:AggressionSpecification
    rdfs:subClassOf ns0:Aggression .

ns0:PlantAggression
    rdfs:subClassOf ns0:Aggression .

ns0:hasAggressorAgent
    rdfs:domain ns0:Aggression .

ns0:hasDisease
    rdfs:domain ns0:Aggression .

ns0:hasHostAgent
    rdfs:domain ns0:Aggression .

ns0:isHostAgentOf
    rdfs:range ns0:Aggression .