Disease Module of Functional Status Knowledge Graph (FuS-KG)
- Modified on: 2024-05-10
- Latest version:
- https://w3id.org/fuskg/disease#
- Revision:
- 1.0.0
- Issued on:
- 2024-03-01
- Authors:
- Gianluca Apriceno
- Mauro Dragoni
- Tania Bailoni
- Publisher:
- Intelligent Digital Agents Research Group @ Digital Health and Wellbeing Center, Fondazione Bruno Kessler
- Imported Ontologies:
- core
- food
- Download serialization:
- License:
- Visualization:

- Cite as:
- Gianluca Apriceno, Mauro Dragoni, Tania Bailoni. Disease Module of Functional Status Knowledge Graph (FuS-KG). Revision: 1.0.0.
- Vocabulary maintained at:
- https://github.com/IDA-FBK/FuS-KG
Disease Module Specification
Abstract
The Disease module imports the Food module and it models the association between
each BasicFood and nutritional-wise Disease. Each association is modeled through
a DiseaseRiskLevel entity associating to each pair BasicFood-Disease a risk level.
Introduction back to ToC
The Disease module imports the Food module and it models the association between
a Food and nutritional-wise a Disease. Each association is modeled through a DiseaseRiskLevel
entity associating to each Food-Disease pair a risk level. In particular, the properties hasFood and
hasDisease identify respectively the food and the disease an instance of DiseaseRiskLevel refers to,
and the riskLevel data property specifies the value of the related risk.
Namespace declarations
Table 1: Namespaces used in the document
dcterms | <http://purl.org/dc/terms/> |
fscore | <https://w3id.org/fuskg/core#> |
fsdise | <https://w3id.org/fuskg/disease#> |
fsfood | <https://w3id.org/fuskg/food#> |
owl | <http://www.w3.org/2002/07/owl#> |
rdf | <http://www.w3.org/1999/02/22-rdf-syntax-ns#> |
rdfs | <http://www.w3.org/2000/01/rdf-schema#> |
vann | <http://purl.org/vocab/vann/> |
xml | <http://www.w3.org/XML/1998/namespace> |
xsd | <http://www.w3.org/2001/XMLSchema#> |
Disease Module of Functional Status Knowledge Graph (FuS-KG): Overview back to ToC
This ontology has the following classes and properties.
Classes
Object Properties
Data Properties
Disease Module of Functional Status Knowledge Graph (FuS-KG): Description back to ToC
The Disease module imports the Food module and models the association between a [Food](https://ida-fbk.github.io/FuS-KG/documentation/html-docs/modules/Core/index-en.html#Food) and a [Disease](#Disease) from a nutritional perspective.
Each association is represented through a [DiseaseRiskLevel](#DiseaseRiskLevel) entity, which assigns a risk level to each Food-Disease pair.
The module defines the following key properties:
- [hasFood](#hasFood): Identifies the food item in the association.
- [hasDisease](#hasDisease): Specifies the disease related to the food.
- [riskLevel](#riskLevel): Defines the risk level associated with the Food-Disease pair.
Cross-reference for Disease Module of Functional Status Knowledge Graph (FuS-KG) classes, object properties and data properties back to ToC
This section provides details for each class and property defined by Disease Module of Functional Status Knowledge Graph (FuS-KG).
Classes
IRI: https://w3id.org/fuskg/disease#Disease
-
is in range of
-
has disease op
Object Properties
IRI: https://w3id.org/fuskg/disease#hasDisease
IRI: https://w3id.org/fuskg/disease#hasFood
Data Properties
IRI: https://w3id.org/fuskg/disease#riskLevel
Legend back to ToC
c: Classes
op: Object Properties
dp: Data Properties
Acknowledgments back to ToC
The authors would like to thank Silvio Peroni for developing LODE, a Live OWL Documentation Environment, which is used for representing the Cross Referencing Section of this document and Daniel Garijo for developing Widoco, the program used to create the template used in this documentation.