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

?describe/Resource (gather Annos targeting it and any other internal documentation) #236

Open
cubap opened this issue Jan 31, 2022 · 0 comments

Comments

@cubap
Copy link
Member

cubap commented Jan 31, 2022

{   "@id": "http://store.rerum.io/v1/id/5",
    "@type": "Entity",
    "name": "Sqwattermelon",
    "__rerum": "..."
}

Looks for internal targeting Annotations and updates the object...

{   "@id": "http://store.rerum.io/v1/id/5",
    "@type": "Entity",
    "name": [ 
        "Sqwattermelon",
        { "value": "Aquabats", "source": "http://store.rerum.io/v1/id/16" },
        { "value": { "en": "Gardening Tips" }, "source": "http://store.rerum.io/v1/id/22" }
    ],
    "height": { "value": "4m", "source": "http://store.rerum.io/v1/id/66" },
    "width":  { "value": "1.5m", "source": "http://store.rerum.io/v1/id/66" },
    "__rerum": "..."
}
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

1 participant