. . . . "Returns the view displays declared for a given resource. If the resource is a Space or is maintained by a Space, results are filtered server-side to only those signed by a trust-state-validated admin of that Space (sourced from the spaces repo's current state graph joined to npa:AccountState). If the resource has no Space association (e.g. an individual agent profile), no signer filter is applied, matching the prior client-side gate's behaviour where space==null skipped the check." . . . "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 {\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 } union {\n filter not exists {\n graph ?stateG {\n { ?_resource_multi_iri npa:isMaintainedBy [] }\n union\n { [] a gen:RoleInstantiation ; npa:forSpace ?_resource_multi_iri }\n }\n }\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:48:52Z"^^ . . . . . "Get view displays" . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "N0iJT2iQPJxHv1PWyawcFbfe40Jz62ABBJWKUHYniDzmGr2ouRJRT2XOlKn7euP1Dy3suyTRO0mPTsaStVyqQKZSyJZT/r7sqCOR9erpVScpBFQqLqALvPF2CFoCZQlGC88FmWIJRPYgmU0PkDbq/u44gYyauMltSCd7L047kWI=" . . .