. . . . "Returns all resource view declarations with their basic structure: view ID, kind, type, label, query, template count, first template, and date." . . . "Get all resource views" . . "prefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix npx: \nprefix gen: \nprefix nt: \n\nselect ?view ?view_label ?viewKind ?type ?query (count(distinct ?actionTemplate) as ?template_count) (min(?actionTemplate) as ?first_template) (min(?actionLabel) as ?first_template_label) ?date ?np (\"^\" as ?np_label) where {\n graph npa:graph {\n ?np npa:hasValidSignatureForPublicKeyHash ?pubkey .\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }\n ?np dct:created ?date .\n ?np np:hasAssertion ?a .\n ?np np:hasPublicationInfo ?pi .\n }\n graph ?pi {\n ?np nt:wasCreatedFromTemplate .\n }\n graph ?a {\n ?view a gen:ResourceView .\n optional {\n ?view a ?type .\n filter(?type != gen:ResourceView)\n }\n optional { ?view rdfs:label ?view_label . }\n optional { ?view dct:isVersionOf ?viewKind . }\n optional { ?view gen:hasViewQuery ?query . }\n optional {\n ?view gen:hasViewAction ?action .\n ?action gen:hasActionTemplate ?actionTemplate .\n optional { ?action rdfs:label ?actionLabel . }\n }\n }\n} group by ?view ?view_label ?viewKind ?type ?query ?date ?np\norder by desc(?date)" . . "Tobias Kuhn" . "2026-03-17T07:18:41Z"^^ . . . . "Get all resource views" . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "M5EUBsO0I2kMXF3ZLNvKV6NiYNe/O1U290durwPjOgUiEN05Hynq+hGIhpmLT1atgL7t7ISxcPFPJaf2xstNAAyw0YGTENwHg8FrpDHqfLCcZUiTwLF4Wi+FrSfIBCKZCnIRj+w8f0FtAwSLYe733Ul/H/H0wNgrTkMRZ91btGM=" . . .