https://github.com/opengeospatial/ets-geosparql11
Executable Test Suite for OGC GeoSPARQL 1.1
https://github.com/opengeospatial/ets-geosparql11
Last synced: 29 days ago
JSON representation
Executable Test Suite for OGC GeoSPARQL 1.1
- Host: GitHub
- URL: https://github.com/opengeospatial/ets-geosparql11
- Owner: opengeospatial
- License: other
- Created: 2026-05-19T16:44:19.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-26T05:57:31.000Z (about 1 month ago)
- Last Synced: 2026-05-26T07:30:00.595Z (about 1 month ago)
- Language: Java
- Size: 130 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
Awesome Lists containing this project
README
= Executable Test Suite of version 1.1 of the OGC GeoSPARQL Standard
== Scope
Describe scope of the test suite.
Visit the http://opengeospatial.github.io/ets-geosparql11/[project documentation website]
for more information, including the API documentation.
== How to build the test suite
The test suite is built using https://maven.apache.org/[Apache Maven v3].
== How to run the test suite
The options for running the suite are summarized in
include::src/site/asciidoc/how-to-run-the-tests.adoc[]
== How to contribute
If you would like to get involved, you can:
* https://github.com/opengeospatial/ets-geosparql11/issues[Report an issue] such as a defect or
an enhancement request
* Help to resolve an https://github.com/opengeospatial/ets-geosparql11/issues?q=is%3Aopen[open issue]
* Fix a bug: Fork the repository, apply the fix, and create a pull request
* Add new tests: Fork the repository, implement and verify the tests on a new topic branch,
and create a pull request (don't forget to periodically rebase long-lived branches so
there are no extraneous conflicts)