consumed by leaf node


URI

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

Label

consumed by

Description

We defined Event consumed by Service

Usage

DOMAINPROPERTYRANGE
Event consumed by Service

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

:consumedBy a owl:ObjectProperty ;
    rdfs:label "consumed by" ;
    rdfs:comment "We defined Event consumed by Service" ;
    rdfs:domain :Event ;
    rdfs:range :Service .