Professional Role
Class
http://proethica.org/ontology/intermediate#ProfessionalRole
Definition
A role within a profession that entails recognized ends/goals of practice (e.g., safeguarding public safety, delivering competent technical solutions) and a coherent set of obligations codified in standards and codes (e.g., NSPE). Often associated with licensure or formal accountability. Examples: Professional Engineer, Project Manager, Public Official.
Properties
Subclass of
Relationships
disjointWith
Participant Role
Subclasses 5
Architect Role
Professional responsible for building design and construction oversight. Consultant Role
Professional engaged for expert advice on a specific aspect of a project. Engineering consultants are classified under E... Engineer Role
A professional role involving engineering practice and responsibilities. Occupational archetype head for all engineer sp... Project Manager Role
Party responsible for planning, coordinating, and delivering a project. Regulatory Authority Role
Code-enforcement officials, inspectors, boards, and government agencies acting in an oversight capacity. No IFC equivale...
Professional responsible for building design and construction oversight. Consultant Role
Professional engaged for expert advice on a specific aspect of a project. Engineering consultants are classified under E... Engineer Role
A professional role involving engineering practice and responsibilities. Occupational archetype head for all engineer sp... Project Manager Role
Party responsible for planning, coordinating, and delivering a project. Regulatory Authority Role
Code-enforcement officials, inspectors, boards, and government agencies acting in an oversight capacity. No IFC equivale...
Used in cases 3
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#> .
proeth:ProfessionalRole a proeth:EntityType,
owl:Class ;
rdfs:label "Professional Role"@en ;
rdfs:comment "A role within a profession that entails recognized ends/goals of practice (e.g., safeguarding public safety, delivering competent technical solutions) and a coherent set of obligations codified in standards and codes (e.g., NSPE). Often associated with licensure or formal accountability. Examples: Professional Engineer, Project Manager, Public Official."@en ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty proeth-core:hasObligation ;
owl:someValuesFrom proeth-core:Obligation ],
[ a owl:Restriction ;
owl:onProperty proeth:governedByCode ;
owl:someValuesFrom proeth:EthicalCode ],
proeth-core:Role ;
owl:disjointWith proeth:ParticipantRole .