{"id":28966232,"url":"https://github.com/dice-group/sparql-parser-base","last_synced_at":"2025-06-24T07:32:54.434Z","repository":{"id":53541465,"uuid":"237426156","full_name":"dice-group/sparql-parser-base","owner":"dice-group","description":"Antlr4 based SPARQL 1.0 and SPARQL 1.1 parsers","archived":false,"fork":false,"pushed_at":"2025-02-11T08:57:05.000Z","size":176,"stargazers_count":5,"open_issues_count":2,"forks_count":1,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-02-11T09:49:45.476Z","etag":null,"topics":["anlr4","anltr","cpp","cpp17","parser","sparql","sparql-parser"],"latest_commit_sha":null,"homepage":"https://tentris.dice-research.org/","language":"ANTLR","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dice-group.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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}},"created_at":"2020-01-31T12:31:40.000Z","updated_at":"2025-02-11T08:50:08.000Z","dependencies_parsed_at":"2024-12-05T08:28:20.071Z","dependency_job_id":"12f06bbc-ab69-4d5a-ae21-8f800a02c5e0","html_url":"https://github.com/dice-group/sparql-parser-base","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/dice-group/sparql-parser-base","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dice-group%2Fsparql-parser-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dice-group%2Fsparql-parser-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dice-group%2Fsparql-parser-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dice-group%2Fsparql-parser-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dice-group","download_url":"https://codeload.github.com/dice-group/sparql-parser-base/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dice-group%2Fsparql-parser-base/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261627759,"owners_count":23186692,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["anlr4","anltr","cpp","cpp17","parser","sparql","sparql-parser"],"created_at":"2025-06-24T07:31:02.406Z","updated_at":"2025-06-24T07:32:54.419Z","avatar_url":"https://github.com/dice-group.png","language":"ANTLR","readme":"# SPARQL-parser-base\n\n[ANTLR-v4-based](https://github.com/antlr/antlr4)-based C++17 parser for [SPARQL 1.1](https://www.w3.org/TR/sparql11-overview/)\nwith visitors and listeners. During CMake configuration, the ANTLR v4 code generator is called. \n\n## Requirements\n\n- C++17 compatible compiler\n- Only tested on linux, x86_64\n- Conan installed or antlr4-runtime available via CMake's find_package\n\n## Usage\n\n### As Conan Package\n\nIt is available via the artifactory of the [DICE Research Group](https://dice-research.org/).\n\nYou need the [package manager Conan](https://conan.io/downloads.html) installed and set up. You can add the DICE\nartifactory with:\n\n```shell\nconan remote add dice-group https://conan.dice-research.org/artifactory/api/conan/tentris\n```\n\nTo use sparql-parser-base, add it to your `conanfile.txt`:\n\n```\n[requires]\nsparql-parser-base/0.3.9\n```\n\n### With FetchContent\n\nUse \n\n```\ninclude(FetchContent)\nFetchContent_Declare(\n        sparql-parser-base\n        GIT_REPOSITORY \"${CMAKE_CURRENT_SOURCE_DIR}/../\"\n        GIT_TAG 0.3.9\n        GIT_SHALLOW TRUE\n)\nFetchContent_MakeAvailable(sparql-parser-base)\n```\n\nto make the library target `sparql-parser-base::sparql-parser-base` available.\n\nBeware: Conan will not be used for dependency retrieval if you include sparql-parser-base via FetchContent. It is your\nresponsibility that all dependencies are available before.\n\n## Build\n\n```shell\n#get it \ngit clone https://github.com/dice-group/sparql-parser-base.git\ncd sparql-base-parser\n#build it\nmkdir build\ncd build\ncmake  -DCMAKE_BUILD_TYPE=Release .. # uses conan by default if installed\nmake -j sparql-parser-base\n```\n\n### CMake Config Options:\n\n`-DBUILD_EXAMPLES=ON/OFF [default: OFF]`: Build the examples.\n\n\n\n`-DANTLR4_TAG=... [default: \"4.13.1\"]`: ANTLR4 version to be used.\n\n`-DCONAN_CMAKE=ON/OFF [default: ON]`: If available, use Conan to retrieve dependencies.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdice-group%2Fsparql-parser-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdice-group%2Fsparql-parser-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdice-group%2Fsparql-parser-base/lists"}