Method: RdfContext::Literal::Encoding.time
- Defined in:
- lib/rdf_context/literal.rb
.time ⇒ Object
Shortcut for Literal::Encoding.new("http://www.w3.org/2001/XMLSchema#time")
62 63 64 |
# File 'lib/rdf_context/literal.rb', line 62 def self.time @time ||= coerce XSD_NS.time end |