Electrical Engineer Role
Class
http://proethica.org/ontology/intermediate#ElectricalEngineerRole
Definition
Engineer specializing in electrical systems and power.
Mappings & provenance
exactly matches
Electrical Engineer (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:ElectricalEngineerRole a owl:Class ;
rdfs:label "Electrical Engineer Role"@en ;
proeth:archetypeAxis "occupational" ;
rdfs:comment "Engineer specializing in electrical systems and power."@en ;
rdfs:subClassOf proeth:EngineerRole ;
skos:exactMatch ifcrole:ElectricalEngineer .