Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAhbj9bJBxRYbGPbluKkf4yDMKM5nZ29w0dMjaGq7XfNU/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-filtered-nanopub-list type grlc-query assertion.
- get-filtered-nanopub-list label "Get filtered nanopub list (new version)" assertion.
- get-filtered-nanopub-list description "This query returns a filtered list of nanopublications." assertion.
- get-filtered-nanopub-list 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 ?date (group_concat(distinct ?t; separator=' ') as ?types) (?__pubkeys_multi as ?pubkey) where { graph npa:graph { values ?__pubkeys_multi {} ?np npa:hasValidSignatureForPublicKeyHash ?__pubkeys_multi . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?__pubkeys_multi . } values ?__types_multi_iri {} ?np npx:hasNanopubType ?__types_multi_iri . ?np npx:hasNanopubType ?t . ?np dct:created ?date . bind(coalesce(?__endtime, "9999") as ?endtime) filter(?endtime > str(?date)) bind(coalesce(?__starttime, "0000") as ?starttime) filter(?starttime < str(?date)) optional { ?np rdfs:label ?label } } } group by ?np ?label ?date ?__pubkeys_multi order by desc(?date) limit 100" assertion.
- get-filtered-nanopub-list endpoint meta assertion.
- get-filtered-nanopub-list license LICENSE-2.0 assertion.