Professional Peer Role
Class
http://proethica.org/ontology/intermediate#ProfessionalPeerRole
Definition
Collegial relationship with mentoring and review obligations
Properties
Subclass of
Relationships
references
s10676-020-09524-4
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 142TTL
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proeth: <http://proethica.org/ontology/intermediate#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
proeth:ProfessionalPeerRole a owl:Class ;
rdfs:label "Professional Peer Role" ;
dcterms:references <https://doi.org/10.1007/s10676-020-09524-4> ;
rdfs:comment "Collegial relationship with mentoring and review obligations" ;
rdfs:subClassOf proeth:RelationalRole ;
skos:definition "Professional role defining relationships between practitioners within the same professional domain, creating obligations for peer review, professional development, knowledge sharing, and standard maintenance per Kong et al. (2020)." .