Tagged Questions

"A triplestore is a purpose-built database for the storage and retrieval of Resource Description Framework (RDF) metadata" -- http://en.wikipedia.org/wiki/Triplestore. RDF stores simple statements each with three elements (subject, predicate and object) - hence "triple".

learn more… | top users | synonyms

7
votes
6answers
532 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
6
votes
2answers
744 views

Graph databases vs. triple stores

What's currently the best choice to persist graph-like structures? Graph databases (e.g. Neo4j) or RDF triple stores (e.g. Virtuoso)? For example, we have the following use case: the weakly ...
5
votes
4answers
117 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
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? ...
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 ...
3
votes
2answers
280 views

Update RDF in Tripelstore

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 ...
3
votes
5answers
369 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 ...
3
votes
3answers
244 views

.Net Triplestore?

Anyone aware of any .net triplestores out there? I know there is a lot of Java stuff, but I'm more interested in a .net version.
3
votes
7answers
2k 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.
2
votes
1answer
95 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 ...
2
votes
3answers
88 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 ...
2
votes
1answer
68 views

How big is a billion triples?

Is it possible to relate the size of a triple store to a rough equivalence in terms of a RDBMS? Or would this vary too much based on the type of data stored (in my case text content of a CMS) I'm ...
2
votes
1answer
146 views

Can triple stores be made scalable

Most triple stores I read about are said to be scalable to around .5 billion triples. I am interested to know if people think there is a theoretical reason to why they have to have an upper limit, ...
2
votes
1answer
472 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 ...
2
votes
5answers
671 views

Using F# for the semantic web implementing in memory triple stores

What is an effective means of implementing an in memory semantic web triple store using the basic .NET collection classes using F#? Are there any F# examples or projects already doing this?
1
vote
2answers
44 views

Relational Database to Triple Store

I am trying to write a java program to transform the information from a MySQL table into triples, so I can later import them into a triple store. Is it possible to do so without creating an auxilliary ...
1
vote
0answers
69 views

How can I integrate a symantic reasoner into Sesame?

I'm working on the API for TripleStore in Sesame. It has a reasoner which works with RDFs. As I also work with OWL. So I want to add another symantic reasoner such as Pellet or ITM ... It appears ...
1
vote
1answer
38 views

Triplestore write performance and locking

I have seen lots of triplestore benchmarks which focus on read and query performance. However, the application which I am looking at moving to a triplestore has very dynamic data and I am very ...
1
vote
3answers
167 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?
1
vote
1answer
84 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
1
vote
1answer
118 views

Why doesn't model-query return query results? (clj-plaza)

I am using clj-plaza (0.0.5-SNAPSHOT) to query a Sesame/Jena Model. The function model-query does not appear to execute the query. It returns the internal representation of a clj-plaza query instead. ...
1
vote
1answer
183 views

Managing transactions with AllegroGraph's Jena API

I'm uncertain as to the behaviour of the AllegroGraph triple store in regard to transactions. The tutorial talks about using two connections, but does not mention Jena models. If I use Model's ...
1
vote
3answers
157 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 ...
1
vote
3answers
268 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 ...
1
vote
2answers
163 views

Quick question about the RDF triple

Is it possible to use URI for the subject, predicate and object in RDF or should there be a keywork in atleast one of the triple for eg David http://www.someuri.com/predicate ...
0
votes
1answer
48 views

Implementing a Triplestore Atom

I'm trying to implement my own triplestore ontop of a SQL database (yes I know there are finished projects out there) and I'm trying to decide on the best way to implement a symbolic "atom". In a ...
0
votes
1answer
61 views

optimal data storage - triple store / relational db / other?

I'm building a web-app with PHP on an Apache server. The app contains a lot of optional data about persons. Depending on the category of the person (one person can be in may categories), they can ...
0
votes
1answer
126 views

Converting a SQLite Database to a triple store

Can somebody please describe the steps neccessary to convert a SQLite Database to a triple store? Is there a tool that can accomplish the task?
0
votes
1answer
192 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 ...
0
votes
1answer
98 views

Filtering SPARQL Results

I have following example triples r1 -> property -> resourceA r1 -> property -> resourceB r1 -> property -> resourceC resourceA -> name -> word1 resourceB -> name -> ...