reteplayground
Select

Research software, ranked by citations

SELECT ?doi ?title ?year ?publisher ?citations WHERE {
  ?doi a dcite:Software ;
       dcite:title ?title ;
       dcite:publicationYear ?year ;
       dcite:publisherName ?publisher ;
       dcite:citationCount ?citations .
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → no server, no download — the query runs in your browser.

The query

PREFIX dcite: <https://w3id.org/rete/datacite#> PREFIX dct: <http://purl.org/dc/terms/> SELECT ?doi ?title ?year ?publisher ?citations WHERE { ?doi a dcite:Software ; dcite:title ?title ; dcite:publicationYear ?year ; dcite:publisherName ?publisher ; dcite:citationCount ?citations . } ORDER BY DESC(?citations) LIMIT 25

rete playground · documentation · github.com/caviri/rete