Package oort :: Package test :: Module test_rdfview :: Class TypedImplicitItem
[hide private]
[frames] | no frames]

Class TypedImplicitItem

source code

      object --+    
               |    
rdfview.RdfQuery --+
                   |
                  TypedImplicitItem

Nested Classes [hide private]

Inherited from rdfview.RdfQuery: __metaclass__

Instance Methods [hide private]

Inherited from rdfview.RdfQuery: __eq__, __init__, __str__, get_selected_value, to_dict, to_graph, to_json, to_rdf

Inherited from rdfview.RdfQuery (private): _make_prepare_selects

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Class Methods [hide private]

Inherited from rdfview.RdfQuery: bound_with, find_by, from_dict

Class Variables [hide private]
  _rdfbase_ = rdflib.URIRef('http://example.org/oort/test#')
  RDF_TYPE = rdflib.URIRef('http://example.org/oort/test#OtherTy...
  name = one()
  partlist = collection() >> Part
  _namespace = rdflib.URIRef('http://example.org/oort/test#')
  _selectors = {'name': <oort.rdfview.one object at 0x21b6070>, ...
Properties [hide private]

Inherited from rdfview.RdfQuery: uri

Inherited from object: __class__

Class Variable Details [hide private]

RDF_TYPE

Value:
rdflib.URIRef('http://example.org/oort/test#OtherType')

_selectors

Value:
{'name': <oort.rdfview.one object at 0x21b6070>,
 'partlist': <oort.rdfview.collection object at 0x21b60b0>}