package rdf

  1. Overview
  2. Docs
type token =
  1. | Uriref_ of string
  2. | String_ of string
  3. | SEMICOLON
  4. | RIGHT_PAR
  5. | RIGHT_BRACKET
  6. | Qname_ of string option * string option
  7. | LEFT_PAR
  8. | LEFT_BRACKET
  9. | Integer of string
  10. | Identifier of string
  11. | HATHAT
  12. | EOF
  13. | EMPTY_BRACKETS
  14. | Double of string
  15. | Decimal of string
  16. | DOT
  17. | COMMA
  18. | Boolean of string
  19. | Bname of string
  20. | AT_PREFIX
  21. | AT_BASE
  22. | AT
  23. | A
exception Error
OCaml

Innovation. Community. Security.