@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:Disease metadata_def:mappingLoom "disease" ; metadata_def:mappingSameURI ns0:Disease ; metadata:prefixIRI "Disease" ; a owl:Class ; rdfs:subClassOf owl:Thing ; skos:altLabel "désordre"@fr ; skos:definition "A disease is an alteration of the health or functions of living organisms (animals or plants), particularly when the cause is known as an aggression by a harmful organism on a host organism. This alteration (or disorder) has visible signs called symptoms."@en, "Une maladie est une altération de la santé, des fonctions des êtres vivants (animaux ou végétaux), en particulier quand la cause est connue comme une agression d'un organisme nuisible sur un organisme hôte. Cette altération (ou désordre) a des signes visibles appelés symptômes ou dégâts."@fr ; skos:note "A condition which alters or interferes with a normal process, state, or activity of an organism. It is usually characterized by the abnormal functioning of one or more of the host's systems, parts, or organs. Included here is a complex of symptoms descriptive of a disorder. Source UMLS"@en ; skos:prefLabel "disease"@en, "maladie"@fr . ns0:PlantDisease rdfs:subClassOf ns0:Disease . ns0:hasDisease rdfs:range ns0:Disease . ns0:isDiseaseOf rdfs:domain ns0:Disease .
@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:Disease
    metadata_def:mappingLoom "disease" ;
    metadata_def:mappingSameURI ns0:Disease ;
    metadata:prefixIRI "Disease" ;
    a owl:Class ;
    rdfs:subClassOf owl:Thing ;
    skos:altLabel "désordre"@fr ;
    skos:definition "A disease is an alteration of the health or functions of living organisms (animals or plants), particularly when the cause is known as an aggression by a harmful organism on a host organism. This alteration (or disorder) has visible signs called symptoms."@en, "Une maladie est une altération de la santé, des fonctions des êtres vivants (animaux ou végétaux), en particulier quand la cause est connue comme une agression d'un organisme nuisible sur un organisme hôte. Cette altération (ou désordre) a des signes visibles appelés symptômes ou dégâts."@fr ;
    skos:note "A condition which alters or interferes with a normal process, state, or activity of an organism. It is usually characterized by the abnormal functioning of one or more of the host's systems, parts, or organs. Included here is a complex of symptoms descriptive of a disorder. Source UMLS"@en ;
    skos:prefLabel "disease"@en, "maladie"@fr .

ns0:PlantDisease
    rdfs:subClassOf ns0:Disease .

ns0:hasDisease
    rdfs:range ns0:Disease .

ns0:isDiseaseOf
    rdfs:domain ns0:Disease .