Employer Role
Class
http://proethica.org/ontology/intermediate#EmployerRole
Definition
The employing organization as a participant. The duty relationship is carried separately by :EmployerRelationshipRole. No IFC equivalent.
Properties
Subclass of
Archetype Axis
occupational
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#> .
proeth:EmployerRole a owl:Class ;
rdfs:label "Employer Role"@en ;
proeth:archetypeAxis "occupational" ;
rdfs:comment "The employing organization as a participant. The duty relationship is carried separately by :EmployerRelationshipRole. No IFC equivalent."@en ;
rdfs:subClassOf proeth:ParticipantRole .