Competent Practice
Individual
http://proethica.org/ontology/asce#CompetentPractice
Definition
Engineers must practice within their areas of expertise and maintain currency in their field
Properties
Instance of
Applies To Domain
civil_engineering
Has Ethical Weight
fundamental
Definition
Civil engineers shall perform services only in areas of their competence and shall continue their professional development throughout their careers
Engineers must practice within their areas of expertise and maintain currency in their field
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:CompetentPractice a proethica:Principle ;
rdfs:label "Competent Practice" ;
proethica:appliesToDomain "civil_engineering" ;
proethica:hasEthicalWeight "fundamental" ;
rdfs:comment "Engineers must practice within their areas of expertise and maintain currency in their field" ;
skos:definition "Civil engineers shall perform services only in areas of their competence and shall continue their professional development throughout their careers",
"Engineers must practice within their areas of expertise and maintain currency in their field" .