reteplayground
Select

Everything one researcher published (by ORCID)

SELECT ?work ?title ?year ?type ?venue WHERE {
  ?agent oc:orcidId "0000-0002-9061-3921" .
  ?role oc:isHeldBy ?agent .
  ?work oc:hasContributor ?role ;
        oc:title ?title ;
        oc:publicationYear ?year ;
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 ?type ?venue WHERE { ?agent oc:orcidId "0000-0002-9061-3921" . ?role oc:isHeldBy ?agent . ?work oc:hasContributor ?role ; oc:title ?title ; oc:publicationYear ?year ; oc:resourceType ?type . OPTIONAL { ?work oc:partOf ?v . ?v oc:title ?venue } } LIMIT 25

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