Matches in Nanopublications for { <https://w3id.org/np/RAcYNVMqtRA0x6ApiehOgeFu_CgYJ0UWKwmuCqaT7YYqc/get-queries> ?p ?o ?g. }
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 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:introduces ?query . ?np np:hasAssertion ?a . ?np npx:hasNanopubType grlc:grlc-query . optional { ?np rdfs:label ?label } } graph ?a { ?query grlc:endpoint ?endpoint . filter(strstarts(str(?endpoint), "https://w3id.org/np/l/nanopub-query")) } } order by desc(?date)" assertion.
- get-queries endpoint full assertion.
- get-queries description "Returns all nanopublications that declare a grlc query, thereby defining an API." assertion.
- get-queries license LICENSE-2.0 assertion.