@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix npx: . @prefix fabio: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix bibo: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { dct:title "Lecture Notes in Computer Science" . a fabio:BookChapter; dct:date "2014"; dct:isPartOf ; dct:title "Trusty URIs: Verifiable, Immutable, and Permanent Digital Artifacts for Linked Data"; bibo:authorList sub:author-list; bibo:pageEnd "410"; bibo:pageStart "395" . orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . orcid:0000-0003-4727-9435 foaf:name "Michel Dumontier" . sub:author-list rdf:_1 orcid:0000-0002-1267-0234; rdf:_2 orcid:0000-0003-4727-9435 . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234, orcid:0000-0003-4727-9435; prov:wasDerivedFrom . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . orcid:0000-0003-4727-9435 foaf:name "Michel Dumontier" . this: dct:created "2026-02-22T10:51:40.000+01:00"^^xsd:dateTime; dct:creator ; dct:license ; npx:hasNanopubType fabio:ScholarlyWork; npx:introduces ; npx:supersedes ; rdfs:label "Trusty URIs: Verifiable, Immutable, and Permanent Digital Artifacts for Linked Data" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArRL5MjH1KfuE89dpKsIiscF/THrJ4uSvhl0NgaC8x3TdTDrL00kCnlH+2g7PMYhaUQIGWq27TTXHAGp7ehO8yLjRNeDCc8zjUCQJqLbzay3DB51PCiz50OsMgxiZC1+e0bVdk/CAQV4oVo+VgI+awHI1bTT4Yp7pR2I67imf1PIcwczGVhn8EQwtNdWQOZ63wDgUCY+6IubHBQzjLfbYh0828UETEyIV28T7fvf5+y4A5M590InmgkLGpJbRXoL0pnCm1BtFOoxeAVqfivbxIZWPYN2Yd0cSfqwIIUYyaLFpjDrBwc4iJdOus4UQ9OYqkeZDMpU3opU8jWKDIm77jwIDAQAB"; npx:hasSignature "lXs9FMQVMNhdIAadrHayhTRLveLxN/Nb0Dk+wPKXzeDwKLDHHyREKIjKvS9WOfGb1FNb2bqgJPMoTKojp2M8Od3GQrQn+xcpJ7cZZmYvUONgalWLWFyv+8DlJwn63eAIHIMVX3jK+rHA5FkGHAZtKlGbSQuRXdMdRHg9fa2RoKOqPwfl1Y+R12m9WambOZK6sFPKsJnZJ5qi924kQdUNJZd3PfldaZEEgLw2Dq1gtLhp7WjjSYVE/QtYod+DWsx+bgaDzUIvt3rw1tpMF+CZlniuPycLwY36N4y/XJQdIjqVSKK5JDS7O83u+iwCx7HxJJN/SFrWm/R5qiOA/3C2Bg=="; npx:hasSignatureTarget this:; npx:signedBy . }