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

Core Module of Functional Status Knowledge Graph (FuS-KG)

Modified on: 2024-04-26
Latest version:
https://w3id.org/fuskg/core#
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
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. Functional Status Knowledge Graph (FuS-KG). Revision: 1.0.0.
Vocabulary maintained at:
https://github.com/IDA-FBK/FuS-KG
Core Module Specification

Abstract

Core module includes the upper level of FuS-KG, i.e., the set of abstract concepts defining the main type of knowledge covered by FuS-KG.

Introduction back to ToC

Core module includes the upper level of FuS-KG, which specifies the set of abstract concepts defining the main type of knowledge covered by FuS-KG (i.e., Activity, Barrier, Food, and Nutrient) and the main properties defined between them. The properties allow the representation of complex foods and their nutrients (i.e., contains specifies that a specific food contains another food, and hasNutrient specifies the nutrients of foods) and the connection of particular barriers that affect the performing of an activity (i.e., affectsPerformingOf ) or the consumption of foods or nutrients (i.e., concernsConsumptionOf ).

Namespace declarations

Table 1: Namespaces used in the document
dcterms<http://purl.org/dc/terms/>
fscore<https://w3id.org/fuskg/core#>
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#>

Core Module: Overview back to ToC

The Core Module has the following classes and properties.

Classes

Object Properties

Annotation Properties

Core Module: Description back to ToC

Core Module

The Core module includes the upper level of FuS-KG, which specifies the set of abstract concepts defining the main type of knowledge covered by FuS-KG and the main properties defined between them. Concepts include: - [Activity](#Activity): Actions performed by individuals. - [Barrier](#Barrier): Factors that hinder activities or food consumption. - [Food](#Food) & [Nutrient](#Nutrient): Representation of complex foods, their components, and their nutritional properties. The module establishes connections between these concepts. For example: - The [contains](#contains) property links foods with their ingredients. - The [hasNutrient](#hasNutrient) property associates foods with their nutritional content. - The [affectsPerformingOf](#affectsPerformingOf) property describes how barriers impact activities. - The [concernsConsumptionOf](#concernsConsumptionOf) property relates barriers to food consumption.

Cross-reference for Core Module classes, object properties and data properties back to ToC

This section provides details for each class and property defined in the Core Module.

Classes

Activityc back to ToC or Class ToC

IRI: https://w3id.org/fuskg/core#Activity

This is the root concept for the Activity branch. All sub-concepts represent a specific category of activities.
is in range of
affects performing of op

Barrierc back to ToC or Class ToC

IRI: https://w3id.org/fuskg/core#Barrier

This is the root concept for the Barrier branch. All sub-concepts represent a specific category of barriers.
is in domain of
affects performing of op, concerns consumption of op

Foodc back to ToC or Class ToC

IRI: https://w3id.org/fuskg/core#Food

This is the root concept for the Food branch. All sub-concepts represent a specific category of foods.
is in domain of
contains op, has Nutrient op
is in range of
concerns consumption of op, contains op

Nutrientc back to ToC or Class ToC

IRI: https://w3id.org/fuskg/core#Nutrient

This is the root concept for the Nutrient branch. All sub-concepts represent a specific nutrient that can be contained in a specific food.
is in range of
concerns consumption of op, has Nutrient op

Object Properties

affects performing ofop back to ToC or Object Property ToC

IRI: https://w3id.org/fuskg/core#affectsPerformingOf

This property defines the relationship between a barrier affecting the performing of an activity.
has domain
Barrier c
has range
Activity c

concerns consumption ofop back to ToC or Object Property ToC

IRI: https://w3id.org/fuskg/core#concernsConsumptionOf

This property defines the relationship between a barrier and the consumption of a food or nutrient.
has domain
Barrier c
has range
Food c
Nutrient c

containsop back to ToC or Object Property ToC

IRI: https://w3id.org/fuskg/core#contains

This property specifies that a food contains another food
has domain
Food c
has range
Food c

has Nutrientop back to ToC or Object Property ToC

IRI: https://w3id.org/fuskg/core#hasNutrient

This property specifies the nutrient(s) contained ia a food.
has domain
Food c
has range
Nutrient c

Annotation Properties

creatorap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/creator

domainap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2000/01/rdf-schema#domain

idap back to ToC or Annotation Property ToC

IRI: https://w3id.org/fuskg/core#id

interface Labelap back to ToC or Annotation Property ToC

IRI: https://w3id.org/fuskg/core#interfaceLabel

has domain
has range

issuedap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/issued

licenseap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/license

modifiedap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/modified

preferred Namespace Prefixap back to ToC or Annotation Property ToC

IRI: http://purl.org/vocab/vann/preferredNamespacePrefix

preferred Namespace Uriap back to ToC or Annotation Property ToC

IRI: http://purl.org/vocab/vann/preferredNamespaceUri

publisherap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/publisher

rangeap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2000/01/rdf-schema#range

rightsap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/rights

sourceap back to ToC or Annotation Property ToC

IRI: https://w3id.org/fuskg/core#source

titleap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/title

Legend back to ToC

c: Classes
op: Object Properties
ap: Annotation 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.