Fork of https://github.com/oxigraph/oxigraph.git for the purpose of NextGraph project
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.
38 lines
1.1 KiB
38 lines
1.1 KiB
RDF Model
|
|
=========
|
|
.. py:currentmodule:: pyoxigraph
|
|
|
|
Oxigraph provides python classes to represents basic RDF concepts:
|
|
|
|
|
|
`IRIs <https://www.w3.org/TR/rdf11-concepts/#dfn-iri>`_
|
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
|
.. autoclass:: NamedNode
|
|
:members:
|
|
|
|
|
|
`Blank Nodes <https://www.w3.org/TR/rdf11-concepts/#dfn-blank-node>`_
|
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
|
.. autoclass:: BlankNode
|
|
:members:
|
|
|
|
|
|
`Literals <https://www.w3.org/TR/rdf11-concepts/#dfn-literal>`_
|
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
|
.. autoclass:: Literal
|
|
:members:
|
|
|
|
|
|
`Triples <https://www.w3.org/TR/rdf11-concepts/#dfn-rdf-triple>`_
|
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
|
.. autoclass:: 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:: Quad
|
|
:members:
|
|
|
|
.. autoclass:: DefaultGraph
|
|
:members:
|
|
|