Matches in Nanopublications for { <https://w3id.org/np/RAiRsB2YywxjsBMkVRTREJBooXhf2ZOHoUs5lxciEl37I#get-latest-version-of-np> ?p ?o ?g. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-latest-version-of-np type grlc-query assertion.
- get-latest-version-of-np label "Get the latest version of a nanopublication" assertion.
- get-latest-version-of-np description "This query returns the latest version(s) of a given nanopublication, if any." assertion.
- get-latest-version-of-np license LICENSE-2.0 assertion.
- get-latest-version-of-np sparql "prefix np: <http://www.nanopub.org/nschema#> prefix npa: <http://purl.org/nanopub/admin/> prefix npx: <http://purl.org/nanopub/x/> prefix dct: <http://purl.org/dc/terms/> select ?latest ?date where { graph npa:graph { ?_np_iri npa:hasValidSignatureForPublicKey ?pubkey . ?latest npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?npx npx:invalidates ?latest ; npa:hasValidSignatureForPublicKey ?pubkey . } ?latest dct:created ?date . } graph npa:networkGraph { ?latest (npx:supersedes)* ?_np_iri . } }" assertion.
- get-latest-version-of-np endpoint meta assertion.