Matches in Nanopublications for { <https://w3id.org/np/RA_BRm9IiEGdKa94moAXgSum9_cAkGZ97hlSPqyuZB2-A/get-assertion-templates> ?p ?o ?g. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-assertion-templates type grlc-query assertion.
- get-assertion-templates label "Get assertion templates" assertion.
- get-assertion-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 ?tag ?unlisted ?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:AssertionTemplate . ?np dct:created ?date . ?np np:hasAssertion ?a . optional { ?np npx:signedBy ?creator . } } optional { graph ?a { ?a rdfs:label ?label } } optional { graph ?a { ?a nt:hasTag ?tag . } } graph ?a { bind(exists { ?a a nt:UnlistedTemplate } as ?unlisted) } } order by desc(?date)" assertion.
- get-assertion-templates endpoint 79342356d3a68063a627e83ac34b376479e438abb8a4c4b27d49f845f537dc8d assertion.
- get-assertion-templates description "Returns the basic info of all assertion templates" assertion.
- get-assertion-templates license LICENSE-2.0 assertion.