Nine-component D-tuple framework
Individual
http://proethica.org/ontology/core#DTupleFramework
Class Hierarchy
- Thing
- ↳ entity (bfo)
- ↳ continuant (bfo)
- ↳ generically dependent continuant (bfo)
- ↳ information content entity (iao)
- ∈ Nine-component D-tuple framework individual
Definition
The formal nine-component specification D=(R,P,O,S,Rs,A,E,Ca,Cs) that this ontology implements: the contextual components (Role, State, Resource), the normative components (Principle, Obligation, Capability, Constraint), and the temporal components (Action, Event). An information content entity: a formal representational specification.
Properties
Referenced by
Edges from other case entities pointing at this one (the commit writes several families one-directional, e.g. an Agent's
hasRole to its role facet).componentOf@prefix iao: <http://purl.obolibrary.org/obo/IAO_> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proeth-core: <http://proethica.org/ontology/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
proeth-core:DTupleFramework a iao:0000030,
owl:NamedIndividual ;
rdfs:label "Nine-component D-tuple framework"@en ;
skos:definition "The formal nine-component specification D=(R,P,O,S,Rs,A,E,Ca,Cs) that this ontology implements: the contextual components (Role, State, Resource), the normative components (Principle, Obligation, Capability, Constraint), and the temporal components (Action, Event). An information content entity: a formal representational specification."@en .