Service leaf node


URI

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

Label

Service

Usage

Instances of Service can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class Service
serviceName owl:DatatypeProperty string
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#> .

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