Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAzDIXrYAqPCCjB6DBHFFUm2uq506O6GB1_3_RWCfRXds#assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-newer-versions-of-np type grlc-query assertion.
- get-newer-versions-of-np label "Get all newer versions of this nanopublication" assertion.
- get-newer-versions-of-np license LICENSE-2.0 assertion.
- get-newer-versions-of-np description "This query returns all newer versions of a given nanopublication, including those that since have been superseded or retracted." assertion.
- get-newer-versions-of-np sparql "http://purl.org/np/RASVryv0gZQcauqi68N4cxu7kLVDxIBobPbDd2Ar2FvOA https://w3id.org/np/RAGBEisKAxwcQTdfR7ALwCeQBrUVeU23F8uFvFmO-H6F0 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 ?newerVersion ?date ?retractedBy ?supersededBy where { graph npa:graph { ?_np_iri npa:hasValidSignatureForPublicKey ?pubkey . ?newerVersion npa:hasValidSignatureForPublicKey ?pubkey . ?newerVersion dct:created ?date . optional { ?retractedBy npx:retracts ?newerVersion ; npa:hasValidSignatureForPublicKey ?pubkey . } optional { ?supersededBy npx:supersedes ?newerVersion ; npa:hasValidSignatureForPublicKey ?pubkey . } } graph npa:networkGraph { ?newerVersion (npx:supersedes)* ?_np_iri . } } order by desc(?date) ?newerVersion" assertion.
- get-newer-versions-of-np endpoint meta assertion.