We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000912d commit e41449bCopy full SHA for e41449b
examples/vis-data.json
@@ -165,6 +165,9 @@
165
"query": [
166
"PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>",
167
"PREFIX fso: <http://www.example.com/fso#>",
168
+ "PREFIX pto: <http://www.productontology.org/id/>",
169
+ "PREFIX owl: <http://www.w3.org/2002/07/owl#>",
170
+ "PREFIX bot: <https://w3id.org/bot#>",
171
"PREFIX ice: <http://www.example.com/ice#>\n",
172
"CONSTRUCT",
173
"WHERE {",
0 commit comments