reteplayground
Construct

A book's related-works network

SubjectPredicateObject
023f2b73-5a9f-4ada-92c2-258a4…labelThe History of Barlaa…
023f2b73-5a9f-4ada-92c2-258a4…relatedBook697953e3eef1c286564aa…
674057212677591a7c897d60labelOn Pleasure
674057212677591a7c897d60relatedBook698255f390aaf7ca4ec0e…
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 1,069 triples · 329 ms · 256.0 KB of 58.1 MB read over HTTP range · no server, no download — the query runs in your browser.

The query

PREFIX schema: <http://schema.org/> PREFIX dct: <http://purl.org/dc/terms/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> PREFIX geo: <http://www.opengis.net/ont/geosparql#> PREFIX efmo: <https://data.embassyofthefreemind.com/ontology#> CONSTRUCT { ?b rdfs:label ?bl . ?b efmo:relatedBook ?r . ?r rdfs:label ?rl } WHERE { ?b efmo:relatedBook ?r ; rdfs:label ?bl . ?r rdfs:label ?rl } LIMIT 200

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