Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

in the json-ld all the @id key inside @reverse are the same #1878

Closed
sinanatra opened this issue Aug 9, 2022 · 1 comment
Closed

in the json-ld all the @id key inside @reverse are the same #1878

sinanatra opened this issue Aug 9, 2022 · 1 comment

Comments

@sinanatra
Copy link

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

@jimsafley
Copy link
Member

Thanks for bringing this to our attention.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants