Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAHooeYnQyfu4gXNg5g32PlQRlqsfEblsCNG2DjSYF-y0/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-members-of-project type grlc-query assertion.
- get-members-of-project label "Get members of project" assertion.
- get-members-of-project description "This query returns the members of a given project." assertion.
- get-members-of-project 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 foaf: <http://xmlns.com/foaf/0.1/> select ?member ?np ?pubkeyhash ?date where { graph npa:graph { ?np npa:hasValidSignatureForPublicKeyHash ?pubkeyhash . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkeyhash . } ?np dct:created ?date . ?np np:hasAssertion ?a . } graph ?a { ?_project_iri foaf:member ?member . } }" assertion.
- get-members-of-project endpoint full assertion.
- get-members-of-project license LICENSE-2.0 assertion.