@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://proethica.org/ontology/intermediate#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://proethica.org/ontology/engineering_standards#ISO9001> a ns1:TechnicalStandard,
        owl:NamedIndividual ;
    rdfs:label "ISO 9001 Quality Management Systems" ;
    ns1:applicableDomains "all_engineering" ;
    ns1:standardType "quality_management" ;
    dcterms:identifier "ISO 9001:2015" ;
    dcterms:publisher "International Organization for Standardization" ;
    dcterms:source <https://www.iso.org/standard/62085.html> ;
    rdfs:comment "Fundamental quality management standard applicable to all engineering disciplines" ;
    skos:definition "Fundamental quality management standard applicable to all engineering disciplines",
        "International standard specifying requirements for quality management systems where organizations need to demonstrate their ability to consistently provide products and services that meet customer and applicable statutory and regulatory requirements" .

