DBpedia is a community effort to extract structured information from Wikipedia and to make this information available on the Web. DBpedia allows you to ask sophisticated queries against Wikipedia, and to link other data sets on the Web to Wikipedia data. We hope this will make it easier for the ...
6
votes
1answer
343 views
Querying dbpedia with SPARQL
I'm querying dbpedia.org for a description of Big Ben with this SPARQL query:
select ?desc
where {
<http://dbpedia.org/resource/Big_Ben> <http://www.w3.org/2000/01/rdf-schema#comment> ...
4
votes
1answer
132 views
How get DBpedia data in a specific language?
i tried this request
http://lookup.dbpedia.org/api/search.asmx/KeywordSearch?QueryClass=film&QueryString=transformers&MaxHits=1
but if i want to retrieve info in italian language?
it there ...
3
votes
1answer
28 views
deserializing json object from SPARQL query by gson error
I have a problem in deserializing json object coming from DBpedia by a sparql query.
i'm using gson to deserialize it and used this tool to generate the Object Class: jsongen.byingtondesign.com
the ...
3
votes
1answer
47 views
How do I consume a sparql endpoint - such as DBPedia in an iphone app
I am looking for tutorials on how to consume and parse data from a sparql endpoint such as DBPedia. I am new to semantic web and rdf and sparql. Would I just treat the response as XML and use one of ...
3
votes
1answer
83 views
Retrieving a DBpedia resource by its string name with SPARQL and without knowing its type
As shown in this question which has a similar title, I would like to retrieve a dbpedia resource by knowing a part of its name. I'm a beginner when it comes to SPARQL and such, but the example in the ...
3
votes
1answer
48 views
How to resolve disambiguation in Yago/DBpedia?
Assuming I am searching for an entity such as "Wizard of Oz" and know I am specifically interested in the book rather then movie or musical.
Which query/method will return correct results on most ...
3
votes
2answers
147 views
Get all Wikipedia Infobox Templates and all Pages using them
Given a Wikipedia page like Wikipedia: Stack Overflow there are often Infoboxes (mostly on the right hand at the top of the page). Example screenshot:
DBPedia lists all these attributes as RDF ...
3
votes
1answer
250 views
SPARQL - Get All properties of a DBPEDIA class
I wonder how to get a list of properties for a specific class.
Imagine the class "Person" ( http://dbpedia.org/ontology/Person ). All instances of the "Person" class have some properties prefixed ...
3
votes
2answers
178 views
Dbpedia & sparql - returning all images on a Wikipedia page
I am trying to write a sparql query that will return all possible image urls associated with a resource.
I can return the foaf:depiction, if there is one, but often when I visit said page on ...
3
votes
1answer
121 views
Counting in SPARQL
Ok so i have this query
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT DISTINCT (COUNT(?instance) AS ?count) WHERE {
?instance a <http://dbpedia.org/ontology/Ambassador> .
...
3
votes
1answer
165 views
How to get namespace of the property in dbpedia by giving the property name using jena?
I am trying to get the value of property genre in the following dbpedia link using sparql in jena http://dbpedia.org/page/Black_Sabbath
But i have no idea how to get the property namespace from ...
3
votes
1answer
387 views
Sparql XML results from DBPedia and JENA
I get the following xml code from the DBpedia SPARQL end point:
<?xml version="1.0"?>
<sparql xmlns="http://www.w3.org/2005/sparql-results#">
<head>
<variable ...
3
votes
4answers
485 views
Getting DBPedia Infobox categories
I'm currently looking for a way to query DBPedia's Infobox Onyology database via the SPARQL endpoint to get a list of the classes, the subclasses of a selected class, and the properties of a given ...
3
votes
1answer
421 views
How to properly use SPARQL OPTIONAL to retrieve attributes for a resource that may exist?
I'm trying to use a SPARQL query to retrieve information about a DBpedia resource (a Person). I'd like to use the same query to retrieve data about any Person by parameterizing the resource URI. Since ...
2
votes
1answer
19 views
How to access permanently removed pages using SPARQL?
I am facing a problem in using SPARQL with DBPedia.
for example if I call this link directly
http://dbpedia.org/resource/Venice,_Italy
I see a 301 redirect code to
http://dbpedia.org/page/Venice
...
2
votes
1answer
52 views
Graph Traversing algorithms in Semantic web
I am asking about Algorithms that would be useful in Querying the Semantic web DB to get all the related RDFs to an original Object.
i.e If the original Object is the movie "inception", I want an ...
2
votes
1answer
35 views
Fetch all defined colors using DBpedia and SPARQL
How can I query dbpedia to get the names and hex codes of all color values (i.e. any use of the color infobox) in wikipedia?
An example of the color info box: ...
2
votes
1answer
44 views
DBPedia SPARQL query should return results but is empty
I want to get all pages which have a specified category and a specified key. My query:
PREFIX dbpedia: <http://dbpedia.org/>
PREFIX dbpedia2: <http://dbpedia.org/property/>
PREFIX ...
2
votes
1answer
45 views
DBPedia SPARQL Querying
Basically I have a query show below which works efficiently, however I want my search to be more precise where the label is the actual string 'yago' rather than contains the string 'yago'. I want to ...
2
votes
1answer
41 views
why 2 different vocab for same attribute in wikipedia?
why does dbpedia is using multiple vocab for same attributes.
I have to get data of all possible movies.
for each movie I have observered that it has dbpedia-owl and dbpprop vocab for producers, ...
2
votes
1answer
55 views
timeout transaction when running a query on dbpedia
HI there is a query which was working untill yesterday :
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX foaf: ...
2
votes
1answer
48 views
getting date in sparql from dbpedia
I want to extract the release date of some specific movies.
The sparql query, I am using is:
Not even one query is giving me any answer
Is there something wrong becoz date is returned in some format?
...
2
votes
1answer
48 views
Optimising SPARQL query
I started teaching myself SPARQL yesterday, and I'm practicing against dbpedia. I'm trying to retrieve a list of all footballers who have played in two clubs near to the specified destinations (i.e. ...
2
votes
1answer
75 views
Sparql Query to get all the possible movies available from dbpedia
To get all the possible film name, I used sparql query:
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT DISTINCT ...
2
votes
1answer
77 views
Work around to query DBpedia for two keywords
I want to query DBpedia for multiple keywords, apparently I have to search for an exact substring, so if I want the page about Egyptian Pyramids, searching for Egypt Pyramids won't work, but that's ...
2
votes
0answers
58 views
DBpedia french abstracts
I noticed a little problem on DBpedia datasets, and I was wondering if someone has already be confronted to it, and how you deal with it.
The problem is that french abstracts contain some noise in ...
2
votes
2answers
136 views
Getting HTTP Error 500 with SPARQL query to DBPedia endpoint using Python's SPARQLwrapper
I am trying to receive all properties whose labels contain a certain string. I use the following query:
SELECT ?p ?l count(?p) as ?count WHERE {
?someobj ?p ?s .
?p a ...
2
votes
0answers
78 views
Cannot retrive data from dbpedia
I need to get data about films from dbpedia.
I use SPARQL query as follows on http://dbpedia-live.openlinksw.com/sparql:
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX rdf: ...
2
votes
1answer
236 views
Example python script that uses DBPedia?
I am writing a python script to extract "Entity names" from a collection of thousands of news articles from a few countries and languages.
I would like to make use of the amazing DBPedia structured ...
2
votes
1answer
147 views
SPARQL question Dbpedia
I wanted to query the American Physicsts (http://dbpedia.org/page/Category:American_physicists) and get the list of physicists. Could any one let me know how this could be done ?
2
votes
1answer
133 views
Retrieve dbpedia rdf file
i'm trying to add more terms in Drupal taxonomy.
I integrated opencalais module and now i want to import rdf definitions found in dbpedia.
My question is: where exactly can i find the rdf file from ...
2
votes
2answers
89 views
Iphone Development using Data from Wiki using SPARQL
I am looking into developing Iphone app that will use Data from wikipedia. I learned that you can query wiki using sparql end point. Does any one know any websites that can be used to query such ...
2
votes
3answers
349 views
Optimization of SPARQL query. [ Estimated execution time exceeds the limit of 1500 (sec) ]
I am trying to run this query on http://dbpedia.org/sparql but I get an error that my query is too expensive. When I run the query trough http://dbpedia.org/snorql/ I get:
The estimated execution ...
2
votes
2answers
101 views
Dbpedia sparql and predicat connexion
I've got a problem with dbpedia sparql endpoint because the properties of the properties like the label of rdf:type are not stocked in the endpoint. So when I run this query :
SELECT *
...
2
votes
2answers
153 views
Can't execute a specific SPARQL query on DBPedia :/
On this site, for example, take the first SPARQL query and make something very similar:
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX p: <http://dbpedia.org/property/>
...
2
votes
1answer
266 views
DBPEDIA + SPARQL Selecting films in function of their genre
Is it possible to get the list of films in function of their genre?
I tried this:
SELECT DISTINCT ?film_title ?film_abstract ?film_genre
WHERE {
?film_title rdf:type ...
2
votes
1answer
168 views
Retrieving a DBpedia resource by its string name with SPARQL
I am trying to get the resource describing country Romania by the country name with this query:
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX : <http://dbpedia.org/resource/>
SELECT ...
2
votes
4answers
290 views
text classification java
I need to categorize a text or a word to a particular category. For Example, the text 'pink floyd' should be categorized as 'music' or 'wikimedia' as 'technology' or 'einstein' as 'science'.
How can ...
2
votes
3answers
237 views
How to select random DBPedia nodes from SPARQL?
How can I select random sample from DBpedia using the sparql endpoint?
This query
SELECT ?s WHERE { ?s ?p ?o . FILTER ( 1 > bif:rnd (10, ?s, ?p, ?o) ) } LIMIT 10
(found here)
seems to work ok ...
2
votes
2answers
199 views
Selecting some distinct and some not-distinct tags in SPARQL
I'm trying to query DBPedia for a list of properties relating to a given class in the ontology, but since the human-readable "labels" aren't always clear, I'd also like to provide an example from the ...
2
votes
2answers
245 views
DBpedia and SPARQL: Query with accent marks does not work
So I've tried a lot of different things and have been searching for a solution, but haven't had any luck...
My SPARQL query is
PREFIX dbp: <http://dbpedia.org/resource/>
PREFIX ...
2
votes
3answers
370 views
Dbpedia extraction framework - how to strip mediawiki formatting markup
I'm playing around with the dbpedia extraction framework. It seems very nice, and I'm happily building ASTs of wikipedia pages and extracting links (using WikiParser). However although I get a nice ...
2
votes
2answers
307 views
DBpedia query returns some musicals more than once despite filters
I'm trying to use a SPARQL query against DBpedia to retrieve a list of musicals and some associated properties. However, despite using the appropriate filters (as far as I can tell), the results ...
2
votes
1answer
640 views
How to process the rdf version of a DBpedia page with Jena?
In all dbpedia pages, e.g.
http://dbpedia.org/page/Ireland
there's a link to a RDF file.
In my application I need to analyse the rdf code and run some logic on it.
I could rely on the dbpedia SPARQL ...
2
votes
2answers
693 views
How to use DBPedia to extract Tags/Keywords from content?
I am exploring how I can use Wikipedia's taxonomy information to extract Tags/Keywords from my content.
I found articles about DBPedia. DBpedia is a community effort to extract structured information ...
2
votes
1answer
308 views
adding timeout to jena (for sparql) using dbpedia as end point?
I would like to know whether there is a way to use Jena to do a sparql query through dbpedia and using the timeout setting given in http://dbpedia.org/sparql (if you see this page, you could see that ...
2
votes
3answers
201 views
[SPARQL/DBPedia]can I catch the german wikipedia-URL from a result?
Hey,
can someone help me to catch the link for The German Wikipedia-Articel?
for example, i have a query for all german films:
SELECT ?film
WHERE { ?film skos:subject ...
2
votes
2answers
654 views
[SPARQL/DBPedia]make a query with a zip-code and get some information about the city
Hey,
i want to make a query with a zip-code to get some informations about the City.
But how it works?
Can someone tell me how the query must look?
Greetz sheepy
2
votes
1answer
98 views
Link weight between DBpedia objects
I am bit new to this semantic web topic and especially DBpedia, as much as I did reading about this I could not find any information about possibility to determine weight of link between DBpedia ...
1
vote
1answer
25 views
sparql query with special characters
I am trying to send a query through Ajax to dbperdia. It works fine but if the search term has special characters in it i get always an error message.
My code looks like
var IKS_QUERY = "PREFIX ...