Competence State
Class
http://proethica.org/ontology/intermediate#CompetenceState
Definition
Capacity-conditioning condition (ought-implies-can).
Inherited
Deontic-function archetype; case-specific competence states (OutsideCompetence) subclass this.
Properties
Subclass of
Relationships
references
s10676-024-09775-5
Used in cases 4
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:CompetenceState a owl:Class ;
rdfs:label "Competence State"@en ;
dcterms:references <https://doi.org/10.1007/s10676-024-09775-5> ;
rdfs:comment "Capacity-conditioning condition (ought-implies-can)."@en ;
rdfs:subClassOf proeth-core:State ;
skos:definition "A condition bearing on whether a role-bearer has the capacity -- expertise, qualification, means -- to fulfil a duty. Its deontic function is to condition an obligation on capacity: obligation presupposes capacity, so a competence shortfall renders the duty defeasible or shifts it (for example to refer or disclose), per Stenseke (2024)."@en ;
skos:scopeNote "Deontic-function archetype; case-specific competence states (OutsideCompetence) subclass this."@en .