reteplayground
Construct

Who co-writes with whom, as a network

SubjectPredicateObject
CEBRAauthorcba12cc2fbd3154130912…
CEBRAlabelCEBRA
CellSeg3Dauthorcba12cc2fbd3154130912…
CellSeg3DlabelCellSeg3D
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 527 triples · 53 ms · no server, no download — the query runs in your browser.

The query

PREFIX schema: <http://schema.org/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> CONSTRUCT { ?s schema:author ?p . ?s rdfs:label ?name . ?p rdfs:label ?author . } WHERE { ?s a schema:SoftwareSourceCode ; schema:name ?name ; schema:author ?p . ?p schema:name ?author . } LIMIT 300

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