[ { "@id": "https://w3id.org/np/RAZMAChiW6g1uJ02fYKuw_1tVk6XPUI1PpYiSraUDYpVY/assertion", "@graph": [ { "@id": "https://w3id.org/np/RAZMAChiW6g1uJ02fYKuw_1tVk6XPUI1PpYiSraUDYpVY/list-space-non-approved", "http://purl.org/dc/terms/description": [ { "@value": "Lists the non-approved role claims of a given space ref (space IRI + root definition): agents who hold a higher-tier role instantiation (admin/maintainer/member) that is NOT in the trust-validated current state, i.e. a self-assigned or otherwise ungranted claim awaiting approval by an equal-or-higher-tier member. Pass the ref's root nanopub (root_np). Observer-tier roles are excluded: they are self-assignable, so a self-declared observer needs no approval and is shown by list-space-observers instead. The higher-tier test is generic — the built-in admin property (gen:hasAdmin) OR a RoleDeclaration whose npa:hasRoleType is gen:AdminRole/gen:MaintainerRole/gen:MemberRole — but because the live spaces repo currently materialises every declaration as gen:ObserverRole, only admin claims are detectable today; maintainer/member claims appear automatically once real tier subclasses exist. Per (member, role) only the latest role-instantiation nanopub is returned (by dct:created). Returns the claimed tier, the role-assignment grant nanopub(s) with the claimed role's label (role_assignments_multi_iri + role_assignments_label_multi), and the role-assignment template (for the approve action, which re-asserts the same triple), plus a hidden agent_iri column the approve action maps into the template's agent placeholder. v2: adds the role_assignments columns." } ], "http://purl.org/dc/terms/license": [ { "@id": "http://www.apache.org/licenses/LICENSE-2.0" } ], "@type": [ "https://w3id.org/kpxl/grlc/grlc-query" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "List space non-approved role claims (ref-scoped)" } ], "https://w3id.org/kpxl/grlc/endpoint": [ { "@id": "https://w3id.org/np/l/nanopub-query-1.1/repo/spaces" } ], "https://w3id.org/kpxl/grlc/sparql": [ { "@value": "prefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix npx: \nprefix gen: \nprefix schema: \n\nselect ?member\n (sample(?agentX) as ?agent_iri)\n (sample(?tierX) as ?tier)\n (group_concat(distinct ?latestNp; separator=\" \") as ?role_assignments_multi_iri)\n (group_concat(distinct ?roleLabel; separator=\"\\n\") as ?role_assignments_label_multi)\n (sample(?rtmplX) as ?roleAssignmentTemplate)\nwhere {\n {\n select ?member ?roleProp\n (max(?val0) as ?val)\n (strafter(max(concat(coalesce(str(?dateNp),\"\"), \" \", str(?grantNp))), \" \") as ?latestNp)\n (sample(?member) as ?agentX)\n (sample(?tier0) as ?tierX)\n (sample(?rtmpl0) as ?rtmplX)\n (sample(?rl) as ?rlRaw)\n where {\n values ?_root_np_multi_iri {}\n graph npa:spacesGraph { ?ref npa:rootNanopub ?_root_np_multi_iri ; npa:spaceIri ?spaceIri . }\n graph npa:graph { npa:thisRepo npa:hasCurrentSpaceState ?g . }\n graph npa:spacesGraph {\n ?ri a gen:RoleInstantiation ; npa:forSpace ?spaceIri ; npa:forAgent ?member ; npa:viaNanopub ?grantNp ;\n (npa:regularProperty|npa:inverseProperty) ?roleProp .\n }\n bind(?roleProp = gen:hasAdmin as ?isAdminProp)\n bind(exists { graph npa:spacesGraph { ?rdA a npa:RoleDeclaration ; npa:hasRoleType gen:AdminRole ; (gen:hasRegularProperty|gen:hasInverseProperty) ?roleProp } } as ?isAdminDecl)\n bind(exists { graph npa:spacesGraph { ?rdM a npa:RoleDeclaration ; npa:hasRoleType gen:MaintainerRole ; (gen:hasRegularProperty|gen:hasInverseProperty) ?roleProp } } as ?isMaint)\n bind(exists { graph npa:spacesGraph { ?rdMe a npa:RoleDeclaration ; npa:hasRoleType gen:MemberRole ; (gen:hasRegularProperty|gen:hasInverseProperty) ?roleProp } } as ?isMemb)\n filter(?isAdminProp || ?isAdminDecl || ?isMaint || ?isMemb)\n filter not exists { graph npa:graph { ?invNp npx:invalidates ?grantNp . } }\n bind(if(exists { graph ?g { ?vri npa:forSpaceRef ?ref ; npa:forAgent ?member ; (npa:regularProperty|npa:inverseProperty) ?roleProp } }, 1, 0) as ?val0)\n optional { graph npa:graph { ?grantNp dct:created ?dateNp } }\n bind(if(?isAdminProp || ?isAdminDecl, \"Admin\", if(?isMaint, \"Maintainer\", \"Member\")) as ?tier0)\n bind(if(?isAdminProp, , ?undefTmpl) as ?rtmpl0)\n optional {\n graph ?g { ?raRole a gen:RoleAssignment ; npa:forSpaceRef ?ref ; gen:hasRole ?role . }\n graph npa:spacesGraph { ?rd2 a npa:RoleDeclaration ; npa:role ?role ; (gen:hasRegularProperty|gen:hasInverseProperty) ?roleProp ; npa:viaNanopub ?roleNp . }\n graph npa:graph { ?roleNp np:hasAssertion ?role_a . }\n optional { graph ?role_a { ?role schema:name ?rlS } }\n optional { graph ?role_a { ?role rdfs:label ?rlA } }\n optional { graph ?role_a { ?role dct:title ?rlB } }\n bind(coalesce(?rlS, ?rlA, ?rlB) as ?rlResolved)\n }\n bind(if(?isAdminProp, \"admin\", ?rlResolved) as ?rl)\n }\n group by ?member ?roleProp\n having (max(?val0) = 0)\n }\n bind(coalesce(?rlRaw, \"role\") as ?roleLabel)\n}\ngroup by ?member\norder by ?member" } ] } ] }, { "@id": "https://w3id.org/np/RAZMAChiW6g1uJ02fYKuw_1tVk6XPUI1PpYiSraUDYpVY/Head", "@graph": [ { "@id": "https://w3id.org/np/RAZMAChiW6g1uJ02fYKuw_1tVk6XPUI1PpYiSraUDYpVY", "http://www.nanopub.org/nschema#hasAssertion": [ { "@id": "https://w3id.org/np/RAZMAChiW6g1uJ02fYKuw_1tVk6XPUI1PpYiSraUDYpVY/assertion" } ], "http://www.nanopub.org/nschema#hasProvenance": [ { "@id": "https://w3id.org/np/RAZMAChiW6g1uJ02fYKuw_1tVk6XPUI1PpYiSraUDYpVY/provenance" } ], "http://www.nanopub.org/nschema#hasPublicationInfo": [ { "@id": "https://w3id.org/np/RAZMAChiW6g1uJ02fYKuw_1tVk6XPUI1PpYiSraUDYpVY/pubinfo" } ], "@type": [ "http://www.nanopub.org/nschema#Nanopublication" ] } ] }, { "@id": "https://w3id.org/np/RAZMAChiW6g1uJ02fYKuw_1tVk6XPUI1PpYiSraUDYpVY/provenance", "@graph": [ { "@id": "https://w3id.org/np/RAZMAChiW6g1uJ02fYKuw_1tVk6XPUI1PpYiSraUDYpVY/assertion", "http://www.w3.org/ns/prov#wasAttributedTo": [ { "@id": "https://orcid.org/0000-0002-1267-0234" } ] } ] }, { "@id": "https://w3id.org/np/RAZMAChiW6g1uJ02fYKuw_1tVk6XPUI1PpYiSraUDYpVY/pubinfo", "@graph": [ { "@id": "https://orcid.org/0000-0002-1267-0234", "http://xmlns.com/foaf/0.1/name": [ { "@value": "Tobias Kuhn" } ] }, { "@id": "https://w3id.org/np/RAZMAChiW6g1uJ02fYKuw_1tVk6XPUI1PpYiSraUDYpVY", "http://purl.org/dc/terms/created": [ { "@value": "2026-06-16T15:15:35Z", "@type": "http://www.w3.org/2001/XMLSchema#dateTime" } ], "http://purl.org/dc/terms/creator": [ { "@id": "https://orcid.org/0000-0002-1267-0234" } ], "http://purl.org/dc/terms/license": [ { "@id": "https://creativecommons.org/licenses/by/4.0/" } ], "http://purl.org/nanopub/x/embeds": [ { "@id": "https://w3id.org/np/RAZMAChiW6g1uJ02fYKuw_1tVk6XPUI1PpYiSraUDYpVY/list-space-non-approved" } ], "http://purl.org/nanopub/x/supersedes": [ { "@id": "https://w3id.org/np/RA2HUYSqUdNV6UHbcfBHaBiC86y-BsClf2rlnjy71PNDg" } ] }, { "@id": "https://w3id.org/np/RAZMAChiW6g1uJ02fYKuw_1tVk6XPUI1PpYiSraUDYpVY/sig", "http://purl.org/nanopub/x/hasAlgorithm": [ { "@value": "RSA" } ], "http://purl.org/nanopub/x/hasPublicKey": [ { "@value": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" } ], "http://purl.org/nanopub/x/hasSignature": [ { "@value": "lI8tLxtEJrJn9oY3GN/zXNUQgDc81DkGzmn1ub4B6/R+e5q/dsGqAV4yix3NgE/BMKPgf3YFzvybio5V0QQilJuAQRdVo73RRAsYYSuhrrLUTOEINRDdoFMjO0b36GxwDHla81PYUVKUVVfK9qUXKZg2eFgfTfWZh56NHY/mFOw=" } ], "http://purl.org/nanopub/x/hasSignatureTarget": [ { "@id": "https://w3id.org/np/RAZMAChiW6g1uJ02fYKuw_1tVk6XPUI1PpYiSraUDYpVY" } ], "http://purl.org/nanopub/x/signedBy": [ { "@id": "https://orcid.org/0000-0002-1267-0234" } ] } ] } ]