Perform Only in Areas of Competence
Individual
http://proethica.org/ontology/asce#PerformOnlyInCompetence
Definition
Fundamental competence requirement
Properties
Instance of
Applies To Domain
civil_engineering
Has Urgency
immediate
Definition
Engineers must perform services only in their areas of competence
Fundamental competence requirement
Relationships
derivedFromPrinciple
Competent Practice
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:PerformOnlyInCompetence a proethica:Obligation ;
rdfs:label "Perform Only in Areas of Competence" ;
proethica:appliesToDomain "civil_engineering" ;
proethica:derivedFromPrinciple asce:CompetentPractice ;
proethica:hasUrgency "immediate" ;
rdfs:comment "Fundamental competence requirement" ;
skos:definition "Engineers must perform services only in their areas of competence",
"Fundamental competence requirement" .