Hi Rupert, On Mon, May 23, 2011 at 11:45 PM, Rupert Westenthaler <[email protected]> wrote: > ...Yesterday I published a document [1] that describes how to adopt > Linked Data / Linked Media principles for the RESTful API of the > Entityhub....
Cool - I like the Linked Data intro, could be its own document IMO - but maybe later, no hurry. IIUC the proposed URI scheme: http://{host}/entityhub/{site}/entity/{localname} The http://mpii.de/yago/resource/Berlin entity, for example, would map to http://example.com/entityhub/mpii.de/entity/Berlin If I'm correct, why not use a more direct mapping like http://example.com/hub/entity/mpii.de/yago/resource/Berlin by simply replacing http:// from the original ID with the constant prefix "http://example.com/hub/entity" ? Locally-defined entities would then be something like http://example.com/hub/entity/local/people/rupert (but maybe I didn't get it ;-) -Bertrand > [1] > http://incubator.apache.org/stanbol/docs/trunk/entityhub/entityhubandlinkeddata.html
