Hi all

I have an issue where some SPARQL queries do not return all results that
are available throughhttp://dbpedia.org/resource.. and hence in DBpedia
endpoint I believe.

Here is an example, if I go to:

http://dbpedia.org/resource/Fertilization

the page is displayed showing many literals including dbpedia-owl:abstract

However, executing this sparql query:

PREFIX onto: <http://dbpedia.org/ontology/>
PREFIX dbpprop: <http://dbpedia.org/property/>
PREFIX yago: <http://dbpedia.org/class/yago/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>

SELECT *
WHERE {
        ?uri ?rel ?literal .
        FILTER (isLiteral(?literal)) .
        FILTER (?uri=<http://dbpedia.org/resource/Fertilization>)

      }

returns only one entry and that is rdfs:label (no dbpedia-owl:abstract or
the others)...

Any ideas of why this is the case?

Thank you in advance!

Danica
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&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