https://w3id.org/tip/events#Service
Instances of Service can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class Service | |||
| serviceName | owl:DatatypeProperty | string | |
| From class Thing | |||
| usedBy | owl:ObjectProperty | owl:Thing | |
@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" .