We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790d204 commit d51a784Copy full SHA for d51a784
1 file changed
sparql/CompetencyQuestions/CQ5.rq
@@ -1,3 +1,4 @@
1
+### GraphDB version
2
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
3
PREFIX fio: <http://w3id.org/fio/v1/fio#>
4
PREFIX naics: <http://w3id.org/fio/v1/naics#>
@@ -8,8 +9,6 @@ PREFIX owl: <http://www.w3.org/2002/07/owl#>
8
9
10
# What subsectors of the “Manufacturing” sector (sectors 31-33) are associated with facilities
11
# suspected of handling PFAS, and which facilities of those subsectors are located in Maine?
-
12
-### GraphDB version
13
SELECT * WHERE {
14
#Find subsectors of manufacturing likely to use PFAS
15
{SELECT DISTINCT ?industry ?industryLabel WHERE{
0 commit comments