Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to properly attribute Freebase

Tags:

freebase

I hope this is the right place to ask this question.

I am attempting to attribute Freebase, but this website: https://www.freebase.com/policies/attribution

Does not produce any HTML code or image.

My question is: How do I give proper attribution to Freebase in a mobile app? Specifically, iOS.

Or, is the citation included in the API response sufficient?

Example:

citation =         {
            provider = Wikipedia;
            statement = "Description licensed under the Creative Commons Attribution-ShareAlike License (http://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License).";
            uri = "http://en.wikipedia.org/wiki/Georgia_Institute_of_Technology";
        };

EDIT:

I've tried to access the website via Safari, Mozilla Firefox, and Google Chrome. All of which do not show any HTML code or image.

EDIT 2:

I've recently found this webpage, which seems to cover all types of licensing for Freebase. Although, I think some of the content is outdated.

http://legal.stefanomazzocchi.user.dev.freebaseapps.com/licensing

like image 449
Jonathan Avatar asked Aug 07 '13 23:08

Jonathan


1 Answers

Looks like they were the victim of their own API decommissioning. If you look at the information returned by the Topic API, it includes attribution information for the given topic. Basically what they want is:

  • if you reference a single topic, your attribution should include a link to the equivalent Freebase topic
  • if you link to multiple topics or derive general info from Freebase, you should link to the Freebase home page.
  • if you're writing an academic paper, you cite the original Bollacker et al paper on Freebase.

Of course, not only am I not your lawyer or Google's lawyer, but I'm not a lawyer at all and this communication does not establish a client-lawyer relationship. :-)

like image 89
Tom Morris Avatar answered Nov 13 '22 09:11

Tom Morris