Matches in Nanopublications for { <https://w3id.org/np/RA6BiFFxwugYhi0T5KbtTEFJBNltxe0Syl7CU9C5DFVHM#get-all-users> ?p ?o ?g. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-all-users type grlc-query assertion.
- get-all-users label "Get all user intro info" assertion.
- get-all-users license LICENSE-2.0 assertion.
- get-all-users description "This query returns the basic info of all user introductions." assertion.
- get-all-users sparql "prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> prefix np: <http://www.nanopub.org/nschema#> prefix npx: <http://purl.org/nanopub/x/> prefix npa: <http://purl.org/nanopub/admin/> prefix dct: <http://purl.org/dc/terms/> prefix foaf: <http://xmlns.com/foaf/0.1/> select ?user ?name ?intronp ?date ?pubkey where { graph npa:graph { ?intronp npx:hasNanopubType npx:declaredBy . ?intronp npa:hasValidSignatureForPublicKey ?intronp_pubkey . filter not exists { ?intronp_x npx:invalidates ?intronp ; npa:hasValidSignatureForPublicKey ?intronp_pubkey . } ?intronp np:hasAssertion ?a . ?intronp dct:created ?date . } graph ?a { ?keydeclaration npx:declaredBy ?user . ?keydeclaration npx:hasPublicKey ?pubkey . optional { ?user foaf:name ?name . } } } order by ?user desc(?date)" assertion.
- get-all-users endpoint 77757cabf6184c51c20b8b0fe5dc5e1365b7f628448335184ad54319a0affdfc assertion.