Ft.Rdf.Parsers.Versa.CoreFunctions

Modules

DataTypes  Optimizer  Traversal  number 
Literals  ResourceExpressions  boolean  types 

Classes

class Constants

Data and other non-method functions defined here:

SORT_ASCENDING = u'http://rdfinference.org/versa/0/2/sort/ascending'
SORT_DESCENDING = u'http://rdfinference.org/versa/0/2/sort/descending'
SORT_NUMBER = u'http://rdfinference.org/versa/0/2/sort/number'
SORT_STRING = u'http://rdfinference.org/versa/0/2/sort/string'
TRAVERSE_ANY = u'http://rdfinference.org/versa/0/2/traverse/any'
TRAVERSE_FWD = u'http://rdfinference.org/versa/0/2/traverse/forward'
TRAVERSE_INV = u'http://rdfinference.org/versa/0/2/traverse/inverse'
TRAVERSE_SIMPLE = u'http://rdfinference.org/versa/0/2/traverse/simple'
TRAVERSE_TRANS = u'http://rdfinference.org/versa/0/2/traverse/transitive'
__doc__ = None
__module__ = 'Ft.Rdf.Parsers.Versa'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class curry
__call__(self, *args, **kwargs)
__init__(self, fun, *args, **kwargs)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Rdf.Parsers.Versa.CoreFunctions'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Functions

All(con)
And(con, *args)
Boolean(con, obj)
Compile(expression)
Concat(con, *args)
Contains(con, arg1, arg2=None)
ContainsCi(con, arg1, arg2=None)
Current(con)
Difference(con, arg1, arg2)
Distribute(con, sourceList, *exprs)
Evaluate(con, expr)
Filter(con, sourceList, *filters)
Head(con, l, num=1)
Intersection(con, *args)
IsLiteral(con, obj)
IsResource(con, arg)
IsType(con, obj, type_)
Item(con, l, num=1)
Join(con, *args)
Length(con, obj)
List(con, *args)
Member(con, arg1, arg2=None)
Not(con, arg)
Number(con, obj)
Or(con, *args)
Order(con, subjs, pred, dirn=u'http://rdfinference.org/versa/0/2/traverse/forward')
Properties(con, res=None)
RelFunc(con, left, right=None, cmp_results=None)
Resource(con, obj)
Rest(con, l, num=1)
Set(con, *args)
ShiftContext(con, new)
Sort(con, sourceList=None, type_=u'http://rdfinference.org/versa/0/2/sort/string', order=u'http://rdfinference.org/versa/0/2/sort/ascending')
SortQ(con, sourceList, expr, type_=u'http://rdfinference.org/versa/0/2/sort/string', order=u'http://rdfinference.org/versa/0/2/sort/ascending')
StartsWith(con, arg1, arg2=None)
String(con, obj)
StringLength(con, obj)
SubstringAfter(con, arg1, arg2=None)
SubstringBefore(con, arg1, arg2=None)
Tail(con, l, num=1)
Traverse(con, subjs, preds, dirn=u'http://rdfinference.org/versa/0/2/traverse/forward', trans=u'http://rdfinference.org/versa/0/2/traverse/simple')
Triples(con, matchSubj, matchPred, matchObj)
Type(con, types)
Union(con, *args)
_depthFirst(curr, relation, subresult, seen)
_expandSubTypes(con, baseType, found)

Data

Eq = <Ft.Rdf.Parsers.Versa.CoreFunctions.curry instance>
FUNCTIONS = {(None, 'all'): <function All>, (None, 'and'): <function And>, (None, 'boolean'): <function Boolean>, (None, 'concat'): <function Concat>, (None, 'contains'): <function Contains>, (None, 'contains-ci'): <function ContainsCi>, (None, 'current'): <function Current>, (None, 'difference'): <function Difference>, (None, 'distribute'): <function Distribute>, (None, 'eq'): <Ft.Rdf.Parsers.Versa.CoreFunctions.curry instance>, ...}
Gt = <Ft.Rdf.Parsers.Versa.CoreFunctions.curry instance>
Gte = <Ft.Rdf.Parsers.Versa.CoreFunctions.curry instance>
Lt = <Ft.Rdf.Parsers.Versa.CoreFunctions.curry instance>
Lte = <Ft.Rdf.Parsers.Versa.CoreFunctions.curry instance>
RDF_MS_BASE = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
RDF_SCHEMA_BASE = 'http://www.w3.org/2000/01/rdf-schema#'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
RDF_SUBCLASSOF_PROP = u'http://www.w3.org/2000/01/rdf-schema#subClassOf'
RDF_SUBPROPOF_PROP = u'http://www.w3.org/2000/01/rdf-schema#subPropertyOf'
RDF_TYPE_PROP = u'http://www.w3.org/1999/02/22-rdf-syntax-ns#type'
_SUBCLASSOF = 'http://www.w3.org/2000/01/rdf-schema#subClassOf'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
_TYPE = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__file__ = 'build/lib.linux-ppc-2.2/Ft/Rdf/Parsers/Versa/CoreFunctions.py'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = 'Ft.Rdf.Parsers.Versa.CoreFunctions'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.