Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAHjW_-GoMa01Ip5IiWvEM6xZQBoqDFeORqHeQS0P0DmE/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-queries type grlc-query assertion.
- get-queries label "Get all grlc query nanopubs" assertion.
- get-queries description "Returns all nanopublications that declare a grlc query, thereby defining an API." assertion.
- get-queries license LICENSE-2.0 assertion.
- get-queries 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/> prefix grlc: <https://w3id.org/kpxl/grlc/> select ?np ?label ?pubkeyhash ?date where { graph npa:graph { ?np npa:hasValidSignatureForPublicKeyHash ?pubkeyhash . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkeyhash . } ?np dct:created ?date . ?np npx:hasNanopubType grlc:grlc-query . optional { ?np rdfs:label ?label } } } order by desc(?date)" assertion.
- get-queries endpoint meta assertion.