Matches in Nanopublications for { <https://w3id.org/np/RAlmS9Sp0Cjxv6vyiJff6TWWqNfJXj7LmkdoLNy6ZSeJ8#get-latest-example-nanopubs> ?p ?o ?g. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-latest-example-nanopubs type grlc-query assertion.
- get-latest-example-nanopubs label "Get the latest example nanopublications" assertion.
- get-latest-example-nanopubs license LICENSE-2.0 assertion.
- get-latest-example-nanopubs description "This query returns the latest nanopublications marked as examples, excluding superseded and retracted ones." assertion.
- get-latest-example-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 ?creator ?date where { graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . ?np npx:hasNanopubType npx:ExampleNanopub . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } filter not exists { ?np npx:hasNanopubType npx:retracts . } ?np dct:created ?date . optional { ?np rdfs:label ?label . } optional { ?np npx:signedBy ?creator . } } } order by desc(?date) limit 100" assertion.
- get-latest-example-nanopubs endpoint last30d assertion.