Method: RDF::XSD#unsignedLong
- Defined in:
- lib/rdf/vocab/xsd.rb
#unsignedLong ⇒ RDF::Vocabulary::Term (readonly)
‘unsignedLong` is derived from `nonNegativeInteger` by setting the value of `maxInclusive` to be `18446744073709551615`. The _base type_ of `unsignedLong` is `nonNegativeInteger`.
194 195 196 |
# File 'lib/rdf/vocab/xsd.rb', line 194 def unsignedLong @unsignedLong end |