activates obligation
Property
http://proethica.org/ontology/core#activatesObligation
Class Hierarchy
- activates obligation
Definition
Relates a State to an Obligation that the obtaining of the State makes applicable. This is the forward, activating complement of defeasibleUnder (which records the State under which an obligation yields): a state such as hazard exposure or an undertaken commitment can bring an obligation into force for the role-bearers it concerns.
Properties
@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:activatesObligation a owl:ObjectProperty ;
rdfs:label "activates obligation"@en ;
rdfs:comment "Relates a State to an Obligation that the obtaining of the State makes applicable. This is the forward, activating complement of defeasibleUnder (which records the State under which an obligation yields): a state such as hazard exposure or an undertaken commitment can bring an obligation into force for the role-bearers it concerns."@en ;
rdfs:domain proeth-core:State ;
rdfs:range proeth-core:Obligation ;
skos:definition "Links a State to an Obligation that the State's obtaining renders applicable."@en .