Matches in Nanopublications for { <https://w3id.org/np/RAl3HbpK2-SCdNd-xUdvinx067TmnZhph64Fzw4qrOz0s#subj-refs> ?p ?o ?g. }
Showing items 1 to 6 of
6
with 100 items per page.
- subj-refs type grlc-query assertion.
- subj-refs label "Subject References" assertion.
- subj-refs description "Returns all references (in the assertion graph) of the given subject IRI." assertion.
- subj-refs license LICENSE-2.0 assertion.
- subj-refs sparql "prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> 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/> prefix prov: <http://www.w3.org/ns/prov#> prefix foaf: <http://xmlns.com/foaf/0.1/> select ?pred ?obj ?date ?creator where { graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . ?np dct:created ?date . ?np dct:creator ?creator . ?np np:hasAssertion ?assertion . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } } graph ?assertion { ?_subj_iri ?pred ?obj . } } order by desc(?date)" assertion.
- subj-refs endpoint full assertion.