Matches in Nanopublications for { <https://w3id.org/np/RA5i5-o05hg5KlZocCvKlQAV_CcJn3ToW3AGK7TbrCkVM#get-all-user-intros> ?p ?o ?g. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-all-user-intros type grlc-query assertion.
- get-all-user-intros label "Get all user intros" assertion.
- get-all-user-intros description "This query returns all user IDs, introductions, and associated pubkeys." assertion.
- get-all-user-intros license LICENSE-2.0 assertion.
- get-all-user-intros sparql "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 npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?intronpx npx:invalidates ?intronp ; npa:hasValidSignatureForPublicKey ?pubkey . } ?intronp dct:created ?date . ?intronp np:hasAssertion ?a . } graph ?a { ?keydeclaration npx:declaredBy ?user . optional { ?user foaf:name ?name . } } } order by ?user desc(?date)" assertion.
- get-all-user-intros endpoint 77757cabf6184c51c20b8b0fe5dc5e1365b7f628448335184ad54319a0affdfc assertion.