derived from principle
Property
http://proethica.org/ontology/core#derivedFromPrinciple
Class Hierarchy
- derived from principle
Definition
Relates an obligation to the principle or principles it operationalizes. The obligation gives concrete directive force to the more abstract value the principle expresses (Dennis et al. 2016).
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:derivedFromPrinciple a owl:ObjectProperty ;
rdfs:label "derived from principle"@en ;
rdfs:comment "Relates an obligation to the principle or principles it operationalizes. The obligation gives concrete directive force to the more abstract value the principle expresses (Dennis et al. 2016)."@en ;
rdfs:domain proeth-core:Obligation ;
rdfs:range proeth-core:Principle ;
skos:changeNote "v2.8.0: Promoted from proeth:derivedFromPrinciple (intermediate) to core; semantics unchanged."@en ;
skos:definition "Relates an Obligation to the Principle it operationalizes."@en .