4Suite API Documentation

Module Ft.Rdf._4rdf

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

Classes

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

Methods

__init__(self)
Overrides: __init__ from class CommandLineApp
validate_arguments(self, args)
Overrides: validate_arguments from class CommandLineApp
validate_options(self, options)
Overrides: validate_options 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

CheckLabel(model, text)
Run(options, args)

Globals

BASIC_RESOLVER = <Ft.Lib.Uri.FtUriResolver instance>
DAML_OIL_NS = 'http://www.w3.org/2001/10/daml+oil#'
DefaultFactory = <Ft.Xml.InputSource.InputSourceFactory instance>
INVOKED_AS = 'build/temp.linux-i686-2.4/build_docs.py'
NonvalidatingReader = <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.
OLD_DAML_OIL_NS = 'http://www.daml.org/2001/03/daml+oil#'
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#'
g_anonCounter = 1
g_anonMapping = {}
g_labelCache = {'http://www.w3.org/1999/02/22-rdf-syntax-ns#Property': '<rdf:Property>', 'http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement': '<rdf:Statement>', 'http://www.w3.org/1999/02/22-rdf-syntax-ns#object': '<rdf:object>', 'http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate': '<rdf:predicate>', 'http://www.w3.org/1999/02/22-rdf-syntax-ns#subject': '<rdf:subject>', 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type': '<rdf:type>', 'http://www.w3.org/1999/02/22-rdf-syntax-ns#value': '<rdf:value>', 'http://www.w3.org/2000/01/rdf-schema#Class': '<rdfs:Class>', 'http://www.w3.org/2000/01/rdf-schema#Literal': '<rdfs:Literal>', 'http://www.w3.org/2000/01/rdf-schema#Resource': '<rdfs:Resource>', ...}
g_nsMappings = {'daml': 'http://www.w3.org/2001/10/daml+oil#', 'dc': 'http://purl.org/dc/elements/1.1/', 'foaf': 'http://xmlns.com/foaf/0.1/', 'log': 'http://www.w3.org/2000/10/swap/log#', 'n3-reify': 'http://www.w3.org/2000/10/swap/reify#', 'old-daml': 'http://www.daml.org/2001/03/daml+oil#', '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#', 'rss': 'http://purl.org/rss/1.0/', ...}