http://www.mobr.ai/ontologies/cardano#hasEndTime
The end time of an epoch.
DOMAIN | PROPERTY | RANGE |
---|---|---|
cardano:Epoch | cardano:hasEndTime | xsd:dateTime |
@prefix cardano: <http://www.mobr.ai/ontologies/cardano#> .
@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#> .
cardano:hasEndTime a owl:DatatypeProperty ;
rdfs:label "has end time"@en ;
rdfs:comment "The end time of an epoch."@en ;
rdfs:domain cardano:Epoch ;
rdfs:range xsd:dateTime .