4Suite API Documentation

Module Ft.Rdf._4versa

4Versa command-line query application Note: this is a general-purpose Versa tool. If you wish to query a 4Suite repository, you may find '4ss rdf versa' more convenient.
Classes:
Functions:
Globals:

Classes

class VersaCommandLineApp(Ft.Lib.CommandLine.CommandLineApp.CommandLineApp)

Methods

__init__(self)
Overrides: __init__ from class CommandLineApp
validate_arguments(self, args)
Overrides: validate_arguments from class CommandLineApp

Methods inherited from class Ft.Lib.CommandLine.CommandLineApp.CommandLineApp

Methods inherited from class Ft.Lib.CommandLine.Command.Command

Members inherited from class Ft.Lib.CommandLine.CommandLineApp.CommandLineApp

Functions

PrettyPrintResults(results, indent=0)
ResultsToXml(result, stream, indent='')
Run(options, args)

Globals

BASE_NS_MAP = {'daml': 'http://www.daml.org/2001/03/daml+oil#', 'dc': 'http://purl.org/dc/elements/1.1/', 'log': 'http://www.w3.org/2000/10/swap/log#', 'n3-reify': 'http://www.w3.org/2000/10/swap/reify#', 'owl': 'http://www.w3.org/2002/07/owl#', 'rdf': 'http://www.w3.org/1999/02/22-rdf-syntax-ns#', 'rdfs': 'http://www.w3.org/2000/01/rdf-schema#', 'versa': 'http://rdfinference.org/versa/0/2/', 'vsort': 'http://rdfinference.org/versa/0/2/sort/', 'vtrav': 'http://rdfinference.org/versa/0/2/traverse/', ...}
INDENT = ' '
INVOKED_AS = 'build/temp.linux-i686-2.4/build_docs.py'
OWL_NS = 'http://www.w3.org/2002/07/owl#'
RDF_MS_BASE = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'
RDF_SCHEMA_BASE = 'http://www.w3.org/2000/01/rdf-schema#'
READER = <Ft.Xml.Domlette.NonvalidatingReaderBase instance>
The default non-validating reader instance, created from NonvalidatingReaderBase() with no constructor arguments.
Uses the default InputSource factory. If you need to change it,
reassign the inputSourceFactory attribute, or, preferably, just
create a new NonvalidatingReaderBase instance.
VERSA_NS = 'http://rdfinference.org/versa/0/2/'