@prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix fabio: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix dct: . @prefix ror: . @prefix rdf: . @prefix npx: . @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 "2016"; dct:isPartOf ; dct:title "Data 2 Documents: Modular and Distributive Content Management in RDF"; bibo:authorList sub:author-list; bibo:pageEnd "462"; bibo:pageStart "447" . orcid:0000-0001-9079-039X schema:affiliation ror:008xxew50; foaf:name "Victor de Boer" . orcid:0000-0002-1267-0234 schema:affiliation ror:008xxew50; foaf:name "Tobias Kuhn" . orcid:0000-0002-2400-1185 schema:affiliation ror:008xxew50; foaf:name "Guus Schreiber" . ror:008xxew50 foaf:name "Vrije Universiteit Amsterdam" . sub:author-list rdf:_1 sub:niels-ockeloen; rdf:_2 orcid:0000-0001-9079-039X; rdf:_3 orcid:0000-0002-1267-0234; rdf:_4 orcid:0000-0002-2400-1185 . sub:niels-ockeloen schema:affiliation ror:008xxew50; foaf:name "Niels Ockeloen" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0001-9079-039X, orcid:0000-0002-1267-0234, orcid:0000-0002-2400-1185; prov:wasDerivedFrom . } sub:pubinfo { orcid:0000-0001-9079-039X foaf:name "Victor de Boer" . orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . orcid:0000-0002-2400-1185 foaf:name "Guus Schreiber" . this: dct:created "2026-02-24T21:00:57.000+01:00"^^xsd:dateTime; dct:creator ; dct:license ; npx:hasNanopubType fabio:ScholarlyWork; npx:introduces ; npx:supersedes ; rdfs:label "Data 2 Documents: Modular and Distributive Content Management in RDF" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArRL5MjH1KfuE89dpKsIiscF/THrJ4uSvhl0NgaC8x3TdTDrL00kCnlH+2g7PMYhaUQIGWq27TTXHAGp7ehO8yLjRNeDCc8zjUCQJqLbzay3DB51PCiz50OsMgxiZC1+e0bVdk/CAQV4oVo+VgI+awHI1bTT4Yp7pR2I67imf1PIcwczGVhn8EQwtNdWQOZ63wDgUCY+6IubHBQzjLfbYh0828UETEyIV28T7fvf5+y4A5M590InmgkLGpJbRXoL0pnCm1BtFOoxeAVqfivbxIZWPYN2Yd0cSfqwIIUYyaLFpjDrBwc4iJdOus4UQ9OYqkeZDMpU3opU8jWKDIm77jwIDAQAB"; npx:hasSignature "q4KLI0JTgEm8Ao1Qr90jPdIF6R3i49+PN9kvc8j7QZD1SXGUernK9LXFumj7+0D9sap7ON3i51O0xamSGlk41C/z/g/L4cSFS1ckfaOvbFSX6t+sMDWRdfTpSNjm5J4yCu3WYxS5Ryk4iF+ts5/phyDtmZ4YOS+y2W9vGEpq18iZePz3Pn+3SOQypmZcEcUD+iLC3cnMIh3nKEmD4Gb69lnAg9QOsRBASJDBlPgT7YVGyl4LaVjbyDPByfQUgI/VtRESgLZpsYLLC7ATi1c403mHYyUB4SSL3y3WQf73kaOCbSCITFbPOTBzbLr99HvRbT4RLG53BJ8/k8kB732KGw=="; npx:hasSignatureTarget this:; npx:signedBy . }