Qualified to Perform
Class
http://proethica.org/ontology/intermediate#QualifiedToPerform
Definition
Competence state enabling professional action
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:QualifiedToPerform a owl:Class ;
rdfs:label "Qualified to Perform" ;
rdfs:comment "Competence state enabling professional action" ;
rdfs:subClassOf proeth-core:State ;
skos:definition "Positive competence state where professional has demonstrated expertise and authorization to perform specific services within defined scope of practice." .