"Object" : {
"type" : "literal",
"value" : "German painter, printmaker, 1471-1528"
}
But there are so many objects with type literal and a value e. g.
"Object" : {
"type" : "literal",
"value" : "Duerer, Albrecht"
}
"Object" : {
"type" : "literal",
"value" : "Albrecht Duerer"
}
......
Did I misunderstand the purpose of this data? What's a good way to get all artist names and their birth dates?
I'd like to use Python.
Thanks
Zin