- From: Irene Celino <irene.celino@gmail.com>
- Date: Mon, 21 Jun 2010 10:52:55 +0200
- To: cassio steel <cassiosteel@hotmail.com>
- Cc: public-lod@w3.org
- Message-ID: <AANLkTikeMeUI1vTFMwk7AEaNmL1ymJKnGWZW4gXV8Cb2@mail.gmail.com>
Hi Cassio, you can try on LDSR/FactForge: http://ldsr.ontotext.com/sparql HTH, Irene Irene Celino CEFRIEL - ICT Institute Politecnico di Milano Via Fucini, 2 - 20133 Milano (Italy) phone: +39 0223954266 fax: +39 0223954466 email: Irene.Celino@cefriel.it web: http://www.cefriel.it, http://swa.cefriel.it 2010/6/20 cassio steel <cassiosteel@hotmail.com> > Hello everyone > I'd like to execute a query on DBpedia and freebase but I really don't know > where (which end-point) I could run it. > This is the query, I'd like to get the E-T (you know, the Spielberg's > movie) taglines starting from DBpedia: > > PREFIX owl: <http://www.w3.org/2002/07/owl#> > PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> > PREFIX fb-film: <http://rdf.freebase.com/ns/film.film.> > SELECT ?uriFB WHERE { > <http://dbpedia.org/resource/E.T._the_Extra-Terrestrial> owl:sameAs ?uriFB > . > ?uriFB fb-film:tagline ?tagL > FILTER regex(str(?uriFB),"freebase") > } > LIMIT 100 > > I tried to make this run from the Open Link Virtuoso SPARQL end-point, but > apparently it doesn't work because of freebase...where can I run this query? > > <http://events.it.msn.com/internet-explorer-8> > -- " If you understand what you're doing, you're not learning anything. "
Received on Monday, 21 June 2010 08:53:29 UTC