You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
RDF Model
|
|
|
|
=========
|
|
|
|
|
|
|
|
Oxigraph provides python classes to represents basic RDF concepts:
|
|
|
|
|
|
|
|
|
|
|
|
`IRIs <https://www.w3.org/TR/rdf11-concepts/#dfn-iri>`_
|
|
|
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
|
|
|
.. autoclass:: pyoxigraph.NamedNode
|
|
|
|
:members:
|
|
|
|
|
|
|
|
|
|
|
|
`Blank Nodes <https://www.w3.org/TR/rdf11-concepts/#dfn-blank-node>`_
|
|
|
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
|
|
|
.. autoclass:: pyoxigraph.BlankNode
|
|
|
|
:members:
|
|
|
|
|
|
|
|
|
|
|
|
`Literals <https://www.w3.org/TR/rdf11-concepts/#dfn-literal>`_
|
|
|
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
|
|
|
.. autoclass:: pyoxigraph.Literal
|
|
|
|
:members:
|
|
|
|
|
|
|
|
|
|
|
|
`Triples <https://www.w3.org/TR/rdf11-concepts/#dfn-rdf-triple>`_
|
|
|
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
|
|
|
.. autoclass:: pyoxigraph.Triple
|
|
|
|
:members:
|
|
|
|
|
|
|
|
|
|
|
|
Quads (`triples <https://www.w3.org/TR/rdf11-concepts/#dfn-rdf-triple>`_ in a `RDF dataset <https://www.w3.org/TR/rdf11-concepts/#dfn-rdf-dataset>`_)
|
|
|
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
|
|
|
.. autoclass:: pyoxigraph.Quad
|
|
|
|
:members:
|
|
|
|
|
|
|
|
.. autoclass:: pyoxigraph.DefaultGraph
|
|
|
|
:members:
|