@prefix dbpprop:	<http://dbpedia.org/property/> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
dbpedia:Triple_Store	dbpprop:redirect	dbpedia:Triplestore .
dbpedia:RDF_Database	dbpprop:redirect	dbpedia:Triplestore .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbpedia:Triplestore	owl:sameAs	<http://rdf.freebase.com/ns/guid.9202a8c04000641f8000000008022c0a> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns4:	<http://en.wikipedia.org/wiki/> .
dbpedia:Triplestore	foaf:page	ns4:Triplestore ;
	dbpprop:reference	<http://swat.cse.lehigh.edu/projects/lubm/> .
@prefix ns5:	<http://arc.semsol.org/docs/v2/> .
dbpedia:Triplestore	dbpprop:reference	ns5:store .
@prefix ns6:	<http://esw.w3.org/topic/> .
dbpedia:Triplestore	dbpprop:reference	ns6:LargeTripleStores ,
		<http://www.semantic-systems-biology.org> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:Triplestore	rdfs:label	"Triplestore"@en ;
	dbpprop:abstract	"A triplestore is a purpose-built database for the storage and retrieval of Resource Description Framework (RDF) metadata. Much like a relational database, one stores information in a triplestore and retrieves it via a query language. Unlike a relational database, a triplestore is optimized for the storage and retrieval of many short statements called triples, in the form of subject-predicate-object, like \"Bob is 35\" or \"Bob knows Fred\". Some triplestores can store billions of triples. The performance of a particular triplestore can be measured with the Lehigh University Benchmark, or with real data from UniProt."@en ;
	rdfs:comment	"A triplestore is a purpose-built database for the storage and retrieval of Resource Description Framework (RDF) metadata. Much like a relational database, one stores information in a triplestore and retrieves it via a query language. Unlike a relational database, a triplestore is optimized for the storage and retrieval of many short statements called triples, in the form of subject-predicate-object, like \"Bob is 35\" or \"Bob knows Fred\". Some triplestores can store billions of triples."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns9:	<http://dbpedia.org/resource/Category:> .
dbpedia:Triplestore	skos:subject	ns9:Semantic_Web ,
		ns9:Database_theory ,
		ns9:Databases ,
		ns9:Metadata ,
		ns9:Database_management_systems .
dbpedia:RDF_Data_Store	dbpprop:redirect	dbpedia:Triplestore .
dbpedia:RDF_Datastore	dbpprop:redirect	dbpedia:Triplestore .
dbpedia:Triple_stores	dbpprop:redirect	dbpedia:Triplestore .