@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:knight-radiant a ; rdfs:label "Knight Radiant"; "The Knights Radiant, commonly known as Radiants, were a fictional military organization of ten consecrated orders, centered at Urithiru on Roshar, from the book series The Stormlight Archive." . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0009-0006-5898-4761 . } sub:pubinfo { orcid:0009-0006-5898-4761 foaf:name "Sherida van den Bent" . this: dct:created "2025-10-12T13:42:06.036Z"^^xsd:dateTime; dct:creator orcid:0009-0006-5898-4761; dct:license ; npx:introduces sub:knight-radiant; npx:wasCreatedAt ; rdfs:label "Class: Knight Radiant"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8l75JTB7lTmjoztRw3dHvnSfGMUYAb1ElK/em66FJ4hHHOnwDqW+gg+r82IlxRiYC1cT7EMb/RxV5q0IwGirX7PP3u6koQASFQ8KvfSUTYv8qlx6tp4Ie5ZbTJ1+wgE850L4L1eTiu2ro9uEzbCNpcQM/L0OV9PiwZLIicWl/0u6O0H73znjYsZwfN5W/D+ynHLDBcyKCFs8+ufh1c0NvsPTv45KpuXwF2TM9TKTALYYlb8ehXhe7Mkx0lP5BLZVVQT/zPkkzfvplXGHQRoZlusEnBpQVnSSxxX1fcNF0G0vbisBrLYoswHwFyXBXJwQUH5CF6sB1ZyM5k5eQhy17wIDAQAB"; npx:hasSignature "jJDH1QpnsFk2KlpwgGXrzyTyAqr65dyrVjSF7qd2F6zlCtj39uGCmskCQbI0iVkwsWipleJJSGs4RZOA8jPsvHcEs/CF7ZIWkkR+4advlMyf3x08yFc2DvCIQV2JjRwNVrqZIaVikzfWp0ikpiY9DWtOQTy7xMj3UfF8W7gFWMwsDwrS5rmPHv9SqOD0sj9w/Z3cAKJFxaHdbqpRsr3AeE2XOPtNWfYU9yEsBVj0pp47QXkoZKWUw2utJJWyBVw5ItrW2I5xPHC0mCsdIAr7CKlI68EnBSJsEb+TBguhsYsxKlhfbiqprHtrl4+4Kj5bALnUGOc8fskANvfZF2oVOQ=="; npx:hasSignatureTarget this:; npx:signedBy orcid:0009-0006-5898-4761 . }