http://www.mobr.ai/ontologies/ponto#EpochTimeSlot
A time slot that compose an epoch.
Instances of ponto:EpochTimeSlot can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class ponto:EpochTimeSlot | |||
ponto:hasSlotLeader | owl:ObjectProperty | xsd:SlotLeader |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ponto:EpochTimeSlot a owl:Class ;
rdfs:label "Epoch Time Slot" ;
rdfs:comment "A time slot that compose an epoch." ;
rdfs:subClassOf ponto:Component .