@prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix nsug: . @prefix owl: . @prefix xsd: . @prefix skos: . @prefix rdfs: . @prefix orcid: . @prefix gen: . @prefix dct: . @prefix npx: . @prefix prov: . @prefix foaf: . 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 . } 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 ; npx:hasNanopubType owl:Class, owl:Ontology; npx:supersedes ; 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 . }