Object leaf node


URI

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

Label

Object

Usage

Instances of Object can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
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#> .

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