reteplayground
Select

One paper, fully unfolded — venue and every author in order

SELECT ?work ?title ?year ?venue ?pos ?author ?orcid WHER…
  VALUES ?work { <https://doi.org/10.4204/eptcs.181.2> }
  ?work oc:title ?title ;
        oc:publicationYear ?year ;
        oc:hasContributor ?role .
  OPTIONAL { ?work oc:partOf ?v . ?v oc:title ?venue }
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 ?venue ?pos ?author ?orcid WHERE { VALUES ?work { <https://doi.org/10.4204/eptcs.181.2> } ?work oc:title ?title ; oc:publicationYear ?year ; oc:hasContributor ?role . OPTIONAL { ?work oc:partOf ?v . ?v oc:title ?venue } ?role oc:isHeldBy ?agent ; oc:agentOrder ?pos . ?agent oc:agentName ?author . OPTIONAL { ?agent oc:orcidId ?orcid } } ORDER BY ?pos

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