query-a687e0d2e3f34e51e154e246a6c28474

rq turtle/ttl

Querying from FOAF with "select from"

Use at

PREFIX foaf: <http://xmlns.com/foaf/0.1/>
SELECT  ?name
FROM    <http://example.org/foaf/aliceFoaf>
WHERE   { ?x foaf:name ?name }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?name"):::projected v1("?x") v1 --http://xmlns.com/foaf/0.1/name--> v2