Friday, June 27, 2008

Blogging About Twitter Is Like Swimming About Bathing

It took me a long time, but I've finally got into Freebase. No, not that freebase, actually I mean Freebase, 'an open, shared database of the world's knowledge.' It's shares similarities with wikipedia and Google Base. What's cool about it (to me) is the query language. Would you like to give your daughter some examples of powerful women? Show her a list of Female CEOs of Public Companies in order of Market Cap. If it weren't one of the sample queries you can just click on, here's the query in Metaweb query language that would extract that info:
{
"query" : [
{
"employment_history" : [
{
"company" : {
"/business/company/market_capitalization" : [
{
"amount" : null
}
],
"/business/company/ticker_symbol" : [
{
"ticker_symbol" : null
}
],
"id" : null,
"name" : null
},
"title" : "Chief Executive Officer"
}
],
"hide:/common/topic/image" : [
{}
],
"hide:gender" : "female",
"id" : null,
"name" : null,
"sort" : "-employment_history.company./business/company/market_capitalization.amount",
"type" : "/people/person"
}
]

}


I'm not being facetious here, I think it's great that they're making an effort to semi-structure the web and make searching for info less of a crap-shoot. It's part of that whole semantic web thingy.

Anyhow, this might inspire your daughter, and she'll need that inspiration to deal with being taken away from you after she goes to school and tells people Daddy uses freebase.

I'm not being entirely facetious there, either. Naming the thing after the drug associated with Richard Pryor setting himself on fire and that scary scene in 'Boogie Nights' might make it difficult for Metaweb to reach Mr. and Mrs. Front Porch, as Guy Grand would call them. Anyhow, I respect what they're doing and this is one of those things where I'd be happy to be wrong.

No comments: