Expert Interpretation
Class
http://proethica.org/ontology/intermediate#ExpertInterpretation
Definition
Professional consensus on principle application in edge cases
Inherited
Attribution: McLaren (2003) -- the expert/board explanation that links codes to facts.
Properties
Subclass of
Relationships
references
A:1024195425598
Used in cases 6
TTL
@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:ExpertInterpretation a owl:Class ;
rdfs:label "Expert Interpretation" ;
dcterms:references <https://doi.org/10.1023/A:1024195425598> ;
rdfs:comment "Professional consensus on principle application in edge cases" ;
rdfs:subClassOf proeth-core:Resource ;
skos:definition "Authoritative explanations bridging principles to specific contexts, providing nuanced understanding of how principles apply in complex situations. Per McLaren (2003), the review board's explanations of how and why codes apply operationalize the abstract principles." ;
skos:scopeNote "Attribution: McLaren (2003) -- the expert/board explanation that links codes to facts." .