Disease Module of Functional Status Knowledge Graph (FuS-KG)
language en

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:
JSON-LD RDF/XML N-Triples TTL
License:
https://creativecommons.org/licenses/by-nc-sa/4.0/
Visualization:
Visualize with WebVowl
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

Disease Module

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

Diseasec back to ToC or Class ToC

IRI: https://w3id.org/fuskg/disease#Disease

Root concept that specifies diseases
is in range of
has disease op

Disease Risk Levelc back to ToC or Class ToC

IRI: https://w3id.org/fuskg/disease#DiseaseRiskLevel

Concept specifying the risk level of a disease correlated to a food
is in domain of
has disease op, has food op, risk level dp

Object Properties

has diseaseop back to ToC or Object Property ToC

IRI: https://w3id.org/fuskg/disease#hasDisease

This property specifies the Disease a Disease Risk Level refers to.
has domain
Disease Risk Level c
has range
Disease c

has foodop back to ToC or Object Property ToC

IRI: https://w3id.org/fuskg/disease#hasFood

This property specifies the Food a Disease Risk Level refers to.
has domain
Disease Risk Level c
has range
Food c

Data Properties

risk leveldp back to ToC or Data Property ToC

IRI: https://w3id.org/fuskg/disease#riskLevel

This property specifies the risk level of a DiseaseRiskLevel instance as an integer.
has domain
Disease Risk Level c
has range
integer

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.