Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RA2gXVjpcZfUydk_Vp6eVET15d8hON96geVWYkQsYm7CM#assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- find-referencing-nanopubs type grlc-query assertion.
- find-referencing-nanopubs label "Find referencing nanopubs" assertion.
- find-referencing-nanopubs description "This query returns the nanopublications that reference the given URI in subject, predicate, or object position." assertion.
- find-referencing-nanopubs sparql "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 ?date ?pubkey where { graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } ?np dct:created ?date . } filter exists { graph npa:graph { ?np npa:hasGraph ?g . } graph ?g { { { bind(?_ref_iri as ?subj) } union { bind(?_ref_iri as ?pred) } union { bind(?_ref_iri as ?obj) } } ?subj ?pred ?obj . } } } limit 1000" assertion.
- find-referencing-nanopubs endpoint full assertion.
- find-referencing-nanopubs license LICENSE-2.0 assertion.