Search Results Found: 0 |
---|
|
Query: |
SELECT ?o ?name ?dist ( ( SELECT COUNT ( * ) WHERE { ?o foaf:knows ?xx } ) ) WHERE { { SELECT ?s ?o ?name WHERE { ?s foaf:knows ?o . ?o foaf:name ?name } } OPTION ( transitive, t_distinct, t_in ( ?s ) , t_out ( ?o ) , t_min ( 2 ) , t_max ( 4 ) , t_step ( 'step_no' ) as ?dist ) . FILTER ( ?s= <http://www.w3.org/People/Berners-Lee/card#i> ) } ORDER BY ?dist DESC 4 LIMIT 50 |