CenterForDigitalHumanities / rerum_server

Java web service for a RERUM compliant digital object repository
http://rerum.io
Other
7 stars 2 forks source link

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

Open cubap opened 2 years ago

cubap commented 2 years ago
{   "@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": "..."
}