@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#Geotechnical_Firm_Original_Design_Report> a owl:NamedIndividual ;
    rdfs:label "Geotechnical Firm Original Design Report" ;
    rdfs:comment "The original geotechnical firm's report provided the design basis for expected pile set-up strength, predicting that piles would gain sufficient resistance within 30 days of initial driving to meet load-carrying requirements." ;
    rdfs:subClassOf <http://proethica.org/ontology/intermediate#GeotechnicalInvestigationReportResource> .