Client Role
Class
http://proethica.org/ontology/intermediate#ClientRole
Definition
Party that commissions the project work. This is the occupational archetype. The duty relationship is carried separately by :ProviderClientRole.
Mappings & provenance
exactly matches
Client (ifc-roles)
Properties
Subclass of
Archetype Axis
occupational
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 7TTL
@prefix ifcrole: <http://proethica.org/vocab/ifc-roles#> .
@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:ClientRole a owl:Class ;
rdfs:label "Client Role"@en ;
proeth:archetypeAxis "occupational" ;
rdfs:comment "Party that commissions the project work. This is the occupational archetype. The duty relationship is carried separately by :ProviderClientRole."@en ;
rdfs:subClassOf proeth:ParticipantRole ;
skos:exactMatch ifcrole:Client .