Ethical Issue
Class
http://proethica.org/ontology/intermediate#EthicalIssue
Definition
A problematic situation involving ethical considerations or conflicts
Properties
Subclass of
Used in cases 1
Case ontologies that instantiate this class. Computed from each individual's type, so the list stays current as cases are extracted. The originating case is shown under Extraction details.
Case 19TTL
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proeth: <http://proethica.org/ontology/intermediate#> .
@prefix proeth-core: <http://proethica.org/ontology/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
proeth:EthicalIssue a proeth:EntityType,
owl:Class ;
rdfs:label "Ethical Issue"@en ;
rdfs:comment "A problematic situation involving ethical considerations or conflicts"@en ;
rdfs:subClassOf proeth-core:State .