guided by principle
Property
http://proethica.org/ontology/core#guidedByPrinciple
Class Hierarchy
- guided by principle
Definition
Relates an action to a principle that directs it. The principle supplies the value the action is taken to serve.
@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:guidedByPrinciple a owl:ObjectProperty ;
rdfs:label "guided by principle"@en ;
rdfs:comment "Relates an action to a principle that directs it. The principle supplies the value the action is taken to serve."@en ;
rdfs:domain proeth-core:Action ;
rdfs:range proeth-core:Principle ;
skos:changeNote "v2.8.0: Promoted from proeth:guidedByPrinciple (intermediate) to core; semantics unchanged."@en ;
skos:definition "Relates an Action to a Principle that guides it."@en .