Tagged Questions

SPARQL is a query language for RDF semantic web data. It is currently an official W3C Recommendation. The acronym is pronounced "sparkle".

learn more… | top users | synonyms

24
votes
8answers
2k views

What is the semantic web?

I've heard a lot about the semantic web but I'm still not exactly sure what it is. How will it be different to the web we know now?
9
votes
6answers
994 views

Is there any killer application for Ontology/semantics/OWL/RDF yet?

I got interested in semantic technologies after reading a lot of books, blogs and articles on the net saying that it would make data machine-understandable, allow intelligent agents make great ...
8
votes
3answers
784 views

exploratory SPARQL queries?

whenever i start using sql i tend to throw a couple of exploratory statements at the database in order to understand what is avaliable, and what form the data takes. eg. show tables describe table ...
6
votes
0answers
49 views

How to use Turtle sparql php

I'm trying to filter this database written in Turtle @prefix : <http://www.essepuntato.it/resource/> . @prefix vcard: <http://www.w3.org/2006/vcard/ns#> . @prefix cs: ...
6
votes
1answer
327 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> ...
5
votes
2answers
52 views

How do I limit the number of results for a specific variable in a SPARQL query?

Let's say I have a SPARQL query like this, looking for resources that have some shared property with a focal resource, and also getting some other statements about the focal resource : CONSTRUCT { ...
5
votes
3answers
404 views

Understanding what SPARQL is

This is a terribly beginner series of questions, but after reading through a good 30 SPARQL tutorials I can't seem to wrap my head around what SPARQL is or how to begin using it. Is it executed on ...
4
votes
2answers
35 views

Intregating with another Semantic Web source

I want to try and integrate my rdf data which is in an .rdf file format with dbpedia so i can build make semantic knowledge of my rdf data. Does anyone know how I would go about doing this within ...
4
votes
1answer
60 views

getting xml:lang attribute with a sparql request

i'd like to know if it's possible using a sparql query to get the language tag on some litteral in my graph. for instance, i could have things like : <skos:prefLabel ...
4
votes
3answers
70 views

Measuring distances among classes in RDF/OWL graphs

Maybe someone could give me a hint. Is it possible to measure the distance between 2 concepts/classes that belong to the same ontology? For example, let's suppose I have an ontology with the ...
4
votes
2answers
91 views

selecting using sparql based on 'triple does not exist'

I need a little help selecting the right triples from my store.... <a> a <type/1> . <b> a <type/1> . <c> a <type/1> . <c> a <type/2> . i want to ...
4
votes
2answers
147 views

Parsing SPARQL queries

I need to test for a certain structural property of a couple million SPARQL queries, and for that I need the structure of the WHERE statement. I'm currently trying to use fyzz to do this, but ...
4
votes
1answer
127 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 ...
4
votes
1answer
225 views

how to extract synonyms from MeSH ontology?

In this level of my work, I need to extract a class synonyms from MeSH ontology. I am searching for the right syntax for the SPARQL query: how synonyms are they stored in MeSH? and how can I extract ...
4
votes
3answers
290 views

How do I get started with Sparql as a .NET Developer?

I'm trying to parse Project Gutenberg's large RDF file. Another member of my team is pretty stuck, having tried Semweb and a python library. Being a little naive about rdf, I tried to write a plain ...
4
votes
2answers
1k views

Usage of MongoDB as a RDFStore for data objects

Is there any tool to query MongoDB using SPARQL ? I store object using an RDF schema (boo Mongo no schema ^^), and now i looking for a tool/server to query the datastore using SPARQL. I started to ...
4
votes
2answers
488 views

Very basic SPARQL beginner problem (or RDF modelling problem)

Hi to you all (and thanks for this great website since there doesn't seem to exist a forum on beginner-SPARQL-questions), i hope someone can help me on this probably totally easy-to-solve problem: I ...
3
votes
2answers
26 views

Querying with Spaces Sparql

Say if I want to return the result having fun of the triple I don't know how to take account of the space in between both those words. Below is a query I tried but didnt work let me know if anyone can ...
3
votes
1answer
21 views

SPARQL Querying Transitive different versions of arq

Basically I got a SPARQL query below which works with the arq 2.8.8 but doesn't work with arq2.8.4 as it doesnt recognise the + symbol. I really want a query which can work on the arq 2.8.4 version ...
3
votes
1answer
54 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
57 views

SPARQL Querying for RDF File

I have a RDF File like the one shown below. But I am finding it hard to do queries on it. For example could anyone tell me a simple query where I could extract the about ...
3
votes
1answer
32 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
40 views

Is it possible to combine those 2 SPARQL update queries into one?

I want to perform an update to remove the link (predicate) between two nodes in my RDF Store. The link is bidirectional (skos:narrower, and skos:broader). I would like to make a unique query, to ...
3
votes
2answers
60 views

How to perform arithmetic operations in Sparql with python?

I am writting a public domain calculator, whose code is available at: https://github.com/okfn/pdcalc/blob/master/pd/map.rdf The code is currently unable to properly determine the public domain ...
3
votes
2answers
119 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
77 views

SPARQL query, how to

This might be a rather novice question but RDF graphs and sparql queries just confuse me. This is the relevant part of an RDF file that I need to search: <earl:Assertion> <earl:subject ...
3
votes
2answers
49 views

Sparql without FROM keyword

Glad if someone can clarify. I always read that SQL and SPARQL are very similar. However, a lot of times i have seen sparql query without the FROM keyword. You would assume that you have to query the ...
3
votes
2answers
73 views

RDF integers in R

I'm loading data through rrdf in my R app. I can handle the URIs no problem, but when it comes to integers I don't know how to convert them into R integers. E.g. ...
3
votes
1answer
55 views

SPARQL equivalence for the SQL IN() operator

Is there a SPARQL equivalence for the SQL IN() operator? I filter my results and now use: FILTER ( lang(?label) = 'en' ) I want something like: FILTER ( lang(?label) IN ('en', 'de') ) Is this ...
3
votes
1answer
103 views

SPARQL, RDF & processing Data

I'm new to this entire semantics stuff, and i've been plunged into a project which requires me to use the SPARQL endpoint from dbpedia to retrieve information about certain things such as a City for ...
3
votes
1answer
193 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
167 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
102 views

Rewrite SPARQL DESCRIBE query as CONSTRUCT

For some reason I can't issue DESCRIBE queries using Redland ( librdf.org ), is it possible to rewrite DESCRIBE as a CONSTRUCT QUERY for a given URI? DESCRIBE <urn:my-uri> I was thinking ...
3
votes
1answer
112 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
157 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
376 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
3answers
334 views

SPARQL query with COUNT and ORDER returns odd result

The following query counts all triples in a store SELECT count(*) where { ?s ?p <http://dbpedia.org/resource/Cat> } And returns the expected results ...
3
votes
4answers
456 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
396 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 ...
3
votes
2answers
290 views

Using the 'GRAPH' keyword in SPARQL to fetch remote graphs

I'm looking to use SPARQL for a relatively basic task: Given a FOAF graph, I'd like to parse the elements I find in there, get their tags (if they exist) and then, use those as new graphs from which ...
3
votes
4answers
324 views

I'm looking for a SPARQL query programm

I have various sparql queries that i'd like to test. Is there a website or simple programm that allows me to test these queries? I dont want a validator like this one, but I'd like to really execute ...
3
votes
1answer
114 views

No results when running a SPARQL on an rdf document

I'm new to SPARQL querys and I'm using twinkle SPARQL to run a query on an rdf document that contians: <defaultNamespac:courses rdf:ID="Cources"> <defaultNamespac:course ...
3
votes
1answer
276 views

Wordnet access using queries

Has anyone seen a library to access wordnet using some sort of query language? My idea is that there should be a way to write something like> SELECT hyperonyms(word, level) WHERE word = 'art' I've ...
3
votes
2answers
275 views

a good solution to set up a rdf triplestore in python?

i'm looking for something as easy and tidy as the ARC2 class for PHP to use in python. so far i've taken a look at rdflib, but the lack of support for SPARQL and inaccurate docs are putting me off! ...
3
votes
4answers
1k views

SPARQL Negation: All foaf:Agents which aren't foaf:Persons

I am trying to write a SPARQL query which should give me all foaf:Agents which aren't foaf:Persons. I can't see a way to apply this OPTIONAL/BOUND construct to this problem, because all the ...
2
votes
1answer
21 views

Retrieve data from linkedgeodata.org

I am trying to retrieve data from linkedgeodata.org/sparql Prefix lgdo: <http://linkedgeodata.org/ontology/> Select * From <http://linkedgeodata.org> { ?s a lgdo:Restaurant . ?s ...
2
votes
1answer
32 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
29 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
42 views

how to make use of rdf data of dmoz with mysql and php?

I have searched through the web, but still not be able to get a solid answer. My goal is to make use of rdf data from dmoz, so here are 2 questions: how to import the rdf into mysql? (any solid tool ...
2
votes
1answer
35 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 ...

1 2 3 4 5 6