activates constraint
Property
http://proethica.org/ontology/core#activatesConstraint
Class Hierarchy
- activates constraint
Definition
Relates a State to a Constraint that the obtaining of the State activates, bounding the actions available to the role-bearers the state concerns (the S->Cs linkage).
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:activatesConstraint a owl:ObjectProperty ;
rdfs:label "activates constraint"@en ;
rdfs:comment "Relates a State to a Constraint that the obtaining of the State activates, bounding the actions available to the role-bearers the state concerns (the S->Cs linkage)."@en ;
rdfs:domain proeth-core:State ;
rdfs:range proeth-core:Constraint ;
skos:definition "Links a State to a Constraint that the State's obtaining activates."@en .