attesting agent role

IRI: https://spec.industrialontologies.org/ontology/construct/AttestingAgentRole

Defined In: https://spec.industrialontologies.org/ontology/certification/Certification/

SubClass Of: agent role

Class Hierarchy

owl:Thingbfo:entitybfo:continuantbfo:specifically dependent continuantbfo:realizable entitybfo:roleagent roleattesting agent role

Definition

agent role held by an agent acting on behalf of some certifying body when it participates in an attesting process

Semi-Formal Definition:

x is an ‘attesting agent role,’ if and only if x is an ‘agent role’ and x is ‘role of’ some ‘agent’ y and y ‘acts on behalf of at some time’ some ‘certifying body’ and y ‘participates in at some time’ some ‘attesting process’ a and a ‘realizes’ x

Formal Axioms

First-Order Logic Definition

AttestingAgentRole(x) ↔ (AgentRole(x) ∧ ∃ y,a,o (Agent(y) ∧ roleOf(x, y) ∧ CertifyingBody(o) ∧ actsOnBehalfOfAtSomeTime(y, o) ∧ AttestingProcess(a) ∧ participatesInAtSomeTime(y, a) ∧ realizes(a, x))

Description Logic