PGHDPROVO
language en

PGHDPROVO

Release: 2021-05-24

Modified on: 2025-11-24
This version:
https://w3id.org/pghdprovo/1.0
Latest version:
https://w3id.org/pghdprovo#
Previous version:
https://w3id.org/pghdprovo/1.0
Revision:
1.0
Issued on:
2024-05-24
Authors:
Abdullahi Abubakar Kawu
Contributors:
Dympna OSullivan, Technological University Dublin
Lucy Hederman, Trinity College Dublin
Publisher:
Technological University Dublin
Source:
https://doi.org/10.1016/j.ijmedinf.2018.10.006
https://www.w3.org/TR/prov-o/
Download serialization:
JSON-LD RDF/XML N-Triples TTL
License:
https://creativecommons.org/licenses/by/4.0/
Visualization:
Visualize with WebVowl
Evaluation:
Evaluate with OOPS!
Cite as:
Kawu, A.A., O’Sullivan, D. and Hederman, L., 2025, June. PGHDProvO: Provenance Based Ontology for Sharing Patient Generated Health Data (PGHD) with an Electronic Health Record (EHR). In International Conference on Artificial Intelligence in Medicine (pp. 197-201). Cham: Springer Nature Switzerland.
DOI:
10.1007/978-3-031-95841-0_37
Provenance of this page
http://purl.org/ontology/bibo/status/published

Abstract

Patient Generated Health Data (PGHD) refer to health data collected by patient or their relatives. This ontology seeks to capture information about the data, the provenance and data quality associated with PGHD shared with an EHR. The objective is to have an ontological formal representation of the provenance and contextual data related to PGHD shared with EHR, in order to offer clinicians a means to use PGHD data for decision making and treatment support.

Introduction back to ToC

Provenance refers to the details about the entities, activities, and individuals involved in the creation of a piece of data or an object, which can help assess its quality, reliability, or trustworthiness. This documentation describes an ontology that can be used to represent provenance and contextual information about Patient Generated Health Data (PGHD) shared with an Electronic Health Record (EHR). We created the ontology leveraging existing ontologies. Further, we chose and modeled important concepts based on literature that captures contextual information relevant to clinical decision making. We illustrated our ontology using a use case from literature, and evaluated the ontology using competence questions.

Namespace declarations

Table 1: Namespaces used in the document
bibo<http://purl.org/ontology/bibo/>
dc<http://purl.org/dc/elements/1.1/>
dct<http://purl.org/dc/terms/>
foaf<http://xmlns.com/foaf/0.1/>
mod<https://w3id.org/mod#>
ns<http://www.w3.org/2003/06/sw-vocab-status/ns#>
owl<http://www.w3.org/2002/07/owl#>
pghdprovo<https://w3id.org/pghdprovo#>
prov<http://www.w3.org/ns/prov#>
rdf<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
rdfs<http://www.w3.org/2000/01/rdf-schema#>
s4wear<https://saref.etsi.org/saref4wear/>
saref<https://saref.etsi.org/core/>
schema<https://schema.org/>
vann<http://purl.org/vocab/vann/>
vcard<http://www.w3.org/2006/vcard/ns#>
xml<http://www.w3.org/XML/1998/namespace>
xsd<http://www.w3.org/2001/XMLSchema#>

Patient Generated Health Data Provenance Ontology: Overview back to ToC

This ontology has the following classes and properties.

Classes

Object Properties

Data Properties

Annotation Properties

Named Individuals

Patient Generated Health Data Provenance Ontology: Description back to ToC

Patient Generated Health Data (PGHD) refer to health data collected by patient or their relatives. This ontology seeks to capture information about the data, the provenance and data quality associated with PGHD shared with an EHR.

Cross-reference for Patient Generated Health Data Provenance Ontology classes, object properties and data properties back to ToC

This section provides details for each class and property defined by Patient Generated Health Data Provenance Ontology.

Classes

Activityc back to ToC or Class ToC

IRI: http://www.w3.org/ns/prov#Activity

An action or process that occurs over a period of time and acts upon entities.
An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities.
Is defined by
http://www.w3.org/ns/prov-o#
has sub-classes
PGHD Request c
is in domain of
endedAtTime dp, startedAtTime dp, used op, wasAssociatedWith op
is in range of
associated with op, wasGeneratedBy op
is disjoint with
Entity c

Agentc back to ToC or Class ToC

IRI: http://www.w3.org/ns/prov#Agent

Something that bears responsibility for an activity taking place, for the existence of an entity, or for another agent's activity.
An agent is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity.
Is defined by
http://www.w3.org/ns/prov-o#
has sub-classes
Organization c, Person c, SoftwareAgent c
is in domain of
actedOnBehalfOf op, associated with op, contributed op, had delegate op
is in range of
actedOnBehalfOf op, had delegate op, wasAssociatedWith op, wasAttributedTo op

Applicationc back to ToC or Class ToC

IRI: https://w3id.org/pghdprovo#Application

A software application is a software that can be directly executed by some processing unit.
has super-classes
Entity c
is in domain of
app name dp
has members
application1 ni
is disjoint with
Device c, contextual information c, PGHD c

Carerc back to ToC or Class ToC

IRI: https://w3id.org/pghdprovo#Carer

A Person who helps a patient to collect or transmit data.
has super-classes
Person c
has sub-classes
Patient Relative c

contextual informationc back to ToC or Class ToC

IRI: https://w3id.org/pghdprovo#ContextualInfo

Contextual Information provides to extra details that help explain the measurement, like the environment, device settings, or the activity the person was doing when the data was taken.
has super-classes
Entity c
has sub-classes
programme c, protocol c, rating c, state c
is in domain of
is contextual info of op, location of patient dp
is in range of
contain contextual info op
has members
Contextual Data Info1 ni
is disjoint with
Device c, Application c, PGHD c

Devicec back to ToC or Class ToC

IRI: https://saref.etsi.org/core/Device

A tangible object designed to accomplish a particular task. In order to accomplish this task, the device performs one or more functions. For example, a washing machine is designed to wash (task) and to accomplish this task it performs a start and stop function.
Is defined by
https://saref.etsi.org/core/
has super-classes
Entity c
has sub-classes
Wearable device c
is in domain of
device model dp, device name dp
has members
B P Monitor ni
is disjoint with
Application c, contextual information c, PGHD c

Entityc back to ToC or Class ToC

IRI: http://www.w3.org/ns/prov#Entity

A physical, digital, conceptual, or other kind of thing with some fixed aspects.
An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary.
Is defined by
http://www.w3.org/ns/prov-o#
has sub-classes
Application c, Consent c, Device c, PGHD c, contextual information c
is in domain of
generatedAtTime dp, is source of op, wasAttributedTo op, wasDerivedFrom op, wasGeneratedBy op
is in range of
contributed op, is source of op, used op, wasDerivedFrom op
is disjoint with
Activity c

Organizationc back to ToC or Class ToC

IRI: http://www.w3.org/ns/prov#Organization

A social or legal entity such as a company, institution, or association.
An organization is a social or legal institution such as a company, society, etc.
Is defined by
http://www.w3.org/ns/prov-o#
has super-classes
Agent c
is in domain of
has staff op, organisation consented op, organization address dp, organization email dp, organization id dp, organization name dp
is in range of
consent organization op, is a staff of op
has members
Organisation1 ni
is disjoint with
Person c, SoftwareAgent c

Patientc back to ToC or Class ToC

IRI: https://w3id.org/pghdprovo#Patient

A person who receives medical attention, care, or treatment, or who is registered with medical professional or institution with the purpose to receive medical care when necessary.
Is defined by
http://purl.obolibrary.org/obo/NCIT_C16960
has super-classes
Person c
is in domain of
authorized op, patient consented op
is in range of
consent patient op, was authorized by op
has members
Patient1 ni
is disjoint with
Patient Relative c, Practitioner c

Patient Relativec back to ToC or Class ToC

IRI: https://w3id.org/pghdprovo#PatientRelative

A Patient relative or friend who helps to collect or transmit data.
has super-classes
Carer c
is in domain of
relationship dp
has members
Patient Relative1 ni
is disjoint with
Patient c, Practitioner c

Personc back to ToC or Class ToC

IRI: http://www.w3.org/ns/prov#Person

Person agents are people.
Person agents are people.
Is defined by
http://www.w3.org/ns/prov-o#
has super-classes
Agent c
has sub-classes
Carer c, Patient c, Practitioner c, User c
is in domain of
address dp, age dp, birthday dp, collected op, gender dp, given name dp, id dp, phone number dp
is in range of
was collected by op
is disjoint with
Organization c, SoftwareAgent c

PGHDc back to ToC or Class ToC

IRI: https://w3id.org/pghdprovo#PGHD

Patient Generated Health Data (PGHD) a term referring to data that patients (or their caregivers) collect from home or any location outside the clinical environment.
has super-classes
Entity c
is in domain of
code dp, contain contextual info op, data covered by consent op, data name dp, data source dp, date collected dp, unit dp, value dp, was collected by op
is in range of
collected op, consent provision data op, is contextual info of op
has members
Blood Pressure1 ni
is disjoint with
Device c, Application c, contextual information c

PGHD Requestc back to ToC or Class ToC

IRI: https://w3id.org/pghdprovo#PGHDRequest

A request made by a practitioner to obtain patient health data generated by wearable device or software application.
has super-classes
Activity c
is in domain of
PGHD requested by op, activity id dp, description dp, was authorized by op
is in range of
authorized op, requested op
has members
P G H D Request1 ni

Practitionerc back to ToC or Class ToC

IRI: https://w3id.org/pghdprovo#Practitioner

A person professionally engaged medical practice who is appointed to a post or duties. [Definition Source: NCI]
Is defined by
http://purl.obolibrary.org/obo/NCIT_C51846
has super-classes
Person c
is in domain of
is a staff of op, requested op, role dp, service provider consented op
is in range of
PGHD requested by op, consent service provider op, has staff op
has members
Practitioner1 ni
is disjoint with
Patient c, Patient Relative c

programmec back to ToC or Class ToC

IRI: https://w3id.org/pghdprovo#Programme

Refers to a health plan or program the person is following, helping to understand the data in relation to their health goals.
has super-classes
contextual information c
is in domain of
programme name dp
has members
Programme1 ni
is disjoint with
protocol c, rating c, state c

protocolc back to ToC or Class ToC

IRI: https://w3id.org/pghdprovo#Protocol

Describes the steps or rules followed when collecting the data, such as instructions for using a device or following a specific health procedure.
has super-classes
contextual information c
is in domain of
body site dp, calibration status dp
has members
Protocol1 ni
is disjoint with
programme c, rating c, state c

ratingc back to ToC or Class ToC

IRI: https://w3id.org/pghdprovo#Rating

Includes scores or opinions about the measurement, like how good the data is or a personal rating of a health condition.
has super-classes
contextual information c
is in domain of
rating organization name dp, rating score dp
has members
Rating1 ni
is disjoint with
programme c, protocol c, state c

SoftwareAgentc back to ToC or Class ToC

IRI: http://www.w3.org/ns/prov#SoftwareAgent

A running software system acting as an agent in provenance descriptions.
A software agent is running software.
Is defined by
http://www.w3.org/ns/prov-o#
has super-classes
Agent c
is disjoint with
Organization c, Person c

statec back to ToC or Class ToC

IRI: https://w3id.org/pghdprovo#State

Informaion about the person's condition when the data was recorded, such as whether they were resting, active, sleeping, or exercising.
has super-classes
contextual information c
is in domain of
exercise state dp, posture dp
has members
State1 ni, State2 ni
is disjoint with
programme c, protocol c, rating c

Userc back to ToC or Class ToC

IRI: https://saref.etsi.org/saref4wear/User

A user is an entity using a wearable.
is equivalent to
Patient c
has super-classes
Person c

Wearable devicec back to ToC or Class ToC

IRI: https://saref.etsi.org/saref4wear/Wearable

A wearable device is a device that is intended to be located near, on or in an organism.
has super-classes
Device c

Object Properties

actedOnBehalfOfop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/prov#actedOnBehalfOf

An object property to express the accountability of an agent towards another agent. The subordinate agent acted on behalf of the responsible agent in an actual activity.
Is defined by
http://www.w3.org/ns/prov-o#
has super-properties
was influenced by op
has domain
Agent c
has range
Agent c
is inverse of
had delegate op

associated withop back to ToC or Object Property ToC

IRI: https://w3id.org/pghdprovo#associatedWith

Defines association between an agent and an activity. Inverse of prov:wasAssociatedWith.
has domain
Agent c
has range
Activity c
is inverse of
wasAssociatedWith op

authorizedop back to ToC or Object Property ToC

IRI: https://w3id.org/pghdprovo#authorized

Indicates that an agent authorized an activity. Inverse of pghdprovo:wasAuthorizedBy.
has domain
Patient c
has range
PGHD Request c
is inverse of
was authorized by op

collectedop back to ToC or Object Property ToC

IRI: https://w3id.org/pghdprovo#collected

Indicates that an agent collected data from an entity. Inverse of pghdprovo:wasCollectedBy.
has domain
Person c
has range
PGHD c
is inverse of
was collected by op

consent organizationop back to ToC or Object Property ToC

IRI: https://w3id.org/pghdprovo#consentOrganisation

The organization managing or enforcing this consent.
has domain
Consent c
has range
Organization c
is inverse of
organisation consented op

consent patientop back to ToC or Object Property ToC

IRI: https://w3id.org/pghdprovo#consentPatient

The patient to whom this consent applies.
has domain
Consent c
has range
Patient c
is inverse of
patient consented op

consent provision dataop back to ToC or Object Property ToC

IRI: https://w3id.org/pghdprovo#consentProvisionData

The specific observations (data) covered by this consent rule.
has domain
Consent c
has range
PGHD c
is inverse of
data covered by consent op

consent service providerop back to ToC or Object Property ToC

IRI: https://w3id.org/pghdprovo#consentServiceProvider

The practitioner or provider associated with the consent agreement.
has domain
Consent c
has range
Practitioner c
is inverse of
service provider consented op

contain contextual infoop back to ToC or Object Property ToC

IRI: https://w3id.org/pghdprovo#hasContextualInfo

Has some contextual information associated to the PGHD
has domain
PGHD c
has range
contextual information c
is inverse of
is contextual info of op

contributedop back to ToC or Object Property ToC

IRI: https://w3id.org/pghdprovo#contributed

Indicates that an agent contributed to an entity. Inverse of prov:wasAttributedTo.
has domain
Agent c
has range
Entity c
is inverse of
wasAttributedTo op

data covered by consentop back to ToC or Object Property ToC

IRI: https://w3id.org/pghdprovo#dataCoveredByConsent

Indicates consents that cover this specific PGHD data.
has domain
PGHD c
has range
Consent c
is inverse of
consent provision data op

generatedop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/prov#generated

Relates an activity to an entity that it generated.
has domain
Thing c
has range
Thing c

had delegateop back to ToC or Object Property ToC

IRI: https://w3id.org/pghdprovo#hadDelegate

Indicates that an agent had another agent act on their behalf. Inverse of prov:actedOnBehalfOf.
has domain
Agent c
has range
Agent c
is inverse of
actedOnBehalfOf op

has staffop back to ToC or Object Property ToC

IRI: https://w3id.org/pghdprovo#hasStaff

Indicates that an organization has a staff member. Inverse of pghdprovo:isAStaffOf.
has domain
Organization c
has range
Practitioner c
is inverse of
is a staff of op

is a staff ofop back to ToC or Object Property ToC

IRI: https://w3id.org/pghdprovo#isAStaffOf

Shows the institution a person works.
has domain
Practitioner c
has range
Organization c
is inverse of
has staff op

is contextual info ofop back to ToC or Object Property ToC

IRI: https://w3id.org/pghdprovo#isContextualInfoOf

Relates contextual information back to the entity it describes. Inverse of pghdprovo:hasContextualInfo.
has domain
contextual information c
has range
PGHD c
is inverse of
contain contextual info op

is source ofop back to ToC or Object Property ToC

IRI: https://w3id.org/pghdprovo#isSourceOf

Indicates that an entity served as the source for a derived entity. Inverse of prov:wasDerivedFrom.
has domain
Entity c
has range
Entity c
is inverse of
wasDerivedFrom op

organisation consentedop back to ToC or Object Property ToC

IRI: https://w3id.org/pghdprovo#organisationConsented

Indicates consents managed or enforced by the organization.
has domain
Organization c
has range
Consent c
is inverse of
consent organization op

patient consentedop back to ToC or Object Property ToC

IRI: https://w3id.org/pghdprovo#patientConsented

Indicates consents associated with this patient.
has domain
Patient c
has range
Consent c
is inverse of
consent patient op

PGHD requested byop back to ToC or Object Property ToC

IRI: https://w3id.org/pghdprovo#PGHDRequestedBy

A object property that declares the prov:agent responsible for the initializing a request for acquiring of patient Health data.
has domain
PGHD Request c
has range
Practitioner c
is inverse of
requested op

requestedop back to ToC or Object Property ToC

IRI: https://w3id.org/pghdprovo#requested

Indicates that an agent made a request for PGHD. Inverse of pghdprovo:PGHDRequestedBy.
has domain
Practitioner c
has range
PGHD Request c
is inverse of
PGHD requested by op

service provider consentedop back to ToC or Object Property ToC

IRI: https://w3id.org/pghdprovo#serviceProviderConsented

Indicates consents associated with this practitioner or provider.
has domain
Practitioner c
has range
Consent c
is inverse of
consent service provider op

usedop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/prov#used

A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven .
Is defined by
http://www.w3.org/ns/prov-o#
has super-properties
was influenced by op
has domain
Activity c
has range
Entity c

was authorized byop back to ToC or Object Property ToC

IRI: https://w3id.org/pghdprovo#wasAuthorizedBy

A person who grant access to data requested.
has domain
PGHD Request c
has range
Patient c
is inverse of
authorized op

was collected byop back to ToC or Object Property ToC

IRI: https://w3id.org/pghdprovo#wasCollectedBy

Ascribing a person engaged in the retrieval of health data. This could be the patient themself, a caregiver, a relative, or a friend.
has domain
PGHD c
has range
Person c
is inverse of
collected op

was influenced byop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/prov#wasInfluencedBy

Indicates that one entity, activity, or agent was influenced by another.
has sub-properties
actedOnBehalfOf op, used op, wasAssociatedWith op, wasAttributedTo op, wasDerivedFrom op, wasGeneratedBy op
has domain
Thing c
has range
Thing c

wasAssociatedWithop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/prov#wasAssociatedWith

An prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity.
Is defined by
http://www.w3.org/ns/prov-o#
has super-properties
was influenced by op
has domain
Activity c
has range
Agent c
is inverse of
associated with op

wasAttributedToop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/prov#wasAttributedTo

Attribution is the ascribing of an entity to an agent.
Attribution is the ascribing of an entity to an agent.
Is defined by
http://www.w3.org/ns/prov-o#
has super-properties
was influenced by op
has domain
Entity c
has range
Agent c
is inverse of
contributed op

wasDerivedFromop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/prov#wasDerivedFrom

The more specific subproperties of prov:wasDerivedFrom (i.e., prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource) should be used when applicable.
A derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity.
Is defined by
http://www.w3.org/ns/prov-o#
has super-properties
was influenced by op
has domain
Entity c
has range
Entity c
is inverse of
is source of op

wasGeneratedByop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/prov#wasGeneratedBy

Indicates that an entity was generated by an activity.
Is defined by
http://www.w3.org/ns/prov-o#
has super-properties
was influenced by op
has domain
Entity c
has range
Activity c

Data Properties

activity iddp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#requestId

Log id for an activity.
has super-properties
Identifier dp
has domain
PGHD Request c
has range
Literal

addressdp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#address

A standardized representation of the location of a person, business, building, or organization.
Is defined by
http://purl.obolibrary.org/obo/NCIT_C25407
has super-properties
has address dp
has domain
Person c
has range
Literal

agedp back to ToC or Data Property ToC

IRI: http://xmlns.com/foaf/0.1/age

A person's age, usually expressed in years, represented as an integer.
has sub-properties
birthday dp
has domain
Person c
has range
Literal

app namedp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#appName

The name of the software application utilised by a patient and practitioner.
has super-properties
name dp
has domain
Application c
has range
Literal

birthdaydp back to ToC or Data Property ToC

IRI: http://xmlns.com/foaf/0.1/birthday

The birthday of this Agent, represented in mm-dd string form, eg. '12-31'.
Is defined by
http://xmlns.com/foaf/0.1/
Term status
unstable

has characteristics: functional

has super-properties
age dp
has domain
Person c
has range
Literal

body sitedp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#bodySite

The part of the body where data is collected or which a device was placed to collect health data.
has domain
protocol c
has range
Literal

calibration statusdp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#calibrationStatus

Specifies the calibration state of the device that produced the patient-generated health data. Preferred value includes calibrated, not-calibrated, calibration-due, unknown, and self-check-performed.
has domain
protocol c
has range
Literal

codedp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#code

A code associated with the resource.
has domain
PGHD c
has range
Literal

consent datedp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#consentDate

The date and time the consent was issued.
has domain
Consent c
has range
date Time

consent policydp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#consentPolicy

The URI for the specific organizational or jurisdictional policy referenced.
has domain
Consent c
has range
Literal

consent regulatorydp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#consentRegulatory

The URI for the computable regulation or policy rule.
has domain
Consent c
has range
Literal

consent source referencedp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#consentSourceReference

A string reference (URL, ID, or description) pointing to the original source of the consent.
has domain
Consent c
has range
Literal

data namedp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#dataName

The 'dataName' property indicates the type of measurement or observation being recorded, such as heart rate, blood pressure, step count, or sleep duration.
has super-properties
name dp
has domain
PGHD c
has range
Literal

data sourcedp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#dataSource

An entity that produce a digital data.
has domain
PGHD c
has range
Literal

date collecteddp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#dateCollected

The 'dateCollected' property records the date and time when the measurement or observation was taken.
has domain
PGHD c
has range
Literal

descriptiondp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#description

Provide more information about an activity.
has domain
PGHD Request c
has range
Literal

device modeldp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#deviceModel

A unique number or name given by a device manufacturer to devices that corresponds to a certain characteristics.
has domain
Device c
has range
Literal

device namedp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#deviceName

A name for a device.
has super-properties
name dp
has domain
Device c
has range
Literal

endedAtTimedp back to ToC or Data Property ToC

IRI: http://www.w3.org/ns/prov#endedAtTime

The time at which an activity ended. See also prov:startedAtTime.
Is defined by
http://www.w3.org/ns/prov-o#
has domain
Activity c
has range
date Time

exercise statedp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#exerciseState

exercise state.
has domain
state c
has range
Literal

genderdp back to ToC or Data Property ToC

IRI: http://xmlns.com/foaf/0.1/gender

The gender of this Agent (typically but not necessarily 'male' or 'female').
Is defined by
http://xmlns.com/foaf/0.1/
Term status
testing

has characteristics: functional

has domain
Person c
has range
Literal

generatedAtTimedp back to ToC or Data Property ToC

IRI: http://www.w3.org/ns/prov#generatedAtTime

The time at which an entity was completely created and is available for use.
Is defined by
http://www.w3.org/ns/prov-o#
has domain
Entity c
has range
date Time

given namedp back to ToC or Data Property ToC

IRI: http://xmlns.com/foaf/0.1/givenName

The given name of some person.
Is defined by
http://xmlns.com/foaf/0.1/
Term status
testing
has domain
Person c
has range
Literal

has addressdp back to ToC or Data Property ToC

IRI: http://www.w3.org/2006/vcard/ns#hasAddress

To specify the components of the delivery address for the vCard object.
has super-properties
top Data Property dp
has sub-properties
address dp, organization address dp
has domain
Thing c
has range
Literal

has emaildp back to ToC or Data Property ToC

IRI: http://www.w3.org/2006/vcard/ns#hasEmail

To specify the electronic mail address for communication with the object
has sub-properties
organization email dp
has domain
Thing c
has range
Literal

has roledp back to ToC or Data Property ToC

IRI: http://www.w3.org/2006/vcard/ns#hasRole

To specify the function or part played in a particular situation by an individual.
has sub-properties
role dp
has domain
Thing c
has range
Literal

has telephonedp back to ToC or Data Property ToC

IRI: http://www.w3.org/2006/vcard/ns#hasTelephone

To specify the telephone number for telephony communication with the object.
has super-properties
top Data Property dp
has sub-properties
phone number dp
has domain
Thing c
has range
Literal

iddp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#id

Identifier
has super-properties
Identifier dp
has domain
Person c
has range
Literal

Identifierdp back to ToC or Data Property ToC

IRI: http://purl.org/dc/elements/1.1/identifier

Recommended practice is to identify the resource by means of a string conforming to an identification system.
An unambiguous reference to the resource within a given context.
has sub-properties
activity id dp, id dp, organization id dp
has domain
Thing c
has range
Literal

location of patientdp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#locationOfPatient

Location of a patient during data collection.
has domain
contextual information c
has range
Literal

namedp back to ToC or Data Property ToC

IRI: http://xmlns.com/foaf/0.1/name

A name for some thing.
has sub-properties
app name dp, data name dp, device name dp, organization name dp
has domain
Thing c
has range
Literal

organization addressdp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#orgAddress

Location of organisation.
has super-properties
has address dp
has domain
Organization c
has range
Literal

organization emaildp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#orgEmail

Organization email address.
has super-properties
has email dp
has domain
Organization c
has range
Literal

organization iddp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#orgId

An identifier for an organization.
has super-properties
Identifier dp
has domain
Organization c
has range
Literal

organization namedp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#orgName

The name of the organization where a practitioner belongs.
has super-properties
name dp
has domain
Organization c
has range
Literal

phone numberdp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#phoneNumber

Phone contact number.
has super-properties
has telephone dp
has domain
Person c
has range
Literal

posturedp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#posture

The body position of the patient during data collection.
has domain
state c
has range
Literal

programme namedp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#programmeName

The treatment programme associated with the PGHD request.
has domain
programme c
has range
Literal

rating organization namedp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#ratingOrgName

Denotes the name of the organization that conducted the rating.
has super-properties
top Data Property dp
has domain
rating c
has range
Literal

rating scoredp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#ratingScore

The efficiency rating of an equipement or device by recognized body.
has domain
rating c
has range
Literal

relationshipdp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#relationship

shows the relationship of a caregiver, friend, or relative to a patient.
has domain
Patient Relative c
has range
Literal

roledp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#role

position or function within an organization
has super-properties
has role dp
has domain
Practitioner c
has range
Literal

startedAtTimedp back to ToC or Data Property ToC

IRI: http://www.w3.org/ns/prov#startedAtTime

The time at which an activity started. See also prov:endedAtTime.
Is defined by
http://www.w3.org/ns/prov-o#
has domain
Activity c
has range
date Time

unitdp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#unit

The 'unit' property specifies the metric or unit of measurement associated with the observed value.
has domain
PGHD c
has range
Literal

valuedp back to ToC or Data Property ToC

IRI: https://w3id.org/pghdprovo#value

The 'value' property represents the quantity measured or observed, typically recorded by a health or activity monitoring device.
has domain
PGHD c
has range
Literal

Annotation Properties

bibliographic Citationap back to ToC or Annotation Property ToC

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

categoryap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/ns/prov#category

componentap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/ns/prov#component

constraintsap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/ns/prov#constraints

contributorap back to ToC or Annotation Property ToC

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

createdap back to ToC or Annotation Property ToC

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

created Withap back to ToC or Annotation Property ToC

IRI: https://w3id.org/mod#createdWith

creatorap back to ToC or Annotation Property ToC

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

definitionap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/ns/prov#definition

descriptionap back to ToC or Annotation Property ToC

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

dmap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/ns/prov#dm

doiap back to ToC or Annotation Property ToC

IRI: http://purl.org/ontology/bibo/doi

editorial Noteap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/ns/prov#editorialNote

included In Data Catalogap back to ToC or Annotation Property ToC

IRI: https://schema.org/includedInDataCatalog

inverseap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/ns/prov#inverse

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

nap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/ns/prov#n

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

qualified Formap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/ns/prov#qualifiedForm

sourceap back to ToC or Annotation Property ToC

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

statusap back to ToC or Annotation Property ToC

IRI: http://purl.org/ontology/bibo/status

term statusap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2003/06/sw-vocab-status/ns#term_status

titleap back to ToC or Annotation Property ToC

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

version Infoap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2002/07/owl#versionInfo

Named Individuals

application1ni back to ToC or Named Individual ToC

IRI: https://w3id.org/pghdprovo#application1

belongs to
Application c
has facts
wasAttributedTo op Practitioner1 ni
app name dp ""

B P Monitorni back to ToC or Named Individual ToC

IRI: https://w3id.org/pghdprovo#BPMonitor

belongs to
Device c
has facts
device model dp ""
device name dp ""

Blood Pressure1ni back to ToC or Named Individual ToC

IRI: https://w3id.org/pghdprovo#BloodPressure1

belongs to
PGHD c
has facts
wasAttributedTo op Patient1 ni
wasDerivedFrom op B P Monitor ni
contain contextual info op Programme1 ni
contain contextual info op Protocol1 ni
contain contextual info op Rating1 ni
contain contextual info op State1 ni
was collected by op Patient1 ni
name dp ""^^Literal
data source dp ""^^Literal
unit dp ""^^Literal
value dp ""^^Literal

Contextual Data Info1ni back to ToC or Named Individual ToC

IRI: https://w3id.org/pghdprovo#ContextualDataInfo1

belongs to
contextual information c
has facts
location of patient dp ""

Organisation1ni back to ToC or Named Individual ToC

IRI: https://w3id.org/pghdprovo#Organisation1

belongs to
Organization c
has facts
organization address dp ""
organization email dp ""
organization id dp ""
organization name dp ""

P G H D Request1ni back to ToC or Named Individual ToC

IRI: https://w3id.org/pghdprovo#PGHDRequest1

belongs to
PGHD Request c
has facts
used op application1 ni
PGHD requested by op Practitioner1 ni
was authorized by op Patient1 ni
endedAtTime dp "1000-10-10T00:00:00"^^date Time
startedAtTime dp "1000-10-10T00:00:00"^^date Time
description dp ""
activity id dp ""

Patient Relative1ni back to ToC or Named Individual ToC

IRI: https://w3id.org/pghdprovo#PatientRelative1

belongs to
Patient Relative c
has facts
actedOnBehalfOf op Patient1 ni
name dp ""
address dp ""
id dp ""
phone number dp ""
relationship dp ""

Patient1ni back to ToC or Named Individual ToC

IRI: https://w3id.org/pghdprovo#Patient1

belongs to
Patient c
has facts
name dp ""
address dp ""
id dp ""
phone number dp ""

Practitioner1ni back to ToC or Named Individual ToC

IRI: https://w3id.org/pghdprovo#Practitioner1

belongs to
Practitioner c
has facts
is a staff of op Organisation1 ni
name dp ""
address dp ""
id dp ""
phone number dp ""
role dp ""

Programme1ni back to ToC or Named Individual ToC

IRI: https://w3id.org/pghdprovo#Programme1

belongs to
programme c
has facts
programme name dp ""

Protocol1ni back to ToC or Named Individual ToC

IRI: https://w3id.org/pghdprovo#Protocol1

belongs to
protocol c
has facts
body site dp ""

Rating1ni back to ToC or Named Individual ToC

IRI: https://w3id.org/pghdprovo#Rating1

belongs to
rating c
has facts
rating organization name dp ""
rating score dp ""

State1ni back to ToC or Named Individual ToC

IRI: https://w3id.org/pghdprovo#State1

belongs to
state c
has facts
exercise state dp ""
posture dp ""

State2ni back to ToC or Named Individual ToC

IRI: https://w3id.org/pghdprovo#State2

belongs to
state c
has facts
posture dp ""

Legend back to ToC

c: Classes
op: Object Properties
dp: Data Properties
ni: Named Individuals

References back to ToC

Add your references here. It is recommended to have them as a list.

Changes from last version

Object Properties

Modified object properties

Data Properties

Modified 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.