RDF::EDTF

This is an RDF::Literal implementation around Extended Date Time Format.

The underlying EDTF parser and implementation is provided by {edtf-ruby}. The parser supports all EDTF features, with caveats noted below.

Usage

require 'rdf/edtf'

RDF::EDTF::Literal.new('1076?')
# or
RDF::Literal('1076?', datatype: RDF::EDTF::Literal::DATATYPE)

Contribution Guidelines

Please observe the following guidelines:

Do note that in order for us to merge any non-trivial changes (as a rule of thumb, additions larger than about 15 lines of code), we need an explicit public domain dedication on record from you.

License

This is free and unencumbered public domain software. For more information, see unlicense.org/ or the accompanying {file:UNLICENSE} file.