You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
12
19
@@ -22,28 +29,59 @@ It enables users to convert RDF formats, execute SPARQL queries, interogate SPAR
22
29
.. image:: _static/screenshots/convert.png
23
30
:alt:Screenshot of corese convert
24
31
:width:100%
25
-
:class:sd-rounded-2
32
+
:class:only-dark
33
+
34
+
.. grid-item::
35
+
36
+
.. image:: _static/screenshots/query.png
37
+
:alt:Screenshot of corese query
38
+
:width:100%
39
+
:class:only-dark
40
+
41
+
.. grid-item::
42
+
43
+
.. image:: _static/screenshots/validate.png
44
+
:alt:Screenshot of corese validate
45
+
:width:100%
46
+
:class:only-dark
47
+
48
+
.. grid-item::
49
+
50
+
.. image:: _static/screenshots/help.png
51
+
:alt:Screenshot of help
52
+
:width:100%
53
+
:class:only-dark
54
+
55
+
.. grid:: 2
56
+
:gutter: 2
57
+
58
+
.. grid-item::
59
+
60
+
.. image:: _static/screenshots/convert.png
61
+
:alt:Screenshot of corese convert
62
+
:width:100%
63
+
:class:only-light
26
64
27
65
.. grid-item::
28
66
29
67
.. image:: _static/screenshots/query.png
30
68
:alt:Screenshot of corese query
31
69
:width:100%
32
-
:class:sd-rounded-2
70
+
:class:only-light
33
71
34
72
.. grid-item::
35
73
36
74
.. image:: _static/screenshots/validate.png
37
75
:alt:Screenshot of corese validate
38
76
:width:100%
39
-
:class:sd-rounded-2
77
+
:class:only-light
40
78
41
79
.. grid-item::
42
80
43
81
.. image:: _static/screenshots/help.png
44
82
:alt:Screenshot of help
45
83
:width:100%
46
-
:class:sd-rounded-2
84
+
:class:only-light
47
85
48
86
.. Define named hyperlinks for the references of W3C standards
49
87
.. _RDF: https://www.w3.org/RDF/
@@ -91,21 +129,20 @@ It enables users to convert RDF formats, execute SPARQL queries, interogate SPAR
91
129
Corese offers several interfaces
92
130
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
93
131
* `corese-core <https://corese-stack.github.io/corese-core/>`_: Java library to process RDF data and use Corese features via an API.
94
-
* `corese-server <https://corese-stack.github.io/corese-server/>`_: Tool to easily create, configure and manage SPARQL endpoints.
95
-
* `corese-gui <https://corese-stack.github.io/corese-gui/>`_: Graphical interface that allows an easy and visual use of Corese features.
96
132
* `corese-command <https://corese-stack.github.io/corese-command/>`_: Command Line Interface for Corese that allows users to interact with Corese features from the terminal.
133
+
* `corese-gui <https://corese-stack.github.io/corese-gui-swing/>`_: Graphical interface that allows an easy and visual use of Corese features.
134
+
* `corese-server <https://corese-stack.github.io/corese-server-jetty/>`_: Tool to create, configure and manage SPARQL endpoints.
97
135
* `corese-python (beta) <https://corese-stack.github.io/corese-python/>`_: Python wrapper for accessing and manipulating RDF data with Corese features using py4j.
98
136
99
137
.. raw:: html
100
138
101
-
102
139
<h3>Contributions and discussions about Corese-Command</h3>
For support questions, comments, and any ideas for improvements you`d like to discuss, please use our `discussion forum`_. We welcome everyone to contribute to `issue reports`_, suggest new features, and create `pull requests`_.
145
+
For any questions, comments, or improvement ideas, please use our `discussion forum`_. We welcome everyone to contribute via `issue reports`_, suggest new features, and create `pull requests`_.
0 commit comments