This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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#> |