I have the following JSON:
{
"head":{
"vars":[
"uri",
"label"
]
},
"results":{
"bindings":[
{
"uri":{
"type":"uri",
"value":"http://tematres.befdata.biow.uni-leipzig.de/vocab/?tema=751"
},
"label":{
"type":"literal",
"xml:lang":"en",
"value":"15n"
}
},
{
"uri":{
"type":"uri",
"value":"http://tematres.befdata.biow.uni-leipzig.de/vocab/?tema=916"
},
"label":{
"type":"literal",
"xml:lang":"en",
"value":"16s analysis"
}
},
{
"uri":{
"type":"uri",
"value":"http://tematres.befdata.biow.uni-leipzig.de/vocab/?tema=622"
},
"label":{
"type":"literal",
"xml:lang":"en",
"value":"16s rrna"
}
},
{
"uri":{
"type":"uri",
"value":"http://tematres.befdata.biow.uni-leipzig.de/vocab/?tema=917"
},
"label":{
"type":"literal",
"xml:lang":"en",
"value":"16s rrna gene analysis"
}
},
{
"uri":{
"type":"uri",
"value":"http://tematres.befdata.biow.uni-leipzig.de/vocab/?tema=618"
},
"label":{
"type":"literal",
"xml:lang":"en",
"value":"18s rdna"
}
}
]
}
}
Is there any way to get only the uri
value and the corresponding label
value in a map or so, to fill a table with these values later.