Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAfiHseHSs9ED7zbXD-OotwblOsT-AfgZ5_2RUeQkBdFc#assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-introducing-np type grlc-query assertion.
- get-introducing-np label "Get nanopub introducing given thing" assertion.
- get-introducing-np license LICENSE-2.0 assertion.
- get-introducing-np description "This query returns the nanopub or nanopubs that are introducing the given thing, sorted by recency." assertion.
- get-introducing-np sparql "prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> prefix dct: <http://purl.org/dc/terms/> prefix np: <http://www.nanopub.org/nschema#> prefix npa: <http://purl.org/nanopub/admin/> prefix npx: <http://purl.org/nanopub/x/> select ?np ?pubkey ?date where { graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } ?np npx:introduces ?_thing_iri . ?np dct:created ?date . } } order by desc(?date)" assertion.
- get-introducing-np endpoint meta assertion.