Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAr27GmRUKQmvPbfmB34N9l9lX-xYK7nQhvOMbQCk3byI/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-latest-users type grlc-query assertion.
- get-latest-users label "Get latest users" assertion.
- get-latest-users 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 (min(?date) as ?date) where { graph npa:graph { ?intronp npa:hasValidSignatureForPublicKey ?introPubkey . filter not exists { ?intronpx npx:retracts ?intronp ; npa:hasValidSignatureForPublicKey ?pubkey . } filter not exists { ?intronp npx:supersedes ?intronpx . } ?intronp dct:created ?date . ?intronp np:hasAssertion ?a . } graph ?a { ?keydeclaration npx:declaredBy ?user . ?keydeclaration npx:hasPublicKey ?pubkey . } } group by ?user order by desc(?date) limit 100" assertion.
- get-latest-users endpoint 77757cabf6184c51c20b8b0fe5dc5e1365b7f628448335184ad54319a0affdfc assertion.
- get-latest-users description "This query returns the latest users who have introduced themselves in an intro nanopub." assertion.
- get-latest-users license LICENSE-2.0 assertion.