Matches in Nanopublications for { <https://w3id.org/np/RAr3_UJ1lfl8ifEWjxrDSqWquvsWYfoZyKWFp_xi3r6dg/get-latest-nanopubs-by-pubkey> ?p ?o ?g. }
Showing items 1 to 7 of
7
with 100 items per page.
- get-latest-nanopubs-by-pubkey type grlc-query assertion.
- get-latest-nanopubs-by-pubkey label "Get the latest nanopubs by pubkeys" assertion.
- get-latest-nanopubs-by-pubkey description "This query returns the latest nanopublications by pubkey hashes." assertion.
- get-latest-nanopubs-by-pubkey sparql "prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> prefix np: <http://www.nanopub.org/nschema#> prefix npa: <http://purl.org/nanopub/admin/> prefix npx: <http://purl.org/nanopub/x/> prefix xsd: <http://www.w3.org/2001/XMLSchema#> prefix dct: <http://purl.org/dc/terms/> select distinct ?np ?label ?date where { graph npa:graph { values ?_memberHash_multi {} ?np npa:hasValidSignatureForPublicKeyHash ?_memberHash_multi . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?_memberHash_multi . } ?np dct:created ?date . optional { ?np rdfs:label ?label . } filter not exists { ?np npx:hasNanopubType npx:retracts . } } } order by desc(?date) limit 100" assertion.
- get-latest-nanopubs-by-pubkey endpoint last30d assertion.
- get-latest-nanopubs-by-pubkey license LICENSE-2.0 assertion.
- get-latest-nanopubs-by-pubkey hasLabelFromApi "Get the latest nanopubs by pubkeys - This query returns the latest nanopublications by pubkey hashes." pubinfo.