@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
|
@@ -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=
|
|
264
|
+
for(let i=1; i<bindings.length; i++){
|
|
265
265
|
let item = bindings[i]
|
|
266
266
|
data_turtle += `
|
|
267
267
|
<${item.concept.value}>
|