type IriString = `${'http' | 'https'}://${string}`; type Property = IriString; type Class = IriString; type OtherIndividual = IriString; /** * has retention policy * * Links to a retention policy. * * https://w3id.org/ldes#retentionPolicy */ export declare const retentionPolicy: Property; /** * amount * * Amount of versions to keep. * * https://w3id.org/ldes#amount */ export declare const amount: Property; /** * point in time * * Only after this point in time, members are kept. * * https://w3id.org/ldes#pointInTime */ export declare const pointInTime: Property; /** * version key * * A list of SHACL property paths to compose a version key. * * https://w3id.org/ldes#versionKey */ export declare const versionKey: Property; /** * versionOf Path * * SHACL property path to the non-versioned IRI of the entity. * * https://w3id.org/ldes#versionOfPath */ export declare const versionOfPath: Property; /** * Timestamp Path * * SHACL property path to the xsd:dateTime literal in each member that defines the order of the event stream. * * https://w3id.org/ldes#timestampPath */ export declare const timestampPath: Property; /** * Version Materialization Of * * Links to the original LDES * * https://w3id.org/ldes#versionMaterializationOf */ export declare const versionMaterializationOf: Property; /** * Version Materialization Until * * Timestamp until versions were processed * * https://w3id.org/ldes#versionMaterializationUntil */ export declare const versionMaterializationUntil: Property; /** * Event Stream * * An Event Stream is a tree:Collection containing immutable members. * * https://w3id.org/ldes#EventStream */ export declare const EventStream: Class; /** * Event Source * * A data service that provides the source other views should synchronize with * * https://w3id.org/ldes#EventSource */ export declare const EventSource: Class; /** * Retention Policy * * The abstract concept of a retention policy. * * https://w3id.org/ldes#RetentionPolicy */ export declare const RetentionPolicy: Class; /** * The Linked Data Event Streams specification * * A hypermedia specification for maintaining a collection with immutable members. * * https://w3id.org/ldes#Vocabulary */ export declare const Vocabulary: OtherIndividual; export declare const _BASE: IriString; export declare const _PREFIX: string; export {}; //# sourceMappingURL=ldes.d.ts.map