Hi there...
I'm trying to use a "prettier" URL in my application than to the Freebase GUID-based one. Got my hopes up from what I read at http://www.readwriteweb.com/archives/freebase_overview.php
"Each permanent object in the system has a GUID - a unique identifier, something like this: #9202a8c040000064..... The identifier can be used to refer to the object via URL and via queries. In addition to the GUID, there are other ways to refer to the object, for example, http://www.freebase.com/view/en/leonardo_da_vinci. Beyond that, there are even other aliases, for example, you can refer to a public company by its stock ticker symbol. But regardless of the reference, the key point is that you end up with the same, unique node in the system."
That sounded good, but... how can you do this, besides typing in the stock symbol as an "alias"?
I'd imagine it's very common for a domain to have a property which is generally unique within that space. All things being equal, people would like to see a link with that instead of the GUID. But to have to type it in twice (once as a property and once as an "alias") seems like the wrong answer..
There are a lot of cool things in api/* but I haven't found one that would finesse something like this, any pointers? I'm just trying to get a link that will jump to the Freebase page for the topic...based on, say, the ISBN# of a book.