Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAMyjSVA0hOSKmqmDmMYmvShEMjhUa2SyQAbHUpXSV4XI/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-space-members type grlc-query assertion.
- get-space-members label "Get Space members" assertion.
- get-space-members description "This query returns the members (of different roles) of a given Space." assertion.
- get-space-members sparql "prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> prefix dct: <http://purl.org/dc/terms/> 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/> select ?member ?role ?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 ?a . } graph ?a { values ?_role_multi_iri {} ?member ?_role_multi_iri ?_space_iri . bind(?_role_multi_iri as ?role) } } order by desc(?date)" assertion.
- get-space-members endpoint full assertion.
- get-space-members license LICENSE-2.0 assertion.