Skip to content

Instantly share code, notes, and snippets.

View prayaslashkari's full-sized avatar
🎯
Focusing

Prayas Lashkari prayaslashkari

🎯
Focusing
View GitHub Profile
@prayaslashkari
prayaslashkari / gist:0dbb21c27892e147184fce1f777ae154
Created September 19, 2026 17:37
Sawgraph Demo - Q2 - Chemical Manufacturing Facilities (NAICS 325/326) Near Surface Water in Indiana
# Find chemical manufacturing facilities near standing surface water (lakes, reservoirs) in Indiana
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX geo: <http://www.opengis.net/ont/geosparql#>
PREFIX spatial: <http://purl.org/spatialai/spatial/spatial-full#>
PREFIX kwg-ont: <http://stko-kwg.geog.ucsb.edu/lod/ontology/>
@prayaslashkari
prayaslashkari / gist:779fead4c412dd4d476e8f2f636bec16
Created September 19, 2026 17:36
Sawgraph Demo - Q1 - Querying Biota Samples for Long-Chain Perfluoroalkyl Substances (PFAS) Detects
# Retrieve 100 plant and animal (biota) sample results with the location type sampled, sample material type, observed property, substance, and detected result.
PREFIX coso: <http://w3id.org/coso/v1/contaminoso#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX qudt: <http://qudt.org/schema/qudt/>
PREFIX pfas: <http://w3id.org/pfas/v1/>
PREFIX dsstox: <http://w3id.org/DSSTox/v1/>
PREFIX geo: <http://www.opengis.net/ont/geosparql#>