Package oort :: Module rdfview :: Class RdfQuery
[hide private]
[frames] | no frames]

Class RdfQuery

source code

object --+
         |
        RdfQuery
Known Subclasses:
util.queries.Labelled, util.queries.HasLabel, util.queries.Lang, util.queries.Typed, test.test_rdfview.Part, test.test_rdfview.Creation, test.test_rdfview.FilteredItem, test.test_rdfview.ImplicitItem, test.test_rdfview.MarkedItem, test.test_rdfview.MarkedPart, test.test_rdfview.Owner, test.test_rdfview.TypedImplicitItem

Nested Classes [hide private]
  __metaclass__
Instance Methods [hide private]
 
__init__(self, graph, lang, subject, execCache=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_make_prepare_selects(self) source code
 
__str__(self)
str(x)
source code
 
__eq__(self, other) source code
 
get_selected_value(self, name) source code
 
to_graph(self, newgraph=None) source code
 
to_rdf(self) source code
 
to_dict(self, keepSubject=False) source code
 
__dict_convert(self, value, keepSubject) source code
 
to_json(self, keepSubject=False) source code

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

Class Methods [hide private]
 
bound_with(cls, subject, lang=None) source code
 
from_dict(cls, data, lang, subject) source code
 
find_by(cls, graph, lang, execCache=None, **kwargs) source code
Class Variables [hide private]
  RDF_TYPE = rdflib.URIRef('http://www.w3.org/2000/01/rdf-schema...
  _namespace = None
  _selectors = {}
Properties [hide private]
  uri

Inherited from object: __class__

Method Details [hide private]

__init__(self, graph, lang, subject, execCache=None)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 
str(x)
Overrides: object.__str__
(inherited documentation)

Class Variable Details [hide private]

RDF_TYPE

Value:
rdflib.URIRef('http://www.w3.org/2000/01/rdf-schema#Resource')

Property Details [hide private]

uri

Get Method:
unreachable.uri(self)