http://purl.org/spar/fabio/usesCalendar
A property that identifies the calendar system used to specify a date, for example the Chinese, Gregorian, Hebrew, Islamic or Lunar calendar.
@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 .