11
11
12
12
[ ![ License: CECILL-C] ( https://img.shields.io/badge/License-CECILL--C-blue.svg )] ( https://cecill.info/licences/Licence_CeCILL-C_V1-en.html ) [ ![ Discussions] ( https://img.shields.io/badge/Discussions-GitHub-blue )] ( https://github.com/orgs/corese-stack/discussions )
13
13
14
- ## ✨ Features
14
+ ## Features
15
15
16
16
- Convert RDF data formats (Turtle, RDF/XML, N-Triples, etc.)
17
17
- Execute SPARQL queries on local or remote files
18
18
- Query SPARQL endpoints
19
19
- Validate RDF graphs using SHACL
20
20
- Canonicalize RDF data
21
21
22
- ## 🚀 Getting Started
22
+ ## Getting Started
23
23
24
24
Install Corese-Command using your preferred platform:
25
25
26
26
### Linux
27
27
28
28
<a href =' https://flathub.org/apps/fr.inria.corese.CoreseCommand ' >
29
- <img width='140' alt='Get it on Flathub' src='https://flathub.org/api/badge?locale=en '/>
29
+ <img width='140' alt='Get it on Flathub' src='docs/source/_static/logo/badge_flathub.svg '/>
30
30
</a >
31
31
32
32
``` shell
@@ -53,16 +53,20 @@ You can also use Corese-Command as a standalone `.jar` file or add it to a Java
53
53
54
54
> Requires Java 21 or higher.
55
55
56
- - [ 🔗 GitHub Releases] ( https://github.com/corese-stack/corese-command/releases )
57
- - [ 📦 Maven Central] ( https://central.sonatype.com/artifact/fr.inria.corese/corese-command )
56
+ <a href =' https://github.com/corese-stack/corese-command/releases ' >
57
+ <img width='140' alt='Get it on GitHub' src='docs/source/_static/logo/badge_github.svg'/>
58
+ </a >
59
+ <a href =' https://central.sonatype.com/artifact/fr.inria.corese/corese-command ' >
60
+ <img width='140' alt='Get it on Maven Central' src='docs/source/_static/logo/badge_maven.svg'/>
61
+ </a >
58
62
59
63
Run manually with:
60
64
61
65
``` shell
62
66
java -jar corese-command-standalone.jar
63
67
```
64
68
65
- ## ✅ Example Usage
69
+ ## Example Usage
66
70
67
71
``` shell
68
72
# Run a simple SPARQL query on an RDF file
@@ -89,19 +93,19 @@ corese canonicalize -i data.ttl -of rdfc-1.0-sha256
89
93
corese query-endpoint -q ' SELECT * WHERE {?s ?p ?o}' -e " https://dbpedia.org/sparql"
90
94
```
91
95
92
- ## 📖 Documentation
96
+ ## Documentation
93
97
94
98
- [ Getting Started Guide] ( https://corese-stack.github.io/corese-command/v4.6.1/user_guide.html )
95
99
96
- ## 🤝 Contributing
100
+ ## Contributing
97
101
98
102
We welcome contributions! Here’s how to get involved:
99
103
100
104
- [ GitHub Discussions] ( https://github.com/orgs/corese-stack/discussions )
101
105
- [ Issue Tracker] ( https://github.com/corese-stack/corese-command/issues )
102
106
- [ Pull Requests] ( https://github.com/corese-stack/corese-command/pulls )
103
107
104
- ## 🔗 Useful Links
108
+ ## Useful Links
105
109
106
110
- [ Corese Website] ( https://corese-stack.github.io/corese-command/ )
107
111
- Mailing List: < corese-users@inria.fr >
0 commit comments