Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RA4bt3MQRnEPC2nSsdbCJc74wT-e1w68dSCpYVyvG0274/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-provenance-templates type grlc-query assertion.
- get-provenance-templates label "Get provenance templates" assertion.
- get-provenance-templates 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 nt: <https://w3id.org/np/o/ntemplate/> select ?np ?pubkey ?pubkeyhash ?date ?label ?creator where { graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } ?np npa:hasValidSignatureForPublicKeyHash ?pubkeyhash . ?np npx:hasNanopubType nt:ProvenanceTemplate . ?np dct:created ?date . ?np np:hasAssertion ?a . optional { ?np npx:signedBy ?creator . } } graph ?a { ?a rdfs:label ?label . } } order by desc(?date)" assertion.
- get-provenance-templates endpoint e11939f8e3bc45a126b31e86bc07e58f9a4b50f93a5c1f3a6eb66068eb7f445f assertion.
- get-provenance-templates description "Returns the basic info of all provenance templates." assertion.
- get-provenance-templates license LICENSE-2.0 assertion.