Decision Point
Class
eb52871f
http://proethica.org/ontology/cases#DecisionPoint
Definition
A point in an ethics case where a professional actor must make a choice between ethically significant alternatives.
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_cases: <http://proethica.org/ontology/cases> .
<http://proethica.org/ontology/cases#DecisionPoint> a owl:Class ;
rdfs:label "Decision Point" ;
rdfs:comment "A point in an ethics case where a professional actor must make a choice between ethically significant alternatives." ;
rdfs:subClassOf <http://proethica.org/ontology/core#Event> .