reteplayground
Construct

An author's co-authorship ego network, as a graph

SubjectPredicateObject
AfifyEAA16labelUnified Stochastic Ge…
AfifyEAA16authoredBy0000-0001-6955-4720
AfifyEAA16authoredBy0000-0002-7309-6010
AfifyEAA16authoredBy0000-0003-4827-1793
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 11,147 triples · 58.3 s · 193.0 MB of 2160.2 MB read over HTTP range · no server, no download — the query runs in your browser.

The query

PREFIX dblp: <https://w3id.org/rete/dblp#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> CONSTRUCT { ?p dblp:authoredBy ?a . ?p rdfs:label ?t . ?a rdfs:label ?n . } WHERE { ?p dblp:authoredBy <https://orcid.org/0000-0003-4827-1793> ; dblp:authoredBy ?a . OPTIONAL { ?p rdfs:label ?t } OPTIONAL { ?a rdfs:label ?n } } LIMIT 80

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