From be07e291ebfe6f82e51189fab804f270a11ecaa2 Mon Sep 17 00:00:00 2001 From: kityansiu Date: Tue, 14 Feb 2023 09:53:39 -0500 Subject: [PATCH] add role to describe a PERSON --- RACK-Ontology/ontology/AGENTS.sadl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RACK-Ontology/ontology/AGENTS.sadl b/RACK-Ontology/ontology/AGENTS.sadl index 4f0232f1..1c701cb6 100644 --- a/RACK-Ontology/ontology/AGENTS.sadl +++ b/RACK-Ontology/ontology/AGENTS.sadl @@ -29,14 +29,14 @@ ORGANIZATION PERSON (note "Person agents are people - alias for User") is a type of AGENT. - emailAddress (note "Email address of person") describes PERSON with values of type string. - employedBy (note "Relates people to the company they were acting on behalf of.") describes PERSON with values of type AGENT. employedBy describes PERSON with at most 1 value of type AGENT. employedBy is a type of actedOnBehalfOf. + role (note "The role a person played in the performance of an activity (tester, witness, etc.)") + describes PERSON with values of type string. TOOL (note "An aid (software, hardware, etc) that automates the performance of an activity.")