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.2 KiB
38 lines
1.2 KiB
4 years ago
|
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:
|
||
|
|
||
|
|
||
|
`Triple <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:
|