cardano:belongsToEpoch leaf node


URI

http://www.mobr.ai/ontologies/cardano#belongsToEpoch

Label

belongs to epoch

Description

Relates an entity to its epoch.

Usage

DOMAINPROPERTYRANGE
owl:Thing cardano:belongsToEpoch cardano:Epoch

Implementation

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

cardano:belongsToEpoch a owl:ObjectProperty ;
    rdfs:label "belongs to epoch"@en ;
    rdfs:comment "Relates an entity to its epoch."@en ;
    rdfs:domain owl:Thing ;
    rdfs:range cardano:Epoch .