Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RArDW48kVmB9cy_lQMMg0hC-_TDb_HzETtRMdvbTPQq_M#assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-all-nanopubs-last30d type grlc-query assertion.
- get-all-nanopubs-last30d label "Get all nanopubs of the last 30 days" assertion.
- get-all-nanopubs-last30d description "This query returns all the nanopublications created in the last 30 days, sorted by recency." assertion.
- get-all-nanopubs-last30d license LICENSE-2.0 assertion.
- get-all-nanopubs-last30d 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 ?userid ?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:ExampleNanopub . } filter not exists { ?np npx:hasNanopubType npx:retracts . } optional { ?np dct:creator ?userid . } } } order by desc(?date)" assertion.
- get-all-nanopubs-last30d endpoint last30d assertion.