.. CORESE documentation master file, created by
sphinx-quickstart on Tue Apr 16 14:51:03 2024.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
.. image:: _static/logo/corese-gui-swing_doc_light.svg
:align: center
:width: 400px
:class: only-light
.. image:: _static/logo/corese-gui-swing_doc_dark.svg
:align: center
:width: 400px
:class: only-dark
Corese is a software platform that implements and extends the standards of the Semantic Web. It enables users to create, manipulate, parse, serialize, query, reason about, and validate RDF data.
Corese-GUI is a graphical interface for the Corese Semantic Web platform. It allows users to easily and visually use Corese's features, including manipulating, querying, reasoning, and validating RDF data.
Corese-GUI provides an intuitive interface to execute SPARQL queries, visualize RDF graphs, validate data with SHACL, and much more.
.. grid:: 2
:gutter: 2
.. grid-item::
.. image:: _static/screenshots/query-graph.png
:alt: Visualize RDF graph from SPARQL CONSTRUCT query
:width: 100%
:class: only-dark
.. grid-item::
.. image:: _static/screenshots/query-table.png
:alt: Display results of SPARQL SELECT in table view
:width: 100%
:class: only-dark
.. grid-item::
.. image:: _static/screenshots/shacl-editor.png
:alt: Validate RDF data using SHACL shapes
:width: 100%
:class: only-dark
.. grid-item::
.. image:: _static/screenshots/shacl-validation.png
:alt: Edit SHACL shapes and get real-time validation feedback
:width: 100%
:class: only-dark
.. grid:: 2
:gutter: 2
.. grid-item::
.. image:: _static/screenshots/query-graph.png
:alt: Visualize RDF graph from SPARQL CONSTRUCT query
:width: 100%
:class: only-light
.. grid-item::
.. image:: _static/screenshots/query-table.png
:alt: Display results of SPARQL SELECT in table view
:width: 100%
:class: only-light
.. grid-item::
.. image:: _static/screenshots/shacl-editor.png
:alt: Validate RDF data using SHACL shapes
:width: 100%
:class: only-light
.. grid-item::
.. image:: _static/screenshots/shacl-validation.png
:alt: Edit SHACL shapes and get real-time validation feedback
:width: 100%
:class: only-light
.. Define named hyperlinks for the references of W3C standards
.. _RDF: https://www.w3.org/RDF/
.. _RDFS: https://www.w3.org/2001/sw/wiki/RDFS
.. _SPARQL1.1 Query & Update: https://www.w3.org/2001/sw/wiki/SPARQL
.. _OWL RL: https://www.w3.org/2005/rules/wiki/OWLRL
.. _SHACL: https://www.w3.org/TR/shacl/
.. Define named hyperlinks for the references of extensions
.. _STTL SPARQL: ./_static/extensions/sttl.html
.. _SPARQL Rule: ./_static/extensions/rule.html
.. _LDScript: ./_static/extensions/ldscript.html
.. Original location of the extensions documentation
.. .. _STTL SPARQL: https://files.inria.fr/corese/doc/sttl.html
.. .. _SPARQL Rule: https://files.inria.fr/corese/doc/rule.html
.. .. _LDScript: https://files.inria.fr/corese/doc/ldscript.html
.. #############################################################################
.. The statements below are to produce the grid of cards in the home page
.. grid:: 2
.. grid-item-card::
:shadow: sm
:class-card: sd-rounded-3
Corese-GUI implements W3C standards and extensions
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* W3C standards
* `RDF`_
* `RDFS`_
* `SPARQL1.1 Query & Update`_
* `OWL RL`_
* `SHACL`_
* Extensions
* `STTL SPARQL`_
* `SPARQL Rule`_
* `LDScript`_
.. grid-item-card::
:shadow: sm
:class-card: sd-rounded-3
Corese offers several interfaces
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* `corese-core