Tagged Questions
1
vote
1answer
26 views
ParserConfig error in Sesame 2.7 when trying to upload RDF files from DBpedia
I am trying to upload into my Sesame repository a set of RDF file coming from DBpedia. The problem is: for almost every RDF file, Sesame give the following error:
'whatever_file_is': 'some_value' was ...
2
votes
2answers
47 views
Which .nt file from the DBpedia dataset contains the triples about DBpedia classes?
I am working on a DBpedia dataset and using Apache Jena to execute SPARQL over a local Jena TDB dataset. I have downloaded only some of the files from DBpedia Downloads so that I could keep the size ...
0
votes
1answer
31 views
What is Sparql Query to get Company and its subidiary through dbpedia triple store
I am new to RDF
I am trying to get companies and number of its subsidaries through dbpedia
I started with writing below queries in sparql at http://dbpedia.org/sparql or DBpedia SPARQL Explorer
...
1
vote
1answer
122 views
From jena QuerySolution to Model tdb rdf
I use dbpedia to obtain some specific results, and I want to store them in a local tdb. but i can't find a way to add the results to my local tdb.
package festifolk.tdb;
import ...
0
votes
1answer
32 views
Error in SPARQL Query
I'm getting an error with my SPARQL query but can't find it out:
Query
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX rdfs: ...
0
votes
1answer
57 views
DBpedia, get country of a site having a latitude and longitude
I want to get the Country which contains a latitude and longitude. Currently, I have the query below which works,
SELECT DISTINCT ?lat,?long,?place WHERE {
:Taj_Mahal dbpprop:latitude ?lat .
...
0
votes
1answer
33 views
DBpedia, getting the direct or indirect types of Place
I want to get only the direct or indirect subclass of http://dbpedia.org/ontology/Place
SELECT DISTINCT ?type,?label WHERE {
:Mauritius rdf:type ?type .
?type rdfs:label ?label .
...
1
vote
0answers
44 views
dbpedia sparql search similar to dbpedia lookup facility
Dbpedia offers a look up facility like http://lookup.dbpedia.org/api/search.asmx/KeywordSearch?QueryString=panda that returns a result set. Can the same result set be obtained by using sparql to query ...
1
vote
1answer
65 views
DBpedia Jena Query returning null
I'm just trying to run a small query on DBpedia, the query itself works, see it here, but I don't why its returning when doing so with Jena, I'm getting null.
String service = ...
1
vote
1answer
100 views
Query cities and their country from dbpedia
I'm trying to construct an ontology in OWL for countries and cities(If such an implementation already exist, please point it to me)
To get the data, I'm trying to use sparql with the following code:
...
0
votes
0answers
35 views
Auto generated tags for the contents in .NET [closed]
I have many articles about important and known persons. Is there any solution to generate tags for each article? Where should I begin?
1
vote
1answer
89 views
Extract content from DBPedia's big dump file in .NET
I want to extract labels, abstracts, categories and relevant dates to each article from DBPedia dump file.
I'm using dotnetrdf and I want to save the extracted data to MS SQL database (I don't want ...
2
votes
1answer
26 views
Different result in DBPedia using WebClient and browser
I want to extract some information which exists in DBPedia. So, I've written an application using .NET's System.Net.WebClient which gets urls and returns the content of url in N-Triples format (plain ...
2
votes
1answer
65 views
SparQL - list cities
I'm trying to list all the cities in Denmark from Wikipedia/dbpedia by using SPARQL.
I've tried a lot of things and I can't get it to work. This is what I have come up with:
SELECT *
WHERE
{
...
1
vote
1answer
87 views
How can I filter disambiguated names in dbpedia
I am trying to use the following SPARQL query to find the Rhône department in France.
SELECT * WHERE {
?x rdfs:label "Rhone"@en.
?x rdf:type dbpedia-owl:Place.
?x dbpedia-owl:abstract ...
3
votes
4answers
197 views
How to run a sparQL query?
I discovered the SparQL syntax at the Mozilla Festival 12.
The demonstrator was using a proprietary web-based interface and I was wondering if there is open services or maybe (cross-platform) GUI ...
1
vote
1answer
96 views
Query city/state/country abstracts in English
I am trying to query city, state and country abstracts in English from DBpedia with mixed results. It seems to work well with City and Country but not with State.
SELECT * WHERE {
?x rdfs:label ...
0
votes
1answer
41 views
How to validate whether a string is a dateTime object or not?
I get some invalid dateString from freebase data.
Output of the following sparql query is
Query:
select ?dob dataType(?dob) as ?dataType {
<http://freebase.com/ns/m/011k9p> ...
1
vote
1answer
54 views
Virtuoso 22007 Error DT006 (How to validate datetime object in sparql)
I get the following error.
Virtuoso 22007 Error DT006: Cannot convert -0359 to datetime : Incorrect month field length
SPARQL query:
define sql:big-data-const 0
#output-format:text/html
define ...
2
votes
2answers
89 views
Find the alive people using SPARQL (choose the items that doesn't have an edge)
Following sparql query will give the persons who are dead.
select distinct ?item{
?item <http://freebase.com/ns/common/topic/notable_types> <http://freebase.com/ns/people/person> .
?item ...
2
votes
1answer
26 views
What is blankInfoSec property used for in dbpedia and others
The question is in the title.
The property http://dbpedia.org/property/blankInfoSec can be found in some documents.
for example http://dbpedia.org/page/Barcelona.
What is the meaning of this ...
2
votes
2answers
118 views
A robust search on DBpedia by title
I need to write a SPARQL query to get movies from dbpedia.
I have wrote almost all the query but I have this problem:
I have all of these titles, and they have to give me the same wikipedia resource:
...
2
votes
1answer
264 views
“DESCRIBE” SPARQL query on Dbpedia
I want to extract dbpedia data to RDF using "DESCRIBE" query.
For instance, if i type:
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX db: <http://dbpedia.org/ontology/> ...
1
vote
1answer
259 views
Python library/code to parse .nt files from dbpedia
I want to parse the dbpedia data which is present in .nt format(N-Tuples). I have downloaded the .nt file and is there in my local disk.
For example, I want to find out all entities and their ...
4
votes
1answer
109 views
Can't get this SPARQL query to work
Okay, I'm just learning to use SPARQL to query data from dbpedia.org and I'm using dbpedia's http://dbpedia.org/snorql/ to run my queries in. I am trying to get a list of MusicalArtists based on ...
3
votes
1answer
312 views
Query dbpedia to find possible contexts to disambiguate a word
Good day, stackoverflow,
I need to suggest to user different contexts for a word, so that he could have a possibility to disambuguate it.
For example: a word "less" can be Unix program, css ...
2
votes
3answers
220 views
How to get all rdf file about berlin from dbpedia
in this page: http://thedatahub.org/dataset/dbpedia I can find information about dbpedia such as sparql endpoint and so on. Where and how I should ask to get all rdf file where is mention something ...
2
votes
1answer
238 views
downloading and setting up the dbpedia dump
I am trying to download the DBpedia dumb to my local computer so that I can do queries locally.
After taking a look at the Downloads I have some questions.
-What exactly do download ?
-How to load ...
3
votes
1answer
121 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: ...
3
votes
1answer
588 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
195 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
91 views
DBpedia french abstracts [closed]
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
1answer
370 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 ...
1
vote
1answer
198 views
Querying TDB from Java returning nothing
I am trying to query a TDB database that has a few entries of RDF from a DBpedia dataset for testing, later on it will have much more entries.
I am using a suggestion found in How to use Jena TDB to ...
6
votes
1answer
847 views
Querying DBpedia for English-only description (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> ...
6
votes
1answer
861 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> .
...
4
votes
2answers
683 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 ...
4
votes
4answers
1k 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 ...
1
vote
1answer
1k views
Jena, DBpedia: RDF and model name
I'm using dbpedia in my app, and I'm using Jena for the semantic logic.
In Jena, the classes are:
Model: a set of statements
http://jena.sourceforge.net/javadoc/com/hp/hpl/jena/rdf/model/Model.html
...
3
votes
1answer
1k 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 ...
1
vote
1answer
423 views
how can I extract data of list pages from wikipedia?
what exactly I want to do is:
input: wikipedia xml dump
output: a list of triples like this:
<http://dbpedia.org/resource/Lists_of_computer_languages> ...
2
votes
2answers
916 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

