Nanopublication

< Home

ID

https://w3id.org/np/RA5BAdUvlxLWMWFQN3UVKoIQEB_MYTiAoLH1klXJ7z-XI

Formats

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

Content

@prefix this: <https://w3id.org/np/RA5BAdUvlxLWMWFQN3UVKoIQEB_MYTiAoLH1klXJ7z-XI> .
@prefix sub: <https://w3id.org/np/RA5BAdUvlxLWMWFQN3UVKoIQEB_MYTiAoLH1klXJ7z-XI/> .
@prefix schema: <http://schema.org/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@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 {
  sub:Bug a owl:Class;
    dct:isPartOf sub:vocabulary;
    rdfs:label "bug";
    rdfs:subClassOf sub:Nanosuggestion;
    skos:definition "A nanosuggestion reporting that something does not behave as it should." .
  
  sub:Feature a owl:Class;
    dct:isPartOf sub:vocabulary;
    rdfs:label "feature";
    rdfs:subClassOf sub:Nanosuggestion;
    skos:definition "A nanosuggestion requesting or proposing new functionality." .
  
  sub:Nanosuggestion a owl:Class;
    dct:isPartOf sub:vocabulary;
    rdfs:label "nanosuggestion";
    rdfs:subClassOf schema:Action;
    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 co-typed as a schema:Action so that the schema.org terms for status (schema:actionStatus) and assignee (schema:agent) apply to it: it is both a written report and a unit of work that somebody may take on." .
  
  sub:Task a owl:Class;
    dct:isPartOf sub:vocabulary;
    rdfs:label "task";
    rdfs:subClassOf sub:Nanosuggestion;
    skos:definition "A nanosuggestion describing a piece of work to be done that is neither a bug nor a new feature." .
  
  sub: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. It reuses schema.org wherever schema.org has a suitable term: the status of a nanosuggestion is expressed with schema:actionStatus and its 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-26T11:55:48Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:embeds sub:Bug, sub:Feature, sub:Nanosuggestion, sub:Task;
    npx:hasNanopubType owl:Class, owl:Ontology;
    npx:introduces sub:vocabulary;
    rdfs:label "Nanosuggestions vocabulary" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "iqrm4hZ2sadOndOLi+t6TW4Khzhk7yquXJAwUTqikYJP810sME2aNGe2dxYBpF0dMK6PkNPQhIp74YDW5+DufVtfffrh5lwmGdChbRem2kXsPmeG04ItdnnTacQNVGUdIsX1AYB8K4O0xGHElVqB3uYMt9NC1N+cqcC1UcVY5YQ=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
}