Engineer
Concept
http://proethica.org/vocab/ifc-roles#Engineer
Definition
A professional who applies scientific and mathematical principles to design, analysis, and problem-solving on a project (generic engineering role).
Mappings & provenance
source
Properties
Instance of
Notation
ENGINEER
TTL
@prefix dcterms: <http://purl.org/dc/terms/> .
@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:Engineer a ifcrole:IfcActorRoleValue,
owl:NamedIndividual,
skos:Concept ;
rdfs:label "Engineer" ;
dcterms:source <https://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/lexical/IfcRoleEnum.htm> ;
skos:definition "A professional who applies scientific and mathematical principles to design, analysis, and problem-solving on a project (generic engineering role)." ;
skos:inScheme ifcrole:IfcActorRolesScheme ;
skos:notation "ENGINEER" .