. . . . "Returns the view displays declared for a given resource, filtered server-side to only those signed by a trust-state-validated admin of the resource's space. The resource may be a Space itself (in which case its own admins apply) or be maintained by a Space (in which case that Space's admins apply). Admin set is sourced from the spaces repo's current space-state graph joined to npa:AccountState rows, matching the prior client-side gate exactly." . . . "Get view displays" . . "prefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix npx: \nprefix gen: \n\nselect distinct ?display ?view (coalesce(?viewKindOptional, ?view) as ?viewKind) ?label ?displayType ?displayMode ?np ?pubkey ?date where {\n values ?_resource_multi_iri {}\n service {\n graph npa:graph { npa:thisRepo npa:hasCurrentSpaceState ?stateG . }\n graph ?stateG {\n { ?_resource_multi_iri npa:isMaintainedBy ?space . }\n union\n { bind(?_resource_multi_iri as ?space) }\n ?ri a gen:RoleInstantiation ;\n npa:inverseProperty gen:hasAdmin ;\n npa:forSpace ?space ;\n npa:forAgent ?adminAgent .\n ?acct a npa:AccountState ;\n npa:agent ?adminAgent ;\n npa:pubkey ?pubkey .\n }\n }\n graph npa:graph {\n ?np npx:hasNanopubType gen:ViewDisplay .\n ?np npa:hasValidSignatureForPublicKeyHash ?pubkey .\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }\n ?np dct:created ?date .\n ?np npx:embeds ?display .\n ?np np:hasAssertion ?a .\n optional { ?np rdfs:label ?label }\n }\n graph ?a {\n ?display gen:isDisplayOfView ?view .\n ?display gen:isDisplayFor ?_resource_multi_iri .\n optional {\n values ?displayType { gen:PartLevelViewDisplay gen:TopLevelViewDisplay }\n ?display a ?displayType .\n }\n optional {\n values ?displayMode { gen:ActivatedViewDisplay gen:DeactivatedViewDisplay }\n ?display a ?displayMode .\n }\n }\n optional { service {\n select ?view ?viewKindOptional {\n graph npa:graph {\n ?np npx:hasNanopubType gen:ResourceView .\n ?np npa:hasValidSignatureForPublicKeyHash ?pubkey .\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }\n ?np npx:embeds ?view .\n ?np np:hasAssertion ?a .\n }\n graph ?a {\n ?view a gen:ResourceView .\n ?view dct:isVersionOf ?viewKindOptional .\n }\n }\n } }\n}\norder by desc(?date)" . . "Tobias Kuhn" . "2026-05-28T06:12:42Z"^^ . . . . . "Get view displays" . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "QWpf0+6UsW2N2BDq3qWNWshnKkQWEUYDJTuG97kW2nAD//cJ2o+mS4abq7V0AW8WFqkN8EmG4SyksiVZCcZGhuKqXdsUaftaz7OdZuhP5ElJ6n9Oe1jgntUKlX5A7e5Ti0HTsOcFyNqi7TLcXmBWj/Q51a5JgiP/X2ElV1jAwrA=" . . .