reteplayground
Construct

Mary Lou Williams collaboration ego-network

CONSTRUCT {
  <http://dbpedia.org/resource/Mary_Lou_Williams> ?p ?oth?other foaf:name ?name .
} WHERE {
  <http://dbpedia.org/resource/Mary_Lou_Williams> ?p ?othFILTER(?p = mo:collaborated_with || ?p = lj:playedToget…
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 27 nodes, 27 edges · 7.3 ms · no server, no download — the query runs in your browser.

The query

PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX mo: <http://purl.org/ontology/mo/> PREFIX lj: <http://linkedjazz.org/ontology/> CONSTRUCT { <http://dbpedia.org/resource/Mary_Lou_Williams> ?p ?other . ?other foaf:name ?name . } WHERE { <http://dbpedia.org/resource/Mary_Lou_Williams> ?p ?other . FILTER(?p = mo:collaborated_with || ?p = lj:playedTogether) ?other foaf:name ?name . }

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