Submitted by Leigh Dodds on 25th July 2011
Query:
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
SELECT ?org ?name ?flickr WHERE {
?org rdfs:label ?name;
foaf:holdsAccount ?flickr.
?flickr foaf:accountServiceHomepage <http://flickr.com>
}
| Dataset | NHS Organization |
|---|---|
| Created By | Leigh Dodds |
| Published | 2011-07-25 14:04 |