@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 .

