{"id":36419330,"url":"https://github.com/corese-stack/corese-command","last_synced_at":"2026-01-11T17:02:52.920Z","repository":{"id":259016482,"uuid":"855171900","full_name":"corese-stack/corese-command","owner":"corese-stack","description":"A command-line tool for converting, querying, and validating RDF data with SPARQL and SHACL using the Corese engine.","archived":false,"fork":false,"pushed_at":"2025-10-22T14:47:36.000Z","size":86096,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":6,"default_branch":"develop","last_synced_at":"2025-10-22T15:40:43.731Z","etag":null,"topics":["cli","command-line","corese","rdf","rdf-canonicalization","rdf-converter","rdf-validation","shacl","sparql"],"latest_commit_sha":null,"homepage":"https://corese-stack.github.io/corese-command/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/corese-stack.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-10T12:41:32.000Z","updated_at":"2025-10-22T13:40:44.000Z","dependencies_parsed_at":"2024-11-18T14:02:57.312Z","dependency_job_id":"5d9ed225-aae4-4fa8-ab59-7c23055f5512","html_url":"https://github.com/corese-stack/corese-command","commit_stats":null,"previous_names":["corese-stack/corese-command"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/corese-stack/corese-command","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corese-stack%2Fcorese-command","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corese-stack%2Fcorese-command/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corese-stack%2Fcorese-command/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corese-stack%2Fcorese-command/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/corese-stack","download_url":"https://codeload.github.com/corese-stack/corese-command/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corese-stack%2Fcorese-command/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28314260,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T14:58:17.114Z","status":"ssl_error","status_checked_at":"2026-01-11T14:55:53.580Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","command-line","corese","rdf","rdf-canonicalization","rdf-converter","rdf-validation","shacl","sparql"],"created_at":"2026-01-11T17:02:52.846Z","updated_at":"2026-01-11T17:02:52.912Z","avatar_url":"https://github.com/corese-stack.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- markdownlint-disable MD033 --\u003e\n\u003c!-- markdownlint-disable MD041 --\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://project.inria.fr/corese/\"\u003e\n        \u003cimg src=\"docs/source/_static/logo/corese-command.svg\" width=\"200\" alt=\"Corese-Command-logo\"\u003e\n    \u003c/a\u003e\n    \u003cbr\u003e\n    \u003cstrong\u003eCommand-line tool for the Semantic Web of Linked Data\u003c/strong\u003e\n\u003c/p\u003e\n\n[![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)\n\n## Features\n\n- Convert RDF data formats (Turtle, RDF/XML, N-Triples, etc.)\n- Execute SPARQL queries on local or remote files\n- Query SPARQL endpoints\n- Validate RDF graphs using SHACL\n- Canonicalize RDF data\n\n## Getting Started\n\nInstall Corese-Command using your preferred platform:\n\n### Linux\n\n\u003ca href='https://flathub.org/apps/fr.inria.corese.CoreseCommand'\u003e\n    \u003cimg width='140' alt='Get it on Flathub' src='docs/source/_static/logo/badge_flathub.svg'/\u003e\n\u003c/a\u003e\n\n```shell\ncurl -fsSL https://raw.githubusercontent.com/corese-stack/corese-command/main/packaging/scripts/install-linux.sh -o /tmp/corese.sh \u0026\u0026 bash /tmp/corese.sh\n```\n\n### macOS\n\n```shell\ncurl -fsSL https://raw.githubusercontent.com/corese-stack/corese-command/main/packaging/scripts/install-macos.sh -o /tmp/corese.sh \u0026\u0026 bash /tmp/corese.sh\n```\n\n### Windows (PowerShell)\n\n```powershell\niwr -useb https://raw.githubusercontent.com/corese-stack/corese-command/main/packaging/scripts/install-windows.ps1 | iex\n```\n\n### Manual Installation (cross-platform)\n\nYou can also use Corese-Command as a standalone `.jar` file or add it to a Java project via Maven.\n\n\u003e Requires Java 21 or higher.\n\n\u003ca href='https://github.com/corese-stack/corese-command/releases'\u003e\n    \u003cimg width='140' alt='Get it on GitHub' src='docs/source/_static/logo/badge_github.svg'/\u003e\n\u003c/a\u003e\n\u003ca href='https://central.sonatype.com/artifact/fr.inria.corese/corese-command'\u003e\n    \u003cimg width='140' alt='Get it on Maven Central' src='docs/source/_static/logo/badge_maven.svg'/\u003e\n\u003c/a\u003e\n\nRun manually with:\n\n```shell\njava -jar corese-command-standalone.jar\n```\n\n## Example Usage\n\n```shell\n# Run a simple SPARQL query on an RDF file\ncorese query -q 'SELECT * WHERE {?s ?p ?o}' -i data.ttl\n```\n\n```shell\n# Convert RDF from Turtle to RDF/XML\ncorese convert -i data.ttl -of rdfxml\n```\n\n```shell\n# Validate RDF data with SHACL shapes\ncorese validate -i data.ttl -s shapes.ttl\n```\n\n```shell\n# Canonicalize RDF using RDFC 1.0 with SHA-256\ncorese canonicalize -i data.ttl -of rdfc-1.0-sha256\n```\n\n```shell\n# Query a SPARQL endpoint\ncorese query-endpoint -q 'SELECT * WHERE {?s ?p ?o}' -e \"https://dbpedia.org/sparql\"\n```\n\n## Documentation\n\n- [Getting Started Guide](https://corese-stack.github.io/corese-command/v4.6.2/user_guide.html)\n\n## Contributing\n\nWe welcome contributions! Here’s how to get involved:\n\n- [GitHub Discussions](https://github.com/orgs/corese-stack/discussions)\n- [Issue Tracker](https://github.com/corese-stack/corese-command/issues)\n- [Pull Requests](https://github.com/corese-stack/corese-command/pulls)\n\n## Useful Links\n\n- [Corese Website](https://corese-stack.github.io/corese-command/)\n- Mailing List: \u003ccorese-users@inria.fr\u003e\n- Subscribe: Send an email to \u003ccorese-users-request@inria.fr\u003e with the subject: `subscribe`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorese-stack%2Fcorese-command","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorese-stack%2Fcorese-command","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorese-stack%2Fcorese-command/lists"}