UNPKG

rdf-stores

Version:

A TypeScript/JavaScript implementation of the RDF/JS store interface with support for quoted triples.

21 lines (20 loc) 1.07 kB
export * from './lib/dataset/DatasetCoreWrapper'; export * from './lib/dictionary/ITermDictionary'; export * from './lib/dictionary/TermDictionaryNumberMap'; export * from './lib/dictionary/TermDictionaryNumberRecord'; export * from './lib/dictionary/TermDictionaryNumberRecordFullTerms'; export * from './lib/dictionary/TermDictionaryQuoted'; export * from './lib/dictionary/TermDictionaryQuotedIndexed'; export * from './lib/dictionary/TermDictionaryQuotedReferential'; export * from './lib/dictionary/TermDictionarySymbol'; export * from './lib/index/IRdfStoreIndex'; export * from './lib/index/RdfStoreIndexNestedMap'; export * from './lib/index/RdfStoreIndexNestedMapQuoted'; export * from './lib/index/RdfStoreIndexNestedMapRecursive'; export * from './lib/index/RdfStoreIndexNestedMapRecursiveQuoted'; export * from './lib/index/RdfStoreIndexNestedRecord'; export * from './lib/index/RdfStoreIndexNestedRecordQuoted'; export * from './lib/IRdfStoreOptions'; export * from './lib/OrderUtils'; export * from './lib/PatternTerm'; export * from './lib/RdfStore';