RDF
- class RDF.Change
Bases:
- class Collection
Bases:
- in_named_graph(self: RDF.Change.Collection, arg0: str) Iterator[RDF.Change]
- property named_graphs
- class Type
Bases:
Members:
ADDITION
MUTATION
DELETION
- ADDITION = <Type.ADDITION: 0>
- DELETION = <Type.DELETION: 2>
- MUTATION = <Type.MUTATION: 1>
- property name
- property value
- property named_graph
- property new_statement
- property old_statement
- property type
- class RDF.Class
Bases:
Resource- class Collection
Bases:
- get_property(*args, **kwargs)
Overloaded function.
get_property(self: RDF.Class, arg0: RDF.Namespace, arg1: str) -> XS::RDF::IProperty
get_property(self: RDF.Class, arg0: str) -> XS::RDF::IProperty
- property children
- property parents
- property properties
- class RDF.Property
Bases:
Resource- class Collection
Bases:
- is_sub_property_of(self: RDF.Property, arg0: RDF.Property) bool
- property children
- property domain
- property max_cardinality
- property min_cardinality
- property parent
- property range
- class RDF.Resource
Bases:
- is_instance_of(self: RDF.Resource, arg0: XS::RDF::IClass) bool
- property is_datatype_resource
- property is_object_resource
- property uri
- class RDF.Statement
Bases:
- class Collection
Bases:
- add(self: RDF.Statement.Collection, subject: str, predicate: str, uri: str = '', literal: str = '', literal_type: str | None = None, named_graph_uri: str | None = None) RDF.Statement
- add_named_graph(self: RDF.Statement.Collection, uri: str, mclass: RDF.Class = None) RDF.NamedGraph
- in_named_graph(self: RDF.Statement.Collection, arg0: str) Iterator[RDF.Statement]
- remove(self: RDF.Statement.Collection, statement: RDF.Statement) None
- update(self: RDF.Statement.Collection, statement: RDF.Statement, subject: str, predicate: str, uri: str = '', literal: str = '', literal_type: str | None = None, named_graph_uri: str | None = None) RDF.Statement
- property named_graphs
- property named_graph
- property object
- property predicate
- property subject
- RDF.make_change_collection(old_data: RDF.Statement.Collection, new_data: RDF.Statement.Collection, ignore_deletions: bool = False) RDF.Change.Collection