designed function

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

Defined In: https://spec.industrialontologies.org/ontology/core/Core/

SubClass Of: bfo:function

Class Hierarchy

owl:Thingbfo:entitybfo:continuantbfo:specifically dependent continuantbfo:realizable entitybfo:dispositioncapabilitybfo:functiondesigned function

Definition

function that is intentionally designed

Semi-Formal Definition:

every instance of ‘designed function’ is exactly an instance of ‘function’ that is ‘prescribed by’ some ‘design specification’

Examples

  • the function of a oil pump to pump oil, the function of a knife to cut things

Adapted From

  • http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology

Formal Axioms

First-Order Logic Definition

ArtifactFunction(x) ↔ Function(x) ∧ ∃d(DesignSpecification(m)∧ prescribedBy(x,d))

Description Logic

EquivalentTo: bfo:function and constr:prescribedBy some constr:DesignSpecification

SubClassOf: bfo:function