<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://ontologi.es/doap-bugs#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> <owl:NamedIndividual rdf:about="http://ontologi.es/doap-bugs#SEVERITY_LEVELS"> <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#ConceptScheme"/> <rdfs:comment xml:lang="en">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.</rdfs:comment> <rdfs:label xml:lang="en">Built-in Severity Levels</rdfs:label> </owl:NamedIndividual> <rdf:Description rdf:about="http://ontologi.es/doap-bugs#critical"> <skos:inScheme rdf:resource="http://ontologi.es/doap-bugs#SEVERITY_LEVELS"/> </rdf:Description> <rdf:Description rdf:about="http://ontologi.es/doap-bugs#major"> <skos:inScheme rdf:resource="http://ontologi.es/doap-bugs#SEVERITY_LEVELS"/> </rdf:Description> <rdf:Description rdf:about="http://ontologi.es/doap-bugs#minor"> <skos:inScheme rdf:resource="http://ontologi.es/doap-bugs#SEVERITY_LEVELS"/> </rdf:Description> <rdf:Description rdf:about="http://ontologi.es/doap-bugs#trivial"> <skos:inScheme rdf:resource="http://ontologi.es/doap-bugs#SEVERITY_LEVELS"/> </rdf:Description> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://ontologi.es/doap-bugs#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
  <owl:NamedIndividual rdf:about="http://ontologi.es/doap-bugs#SEVERITY_LEVELS">
    <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#ConceptScheme"/>
    <rdfs:comment xml:lang="en">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.</rdfs:comment>
    <rdfs:label xml:lang="en">Built-in Severity Levels</rdfs:label>
  </owl:NamedIndividual>
  <rdf:Description rdf:about="http://ontologi.es/doap-bugs#critical">
    <skos:inScheme rdf:resource="http://ontologi.es/doap-bugs#SEVERITY_LEVELS"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://ontologi.es/doap-bugs#major">
    <skos:inScheme rdf:resource="http://ontologi.es/doap-bugs#SEVERITY_LEVELS"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://ontologi.es/doap-bugs#minor">
    <skos:inScheme rdf:resource="http://ontologi.es/doap-bugs#SEVERITY_LEVELS"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://ontologi.es/doap-bugs#trivial">
    <skos:inScheme rdf:resource="http://ontologi.es/doap-bugs#SEVERITY_LEVELS"/>
  </rdf:Description>
</rdf:RDF>