B | |
| blank_id [Rdf_node] |
Type for blank node ids.
|
E | |
| error [Rdf_pg.Postgresql] | |
| error [Rdf_pg] | |
| error [Rdf_my.Mysql] | |
| error [Rdf_my] | |
| error [Rdf_mem.Mem] | |
| error [Rdf_mem] | |
| error [Rdf_graph.Storage] |
A specific type for errors.
|
G | |
| g [Rdf_pg.Postgresql] | |
| g [Rdf_my.Mysql] | |
| g [Rdf_mem.Mem] | |
| g [Rdf_graph.Storage] |
The type of the graph, abstract.
|
| g [Rdf_graph.Graph] | |
| global_state [Rdf_xml] |
Global state of the analysis.
|
| graph [Rdf_graph] |
This is the structure returned by
Rdf_graph.open_graph.
|
L | |
| literal [Rdf_node] |
Literal nodes contain a value, a optional language and an optional data type URI.
|
N | |
| node [Rdf_node] |
Various kinds of nodes.
|
O | |
| options [Rdf_graph] | |
S | |
| state [Rdf_xml] |
Type of current state when walking through the xml tree.
|
T | |
| t [Rdf_pg] | |
| t [Rdf_node.Ord_type] | |
| t [Rdf_my] | |
| t [Rdf_mem.Triples] | |
| t [Rdf_mem] | |
| tree [Rdf_xml] |
The type of XML tree walked through to fill the graph.
|
| triple [Rdf_node] |
A RDF triple is just ...
|
U | |
| uri [Rdf_uri] |
URIs are abstract.
|