Tagged Questions
0
votes
1answer
29 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
48 views
Which SPARQL implementation (triplestore) is ideal for read performance?
I'm new to RDf and I'm looking for an open source RDF databse, that has excellent read performance. There would be about 10 billion triples and 100+ SPARQL queries per second. Right now, I don't need ...
1
vote
1answer
42 views
rdf triple dataset
I need a dataset for a project which has a decent number(around a million) of RDF triples. I found a number of datasets on the net but all of them had the data in the triples in the form of URI's. I ...
2
votes
2answers
91 views
Efficient Storage and Querying of RDF triples
For my project I have a relational DB. Frequently my relational DB schema is changing. So recently I stored all the relational database tables data into one big RDF table. Table stored data as a ...
3
votes
0answers
23 views
How is the table RDF_PREFIX used in Virtuoso?
Virtuoso stores RDF triples in RDF_QUAD table. In this table, IRIs are stored as IRI_ID's datatype and the values are stored in RDF_IRI table.
But I don't understand the use of RDF_PREFIX table. Is ...
1
vote
2answers
151 views
django RDF support?
I'm looking for a tool that would help to provide RDF support to Django projects.
So far I've found two:
django-rdf - last modification was 4 yesrs ago so it looks like a dead project.
djubby - ...
3
votes
1answer
76 views
Map blank nodes from stardog to pubby
So I have this .rdf that I have loaded onto Stardog and then I am using Pubby running over Jetty, to browse the triple store.
In my rdf file, I have several blank nodes which is given a blank node ...
0
votes
0answers
41 views
0
votes
1answer
137 views
Cross-platform method for loading large RDF into triple stores
Currently, we're using Virtuoso to store RDF triples. We want an automated way to load RDF files to the database. The data can be very large, so currently we are relying on the Virtuoso bulk data ...
3
votes
1answer
316 views
loading rdf triples into virtuoso opensource
I'm trying to create a local mirror of http://linkedgeodata.org from this dump: http://downloads.linkedgeodata.org/dumps/latest/LGD-Dump-Complete-2011-01-02.nt.bz2
That's around 61000000 triples. ...
5
votes
2answers
198 views
How is OWL actually used when building a semantic web application?
I've been reading about semantic web technologies such as RDF and OWL, and am intrigued about the possibilities of building an RDF / triple-store semantic database on top of my existing relational ...
1
vote
1answer
213 views
Database structure of a triple store?
I want to use RDF / triples in my Symfony2 project in order to organize things (in my case it is Tags).
I would see something like this :
ENTITY TAG <-------------- TAG_TAG --------------> ...
1
vote
1answer
72 views
Firing SPARQL query from an interface
I have a RDF triple store, and I want to have an interface in which by clicking a button a SPARQL query will run.
For example, in the interface I have a NAME button and when I click on that button a ...
3
votes
1answer
95 views
Integers and Datetime literals in RDF XML
I've started to toy around with triplestores and RDF to store image metadata, but I can't understand how to put integer values in XML.
<?xml version="1.0"?>
<rdf:RDF ...
0
votes
1answer
117 views
equivalent Classes in RDF triples
I have a number of classes inside an ontology file and the same number of classes with different names inside xml files. I have created a RDF triple store from the XML files. Now I need to change the ...
5
votes
2answers
306 views
RDF databases on Android
I'm working on a project on mobile RDF databases for Android. Therefore I'm looking for open source databases to include in my Android project. However, it's difficult for me to find mobile versions ...
3
votes
2answers
221 views
How are RDF and RDFS related?
I've been reading about Semantic Web technologies such as RDF/RDFS and "ontology", but was wondering how each of these are related? At the moment the terms all seem interchangeable, or I'm not ...
2
votes
1answer
150 views
SPARQL DELETE query Error: EOF while parsing
I'm trying to delete some triples using this query:
deleteQuery = """DELETE { ?a ?b ?c } WHERE { mynamespace:List mynamespace:Item ?c.
?a ?b ?c }"""
My namespace is already defined, so that's not ...
4
votes
5answers
970 views
How to store data like Freebase does?
I admit that this is basically a duplicate question of Use freebase data on local server? but I need more detailed answers than have already been given there
I've fallen absolutely in love with ...
4
votes
3answers
1k views
SPARQL select optional with language
I have some triples that look like this:
test:thing rdfs:label "Non-Language Label"
test:thing rdfs:label "English Label"@en
test:thing rdfs:label "French Label"@fr
I'd like to form a sparql query ...
5
votes
2answers
884 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 ...
3
votes
2answers
2k views
Update RDF in Triplestore
I'm experimenting with Sesame and Virtuoso Triplestores. At the Moment I use the Sesame Java API to add RDF Data to both Triplestores.
My RDF Data represents different things like Videodata, Userdata ...
1
vote
3answers
365 views
what means the use of a Triplestore
the use of a triplestore means that we are going to use a database that have a table with 3 coluns and 7 indexes?
I mean using a triple store always is relationed with that relational model?
3
votes
1answer
142 views
what is the persistent model of garlik 4store
I need to know how 4store make the persistence of it's triples in the database, if it's like a table of 3 coluns, one for each element in the triple or if it's another way
5
votes
4answers
161 views
Is there any web semantic framework who doesn't represent triple like a tri-node structure?
In my work we are building a huge aplication that will use billions of triples, to optmize the space required to store these triples I've been searching for a different way to represent them, any way ...
5
votes
5answers
925 views
Any alternatives to Virtuoso as a graph store?
I like it (very much) that is supports SPARQL/Update and the SPARQL endpoint that comes with it, but
I'm a little worried about vendor lock in
I think it is overkill for my requirements (I want a ...
10
votes
6answers
2k views
Triplestore for Large Datasets
I want to ask about a good triplestore to use for large datasets, it should:
Scale well (millions of triples)
Have a Java interface
0
votes
1answer
508 views
How can one extract rdf:about or rdf:ID properties from triples using SPARQL?
It seemed a trivial matter at the beginning but so far I have not managed to get the unique identifier for a given resource using SPARQL. What I mean is given, e.g., rdf:Description ...
2
votes
1answer
665 views
RDF Triple Visualizer - ARC2
Hi there does anyone know of any good software for visualising an rdf triple store as an actual graph? I am using an arc2 triplestore and have already tried the visualizer plug in that is available ...
4
votes
3answers
344 views
triplestore with revisions
I need to store RDF triples, while keeping track of modifications. Is there anything out there for this service? Alternatively, how would you keep track of revision while using a context-aware ...
2
votes
3answers
471 views
Duplicate triple in RDF, authoritative view?
if a triple store contains twice the same triple, what is (if any exist) the authoritative position about this redundancy ?
Additionally, should a triplestore be allowed to store twice the same ...
6
votes
2answers
2k views
What are the strengths and weaknesses of a triplestore database?
What are the strengths and weaknesses of a triplestore database, such as Mulgara? In which situations would its performance be significantly different from that of a traditional relational database?
...
7
votes
9answers
3k views
Which Triplestore for rapid semantic web development?
Ease of installation/use is the most important factor here - not performance.
Small is OK as large datasets are not expected.