Questions tagged [triplestore]

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

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

292 questions
78
votes
2 answers

Graph Databases vs Triple Stores - when to use which?

I know that there are similar questions around on Stackoverflow but I don't feel they answer the following. Graph Databases to my understanding store data following mostly this schema: Table/Collection 1: store nodes with UID Table/Collection 2:…
B M
  • 3,893
  • 3
  • 33
  • 47
40
votes
6 answers

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 understanding a fundamental concept here.
Webster Thesaurus
  • 431
  • 1
  • 4
  • 4
26
votes
2 answers

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 connected graph (similar to the one of scholarly papers in…
Nikita Zhiltsov
  • 654
  • 9
  • 15
25
votes
3 answers

What is the difference between triplestores and graph databases?

There are triplestores (semantic databases), and there are general-purpose graph databases. Both are based on the similar concepts of linking one "item" to another via a relationship. Triplestores support RDF and are queried by SPARQL, but such…
Bozho
  • 588,226
  • 146
  • 1,060
  • 1,140
20
votes
3 answers

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 that gives me the "Non-Language Label" AND the…
Devin McQueeney
  • 1,277
  • 2
  • 14
  • 31
14
votes
3 answers

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 DBs. It's simply an R&D exercise, to see what I can…
user888734
  • 3,797
  • 5
  • 36
  • 67
13
votes
6 answers

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
myahya
  • 3,079
  • 7
  • 38
  • 51
11
votes
5 answers

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 graph store with half a billion triples) I would…
Ashkan Kh. Nazary
  • 21,844
  • 13
  • 44
  • 68
11
votes
9 answers

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.
Stephen
  • 1,215
  • 2
  • 25
  • 40
9
votes
2 answers

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 etc. At the moment I can add a RDF of a Video…
mjspier
  • 6,386
  • 5
  • 33
  • 43
8
votes
3 answers

Import Freebase to Triplestore

I'm currently planning a big project containing big data. I already used the search and all results tell me that it's not possible to import Freebase into any triplestore without usage of 3rd Party Tools like BaseKB or Freebase to RDF As I can see,…
smith64fx
  • 329
  • 2
  • 10
7
votes
6 answers

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 Freebase. What I want now is to essentially create a…
Bruce van der Kooij
  • 2,192
  • 1
  • 18
  • 29
7
votes
3 answers

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 - looks like a all-or-nothing project - either you…
mnowotka
  • 16,430
  • 18
  • 88
  • 134
7
votes
1 answer

loading rdf triples into virtuoso opensource

I'm trying to create a local mirror of LinkedGeoData.org from this dump. That's around 61,000,000 triples. Virtuoso is supposed to easily handle a lot more than that, but every single time it stops loading after around 40,000,000 triples. I'm using…
ailnlv
  • 1,779
  • 1
  • 15
  • 29
1
2 3
19 20