Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RA7oUCHG8TEjVQpGTUN5sfu3_IQmza3aSBSCxfJdBc3Rs#assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-most-recent-nanopubs type grlc-query assertion.
- get-most-recent-nanopubs label "Get the most recent nanopublications" assertion.
- get-most-recent-nanopubs description "This query returns the 10 nanopublications that were most recently published." assertion.
- get-most-recent-nanopubs license LICENSE-2.0 assertion.
- get-most-recent-nanopubs 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 { ?np npa:hasValidSignatureForPublicKey ?pubkey . ?np dct:created ?date . optional { ?np rdfs:label ?label . } filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } filter not exists { ?np npx:hasNanopubType npx:retracts . } } } order by desc(?date) limit 10" assertion.
- get-most-recent-nanopubs endpoint last30d assertion.