Regulatory Authority Role
Class
http://proethica.org/ontology/intermediate#RegulatoryAuthorityRole
Definition
Code-enforcement officials, inspectors, boards, and government agencies acting in an oversight capacity. No IFC equivalent (IFC has no regulator role).
Properties
Subclass of
Archetype Axis
occupational
Alt Label
regulator
regulatory
authority
inspector
government
board of ethical
public official
public agency
Used in cases 2
TTL
@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:RegulatoryAuthorityRole a owl:Class ;
rdfs:label "Regulatory Authority Role"@en ;
proeth:archetypeAxis "occupational" ;
rdfs:comment "Code-enforcement officials, inspectors, boards, and government agencies acting in an oversight capacity. No IFC equivalent (IFC has no regulator role)."@en ;
rdfs:subClassOf proeth:ProfessionalRole ;
skos:altLabel "authority"@en,
"board of ethical"@en,
"government"@en,
"inspector"@en,
"public agency"@en,
"public official"@en,
"regulator"@en,
"regulatory"@en .