Skip to content

Commit 790d204

Browse files
authored
Update CQ4.rq
1 parent 3d8f1b4 commit 790d204

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sparql/CompetencyQuestions

sparql/CompetencyQuestions/CQ4.rq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
### GraphDB version
12
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
23
PREFIX fio: <http://w3id.org/fio/v1/fio#>
34
PREFIX naics: <http://w3id.org/fio/v1/naics#>
@@ -9,7 +10,6 @@ PREFIX kwgr: <http://stko-kwg.geog.ucsb.edu/lod/resource/>
910
# (Pulp, Paper, and Paperboard Mills) and 3222 (Converted Paper Product Manufacturing)
1011
# and their specific NAICS Industry Codes and the county they are located in.
1112

12-
### GraphDB version
1313
SELECT DISTINCT ?facility (GROUP_CONCAT(DISTINCT(?industryName); separator=",") as ?industryName) (GROUP_CONCAT(DISTINCT(?countyName)) as ?county) WHERE {
1414
VALUES ?industryGroup{naics:NAICS-3221 naics:NAICS-3222}
1515
?facility a fio:Facility;

0 commit comments

Comments
 (0)