Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAV4Fj1lmLKSaU0NNnSZ7PqeCjrPpa6HhsKuWmmYLbU7Y#assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-top-templates-last30d type grlc-query assertion.
- get-top-templates-last30d label "Get the top-10 templates of the last 30 days" assertion.
- get-top-templates-last30d description "This query returns the 10 templates that were used most during the last 30 days." assertion.
- get-top-templates-last30d license LICENSE-2.0 assertion.
- get-top-templates-last30d sparql "prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> 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/> prefix xsd: <http://www.w3.org/2001/XMLSchema#> prefix dct: <http://purl.org/dc/terms/> select distinct ?template (count(distinct ?np) as ?count) where { graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . ?np np:hasPublicationInfo ?i . } graph ?i { ?np nt:wasCreatedFromTemplate ?template . } } group by ?template order by desc(?count) limit 10" assertion.
- get-top-templates-last30d endpoint last30d assertion.