🔗 References (max. 100)

show query show view
part subject predicate object published by date
Assertion
Assertion
Get URI references
Assertion
Assertion
Returns nanopublications referencing the given URI in subject, predicate, or object position, with view-friendly columns (part / subject / predicate / object / published_by / date / np). Used by the /references page as a resource view.
Assertion
Assertion
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 ?part ?subject ?predicate ?object ?published_by ?date ?np ("^" as ?np_label) where { graph ?g { { { bind(?_ref_iri as ?subject) } union { bind(?_ref_iri as ?predicate) } union { bind(?_ref_iri as ?object) } } ?subject ?predicate ?object . } 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 . values ?__graphpred_iri { np:hasAssertion np:hasProvenance np:hasPublicationInfo } } bind(strafter(str(?__graphpred_iri), "#has") as ?part) optional { graph npa:graph { ?np np:hasPublicationInfo ?__pig_iri . } graph ?__pig_iri { ?np dct:creator ?published_by . } } } limit 100
PublicationInfo
Assertion