DSNotify Eventsets: A vocabulary for change events in linked data sources

IRI:
http://purl.org/dsnotify/vocab/eventset/
Current version:
0.11
Authors:
http://metadaten-twr.org/author/bernhardhaslhofer/
http://www.cibiv.at/~niko/foaf.rdf
Contributors:
Elaheh Momeni Roochi
Other visualisation:
Ontology source

Abstract

DSNotify Eventsets is a vocabulary for events that change resources in linked data sources.

Table of Content

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

Classes

create eventc back to ToC or Class ToC

IRI: http://purl.org/dsnotify/vocab/eventset/CreateEvent

An event class describing that a particular resource was 'created' in a dataset. This means that one or more triples having the associated resource as subject or object were created in the corresponding RDF model.
has super-classes
Resource change eventc

Eventsetc back to ToC or Class ToC

IRI: http://purl.org/dsnotify/vocab/eventset/Eventset

An eventset is a container of events that occur in a dataset.
has super-classes
datasetc
is in domain of
has eventop, source datasetop, target datasetop

Move eventc back to ToC or Class ToC

IRI: http://purl.org/dsnotify/vocab/eventset/MoveEvent

An event class describing that a particular resource was 'moved' in a dataset or between datasets. This means that all triples having the associated older resource as subject/object were replaced by triples having the target resource as subject/object in the corresponding RDF models.
has super-classes
Resource change eventc
is in domain of
source resourcedp

Remove eventc back to ToC or Class ToC

IRI: http://purl.org/dsnotify/vocab/eventset/RemoveEvent

An event class describing that a particular resource was 'removed' from a dataset. This means that all triples having the associated resource as subject or object were removed from the corresponding RDF model.
has super-classes
Resource change eventc

Resource change eventc back to ToC or Class ToC

IRI: http://purl.org/dsnotify/vocab/eventset/ResourceChangeEvent

An event that changes the representations of a resource in an RDF dataset. ResourceChangeEvents are lode:Events and the lode:atTime or the lode:circa properties should be used to describe the time when the event took place.
has super-classes
eventc
dimensionc
has sub-classes
Move eventc, Remove eventc, Unknown eventc, Update eventc, create eventc
is in domain of
has affected triplesop, has confidencedp, has reasonop, target resourcedp

Unknown eventc back to ToC or Class ToC

IRI: http://purl.org/dsnotify/vocab/eventset/UnknownEvent

An event class describing that a not further specified event occurred to a resource in a dataset.
has super-classes
Resource change eventc

Update eventc back to ToC or Class ToC

IRI: http://purl.org/dsnotify/vocab/eventset/UpdateEvent

An event class describing that a particular resource was 'updated' in a dataset. This means that some triples having the associated resource as subject or object were modified/created/removed in the corresponding RDF model.
has super-classes
Resource change eventc

Object Properties

has affected triplesop back to ToC or Object Property ToC

IRI: http://purl.org/dsnotify/vocab/eventset/hasAffectedTriples

A link to a resource that further specifies the actual triples that were added/removed in consequence of the respective ResourceChangeEvent. For example one could attach a Talis changeset here. This property is under-specified in this version on purpose.

has eventop back to ToC or Object Property ToC

IRI: http://purl.org/dsnotify/vocab/eventset/hasEvent

An event that is part of an eventset.
has domain
Eventsetc
has range
eventc

has reasonop back to ToC or Object Property ToC

IRI: http://purl.org/dsnotify/vocab/eventset/hasReason

A link to a resource that further specifies the reason for the respective ResourceChangeEvent. For example one could attach a textual description or link to another event here. This property is under-specified in this version on purpose.

source datasetop back to ToC or Object Property ToC

IRI: http://purl.org/dsnotify/vocab/eventset/sourceDataset

A void:Dataset that is considered as 'source' dataset of the associated eventset. When the eventset is 'complete' and all events in this eventset are applied in their timely order to this and all other source datasets, it will become equal to the corresponding target dataset(s). Example: a static snapshot of a dataset at time t0, e.g., the DBpedia snapshot 3.2
has domain
Eventsetc
has range
datasetc

target datasetop back to ToC or Object Property ToC

IRI: http://purl.org/dsnotify/vocab/eventset/targetDataset

A void:Dataset that is considered as 'target' dataset of the associated eventset. When the eventset is 'complete' and all events are applied in their timely order to the corresponding source dataset(s), this dataset (and all other target datasets) should be the result. Example: a static snapshot of a dataset at time t0+delta, e.g., the DBpedia snapshot 3.3
has domain
Eventsetc
has range
datasetc

Data Properties

has confidencedp back to ToC or Data Property ToC

IRI: http://purl.org/dsnotify/vocab/eventset/hasConfidence

Optional property for capturing the confidence (a float value between 0 and 1) the event detecting actor has that the corresponding event really took place. If omited, applications should assume a confidence of 1.0.
has domain
Resource change eventc
has range
float

source resourcedp back to ToC or Data Property ToC

IRI: http://purl.org/dsnotify/vocab/eventset/sourceResource

The identifier (URI) of a resource that was published under a new URI (i.e., when a MoveEvent occurred).
has domain
Move eventc
has range
any u r i

target resourcedp back to ToC or Data Property ToC

IRI: http://purl.org/dsnotify/vocab/eventset/targetResource

The identifier (URI) of a resource that was affected by the corresponding event.
has domain
Resource change eventc
has range
any u r i

Named Individuals

DSNotify Eventsets: A vocabulary for change events in linked data sourcesni back to ToC or Named Individual ToC

IRI: http://purl.org/dsnotify/vocab/eventset/

belongs to
vocabularyc

Namespace Declarations back to ToC

default namespace
http://purl.org/dsnotify/vocab/eventset/
ns
http://creativecommons.org/ns#
ontology
http://linkedevents.org/ontology/
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#
scovo
http://purl.org/NET/scovo#
terms
http://purl.org/dc/terms/
vann
http://purl.org/vocab/vann/
voaf
http://purl.org/vocommons/voaf#
void
http://rdfs.org/ns/void#
xsd
http://www.w3.org/2001/XMLSchema#
~niko
http://www.cibiv.at/~niko/

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