[Developers] rdf auto-discovery and dbpedia

Richard Newman rnewman at twinql.com
Mon Dec 1 20:37:09 UTC 2008


Hi Ed,


> So I'm left wondering, what is the URI for the concept of "Space" at
> Freebase. Is it:
>
>  http://rdf.freebase.com/ns/guid.9202a8c04000641f8000000000036eca
>
> or:
>
>  http://rdf.freebase.com/ns/en.space
>
> I'm not trying to criticize, or be pedantic (because this is pretty
> awesome stuff you guys are doing), but simple to understand better.

The short answer is "both": /guid/9202a8c04000641f8000000000036eca  
and /en/space are two names for the same thing, so those two URIs  
denote the same non-information resource. One happens to be more  
readable than the other, of course.

Adding sameAs links for this kind of thing is on the to-do list, but  
you could safely do it yourself.

(There is a slightly longer answer: to the best of my knowledge, GUIDs  
are immutable, whereas MQL identifiers are somewhat time-dependent, so  
for reliability's sake the GUID is a better choice. If I'm right,  
that's just an impedance mismatch between Freebase and the RDF world,  
and it is unlikely to bite anyone in practice.)

-R


More information about the Developers mailing list