Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RALaC4_ZGU9L5qPt4SLTcYGAw98RjqKIQHVSsyUAMu8hM#assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-cite-nanopubs type grlc-query assertion.
- get-cite-nanopubs label "Get the cite nanopubs" assertion.
- get-cite-nanopubs description "This query returns all cito:cites nanopubs." assertion.
- get-cite-nanopubs 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 ?label ?creator ?date where { graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } ?np npx:hasNanopubType <http://purl.org/spar/cito/cites> . ?np dct:created ?date . ?np np:hasAssertion ?a . ?np npx:signedBy ?creator . optional { ?np rdfs:label ?label } } } order by desc(?date)" assertion.
- get-cite-nanopubs endpoint full assertion.
- get-cite-nanopubs license LICENSE-2.0 assertion.