Store

Inheritance diagram of Store, store.EmptyStore, store.MixerStore, store.HttpxSPARQL_Store, store.RDFLibSPARQL_Store, store.RDF_Store, store.DBpediaRDF_Store, store.PubChemRDF_Store, store.WikidataRDF_Store, store.SPARQL_Store, store.DBpediaSPARQL_Store, store.PubChemSPARQL_Store, store.WikidataSPARQL_Store, store.WDQS_Store

Store classes.

Store

Abstract base class for stores.

store.EmptyStore

Empty store.

store.MixerStore

Mixer store.

store.HttpxSPARQL_Store

SPARQL store with httpx backend.

store.RDFLibSPARQL_Store

SPARQL store with RDFLib backend.

store.RDF_Store

RDF store.

store.DBpediaRDF_Store

Alias for RDF_Store with DBpedia mappings.

store.PubChemRDF_Store

Alias for RDF_Store with PubChem mappings.

store.WikidataRDF_Store

Alias for RDF_Store with Wikidata mappings.

store.SPARQL_Store

SPARQL store.

store.DBpediaSPARQL_Store

Alias for SPARQL_Store with DBpedia mappings.

store.PubChemSPARQL_Store

Alias for SPARQL_Store with PubChem mappings.

store.WikidataSPARQL_Store

Alias for SPARQL_Store with Wikidata mappings.

store.WDQS_Store

Alias for WikidataSPARQL_Store with stricter mappings.

Properties

Extra references

Store.extra_references

The extra references of store.

Store.default_extra_references

The default value for Store.extra_references.

Flags

Store.flags

The store flags.

Store.default_flags

The default value for Store.flags.

Store.has_flags

Tests whether flags are set in store.

Store.set_flags

Sets flags in store.

Store.unset_flags

Unsets flags in store.

Limit

Store.limit

The limit of store (maximum number of responses).

Store.max_limit

The maximum value for Store.limit.

Store.default_limit

The default value for Store.limit.

Page size

Store.page_size

The page size of store (size of response pages).

Store.default_page_size

The default value for Store.page_size.

Store.max_page_size

The maximum value for Store.page_size.

Timeout

Store.timeout

The timeout of store (in seconds).

Store.default_timeout

The default value for Store.timeout.

Store.max_timeout

The maximum value for Store.timeout.

Methods

Store.ask

Tests whether some statement matches filter.

Store.contains

Tests whether statement occurs in store.

Store.count

Counts statements matching filter.

Store.filter

Searches for statements matching filter.

Store.filter_annotated

Store.filter() with annotations.