module Rdf_ttl_types:sig
..end
module SMap: Rdf_xml.SMap
type
context = {
|
base : |
|
prefixes : |
|
gstate : |
typeuriref =
string
type
directive =
| |
Prefix of |
| |
Base of |
typeqname =
string option * string option
type
resource =
| |
Uriref of |
| |
Qname of |
typelanguage =
string
type
literal =
| |
String of |
type
object_ =
| |
Obj_res of |
| |
Obj_blank of |
| |
Obj_literal of |
type
blank =
| |
NodeId of |
| |
Empty |
| |
PredObjs of |
| |
Collection of |
type
pred =
| |
Pred_res of |
| |
Pred_a |
typepredobj =
pred * object_ list
type
subject =
| |
Sub_res of |
| |
Sub_blank of |
type
statement =
| |
Directive of |
| |
Triples of |
typeturtle =
statement list