Class: RDF::Literal::YearMonth
- Inherits:
-
Date
- Object
- Date
- RDF::Literal::YearMonth
- Defined in:
- lib/rdf/xsd/date.rb
Overview
gYearMonth represents a specific gregorian month in a specific gregorian year. The value space of gYearMonth is the set of Gregorian calendar months as defined in ยง 5.2.1 of [ISO 8601]. Specifically, it is a set of one-month long, non-periodic instances e.g. 1999-10 to represent the whole month of 1999-10, independent of how many days this month has.
Constant Summary
- DATATYPE =
XSD.gYearMonth
- GRAMMAR =
%r(\A-?\d{4,}-\d{2}((?:[\+\-]\d{2}:\d{2})|UTC|Z)?\Z).freeze
- FORMAT =
'%Y-%m%Z'.freeze