https://w3id.org/tip/events#eventId
@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:eventId a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:domain :Event ;
rdfs:range xsd:string .