rdflibΒΆ
- rdflib package
- Subpackages
- Submodules
- rdflib.collection module
CollectionCollection.__delitem__()Collection.__dict__Collection.__firstlineno__Collection.__getitem__()Collection.__iadd__()Collection.__init__()Collection.__iter__()Collection.__len__()Collection.__module__Collection.__setitem__()Collection.__static_attributes__Collection.__weakref__Collection.append()Collection.clear()Collection.index()Collection.n3()
- rdflib.compare module
IsomorphicGraphIsomorphicGraph.__abstractmethods__IsomorphicGraph.__annotations__IsomorphicGraph.__eq__()IsomorphicGraph.__firstlineno__IsomorphicGraph.__hash__()IsomorphicGraph.__init__()IsomorphicGraph.__module__IsomorphicGraph.__ne__()IsomorphicGraph.__static_attributes__IsomorphicGraph.graph_digest()IsomorphicGraph.internal_hash()
graph_diff()isomorphic()similar()to_canonical_graph()to_isomorphic()
- rdflib.compat module
- rdflib.container module
AltBagContainerContainer.__annotations__Container.__delitem__()Container.__dict__Container.__firstlineno__Container.__getitem__()Container.__init__()Container.__len__()Container.__module__Container.__setitem__()Container.__static_attributes__Container.__weakref__Container.append()Container.append_multiple()Container.clear()Container.end()Container.index()Container.items()Container.n3()Container.type_of_conatiner()Container.type_of_container()
NoElementExceptionSeq
- rdflib.events module
- rdflib.exceptions module
- rdflib.graph module
- Graph
- Conjunctive Graph
- Quoted graph
- Dataset
BatchAddGraphConjunctiveGraphConjunctiveGraph.__abstractmethods__ConjunctiveGraph.__annotations__ConjunctiveGraph.__contains__()ConjunctiveGraph.__firstlineno__ConjunctiveGraph.__init__()ConjunctiveGraph.__len__()ConjunctiveGraph.__module__ConjunctiveGraph.__reduce__()ConjunctiveGraph.__static_attributes__ConjunctiveGraph.__str__()ConjunctiveGraph.add()ConjunctiveGraph.addN()ConjunctiveGraph.context_id()ConjunctiveGraph.contexts()ConjunctiveGraph.default_contextConjunctiveGraph.get_context()ConjunctiveGraph.get_graph()ConjunctiveGraph.parse()ConjunctiveGraph.quads()ConjunctiveGraph.remove()ConjunctiveGraph.remove_context()ConjunctiveGraph.triples()ConjunctiveGraph.triples_choices()
DatasetDataset.__abstractmethods__Dataset.__annotations__Dataset.__firstlineno__Dataset.__getstate__()Dataset.__init__()Dataset.__iter__()Dataset.__module__Dataset.__reduce__()Dataset.__setstate__()Dataset.__static_attributes__Dataset.__str__()Dataset.add_graph()Dataset.contexts()Dataset.graph()Dataset.graphs()Dataset.parse()Dataset.quads()Dataset.remove_graph()
GraphGraph.__abstractmethods__Graph.__add__()Graph.__and__()Graph.__annotations__Graph.__cmp__()Graph.__contains__()Graph.__dict__Graph.__eq__()Graph.__firstlineno__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.__static_attributes__Graph.__str__()Graph.__sub__()Graph.__weakref__Graph.__xor__()Graph.absolutize()Graph.add()Graph.addN()Graph.all_nodes()Graph.baseGraph.bind()Graph.cbd()Graph.close()Graph.collection()Graph.commit()Graph.compute_qname()Graph.connected()Graph.context_awareGraph.de_skolemize()Graph.default_unionGraph.destroy()Graph.formula_awareGraph.identifierGraph.isomorphic()Graph.items()Graph.n3()Graph.namespace_managerGraph.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.storeGraph.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()
ModificationExceptionQuotedGraphReadOnlyGraphAggregateReadOnlyGraphAggregate.__abstractmethods__ReadOnlyGraphAggregate.__annotations__ReadOnlyGraphAggregate.__cmp__()ReadOnlyGraphAggregate.__contains__()ReadOnlyGraphAggregate.__firstlineno__ReadOnlyGraphAggregate.__hash__()ReadOnlyGraphAggregate.__iadd__()ReadOnlyGraphAggregate.__init__()ReadOnlyGraphAggregate.__isub__()ReadOnlyGraphAggregate.__len__()ReadOnlyGraphAggregate.__module__ReadOnlyGraphAggregate.__reduce__()ReadOnlyGraphAggregate.__repr__()ReadOnlyGraphAggregate.__static_attributes__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()
SeqUnSupportedAggregateOperation
- rdflib.parser module
FileInputSourceInputSourceParserPythonInputSourcePythonInputSource.__annotations__PythonInputSource.__firstlineno__PythonInputSource.__init__()PythonInputSource.__module__PythonInputSource.__static_attributes__PythonInputSource.close()PythonInputSource.getPublicId()PythonInputSource.getSystemId()PythonInputSource.setPublicId()PythonInputSource.setSystemId()
StringInputSourceURLInputSource
- rdflib.paths module
AlternativePathInvPathMulPathNegatedPathPathPath.__abstractmethods__Path.__annotations__Path.__dict__Path.__eq__()Path.__firstlineno__Path.__ge__()Path.__gt__()Path.__hash__()Path.__invert__()Path.__le__()Path.__lt__()Path.__module__Path.__mul__()Path.__neg__()Path.__or__()Path.__static_attributes__Path.__truediv__()Path.__weakref__Path.eval()Path.n3()
PathListSequencePathevalPath()eval_path()inv_path()mul_path()neg_path()path_alternative()path_sequence()
- rdflib.plugin module
- rdflib.query module
- rdflib.resource module
- Basic Usage Scenario
- Schema Example
- Technical Details
ResourceResource.__dict__Resource.__eq__()Resource.__firstlineno__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.__static_attributes__Resource.__str__()Resource.__unicode__()Resource.__weakref__Resource.add()Resource.graphResource.identifierResource.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
- rdflib.store
NodePicklerStoreStore.__annotations__Store.__dict__Store.__firstlineno__Store.__init__()Store.__len__()Store.__module__Store.__static_attributes__Store.__weakref__Store.add()Store.addN()Store.add_graph()Store.bind()Store.close()Store.commit()Store.context_awareStore.contexts()Store.create()Store.destroy()Store.formula_awareStore.gc()Store.graph_awareStore.namespace()Store.namespaces()Store.node_picklerStore.open()Store.prefix()Store.query()Store.remove()Store.remove_graph()Store.rollback()Store.transaction_awareStore.triples()Store.triples_choices()Store.update()
StoreCreatedEventTripleAddedEventTripleRemovedEvent
- rdflib.term module
BNodeIdentifiedNodeIdentifierIdentifier.__abstractmethods__Identifier.__annotations__Identifier.__eq__()Identifier.__firstlineno__Identifier.__ge__()Identifier.__gt__()Identifier.__hash__()Identifier.__le__()Identifier.__lt__()Identifier.__module__Identifier.__ne__()Identifier.__new__()Identifier.__slots__Identifier.__static_attributes__Identifier.eq()Identifier.neq()Identifier.startswith()
LiteralLiteral.__abs__()Literal.__abstractmethods__Literal.__add__()Literal.__annotations__Literal.__bool__()Literal.__eq__()Literal.__firstlineno__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.__static_attributes__Literal.__sub__()Literal.datatypeLiteral.eq()Literal.ill_typedLiteral.languageLiteral.n3()Literal.neq()Literal.normalize()Literal.toPython()Literal.value
NodeURIRefURIRef.__abstractmethods__URIRef.__add__()URIRef.__annotations__URIRef.__firstlineno__URIRef.__invert__()URIRef.__mod__()URIRef.__module__URIRef.__mul__()URIRef.__neg__()URIRef.__new__()URIRef.__or__()URIRef.__radd__()URIRef.__reduce__()URIRef.__repr__()URIRef.__slots__URIRef.__static_attributes__URIRef.__truediv__()URIRef.de_skolemize()URIRef.defrag()URIRef.fragmentURIRef.n3()
Variablebind()
- rdflib.util module
- rdflib.void module
- rdflib.xsd_datetime module
DurationDuration.__add__()Duration.__dict__Duration.__eq__()Duration.__firstlineno__Duration.__getattr__()Duration.__getstate__()Duration.__hash__()Duration.__init__()Duration.__module__Duration.__mul__()Duration.__ne__()Duration.__neg__()Duration.__radd__()Duration.__repr__()Duration.__rmul__()Duration.__rsub__()Duration.__setstate__()Duration.__static_attributes__Duration.__str__()Duration.__sub__()Duration.__weakref__Duration.totimedelta()
duration_isoformat()fquotmod()max_days_in_month()parse_date()parse_datetime()parse_time()parse_xsd_date()parse_xsd_duration()parse_xsd_gyear()parse_xsd_gyearmonth()xsd_datetime_isoformat()
- Module contents
BNodeConjunctiveGraphConjunctiveGraph.__abstractmethods__ConjunctiveGraph.__annotations__ConjunctiveGraph.__contains__()ConjunctiveGraph.__firstlineno__ConjunctiveGraph.__init__()ConjunctiveGraph.__len__()ConjunctiveGraph.__module__ConjunctiveGraph.__reduce__()ConjunctiveGraph.__static_attributes__ConjunctiveGraph.__str__()ConjunctiveGraph.add()ConjunctiveGraph.addN()ConjunctiveGraph.baseConjunctiveGraph.context_awareConjunctiveGraph.context_id()ConjunctiveGraph.contexts()ConjunctiveGraph.default_contextConjunctiveGraph.default_unionConjunctiveGraph.formula_awareConjunctiveGraph.get_context()ConjunctiveGraph.get_graph()ConjunctiveGraph.parse()ConjunctiveGraph.quads()ConjunctiveGraph.remove()ConjunctiveGraph.remove_context()ConjunctiveGraph.triples()ConjunctiveGraph.triples_choices()
DatasetDataset.__abstractmethods__Dataset.__annotations__Dataset.__firstlineno__Dataset.__getstate__()Dataset.__init__()Dataset.__iter__()Dataset.__module__Dataset.__reduce__()Dataset.__setstate__()Dataset.__static_attributes__Dataset.__str__()Dataset.add_graph()Dataset.baseDataset.context_awareDataset.contexts()Dataset.default_contextDataset.default_unionDataset.formula_awareDataset.graph()Dataset.graphs()Dataset.parse()Dataset.quads()Dataset.remove_graph()
GraphGraph.__abstractmethods__Graph.__add__()Graph.__and__()Graph.__annotations__Graph.__cmp__()Graph.__contains__()Graph.__dict__Graph.__eq__()Graph.__firstlineno__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.__static_attributes__Graph.__str__()Graph.__sub__()Graph.__weakref__Graph.__xor__()Graph.absolutize()Graph.add()Graph.addN()Graph.all_nodes()Graph.baseGraph.bind()Graph.cbd()Graph.close()Graph.collection()Graph.commit()Graph.compute_qname()Graph.connected()Graph.context_awareGraph.de_skolemize()Graph.default_unionGraph.destroy()Graph.formula_awareGraph.identifierGraph.isomorphic()Graph.items()Graph.n3()Graph.namespace_managerGraph.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.storeGraph.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()
IdentifiedNodeLiteralLiteral.__abs__()Literal.__abstractmethods__Literal.__add__()Literal.__annotations__Literal.__bool__()Literal.__eq__()Literal.__firstlineno__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.__static_attributes__Literal.__sub__()Literal.datatypeLiteral.eq()Literal.ill_typedLiteral.languageLiteral.n3()Literal.neq()Literal.normalize()Literal.toPython()Literal.value
NORMALIZE_LITERALSNamespaceNodeURIRefURIRef.__abstractmethods__URIRef.__add__()URIRef.__annotations__URIRef.__firstlineno__URIRef.__invert__()URIRef.__mod__()URIRef.__module__URIRef.__mul__()URIRef.__neg__()URIRef.__new__()URIRef.__or__()URIRef.__radd__()URIRef.__reduce__()URIRef.__repr__()URIRef.__slots__URIRef.__static_attributes__URIRef.__truediv__()URIRef.de_skolemize()URIRef.defrag()URIRef.fragmentURIRef.n3()
Variable