Engineer Role
Class
http://proethica.org/ontology/intermediate#EngineerRole
Definition
A professional role involving engineering practice and responsibilities. Occupational archetype head for all engineer specializations and extracted engineer-role leaves.
Mappings & provenance
closely matches
Engineer (ifc-roles)
Properties
Subclass of
Archetype Axis
occupational
Alt Label
engineer
engineering
Subclasses 4
Civil Engineer Role
Engineer specializing in infrastructure and the built environment. Electrical Engineer Role
Engineer specializing in electrical systems and power. Mechanical Engineer Role
Engineer specializing in mechanical systems. Structural Engineer Role
Engineer specializing in load-bearing structure and structural integrity.
Engineer specializing in infrastructure and the built environment. Electrical Engineer Role
Engineer specializing in electrical systems and power. Mechanical Engineer Role
Engineer specializing in mechanical systems. Structural Engineer Role
Engineer specializing in load-bearing structure and structural integrity.
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:EngineerRole a proeth:EntityType,
owl:Class ;
rdfs:label "Engineer Role"@en ;
proeth:archetypeAxis "occupational" ;
rdfs:comment "A professional role involving engineering practice and responsibilities. Occupational archetype head for all engineer specializations and extracted engineer-role leaves."@en ;
rdfs:subClassOf proeth:ProfessionalRole ;
skos:altLabel "engineer"@en,
"engineering"@en ;
skos:closeMatch ifcrole:Engineer .