Outside Area of Competence
Class
http://proethica.org/ontology/intermediate#OutsideCompetence
Definition
Competence boundary preventing service provision
Properties
Subclass of
TTL
@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:OutsideCompetence a owl:Class ;
rdfs:label "Outside Area of Competence" ;
rdfs:comment "Competence boundary preventing service provision" ;
rdfs:subClassOf proeth-core:State ;
skos:definition "State where professional lacks the expertise, training, or qualification to perform requested services, limiting available actions per competence-based ethical constraints." .