module RDF::EDTF
A module implementing Extended Date Time Format (EDTF
) handling for {RDF::Literal}.
@example requiring RDF::EDTF
require 'rdf/edtf'
@example Initializing an EDTF
literal with {RDF::Literal}
RDF::Literal('107x', datatype: RDF::EDTF::Literal::DATATYPE)
@see RDF::Literal @see www.loc.gov/standards/datetime/pre-submission.html the EDTF
Specification
Constants
- VERSION