@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @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 { sub:post a ; rdfs:seeAlso ; "Around five years after I first started working on this document about the vision of a Knowledge Space, I am finally ready to call this version 1.0! 😁 And it's now actually more than just a vision, as all the main parts have been implemented (see \"Current Implementations\"). I'm always curious to hear feedback, and there will be follow-ups on the implementation side."; orcid:0000-0002-1267-0234; "2026-04-27"^^xsd:date; "Knowledge Space 1.0" . } 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-04-27T08:43:13.319Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:introduces sub:post; npx:wasCreatedAt ; rdfs:label "Knowledge Space 1.0"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB"; npx:hasSignature "8GM8PvERTpTUM8vMvh0OTQFro+6UeBQgGwAn+AxEDjxuWc3fXP2X8iXBzX2Lsrlp3HVCfX9SRLIstpy+ZOB7NYnPaEMc/Bb2F/7Qez616kx/mMcUdneRS7FIPW9geau6DR6LksIxa7i4YhIs9PD4IIwBiiGk1T9Nk1m36Nc5KVg="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }