Matches in Nanopublications for { <https://w3id.org/np/RANn4Mu8r8bqJA9KJMGXTQAEGAEvtNKGFsuhRIC6BRIOo#get-latest-nanopubs-by-type> ?p ?o ?g. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-latest-nanopubs-by-type type grlc-query assertion.
- get-latest-nanopubs-by-type label "Get the latest nanopublications of given type" assertion.
- get-latest-nanopubs-by-type description "This query returns the latest nanopublications published of the given type" assertion.
- get-latest-nanopubs-by-type license LICENSE-2.0 assertion.
- get-latest-nanopubs-by-type 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 ?np ?label ?pubkey ?date where { graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . ?np dct:created ?date . ?np npx:hasNanopubType ?_type_iri . 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 100" assertion.
- get-latest-nanopubs-by-type endpoint meta assertion.