Skip to content
github-actions[bot] edited this page Sep 2, 2026 · 3 revisions

SAWGraph Explorer

A React app for querying the SAWGraph knowledge graph, which holds PFAS contamination data for the United States. You build a question out of two entity blocks and a spatial relationship between them, the app turns that into a sequence of SPARQL queries against five endpoints, and the results land on a map.

This wiki documents the queries. What each one asks for, why it is shaped the way it is, and what to check when it returns something surprising.

Filter dropdowns

Where the options in each filter control come from.

Elsewhere in the repository

The wiki is not the only documentation. These live in the repo because they change with the code and are read while working in it:

Editing this wiki

Do not edit pages in the wiki UI. They are overwritten on every push to main. The source lives at docs/wiki/, so changes go through a pull request alongside the code they describe.

Clone this wiki locally