Electrical Engineer
Concept
http://proethica.org/vocab/ifc-roles#ElectricalEngineer
Definition
An engineer specializing in electrical systems and power distribution.
Properties
TTL
@prefix ifcrole: <http://proethica.org/vocab/ifc-roles#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
ifcrole:ElectricalEngineer a ifcrole:IfcActorRoleValue,
owl:NamedIndividual,
skos:Concept ;
rdfs:label "Electrical Engineer" ;
skos:definition "An engineer specializing in electrical systems and power distribution." ;
skos:inScheme ifcrole:IfcActorRolesScheme ;
skos:notation "ELECTRICALENGINEER" .