Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RALlWmTd48iZxMSxUxIaM24NwiSngygwKcK4_sl6bS2jo/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-space-member-roles type grlc-query assertion.
- get-space-member-roles label "Get Space member roles" assertion.
- get-space-member-roles description "This query returns the roles of a given Space." assertion.
- get-space-member-roles sparql "prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> prefix dct: <http://purl.org/dc/terms/> prefix owl: <http://www.w3.org/2002/07/owl#> prefix np: <http://www.nanopub.org/nschema#> prefix npa: <http://purl.org/nanopub/admin/> prefix npx: <http://purl.org/nanopub/x/> prefix gen: <https://w3id.org/kpxl/gen/terms/> prefix schema: <http://schema.org/> select ?role ?roleLabel ?roleName ?roleTitle (group_concat(?reg; separator=' ') as ?regularProperties) (group_concat(?inv; separator=' ') as ?inverseProperties) ?np ?pubkey ?date where { graph npa:graph { ?np npa:hasValidSignatureForPublicKeyHash ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . } ?np dct:created ?date . ?np np:hasAssertion ?rel_a . } graph ?rel_a { values ?_space_multi_iri {} ?_space_multi_iri gen:hasRole ?role . } graph npa:graph { ?role_np npx:embeds ?role . ?role_np np:hasAssertion ?role_a . } graph ?role_a { ?role a gen:SpaceMemberRole . ?role rdfs:label ?roleLabel . ?role dct:title ?roleTitle . ?role schema:name ?roleName . optional { ?role gen:hasRegularProperty ?reg } optional { ?role gen:hasInverseProperty ?inv } } } group by ?role ?roleLabel ?roleName ?roleTitle ?np ?pubkey ?date order by desc(?date)" assertion.
- get-space-member-roles endpoint 9ed830412329d775e56a89d7548b4579d01d2188252bc25cbdd3fe70696808c1 assertion.
- get-space-member-roles license LICENSE-2.0 assertion.