@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_121: <http://proethica.org/ontology/proethica-case-121#> .

<http://proethica.org/ontology/case/121#CD-ROM_Engineering_Design_Tool> a owl:NamedIndividual ;
    rdfs:label "CD-ROM Engineering Design Tool" ;
    rdfs:comment "Engineer A relies on this commercial CD-ROM product as the basis for offering facilities design and construction services despite having no prior experience in that domain. The tool's marketing claims that it enables any engineer to design any construction project regardless of experience are central to the ethical analysis of competence and professional responsibility." ;
    rdfs:subClassOf <http://proethica.org/ontology/intermediate#CommercialEngineeringSoftwareMarketingResource> .