@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:AffectedRole rdfs:subClassOf ns0:Role . ns0:AffectorRole rdfs:subClassOf ns0:Role . ns0:AggressorRole rdfs:subClassOf ns0:Role . ns0:HostRole rdfs:subClassOf ns0:Role . ns0:Role metadata_def:mappingLoom "role" ; metadata_def:mappingSameURI ns0:Role ; metadata:prefixIRI "Role" ; a owl:Class ; rdfs:subClassOf owl:Thing ; skos:definition "Le rôle est une fonction remplie par une entité existante lors d'une situation particulière. Cette fonction cesse d'existée en même temps que l'entitée. Un rôle est optionel et ne permet pas de définir de manière unique l'entité. La même entité peut changer de rôle au cours de son cycle de vie, ou avoir plusieurs rôle distinct dans la même situation."@fr, "The role is a function fulfilled by an existing entity during a particular situation. This function ceases to exist at the same time as the entity. A role is optional and does not allow the entity to be uniquely defined. The same entity can change roles during its life cycle, or have several distinct roles in the same situation."@en ; skos:note "a realizable entity that exists because the bearer is in some special physical, social, or institutional set of circumstances in which the bearer does not have to be, and is not such that, if this realizable entity ceases to exist, then the physical make-up of the bearer is thereby changed. A role is thus laways optional. source Building Ontologies with Basic Formal Ontology."@en ; skos:prefLabel "role"@en, "rôle"@fr . ns0:VectorRole rdfs:subClassOf ns0:Role .
@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:AffectedRole
    rdfs:subClassOf ns0:Role .

ns0:AffectorRole
    rdfs:subClassOf ns0:Role .

ns0:AggressorRole
    rdfs:subClassOf ns0:Role .

ns0:HostRole
    rdfs:subClassOf ns0:Role .

ns0:Role
    metadata_def:mappingLoom "role" ;
    metadata_def:mappingSameURI ns0:Role ;
    metadata:prefixIRI "Role" ;
    a owl:Class ;
    rdfs:subClassOf owl:Thing ;
    skos:definition "Le rôle est une fonction remplie par une entité existante lors d'une situation particulière. Cette fonction cesse d'existée en même temps que l'entitée. Un rôle est optionel et ne permet pas de définir de manière unique l'entité. La même entité peut changer de rôle au cours de son cycle de vie, ou avoir plusieurs rôle distinct dans la même situation."@fr, "The role is a function fulfilled by an existing entity during a particular situation. This function ceases to exist at the same time as the entity. A role is optional and does not allow the entity to be uniquely defined. The same entity can change roles during its life cycle, or have several distinct roles in the same situation."@en ;
    skos:note "a realizable entity that exists because the bearer is in some special physical, social, or institutional set of circumstances in which the bearer does not have to be, and is not such that, if this realizable entity ceases to exist, then the physical make-up of the bearer is thereby changed. A role is thus laways optional. source Building Ontologies with Basic Formal Ontology."@en ;
    skos:prefLabel "role"@en, "rôle"@fr .

ns0:VectorRole
    rdfs:subClassOf ns0:Role .