Rules of Practice II.1.f
Individual
http://proethica.org/ontology/nspe#II_1_f
Class Hierarchy
- Thing
- ↳ entity (bfo)
- ↳ continuant (bfo)
- ↳ generically dependent continuant (bfo)
- ↳ information content entity (iao)
- ↳ Code Provision (proethica-core)
- ∈ Rules of Practice II.1.f individual
Definition
Engineers having knowledge of any alleged violation of this Code shall report thereon to appropriate professional bodies and, when relevant, also to public authorities, and cooperate with the proper authorities in furnishing such information or assistance as may be required.
Properties
Identifier
II.1.f
Relationships
Asserted object-property edges to other entities. Logical class axioms such as
owl:disjointWith are shown separately below.
establishes
Duty to Report, Reporting, Professional Accountability
partOfGuideline
NSPE Code Of Ethics
isPartOf
II 1
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nspe: <http://proethica.org/ontology/nspe#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proeth-core: <http://proethica.org/ontology/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
nspe:II_1_f a proeth-core:CodeProvision,
owl:NamedIndividual ;
rdfs:label "Rules of Practice II.1.f"@en ;
proeth-core:establishes <http://proethica.org/ontology/obligations#Duty_to_Report>,
<http://proethica.org/ontology/obligations#Reporting>,
<http://proethica.org/ontology/principles#Professional_Accountability> ;
proeth-core:partOfGuideline nspe:NSPECodeOfEthics ;
dct:identifier "II.1.f" ;
dct:isPartOf nspe:II_1 ;
skos:definition "Engineers having knowledge of any alleged violation of this Code shall report thereon to appropriate professional bodies and, when relevant, also to public authorities, and cooperate with the proper authorities in furnishing such information or assistance as may be required."@en .