Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAQN2BzH8WVieBWa-QQ1OV-JDXHAHy2aIA4uW243x19gY/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-team-member-spaces type grlc-query assertion.
- get-team-member-spaces label "Get team member spaces for user" assertion.
- get-team-member-spaces description "This query returns all the spaces where the given user has the team member role." assertion.
- get-team-member-spaces sparql "prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> prefix np: <http://www.nanopub.org/nschema#> prefix npa: <http://purl.org/nanopub/admin/> prefix npx: <http://purl.org/nanopub/x/> prefix dct: <http://purl.org/dc/terms/> prefix gen: <https://w3id.org/kpxl/gen/terms/> select distinct ?space ?space_label ?np ("^" as ?np_label) where { graph npa:graph { ?np np:hasAssertion ?a . ?np npa:hasValidSignatureForPublicKeyHash ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . } } graph ?a { ?space gen:hasTeamMember ?_user_iri . } graph npa:graph { ?space_np npx:introduces ?space . ?space_np npa:hasValidSignatureForPublicKeyHash ?space_pubkey . filter not exists { ?space_npx npx:invalidates ?space_np ; npa:hasValidSignatureForPublicKeyHash ?space_pubkey . } ?space_np np:hasAssertion ?space_a . } graph ?space_a { ?space rdfs:label ?space_label . } } order by ?space_label" assertion.
- get-team-member-spaces endpoint full assertion.
- get-team-member-spaces license LICENSE-2.0 assertion.