@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix xsd: . @prefix skos: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . @prefix npx: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { skos:changeNote rdfs:label "has the change note" . sub:assertion a nt:PubinfoTemplate; dct:description "Attaches a free-text change note to this nanopublication, describing what was changed relative to the version it supersedes or overrides — similar to a changelog entry or a commit message."; rdfs:label "Change note"; nt:hasStatement sub:st1 . sub:changenote a nt:LongLiteralPlaceholder; rdfs:label "describe what changed in this version" . sub:st1 a rdf:Statement; rdf:object sub:changenote; rdf:predicate skos:changeNote; rdf:subject nt:NANOPUB . } 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-07-14T09:55:26Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; rdfs:label "Pubinfo template: Change note"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "OiVXqYW731HFC8vNh/Nkgal+AlFJ9QSnLjuYifIY5RdymVRq/q3DBFgqAk+S03XDm1Ja1J37ocJ7gQtB4jqg8x4CyG+cdSp9up5QQ5STPvvIrSydw88XZvvjhOpmFsz0uf/jAUfeeyuLQfo9viSpBXaNLsvBAI5blK73Ojh0cYQ="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }