You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the json-ld all @id keys within @reverse are the id of the current element and not related objects, e.g. the item with the id: 24415 contains this:
"@reverse": {
"crm:P2_has_type": [
{
"@id": "http:\/\/localhost:8080\/api\/items\/24415",
"o:title": "[{\u0022@type\u0022:\u0022crm:E35_Title\u0022,\u0022crm:P190_has_symbolic_content\u0022:[{\u0022@value\u0022:\u0022Bildnis einer Frau mit spitzenbesetzter Haube\u0022}]}]"
},
{
"@id": "http:\/\/localhost:8080\/api\/items\/24415",
"o:title": "[{\u0022@type\u0022:\u0022crm:E35_Title\u0022,\u0022crm:P190_has_symbolic_content\u0022:[{\u0022@value\u0022:\u0022Bildnis eines Herrn im doppelreihigen Frack mit Weste und Halsbinde\u0022}]}]"
},
{
"@id": "http:\/\/localhost:8080\/api\/items\/24415",
"o:title": "[{\u0022@type\u0022:\u0022crm:E35_Title\u0022,\u0022crm:P190_has_symbolic_content\u0022:[{\u0022@value\u0022:\u0022Ein junger Kavalier beim Geldwechsler\u0022}]}]"
},
{
"@id": "http:\/\/localhost:8080\/api\/items\/24415",
"o:title": "[{\u0022@type\u0022:\u0022crm:E35_Title\u0022,\u0022crm:P190_has_symbolic_content\u0022:[{\u0022@value\u0022:\u0022Bildnis eines Herrn im Wams und Kollar\u0022}]}]"
},
{
"@id": "http:\/\/localhost:8080\/api\/items\/24415",
"o:title": "[{\u0022@type\u0022:\u0022crm:E35_Title\u0022,\u0022crm:P190_has_symbolic_content\u0022:[{\u0022@value\u0022:\u0022Bildnis einer Frau mit Tamburin\u0022}]}]"
},
...
I'm using Omeka S version 3.2.1
The text was updated successfully, but these errors were encountered:
in the json-ld all
@id
keys within@reverse
are the id of the current element and not related objects, e.g. the item with the id:24415
contains this:I'm using Omeka S version 3.2.1
The text was updated successfully, but these errors were encountered: