Subversion

helios_wp3

[/] [trunk/] [python/] [deblino.trig] - Rev 14

Compare with Previous - Blame


@prefix lino:    <http://nepomuk.kde.org/ontologies/2008/11/25/lino#> .
@prefix deblino:    <http://helios-project.org/ontologies/2009/01/20/deblino#> .

<http://helios-project.org/ontologies/2009/01/20/deblino> {

    deblino:Severity
        a rdfs:Class ;
        rdfs:subClassOf lino:Severity ;
        rdfs:comment "The severity of a Debian bug. Use predefined instances only." ;
        rdfs:label "severity" .

#   critical, grave, serious, important, normal, minor, wishlist 

# already have lino:Critical... but define it anyway
    deblino:Critical
        a deblino:Severity ;
        rdfs:label "critical" .

# already have lino:Grave... but define it anyway
    deblino:Grave
        a deblino:Severity ;
        rdfs:label "grave" .

    deblino:Serious
        a deblino:Severity ;
        rdfs:label "serious" .

    deblino:Important
        a deblino:Severity ;
        rdfs:label "important" .

# already have lino:Normal... but define it anyway
    deblino:Normal
        a deblino:Severity ;
        rdfs:label "normal" .

# already have lino:Minor... but define it anyway
    deblino:Minor
        a deblino:Severity ;
        rdfs:label "Minor" .

# already have lino:Whishlist... but define it anyway
    deblino:Wishlist
        a deblino:Severity ;
        rdfs:label "wishlist" .

    deblino:forwardedTo
        a rdf:Property ;
        rdfs:domain bom:Issue ;
#        rdfs:range bom:Issue ;
        rdfs:range rdfs:Resource ;
        rdfs:label "forwarded to" ;
        rdfs:comment "A bom:Issue can be forwarded to a URI, among which another bom:Issue " .
        

}


Powered by WebSVN v1.61