certificate granting process

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

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

SubClass Of: planned process

Class Hierarchy

owl:Thingbfo:entitybfo:occurrentbfo:processplanned processcertificate granting process

Definition

planned process of granting a certificate for an entity of interest, preceded by the attestation of that entity

Semi-Formal Definition:

x is a ‘certificate granting process’ if and only if x is a ‘planned process’ that is ‘prescribed by’ some ‘plan specification,’ and x ‘has specified output’ some ‘certificate’ c and c ‘certifies’ some ‘entity’ e and x is ‘preceded by’ some ‘attesting process’ a and a ‘attests to’ c

Formal Axioms

First-Order Logic Definition

CertificateGrantingProcess(x) ↔ (PlannedProcess(x) ∧ ∃ p,c,e,a (PlanSpecification(p) ∧ prescribedBy(x, p) ∧ Certificate(c) ∧ hasSpecifiedOutput(x, c) ∧ Entity(e) ∧ certifies(c, e) ∧ AttestingProcess(a) ∧ precededBy(x, a) ∧ attestsTo(a, c)))

Description Logic