Design Engineer
Individual
http://proethica.org/ontology/asce#DesignEngineer
Definition
Specialized role focused on engineering design
Properties
Instance of
Applies To Domain
civil_engineering
Definition
A civil engineer specializing in the design of infrastructure and structural systems
Specialized role focused on engineering design
Relationships
hasResponsibilities
Hold Paramount Public Safety, Perform Only In Competence
TTL
@prefix asce: <http://proethica.org/ontology/asce#> .
@prefix proethica: <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#> .
asce:DesignEngineer a proethica:Role ;
rdfs:label "Design Engineer" ;
proethica:appliesToDomain "civil_engineering" ;
proethica:hasResponsibilities asce:HoldParamountPublicSafety,
asce:PerformOnlyInCompetence ;
rdfs:comment "Specialized role focused on engineering design" ;
skos:definition "A civil engineer specializing in the design of infrastructure and structural systems",
"Specialized role focused on engineering design" .