Package oort :: Package util :: Module graphs
[hide private]
[frames] | no frames]

Module graphs

source code

Functions [hide private]
 
load_if_modified(graph, fpath, format) source code
 
get_format(fpath, fmap=None) source code
 
loader(graph, base=None, formatMap=None) source code
 
load_dir(graph, basedir, formatMap=None, errorHandler=None) source code
Variables [hide private]
  _logger = logging.getLogger(name= __name__)
  OUG_NS = rdflib.URIRef('tag:oort.to,2006:system/util/graphs#')
  LAST_MOD = rdflib.URIRef('tag:oort.to,2006:system/util/graphs#...
  DEFAULT_FORMAT_MAP = {'html': 'rdfa', 'n3': 'n3', 'rdf': 'xml'...
Variables Details [hide private]

LAST_MOD

Value:
rdflib.URIRef('tag:oort.to,2006:system/util/graphs#lastmodified')

DEFAULT_FORMAT_MAP

Value:
{'html': 'rdfa',
 'n3': 'n3',
 'rdf': 'xml',
 'ttl': 'n3',
 'xhtml': 'rdfa'}