Event leaf node


URI

https://w3id.org/tip/events#Event

Label

Event

Usage

Instances of Event can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class Event
eventId owl:DatatypeProperty string
eventName owl:DatatypeProperty string
consumed by owl:ObjectProperty We defined Event consumed by Service Service
containsData owl:ObjectProperty Object
producedBy owl:ObjectProperty Service
uses owl:ObjectProperty Event
From class Thing
usedBy owl:ObjectProperty owl:Thing

Implementation

@prefix : <https://w3id.org/tip/events#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:Event a owl:Class ;
    rdfs:label "Event" .