. . . . "This query returns the paragraphs of an entity (e.g. a space) with their title and content, including source nanopub and date." . . . "Get paragraphs of an entity" . . "prefix rdf: \r\nprefix rdfs: \r\nprefix dct: \r\nprefix np: \r\nprefix npa: \r\nprefix npx: \r\nprefix schema: \r\nprefix schemas: \r\nprefix gen: \r\n\r\nselect ?title ?content ?date ?np where {\r\n graph npa:graph {\r\n ?np npa:hasValidSignatureForPublicKeyHash ?pubkey .\r\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }\r\n ?np dct:created ?date .\r\n ?np dct:creator ?user .\r\n ?np np:hasAssertion ?a .\r\n }\r\n graph ?a {\r\n ?paragraph schema:title|schemas:title ?title .\r\n ?paragraph rdf:type gen:Paragraph .\r\n ?paragraph gen:hasContent ?content .\r\n values ?_resource_multi_iri {}\r\n ?paragraph schema:isPartOf|schemas:isPartOf ?_resource_multi_iri .\r\n optional { ?paragraph gen:hasPositionString ?position }\r\n }\r\n}\r\norder by ?position ?title" . . "Ashley Caselli" . "Tobias Kuhn" . "2026-04-07T12:46:47.770+02:00"^^ . . . . . . . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "qvpJ2PjFafSn7Kj3xzc8dzWrbugj63k0uy+Q26Az9wkpq5RbHXRKJ9fE2oNWMJuovSSd1ej0lA+mushxjbRdWlKZT8MViLf9546AWrWI4MyJxoHi5dByebLvAQw5GlLI1WvVcAaap5EvxW/JpDinC64jKJdpp/CArt61KiYU/70=" . . .