query-fd21a6d6ed87b918effd3b22f280088c

rq turtle/ttl

The following query uses these:

Use at

PREFIX owl: <http://www.w3.org/2002/07/owl#>
SELECT ?x ?target ?double WHERE {
  ?x owl:sameAs ?target .
  ?target owl:sameAs ?double .
} 
LIMIT 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?double"):::projected v2("?target"):::projected v1("?x"):::projected v1 --"owl:sameAs"--> v2 v2 --"owl:sameAs"--> v3