Consultant Role
Class
http://proethica.org/ontology/intermediate#ConsultantRole
Definition
Professional engaged for expert advice on a specific aspect of a project. Engineering consultants are classified under EngineerRole. This head covers non-engineering advisory roles.
Mappings & provenance
exactly matches
Consultant (ifc-roles)
Properties
Subclass of
Archetype Axis
occupational
TTL
@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:ConsultantRole a owl:Class ;
rdfs:label "Consultant Role"@en ;
proeth:archetypeAxis "occupational" ;
rdfs:comment "Professional engaged for expert advice on a specific aspect of a project. Engineering consultants are classified under EngineerRole. This head covers non-engineering advisory roles."@en ;
rdfs:subClassOf proeth:ProfessionalRole ;
skos:exactMatch ifcrole:Consultant .