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 ?twitter WHERE {
?org rdfs:label ?name;
foaf:holdsAccount ?twitter.
?twitter foaf:accountServiceHomepage <http://twitter.com>
}
| Dataset | NHS Organization |
|---|---|
| Created By | Leigh Dodds |
| Published | 2011-07-25 14:01 |