Questions tagged [freebase-acre]

Acre was Google/Metaweb/freebase.com's hosted serverside-javascript application environment. It closed March 31, 2014.

Acre was a free, hosted application environment which allowed applications to be written in server-side Javascript and a templating language. It was developed by Metaweb, later acquired by Google, and was shut down by Google on March 31, 2014. Apps with a permanent URL were hosted on the freebaseapps.com domain, e.g. http://split.freebaseapps.com/

Google maintains a wiki on Acre.

Acre elements are available on freebase at /freebase/apps

11 questions
3
votes
1 answer

How can I extract Name and Type of all the entities in Freebase?

i am trying to extract the all the Named entities and its type in Freebase dump. I have looked at How to extract Freebase Data Dump for a particular topic But i didn't get actual named entities in Freebase dump. I'am trying to get the information…
Sreedhar GS
  • 2,694
  • 1
  • 24
  • 26
3
votes
1 answer

How can I get the top 100 Freebase films ranked by "popularity"?

I basically just want a list of "big time movies".... I'm not sure which property to use for this - I tried the gross_revenue fields but they all seem to come back blank: [{ "type": "/film/film", "limit": 100, "name": null, "id": null, …
fandang
  • 605
  • 1
  • 6
  • 14
2
votes
1 answer

What happened to the Acre OAuth Console?

following official freebase facebook app tutorial, in Step 4 it mentions the Acre OAuth Console but attempting to access the url provided in the tutorial (inserting your app name and your user id where indicated) http://.
Alec Wenzowski
  • 3,878
  • 3
  • 25
  • 40
1
vote
1 answer

clicking on acre app results in 404 pages from freebase wiki

I am a newbie trying to use Acre app. But if I click on any Acre app, it simply results in 404 error page. I tried searching on web but It seems it is working for everyone else and no one have faced this issue. I am wondering , what could be missing…
vikas
  • 13
  • 3
1
vote
2 answers

Can we export mql query output to Google Docs

I am trying to create a freebase acre application which can keep track of certain users records and export the mql query output to Google Docs. Is it possible to export mql query output to Google Docs in acre? Edit #1 I found out this doc by which i…
Saurabh Saxena
  • 3,005
  • 10
  • 31
  • 46
0
votes
1 answer

How can I understand the this part of Freebase?

enter image description here "(m/0m48smv)" Based on my knowledge, this should response page title from Wikipedia which has a specific id. How can I know the page title?
n.roqaya
  • 19
  • 5
0
votes
1 answer

how can I get the Freebase Easy dataset as one structured file?

I downloaded the Freebase Easy dataset (3.3GB). I want to investigate this dataset in typing some entities. e.g: German (types in freebase: location, country, land.....). How can I CONCATENATE these three files to have full dataset?
n.roqaya
  • 19
  • 5
0
votes
1 answer

Freebase rdf dump parsing for Name-Type exctraction..?

I have parsed freebase data dump and now have RDF like the following:
Sreedhar GS
  • 2,694
  • 1
  • 24
  • 26
0
votes
1 answer

local web application along with freebase App

i was just wondering if it is possible to write queries and do processing on the result (requery and do further process if required) all this as a part of a 'freebase App' on freebase.com. And then create a local Web application on my laptop using…
Robert
  • 79
  • 1
  • 7
0
votes
1 answer

How to fire MQL query on button click

In my application layout, I have a button in left and a panel (div) in right. I want to show the number of topics added by a particular user in the right panel. For this purpose, I have written a MQL query which is working fine. I am just not able…
Saurabh Saxena
  • 3,005
  • 10
  • 31
  • 46
0
votes
1 answer

How to get number of edits made by a user in freebase?

I am trying to get number of topics added, edited and deleted by certain users. I am able to get number of topics using following query: [{ "creator": "/user/getsaurabhsaxena", "name": null, "id": null, "mid": …
Saurabh Saxena
  • 3,005
  • 10
  • 31
  • 46