:usesCalendar leaf node


URI

http://purl.org/spar/fabio/usesCalendar

Label

uses calendar

Description

A property that identifies the calendar system used to specify a date, for example the Chinese, Gregorian, Hebrew, Islamic or Lunar calendar.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) :usesCalendar owl:Thing (inferred)

Implementation

@prefix : <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:usesCalendar a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "uses calendar"@en ;
    rdfs:comment "A property that identifies the calendar system used to specify a date, for example the Chinese, Gregorian, Hebrew, Islamic or Lunar calendar."@en ;
    rdfs:subPropertyOf owl:topDataProperty .