@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#ISO45001> a ns1:TechnicalStandard,
        owl:NamedIndividual ;
    rdfs:label "ISO 45001 Occupational Health and Safety" ;
    ns1:applicableDomains "all_engineering" ;
    ns1:standardType "safety_management" ;
    dcterms:identifier "ISO 45001:2018" ;
    dcterms:publisher "International Organization for Standardization" ;
    dcterms:source <https://www.iso.org/standard/63787.html> ;
    rdfs:comment "Critical safety standard for protecting workers and the public" ;
    skos:definition "Critical safety standard for protecting workers and the public",
        "International standard specifying requirements for occupational health and safety management systems to provide safe and healthy workplaces" .

