@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://ontologi.es/doap-bugs#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:SEVERITY_LEVELS a owl:NamedIndividual, skos:ConceptScheme ; rdfs:comment "Please use these unless you have an important requirement to use your own severity level scheme. If you do design your own scheme, use skos:closeMatch, skos:exactMatch and so on to link to the definitions here."@en ; rdfs:label "Built-in Severity Levels"@en . ns0:critical skos:inScheme ns0:SEVERITY_LEVELS . ns0:major skos:inScheme ns0:SEVERITY_LEVELS . ns0:minor skos:inScheme ns0:SEVERITY_LEVELS . ns0:trivial skos:inScheme ns0:SEVERITY_LEVELS .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://ontologi.es/doap-bugs#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:SEVERITY_LEVELS
    a owl:NamedIndividual, skos:ConceptScheme ;
    rdfs:comment "Please use these unless you have an important requirement to use your own severity level scheme. If you do design your own scheme, use skos:closeMatch, skos:exactMatch and so on to link to the definitions here."@en ;
    rdfs:label "Built-in Severity Levels"@en .

ns0:critical
    skos:inScheme ns0:SEVERITY_LEVELS .

ns0:major
    skos:inScheme ns0:SEVERITY_LEVELS .

ns0:minor
    skos:inScheme ns0:SEVERITY_LEVELS .

ns0:trivial
    skos:inScheme ns0:SEVERITY_LEVELS .