@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proethica_case_71: <http://proethica.org/ontology/proethica-case-71#> .

<http://proethica.org/ontology/case/71#Non-Representative_Test_Execution> a owl:NamedIndividual ;
    rdfs:label "Non-Representative Test Execution" ;
    rdfs:comment "Engineer B or those under his supervision decided to use a vibratory hammer for the test piles rather than replicating the original driving conditions, and allowed the hammer to be dropped several times before commencing blow count records, which broke the pile bond and undervalued skin friction values." ;
    rdfs:subClassOf <http://proethica.org/ontology/core#Action> .