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