reteplayground
Select

Research-output cards straight from the DOI registry

SELECT ?doi ?title ?year ?publisher ?type WHERE {
  ?doi dcite:title ?title ;
       dcite:publicationYear ?year ;
       dcite:publisherName ?publisher ;
       dcite:resourceType ?type .
}
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 ?type WHERE { ?doi dcite:title ?title ; dcite:publicationYear ?year ; dcite:publisherName ?publisher ; dcite:resourceType ?type . } LIMIT 25

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