Hi Sebastian,

there's two issues here:
1) This query works only on the de.dbpedia.org/sparql endpoint, but not on dbpedia.org/sparql; I don't know which one you used. 2) For SPARQL, you have to use encoded URIs, so you have to rephrase your query to
select distinct ?abstract where {
<http://de.dbpedia.org/resource/Raumschiff_Enterprise:_Das_n%C3%A4chste_Jahrhundert>
dbpedia-owl:abstract ?abstract
}

These two tricks should do.

Best,
Heiko


Am 22.07.2014 11:35, schrieb Sebastian Schwarz:
Dear DBpedia developers,

I'm struggling with following SPARQL-Query.

select distinct ?abstract where {
<
http://de.dbpedia.org/resource/Raumschiff_Enterprise:_Das_nächste_Jahrhundert>
dbpedia-owl:abstract ?abstract
}

I'm trying to get the value of dbpedia-owl:abstract, but there are no
results.

On the corresponding dbpedia-page is text in the dbpedia-owl:abstract Field.

http://de.dbpedia.org/page//Raumschiff_Enterprise:_Das_nächste_Jahrhundert

Can somebody give me a hint, what I'm doing wrong?

greetings
Sebastian



------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds


_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

--
Dr. Heiko Paulheim
Research Group Data and Web Science
University of Mannheim
Phone: +49 621 181 2646
B6, 26, Room C1.08
D-68159 Mannheim

Mail: he...@informatik.uni-mannheim.de
Web: www.heikopaulheim.com

------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to