rdflibΒΆ
- rdflib package
- Subpackages
- Submodules
- rdflib.collection module
Collection
Collection.__delitem__()
Collection.__dict__
Collection.__getitem__()
Collection.__iadd__()
Collection.__init__()
Collection.__iter__()
Collection.__len__()
Collection.__module__
Collection.__setitem__()
Collection.__weakref__
Collection.append()
Collection.clear()
Collection.index()
Collection.n3()
- rdflib.compare module
- rdflib.compat module
- rdflib.container module
Alt
Bag
Container
Container.__annotations__
Container.__delitem__()
Container.__dict__
Container.__getitem__()
Container.__init__()
Container.__len__()
Container.__module__
Container.__setitem__()
Container.__weakref__
Container.append()
Container.append_multiple()
Container.clear()
Container.end()
Container.index()
Container.items()
Container.n3()
Container.type_of_conatiner()
NoElementException
Seq
- rdflib.events module
- rdflib.exceptions module
- rdflib.graph module
- Graph
- Conjunctive Graph
- Quoted graph
- Dataset
BatchAddGraph
ConjunctiveGraph
ConjunctiveGraph.__annotations__
ConjunctiveGraph.__contains__()
ConjunctiveGraph.__init__()
ConjunctiveGraph.__len__()
ConjunctiveGraph.__module__
ConjunctiveGraph.__reduce__()
ConjunctiveGraph.__str__()
ConjunctiveGraph.add()
ConjunctiveGraph.addN()
ConjunctiveGraph.context_id()
ConjunctiveGraph.contexts()
ConjunctiveGraph.get_context()
ConjunctiveGraph.get_graph()
ConjunctiveGraph.parse()
ConjunctiveGraph.quads()
ConjunctiveGraph.remove()
ConjunctiveGraph.remove_context()
ConjunctiveGraph.triples()
ConjunctiveGraph.triples_choices()
Dataset
Graph
Graph.__add__()
Graph.__and__()
Graph.__annotations__
Graph.__cmp__()
Graph.__contains__()
Graph.__dict__
Graph.__eq__()
Graph.__ge__()
Graph.__getitem__()
Graph.__gt__()
Graph.__hash__()
Graph.__iadd__()
Graph.__init__()
Graph.__isub__()
Graph.__iter__()
Graph.__le__()
Graph.__len__()
Graph.__lt__()
Graph.__module__
Graph.__mul__()
Graph.__or__()
Graph.__reduce__()
Graph.__repr__()
Graph.__str__()
Graph.__sub__()
Graph.__weakref__
Graph.__xor__()
Graph.absolutize()
Graph.add()
Graph.addN()
Graph.all_nodes()
Graph.bind()
Graph.cbd()
Graph.close()
Graph.collection()
Graph.commit()
Graph.compute_qname()
Graph.connected()
Graph.de_skolemize()
Graph.destroy()
Graph.identifier
Graph.isomorphic()
Graph.items()
Graph.n3()
Graph.namespace_manager
Graph.namespaces()
Graph.objects()
Graph.open()
Graph.parse()
Graph.predicate_objects()
Graph.predicates()
Graph.print()
Graph.qname()
Graph.query()
Graph.remove()
Graph.resource()
Graph.rollback()
Graph.serialize()
Graph.set()
Graph.skolemize()
Graph.store
Graph.subject_objects()
Graph.subject_predicates()
Graph.subjects()
Graph.toPython()
Graph.transitiveClosure()
Graph.transitive_objects()
Graph.transitive_subjects()
Graph.triples()
Graph.triples_choices()
Graph.update()
Graph.value()
ModificationException
QuotedGraph
ReadOnlyGraphAggregate
ReadOnlyGraphAggregate.__annotations__
ReadOnlyGraphAggregate.__cmp__()
ReadOnlyGraphAggregate.__contains__()
ReadOnlyGraphAggregate.__hash__()
ReadOnlyGraphAggregate.__iadd__()
ReadOnlyGraphAggregate.__init__()
ReadOnlyGraphAggregate.__isub__()
ReadOnlyGraphAggregate.__len__()
ReadOnlyGraphAggregate.__module__
ReadOnlyGraphAggregate.__reduce__()
ReadOnlyGraphAggregate.__repr__()
ReadOnlyGraphAggregate.absolutize()
ReadOnlyGraphAggregate.add()
ReadOnlyGraphAggregate.addN()
ReadOnlyGraphAggregate.bind()
ReadOnlyGraphAggregate.close()
ReadOnlyGraphAggregate.commit()
ReadOnlyGraphAggregate.compute_qname()
ReadOnlyGraphAggregate.destroy()
ReadOnlyGraphAggregate.n3()
ReadOnlyGraphAggregate.namespaces()
ReadOnlyGraphAggregate.open()
ReadOnlyGraphAggregate.parse()
ReadOnlyGraphAggregate.qname()
ReadOnlyGraphAggregate.quads()
ReadOnlyGraphAggregate.remove()
ReadOnlyGraphAggregate.rollback()
ReadOnlyGraphAggregate.triples()
ReadOnlyGraphAggregate.triples_choices()
Seq
UnSupportedAggregateOperation
- rdflib.parser module
- rdflib.paths module
- rdflib.plugin module
- rdflib.query module
- rdflib.resource module
- Basic Usage Scenario
- Schema Example
- Technical Details
Resource
Resource.__dict__
Resource.__eq__()
Resource.__ge__()
Resource.__getitem__()
Resource.__gt__()
Resource.__hash__()
Resource.__init__()
Resource.__iter__()
Resource.__le__()
Resource.__lt__()
Resource.__module__
Resource.__ne__()
Resource.__repr__()
Resource.__setitem__()
Resource.__str__()
Resource.__unicode__()
Resource.__weakref__
Resource.add()
Resource.graph
Resource.identifier
Resource.items()
Resource.objects()
Resource.predicate_objects()
Resource.predicates()
Resource.qname()
Resource.remove()
Resource.set()
Resource.subject_objects()
Resource.subject_predicates()
Resource.subjects()
Resource.transitive_objects()
Resource.transitive_subjects()
Resource.value()
- rdflib.serializer module
- rdflib.store module
NodePickler
Store
Store.__annotations__
Store.__dict__
Store.__init__()
Store.__len__()
Store.__module__
Store.__weakref__
Store.add()
Store.addN()
Store.add_graph()
Store.bind()
Store.close()
Store.commit()
Store.context_aware
Store.contexts()
Store.create()
Store.destroy()
Store.formula_aware
Store.gc()
Store.graph_aware
Store.namespace()
Store.namespaces()
Store.node_pickler
Store.open()
Store.prefix()
Store.query()
Store.remove()
Store.remove_graph()
Store.rollback()
Store.transaction_aware
Store.triples()
Store.triples_choices()
Store.update()
StoreCreatedEvent
TripleAddedEvent
TripleRemovedEvent
- rdflib.term module
BNode
IdentifiedNode
Identifier
Literal
Literal.__abs__()
Literal.__add__()
Literal.__annotations__
Literal.__bool__()
Literal.__eq__()
Literal.__ge__()
Literal.__getstate__()
Literal.__gt__()
Literal.__hash__()
Literal.__invert__()
Literal.__le__()
Literal.__lt__()
Literal.__module__
Literal.__neg__()
Literal.__new__()
Literal.__pos__()
Literal.__reduce__()
Literal.__repr__()
Literal.__setstate__()
Literal.__slots__
Literal.__sub__()
Literal.datatype
Literal.eq()
Literal.ill_typed
Literal.language
Literal.n3()
Literal.neq()
Literal.normalize()
Literal.toPython()
Literal.value
Node
URIRef
URIRef.__add__()
URIRef.__annotations__
URIRef.__invert__()
URIRef.__mod__()
URIRef.__module__
URIRef.__mul__()
URIRef.__neg__()
URIRef.__new__()
URIRef.__or__()
URIRef.__radd__()
URIRef.__reduce__()
URIRef.__repr__()
URIRef.__slots__
URIRef.__truediv__()
URIRef.de_skolemize()
URIRef.defrag()
URIRef.fragment
URIRef.n3()
Variable
bind()
- rdflib.util module
- rdflib.void module
- Module contents
BNode
ConjunctiveGraph
ConjunctiveGraph.__annotations__
ConjunctiveGraph.__contains__()
ConjunctiveGraph.__init__()
ConjunctiveGraph.__len__()
ConjunctiveGraph.__module__
ConjunctiveGraph.__reduce__()
ConjunctiveGraph.__str__()
ConjunctiveGraph.add()
ConjunctiveGraph.addN()
ConjunctiveGraph.context_id()
ConjunctiveGraph.contexts()
ConjunctiveGraph.default_context
ConjunctiveGraph.get_context()
ConjunctiveGraph.get_graph()
ConjunctiveGraph.parse()
ConjunctiveGraph.quads()
ConjunctiveGraph.remove()
ConjunctiveGraph.remove_context()
ConjunctiveGraph.triples()
ConjunctiveGraph.triples_choices()
Dataset
Dataset.__annotations__
Dataset.__getstate__()
Dataset.__init__()
Dataset.__iter__()
Dataset.__module__
Dataset.__reduce__()
Dataset.__setstate__()
Dataset.__str__()
Dataset.add_graph()
Dataset.contexts()
Dataset.default_context
Dataset.graph()
Dataset.graphs()
Dataset.parse()
Dataset.quads()
Dataset.remove_graph()
Graph
Graph.__add__()
Graph.__and__()
Graph.__annotations__
Graph.__cmp__()
Graph.__contains__()
Graph.__dict__
Graph.__eq__()
Graph.__ge__()
Graph.__getitem__()
Graph.__gt__()
Graph.__hash__()
Graph.__iadd__()
Graph.__init__()
Graph.__isub__()
Graph.__iter__()
Graph.__le__()
Graph.__len__()
Graph.__lt__()
Graph.__module__
Graph.__mul__()
Graph.__or__()
Graph.__reduce__()
Graph.__repr__()
Graph.__str__()
Graph.__sub__()
Graph.__weakref__
Graph.__xor__()
Graph.absolutize()
Graph.add()
Graph.addN()
Graph.all_nodes()
Graph.bind()
Graph.cbd()
Graph.close()
Graph.collection()
Graph.commit()
Graph.compute_qname()
Graph.connected()
Graph.de_skolemize()
Graph.destroy()
Graph.identifier
Graph.isomorphic()
Graph.items()
Graph.n3()
Graph.namespace_manager
Graph.namespaces()
Graph.objects()
Graph.open()
Graph.parse()
Graph.predicate_objects()
Graph.predicates()
Graph.print()
Graph.qname()
Graph.query()
Graph.remove()
Graph.resource()
Graph.rollback()
Graph.serialize()
Graph.set()
Graph.skolemize()
Graph.store
Graph.subject_objects()
Graph.subject_predicates()
Graph.subjects()
Graph.toPython()
Graph.transitiveClosure()
Graph.transitive_objects()
Graph.transitive_subjects()
Graph.triples()
Graph.triples_choices()
Graph.update()
Graph.value()
IdentifiedNode
Literal
Literal.__abs__()
Literal.__add__()
Literal.__annotations__
Literal.__bool__()
Literal.__eq__()
Literal.__ge__()
Literal.__getstate__()
Literal.__gt__()
Literal.__hash__()
Literal.__invert__()
Literal.__le__()
Literal.__lt__()
Literal.__module__
Literal.__neg__()
Literal.__new__()
Literal.__pos__()
Literal.__reduce__()
Literal.__repr__()
Literal.__setstate__()
Literal.__slots__
Literal.__sub__()
Literal.datatype
Literal.eq()
Literal.ill_typed
Literal.language
Literal.n3()
Literal.neq()
Literal.normalize()
Literal.toPython()
Literal.value
NORMALIZE_LITERALS
Namespace
URIRef
URIRef.__add__()
URIRef.__annotations__
URIRef.__invert__()
URIRef.__mod__()
URIRef.__module__
URIRef.__mul__()
URIRef.__neg__()
URIRef.__new__()
URIRef.__or__()
URIRef.__radd__()
URIRef.__reduce__()
URIRef.__repr__()
URIRef.__slots__
URIRef.__truediv__()
URIRef.de_skolemize()
URIRef.defrag()
URIRef.fragment
URIRef.n3()
Variable