Module rdftk_core::model::features[][src]

Expand description

One-line description.

More detailed description, with

Example

Structs

FEATURE_COMBINED_DEFAULT

If true, a data set’s default graph is a combination of all named graphs. This implies that set_default_graph and unset_default_graph have no effect.

FEATURE_GRAPH_DUPLICATES

Denotes that this graph accepts duplicate statements.

FEATURE_IDX_GRAPH

Used to determine whether a specific index combination is supported.

FEATURE_IDX_OBJECT

Used to determine whether a specific index combination is supported.

FEATURE_IDX_OBJECT_GRAPH

Used to determine whether a specific index combination is supported.

FEATURE_IDX_PREDICATE

Used to determine whether a specific index combination is supported.

FEATURE_IDX_PREDICATE_GRAPH

Used to determine whether a specific index combination is supported.

FEATURE_IDX_PREDICATE_OBJECT

Used to determine whether a specific index combination is supported.

FEATURE_IDX_PREDICATE_OBJECT_GRAPH

Used to determine whether a specific index combination is supported.

FEATURE_IDX_SUBJECT

Used to determine whether a specific index combination is supported.

FEATURE_IDX_SUBJECT_GRAPH

Used to determine whether a specific index combination is supported.

FEATURE_IDX_SUBJECT_OBJECT

Used to determine whether a specific index combination is supported.

FEATURE_IDX_SUBJECT_OBJECT_GRAPH

Used to determine whether a specific index combination is supported.

FEATURE_IDX_SUBJECT_PREDICATE

Used to determine whether a specific index combination is supported.

FEATURE_IDX_SUBJECT_PREDICATE_GRAPH

Used to determine whether a specific index combination is supported.

FEATURE_IDX_SUBJECT_PREDICATE_OBJECT

Used to determine whether a specific index combination is supported.

FEATURE_IDX_SUBJECT_PREDICATE_OBJECT_GRAPH

Used to determine whether a specific index combination is supported.

FEATURE_N3_FORMULAE

This graph, or corresponding statement, supports N3 Formula

FEATURE_RDF_STAR

This graph, or corresponding statement, supports RDF-star.

Traits

Featured

Not all the features expressed in the Graph APIs are required to be implemented by a particular type. This trait allows a client to determine which features are supported.