Skip to content

Commit dc3da9b

Browse files
committed
Update spatialCoverage mapping in query 2
1 parent ecec468 commit dc3da9b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

spec-appendix.qmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,13 @@ This query returns all datasets whose bounding box matches a specific coordinate
5050

5151
```sparql
5252
PREFIX geocr: <http://mlcommons.org/croissant/geo/1.0/>
53+
PREFIX sc: <https://schema.org/>
5354
5455
SELECT ?dataset ?record ?bbox
5556
WHERE {
5657
?dataset a geocr:Dataset ;
5758
geocr:recordSet ?record .
58-
?record geocr:BoundingBox ?bbox .
59+
?record sc:spatialCoverage ?bbox .
5960
FILTER(STR(?bbox) = "[-120.0, 30.0, -110.0, 40.0]")
6061
}
6162
```

0 commit comments

Comments
 (0)