Public Role
Class
http://proethica.org/ontology/intermediate#PublicRole
Definition
The public, community members, and affected stakeholders. No IFC equivalent, since IFC has no public or society role. The professional duty side is :PublicResponsibilityRole.
Properties
Subclass of
Archetype Axis
occupational
Alt Label
public
community
citizen
resident
neighbor
society
affected party
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 76TTL
@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:PublicRole a owl:Class ;
rdfs:label "Public Role"@en ;
proeth:archetypeAxis "occupational" ;
rdfs:comment "The public, community members, and affected stakeholders. No IFC equivalent, since IFC has no public or society role. The professional duty side is :PublicResponsibilityRole."@en ;
rdfs:subClassOf proeth:ParticipantRole ;
skos:altLabel "affected party"@en,
"citizen"@en,
"community"@en,
"neighbor"@en,
"public"@en,
"resident"@en,
"society"@en .