Fact-checked by Grok 2 weeks ago

Freebase

Freebase was a large-scale, open collaborative designed as a graph-shaped database to structure and store general knowledge in a machine-readable format, enabling queries and applications built on interconnected entities and relationships. Developed by Metaweb Technologies and publicly launched in 2007, it allowed community members to contribute, curate, and maintain structured data harvested from sources like , growing to encompass over 48 million topics as of 2015 connected by billions of facts and relationships organized into types, properties, and domains such as arts, business, and science. In July 2010, acquired Metaweb Technologies, integrating Freebase's data and technology to enhance its search capabilities, including the development of the , which powered features like rich snippets and complex query understanding. Following this acquisition, Freebase continued as a standalone project until 2014, when announced its shutdown to migrate content to and fully incorporate the data into the ; the APIs were largely deprecated by June 30, 2015 with the Search API retired on August 31, 2016, the website closed on May 2, 2016, and the final data dump was released on September 9, 2015 for ongoing research and archival use.

History

Founding and Early Development

Metaweb Technologies was founded in July 2005 by , Veda Hlubinka-Cook, and John Giannandrea as a spin-out from the technology think-tank Applied Minds, with the goal of developing a semantic data storage infrastructure for the web. The project behind Freebase originated from Hillis's earlier ideas, outlined in his 2000 paper "," which envisioned a machine-readable database to organize human in a structured, interconnected manner. Inspired by the limitations of unstructured resources like , Metaweb aimed to create a collaborative platform for structured data that could serve as a foundational layer for more intelligent web applications, emphasizing and machine readability over free-form text. Freebase was officially launched on March 3, , as an open, shared database intended to capture the world's in a form accessible to both humans and machines. At its debut, the database was primarily seeded from structured sources such as infoboxes and other public datasets, providing an initial foundation of entities like people, places, and organizations along with their attributes and relationships. This launch positioned Freebase as a "Wikipedia for structured data," promoting and encouraging contributions to build a scalable knowledge repository. During its early years under Metaweb, Freebase experienced significant organic growth through a combination of automated data imports and community-driven efforts. By 2009, the database had expanded to over 12 million topics and more than 241 million facts, reflecting contributions from users worldwide who added and refined information across diverse domains. A core innovation was its emphasis on crowdsourced editing, where contributors could define and populate domain-specific schemas—predefined structures for types and properties within thematic areas like music, film, or geography—to maintain data consistency and enhance interoperability. This schema-driven approach, combined with a graph-based structure for linking entities, ensured high-quality, relational data while fostering collaborative maintenance without centralized control.

Acquisition by Google

Google announced the acquisition of Metaweb Technologies, the company behind Freebase, on July 16, 2010, for an undisclosed amount. The deal was motivated by 's desire to leverage Freebase's structured database of entities and relationships to enhance its search capabilities, enabling better answers to complex queries about real-world things rather than just keyword matches. Following the acquisition, the Metaweb team was integrated into , bringing expertise in semantic to the company's efforts. Freebase continued to operate as a publicly accessible, open database, with committing to maintain and further develop it while encouraging community contributions. However, the platform's operations shifted toward greater emphasis on integrations to support 's internal products and services. Under Google's ownership, Freebase was strategically positioned as a foundational resource for advancing entity recognition and in . Post-acquisition, its data began informing early experiments that would evolve into the , providing a structured backbone for connecting and surfacing entity-based information in search results.

Shutdown and Data Migration

On December 16, 2014, Google announced the shutdown of Freebase as a standalone service within six months, citing its successful integration into the Google Knowledge Graph, which had rendered the external repository redundant for Google's internal use. The decision also reflected the high costs of maintaining a separate open database amid overlapping functionalities with Google's proprietary tools and a strategic shift toward supporting more dynamic, community-maintained knowledge bases like Wikidata. The shutdown proceeded in phases to facilitate an orderly transition. Write access to Freebase ended on March 31, 2015, transitioning the database to read-only mode and retiring the MQL write to preserve during . The core followed, with on June 30, 2015, and the Freebase Search retired on August 31, 2016; the website itself was fully decommissioned on May 2, 2016. Final data dumps, including RDF triples and mappings to , remained downloadable via until at least late 2016, allowing researchers and developers continued access under open licenses. To preserve Freebase's contributions, Google collaborated closely with the Wikidata community on data migration, releasing mappings and tools to import content into the Wikimedia project. As of January 2014, Freebase encompassed about 44 million topics and 2.4 billion facts, which were systematically reconciled through automated mappings and manual reviews. Key efforts included the Primary Sources Tool, a community-assisted platform that linked Freebase assertions to verifiable citations from Google Search and the Knowledge Vault, enabling Wikidata editors to validate and integrate over 14 million statements by early 2016. This handover ensured the longevity of Freebase's structured data in an open ecosystem, with Google providing ongoing support for reconciliation challenges like schema alignment and fact verification.

Data Model

Graph-Based Structure

Freebase organizes its knowledge as a graph database, where data is represented through nodes and directed edges that capture relationships between entities. In this model, nodes primarily consist of topics, which serve as representations of real-world entities such as people, places, or concepts, each assigned a unique Machine ID (MID) for stable identification across the system. Edges, defined using the /type/link type, connect these topics via properties that denote typed relationships, such as "born in" linking a person to a location. This graph structure supports RDF-like triples in the form of subject-predicate-object, where a topic (subject) relates to another entity or value (object) through a property (predicate), but includes Freebase-specific extensions to handle more nuanced data representations. For instance, properties are multi-valued by default, allowing a single topic to associate with multiple instances of the same relation, and the system accommodates compound value types (CVTs) as intermediary nodes to model complex, n-ary relationships without introducing redundancy. Mediators, often implemented as CVTs, further enable the linkage of multiple topics in intricate scenarios, such as associating a political position with both a person and temporal details like start and end dates. The graph was initially seeded with data imported from sources including and to establish a foundational set of entities and relations. By the time of its shutdown in 2016, Freebase encompassed nearly 50 million topics connected by over 3 billion facts spanning diverse domains, demonstrating the model's capacity for large-scale, collaborative knowledge structuring. This architecture allowed for flexible schema evolution, where topics could belong to multiple types—such as a figure classified as both a singer and an —each with domain-specific properties, though detailed type hierarchies are organized separately within the overall graph.

Domains, Types, and Properties

Freebase employed a hierarchical system to organize and validate its , consisting of domains, types, and that provided a structured framework for defining entities and their relationships. This enabled consistent while accommodating the collaborative nature of the database, ensuring that entities adhered to predefined expectations for attributes and connections. Domains served as top-level categories that grouped related types, functioning like broad sections to partition the knowledge base into thematic areas such as "," "," or "." By 2010, Freebase encompassed over 100 domains, reflecting its expansion across diverse subjects, with a total of 105 domains in later dumps including implementation-specific ones like "/common" and subject-matter domains like "/music." These domains facilitated intuitive navigation and ensured that types within them shared conceptual , promoting in a graph-based environment. Types acted as subclasses within domains, defining specific categories for entities and specifying the expected properties that instances of those types could possess. For instance, within the "Film" domain, the "Movie" type outlined attributes relevant to films, such as title or release date, while allowing entities like The Matrix to be typed as /film/movie. Each type had a in the form /domain/type, and entities could belong to multiple types, enabling flexible ; by 2008, Freebase already featured over 4,000 types. This typing system enforced by linking properties to appropriate types, supporting the graph's referential structure without rigid hierarchies. Properties were reusable attributes associated with types, describing relationships or values for entities, such as "" for linking to a type. Each included details like expected value types (e.g., linking to another or a literal), (multi-valued by default to allow multiple instances without additional structures), and mediators via Compound Value Types (CVTs) for complex n-ary relations, such as a film's release with date and location components. followed the format /domain/type/ and numbered over 7,000 by 2008, emphasizing reusability across types to maintain ; unique Machine IDs (MIDs), like /m/02mjmr for , served as stable keys for entities, ensuring consistent referencing amid schema changes. The evolved through community-driven contributions, where users could propose and add new domains, types, and , subject to , fostering while preserving via the graph's flexible structure. Versioning was implicit in data snapshots like periodic dumps, which captured the schema state without breaking existing links, and keys like MIDs guaranteed by providing permanent decoupled from schema updates. This approach balanced openness with reliability, allowing the schema to adapt to emerging domains without disrupting the underlying data connections.

Querying and Access

Metaweb Query Language (MQL)

The Metaweb Query Language (MQL) is a JSON-based designed for retrieving and manipulating data in the Freebase , providing an object-oriented interface to its tuple-based structure. Developed by Metaweb Technologies, MQL enables both read and write operations, allowing users to query complex relationships such as identifying all films directed by a specific individual through property traversal. Prior to Freebase's shutdown in , write operations via MQL facilitated community-driven additions and edits to topics, enhancing the database's collaborative nature. MQL queries follow an envelope structure, where the core query object is nested within a top-level object under a "query" key, ensuring symmetry between requests and responses in format. The query object specifies entities by their types (e.g., "/film/movie" for films) and properties (e.g., "director" linking to another object), using null values to request data retrieval. For instance, is handled via a "cursor" value returned in responses, which is included in subsequent queries to fetch the next set of results. Key capabilities of MQL include filtering with operators such as ~= for on strings, |= for selecting from a set of values, and != for exclusion; sorting results using a "sort" directive on properties; and limiting output with a "limit" to control result size. These features support efficient traversal of Freebase's graph, enabling nested subqueries for multi-hop relationships without requiring explicit joins. Write operations, executed through a dedicated service, allowed structured updates like creating new topics or modifying properties, subject to validation rules. A basic example retrieves key facts about an entity, such as a film's title and release date:
{
  "query": {
    "id": "/en/[inception](/page/Inception)",
    "type": "/film/film",
    "name": null,
    "initial_release_date": null
  }
}
This returns a response with the requested fields populated. For advanced queries involving joins, property traversal links related objects; for example, to find directed by a :
{
  "query": {
    "type": "/film/film",
    "name": null,
    "director": {
      "name": "Christopher Nolan",
      "type": "/film/director"
    },
    "limit": 5
  }
}
This query filters films by director name and limits results, demonstrating MQL's ability to navigate graph edges declaratively.

APIs and Data Retrieval

The Freebase API provided programmatic access to its graph database through a RESTful HTTP interface, primarily returning data in JSON format. Developers could submit queries using the Metaweb Query Language (MQL) via the /mqlread endpoint, which allowed retrieval of structured data about topics, properties, and relationships by specifying query objects in JSON. For example, a request to https://www.googleapis.com/freebase/v1/mqlread?query={"query": [...]} would execute an MQL query and return matching results as a JSON envelope containing the data and cursor information for pagination. Complementing the query endpoint, the /search endpoint enabled topic discovery through free-text searches, returning ranked results with relevancy scores and metadata such as topic IDs, names, and types. This endpoint, accessed via https://www.googleapis.com/freebase/v1/search?query=..., supported parameters for limiting results, specifying output languages, and filtering by type or namespace, making it suitable for autocomplete suggestions or entity resolution tasks. For broader data access in RDF format, Freebase offered full database dumps rather than a dedicated RDF export endpoint, allowing users to download snapshots of the entire . These dumps were provided in RDF format (gzip-compressed, approximately 22 GB), including approximately 1.9 billion triples representing topics, schema, and links, with the final release dated August 9, 2015. Additional files covered deleted triples in and mappings to in , all licensed under CC-BY for reuse. As of 2025, these dumps remain accessible for download. Following Google's 2010 acquisition of Metaweb, API access required via API keys obtained through the Console to monitor usage and access higher quotas. Rate limits were enforced to prevent abuse, with a quota of 100,000 read operations per day and 10,000 write operations per day (the latter requiring special approval); exceeding these returned error codes, and users were encouraged to use data dumps for bulk needs. The was fully deprecated and shut down on , 2016, as part of winding down Freebase operations, with migrated to and integrated into Google's . Requests to the Freebase endpoints were redirected to the Search , a successor providing similar search capabilities via https://www.googleapis.com/freebase/v1/search mapped to equivalents.

Applications and Usage

Software Integrations

Freebase data was extensively integrated into third-party software applications, particularly those leveraging structured knowledge for enhanced functionality. One prominent use case was in (NLP) systems, where Freebase served as a key resource for and disambiguation tasks. For instance, researchers employed Freebase's graph structure to resolve ambiguous entity mentions in text by matching them to its extensive topic database, improving accuracy in pipelines. This integration enabled NLP applications to ground unstructured text to structured entities, facilitating tasks like and semantic parsing across various domains. In the realm of linked data ecosystems, Freebase data was interconnected with DBpedia, forming a foundational layer for broader initiatives. In 2008, DBpedia incorporated 2.4 million RDF links pointing to corresponding Freebase topics, allowing seamless data traversal and enrichment between the two knowledge bases. This linkage supported entity resolution in distributed knowledge graphs, enabling applications to query and combine data from multiple sources for more comprehensive insights, such as in exploratory search tools and ontology alignment systems. Developer adoption of Freebase was bolstered by accessible and supporting libraries, which facilitated embedding its capabilities into . Python developers utilized the freebase-python library to interface with the Metaweb Query Language (MQL) and other endpoints, simplifying data retrieval for scripting and prototyping. Similarly, the freebase-java library provided bindings for interactions, supporting integration in enterprise-level applications. These tools enabled developers to build widgets and search components for websites, such as the Freebase Search Widget, which offered suggestions and topic exploration directly within user interfaces. Freebase also powered specialized applications in recommendation systems, particularly in entertainment domains like and . Content-based recommenders drew on Freebase's relational data—such as artist collaborations or film genres—to generate personalized suggestions by computing similarity metrics across entities. For example, systems analyzed connections between users' preferences and Freebase topics to propose related media, enhancing user engagement in streaming and discovery platforms. In genealogy software, Freebase contributed to datasets like the project, linking historical figures through relational graphs to aid in tracing influence networks. By 2014, Freebase's saw widespread use, with developers allocated up to 100,000 read calls daily per project, supporting millions of aggregate queries from diverse applications in these sectors.

Community Contributions

Freebase relied on a model that empowered users to build and refine its through collaborative contributions. The platform provided a web-based interface where registered users could add new topics, edit existing entries, and establish connections between entities, enabling the incremental construction of structured data across diverse domains. This approach drew from the principles similar to wikis but emphasized graph-based structures for representing relationships. Participation required users to create a free account on the Freebase , which facilitated direct modifications to the database. Following Metaweb's acquisition by in 2010, was streamlined through Google accounts or providers, enhancing accessibility while maintaining security for contributors. Domain experts served as , playing a key role in approving elements such as new types and properties to ensure alignment with the overall . To promote amid community input, Freebase incorporated guidelines for contributions, automated validation checks, and type constraints that enforced by restricting properties to appropriate types. These mechanisms helped mitigate challenges like inconsistent entries, while user registration and moderation practices addressed spam prevention. The suggestion system allowed contributors to propose changes for review, with dispute resolution handled through community feedback and curator oversight, fostering reliable growth in the database's scale and accuracy.

Technology

Core Architecture

Freebase's core architecture centered on graphd, a proprietary triplestore and tuple-store database engine developed by Metaweb Technologies to manage the platform's expansive graph of structured knowledge. Graphd functioned as a schema-last system, allowing flexible, user-defined data without predefined schemas, while automatically indexing all tuples for efficient retrieval. This design enabled the storage of interconnected facts as triples or tuples, supporting Freebase's collaborative model where users could add and refine data dynamically. By 2015, the database housed approximately 1.9 billion triples, demonstrating its capacity to scale with community contributions. The storage mechanism in graphd employed a log-structured approach, appending new tuples sequentially to optimize write performance and space efficiency in a schema-agnostic environment. To handle search and query demands, it incorporated an automatic indexer that maintained sorted integer sets for rapid lookups, facilitating complex traversals across the graph. This setup supported ACID-compliant transactions for writes, ensuring during concurrent edits by multiple contributors. For scalability, graphd utilized sharding techniques to distribute data across multiple nodes, allowing it to manage billions of triples without performance degradation. Following Metaweb's acquisition by in 2010, Freebase leveraged Google's distributed infrastructure, enabling horizontal scaling to accommodate growing data volumes and user loads.(https://googleblog.blogspot.com/2010/07/deeper-understanding-with-metaweb.html) A distinctive feature of graphd's architecture was its hybrid integration of graph and relational paradigms, particularly in query optimization. It translated graph traversals into functional operator trees over indexed sets, mimicking relational database techniques like joins and selections to achieve high-performance results on schema-flexible data. This blend allowed Freebase to process intricate knowledge queries efficiently, balancing the flexibility of a graph database with the speed of relational systems. Graphd was later open-sourced by Google under the Apache 2.0 license, providing insights into its foundational design.

Open-Sourcing Initiatives

Following the shutdown of Freebase in 2015, initiated open-sourcing efforts to preserve key components of the underlying technology for ongoing research and legacy use. One major initiative was the release of Graphd, the codebase that served as the core server for Freebase. Graphd was open-sourced on September 8, 2018, under the Apache 2.0 license and made available on , allowing developers to access and potentially adapt the repository server for managing graph-structured data, though the repository was archived and set to read-only on January 23, 2021. Complementing this, released tools related to the Metaweb Query Language (MQL), the JSON-based query interface originally developed for Freebase. The MQL library, known as pymql, was open-sourced on August 4, 2020, also under the Apache 2.0 license, providing a Python implementation that enables offline processing and querying of Freebase data dumps without requiring a live connection, though the repository was archived and set to read-only on December 29, 2022. This library facilitates parsing and executing MQL queries against archived datasets, supporting tasks like data extraction and analysis in research environments. Regarding data preservation, full Freebase dumps—comprising RDF triples, schema definitions, and mappings—remain accessible through archives such as the and , ensuring the structured can be downloaded and studied post-shutdown. However, there is no ongoing support or updates from , with the dumps reflecting the final state as of 2015. These open-sourcing initiatives were primarily motivated by the need to preserve Freebase's knowledge for and purposes, preventing the loss of a valuable resource for studies and development. Additionally, they have enabled community-driven forks and adaptations for maintaining legacy applications that relied on Freebase's architecture.

Legacy and Impact

Integration with Google Knowledge Graph

Google acquired Metaweb Technologies, the creator of Freebase, in July 2010, laying the groundwork for integrating its structured data into 's search ecosystem. Following this, Freebase's data began to be imported into the upon its public launch on May 16, 2012, where it served as a primary public source providing foundational entities and relationships. At launch, the , drawing from Freebase and other sources such as , incorporated over 500 million objects and more than 3.5 billion facts and relationships, enabling to represent real-world entities like people, places, and things in a connected structure. This integration enhanced the Knowledge Graph's capabilities in entity disambiguation and fact extraction, allowing the system to distinguish between ambiguous queries—such as identifying "" as the monument rather than the musician—and to surface interconnected facts, like the family ties and achievements of figures such as . Freebase's contributions were pivotal in scaling the graph to billions of facts, supporting efficient retrieval for search applications. A key impact of this merger was the enablement of knowledge panels in results, which display concise summaries of entity information directly alongside search queries, improving user access to verified facts without additional navigation. These panels, powered by the Knowledge Graph's entity-focused architecture derived from Freebase, process billions of structured facts to deliver contextually relevant responses in real time, such as biographical details or relational links for queried subjects. To facilitate the Knowledge Graph's ongoing development with dynamic updates, Freebase transitioned to read-only status on March 31, 2015, ceasing new edits and retiring its write while preserving data dumps for archival use. This shift aligned Freebase's static with the Knowledge Graph's proprietary, evolving framework, ensuring seamless continuity in entity coverage and search enhancements.

Influence on Wikidata and Semantic Web

Freebase significantly influenced the development of through a major project initiated in 2014 and executed primarily between 2015 and 2016. Google collaborated with the Wikidata community to transfer content, mapping approximately 4.56 million Freebase topics to corresponding Wikidata items and creating over 14 million new statements. This process involved detailed property alignments, such as mapping Freebase's /people/person type to Wikidata's Q5 () and relations like /people/person/parents to (father) or P25 (mother) based on contextual attributes. Beyond , Freebase pioneered the concept of large-scale, graph-based collaborative knowledge bases, laying groundwork for initiatives by providing structured, machine-readable data in RDF format that encouraged practices. In academic research, Freebase has left a substantial legacy, with its foundational paper cited over 5,600 times and enabling key advancements in tasks such as and relation extraction, as well as knowledge representation techniques in graph databases. Freebase's data dumps continue to support contemporary AI development, notably through subsets like the FB15k , which remains a standard benchmark for training knowledge graph embedding models in and completion tasks. This ongoing utility has also inspired related open knowledge projects, such as ConceptNet, which builds on collaborative graph structures for .

References

  1. [1]
    Freebase: a collaboratively created graph database for structuring ...
    Jun 9, 2008 · Freebase is a practical, scalable tuple database used to structure general human knowledge. The data in Freebase is collaboratively created, structured, and ...Missing: base | Show results with:base
  2. [2]
    Basic Concepts | Freebase API (Deprecated) - Google for Developers
    Nov 20, 2023 · If you are new to Freebase, this section covers the basic terminology and concepts required to understand how Freebase works.
  3. [3]
    Google buys Metaweb and its sprawling database - CNET
    Jul 16, 2010 · Google on Friday announced that it acquired Metaweb, a company founded in 2005 that has assembled a database of all sorts of things in the world.<|control11|><|separator|>
  4. [4]
    [PDF] From Freebase to Wikidata: The Great Migration - Google Research
    One such collaborative knowledge base is Freebase, pub- licly launched by Metaweb in 2007 and acquired by Google in. 2010. Another example is Wikidata, a ...
  5. [5]
    meme - Inc. Magazine
    Jan 5, 2021 · Veteran artificial intelligence researcher Danny Hillis and his two co-founders Robert Cook and John Ginnandrea launched Metaweb in July 2005.
  6. [6]
    Hillis Conceives Building a Machine-Readable Database to Present ...
    In 2007, at the time of founding Metaweb Technologies Offsite Link to develop aspects of ideas expressed in his Aristotle paper, Hillis wrote: "In ...
  7. [7]
    ADDENDUM TO ARISTOTLE: (THE KNOWLEDGE WEB) | Edge.org
    Mar 12, 2007 · Danny Hillis, left, is a founder of Metaweb Technologies and Robert Cook is the executive vice president for product development.
  8. [8]
    Start-Up Aims for Database to Automate Web Searching
    Mar 9, 2007 · Metaweb Technologies is setting out to create a vast public database, paving the way for a more automated Internet.Missing: 2004 | Show results with:2004
  9. [9]
    Case Studies/Freebase - Creative Commons Wiki
    Sep 11, 2011 · Freebase is a collaborative project that imports structured data from a variety of sources on the web, including Wikipedia, Wikimedia Commons, and the Stanford ...
  10. [10]
    Announcement: From Freebase to Wikidata - Google Groups
    When we publicly launched Freebase back in 2007, we thought of it as a "Wikipedia for structured data." So it shouldn't be surprising that we've been ...
  11. [11]
    Functional programming at Freebase | Request PDF - ResearchGate
    Freebase uses a proprietary graph database technology to store and query a network of over 12 million interrelated topics involving several hundred million ...
  12. [12]
    Putting Freebase in a Star Schema - Generation 5
    Feb 25, 2009 · As of the January 2009 dump, Freebase contained about 241 million facts, and it's growing all the time. You can browse it via the web and ...
  13. [13]
    Freebase: a collaboratively created graph database for structuring ...
    Freebase is a practical, scalable tuple database used to structure general human knowledge. The data in Freebase is collaboratively created, structured, and ...Missing: domain crowdsourcing
  14. [14]
    Deeper understanding with Metaweb - The Keyword
    Jul 16, 2010 · We've acquired Metaweb, a company that maintains an open database of things in the world. Working together we want to improve search and make the web richer.
  15. [15]
    Google Buys Metaweb to Improve Search Results - Bits
    Jul 16, 2010 · The acquisition price was not disclosed, but it is likely to be significantly more than the $57 million in venture capital that Metaweb has ...Missing: date | Show results with:date
  16. [16]
    How Google is Remaking Itself as a “Machine Learning First ...
    Jun 22, 2016 · But when he arrived at the company in 2010 (as part of the company's acquisition of MetaWeb, a vast database of people, places and things that ...
  17. [17]
    Google Gets Smarter with Named Entities: Acquires MetaWeb
    Jul 17, 2010 · Google acquired Metaweb, which sped up their efforts towards building their knowledge graph, and their things not strings approach.Missing: price | Show results with:price
  18. [18]
    Introducing the Knowledge Graph: things, not strings - Google Blog
    May 16, 2012 · The Knowledge Graph enables you to search for things, people or places that Google knows about—landmarks, celebrities, cities, sports teams, ...
  19. [19]
    Google To Close Freebase, Which Helped Feed Its Knowledge Graph
    Dec 16, 2014 · Freebase announces they will close up shop after migrating their data and APIs to Wikidata. How will this impact the Google Knowledge Graph?
  20. [20]
    What Was Freebase and Why Was it Discontinued? - Failory
    Freebase was a collaborative knowledge base acquired by Google. It shut down because the technology has been integrated into Google's Knowledge Graph.
  21. [21]
    Data Dumps | Freebase API (Deprecated) - Google for Developers
    This page provides access to the last available data dump. The historical data dumps below are substantially out of date, and may contain information that is ...Basic Concepts · Search Widget · Search Overview · Search
  22. [22]
    404  |  Page Not Found  |  Google for Developers
    No readable text found in the HTML.<|separator|>
  23. [23]
    [PDF] Entity Linking with a Knowledge Base: Issues, Techniques, and ...
    Freebase contains data harvested from many sources including Wikipedia. Currently, it contains over 43 million entities and 2.4 billion facts about them8.
  24. [24]
  25. [25]
  26. [26]
  27. [27]
    API Reference | Freebase API (Deprecated) - Google for Developers
    Nov 20, 2023 · The Freebase API is no longer available. This documentation is left online as supporting information for the data dumps.Missing: date | Show results with:date<|control11|><|separator|>
  28. [28]
    PerfectMemory/freebase-api: FreebaseAPI is a library to ... - GitHub
    MQL Read. The mqlread method provides access to the Freebase database using the Metaweb query language (MQL). You can consult the API reference here.Missing: endpoint | Show results with:endpoint
  29. [29]
    Search | Freebase API (Deprecated) - Google for Developers
    Nov 20, 2023 · Warning: The Freebase API is no longer available. This documentation is left online as supporting information for the data dumps. The Search ...Missing: movies | Show results with:movies
  30. [30]
    Search Overview | Freebase API (Deprecated) | Google for Developers
    Aug 8, 2024 · Warning: The Freebase API is no longer available. This documentation is left online as supporting information for the data dumps.
  31. [31]
    microsoft/FastRDFStore - GitHub
    In addition to the binary executables and the source code, the package includes the last dump of Freebase (freebase-rdf-2015-08-09-00-01.gz), as well as the ...<|separator|>
  32. [32]
    Usage Limits | Freebase API (Deprecated) - Google for Developers
    Nov 20, 2023 · Warning: The Freebase API is no longer available. This documentation is left online as supporting information for the data dumps.
  33. [33]
    Announcement: From Freebase to Wikidata
    **Summary of Freebase Shutdown Announcement:**
  34. [34]
    [PDF] Entity Disambiguation with Freebase - Google Research
    In this paper, we focus on another important knowledge base on the Web: Freebase [3]. Freebase is an entity database built manually by the com- munity. It has ...Missing: early growth
  35. [35]
    DBpedia is now interlinked with Freebase. Links to OpenCyc updated.
    Nov 15, 2008 · As there is a big overlap between DBpedia and Freebase, we have added 2.4 million RDF links to DBpedia pointing at the corresponding things in Freebase.Missing: imported | Show results with:imported
  36. [36]
  37. [37]
  38. [38]
    Freebase Search Widget - Google for Developers
    Nov 20, 2023 · Warning: The Freebase API is no longer available. This documentation is left online as supporting information for the data dumps. About ...
  39. [39]
    Content-Based Recommendations via DBpedia and Freebase
    Oct 30, 2015 · In this paper we investigate how the choice of one of the two datasets may influence the performance of a recommendation engine.
  40. [40]
    Genealogy of Influence
    Genealogy of Influence is a dataset of influence links between historic figures started in 2005. I added the data to the database project Freebase.
  41. [41]
    [PDF] A Methodology for Processing the Freebase Data Dumps - arXiv
    Dec 23, 2017 · The methodology involves parsing billions of RDF triples in Freebase data dumps using limited resources, with a framework to explore the data.
  42. [42]
  43. [43]
    [PDF] Image Popularity Prediction in Social Media Using Sentiment and ...
    base domain. While types are mostly ... Regarding the TagDomain feature, we take the full list of 78 domains pre-defined by Freebase curators and count.
  44. [44]
    Search Cookbook | Freebase API (Deprecated)
    Nov 20, 2023 · "nominated works shown at the 2010 Cannes Film Festival" (Try it.) ... : Use when looking for schema entities like types, properties or domains.<|control11|><|separator|>
  45. [45]
    Optimizing schema-last tuple-store queries in graphd
    We describe the query optimization techniques used by graphd, the schema-last, automatically indexed tuple-store which supports freebase.com, a large world- ...
  46. [46]
    GitHub - googlearchive/graphd: The Metaweb graph repository server
    ### Summary of graphd Architecture and Details
  47. [47]
    Cayley: graphs in Go | Google Open Source Blog
    Jun 25, 2014 · We are excited to release Cayley, an open source graph database. Cayley is a spiritual successor to graphd; it shares a similar query strategy for speed.<|control11|><|separator|>
  48. [48]
    Freebase (database) - EPFL Graph Search
    Freebase was a large collaborative knowledge base consisting of data composed mainly by its community members.
  49. [49]
    google/pymql: The Metaweb Query Language - GitHub
    Dec 29, 2022 · ... graphd Cloning into 'graphd'... remote: Enumerating objects: 1259 ... Freebase was turned down a few years later. In the meantime ...
  50. [50]
    From Freebase to Wikidata: The Great Migration - ACM Digital Library
    Apr 11, 2016 · Google is Shutting Down its Freebase Knowledge Base. GigaOM, Dec ... Official Google Blog, May 2012. http://googleblog.blogspot.com ...
  51. [51]
    Freebase: a collaboratively created graph database for structuring ...
    Freebase: a collaboratively created graph database for structuring human knowledge ... PDF. Add to Library. Alert. 4 Excerpts. a Hybrid Knowledge Base for ...
  52. [52]
    ConceptNet
    ConceptNet is a freely-available semantic network, designed to help computers understand the meanings of words that people use.