Case Precedent
Class
http://proethica.org/ontology/intermediate#CasePrecedent
Definition
Concrete instances that exemplify principle application
Inherited
Attribution: McLaren (Ashley & McLaren 1995; McLaren 2003, SIROCCO). This is McLaren's core contribution to the Resource component.
Properties
Subclass of
Relationships
references
A:1024195425598
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 103TTL
@prefix dcterms: <http://purl.org/dc/terms/> .
@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#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
proeth:CasePrecedent a owl:Class ;
rdfs:label "Case Precedent" ;
dcterms:references <https://doi.org/10.1023/A:1024195425598> ;
rdfs:comment "Concrete instances that exemplify principle application" ;
rdfs:subClassOf proeth-core:Resource ;
skos:definition "Documented cases from ethics review boards providing precedential knowledge and analogical reasoning patterns for similar situations, grounding abstract principles in professional reality per McLaren (2003): citing past cases provides the extensional definition of the principles." ;
skos:scopeNote "Attribution: McLaren (Ashley & McLaren 1995; McLaren 2003, SIROCCO). This is McLaren's core contribution to the Resource component." .