reteplayground
Select

A journal's papers, with identifiers you can follow

SELECT ?work ?title ?year ?pmid ?openalex WHERE {
  ?v oc:title "Mathematical Structures In Computer Scienc…
  ?work oc:partOf ?v ;
        oc:title ?title ;
        oc:publicationYear ?year .
  OPTIONAL { ?work oc:pmid ?pmid }
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 oc: <https://w3id.org/rete/opencitations#> SELECT ?work ?title ?year ?pmid ?openalex WHERE { ?v oc:title "Mathematical Structures In Computer Science" . ?work oc:partOf ?v ; oc:title ?title ; oc:publicationYear ?year . OPTIONAL { ?work oc:pmid ?pmid } OPTIONAL { ?work oc:openalex ?openalex } } LIMIT 25

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