@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:PlantAggressionSpecification metadata_def:mappingLoom "plantaggressionspecification" ; metadata_def:mappingSameURI ns0:PlantAggressionSpecification ; metadata:prefixIRI "PlantAggressionSpecification" ; a owl:Class ; rdfs:subClassOf ns0:AggressionSpecification, ns0:PlantAggression ; skos:definition "A specification is the knowledge known about an aggression when one or more aggressors attack an identified host plant."@en, "Une spécification est l'ensemble de connaissances connues sur une agression quand un ou plusieurs agresseurs attaquent une plante hôte identifiée."@fr ; skos:prefLabel "plant aggression specification"@en, "spécification d'une agression 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:PlantAggressionSpecification
    metadata_def:mappingLoom "plantaggressionspecification" ;
    metadata_def:mappingSameURI ns0:PlantAggressionSpecification ;
    metadata:prefixIRI "PlantAggressionSpecification" ;
    a owl:Class ;
    rdfs:subClassOf ns0:AggressionSpecification, ns0:PlantAggression ;
    skos:definition "A specification is the  knowledge known about an aggression when one or more aggressors attack an identified host plant."@en, "Une spécification est l'ensemble de connaissances connues sur une agression quand un ou plusieurs agresseurs attaquent une plante hôte identifiée."@fr ;
    skos:prefLabel "plant aggression specification"@en, "spécification d'une agression des plantes "@fr .