ponto:EpochTimeSlot leaf node


URI

http://www.mobr.ai/ontologies/ponto#EpochTimeSlot

Label

Epoch Time Slot

Description

A time slot that compose an epoch.

Superclasses (1)

Usage

Instances of ponto:EpochTimeSlot can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:EpochTimeSlot
ponto:hasSlotLeader owl:ObjectProperty xsd:SlotLeader

Implementation

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