| Home | Trees | Index | Help |
|---|
| Package rdflib :: Package store :: Package FOPLRelationalModel :: Module QuadSlot |
|
Utility functions associated with RDF terms: - normalizing (to 64 bit integers via half-md5-hashes) - escaping literal's for SQL persistence
| Classes | |
|---|---|
QuadSlot |
|
| Function Summary | |
|---|---|
dereferenceQuad(index,
quad)
| |
Ported from Ft.Lib.DbUtil | |
genQuadSlots(quads)
| |
normalizeValue(value,
termType)
| |
| Variable Summary | |
|---|---|
NoneType |
Any = None |
int |
CONTEXT = 3 |
int |
DATATYPE_INDEX = 4 |
int |
LANGUAGE_INDEX = 5 |
int |
OBJECT = 2 |
list |
POSITION_LIST = [0, 1, 2, 3]
|
int |
PREDICATE = 1 |
dict |
SlotPrefixes = {0: 'subject', 1: 'predicate', 2: 'object...
|
int |
SUBJECT = 0 |
| Function Details |
|---|
EscapeQuotes(qstr)Ported from Ft.Lib.DbUtil |
| Variable Details |
|---|
Any
|
CONTEXT
|
DATATYPE_INDEX
|
LANGUAGE_INDEX
|
OBJECT
|
POSITION_LIST
|
PREDICATE
|
SlotPrefixes
|
SUBJECT
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Apr 4 16:05:45 2007 | http://epydoc.sf.net |