@igea/oac_backend 1.0.110 → 1.0.111

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igea/oac_backend",
3
- "version": "1.0.110",
3
+ "version": "1.0.111",
4
4
  "description": "Backend service for the OAC project",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -261,7 +261,7 @@ router.get('/get-vocabolary-terms/:key', (req, res) => {
261
261
  PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
262
262
  PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
263
263
  `
264
- for(let i=0; i<bindings.length; i++){
264
+ for(let i=1; i<bindings.length; i++){
265
265
  let item = bindings[i]
266
266
  data_turtle += `
267
267
  <${item.concept.value}>