reteplayground
Select

The PID Graph: what a work points at, and why

SELECT ?from ?type ?to ?assertedBy ?title WHERE {
  ?rel a dcite:PidRelation ;
       dcite:relationSubject ?from ;
       dcite:relationType ?type ;
       dcite:relationObject ?to .
  OPTIONAL { ?rel dcite:assertedBy ?assertedBy }
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 ?from ?type ?to ?assertedBy ?title WHERE { ?rel a dcite:PidRelation ; dcite:relationSubject ?from ; dcite:relationType ?type ; dcite:relationObject ?to . OPTIONAL { ?rel dcite:assertedBy ?assertedBy } OPTIONAL { ?from dcite:title ?title } } LIMIT 25

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