@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . 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, nt:TransientTemplate; 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-08-25T13:22:42Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:supersedes ; 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 "FB3HSiKxPCXC7a7OHNm87AEqEvvp6K1/GayAnK1OGe9GdUtmg8WGSWxpEIxxlmmzRidgJ75XABDw1231zW27wbef92itwwaDxBxLzaoWGV011XyU8Hn9Qzxd98wiK+9wvhdQ1kNi9/zwg3oSsIsKfBe7Slp+uLJYbgEko1AehIg="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }