Nanopublication

< Home

ID

https://w3id.org/np/RA8ufyAXXElFtXLObmtTbgfHhKGCVVP7eWIcJy0sFzemQ

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RA8ufyAXXElFtXLObmtTbgfHhKGCVVP7eWIcJy0sFzemQ> .
@prefix sub: <https://w3id.org/np/RA8ufyAXXElFtXLObmtTbgfHhKGCVVP7eWIcJy0sFzemQ/> .
@prefix schema: <https://schema.org/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix nsug: <https://w3id.org/np/RA5BAdUvlxLWMWFQN3UVKoIQEB_MYTiAoLH1klXJ7z-XI/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix gen: <https://w3id.org/kpxl/gen/terms/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  nsug:Bug a owl:Class;
    dct:isPartOf nsug:vocabulary;
    rdfs:label "bug";
    rdfs:subClassOf nsug:Nanosuggestion;
    skos:definition "A nanosuggestion reporting that something does not behave as it should." .
  
  nsug:Feature a owl:Class;
    dct:isPartOf nsug:vocabulary;
    rdfs:label "feature";
    rdfs:subClassOf nsug:Nanosuggestion;
    skos:definition "A nanosuggestion requesting or proposing new functionality." .
  
  nsug:Nanosuggestion a owl:Class;
    dct:isPartOf nsug:vocabulary;
    rdfs:label "nanosuggestion";
    rdfs:subClassOf schema:Statement;
    skos:definition "A suggestion, issue, bug report, feature request or task, published as a nanopublication and linked to one or more spaces that it is relevant for. A nanosuggestion is a content node in the sense of the Nanoarguments model: it is a schema:Statement, carries its text in rdf:value, and can therefore be replied to, supported or disputed like any other contribution to the discourse graph. It additionally carries a status (schema:actionStatus) and may be assigned to somebody (schema:agent)." .
  
  nsug:Task a owl:Class;
    dct:isPartOf nsug:vocabulary;
    rdfs:label "task";
    rdfs:subClassOf nsug:Nanosuggestion;
    skos:definition "A nanosuggestion describing a piece of work to be done that is neither a bug nor a new feature." .
  
  nsug:vocabulary a owl:Ontology;
    dct:description "A small vocabulary for expressing suggestions, bug reports, feature requests and tasks as nanopublications, in the style of an issue tracker. A nanosuggestion is a content node of the Nanoarguments model: it is a schema:Statement carrying its text in rdf:value, so it can be replied to, supported or disputed with the standard Nanoarguments vocabulary. Its status is expressed with schema:actionStatus and the four schema:ActionStatusType values, and its assignee with schema:agent.";
    rdfs:label "Nanosuggestions vocabulary";
    gen:isRelevantFor <https://w3id.org/spaces/nanosuggestions> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}

sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  
  this: dct:created "2026-08-26T13:24:30Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:hasNanopubType owl:Class, owl:Ontology;
    npx:supersedes <https://w3id.org/np/RA5BAdUvlxLWMWFQN3UVKoIQEB_MYTiAoLH1klXJ7z-XI>;
    rdfs:label "Nanosuggestions vocabulary" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "IaSPSUaaRT20QFIso3oDpF20JbVHvH64S+1F0/NQc3WyWZP9HOqN5Hqn0Co90WnzTK18DCFUvUEkPO9Io+/qJx5zw3y3A2KIq8fxGKks/k3CnK74GS10Ft7gW0NruqNuf3RR5KVX8NNdgRApev+hVZrknsUg91IodODGKwwAYmQ=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
}