. . . . "Returns basic key-value facts about a given space (type, start and end date for time-limited spaces, and the root-definition nanopub), taken from its latest non-invalidated space-declaration nanopub signed by an admin of the space." . . . "Get space info" . . "prefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix npx: \nprefix schema: \nprefix gen: \n\nselect distinct ?Property ?Value ?Value_label where {\n values ?_space_multi_iri {}\n service {\n graph npa:graph { npa:thisRepo npa:hasCurrentSpaceState ?stateG . }\n graph ?stateG {\n ?ri a gen:RoleInstantiation ; npa:inverseProperty gen:hasAdmin ; npa:forSpace ?_space_multi_iri ; npa:forAgent ?admin .\n ?acct a npa:AccountState ; npa:agent ?admin ; npa:pubkey ?pubkey .\n }\n }\n graph npa:graph {\n ?np npa:hasValidSignatureForPublicKeyHash ?pubkey .\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }\n ?np np:hasAssertion ?a .\n }\n graph ?a { ?_space_multi_iri a gen:Space . }\n optional { graph ?a { ?_space_multi_iri a ?typeIri . filter(?typeIri != gen:Space) } }\n optional { graph ?a { ?_space_multi_iri schema:startDate ?startVal } }\n optional { graph ?a { ?_space_multi_iri schema:endDate ?endVal } }\n values ?Property { \"Type\" \"Start date\" \"End date\" \"Root definition\" }\n bind(if(?Property=\"Type\", replace(str(?typeIri),\"^.*/\",\"\"), if(?Property=\"Start date\", str(?startVal), if(?Property=\"End date\", str(?endVal), str(?np)))) as ?Value)\n filter(bound(?Value))\n bind(if(?Property=\"Root definition\", substr(strafter(str(?np), \"/np/\"), 1, 10), \"\") as ?Value_label)\n}\norder by (if(?Property=\"Type\",1,if(?Property=\"Start date\",2,if(?Property=\"End date\",3,4))))" . . "Tobias Kuhn" . "2026-06-09T18:28:48Z"^^ . . . . . "Get space info" . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "qu9LJN9ges97fFlj9RSE0Y9+rsb40VvAWkN50Umo6CHcPTzCcCgedkYa+EFGCuH/zo2rbkqXMQRGev6rCAqz5KX4nt1v4iGEo4bNLsBhLcE7j6r37NIC33Sn89eYByq14PNCdN5oltU1KIbMdYxwPA6th/g/+FObruzZ4D9Lp2g=" . . .