Store

Inheritance diagram of Store, store.EmptyStore, store.SPARQL_Store, store.WikidataStore, store.RDF_Store, store.SPARQL_MapperStore, store.MixerStore

Store classes.

Store

Abstract base class for stores.

store.EmptyStore

Empty store.

store.SPARQL_Store

SPARQL store.

store.WikidataStore

Wikidata store.

store.RDF_Store

RDF store.

store.SPARQL_MapperStore

SPARQL mapper store.

store.MixerStore

Mixer store.

Properties

Extra references

Store.extra_references

The extra references to attach to statements.

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 (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 paginated responses.

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 responses (in seconds).

Store.default_timeout

The default value for Store.timeout.

Store.max_timeout

The maximum value for Store.timeout.

Methods

Store.match

Searches for terms matching pattern.

Store.filter

Searches for statements matching filter.

Store.filter_annotated

Store.filter() with annotations.