Principle
Class
f2270341
http://proethica.org/ontology/core#Principle
Definition
A directive information entity representing ethical values and guidelines for conduct. Principles prescribe professional behavior and gain operational meaning through accumulated case precedents (McLaren 2003). This is the P component of the formal specification D=(R,P,O,S,Rs,A,E,Ca,Cs).
Properties
Subclass of
TTL
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proethica_core: <http://proethica.org/ontology/core> .
<http://proethica.org/ontology/core#Principle> a owl:Class ;
rdfs:label "Principle" ;
rdfs:comment "A directive information entity representing ethical values and guidelines for conduct. Principles prescribe professional behavior and gain operational meaning through accumulated case precedents (McLaren 2003). This is the P component of the formal specification D=(R,P,O,S,Rs,A,E,Ca,Cs)." ;
rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000033> .