@igea/oac_backend 1.0.111 → 1.0.112
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
|
@@ -261,6 +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
|
+
//To skip the root of the vocabolary with start the loop from 1 (instead of 0)
|
|
264
265
|
for(let i=1; i<bindings.length; i++){
|
|
265
266
|
let item = bindings[i]
|
|
266
267
|
data_turtle += `
|