certifying body role

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

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

SubClass Of: bfo:role

Class Hierarchy

owl:Thingbfo:entitybfo:continuantbfo:specifically dependent continuantbfo:realizable entitybfo:rolecertifying body role

Definition

role held by an organization that participates in some certificate granting process

Semi-Formal Definition:

x is a ‘certifying body role’ if and only if x is a ‘role,’ and x is the ‘role of’ an ‘organization’ o when o ‘participates in’ some ‘certificate granting process’ c and c ‘realizes’ x

Formal Axioms

First-Order Logic Definition

CertifyingBodyRole(x) ↔ (Role(x) ∧ ∃ o,c (Organization(o) ∧ hasRole(o, x) ∧ CertificateGrantingProcess(c) ∧ participatesIn(o, c) ∧ realizes(c, x)))

Description Logic

EquivalentTo: bfo:role and (bfo:participates_in some constr:CertificateGrantingProcess and constr:roleOf some constr:Organization)

SubClassOf: bfo:role