@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#ISO26262> a ns1:TechnicalStandard,
        owl:NamedIndividual ;
    rdfs:label "ISO 26262 Automotive Functional Safety" ;
    ns1:applicableDomains "automotive_engineering",
        "electrical_engineering",
        "software_engineering" ;
    ns1:standardType "automotive_safety" ;
    dcterms:identifier "ISO 26262:2018 (parts 1-12, edition 2)" ;
    dcterms:publisher "International Organization for Standardization" ;
    dcterms:source <https://www.iso.org/standard/68383.html> ;
    rdfs:comment "Critical standard for automotive safety systems and autonomous vehicles" ;
    skos:definition "Critical standard for automotive safety systems and autonomous vehicles",
        "International standard defining functional safety for automotive electrical and electronic systems, establishing Automotive Safety Integrity Levels (ASIL)" .

