References for: get-top-creators-last30d
Full identifier: https://w3id.org/np/RArN8ATIp1CTjOPfldLwMUDYRIOu6N3ZpDJuP_SEYfa8E#get-top-creators-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-creators-last30d
|
Tobias Kuhn
|
2024-08-07T04:57:56.933Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-top-creators-last30d
|
Tobias Kuhn
|
2024-08-07T04:57:56.933Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-top-creators-last30d
|
Get the top-10 creators of the last 30 days
|
Tobias Kuhn
|
2024-08-07T04:57:56.933Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-top-creators-last30d
|
This query returns the 10 creators who created most nanopublications during the last 30 days.
|
Tobias Kuhn
|
2024-08-07T04:57:56.933Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-top-creators-last30d
|
Tobias Kuhn
|
2024-08-07T04:57:56.933Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-top-creators-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 xsd: <http://www.w3.org/2001/XMLSchema#>
prefix dct: <http://purl.org/dc/terms/>
prefix prov: <http://www.w3.org/ns/prov#>
prefix foaf: <http://xmlns.com/foaf/0.1/>
select distinct ?userid (count(distinct ?np) as ?count) where {
{ graph npa:graph {
?np npa:hasValidSignatureForPublicKey ?pubkey .
?np dct:creator ?userid .
} }
union
{
graph npa:graph {
?np npa:hasValidSignatureForPublicKey ?pubkey .
?np np:hasAssertion ?assertion .
?np np:hasProvenance ?prov .
}
graph ?prov {
?assertion prov:wasAttributedTo ?userid .
}
}
filter(strstarts(str(?userid), "https://orcid.org/"))
}
group by ?userid
order by desc(?count)
limit 10
|
Tobias Kuhn
|
2024-08-07T04:57:56.933Z
|
||
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-top-creators-last30d
|
Tobias Kuhn
|
2024-08-07T04:57:56.933Z
|