The Linked Data Event Streams specification

IRI:
https://w3id.org/ldes#Vocabulary
Other visualisation :
Ontology source - WebVowl

Abstract

A hypermedia specification for maintaining a collection with immutable members.

Table of Content

  1. Classes
  2. Object Properties
  3. Data Properties
  4. Named Individuals
  5. Annotation Properties
  6. Namespace Declarations

Classes

Event Sourcec back to ToC or Class ToC

IRI: https://w3id.org/ldes#EventSource

A data service that provides the source other views should synchronize with

Event Streamc back to ToC or Class ToC

IRI: https://w3id.org/ldes#EventStream

An Event Stream is a tree:Collection containing immutable members.
has super-classes
collectionc
is in domain of
Polling Intervaldp, Sequence Path, Timestamp Path, Transaction Finalized Object, Transaction Finalized Path, Transaction Path, Version Create Object, Version Create Path, Version Delete Object, Version Delete Path, Version Sequence Path, Version Timestamp Path, Version Update Object, Version Update Path, versionOf Path
is in range of
Version Materialization Ofop

Retention Policyc back to ToC or Class ToC

IRI: https://w3id.org/ldes#RetentionPolicy

Documents what data to keep
is in domain of
Full Log Durationdp, Starting fromdp, Version Delete Durationdp, Version amountdp, Version durationdp
is in range of
has retention policyop

Object Properties

has retention policyop back to ToC or Object Property ToC

IRI: https://w3id.org/ldes#retentionPolicy

Links to a retention policy.

Version Materialization Ofop back to ToC or Object Property ToC

IRI: https://w3id.org/ldes#versionMaterializationOf

Links to the original LDES
has domain
collectionc
has range
Event Streamc

Data Properties

Full Log Durationdp back to ToC or Data Property ToC

IRI: https://w3id.org/ldes#fullLogDuration

The search tree keeps its full log for a certain duration.
has domain
Retention Policyc
has range
duration

Immutabledp back to ToC or Data Property ToC

IRI: https://w3id.org/ldes#immutable

has range
boolean
is also defined as
annotation property

Polling Intervaldp back to ToC or Data Property ToC

IRI: https://w3id.org/ldes#pollingInterval

The number of seconds the client should keep between synchronization run calls.
has domain
Event Streamc
has range
integer

Starting fromdp back to ToC or Data Property ToC

IRI: https://w3id.org/ldes#startingFrom

The search tree only keeps members starting a certain timestamp.
has domain
Retention Policyc
has range
date time

Version amountdp back to ToC or Data Property ToC

IRI: https://w3id.org/ldes#versionAmount

The amount of versions to keep.
has domain
Retention Policyc
has range
integer

Version Delete Durationdp back to ToC or Data Property ToC

IRI: https://w3id.org/ldes#versionDeleteDuration

The search tree only keeps its deletions for a certain duration.
has domain
Retention Policyc
has range
duration

Version durationdp back to ToC or Data Property ToC

IRI: https://w3id.org/ldes#versionDuration

The search tree only keeps its versions, for which an `ldes:versionAmount` MUST have been set, only during a specific window.
has domain
Retention Policyc
has range
duration

Version Materialization Untildp back to ToC or Data Property ToC

IRI: https://w3id.org/ldes#versionMaterializationUntil

Timestamp until versions were processed
has domain
collectionc
has range
date time

Named Individuals

ldes:ni back to ToC or Named Individual ToC

IRI: https://w3id.org/ldes#

belongs to
documentc

Annotation Properties

creatorap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/creator

Immutableap back to ToC or Annotation Property ToC

IRI: https://w3id.org/ldes#immutable

has domain
node
is also defined as
data property

licenseap back to ToC or Annotation Property ToC

IRI: http://creativecommons.org/ns#license

mboxap back to ToC or Annotation Property ToC

IRI: http://xmlns.com/foaf/0.1/mbox

nameap back to ToC or Annotation Property ToC

IRI: http://xmlns.com/foaf/0.1/name

primary topicap back to ToC or Annotation Property ToC

IRI: http://xmlns.com/foaf/0.1/primaryTopic

Sequence Pathap back to ToC or Annotation Property ToC

IRI: https://w3id.org/ldes#sequencePath

SHACL property path to an xsd literal in each member that defines the order of the event stream in addition to the timestampPath.
has domain
Event Streamc

Timestamp Pathap back to ToC or Annotation Property ToC

IRI: https://w3id.org/ldes#timestampPath

SHACL property path to the xsd:dateTime literal in each member that defines the order of the event stream.
has domain
Event Streamc

Transaction Finalized Objectap back to ToC or Annotation Property ToC

IRI: https://w3id.org/ldes#transactionFinalizedObject

If the RDF object matches the object in the transaction finalized path, the member indicates the transaction has been finalized.
has domain
Event Streamc

Transaction Finalized Pathap back to ToC or Annotation Property ToC

IRI: https://w3id.org/ldes#transactionFinalizedPath

Path indicating whether the transaction has been finalized.
has domain
Event Streamc

Transaction Pathap back to ToC or Annotation Property ToC

IRI: https://w3id.org/ldes#transactionPath

Path indicating how a member indicates whether it is part of a transaction.
has domain
Event Streamc

Version Create Objectap back to ToC or Annotation Property ToC

IRI: https://w3id.org/ldes#versionCreateObject

If the RDF object matches the object in the version create path, the member represents a create.
has domain
Event Streamc

Version Create Pathap back to ToC or Annotation Property ToC

IRI: https://w3id.org/ldes#versionCreatePath

Path indicating where you can do an object check on whether the member represents a create. Defaults to rdf:type.
has domain
Event Streamc

Version Delete Objectap back to ToC or Annotation Property ToC

IRI: https://w3id.org/ldes#versionDeleteObject

If the RDF object matches the object in the version delete path, the member represents a delete.
has domain
Event Streamc

Version Delete Pathap back to ToC or Annotation Property ToC

IRI: https://w3id.org/ldes#versionDeletePath

Path indicating where you can do an object check on whether the member represents a delete. Defaults to rdf:type.
has domain
Event Streamc

Version Sequence Pathap back to ToC or Annotation Property ToC

IRI: https://w3id.org/ldes#versionSequencePath

For out of order event streams: a SHACL property path to an xsd literal in each member that defines the order of the event stream in addition to the versionTimestampPath.
has domain
Event Streamc

Version Timestamp Pathap back to ToC or Annotation Property ToC

IRI: https://w3id.org/ldes#versionTimestampPath

For out of order event streams: a SHACL property path to the xsd:dateTime literal in each member that defines the order of versioned members.
has domain
Event Streamc

Version Update Objectap back to ToC or Annotation Property ToC

IRI: https://w3id.org/ldes#versionUpdateObject

If the RDF object matches the object in the version update path, the member represents an update.
has domain
Event Streamc

Version Update Pathap back to ToC or Annotation Property ToC

IRI: https://w3id.org/ldes#versionUpdatePath

Path indicating where you can do an object check on whether the member represents an update. Defaults to rdf:type.
has domain
Event Streamc

versionOf Pathap back to ToC or Annotation Property ToC

IRI: https://w3id.org/ldes#versionOfPath

SHACL property path to the non-versioned IRI of the entity.
has domain
Event Streamc

Namespace Declarations back to ToC

default namespace
https://w3id.org/ldes#Vocabulary#
foaf
http://xmlns.com/foaf/0.1/
ldes
https://w3id.org/ldes#
ns
http://creativecommons.org/ns#
owl
http://www.w3.org/2002/07/owl#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
terms
http://purl.org/dc/terms/
tree
https://w3id.org/tree#
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code through LODE, Live OWL Documentation Environment, developed by Silvio Peroni .