Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAzXDzCHoZmJITgYYquLwDDkSyNf3eKKQz9NfQPYB1cyE/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-latest-thing-nanopub type grlc-query assertion.
- get-latest-thing-nanopub label "Get latest nanopubs defining a thing" assertion.
- get-latest-thing-nanopub description "This query returns all latest versions of a given nanopublication and thing URI that is introduced or described therein." assertion.
- get-latest-thing-nanopub license LICENSE-2.0 assertion.
- get-latest-thing-nanopub 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 ?latestVersion ?date where { graph npa:graph { ?_np_iri npa:hasValidSignatureForPublicKey ?pubkey . ?_np_iri npx:introduces|npx:describes ?_thing_iri . } graph npa:networkGraph { ?latestVersion (npx:supersedes)* ?_np_iri . } graph npa:graph { filter exists { ?latestVersion npa:hasValidSignatureForPublicKey ?pubkey . } filter not exists { ?npx npx:invalidates ?latestVersion ; npa:hasValidSignatureForPublicKey ?pubkey . } ?latestVersion dct:created ?date . ?latestVersion npx:introduces|npx:describes ?_thing_iri . } } order by desc(?date) ?latestVersion" assertion.
- get-latest-thing-nanopub endpoint meta assertion.