Top "Triplestore" questions

"A triplestore is a purpose-built database for the storage and retrieval of Resource Description Framework (RDF) metadata" -- Wikipedia.

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 …

neo4j sparql graph-databases orientdb triplestore
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 …

rdf semantic-web triplestore rdfs
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> . <…

rdf sparql triplestore triples
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"@…

rdf sparql owl triplestore
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 …

graph neo4j semantics graph-databases triplestore