reteplayground
Construct

A publication's subjects, as a graph

SubjectPredicateObject
sh85023418labelChildren
sh85040850labelEconomics
sh85048256labelFinance
sh85098355labelParticipation
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 13 triples · 26 ms · no server, no download — the query runs in your browser.

The query

PREFIX gtr: <https://w3id.org/rete/gotriple#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> CONSTRUCT { ?d gtr:knowsAbout ?s . ?d rdfs:label ?dl . ?s rdfs:label ?sl . } WHERE { VALUES ?d { <https://doi.org/10.26504/rs97.pdf> } OPTIONAL { ?d rdfs:label ?dl } ?d gtr:knowsAbout ?s . OPTIONAL { ?s rdfs:label ?sl } }

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