References for: get-top-templates-last30d
Full identifier: https://w3id.org/np/RAV4Fj1lmLKSaU0NNnSZ7PqeCjrPpa6HhsKuWmmYLbU7Y#get-top-templates-last30d
Nanopublication | Part | Subject | Predicate | Object | Published By | Published On |
---|---|---|---|---|---|---|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-top-templates-last30d
|
Tobias Kuhn
|
2024-08-07T05:15:21.725Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-top-templates-last30d
|
Tobias Kuhn
|
2024-08-07T05:15:21.725Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-top-templates-last30d
|
Get the top-10 templates of the last 30 days
|
Tobias Kuhn
|
2024-08-07T05:15:21.725Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-top-templates-last30d
|
This query returns the 10 templates that were used most during the last 30 days.
|
Tobias Kuhn
|
2024-08-07T05:15:21.725Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-top-templates-last30d
|
Tobias Kuhn
|
2024-08-07T05:15:21.725Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-top-templates-last30d
|
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
|
Tobias Kuhn
|
2024-08-07T05:15:21.725Z
|
||
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-top-templates-last30d
|
Tobias Kuhn
|
2024-08-07T05:15:21.725Z
|