diff --git a/.circleci/config.yml b/.circleci/config.yml
index 4a7d5996..117a01ad 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -9,7 +9,7 @@ jobs:
deploy-website:
docker:
# specify the version you desire here
- - image: circleci/node:8.11.1
+ - image: cimg/node:17.7.2
steps:
- checkout
@@ -19,7 +19,7 @@ jobs:
git config --global user.email "swader@users.noreply.github.com"
git config --global user.name "Bruno"
echo "machine github.com login swader password $GITHUB_TOKEN" > ~/.netrc
- cd website && yarn install && GIT_USER=swader yarn run publish-gh-pages
+ cd website && yarn install && node generateOntology $DIFFBOT_TOKEN && node generateIndustries && GIT_USER=swader yarn run publish-gh-pages
workflows:
version: 2
diff --git a/docs/api-article.md b/docs/api-article.md
index a4bd7444..06c20d75 100644
--- a/docs/api-article.md
+++ b/docs/api-article.md
@@ -26,12 +26,13 @@ Provide the following arguments:
| `paging` | Pass `paging=false` to disable automatic concatenation of multiple-page articles. (By default, Diffbot will concatenate up to 20 pages of a single article.) [More on automatic concatenation](guides-multi-page-articles-discussions.md). |
| `maxTags` | Set the maximum number of automatically-generated tags to return. By default a maximum of ten tags will be returned. |
| `tagConfidence` | Set the minimum relevance `score` of tags to return, between 0.0 and 1.0. By default only tags with a score equal to or above 0.5 will be returned. |
+| `categoryConfidence` | Set the minimum relevance `score` of categories to return, between 0.5 and 1.0. By default only categories with a score equal to or above 0.5 will be returned. |
| `discussion` | Pass `discussion=false` to disable automatic extraction of article comments. See [below](#comment-extraction). |
| `timeout` | Sets a value in milliseconds to wait for the retrieval/fetch of content from the requested URL. The default timeout for the third-party response is 30 seconds (30000). |
| `callback` | Use for jsonp requests. Needed for cross-domain ajax. |
| `proxy` | Leave value empty to use default proxies, or specify an IP address of a custom proxy that will be used to fetch the target page, instead of Diffbot's default IPs/proxies. (Ex: `&proxy` or `&proxy=168.212.226.204`) |
| `proxyAuth` | Used to specify the authentication parameters that will be used with a custom proxy specified in the `&proxy` parameter. (Ex: `&proxyAuth=username:password`) |
-| `naturalLanguage` | Used to request the output of the Diffbot Natural Language API in the field `naturalLanguage`. Example: `&naturalLanguage=entities,facts,categories,sentiment`. |
+| `naturalLanguage` | Used to request the output of the [Diffbot Natural Language API](https://docs.diffbot.com/docs/en/nl-index) in the field `naturalLanguage`. Use this for in-depth analysis of the article text. Example: `&naturalLanguage=entities,facts,categories,sentiment`. |
### The fields argument
@@ -73,15 +74,20 @@ Objects in the Article API's `objects` array will include the following fields:
| `siteName` | The plain-text name of the site (e.g. `The New York Times` or `Diffbot`). If no site name is automatically determined, the root domain (`diffbot.com`) will be returned. |
| `publisherRegion` | If known, the region of the article publication. |
| `publisherCountry` | If known, the country of the article publication. |
+| `location`| Location mentioned at the beginning of the article. |
| `pageUrl` | URL of submitted page / page from which the article is extracted. |
| `resolvedPageUrl` | Returned if the `pageUrl` redirects to another URL. |
-| `tags` | Array of tags/entities, generated from analysis of the extracted `text` and cross-referenced with [DBpedia](https://wiki.dbpedia.org/About) and other data sources. Language-specific tags will be returned if the source text is in English, Chinese, French, German, Spanish, Russian, Japanese, Dutch, Polish, Norwegian, Danish or Swedish. |
+| `tags` | Array of tags/entities, generated from analysis of the extracted `title` and `text` fields. Tags are extracted by the [Diffbot Natural Language API](https://docs.diffbot.com/docs/en/nl-index) and linked to the [Diffbot Knowledge Graph](https://www.diffbot.com/products/knowledge-graph/). Tags will be returned if the text is in one of the following languages: English (en), French (fr), Spanish (es), Chinese (zh), German (de), Russian (ru), Japanese (ja), Dutch (nl), Polish (pl), Norwegian (no), Danish (da), Swedish (sv), Italian (it). |
| ↳`label` | Name of the entity or tag. |
| ↳`count` | Number of appearances the entity makes within the text content. |
| ↳`score` | Rating of the entity's relevance to the overall text content (range of 0 to 1) based on various factors. |
| ↳`rdfTypes` | If the entity can be represented by multiple resources, all of the possible URIs will be returned. |
| ↳`type` | This legacy field is a simplified precursor to `rdfTypes`, and will return either `organization` or `person` if the entity is either of those types. |
-| ↳`uri` | Link to the primary Diffbot entity for this tag in the [Diffbot Knowledge Graph](https://www.diffbot.com/knowledge-graph/). On older articles, this might be the URI to the entity at DBpedia or another data source, but in most cases it will lead to Diffbot's KG entry which will contain more information about the tag. |
+| ↳`uri` | Link to the primary Diffbot entity for this tag in the [Diffbot Knowledge Graph](https://www.diffbot.com/knowledge-graph/). |
+| `categories` | Array of categories, generated from analysis of the extracted `title` and `text` fields. This field is available for over 100 languages. The complete list of categories can be found at [this link](https://docs.diffbot.com/docs/en/kg-article-categories-list). |
+| ↳`name` | Name of the category. |
+| ↳`score` | Score of how relevant this category is for the article. |
+| ↳`id` | Id of the category. |
| `images` | Array of images, if present within the article body. |
| ↳`url` |Fully resolved link to image. If the image `SRC` is encoded as base64 data, the complete data URI will be returned. |
| ↳`title` | Description or caption of the image. |
diff --git a/docs/api-basics-index.md b/docs/api-basics-index.md
index 8625cf19..b89665e1 100644
--- a/docs/api-basics-index.md
+++ b/docs/api-basics-index.md
@@ -22,6 +22,8 @@ If you know what type of content your URL is, or what to force extraction as a s
- [Discussion API](api-discussion) is used for extracting threads of content. This can be a review section of a product (indeed, Product API uses the Discussion API internally when extracting comments to include them in the output), a forum or Reddit thread, or a comment section in a blog.
- [Event API (BETA)](api-event) is used for extracting online and in-person event details for standalone events that occur within a single day. Support for multi-day, multi-track events, i.e. full conferences and festivals, is planned but not yet scheduled.
+- [List API (BETA)](api-list) is used for extracting data from any single listings page, such as news index pages, product listings pages, and search engine results pages.
+
## Custom API
- [Custom API](api-custom) The Custom API can be used to either correct & augment automatically extracted output or create entirely new custom extractions by defining rules. We have a point-and-click interface that allows you to easily build CSS-based selectors, regular expressions, and attribute filters, or you can also use the Custom API programmatically via..and API.
diff --git a/docs/api-crawlbot-api.md b/docs/api-crawlbot-api.md
index a1464eb9..fa0ffcae 100644
--- a/docs/api-crawlbot-api.md
+++ b/docs/api-crawlbot-api.md
@@ -14,6 +14,8 @@ The Crawlbot API allows you to programmatically manage Note: X-Evaluate will only be executed if called from the API the rule resides in. If you have an X-Evaluate script in your Article API rule and make a request with the Analyze API that identifies the page as an article, the X-Evaluate will not be executed.
+> Note: X-Evaluate will only be executed if called from the API the rule resides in. If you have an X-Evaluate script in your List API rule and make a request with the Analyze API that identifies the page as a list, the X-Evaluate will not be executed.
### Saving Data to a Custom Field Using Javascript
@@ -191,7 +191,7 @@ function() {
## Posting Content
-If your content is not publicly available (e.g., behind a firewall), you can POST markup directly to the Event API endpoint for analysis:
+If your content is not publicly available (e.g., behind a firewall), you can POST markup directly to the List API endpoint for analysis:
```plaintext
https://api.diffbot.com/v3/list?token=...&url=...
@@ -204,5 +204,5 @@ Provide the content to analyze as your POST body, and specify the `Content-Type`
### HTML Post Sample
```plaintext
-curl -H "Content-Type: text/html" -d 'Some List Name
The web is among humankind's greatest achievements and resources. Ever-expanding and nearly all-encompassing, we've all come to depend on it. There's just one problem: It takes work to get information out of it.
\n
That's because the information is in documents, and documents on the web are all over the place, and someone needs to locate them, and read them, to extract that information. Search engines have come a long way, and they greatly assist in the locating part, but not so much in the extracting part. At least, not until today.
Google and its ilk may sometimes give the impression they can understand and answer questions. Part of the reason is the addition of human knowledge in the mix. Google famously went from using purely text-based and statistical methods to adding a form of curation when it bought MetaWeb. MetaWeb developed Freebase, which was a crowd-sourced knowledge graph, similar in approach to Wikipedia, which was integrated in Google's search engine.
\n
Eat your heart out, Google
\n
That enables Google to do some of its magic. If you Google "Google," for example, you don't just get a bunch of links. You also get an info-box that lists facts such as Google's CEO, founders, and address. That's because there is an entry in Google's knowledge graph that lists Google as a company, and these are some of the properties companies have, so Google fetches and displays that information from Wikipedia.
\n
But if you try Googling "how many employees does Google have," or "what is Google's address", what you will get is a bunch of links. You are on your own -- you have to read the documents and figure out the answer. If that information was in a database, you would type something like "SELECT Address FROM Organizations WHERE Name=Google" and you'd have your answer in seconds. That is the difference between structured and unstructured information.
That is also what Diffbot is unveiling today: The ability to query the web as a database. This impressive feat is also based on a knowledge graph. The difference is that, in Diffbot's case, the knowledge graph is only partially curated by humans, and is automatically populated by crawling the web. ZDNet talked to Mike Tung, Diffbot's CEO and Founder, to find out how Diffbot does this.
\nDiffbot ingests and parses the entire web into a knowledge graph - a database you can query. Image: Diffbot\n
First off, you have to crawl the web. This is where Gigablast and Matt Wells come in. Gigablast is a search engine created by Matt Wells, Diffbot's VP of Search, in 2000. Tung says this is what Diffbot uses to crawl, and store, every single document on the web. Hard as this may be, however, it's not even half the job.
\n
The really hard part is getting the information out of documents, and this is where the magic is. Tung explains this is done using computer vision, machine learning (ML), and natural language processing (NLP).
\n
Computer vision helps Diffbot understand the structure of documents. It mimics the way humans break down documents, figuring out what are the structural elements of each document -- things such as headers, blocks, etc. In a perfect world, this should be possible by inspecting the HTML structure of web documents. But not everything on the web is HTML, and HTML documents are not perfect either.
After structure comes content. Content is parsed using a combination of NLP and ML, the result of which is structured knowledge which is added to Diffbot's knowledge graph (DKG). Tung showcased an example based on Marissa Mayer, ex-CEO of Yahoo.
\n
Taking a brief text about Mayer as input, Diffbot's system processed it and was able to extract all kinds of facts described in the text: Mayer's gender, employment history, education, etc. By doing this, Diffbot adds an entry for Mayer in its knowledge graph, and populates it with properties such as gender, age, and the like.
\n
"Contrary to popular perception, Google's knowledge graph is not derived primarily from automation," says Tung. "Unlike Google, the goal of our processing is not to rank pages for humans to read (and inject some advertising along the way), but rather to avoid human reading altogether.
\n
DKG is the first web-scale knowledge graph that is entirely synthesized by an automated AI system, without a human-in-the-loop. That is why the main constraint to growth is the number of machines that we dedicate to it acquiring knowledge," he adds, concluding that DKG currently contains something in the area of one billion facts.
As Tung notes, however, "a long line of history (ranging from RDF/microformats/RSS/semantic markup) has shown that requiring human annotation is never going to scale in terms of economic incentive and accuracy to all of knowledge."
\n
Even though annotation does not necessarily have to be human (it can come from automation as well), Tung does have a point: Most content on the web is very poorly, if at all, annotated. Tung thinks that building this global knowledge graph using the current state of AI is the right approach -- and it seems to be working.
The applications are wide and far-reaching. Tung notes that "enterprise functions such as sales, recruiting, supply chain, accounting, business intelligence and market intelligence all work off of databases that can be kept updated and accurate by integrating directly with the knowledge graph."
\nDiffbot natural language processing in action. Note how facts extracted from text are represented as subject -- predicate -- object triples. (Image: Diffbot)\n
Tung demonstrated such a scenario, using DKG to query for people who work for Uber. Initially the query returned nearly 40,000 results, which Tung was able to filter using standard filtering as one would expect from a database: Get only current employees, filter by region, etc.
\n
And that reference to integrating with databases has far-reaching implications too. The above scenario was based only on information found on the web. But enterprises don't just work with what they find on the web -- they also have their own internal systems and databases, and Tung says DKG can support those as well, offering one access point to rule them all.
DKG may well count as Diffbot's greatest achievement to date, but it did not come out of nowhere. Tung has strong credentials to show for, having designed web-scale information extraction architectures and worked for Microsoft, eBay, and Yahoo. Diffbot has been around since 2008, it has names such as eBay Microsoft Bing, and Salesforce among its clients, and Tencent and Bloomberg among its investors.
\n
Impressive as all of that may sound, however, there are a few gotchas.
\n
Language, son
\n
To begin with, not all of DKG is auto-magically created. That's not necessarily a bad thing, but it goes to show the limits of even what "the current state of AI" can do. DKG is seeded by Diffbot's knowledge engineers, who have decided that the entities it will handle are people, companies, locations, articles, products, discussions, and images.
\n
This means that everything Diffbot crawls from the web will be classified as one of those things. Clearly, this decision was driven by what Diffbot's clients are mostly interested in, but that does not mean every page on the web is classified as one of the 20 types DKG currently knows. Tung says they plan to expand this to include categories such as events or medical information.
\n
In other words, Diffbot has consciously chosen to limit the scope of what it handles, to make a well-known problem manageable. To anyone familiar with knowledge graphs (also going by the name of ontologies for the connaisseurs), what Diffbot does is defining an upper ontology, and populating it from the web. The concept and related challenges are well-known, but the way Diffbot handles this is state of the art.
Which bring us to another key topic: Question answering. If you have the whole web at your fingertips, how are you going to query it? It depends. If you are a business person, ideally, you would like to use natural language. At present, DKG does not support this. It does, however, have its own Diffbot Query Language (DQL).
\n
DQL looks pretty simple, if you are familiar with query languages. But, then again, if you are familiar with query languages, why would you want to have to learn yet another one? There already is bunch of graph query languages out there, such as SPARQL, Gremlin, and OpenCypher, and with the rise of graph databases, we expect them to become more and more widespread.
\n
This touches upon another issue: Even though Diffbot's approach shares many similarities with semantic web concepts and standards (Tung even specifically mentioned RDF-like subject-predicate-object triples in his breakdown of text processing), its approach is proprietary.
\n
Regardless of whether you know or like those standards, would it not have made Diffbot's life easier to use them? For example, by building DKG on top of an off-the-shelf graph database. Tung acknowledges it would, but he says they tested over a dozen graph databases, and they all broke down at around 10-100M entities, so they had to build something proprietary.
\n
As for the language issue, Tung says their approach is to meet users where they are, eliminating the need for directly using a query language (or an API, which DKG also supports) as much as possible. The way to do this, Tung says, is by integrating DKG with popular systems such as Salesforce, SAP, or Tableau, so users can transparently get data from DKG in their applications.
\n
That may be good for users, but it also places quite a burden of Diffbot to develop and maintain all those integrations. Tung says they intend to develop bridges for popular query languages, however, so integrations will not have to be hand-crafted.
Last but not least, does being able to query the web also mean you should automatically trust the results? Not necessarily. This is why Google and its ilk have developed sophisticated algorithms to rank results, trying to determine the most relevant ones. DKG only partially does this.
\n
You can filter Uber employees by age, for example, but what is the definitive source for that? If source X says a person was born in 1974, and source Y says they were born in 1947, which one should you trust? How do you know they are talking about the same person to begin with?
\n
These are well-known, hard-to-tackle issues, and Diffbot has to tackle them like anyone else who has come before them. Even as it is, however, DKG is an impressive achievement with many potential applications.
How can GPUs and FPGAs help with data-intensive tasks such as operations, analytics, and machine learning, and what are the options?
\n
With natural disasters picking up in frequency and intensity, the role of NGOs in disaster relief is picking up as well. A key requirement for all NGOs is transparency, and applying data-driven techniques may help.
\n
Wolfram, having been into AI before it was cool, now gets a piece of the deep learning hype, in its sui generis way. Where does it stand compared to the competition, and how easy is it to use and integrate Wolfram with the rest of the world?
"
+ "html": "\n
The web is among humankind's greatest achievements and resources. Ever-expanding and nearly all-encompassing, we've all come to depend on it. There's just one problem: It takes work to get information out of it.
That's because the information is in documents, and documents on the web are all over the place, and someone needs to locate them, and read them, to extract that information. Search engines have come a long way, and they greatly assist in the locating part, but not so much in the extracting part. At least, not until today.
Google and its ilk may sometimes give the impression they can understand and answer questions. Part of the reason is the addition of human knowledge in the mix. Google famously went from using purely text-based and statistical methods to adding a form of curation when it bought MetaWeb. MetaWeb developed Freebase, which was a crowd-sourced knowledge graph, similar in approach to Wikipedia, which was integrated in Google's search engine.
\n
Eat your heart out, Google
\n
That enables Google to do some of its magic. If you Google "Google," for example, you don't just get a bunch of links. You also get an info-box that lists facts such as Google's CEO, founders, and address. That's because there is an entry in Google's knowledge graph that lists Google as a company, and these are some of the properties companies have, so Google fetches and displays that information from Wikipedia.
\n
But if you try Googling "how many employees does Google have," or "what is Google's address", what you will get is a bunch of links. You are on your own -- you have to read the documents and figure out the answer. If that information was in a database, you would type something like "SELECT Address FROM Organizations WHERE Name=Google" and you'd have your answer in seconds. That is the difference between structured and unstructured information.
That is also what Diffbot is unveiling today: The ability to query the web as a database. This impressive feat is also based on a knowledge graph. The difference is that, in Diffbot's case, the knowledge graph is only partially curated by humans, and is automatically populated by crawling the web. ZDNet talked to Mike Tung, Diffbot's CEO and Founder, to find out how Diffbot does this.
\n
First off, you have to crawl the web. This is where Gigablast and Matt Wells come in. Gigablast is a search engine created by Matt Wells, Diffbot's VP of Search, in 2000. Tung says this is what Diffbot uses to crawl, and store, every single document on the web. Hard as this may be, however, it's not even half the job.
\n
The really hard part is getting the information out of documents, and this is where the magic is. Tung explains this is done using computer vision, machine learning (ML), and natural language processing (NLP).
\n
Computer vision helps Diffbot understand the structure of documents. It mimics the way humans break down documents, figuring out what are the structural elements of each document -- things such as headers, blocks, etc. In a perfect world, this should be possible by inspecting the HTML structure of web documents. But not everything on the web is HTML, and HTML documents are not perfect either.
After structure comes content. Content is parsed using a combination of NLP and ML, the result of which is structured knowledge which is added to Diffbot's knowledge graph (DKG). Tung showcased an example based on Marissa Mayer, ex-CEO of Yahoo.
\n
Taking a brief text about Mayer as input, Diffbot's system processed it and was able to extract all kinds of facts described in the text: Mayer's gender, employment history, education, etc. By doing this, Diffbot adds an entry for Mayer in its knowledge graph, and populates it with properties such as gender, age, and the like.
\n
"Contrary to popular perception, Google's knowledge graph is not derived primarily from automation," says Tung. "Unlike Google, the goal of our processing is not to rank pages for humans to read (and inject some advertising along the way), but rather to avoid human reading altogether.
\n
DKG is the first web-scale knowledge graph that is entirely synthesized by an automated AI system, without a human-in-the-loop. That is why the main constraint to growth is the number of machines that we dedicate to it acquiring knowledge," he adds, concluding that DKG currently contains something in the area of a trillion facts.
As Tung notes, however, "a long line of history (ranging from RDF/microformats/RSS/semantic markup) has shown that requiring human annotation is never going to scale in terms of economic incentive and accuracy to all of knowledge."
\n
Even though annotation does not necessarily have to be human (it can come from automation as well), Tung does have a point: Most content on the web is very poorly, if at all, annotated. Tung thinks that building this global knowledge graph using the current state of AI is the right approach -- and it seems to be working.
The applications are wide and far-reaching. Tung notes that "enterprise functions such as sales, recruiting, supply chain, accounting, business intelligence and market intelligence all work off of databases that can be kept updated and accurate by integrating directly with the knowledge graph."
\n
Tung demonstrated such a scenario, using DKG to query for people who work for Uber. Initially the query returned nearly 40,000 results, which Tung was able to filter using standard filtering as one would expect from a database: Get only current employees, filter by region, etc.
\n
And that reference to integrating with databases has far-reaching implications too. The above scenario was based only on information found on the web. But enterprises don't just work with what they find on the web -- they also have their own internal systems and databases, and Tung says DKG can support those as well, offering one access point to rule them all.
DKG may well count as Diffbot's greatest achievement to date, but it did not come out of nowhere. Tung has strong credentials to show for, having designed web-scale information extraction architectures and worked for Microsoft, eBay, and Yahoo. Diffbot has been around since 2008, it has names such as eBay Microsoft Bing, and Salesforce among its clients, and Tencent and Bloomberg among its investors.
\n
Impressive as all of that may sound, however, there are a few gotchas.
\n
Language, son
\n
To begin with, not all of DKG is auto-magically created. That's not necessarily a bad thing, but it goes to show the limits of even what "the current state of AI" can do. DKG is seeded by Diffbot's knowledge engineers, who have decided that the entities it will handle are people, companies, locations, articles, products, discussions, and images.
\n
This means that everything Diffbot crawls from the web will be classified as one of those things. Clearly, this decision was driven by what Diffbot's clients are mostly interested in, but that does not mean every page on the web is classified as one of the 20 types DKG currently knows. Tung says they plan to expand this to include categories such as events or medical information.
\n
In other words, Diffbot has consciously chosen to limit the scope of what it handles, to make a well-known problem manageable. To anyone familiar with knowledge graphs (also going by the name of ontologies for the connaisseurs), what Diffbot does is defining an upper ontology, and populating it from the web. The concept and related challenges are well-known, but the way Diffbot handles this is state of the art.
Which bring us to another key topic: Question answering. If you have the whole web at your fingertips, how are you going to query it? It depends. If you are a business person, ideally, you would like to use natural language. At present, DKG does not support this. It does, however, have its own Diffbot Query Language (DQL).
\n
DQL looks pretty simple, if you are familiar with query languages. But, then again, if you are familiar with query languages, why would you want to have to learn yet another one? There already is bunch of graph query languages out there, such as SPARQL, Gremlin, and OpenCypher, and with the rise of graph databases, we expect them to become more and more widespread.
\n
This touches upon another issue: Even though Diffbot's approach shares many similarities with semantic web concepts and standards (Tung even specifically mentioned RDF-like subject-predicate-object triples in his breakdown of text processing), its approach is proprietary.
\n
Regardless of whether you know or like those standards, would it not have made Diffbot's life easier to use them? For example, by building DKG on top of an off-the-shelf graph database. Tung acknowledges it would, but he says they tested over a dozen graph databases, and they all broke down at around 10-100M entities, so they had to build something proprietary.
\n
As for the language issue, Tung says their approach is to meet users where they are, eliminating the need for directly using a query language (or an API, which DKG also supports) as much as possible. The way to do this, Tung says, is by integrating DKG with popular systems such as Salesforce, SAP, or Tableau, so users can transparently get data from DKG in their applications.
\n
That may be good for users, but it also places quite a burden of Diffbot to develop and maintain all those integrations. Tung says they intend to develop bridges for popular query languages, however, so integrations will not have to be hand-crafted.
Last but not least, does being able to query the web also mean you should automatically trust the results? Not necessarily. This is why Google and its ilk have developed sophisticated algorithms to rank results, trying to determine the most relevant ones. DKG only partially does this.
\n
You can filter Uber employees by age, for example, but what is the definitive source for that? If source X says a person was born in 1974, and source Y says they were born in 1947, which one should you trust? How do you know they are talking about the same person to begin with?
\n
These are well-known, hard-to-tackle issues, and Diffbot has to tackle them like anyone else who has come before them. Even as it is, however, DKG is an impressive achievement with many potential applications.
With natural disasters picking up in frequency and intensity, the role of NGOs in disaster relief is picking up as well. A key requirement for all NGOs is transparency, and applying data-driven techniques may help.
Wolfram, having been into AI before it was cool, now gets a piece of the deep learning hype, in its sui generis way. Where does it stand compared to the competition, and how easy is it to use and integrate Wolfram with the rest of the world?
"
}
```
### icon
@@ -184,7 +240,16 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "icon": "https://zdnet2.cbsistatic.com/fly/bundles/zdnetcss/images/logos/logo-192x192.png"
+ "icon": "https://www.zdnet.com/a/fly/bundles/zdnetcore/images/logos/zdnet-logo-yellow.png"
+}
+```
+### id
+ Each entity in the Diffbot KnowledgeGraph (DKG) is identified by a unique identifier, an alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies that entity. The id is directly derived from the most authoritative origin from the origins array.
+* **Type:** String
+* **Example:**
+```
+{
+ "id": "ART96037639621"
}
```
### images
@@ -196,21 +261,11 @@ Note that certain longer field examples may be truncated for readability.
"images": [
{
"summary": "",
- "image": "https://zdnet2.cbsistatic.com/hub/i/r/2018/08/30/ad927664-7ba0-4352-a3d7-6c3efdd8a18d/resize/470xauto/466e3fcf32bac06b562faa1ae8637f74/opera-snapshot2018-08-30101415www-diffbot-com.png",
- "naturalHeight": 186,
- "name": "Diffbot ingests and parses the entire web into a knowledge graph - a database you can query. Image: Diffbot",
- "title": "Diffbot ingests and parses the entire web into a knowledge graph - a database you can query. Image: Diffbot",
- "url": "https://zdnet2.cbsistatic.com/hub/i/r/2018/08/30/ad927664-7ba0-4352-a3d7-6c3efdd8a18d/resize/470xauto/466e3fcf32bac06b562faa1ae8637f74/opera-snapshot2018-08-30101415www-diffbot-com.png",
- "naturalWidth": 470
- },
- {
- "summary": "",
- "image": "https://zdnet3.cbsistatic.com/hub/i/r/2018/08/30/79b11205-86a0-4b60-ad1a-658a49e3bcc1/resize/470xauto/287cba267d3c5cbb262778944f9d1eb3/diffbot-kg-record-linking.jpg",
- "naturalHeight": 347,
- "name": "Diffbot natural language processing in action. Note how facts extracted from text are represented as subject -- predicate -- object triples. (Image: Diffbot)",
- "title": "Diffbot natural language processing in action. Note how facts extracted from text are represented as subject -- predicate -- object triples. (Image: Diffbot)",
- "url": "https://zdnet3.cbsistatic.com/hub/i/r/2018/08/30/79b11205-86a0-4b60-ad1a-658a49e3bcc1/resize/470xauto/287cba267d3c5cbb262778944f9d1eb3/diffbot-kg-record-linking.jpg",
- "naturalWidth": 470
+ "image": "https://www.zdnet.com/a/img/resize/28753f7b6fe517051d38dfa7436268bc9ad26753/2017/11/03/39e92e2e-027b-46b5-b15a-11f3844919a9/59ef6a2260b25a01359a7201-1280x7201nov032017164306poster.jpg?auto=webp&fit=crop&frame=1&height=814.5&width=1449",
+ "naturalHeight": 0,
+ "name": "",
+ "url": "https://www.zdnet.com/a/img/resize/28753f7b6fe517051d38dfa7436268bc9ad26753/2017/11/03/39e92e2e-027b-46b5-b15a-11f3844919a9/59ef6a2260b25a01359a7201-1280x7201nov032017164306poster.jpg?auto=webp&fit=crop&frame=1&height=814.5&width=1449",
+ "naturalWidth": 0
}
]
}
@@ -251,6 +306,15 @@ Note that certain longer field examples may be truncated for readability.
"numPages": 0
}
```
+### pageUrl
+ URL of submitted page / page from which the entity is extracted
+* **Type:** String
+* **Example:**
+```
+{
+ "pageUrl": "https://www.zdnet.com/article/the-web-as-a-database-the-biggest-knowledge-graph-ever/"
+}
+```
### publisherCountry
* **Type:** String
@@ -277,20 +341,29 @@ Note that certain longer field examples may be truncated for readability.
{
"quotes": [
{
- "speakerUri": "",
- "quote": "",
- "speaker": ""
+ "speakerUri": "https://diffbot.com/entity/ESGMaGV9uP0SuTmfPTtNEoA",
+ "quote": "Unlike Google, the goal of our processing is not to rank pages for humans to read (and inject some advertising along the way), but rather to avoid human reading altogether.\nDKG is the first web-scale knowledge graph that is entirely synthesized by an automated AI system, without a human-in-the-loop. That is why the main constraint to growth is the number of machines that we dedicate to it acquiring knowledge.",
+ "speaker": "Mike Tung"
}
]
}
```
+### resolvedPageUrl
+ Returned if the pageUrl redirects to another URL
+* **Type:** String
+* **Example:**
+```
+{
+ "resolvedPageUrl": ""
+}
+```
### sentiment
Sentiment of the article. Positive sentiments have positive values and negative sentiments have a negative value.
* **Type:** Float
* **Example:**
```
{
- "sentiment": 0.0049
+ "sentiment": 0.344
}
```
### siteName
@@ -299,7 +372,7 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "siteName": "ZDNet"
+ "siteName": "ZDNET"
}
```
### tags
@@ -310,36 +383,24 @@ Note that certain longer field examples may be truncated for readability.
{
"tags": [
{
- "score": 0.94,
- "sentiment": -0.15,
+ "score": 0.86172557,
+ "sentiment": 0,
"types": [
- "http://dbpedia.org/ontology/Agent",
- "http://dbpedia.org/ontology/Organisation",
- "http://dbpedia.org/ontology/Media",
- "http://dbpedia.org/ontology/Identifier",
- "http://dbpedia.org/ontology/Work",
- "http://dbpedia.org/ontology/Activity",
- "http://dbpedia.org/ontology/Software"
+ "http://dbpedia.org/ontology/Person"
],
- "count": 12,
- "label": "Knowledge Graph",
- "uri": "http://dbpedia.org/page/Knowledge_Graph"
+ "count": 8,
+ "label": "Mike Tung",
+ "uri": "http://diffbot.com/entity/ESGMaGV9uP0SuTmfPTtNEoA"
},
{
- "score": 0.62,
- "count": 2,
- "label": "Artificial intelligence",
- "uri": "http://dbpedia.org/page/Artificial_intelligence"
- },
- {
- "score": 0.58,
+ "score": 0.6859183,
+ "sentiment": 0,
"types": [
- "http://dbpedia.org/ontology/Agent",
- "http://dbpedia.org/ontology/Person"
+ "http://dbpedia.org/ontology/Skill"
],
"count": 1,
- "label": "Marissa Mayer",
- "uri": "http://dbpedia.org/page/Marissa_Mayer"
+ "label": "knowledge graph",
+ "uri": "http://diffbot.com/entity/ElFkUuZDoOCi4bbCcCTf1zw"
}
]
}
@@ -350,7 +411,7 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "text": "The web is among humankind's greatest achievements and resources. Ever-expanding and nearly all-encompassing, we've all come to depend on it. There's just one problem: It takes work to get information out of it.\nThat's because the information is in documents, and documents on the web are all over the place, and someone needs to locate them, and read them, to extract that information. Search engines have come a long way, and they greatly assist in the locating part, but not so much in the extracting part. At least, not until today.\nAlso: Zen and the art of data structures: From self-tuning to self-designing data systems\nGoogle and its ilk may sometimes give the impression they can understand and answer questions. Part of the reason is the addition of human knowledge in the mix. Google famously went from using purely text-based and statistical methods to adding a form of curation when it bought MetaWeb. MetaWeb developed Freebase, which was a crowd-sourced knowledge graph, similar in approach to Wikipedia, which was integrated in Google's search engine.\nEat your heart out, Google\nThat enables Google to do some of its magic. If you Google \"Google,\" for example, you don't just get a bunch of links. You also get an info-box that lists facts such as Google's CEO, founders, and address. That's because there is an entry in Google's knowledge graph that lists Google as a company, and these are some of the properties companies have, so Google fetches and displays that information from Wikipedia.\nBut if you try Googling \"how many employees does Google have,\" or \"what is Google's address\", what you will get is a bunch of links. You are on your own -- you have to read the documents and figure out the answer. If that information was in a database, you would type something like \"SELECT Address FROM Organizations WHERE Name=Google\" and you'd have your answer in seconds. That is the difference between structured and unstructured information.\nAlso: MemSQL 6.5: NewSQL with autonomous workload optimization, improved data ingestion and query execution speed\nThat is also what Diffbot is unveiling today: The ability to query the web as a database. This impressive feat is also based on a knowledge graph. The difference is that, in Diffbot's case, the knowledge graph is only partially curated by humans, and is automatically populated by crawling the web. ZDNet talked to Mike Tung, Diffbot's CEO and Founder, to find out how Diffbot does this.\nFirst off, you have to crawl the web. This is where Gigablast and Matt Wells come in. Gigablast is a search engine created by Matt Wells, Diffbot's VP of Search, in 2000. Tung says this is what Diffbot uses to crawl, and store, every single document on the web. Hard as this may be, however, it's not even half the job.\nThe really hard part is getting the information out of documents, and this is where the magic is. Tung explains this is done using computer vision, machine learning (ML), and natural language processing (NLP).\nComputer vision helps Diffbot understand the structure of documents. It mimics the way humans break down documents, figuring out what are the structural elements of each document -- things such as headers, blocks, etc. In a perfect world, this should be possible by inspecting the HTML structure of web documents. But not everything on the web is HTML, and HTML documents are not perfect either.\nAlso: MemSQL 6.5: NewSQL with autonomous workload optimization, improved data ingestion and query execution speed\nAfter structure comes content. Content is parsed using a combination of NLP and ML, the result of which is structured knowledge which is added to Diffbot's knowledge graph (DKG). Tung showcased an example based on Marissa Mayer, ex-CEO of Yahoo.\nTaking a brief text about Mayer as input, Diffbot's system processed it and was able to extract all kinds of facts described in the text: Mayer's gender, employment history, education, etc. By doing this, Diffbot adds an entry for Mayer in its knowledge graph, and populates it with properties such as gender, age, and the like.\n\"Contrary to popular perception, Google's knowledge graph is not derived primarily from automation,\" says Tung. \"Unlike Google, the goal of our processing is not to rank pages for humans to read (and inject some advertising along the way), but rather to avoid human reading altogether.\nDKG is the first web-scale knowledge graph that is entirely synthesized by an automated AI system, without a human-in-the-loop. That is why the main constraint to growth is the number of machines that we dedicate to it acquiring knowledge,\" he adds, concluding that DKG currently contains something in the area of one billion facts.\nFrom a web of documents to a web of data\nThis is not entirely new. The first one who put forward the vision of going from a web of documents to a web of data was none other than the web's inventor, Tim Berners Lee, who published his Semantic Web manifesto in 2001.\nAs Tung notes, however, \"a long line of history (ranging from RDF/microformats/RSS/semantic markup) has shown that requiring human annotation is never going to scale in terms of economic incentive and accuracy to all of knowledge.\"\nEven though annotation does not necessarily have to be human (it can come from automation as well), Tung does have a point: Most content on the web is very poorly, if at all, annotated. Tung thinks that building this global knowledge graph using the current state of AI is the right approach -- and it seems to be working.\nAlso: Moving fast without breaking data: Governance for managing risk in machine learning and beyond\nThe applications are wide and far-reaching. Tung notes that \"enterprise functions such as sales, recruiting, supply chain, accounting, business intelligence and market intelligence all work off of databases that can be kept updated and accurate by integrating directly with the knowledge graph.\"\nTung demonstrated such a scenario, using DKG to query for people who work for Uber. Initially the query returned nearly 40,000 results, which Tung was able to filter using standard filtering as one would expect from a database: Get only current employees, filter by region, etc.\nAnd that reference to integrating with databases has far-reaching implications too. The above scenario was based only on information found on the web. But enterprises don't just work with what they find on the web -- they also have their own internal systems and databases, and Tung says DKG can support those as well, offering one access point to rule them all.\nAlso: GraphQL for databases: A layer for universal database access?\nDKG may well count as Diffbot's greatest achievement to date, but it did not come out of nowhere. Tung has strong credentials to show for, having designed web-scale information extraction architectures and worked for Microsoft, eBay, and Yahoo. Diffbot has been around since 2008, it has names such as eBay Microsoft Bing, and Salesforce among its clients, and Tencent and Bloomberg among its investors.\nImpressive as all of that may sound, however, there are a few gotchas.\nLanguage, son\nTo begin with, not all of DKG is auto-magically created. That's not necessarily a bad thing, but it goes to show the limits of even what \"the current state of AI\" can do. DKG is seeded by Diffbot's knowledge engineers, who have decided that the entities it will handle are people, companies, locations, articles, products, discussions, and images.\nThis means that everything Diffbot crawls from the web will be classified as one of those things. Clearly, this decision was driven by what Diffbot's clients are mostly interested in, but that does not mean every page on the web is classified as one of the 20 types DKG currently knows. Tung says they plan to expand this to include categories such as events or medical information.\nIn other words, Diffbot has consciously chosen to limit the scope of what it handles, to make a well-known problem manageable. To anyone familiar with knowledge graphs (also going by the name of ontologies for the connaisseurs), what Diffbot does is defining an upper ontology, and populating it from the web. The concept and related challenges are well-known, but the way Diffbot handles this is state of the art.\nAlso: AWS Neptune going GA: The good, the bad, and the ugly for graph database users and vendors\nWhich bring us to another key topic: Question answering. If you have the whole web at your fingertips, how are you going to query it? It depends. If you are a business person, ideally, you would like to use natural language. At present, DKG does not support this. It does, however, have its own Diffbot Query Language (DQL).\nDQL looks pretty simple, if you are familiar with query languages. But, then again, if you are familiar with query languages, why would you want to have to learn yet another one? There already is bunch of graph query languages out there, such as SPARQL, Gremlin, and OpenCypher, and with the rise of graph databases, we expect them to become more and more widespread.\nThis touches upon another issue: Even though Diffbot's approach shares many similarities with semantic web concepts and standards (Tung even specifically mentioned RDF-like subject-predicate-object triples in his breakdown of text processing), its approach is proprietary.\nRegardless of whether you know or like those standards, would it not have made Diffbot's life easier to use them? For example, by building DKG on top of an off-the-shelf graph database. Tung acknowledges it would, but he says they tested over a dozen graph databases, and they all broke down at around 10-100M entities, so they had to build something proprietary.\nAs for the language issue, Tung says their approach is to meet users where they are, eliminating the need for directly using a query language (or an API, which DKG also supports) as much as possible. The way to do this, Tung says, is by integrating DKG with popular systems such as Salesforce, SAP, or Tableau, so users can transparently get data from DKG in their applications.\nThat may be good for users, but it also places quite a burden of Diffbot to develop and maintain all those integrations. Tung says they intend to develop bridges for popular query languages, however, so integrations will not have to be hand-crafted.\nAlso: Planet analytics 1.0: From the UN lab to the globe\nLast but not least, does being able to query the web also mean you should automatically trust the results? Not necessarily. This is why Google and its ilk have developed sophisticated algorithms to rank results, trying to determine the most relevant ones. DKG only partially does this.\nYou can filter Uber employees by age, for example, but what is the definitive source for that? If source X says a person was born in 1974, and source Y says they were born in 1947, which one should you trust? How do you know they are talking about the same person to begin with?\nThese are well-known, hard-to-tackle issues, and Diffbot has to tackle them like anyone else who has come before them. Even as it is, however, DKG is an impressive achievement with many potential applications.\nAI chips for big data and machine learning: GPUs, FPGAs, and hard choices in the cloud and on-premise\nHow can GPUs and FPGAs help with data-intensive tasks such as operations, analytics, and machine learning, and what are the options?\nWith natural disasters picking up in frequency and intensity, the role of NGOs in disaster relief is picking up as well. A key requirement for all NGOs is transparency, and applying data-driven techniques may help.\nWolfram, having been into AI before it was cool, now gets a piece of the deep learning hype, in its sui generis way. Where does it stand compared to the competition, and how easy is it to use and integrate Wolfram with the rest of the world?"
+ "text": "The web is among humankind's greatest achievements and resources. Ever-expanding and nearly all-encompassing, we've all come to depend on it. There's just one problem: It takes work to get information out of it.\nFeatured\nI asked ChatGPT, Bing, and Bard what worries them. Google's AI went Terminator on me\n8 habits of highly-secure remote workers\nThis tiny satellite communicator is packed full of features and peace of mind\nThe best Android smartwatches (and which ones can function without a phone)\nThat's because the information is in documents, and documents on the web are all over the place, and someone needs to locate them, and read them, to extract that information. Search engines have come a long way, and they greatly assist in the locating part, but not so much in the extracting part. At least, not until today.\nAlso: Zen and the art of data structures: From self-tuning to self-designing data systems\nGoogle and its ilk may sometimes give the impression they can understand and answer questions. Part of the reason is the addition of human knowledge in the mix. Google famously went from using purely text-based and statistical methods to adding a form of curation when it bought MetaWeb. MetaWeb developed Freebase, which was a crowd-sourced knowledge graph, similar in approach to Wikipedia, which was integrated in Google's search engine.\nEat your heart out, Google\nThat enables Google to do some of its magic. If you Google \"Google,\" for example, you don't just get a bunch of links. You also get an info-box that lists facts such as Google's CEO, founders, and address. That's because there is an entry in Google's knowledge graph that lists Google as a company, and these are some of the properties companies have, so Google fetches and displays that information from Wikipedia.\nBut if you try Googling \"how many employees does Google have,\" or \"what is Google's address\", what you will get is a bunch of links. You are on your own -- you have to read the documents and figure out the answer. If that information was in a database, you would type something like \"SELECT Address FROM Organizations WHERE Name=Google\" and you'd have your answer in seconds. That is the difference between structured and unstructured information.\nAlso: MemSQL 6.5: NewSQL with autonomous workload optimization, improved data ingestion and query execution speed\nThat is also what Diffbot is unveiling today: The ability to query the web as a database. This impressive feat is also based on a knowledge graph. The difference is that, in Diffbot's case, the knowledge graph is only partially curated by humans, and is automatically populated by crawling the web. ZDNet talked to Mike Tung, Diffbot's CEO and Founder, to find out how Diffbot does this.\nFirst off, you have to crawl the web. This is where Gigablast and Matt Wells come in. Gigablast is a search engine created by Matt Wells, Diffbot's VP of Search, in 2000. Tung says this is what Diffbot uses to crawl, and store, every single document on the web. Hard as this may be, however, it's not even half the job.\nThe really hard part is getting the information out of documents, and this is where the magic is. Tung explains this is done using computer vision, machine learning (ML), and natural language processing (NLP).\nComputer vision helps Diffbot understand the structure of documents. It mimics the way humans break down documents, figuring out what are the structural elements of each document -- things such as headers, blocks, etc. In a perfect world, this should be possible by inspecting the HTML structure of web documents. But not everything on the web is HTML, and HTML documents are not perfect either.\nAlso: MemSQL 6.5: NewSQL with autonomous workload optimization, improved data ingestion and query execution speed\nAfter structure comes content. Content is parsed using a combination of NLP and ML, the result of which is structured knowledge which is added to Diffbot's knowledge graph (DKG). Tung showcased an example based on Marissa Mayer, ex-CEO of Yahoo.\nTaking a brief text about Mayer as input, Diffbot's system processed it and was able to extract all kinds of facts described in the text: Mayer's gender, employment history, education, etc. By doing this, Diffbot adds an entry for Mayer in its knowledge graph, and populates it with properties such as gender, age, and the like.\n\"Contrary to popular perception, Google's knowledge graph is not derived primarily from automation,\" says Tung. \"Unlike Google, the goal of our processing is not to rank pages for humans to read (and inject some advertising along the way), but rather to avoid human reading altogether.\nDKG is the first web-scale knowledge graph that is entirely synthesized by an automated AI system, without a human-in-the-loop. That is why the main constraint to growth is the number of machines that we dedicate to it acquiring knowledge,\" he adds, concluding that DKG currently contains something in the area of a trillion facts.\nFrom a web of documents to a web of data\nThis is not entirely new. The first one who put forward the vision of going from a web of documents to a web of data was none other than the web's inventor, Tim Berners Lee, who published his Semantic Web manifesto in 2001.\nAs Tung notes, however, \"a long line of history (ranging from RDF/microformats/RSS/semantic markup) has shown that requiring human annotation is never going to scale in terms of economic incentive and accuracy to all of knowledge.\"\nEven though annotation does not necessarily have to be human (it can come from automation as well), Tung does have a point: Most content on the web is very poorly, if at all, annotated. Tung thinks that building this global knowledge graph using the current state of AI is the right approach -- and it seems to be working.\nAlso: Moving fast without breaking data: Governance for managing risk in machine learning and beyond\nThe applications are wide and far-reaching. Tung notes that \"enterprise functions such as sales, recruiting, supply chain, accounting, business intelligence and market intelligence all work off of databases that can be kept updated and accurate by integrating directly with the knowledge graph.\"\nTung demonstrated such a scenario, using DKG to query for people who work for Uber. Initially the query returned nearly 40,000 results, which Tung was able to filter using standard filtering as one would expect from a database: Get only current employees, filter by region, etc.\nAnd that reference to integrating with databases has far-reaching implications too. The above scenario was based only on information found on the web. But enterprises don't just work with what they find on the web -- they also have their own internal systems and databases, and Tung says DKG can support those as well, offering one access point to rule them all.\nAlso: GraphQL for databases: A layer for universal database access?\nDKG may well count as Diffbot's greatest achievement to date, but it did not come out of nowhere. Tung has strong credentials to show for, having designed web-scale information extraction architectures and worked for Microsoft, eBay, and Yahoo. Diffbot has been around since 2008, it has names such as eBay Microsoft Bing, and Salesforce among its clients, and Tencent and Bloomberg among its investors.\nImpressive as all of that may sound, however, there are a few gotchas.\nLanguage, son\nTo begin with, not all of DKG is auto-magically created. That's not necessarily a bad thing, but it goes to show the limits of even what \"the current state of AI\" can do. DKG is seeded by Diffbot's knowledge engineers, who have decided that the entities it will handle are people, companies, locations, articles, products, discussions, and images.\nThis means that everything Diffbot crawls from the web will be classified as one of those things. Clearly, this decision was driven by what Diffbot's clients are mostly interested in, but that does not mean every page on the web is classified as one of the 20 types DKG currently knows. Tung says they plan to expand this to include categories such as events or medical information.\nIn other words, Diffbot has consciously chosen to limit the scope of what it handles, to make a well-known problem manageable. To anyone familiar with knowledge graphs (also going by the name of ontologies for the connaisseurs), what Diffbot does is defining an upper ontology, and populating it from the web. The concept and related challenges are well-known, but the way Diffbot handles this is state of the art.\nAlso: AWS Neptune going GA: The good, the bad, and the ugly for graph database users and vendors\nWhich bring us to another key topic: Question answering. If you have the whole web at your fingertips, how are you going to query it? It depends. If you are a business person, ideally, you would like to use natural language. At present, DKG does not support this. It does, however, have its own Diffbot Query Language (DQL).\nDQL looks pretty simple, if you are familiar with query languages. But, then again, if you are familiar with query languages, why would you want to have to learn yet another one? There already is bunch of graph query languages out there, such as SPARQL, Gremlin, and OpenCypher, and with the rise of graph databases, we expect them to become more and more widespread.\nThis touches upon another issue: Even though Diffbot's approach shares many similarities with semantic web concepts and standards (Tung even specifically mentioned RDF-like subject-predicate-object triples in his breakdown of text processing), its approach is proprietary.\nRegardless of whether you know or like those standards, would it not have made Diffbot's life easier to use them? For example, by building DKG on top of an off-the-shelf graph database. Tung acknowledges it would, but he says they tested over a dozen graph databases, and they all broke down at around 10-100M entities, so they had to build something proprietary.\nAs for the language issue, Tung says their approach is to meet users where they are, eliminating the need for directly using a query language (or an API, which DKG also supports) as much as possible. The way to do this, Tung says, is by integrating DKG with popular systems such as Salesforce, SAP, or Tableau, so users can transparently get data from DKG in their applications.\nThat may be good for users, but it also places quite a burden of Diffbot to develop and maintain all those integrations. Tung says they intend to develop bridges for popular query languages, however, so integrations will not have to be hand-crafted.\nAlso: Planet analytics 1.0: From the UN lab to the globe\nLast but not least, does being able to query the web also mean you should automatically trust the results? Not necessarily. This is why Google and its ilk have developed sophisticated algorithms to rank results, trying to determine the most relevant ones. DKG only partially does this.\nYou can filter Uber employees by age, for example, but what is the definitive source for that? If source X says a person was born in 1974, and source Y says they were born in 1947, which one should you trust? How do you know they are talking about the same person to begin with?\nThese are well-known, hard-to-tackle issues, and Diffbot has to tackle them like anyone else who has come before them. Even as it is, however, DKG is an impressive achievement with many potential applications.\nPrevious and related coverage:\nAI chips for big data and machine learning: GPUs, FPGAs, and hard choices in the cloud and on-premise\nHow can GPUs and FPGAs help with data-intensive tasks such as operations, analytics, and machine learning, and what are the options?\nData-driven disaster relief: Measuring the impact of emergency response\nWith natural disasters picking up in frequency and intensity, the role of NGOs in disaster relief is picking up as well. A key requirement for all NGOs is transparency, and applying data-driven techniques may help.\nWolfram Research goes for Software 2.0, releases neural net repository\nWolfram, having been into AI before it was cool, now gets a piece of the deep learning hype, in its sui generis way. Where does it stand compared to the competition, and how easy is it to use and integrate Wolfram with the rest of the world?"
}
```
### title
@@ -362,6 +423,26 @@ Note that certain longer field examples may be truncated for readability.
"title": "The web as a database: The biggest knowledge graph ever"
}
```
+### type
+ The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.
+* **Type:** Type
+* **Example:**
+```
+{
+ "type": "Article"
+}
+```
+### types
+ There are tags.types which can only refer to dbpedia rdf types, while there are also the general DiffbotEntity types which is just an array of all the types an object belongs to. For instance a LocalBusiness would have `types:["Organization","LocalBusiness"]` Finally, there are types that indicate a belonging to a subgroup such as business vs personal email address.
+* **Type:** String
+* **Example:**
+```
+{
+ "types": [
+ "Article"
+ ]
+}
+```
### videos
* **Type:** GlobalIndexVideo
diff --git a/docs/kg-ont-creativework.md b/docs/kg-ont-creativework.md
index 1eedc589..0d04b00e 100644
--- a/docs/kg-ont-creativework.md
+++ b/docs/kg-ont-creativework.md
@@ -1,103 +1,30 @@
---
+warning: DO NOT EDIT THIS DOC DIRECTLY (SEE ORIGIN)
+origin: https://kg.diffbot.com/kg/ontology
id: kg-ont-creativework
title: CreativeWork
+generatedBy: generateOntology.js
---
The Creative Work entity type encompasses movies, tv shows, musicals, scripts, and other creative works known to the Knowledge Graph.
Note that fields are not guaranteed to exist in every entity record.
->New to the Diffbot Knowledge Graph? [Start here](dql-quickstart).
+For convenience, a complete ontology source in JSON format is also [available here](https://kg.diffbot.com/kg/ontology).
+
+> 🙋
+>
+> New to the Diffbot Knowledge Graph? [Start here](doc:getting-started-with-diffbot-knowledge-graph).
## CreativeWork Fields
-* [RSS feed](#rss feed)
-* [appleGuid](#appleguid)
-* [artistCredit](#artistcredit)
-* [aspectRatio](#aspectratio)
* [authors](#authors)
-* [boxOfficeGrossUsa](#boxofficegrossusa)
-* [boxOfficeOpeningWeekendUsa](#boxofficeopeningweekendusa)
-* [boxOfficeWorldGross](#boxofficeworldgross)
-* [budget](#budget)
-* [castmembers](#castmembers)
-* [color](#color)
-* [complete](#complete)
-* [countryOfOrigin](#countryoforigin)
-* [creativeWorkType](#creativeworktype)
-* [creators](#creators)
-* [creditedArtists](#creditedartists)
-* [directors](#directors)
-* [episodeNum](#episodenum)
-* [explicit](#explicit)
-* [genres](#genres)
-* [guests](#guests)
-* [imdbPopularity](#imdbpopularity)
-* [imdbRating](#imdbrating)
* [imdbUri](#imdburi)
-* [languages](#languages)
-* [latestSeason](#latestseason)
-* [latestSeasonYear](#latestseasonyear)
-* [metaScore](#metascore)
-* [mpaaRating](#mpaarating)
* [musicbrainzUri](#musicbrainzuri)
-* [numAwards](#numawards)
-* [numEpisodes](#numepisodes)
-* [numTracks](#numtracks)
-* [officialSites](#officialsites)
* [parentTitle](#parenttitle)
-* [plotKeywords](#plotkeywords)
-* [plotSummary](#plotsummary)
-* [podCategories](#podcategories)
-* [podDescription](#poddescription)
-* [posterImgLink](#posterimglink)
-* [productionCompanies](#productioncompanies)
-* [releaseDate](#releasedate)
-* [runtime](#runtime)
-* [seasonNum](#seasonnum)
-* [taglines](#taglines)
-* [trackPosition](#trackposition)
-* [videoMainLink](#videomainlink)
-* [writers](#writers)
## CreativeWork Field Details
Note that certain longer field examples may be truncated for readability.
-### RSS feed
-
-* **Type:** URL
-* **Example:**
-```
-{
- "RSS feed": ""
-}
-```
-### appleGuid
-
-* **Type:** String
-* **Example:**
-```
-{
- "appleGuid": ""
-}
-```
-### artistCredit
- Artist Credit String
-* **Type:** String
-* **Example:**
-```
-{
- "artistCredit": ""
-}
-```
-### aspectRatio
-
-* **Type:** String
-* **Example:**
-```
-{
- "aspectRatio": "1.78 : 1"
-}
-```
### authors
* **Type:** LinkedEntity
@@ -118,345 +45,23 @@ Note that certain longer field examples may be truncated for readability.
}
],
"types": "",
- "websiteUris": "",
- "diffbotUri": "",
- "name": "",
- "targetDiffbotUri": "",
- "surfaceForm": ""
- }
- ]
-}
-```
-### boxOfficeGrossUsa
-
-* **Type:** String
-* **Example:**
-```
-{
- "boxOfficeGrossUsa": ""
-}
-```
-### boxOfficeOpeningWeekendUsa
-
-* **Type:** String
-* **Example:**
-```
-{
- "boxOfficeOpeningWeekendUsa": ""
-}
-```
-### boxOfficeWorldGross
-
-* **Type:** String
-* **Example:**
-```
-{
- "boxOfficeWorldGross": ""
-}
-```
-### budget
-
-* **Type:** String
-* **Example:**
-```
-{
- "budget": ""
-}
-```
-### castmembers
-
-* **Type:** CastMember
-* **Example:**
-```
-{
- "castmembers": [
- {
- "castmember": {
- "recordId": "ErgKVmOjIOeiFEge88_z0Ow@0",
- "name": "Joni Mitchell",
- "websiteUris": [
- "imdb.com/name/nm0593474"
- ],
- "surfaceForm": "Joni Mitchell",
- "type": "Person"
- }
- },
- {
- "castmember": {
- "recordId": "ErgKVmOjIOeiFEge88_z0Ow@1",
- "name": "Bill Flanagan",
- "websiteUris": [
- "imdb.com/name/nm1940634"
- ],
- "surfaceForm": "Bill Flanagan",
- "type": "Person"
- }
- },
- {
- "castmember": {
- "recordId": "ErgKVmOjIOeiFEge88_z0Ow@2",
- "name": "David Crosby",
- "websiteUris": [
- "imdb.com/name/nm0004849"
- ],
- "surfaceForm": "David Crosby",
- "type": "Person"
- }
- }
- ]
-}
-```
-### color
-
-* **Type:** String
-* **Example:**
-```
-{
- "color": "Color | Black and White"
-}
-```
-### complete
-
-* **Type:** Boolean
-* **Example:**
-```
-{
- "complete": false
-}
-```
-### countryOfOrigin
- This indicates where the work is created. Usually where the production companies or original publisher are from.
-* **Type:** String
-* **Example:**
-```
-{
- "countryOfOrigin": [
- "USA"
- ]
-}
-```
-### creativeWorkType
-
-* **Type:** String
-* **Example:**
-```
-{
- "creativeWorkType": "tv episode"
-}
-```
-### creators
-
-* **Type:** LinkedEntity
-* **Example:**
-```
-{
- "creators": [
- {
- "summary": "",
- "image": "",
- "images": [
- {
- "classifications": "",
- "fingerprint": "",
- "title": "",
- "isCached": false,
- "url": ""
- }
- ],
- "types": "",
- "websiteUris": "",
- "diffbotUri": "",
- "name": "",
- "targetDiffbotUri": "",
- "surfaceForm": ""
- }
- ]
-}
-```
-### creditedArtists
- List of credited artists
-* **Type:** LinkedEntity
-* **Example:**
-```
-{
- "creditedArtists": [
- {
- "summary": "",
- "image": "",
- "images": [
- {
- "classifications": "",
- "fingerprint": "",
- "title": "",
- "isCached": false,
- "url": ""
- }
- ],
- "types": "",
- "websiteUris": "",
- "diffbotUri": "",
- "name": "",
- "targetDiffbotUri": "",
- "surfaceForm": ""
- }
- ]
-}
-```
-### directors
-
-* **Type:** LinkedEntity
-* **Example:**
-```
-{
- "directors": [
- {
- "recordId": "ErgKVmOjIOeiFEge88_z0Ow@18",
- "name": "Susan Lacy",
- "websiteUris": [
- "imdb.com/name/nm0480402"
- ],
- "surfaceForm": "Susan Lacy",
- "position": "creativeWorkDirector",
- "type": "Person"
- }
- ]
-}
-```
-### episodeNum
-
-* **Type:** Integer
-* **Example:**
-```
-{
- "episodeNum": 5
-}
-```
-### explicit
-
-* **Type:** Boolean
-* **Example:**
-```
-{
- "explicit": false
-}
-```
-### genres
- Genres of the work. It can be multiple genres.
-* **Type:** String
-* **Example:**
-```
-{
- "genres": [
- "Documentary",
- "Biography"
- ]
-}
-```
-### guests
-
-* **Type:** LinkedEntity
-* **Example:**
-```
-{
- "guests": [
- {
- "summary": "",
- "image": "",
- "images": [
- {
- "classifications": "",
- "fingerprint": "",
- "title": "",
- "isCached": false,
- "url": ""
- }
- ],
- "types": "",
- "websiteUris": "",
"diffbotUri": "",
- "name": "",
- "targetDiffbotUri": "",
- "surfaceForm": ""
+ "name": ""
}
]
}
```
-### imdbPopularity
-
-* **Type:** Float
-* **Example:**
-```
-{
- "imdbPopularity": ""
-}
-```
-### imdbRating
-
-* **Type:** Float
-* **Example:**
-```
-{
- "imdbRating": 7.9
-}
-```
### imdbUri
-
+ Link to the IMDB profile of this entity
* **Type:** URL
* **Example:**
```
{
- "imdbUri": "imdb.com/title/tt0778181"
-}
-```
-### languages
- This is the language in which the work is originally created.
-* **Type:** String
-* **Example:**
-```
-{
- "languages": [
- "English"
- ]
-}
-```
-### latestSeason
-
-* **Type:** Integer
-* **Example:**
-```
-{
- "latestSeason": 0
-}
-```
-### latestSeasonYear
-
-* **Type:** Integer
-* **Example:**
-```
-{
- "latestSeasonYear": 0
-}
-```
-### metaScore
-
-* **Type:** Float
-* **Example:**
-```
-{
- "metaScore": ""
-}
-```
-### mpaaRating
-
-* **Type:** String
-* **Example:**
-```
-{
- "mpaaRating": ""
+ "imdbUri": "imdb.com/title/tt1052005"
}
```
### musicbrainzUri
-
+ Link to the Musicbrainz profile of this entity
* **Type:** URL
* **Example:**
```
@@ -464,42 +69,6 @@ Note that certain longer field examples may be truncated for readability.
"musicbrainzUri": ""
}
```
-### numAwards
-
-* **Type:** String
-* **Example:**
-```
-{
- "numAwards": ""
-}
-```
-### numEpisodes
-
-* **Type:** Integer
-* **Example:**
-```
-{
- "numEpisodes": 0
-}
-```
-### numTracks
-
-* **Type:** Integer
-* **Example:**
-```
-{
- "numTracks": 0
-}
-```
-### officialSites
-
-* **Type:** URL
-* **Example:**
-```
-{
- "officialSites": []
-}
-```
### parentTitle
* **Type:** LinkedEntity
@@ -507,171 +76,20 @@ Note that certain longer field examples may be truncated for readability.
```
{
"parentTitle": {
- "recordId": "ErgKVmOjIOeiFEge88_z0Ow@19",
- "name": "American Masters",
- "websiteUris": [
- "imdb.com/title/tt0364151"
+ "summary": "",
+ "image": "",
+ "images": [
+ {
+ "classifications": "",
+ "fingerprint": "",
+ "title": "",
+ "isCached": false,
+ "url": ""
+ }
],
- "surfaceForm": "American Masters",
- "position": "creativeWorkParentWork",
- "type": "CreativeWork"
- }
-}
-```
-### plotKeywords
-
-* **Type:** String
-* **Example:**
-```
-{
- "plotKeywords": [
- "music episode",
- "song",
- "singer"
- ]
-}
-```
-### plotSummary
-
-* **Type:** String
-* **Example:**
-```
-{
- "plotSummary": "A profile of Canadian singer-songwriter Joni Mitchell, and how her music evolved from personal folk into pop, jazz and avant-garde."
-}
-```
-### podCategories
-
-* **Type:** String
-* **Example:**
-```
-{
- "podCategories": ""
-}
-```
-### podDescription
-
-* **Type:** String
-* **Example:**
-```
-{
- "podDescription": ""
-}
-```
-### posterImgLink
-
-* **Type:** URL
-* **Example:**
-```
-{
- "posterImgLink": ""
-}
-```
-### productionCompanies
-
-* **Type:** LinkedEntity
-* **Example:**
-```
-{
- "productionCompanies": [
- {
- "recordId": "ErgKVmOjIOeiFEge88_z0Ow@15",
- "name": "Eagle Rock Entertainment",
- "websiteUris": [
- "imdb.com/company/co0015070"
- ],
- "surfaceForm": "Eagle Rock Entertainment",
- "position": "creativeWorkProductionOrganization",
- "type": "Organization"
- },
- {
- "recordId": "ErgKVmOjIOeiFEge88_z0Ow@16",
- "name": "WNET Channel 13 New York",
- "websiteUris": [
- "imdb.com/company/co0037666"
- ],
- "surfaceForm": "WNET Channel 13 New York",
- "position": "creativeWorkProductionOrganization",
- "type": "Organization"
- }
- ]
-}
-```
-### releaseDate
-
-* **Type:** DDate
-* **Example:**
-```
-{
- "releaseDate": {
- "str": "d2003-XX-XX",
- "precision": 1,
- "timestamp": 1041379200000
+ "types": "",
+ "diffbotUri": "",
+ "name": ""
}
}
```
-### runtime
-
-* **Type:** String
-* **Example:**
-```
-{
- "runtime": "92 min"
-}
-```
-### seasonNum
-
-* **Type:** Integer
-* **Example:**
-```
-{
- "seasonNum": 17
-}
-```
-### taglines
-
-* **Type:** String
-* **Example:**
-```
-{
- "taglines": ""
-}
-```
-### trackPosition
-
-* **Type:** Integer
-* **Example:**
-```
-{
- "trackPosition": 0
-}
-```
-### videoMainLink
-
-* **Type:** URL
-* **Example:**
-```
-{
- "videoMainLink": ""
-}
-```
-### writers
-
-* **Type:** LinkedEntity
-* **Example:**
-```
-{
- "writers": [
- {
- "recordId": "ErgKVmOjIOeiFEge88_z0Ow@17",
- "name": "Susan Lacy",
- "websiteUris": [
- "imdb.com/name/nm0480402"
- ],
- "surfaceForm": "Susan Lacy",
- "position": "creativeWorkWriter",
- "type": "Person"
- }
- ]
-}
-```
diff --git a/docs/kg-ont-diffbotentity.md b/docs/kg-ont-diffbotentity.md
index 7bc64037..b37346da 100644
--- a/docs/kg-ont-diffbotentity.md
+++ b/docs/kg-ont-diffbotentity.md
@@ -1,13 +1,20 @@
---
+warning: DO NOT EDIT THIS DOC DIRECTLY (SEE ORIGIN)
+origin: https://kg.diffbot.com/kg/ontology
id: kg-ont-diffbotentity
title: All
+generatedBy: generateOntology.js
---
All Knowledge Graph entities will include the fields below, which are often generalized, linking, or metadata attributes common to all records.
-See the left navigation panel for fields and attributes for specific entities,
+See the left navigation panel for fields and attributes of specific entities.
->New to the Diffbot Knowledge Graph? [Start here](dql-quickstart).
+For convenience, a complete ontology source in JSON format is also [available here](https://kg.diffbot.com/kg/ontology).
+
+> 🙋
+>
+> New to the Diffbot Knowledge Graph? [Start here](doc:getting-started-with-diffbot-knowledge-graph).
## All Fields
* [allDescriptions](#alldescriptions)
@@ -15,9 +22,9 @@ See the left navigation panel for fields and attributes for specific entities,
* [allOriginHashes](#alloriginhashes)
* [allUriDetails](#alluridetails)
* [allUris](#alluris)
-* [clusterWithOrigin](#clusterwithorigin)
* [crawlTimestamp](#crawltimestamp)
* [description](#description)
+* [descriptors](#descriptors)
* [diffbotUri](#diffboturi)
* [id](#id)
* [image](#image)
@@ -26,14 +33,18 @@ See the left navigation panel for fields and attributes for specific entities,
* [name](#name)
* [nbIncomingEdges](#nbincomingedges)
* [nbOrigins](#nborigins)
-* [nestedRecords](#nestedrecords)
* [nonCanonicalFacts](#noncanonicalfacts)
* [originDetails](#origindetails)
* [origins](#origins)
-* [profileChangeProbability](#profilechangeprobability)
* [summary](#summary)
* [type](#type)
* [types](#types)
+* [wikipediaPageviews](#wikipediapageviews)
+* [wikipediaPageviewsGrowth](#wikipediapageviewsgrowth)
+* [wikipediaPageviewsLastQuarter](#wikipediapageviewslastquarter)
+* [wikipediaPageviewsLastQuarterGrowth](#wikipediapageviewslastquartergrowth)
+* [wikipediaPageviewsLastYear](#wikipediapageviewslastyear)
+* [wikipediaPageviewsLastYearGrowth](#wikipediapageviewslastyeargrowth)
## All Field Details
Note that certain longer field examples may be truncated for readability.
@@ -73,6 +84,9 @@ Note that certain longer field examples may be truncated for readability.
{
"allUriDetails": [
{
+ "domainMonthlyTrafficGrowth": "",
+ "domainMonthlyTraffic": 0,
+ "redirectsTo": "",
"nbFollowing": 0,
"uriType": "",
"verified": false,
@@ -94,15 +108,6 @@ Note that certain longer field examples may be truncated for readability.
"allUris": []
}
```
-### clusterWithOrigin
-
-* **Type:** String
-* **Example:**
-```
-{
- "clusterWithOrigin": ""
-}
-```
### crawlTimestamp
The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.
* **Type:** Integer
@@ -121,6 +126,15 @@ Note that certain longer field examples may be truncated for readability.
"description": ""
}
```
+### descriptors
+ A list of free-form keywords describing this entity
+* **Type:** String
+* **Example:**
+```
+{
+ "descriptors": ""
+}
+```
### diffbotUri
diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg
* **Type:** URL
@@ -193,7 +207,7 @@ Note that certain longer field examples may be truncated for readability.
}
```
### nbOrigins
- Total number of origins in the field 'origins'.
+ Total number of origins in the field 'origins'. This field is only available in extended JSON mode.
* **Type:** Integer
* **Example:**
```
@@ -201,15 +215,6 @@ Note that certain longer field examples may be truncated for readability.
"nbOrigins": 0
}
```
-### nestedRecords
-
-* **Type:** DiffbotEntity
-* **Example:**
-```
-{
- "nestedRecords": {}
-}
-```
### nonCanonicalFacts
Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi
* **Type:** String
@@ -220,7 +225,7 @@ Note that certain longer field examples may be truncated for readability.
}
```
### originDetails
- Additional information about origins listed in 'origins', including the latest time it was crawled.
+ Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.
* **Type:** OriginDetail
* **Example:**
```
@@ -238,7 +243,7 @@ Note that certain longer field examples may be truncated for readability.
}
```
### origins
- An origin is a web address where Diffbot found one or more facts about an entity.
+ An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.
* **Type:** String
* **Example:**
```
@@ -246,15 +251,6 @@ Note that certain longer field examples may be truncated for readability.
"origins": ""
}
```
-### profileChangeProbability
- For Diffbot's internal use only.
-* **Type:** Float
-* **Example:**
-```
-{
- "profileChangeProbability": ""
-}
-```
### summary
A short phrase designed to disambiguate entities with the same or similar name
* **Type:** String
@@ -265,8 +261,8 @@ Note that certain longer field examples may be truncated for readability.
}
```
### type
- The main type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.
-* **Type:** String
+ The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.
+* **Type:** Type
* **Example:**
```
{
@@ -282,3 +278,57 @@ Note that certain longer field examples may be truncated for readability.
"types": ""
}
```
+### wikipediaPageviews
+ The number of views of its Wikipedia page of the last month if it exists.
+* **Type:** Integer
+* **Example:**
+```
+{
+ "wikipediaPageviews": 0
+}
+```
+### wikipediaPageviewsGrowth
+ The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.
+* **Type:** Float
+* **Example:**
+```
+{
+ "wikipediaPageviewsGrowth": ""
+}
+```
+### wikipediaPageviewsLastQuarter
+ The number of views of its Wikipedia page of the last quarter if it exists.
+* **Type:** Integer
+* **Example:**
+```
+{
+ "wikipediaPageviewsLastQuarter": 0
+}
+```
+### wikipediaPageviewsLastQuarterGrowth
+ The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.
+* **Type:** Float
+* **Example:**
+```
+{
+ "wikipediaPageviewsLastQuarterGrowth": ""
+}
+```
+### wikipediaPageviewsLastYear
+ The number of views of its Wikipedia page of the last year if it exists.
+* **Type:** Integer
+* **Example:**
+```
+{
+ "wikipediaPageviewsLastYear": 0
+}
+```
+### wikipediaPageviewsLastYearGrowth
+ The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.
+* **Type:** Float
+* **Example:**
+```
+{
+ "wikipediaPageviewsLastYearGrowth": ""
+}
+```
diff --git a/docs/kg-ont-discussion.md b/docs/kg-ont-discussion.md
index 1a7e4ef1..2bd885f8 100644
--- a/docs/kg-ont-discussion.md
+++ b/docs/kg-ont-discussion.md
@@ -1,30 +1,71 @@
---
+warning: DO NOT EDIT THIS DOC DIRECTLY (SEE ORIGIN)
+origin: https://kg.diffbot.com/kg/ontology
id: kg-ont-discussion
title: Discussion
+generatedBy: generateOntology.js
---
The Discussion entity type encompasses forum and other similar discussions found throughout the web and known to the Knowledge Graph.
Note that fields are not guaranteed to exist in every entity record.
->New to the Diffbot Knowledge Graph? [Start here](dql-quickstart).
+For convenience, a complete ontology source in JSON format is also [available here](https://kg.diffbot.com/kg/ontology).
+
+> 🙋
+>
+> New to the Diffbot Knowledge Graph? [Start here](doc:getting-started-with-diffbot-knowledge-graph).
## Discussion Fields
+* [crawlTimestamp](#crawltimestamp)
+* [diffbotUri](#diffboturi)
+* [id](#id)
* [language](#language)
* [nextPage](#nextpage)
* [nextPages](#nextpages)
* [numPages](#numpages)
* [numParticipants](#numparticipants)
* [numPosts](#numposts)
+* [pageUrl](#pageurl)
* [posts](#posts)
* [provider](#provider)
+* [resolvedPageUrl](#resolvedpageurl)
* [rssUrl](#rssurl)
* [tags](#tags)
* [title](#title)
+* [type](#type)
+* [types](#types)
## Discussion Field Details
Note that certain longer field examples may be truncated for readability.
+### crawlTimestamp
+ Last time a site was crawled/indexed
+* **Type:** Integer
+* **Example:**
+```
+{
+ "crawlTimestamp": 0
+}
+```
+### diffbotUri
+ diffbotUri is a combination of an entityID and a corresponding web address or uniform resource identifier (URI), which is defined by appending the entityID to the URL https://www.diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://www.diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg
+* **Type:** String
+* **Example:**
+```
+{
+ "diffbotUri": ""
+}
+```
+### id
+ Each entity in the Diffbot KnowledgeGraph (DKG) is identified by a unique identifier, an alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies that entity. The id is directly derived from the most authoritative origin from the origins array.
+* **Type:** String
+* **Example:**
+```
+{
+ "id": ""
+}
+```
### language
Refers to the language which a Discussion is written
* **Type:** String
@@ -79,6 +120,15 @@ Note that certain longer field examples may be truncated for readability.
"numPosts": 0
}
```
+### pageUrl
+ URL of submitted page / page from which the entity is extracted
+* **Type:** String
+* **Example:**
+```
+{
+ "pageUrl": ""
+}
+```
### posts
* **Type:** DiscussionPost
@@ -142,6 +192,15 @@ Note that certain longer field examples may be truncated for readability.
"provider": ""
}
```
+### resolvedPageUrl
+ Returned if the pageUrl redirects to another URL
+* **Type:** String
+* **Example:**
+```
+{
+ "resolvedPageUrl": ""
+}
+```
### rssUrl
* **Type:** String
@@ -178,3 +237,21 @@ Note that certain longer field examples may be truncated for readability.
"title": ""
}
```
+### type
+ The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.
+* **Type:** Type
+* **Example:**
+```
+{
+ "type": ""
+}
+```
+### types
+ There are tags.types which can only refer to dbpedia rdf types, while there are also the general DiffbotEntity types which is just an array of all the types an object belongs to. For instance a LocalBusiness would have `types:["Organization","LocalBusiness"]` Finally, there are types that indicate a belonging to a subgroup such as business vs personal email address.
+* **Type:** String
+* **Example:**
+```
+{
+ "types": ""
+}
+```
diff --git a/docs/kg-ont-event.md b/docs/kg-ont-event.md
index 953e2682..c49876c9 100644
--- a/docs/kg-ont-event.md
+++ b/docs/kg-ont-event.md
@@ -1,32 +1,335 @@
---
+warning: DO NOT EDIT THIS DOC DIRECTLY (SEE ORIGIN)
+origin: https://kg.diffbot.com/kg/ontology
id: kg-ont-event
title: Event
+generatedBy: generateOntology.js
---
The Event entity type encompasses webinars, meet ups, conferences, and other events known to the Knowledge Graph.
Note that fields are not guaranteed to exist in every entity record.
->New to the Diffbot Knowledge Graph? [Start here](dql-quickstart).
+For convenience, a complete ontology source in JSON format is also [available here](https://kg.diffbot.com/kg/ontology).
+
+> 🙋
+>
+> New to the Diffbot Knowledge Graph? [Start here](doc:getting-started-with-diffbot-knowledge-graph).
## Event Fields
+* [allDescriptions](#alldescriptions)
+* [allNames](#allnames)
+* [allOriginHashes](#alloriginhashes)
+* [allUriDetails](#alluridetails)
+* [allUris](#alluris)
+* [categories](#categories)
+* [crawlTimestamp](#crawltimestamp)
+* [description](#description)
+* [descriptors](#descriptors)
+* [diffbotUri](#diffboturi)
* [endDateTime](#enddatetime)
+* [humanLanguage](#humanlanguage)
+* [id](#id)
+* [image](#image)
+* [images](#images)
+* [importance](#importance)
+* [location](#location)
* [locations](#locations)
+* [name](#name)
+* [nbIncomingEdges](#nbincomingedges)
+* [nbOrigins](#nborigins)
+* [nonCanonicalFacts](#noncanonicalfacts)
+* [onlineLink](#onlinelink)
+* [originDetails](#origindetails)
+* [origins](#origins)
+* [sponsors](#sponsors)
* [startDateTime](#startdatetime)
+* [summary](#summary)
+* [tags](#tags)
+* [timezone](#timezone)
+* [timezoneOffset](#timezoneoffset)
+* [type](#type)
+* [types](#types)
+* [venue](#venue)
+* [wikipediaPageviews](#wikipediapageviews)
+* [wikipediaPageviewsGrowth](#wikipediapageviewsgrowth)
+* [wikipediaPageviewsLastQuarter](#wikipediapageviewslastquarter)
+* [wikipediaPageviewsLastQuarterGrowth](#wikipediapageviewslastquartergrowth)
+* [wikipediaPageviewsLastYear](#wikipediapageviewslastyear)
+* [wikipediaPageviewsLastYearGrowth](#wikipediapageviewslastyeargrowth)
## Event Field Details
Note that certain longer field examples may be truncated for readability.
+### allDescriptions
+ All descriptions found for this entity. For the best description, refer to the field 'description'.
+* **Type:** String
+* **Example:**
+```
+{
+ "allDescriptions": [
+ "We’re thrilled to invite you to our Talent Connect Partnership Meet & Greet – a morning built for forging partnerships, opening doors to a pipeline of passionate, trained talent.\nWhy attend?\nPurpose‑driven venue. The Community Action Culinary Arts & Resource Center at 1906 Sherman Ave. in North Chicago, IL, exists to serve the community, help people and change lives Our work is deeply rooted in creating employment and career opportunities for local residents.\n What better place to dream up the future of your workforce?\nDiscover Talent Connect. Our Talent Connect employee referral service gives members access to a robust network of local talent and employment opportunities. It’s designed for businesses that want to connect with qualified candidates and for individuals eager to showcase their skills. At the Meet & Greet you’ll learn how this program can become a pipeline to your next star employee – or even your entire next team.\nForward‑thinking partnerships. We’re not just making introductions; we’re forging relationships built on shared goals.\nTime well spent. Breakfast starts at 7:30 AM; we are seeking your input about program successes and upcoming initiatives. We’ll wrap up with a pitch on how Talent Connect can support your hiring strategies and community engagement goals."
+ ]
+}
+```
+### allNames
+ All names used, including nicknames, full names and transliterations to other languages.
+* **Type:** String
+* **Example:**
+```
+{
+ "allNames": [
+ "Talent Connect Partnership Meet & Greet"
+ ]
+}
+```
+### allOriginHashes
+ For Diffbot's internal use only.
+* **Type:** String
+* **Example:**
+```
+{
+ "allOriginHashes": [
+ "MjgERJohOJaHe2p2YUXB3g"
+ ]
+}
+```
+### allUriDetails
+ Additional information about each URI in 'allUris', which lists the URIs associated with this entity.
+* **Type:** UriDetails
+* **Example:**
+```
+{
+ "allUriDetails": [
+ {
+ "domainMonthlyTrafficGrowth": "",
+ "domainMonthlyTraffic": 0,
+ "redirectsTo": "",
+ "nbFollowing": 0,
+ "uriType": "",
+ "verified": false,
+ "nbLinkedAccounts": 0,
+ "nbFollowers": 0,
+ "httpCodeTimestamp": 0,
+ "httpCode": "",
+ "uri": ""
+ }
+ ]
+}
+```
+### allUris
+ All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).
+* **Type:** URL
+* **Example:**
+```
+{
+ "allUris": []
+}
+```
+### categories
+ Array of categories which represent the abstract subject of the entity
+* **Type:** KGCategory
+* **Example:**
+```
+{
+ "categories": [
+ {
+ "score": 1,
+ "name": "Social",
+ "id": "iabv2-1007"
+ },
+ {
+ "score": 0.985,
+ "name": "Business",
+ "id": "iabv2-53"
+ },
+ {
+ "score": 0.985,
+ "name": "Business and Finance",
+ "id": "iabv2-52"
+ }
+ ]
+}
+```
+### crawlTimestamp
+ The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.
+* **Type:** Integer
+* **Example:**
+```
+{
+ "crawlTimestamp": 1755011801
+}
+```
+### description
+ A few sentences describing an entity
+* **Type:** String
+* **Example:**
+```
+{
+ "description": "We’re thrilled to invite you to our Talent Connect Partnership Meet & Greet – a morning built for forging partnerships, opening doors to a pipeline of passionate, trained talent.\nWhy attend?\nPurpose‑driven venue. The Community Action Culinary Arts & Resource Center at 1906 Sherman Ave. in North Chicago, IL, exists to serve the community, help people and change lives Our work is deeply rooted in creating employment and career opportunities for local residents.\n What better place to dream up the future of your workforce?\nDiscover Talent Connect. Our Talent Connect employee referral service gives members access to a robust network of local talent and employment opportunities. It’s designed for businesses that want to connect with qualified candidates and for individuals eager to showcase their skills. At the Meet & Greet you’ll learn how this program can become a pipeline to your next star employee – or even your entire next team.\nForward‑thinking partnerships. We’re not just making introductions; we’re forging relationships built on shared goals.\nTime well spent. Breakfast starts at 7:30 AM; we are seeking your input about program successes and upcoming initiatives. We’ll wrap up with a pitch on how Talent Connect can support your hiring strategies and community engagement goals."
+}
+```
+### descriptors
+ A list of free-form keywords describing this entity
+* **Type:** String
+* **Example:**
+```
+{
+ "descriptors": ""
+}
+```
+### diffbotUri
+ diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg
+* **Type:** URL
+* **Example:**
+```
+{
+ "diffbotUri": "http://diffbot.com/entity/EMjgERJohOJaHe2p2YUXB3g"
+}
+```
### endDateTime
-
+ Event start date and time in GMT
* **Type:** DDateTime
* **Example:**
```
{
"endDateTime": {
- "str": "d2018-10-11T07:00",
+ "str": "d2025-08-25T13:30",
"precision": 4,
- "timestamp": 1539241200000
+ "timestamp": 1756128600000
+ }
+}
+```
+### humanLanguage
+ Refers to the language in which the event is published
+* **Type:** Language
+* **Example:**
+```
+{
+ "humanLanguage": {}
+}
+```
+### id
+ An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.
+* **Type:** String
+* **Example:**
+```
+{
+ "id": "EMjgERJohOJaHe2p2YUXB3g"
+}
+```
+### image
+ The main image used to represent the entity.
+* **Type:** String
+* **Example:**
+```
+{
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&urls=g%3Cj7P0SttAi.NxBvz.qNb%3DT1G%5C%3D%254%5B%25Ku%25X%3Dp%3Ar.PzDx%7C.sPd%25pU%3E%5B%7DTh%3F%25Mw%7BX1B_9%5Eo%3Fg%25MzDk%7DJxEWuVs7T%7D%25eB%5B%25CpwKXoOu%7ER.Ui%7B1%3AfxPq%261sCT%3BBl5IkO%25%3C%7Bl%3EU6Yb9g%26L1Yx%26Eh2Ypk0E%26%7EBV0w%3B%25l%5Bi%25J9Pav%25wNX9S%26umd%7BDtBWFpDYQJt8M0JAzZ%2Fr%5C5ZQgj%3BNdr"
+}
+```
+### images
+ The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.
+* **Type:** ImageField
+* **Example:**
+```
+{
+ "images": [
+ {
+ "naturalHeight": 470,
+ "width": 940,
+ "url": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0SttAi.NxBvz.qNb%3DT1G%5C%3D%254%5B%25Ku%25X%3Dp%3Ar.PzDx%7C.sPd%25pU%3E%5B%7DTh%3F%25Mw%7BX1B_9%5Eo%3Fg%25MzDk%7DJxEWuVs7T%7D%25eB%5B%25CpwKXoOu%7ER.Ui%7B1%3AfxPq%261sCT%3BBl5IkO%25%3C%7Bl%3EU6Yb9g%26L1Yx%26Eh2Ypk0E%26%7EBV0w%3B%25l%5Bi%25J9Pav%25wNX9S%26umd%7BDtBWFpDYQJt8M0JAzZ%2Fr%5C5ZQgj%3BNdr",
+ "naturalWidth": 940,
+ "primary": true,
+ "height": 470
+ }
+ ]
+}
+```
+### importance
+ A number between 0 and 100 indicating how important or popular an entity is.
+* **Type:** Float
+* **Example:**
+```
+{
+ "importance": 4.49222993850708
+}
+```
+### location
+ The location of the event.
+* **Type:** Location
+* **Example:**
+```
+{
+ "location": {
+ "venue": "Get Directions",
+ "country": {
+ "summary": "Country located primarily in North America",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FhvGq%3Eh%5D%7Dab%3B%60zBlElnGl6anIdpR%7BW%5EvOdKQBTx.oCJ",
+ "types": [
+ "Place",
+ "AdministrativeArea",
+ "Country"
+ ],
+ "name": "United States",
+ "diffbotUri": "http://diffbot.com/entity/E01d4EK33MmCosgI2KXa4-A",
+ "targetDiffbotId": "E01d4EK33MmCosgI2KXa4-A",
+ "type": "Place"
+ },
+ "address": "Get Directions, 1906 Sherman Ave Sherman Avenue, North Chicago, Illinois",
+ "city": {
+ "summary": "City and suburb of Chicago, Illinois, USA",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FGvvO%3EqO7Rb_i%40OnQXXDr%40%5BuMxz%7D0Fh4%600IQBTi%7D%5D%3BG%5B%2FizHkHaxUy%7EZyIZudx%3Ae%2F%3FvBr7DADfv%3DqJPRQp7T%2FNe%3AYy.gHZ",
+ "types": [
+ "Place",
+ "AdministrativeArea",
+ "City"
+ ],
+ "name": "North Chicago",
+ "diffbotUri": "http://diffbot.com/entity/EXsoILJt3O065Ir6QcM2xsA",
+ "targetDiffbotId": "EXsoILJt3O065Ir6QcM2xsA",
+ "type": "Place"
+ },
+ "street": "1906 Sherman Ave Sherman Avenue",
+ "metroArea": {
+ "summary": "Metropolitan area in the United States",
+ "types": [
+ "Place",
+ "AdministrativeArea"
+ ],
+ "name": "Chicago metropolitan area",
+ "diffbotUri": "http://diffbot.com/entity/EDdaNkfPANReoJCWjJ4clcQ",
+ "targetDiffbotId": "EDdaNkfPANReoJCWjJ4clcQ",
+ "type": "Place"
+ },
+ "subregion": {
+ "summary": "County in Illinois, United States",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FfvEP%3ErO%3CLr2YdMfAg%7EAy6UoKm7MyKm%7B%5Ex6%3C%2FZj%7D%3F%3CXjNt.M%7E%40",
+ "types": [
+ "Place",
+ "AdministrativeArea"
+ ],
+ "name": "Lake County",
+ "diffbotUri": "http://diffbot.com/entity/EphQDa_57PBiOq3FIcVlb1g",
+ "targetDiffbotId": "EphQDa_57PBiOq3FIcVlb1g",
+ "type": "Place"
+ },
+ "latitude": 42.31783676147461,
+ "precision": 4.552231788635254,
+ "postalCode": "60064",
+ "region": {
+ "summary": "State of the United States of America",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FFvuu%3ExS%7DYb%3B%60zzfDb%7DGoJ.yZl",
+ "types": [
+ "Place",
+ "AdministrativeArea",
+ "Region"
+ ],
+ "name": "Illinois",
+ "diffbotUri": "http://diffbot.com/entity/EbCHmKRdnPNWDRqTZHroFbA",
+ "targetDiffbotId": "EbCHmKRdnPNWDRqTZHroFbA",
+ "type": "Place"
+ },
+ "longitude": -87.86309814453125
}
}
```
@@ -38,40 +341,339 @@ Note that certain longer field examples may be truncated for readability.
{
"locations": [
{
+ "venue": "Get Directions",
"country": {
+ "summary": "Country located primarily in North America",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FhvGq%3Eh%5D%7Dab%3B%60zBlElnGl6anIdpR%7BW%5EvOdKQBTx.oCJ",
+ "types": [
+ "Place",
+ "AdministrativeArea",
+ "Country"
+ ],
"name": "United States",
- "surfaceForm": "United States"
+ "diffbotUri": "http://diffbot.com/entity/E01d4EK33MmCosgI2KXa4-A",
+ "targetDiffbotId": "E01d4EK33MmCosgI2KXa4-A",
+ "type": "Place"
},
- "isCurrent": true,
- "address": "Anaheim Convention Center, Anaheim, California, CA, USA",
+ "address": "Get Directions, 1906 Sherman Ave Sherman Avenue, North Chicago, Illinois",
"city": {
- "name": "Anaheim",
- "surfaceForm": "Anaheim"
+ "summary": "City and suburb of Chicago, Illinois, USA",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FGvvO%3EqO7Rb_i%40OnQXXDr%40%5BuMxz%7D0Fh4%600IQBTi%7D%5D%3BG%5B%2FizHkHaxUy%7EZyIZudx%3Ae%2F%3FvBr7DADfv%3DqJPRQp7T%2FNe%3AYy.gHZ",
+ "types": [
+ "Place",
+ "AdministrativeArea",
+ "City"
+ ],
+ "name": "North Chicago",
+ "diffbotUri": "http://diffbot.com/entity/EXsoILJt3O065Ir6QcM2xsA",
+ "targetDiffbotId": "EXsoILJt3O065Ir6QcM2xsA",
+ "type": "Place"
+ },
+ "street": "1906 Sherman Ave Sherman Avenue",
+ "metroArea": {
+ "summary": "Metropolitan area in the United States",
+ "types": [
+ "Place",
+ "AdministrativeArea"
+ ],
+ "name": "Chicago metropolitan area",
+ "diffbotUri": "http://diffbot.com/entity/EDdaNkfPANReoJCWjJ4clcQ",
+ "targetDiffbotId": "EDdaNkfPANReoJCWjJ4clcQ",
+ "type": "Place"
},
- "street": "Anaheim Convention Center",
"subregion": {
- "name": "California",
- "surfaceForm": "California"
+ "summary": "County in Illinois, United States",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FfvEP%3ErO%3CLr2YdMfAg%7EAy6UoKm7MyKm%7B%5Ex6%3C%2FZj%7D%3F%3CXjNt.M%7E%40",
+ "types": [
+ "Place",
+ "AdministrativeArea"
+ ],
+ "name": "Lake County",
+ "diffbotUri": "http://diffbot.com/entity/EphQDa_57PBiOq3FIcVlb1g",
+ "targetDiffbotId": "EphQDa_57PBiOq3FIcVlb1g",
+ "type": "Place"
},
- "surfaceForm": "Anaheim Convention Center, Anaheim, California, CA, USA",
+ "latitude": 42.31783676147461,
+ "precision": 4.552231788635254,
+ "postalCode": "60064",
"region": {
- "name": "CA",
- "surfaceForm": "CA"
- }
+ "summary": "State of the United States of America",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FFvuu%3ExS%7DYb%3B%60zzfDb%7DGoJ.yZl",
+ "types": [
+ "Place",
+ "AdministrativeArea",
+ "Region"
+ ],
+ "name": "Illinois",
+ "diffbotUri": "http://diffbot.com/entity/EbCHmKRdnPNWDRqTZHroFbA",
+ "targetDiffbotId": "EbCHmKRdnPNWDRqTZHroFbA",
+ "type": "Place"
+ },
+ "longitude": -87.86309814453125
}
]
}
```
-### startDateTime
+### name
+ Primary text label for this entity.
+* **Type:** String
+* **Example:**
+```
+{
+ "name": "Talent Connect Partnership Meet & Greet"
+}
+```
+### nbIncomingEdges
+ This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.
+* **Type:** Integer
+* **Example:**
+```
+{
+ "nbIncomingEdges": 0
+}
+```
+### nbOrigins
+ Total number of origins in the field 'origins'. This field is only available in extended JSON mode.
+* **Type:** Integer
+* **Example:**
+```
+{
+ "nbOrigins": 1
+}
+```
+### nonCanonicalFacts
+ Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi
+* **Type:** String
+* **Example:**
+```
+{
+ "nonCanonicalFacts": ""
+}
+```
+### onlineLink
+
+* **Type:** String
+* **Example:**
+```
+{
+ "onlineLink": ""
+}
+```
+### originDetails
+ Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.
+* **Type:** OriginDetail
+* **Example:**
+```
+{
+ "originDetails": [
+ {
+ "crawledAt": {
+ "str": "",
+ "precision": 0,
+ "timestamp": 0
+ },
+ "origin": ""
+ }
+ ]
+}
+```
+### origins
+ An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.
+* **Type:** String
+* **Example:**
+```
+{
+ "origins": [
+ "eventbrite.com/e/talent-connect-partnership-meet-greet-tickets-1542472329259"
+ ]
+}
+```
+### sponsors
+* **Type:** LinkedEntity
+* **Example:**
+```
+{
+ "sponsors": [
+ {
+ "summary": "",
+ "image": "",
+ "images": [
+ {
+ "classifications": "",
+ "fingerprint": "",
+ "title": "",
+ "isCached": false,
+ "url": ""
+ }
+ ],
+ "types": "",
+ "diffbotUri": "",
+ "name": ""
+ }
+ ]
+}
+```
+### startDateTime
+ Event start date and time in GMT
* **Type:** DDateTime
* **Example:**
```
{
"startDateTime": {
- "str": "d2018-10-09T07:00",
+ "str": "d2025-08-25T12:30",
"precision": 4,
- "timestamp": 1539068400000
+ "timestamp": 1756125000000
}
}
```
+### summary
+ A short phrase designed to disambiguate entities with the same or similar name
+* **Type:** String
+* **Example:**
+```
+{
+ "summary": ""
+}
+```
+### tags
+ Array of tags/entities, generated from analysis of the extracted text and cross-referenced with DBpedia and other data sources. Language-specific tags will be returned if the source text is in English, Chinese, French, German, Spanish or Russian.
+* **Type:** KGTag
+* **Example:**
+```
+{
+ "tags": [
+ {
+ "score": 0.5921527743339539,
+ "sentiment": 0,
+ "count": 1,
+ "label": "North Chicago",
+ "uri": "https://diffbot.com/entity/EXsoILJt3O065Ir6QcM2xsA",
+ "rdfTypes": [
+ "http://dbpedia.org/ontology/Place",
+ "http://dbpedia.org/ontology/PopulatedPlace",
+ "http://dbpedia.org/ontology/Settlement",
+ "http://dbpedia.org/ontology/City"
+ ]
+ },
+ {
+ "score": 0.4346528649330139,
+ "sentiment": 0.779,
+ "count": 1,
+ "label": "culinary art",
+ "uri": "https://diffbot.com/entity/Er6nY2WBwO_Gmo0M3loM7CQ",
+ "rdfTypes": [
+ "http://dbpedia.org/ontology/Skill"
+ ]
+ },
+ {
+ "score": 0.3224407732486725,
+ "sentiment": 0.79,
+ "count": 1,
+ "label": "partnership",
+ "uri": "https://diffbot.com/entity/E5flv0o6_OZqHZOKG5q2WyA"
+ }
+ ]
+}
+```
+### timezone
+ IANA Timezone
+* **Type:** String
+* **Example:**
+```
+{
+ "timezone": ""
+}
+```
+### timezoneOffset
+ Timezone offset from GMT
+* **Type:** String
+* **Example:**
+```
+{
+ "timezoneOffset": "-05:00"
+}
+```
+### type
+ The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.
+* **Type:** Type
+* **Example:**
+```
+{
+ "type": "Event"
+}
+```
+### types
+ All types of a Diffbot entity, including the value of the field 'type'.
+* **Type:** String
+* **Example:**
+```
+{
+ "types": [
+ "Event"
+ ]
+}
+```
+### venue
+
+* **Type:** String
+* **Example:**
+```
+{
+ "venue": "Get Directions"
+}
+```
+### wikipediaPageviews
+ The number of views of its Wikipedia page of the last month if it exists.
+* **Type:** Integer
+* **Example:**
+```
+{
+ "wikipediaPageviews": 0
+}
+```
+### wikipediaPageviewsGrowth
+ The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.
+* **Type:** Float
+* **Example:**
+```
+{
+ "wikipediaPageviewsGrowth": ""
+}
+```
+### wikipediaPageviewsLastQuarter
+ The number of views of its Wikipedia page of the last quarter if it exists.
+* **Type:** Integer
+* **Example:**
+```
+{
+ "wikipediaPageviewsLastQuarter": 0
+}
+```
+### wikipediaPageviewsLastQuarterGrowth
+ The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.
+* **Type:** Float
+* **Example:**
+```
+{
+ "wikipediaPageviewsLastQuarterGrowth": ""
+}
+```
+### wikipediaPageviewsLastYear
+ The number of views of its Wikipedia page of the last year if it exists.
+* **Type:** Integer
+* **Example:**
+```
+{
+ "wikipediaPageviewsLastYear": 0
+}
+```
+### wikipediaPageviewsLastYearGrowth
+ The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.
+* **Type:** Float
+* **Example:**
+```
+{
+ "wikipediaPageviewsLastYearGrowth": ""
+}
+```
diff --git a/docs/kg-ont-faq.md b/docs/kg-ont-faq.md
new file mode 100644
index 00000000..c1f7de6f
--- /dev/null
+++ b/docs/kg-ont-faq.md
@@ -0,0 +1,54 @@
+---
+id: kg-ont-faq
+title: Faq
+generatedBy: generateOntology.js
+---
+
+The FAQ entity type is a specialized list of questions and corresponding answers.
+
+Note that fields are not guaranteed to exist in every entity record.
+
+For convenience, a complete ontology source in JSON format is also [available here](https://kg.diffbot.com/kg/ontology).
+
+> 🙋
+>
+> New to the Diffbot Knowledge Graph? [Start here](doc:getting-started-with-diffbot-knowledge-graph).
+
+## Faq Fields
+* [faqs](#faqs)
+* [title](#title)
+
+## Faq Field Details
+Note that certain longer field examples may be truncated for readability.
+
+### faqs
+ List of the faqs
+* **Type:** FaqQnA
+* **Example:**
+```
+{
+ "faqs": [
+ {
+ "q": "How is Zika virus disease treated?",
+ "a": "Revised Zika virus country classification scheme"
+ },
+ {
+ "q": "How was the Zika virus country classification scheme developed?",
+ "a": "Zika and neurological complications"
+ },
+ {
+ "q": "Are there other explanations for microcephaly and Guillain-Barré syndrome?",
+ "a": "Mosquitoes transmitting Zika virus"
+ }
+ ]
+}
+```
+### title
+ Faq title
+* **Type:** String
+* **Example:**
+```
+{
+ "title": "Zika virus and complications: Questions and answers"
+}
+```
diff --git a/docs/kg-ont-image.md b/docs/kg-ont-image.md
index bd545841..1de11576 100644
--- a/docs/kg-ont-image.md
+++ b/docs/kg-ont-image.md
@@ -1,25 +1,39 @@
---
+warning: DO NOT EDIT THIS DOC DIRECTLY (SEE ORIGIN)
+origin: https://kg.diffbot.com/kg/ontology
id: kg-ont-image
title: Image
+generatedBy: generateOntology.js
---
The Image entity type encompasses images found throughout the web and known to the Knowledge Graph.
Note that fields are not guaranteed to exist in every entity record.
->New to the Diffbot Knowledge Graph? [Start here](dql-quickstart).
+For convenience, a complete ontology source in JSON format is also [available here](https://kg.diffbot.com/kg/ontology).
+
+> 🙋
+>
+> New to the Diffbot Knowledge Graph? [Start here](doc:getting-started-with-diffbot-knowledge-graph).
## Image Fields
* [anchorUrl](#anchorurl)
* [breadcrumb](#breadcrumb)
+* [crawlTimestamp](#crawltimestamp)
+* [diffbotUri](#diffboturi)
* [displayHeight](#displayheight)
* [displayWidth](#displaywidth)
+* [id](#id)
* [language](#language)
* [links](#links)
* [naturalHeight](#naturalheight)
* [naturalWidth](#naturalwidth)
+* [pageUrl](#pageurl)
+* [resolvedPageUrl](#resolvedpageurl)
* [tags](#tags)
* [title](#title)
+* [type](#type)
+* [types](#types)
* [url](#url)
* [xpath](#xpath)
@@ -49,6 +63,24 @@ Note that certain longer field examples may be truncated for readability.
]
}
```
+### crawlTimestamp
+ Last time a site was crawled/indexed
+* **Type:** Integer
+* **Example:**
+```
+{
+ "crawlTimestamp": 1700198633
+}
+```
+### diffbotUri
+ diffbotUri is a combination of an entityID and a corresponding web address or uniform resource identifier (URI), which is defined by appending the entityID to the URL https://www.diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://www.diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg
+* **Type:** String
+* **Example:**
+```
+{
+ "diffbotUri": "http://diffbot.com/entity/IMG62073555748"
+}
+```
### displayHeight
Height of image as presented in the browser (and as sized via browser/CSS, if resized)
* **Type:** Integer
@@ -67,6 +99,15 @@ Note that certain longer field examples may be truncated for readability.
"displayWidth": 0
}
```
+### id
+ Each entity in the Diffbot KnowledgeGraph (DKG) is identified by a unique identifier, an alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies that entity. The id is directly derived from the most authoritative origin from the origins array.
+* **Type:** String
+* **Example:**
+```
+{
+ "id": "IMG62073555748"
+}
+```
### language
* **Type:** String
@@ -91,7 +132,7 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "naturalHeight": 1056
+ "naturalHeight": 3417
}
```
### naturalWidth
@@ -100,7 +141,25 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "naturalWidth": 1176
+ "naturalWidth": 3418
+}
+```
+### pageUrl
+ URL of submitted page / page from which the entity is extracted
+* **Type:** String
+* **Example:**
+```
+{
+ "pageUrl": ""
+}
+```
+### resolvedPageUrl
+ Returned if the pageUrl redirects to another URL
+* **Type:** String
+* **Example:**
+```
+{
+ "resolvedPageUrl": ""
}
```
### tags
@@ -127,7 +186,27 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "title": "A visualization of the Knowledge Graph"
+ "title": "Mike Tung of Diffbot"
+}
+```
+### type
+ The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.
+* **Type:** Type
+* **Example:**
+```
+{
+ "type": "Image"
+}
+```
+### types
+ There are tags.types which can only refer to dbpedia rdf types, while there are also the general DiffbotEntity types which is just an array of all the types an object belongs to. For instance a LocalBusiness would have `types:["Organization","LocalBusiness"]` Finally, there are types that indicate a belonging to a subgroup such as business vs personal email address.
+* **Type:** String
+* **Example:**
+```
+{
+ "types": [
+ "Image"
+ ]
}
```
### url
@@ -136,7 +215,7 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "url": "https://cdn-images-1.medium.com/max/1600/1*sYLBdAl7pP2krTspeWZosA.png"
+ "url": "https://imageio.forbes.com/specials-images/imageserve/5cd587b85ea6490008c81044/Mike-Tung-of-Diffbot/0x0.jpg?format=jpg&crop=3418,3417,x470,y0,safe&height=3417&width=3418"
}
```
### xpath
diff --git a/docs/kg-ont-job.md b/docs/kg-ont-job.md
new file mode 100644
index 00000000..b842f87e
--- /dev/null
+++ b/docs/kg-ont-job.md
@@ -0,0 +1,81 @@
+---
+id: kg-ont-job
+title: Job
+generatedBy: generateOntology.js
+---
+
+The Job entity type represents roles of employment found throughout the web and known to the Knowledge Graph.
+
+Note that fields are not guaranteed to exist in every entity record.
+
+For convenience, a complete ontology source in JSON format is also [available here](https://kg.diffbot.com/kg/ontology).
+
+> 🙋
+>
+> New to the Diffbot Knowledge Graph? [Start here](doc:getting-started-with-diffbot-knowledge-graph).
+
+## Job Fields
+* [company](#company)
+* [humanLanguage](#humanlanguage)
+* [requirements](#requirements)
+* [tasks](#tasks)
+* [text](#text)
+* [title](#title)
+
+## Job Field Details
+Note that certain longer field examples may be truncated for readability.
+
+### company
+
+* **Type:** String
+* **Example:**
+```
+{
+ "company": ""
+}
+```
+### humanLanguage
+ Refers to the humanLanguage in which a Job is written
+* **Type:** String
+* **Example:**
+```
+{
+ "humanLanguage": ""
+}
+```
+### requirements
+ Required skills/experiences for the job
+* **Type:** String
+* **Example:**
+```
+{
+ "requirements": ""
+}
+```
+### tasks
+ List of the job's tasks and responsibilities
+* **Type:** String
+* **Example:**
+```
+{
+ "tasks": ""
+}
+```
+### text
+
+* **Type:** String
+* **Example:**
+```
+{
+ "text": ""
+}
+```
+### title
+ Job title
+* **Type:** String
+* **Example:**
+```
+{
+ "title": ""
+}
+```
diff --git a/docs/kg-ont-organization.md b/docs/kg-ont-organization.md
index 5889ee0b..0eb8fe35 100644
--- a/docs/kg-ont-organization.md
+++ b/docs/kg-ont-organization.md
@@ -1,37 +1,66 @@
---
+warning: DO NOT EDIT THIS DOC DIRECTLY (SEE ORIGIN)
+origin: https://kg.diffbot.com/kg/ontology
id: kg-ont-organization
title: Organization
+generatedBy: generateOntology.js
---
The organization entity type encompasses corporations, local businesses, non-profits, and other organizations known to the Knowledge Graph.
Note that fields are not guaranteed to exist in every entity record.
->New to the Diffbot Knowledge Graph? [Start here](dql-quickstart).
+For convenience, a complete ontology source in JSON format is also [available here](https://kg.diffbot.com/kg/ontology).
+
+> 🙋
+>
+> New to the Diffbot Knowledge Graph? [Start here](doc:getting-started-with-diffbot-knowledge-graph).
## Organization Fields
+* [abnNumbers](#abnnumbers)
+* [acnNumbers](#acnnumbers)
* [acquiredBy](#acquiredby)
+* [allDescriptions](#alldescriptions)
+* [allNames](#allnames)
+* [allOriginHashes](#alloriginhashes)
+* [allUriDetails](#alluridetails)
+* [allUris](#alluris)
* [angellistUri](#angellisturi)
* [anzSicClassification](#anzsicclassification)
* [blogUri](#bloguri)
* [boardMembers](#boardmembers)
-* [brands](#brands)
+* [canadianBusinessNumbers](#canadianbusinessnumbers)
* [capitalization](#capitalization)
* [categories](#categories)
* [ceo](#ceo)
+* [chineseSocialCreditCodes](#chinesesocialcreditcodes)
* [companiesHouseIds](#companieshouseids)
+* [competitors](#competitors)
+* [crawlTimestamp](#crawltimestamp)
* [crunchbaseUri](#crunchbaseuri)
+* [cuitNumbers](#cuitnumbers)
+* [customers](#customers)
+* [description](#description)
* [descriptors](#descriptors)
+* [diffbotUri](#diffboturi)
+* [edrpouNumbers](#edrpounumbers)
+* [emailAddresses](#emailaddresses)
+* [employeeCategories](#employeecategories)
* [facebookUri](#facebookuri)
* [founders](#founders)
* [foundingDate](#foundingdate)
+* [fullName](#fullname)
* [githubUri](#githuburi)
* [googlePlusUri](#googleplusuri)
* [guiNumbers](#guinumbers)
+* [hasRemoteInternationalEmployees](#hasremoteinternationalemployees)
* [homepageUri](#homepageuri)
* [iSicClassification](#isicclassification)
+* [id](#id)
+* [image](#image)
+* [images](#images)
+* [importance](#importance)
* [indianCorporateIdentityNumbers](#indiancorporateidentitynumbers)
-* [industries](#industries)
* [investments](#investments)
* [ipo](#ipo)
* [irsEmployerIdentificationNumbers](#irsemployeridentificationnumbers)
@@ -39,8 +68,10 @@ Note that fields are not guaranteed to exist in every entity record.
* [isDissolved](#isdissolved)
* [isNonProfit](#isnonprofit)
* [isPublic](#ispublic)
+* [israeliCompanyNumbers](#israelicompanynumbers)
* [japaneseCorporateNumbers](#japanesecorporatenumbers)
-* [leadership](#leadership)
+* [kvedClassification](#kvedclassification)
+* [legalEntities](#legalentities)
* [linkedInUri](#linkedinuri)
* [location](#location)
* [locations](#locations)
@@ -48,29 +79,40 @@ Note that fields are not guaranteed to exist in every entity record.
* [mccClassification](#mccclassification)
* [mccCode](#mcccode)
* [mccCodeDescription](#mcccodedescription)
+* [monthlyTraffic](#monthlytraffic)
+* [monthlyTrafficGrowth](#monthlytrafficgrowth)
* [motto](#motto)
* [naceClassification](#naceclassification)
* [nafClassification](#nafclassification)
* [naicsClassification](#naicsclassification)
+* [naicsClassification2017](#naicsclassification2017)
+* [name](#name)
* [nbActiveEmployeeEdges](#nbactiveemployeeedges)
* [nbEmployeeRanges](#nbemployeeranges)
* [nbEmployees](#nbemployees)
* [nbEmployeesMax](#nbemployeesmax)
* [nbEmployeesMin](#nbemployeesmin)
-* [nbEmployeesOnLinkedIn](#nbemployeesonlinkedin)
-* [nbEmployeesOnLinkedInOverTime](#nbemployeesonlinkedinovertime)
+* [nbIncomingEdges](#nbincomingedges)
* [nbLocations](#nblocations)
+* [nbOrigins](#nborigins)
* [nbUniqueInvestors](#nbuniqueinvestors)
+* [nonCanonicalFacts](#noncanonicalfacts)
* [norwegianOrganizationNumbers](#norwegianorganizationnumbers)
+* [npiNumbers](#npinumbers)
* [okvedClassification](#okvedclassification)
+* [originDetails](#origindetails)
+* [origins](#origins)
* [parentCompany](#parentcompany)
+* [partnerships](#partnerships)
* [phoneNumbers](#phonenumbers)
* [predecessors](#predecessors)
* [quarterlyRevenues](#quarterlyrevenues)
+* [remoteScore](#remotescore)
* [revenue](#revenue)
* [russianTaxpayerIdentificationNumbers](#russiantaxpayeridentificationnumbers)
* [secCentralIndexKeys](#seccentralindexkeys)
* [secForms](#secforms)
+* [sepaIds](#sepaids)
* [sicClassification](#sicclassification)
* [sicCode](#siccode)
* [sicCodeDescription](#siccodedescription)
@@ -79,27 +121,73 @@ Note that fields are not guaranteed to exist in every entity record.
* [stock](#stock)
* [subsidiaries](#subsidiaries)
* [successors](#successors)
+* [summary](#summary)
+* [suppliers](#suppliers)
* [technographics](#technographics)
+* [thaiTaxpayerIds](#thaitaxpayerids)
* [totalInvestment](#totalinvestment)
+* [tsicClassification](#tsicclassification)
* [twitterUri](#twitteruri)
+* [type](#type)
+* [types](#types)
+* [uenNumbers](#uennumbers)
* [ukSicClassification](#uksicclassification)
+* [ultimateParent](#ultimateparent)
* [vatIdentificationNumbers](#vatidentificationnumbers)
+* [wikipediaPageviews](#wikipediapageviews)
+* [wikipediaPageviewsGrowth](#wikipediapageviewsgrowth)
+* [wikipediaPageviewsLastQuarter](#wikipediapageviewslastquarter)
+* [wikipediaPageviewsLastQuarterGrowth](#wikipediapageviewslastquartergrowth)
+* [wikipediaPageviewsLastYear](#wikipediapageviewslastyear)
+* [wikipediaPageviewsLastYearGrowth](#wikipediapageviewslastyeargrowth)
* [wikipediaUri](#wikipediauri)
* [yearlyRevenues](#yearlyrevenues)
## Organization Field Details
Note that certain longer field examples may be truncated for readability.
+### abnNumbers
+ Australian Business Number (ABN) is a unique identifier provided by Australian Business Register (ABR).
+* **Type:** String
+* **Example:**
+```
+{
+ "abnNumbers": [
+ "46610921849"
+ ]
+}
+```
+### acnNumbers
+ Australian Company Number (ACN) is a unique identifier given to all Australian companies.
+* **Type:** String
+* **Example:**
+```
+{
+ "acnNumbers": [
+ "610921849"
+ ]
+}
+```
### acquiredBy
The organization that has most recently acquired this organization.
-* **Type:** LinkedEntity
+* **Type:** AcquiredBy
* **Example:**
```
{
"acquiredBy": [
{
+ "date": {
+ "str": "",
+ "precision": 0,
+ "timestamp": 0
+ },
"summary": "",
"image": "",
+ "amount": {
+ "currency": "",
+ "value": ""
+ },
+ "isCurrent": false,
"images": [
{
"classifications": "",
@@ -110,22 +198,94 @@ Note that certain longer field examples may be truncated for readability.
}
],
"types": "",
- "websiteUris": "",
"diffbotUri": "",
- "name": "",
- "targetDiffbotUri": "",
- "surfaceForm": ""
+ "name": ""
+ }
+ ]
+}
+```
+### allDescriptions
+ All descriptions found for this entity. For the best description, refer to the field 'description'.
+* **Type:** String
+* **Example:**
+```
+{
+ "allDescriptions": [
+ "IBM is a leading cloud platform and cognitive solutions company. Founded in 1911, it is the largest technology and consulting employer in the world.",
+ "IBM Global Financing offers loans, leasing and IT financing Payment solutions.",
+ "IBM is an IT technology and consulting firm providing computer hardware, software, infrastructure, and hosting services."
+ ]
+}
+```
+### allNames
+ All names used, including nicknames, full names and transliterations to other languages.
+* **Type:** String
+* **Example:**
+```
+{
+ "allNames": [
+ "IBM",
+ "IBM India Private Limited",
+ "IBM India"
+ ]
+}
+```
+### allOriginHashes
+ For Diffbot's internal use only.
+* **Type:** String
+* **Example:**
+```
+{
+ "allOriginHashes": [
+ "eKPD0JbzMCKSlCT_lDiuIQ",
+ "DV7YS20lMU2ibHgiwW7cfA",
+ "IPiXHBOjO_6L9CG9F_NPeg"
+ ]
+}
+```
+### allUriDetails
+ Additional information about each URI in 'allUris', which lists the URIs associated with this entity.
+* **Type:** UriDetails
+* **Example:**
+```
+{
+ "allUriDetails": [
+ {
+ "domainMonthlyTrafficGrowth": "",
+ "domainMonthlyTraffic": 0,
+ "redirectsTo": "",
+ "nbFollowing": 0,
+ "uriType": "",
+ "verified": false,
+ "nbLinkedAccounts": 0,
+ "nbFollowers": 0,
+ "httpCodeTimestamp": 0,
+ "httpCode": "",
+ "uri": ""
}
]
}
```
+### allUris
+ All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).
+* **Type:** URL
+* **Example:**
+```
+{
+ "allUris": [
+ "connectonline.asic.gov.au/RegistrySearch/faces/landing/panelSearch.jspx?searchType=OrgAndBusNm&searchText=610921849",
+ "annuaire-entreprises.data.gouv.fr/entreprise/890677800",
+ "data.gov.in/catalog/company-master-data/U30007KA1991PLC012619"
+ ]
+}
+```
### angellistUri
Link to the Angel List profile of this entity
* **Type:** URL
* **Example:**
```
{
- "angellistUri": "angel.co/ibm"
+ "angellistUri": "angel.co/ibm-india-1"
}
```
### anzSicClassification
@@ -137,8 +297,10 @@ Note that certain longer field examples may be truncated for readability.
"anzSicClassification": [
{
"code": "",
+ "level": 0,
"isPrimary": false,
"name": "",
+ "diffbotUri": "",
"version": ""
}
]
@@ -162,53 +324,49 @@ Note that certain longer field examples may be truncated for readability.
"boardMembers": [
{
"summary": "Indian American business executive and CEO of IBM",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St%7D9u.LnOv%7BI%7C%40g7.pBYINs%3Ff%7CGZ7jr-tGZhWf%3DK%2FOvy%5Bp%3CSKbs8i%7CEyNzC%60%3C_s8m5LcwEg%3CryObFQxFtEU3Cl%7DQ.I%5Do",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7guSXzAoBWu.x0KwLZrUn.%5B%3CR0Aa4Hwygr9m6W%3Exl5G%60BkxmPGd5%5Bg%7BE%3DJm%40gp7oEL8d7PC%28Fk1%601%3CT%29.o%3Ec",
"types": [
"Person"
],
"name": "Arvind Krishna",
"diffbotUri": "http://diffbot.com/entity/E2w9R5RLuMCSUb511otaM-Q",
- "targetDiffbotUri": "http://diffbot.com/entity/E2w9R5RLuMCSUb511otaM-Q",
"targetDiffbotId": "E2w9R5RLuMCSUb511otaM-Q",
- "surfaceForm": "Arvind Krishna",
"type": "Person"
},
{
- "summary": "American business executive",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St%7D9u.LnOv%7BI%7C%40g7.pBYINs%3Ff%7CGZ7jr-tGZhWf%3DK%2FOvy%5Bp%3CSKbs8i%7CEyNzC%60%3B%5Bv%3Ci6Lc%7Bhs%3Ac5Ii%40W%7DVjN%5D4bnrC.I%5Do",
+ "summary": "American businessman & politician (born 1960)",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0SttAc%3ANu.d9U%7CB%5DpM08.%7DZnIa6%40_%3Bv2FpDLhawxEr-%5BuTpJZ%40-r%3Ec2Jh9e%3EN7Zv%3De%3DNdGkxHRsYU2qfV3MD2%3B2GcA%3FP%3Dil2gIG%7DIwIY.%3Aan",
"types": [
- "Person"
+ "Person",
+ "PersonInvestor"
],
- "name": "Ginni Rometty",
- "diffbotUri": "http://diffbot.com/entity/EFCXA8DGjPMq5oTjl9RESEw",
- "targetDiffbotUri": "http://diffbot.com/entity/EFCXA8DGjPMq5oTjl9RESEw",
- "targetDiffbotId": "EFCXA8DGjPMq5oTjl9RESEw",
- "surfaceForm": "Ginni Rometty",
+ "name": "Gary Cohn",
+ "diffbotUri": "http://diffbot.com/entity/EpEweymvaM0ug7Y-pCJBB3w",
+ "targetDiffbotId": "EpEweymvaM0ug7Y-pCJBB3w",
"type": "Person"
},
{
- "summary": "American banker",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FjvIs%3ElO%3Efb_i3OY9mnzk%3EVuRf7C_H%5D%7BQpkQGN%281n%3CSl%3F_%29.xGV",
+ "summary": "Businessperson and corporate director; former chair and CEO, Johnson & Johnson",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0SttAc%3ANu.d9U%7CB%5DpM08.%7DZnIa6%40_%3Bv2FpDLhawxEr-%5BuTpJZ%40-r%3Ec2Jh9e%3EN7Zv%3De%3DMeCdxCpt8Q0uiU%7D2I%7E%3C%5Dwa%3AZuni%3FSfug1xwLZ.%3Aan",
"types": [
- "Person"
+ "Person",
+ "PersonInvestor"
],
- "name": "Gary Cohn",
- "diffbotUri": "http://diffbot.com/entity/EpEweymvaM0ug7Y-pCJBB3w",
- "targetDiffbotUri": "http://diffbot.com/entity/EpEweymvaM0ug7Y-pCJBB3w",
- "targetDiffbotId": "EpEweymvaM0ug7Y-pCJBB3w",
- "surfaceForm": "Gary Cohn",
+ "name": "Alex Gorsky",
+ "diffbotUri": "http://diffbot.com/entity/Ee_LAfNCLMK-VpvaJV4xpAA",
+ "targetDiffbotId": "Ee_LAfNCLMK-VpvaJV4xpAA",
"type": "Person"
}
]
}
```
-### brands
- Brands of an organization.
+### canadianBusinessNumbers
+ Canadian business number is an identifier given to all businesses in Canada.
* **Type:** String
* **Example:**
```
{
- "brands": ""
+ "canadianBusinessNumbers": ""
}
```
### capitalization
@@ -219,13 +377,13 @@ Note that certain longer field examples may be truncated for readability.
{
"capitalization": {
"currency": "USD",
- "value": 112935797000
+ "value": 227430350848
}
}
```
### categories
-* **Type:** LinkedEntity
+* **Type:** LinkedCategory
* **Example:**
```
{
@@ -233,38 +391,38 @@ Note that certain longer field examples may be truncated for readability.
{
"types": [
"Intangible",
- "IndustryCategory"
+ "OrganizationCategory"
],
- "name": "Electronic Products Manufacturers",
- "diffbotUri": "http://diffbot.com/entity/EUNd__O4zMNW81lAXNK2GNw",
- "targetDiffbotUri": "http://diffbot.com/entity/EUNd__O4zMNW81lAXNK2GNw",
- "targetDiffbotId": "EUNd__O4zMNW81lAXNK2GNw",
- "surfaceForm": "Electronic Products Manufacturers",
- "type": "IndustryCategory"
+ "level": 3,
+ "isPrimary": true,
+ "name": "Software As A Service Companies",
+ "diffbotUri": "http://diffbot.com/entity/EbdcyFE5NPjCPeXs1vyF_0w",
+ "targetDiffbotId": "EbdcyFE5NPjCPeXs1vyF_0w",
+ "type": "OrganizationCategory"
},
{
"types": [
"Intangible",
- "IndustryCategory"
+ "OrganizationCategory"
],
- "name": "Display Technology Companies",
- "diffbotUri": "http://diffbot.com/entity/EX8GX-IaIP2Oi0rsYy_Bqfw",
- "targetDiffbotUri": "http://diffbot.com/entity/EX8GX-IaIP2Oi0rsYy_Bqfw",
- "targetDiffbotId": "EX8GX-IaIP2Oi0rsYy_Bqfw",
- "surfaceForm": "Display Technology Companies",
- "type": "IndustryCategory"
+ "level": 2,
+ "isPrimary": true,
+ "name": "Software Companies",
+ "diffbotUri": "http://diffbot.com/entity/EhbXSjlcgNVa4-JzwAvA7gQ",
+ "targetDiffbotId": "EhbXSjlcgNVa4-JzwAvA7gQ",
+ "type": "OrganizationCategory"
},
{
"types": [
"Intangible",
- "IndustryCategory"
+ "OrganizationCategory"
],
- "name": "Computer Hardware Companies",
- "diffbotUri": "http://diffbot.com/entity/EqFeVtLRWOUqTdzVhcYwBBQ",
- "targetDiffbotUri": "http://diffbot.com/entity/EqFeVtLRWOUqTdzVhcYwBBQ",
- "targetDiffbotId": "EqFeVtLRWOUqTdzVhcYwBBQ",
- "surfaceForm": "Computer Hardware Companies",
- "type": "IndustryCategory"
+ "level": 1,
+ "isPrimary": true,
+ "name": "Technology Companies",
+ "diffbotUri": "http://diffbot.com/entity/EGkMjRFN1PdC0t0QPTVncVg",
+ "targetDiffbotId": "EGkMjRFN1PdC0t0QPTVncVg",
+ "type": "OrganizationCategory"
}
]
}
@@ -277,19 +435,26 @@ Note that certain longer field examples may be truncated for readability.
{
"ceo": {
"summary": "Indian American business executive and CEO of IBM",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St%7D9u.LnOv%7BI%7C%40g7.pBYINs%3Ff%7CGZ7jr-tGZhWf%3DK%2FOvy%5Bp%3CSKbs8i%7CEyNzC%60%3C_s8m5LcwEg%3CryObFQxFtEU3Cl%7DQ.I%5Do",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7guSXzAoBWu.x0KwLZrUn.%5B%3CR0Aa4Hwygr9m6W%3Exl5G%60BkxmPGd5%5Bg%7BE%3DJm%40gp7oEL8d7PC%28Fk1%601%3CT%29.o%3Ec",
"types": [
"Person"
],
"name": "Arvind Krishna",
"diffbotUri": "http://diffbot.com/entity/E2w9R5RLuMCSUb511otaM-Q",
- "targetDiffbotUri": "http://diffbot.com/entity/E2w9R5RLuMCSUb511otaM-Q",
"targetDiffbotId": "E2w9R5RLuMCSUb511otaM-Q",
- "surfaceForm": "Arvind Krishna",
"type": "Person"
}
}
```
+### chineseSocialCreditCodes
+ Chinese social credit code.
+* **Type:** String
+* **Example:**
+```
+{
+ "chineseSocialCreditCodes": ""
+}
+```
### companiesHouseIds
Identifier assigned by the U.K. Companies House.
* **Type:** String
@@ -299,6 +464,67 @@ Note that certain longer field examples may be truncated for readability.
"companiesHouseIds": ""
}
```
+### competitors
+ Current competitors of this organization.
+* **Type:** LinkedEntity
+* **Example:**
+```
+{
+ "competitors": [
+ {
+ "summary": "American multinational technology company, a subsidiary of Alphabet Inc.",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FcvBT%3El%5D%3BTo1YMa%7B%5DX%7BGmF.yZl",
+ "types": [
+ "Organization",
+ "Corporation",
+ "Company",
+ "OrganizationInvestor"
+ ],
+ "name": "Google",
+ "diffbotUri": "http://diffbot.com/entity/EUFq-3WlpNsq0pvfUYWXOEA",
+ "targetDiffbotId": "EUFq-3WlpNsq0pvfUYWXOEA",
+ "type": "Organization"
+ },
+ {
+ "summary": "American multinational technology company based in Cupertino, California",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FGvvO%3Ef%5E%3CYh%7Bf%3AHi7%5B%7B9iB.yZl",
+ "types": [
+ "Organization",
+ "Corporation",
+ "Company",
+ "OrganizationInvestor"
+ ],
+ "name": "Apple Inc.",
+ "diffbotUri": "http://diffbot.com/entity/EHb0_0NEcMwyY8b083taTTw",
+ "targetDiffbotId": "EHb0_0NEcMwyY8b083taTTw",
+ "type": "Organization"
+ },
+ {
+ "summary": "American multinational technology company",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FBvqw%3Ef%5B%7Dgr%3AY7PaG.2Nm",
+ "types": [
+ "Organization",
+ "Corporation",
+ "Company",
+ "OrganizationInvestor"
+ ],
+ "name": "Amazon",
+ "diffbotUri": "http://diffbot.com/entity/EU2HJUnMcNoWE3nR1cGBcZg",
+ "targetDiffbotId": "EU2HJUnMcNoWE3nR1cGBcZg",
+ "type": "Organization"
+ }
+ ]
+}
+```
+### crawlTimestamp
+ The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.
+* **Type:** Integer
+* **Example:**
+```
+{
+ "crawlTimestamp": 1757196904
+}
+```
### crunchbaseUri
Link to the Crunchbase profile of this entity
* **Type:** URL
@@ -308,16 +534,163 @@ Note that certain longer field examples may be truncated for readability.
"crunchbaseUri": "crunchbase.com/organization/ibm"
}
```
+### cuitNumbers
+ CUIT is a unique taxpayer identifier in Argentina.
+* **Type:** String
+* **Example:**
+```
+{
+ "cuitNumbers": ""
+}
+```
+### customers
+ Current customers of this organization.
+* **Type:** LinkedEntity
+* **Example:**
+```
+{
+ "customers": [
+ {
+ "summary": "American multinational technology company, a subsidiary of Alphabet Inc.",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FcvBT%3El%5D%3BTo1YMa%7B%5DX%7BGmF.yZl",
+ "types": [
+ "Organization",
+ "Corporation",
+ "Company",
+ "OrganizationInvestor"
+ ],
+ "name": "Google",
+ "diffbotUri": "http://diffbot.com/entity/EUFq-3WlpNsq0pvfUYWXOEA",
+ "targetDiffbotId": "EUFq-3WlpNsq0pvfUYWXOEA",
+ "type": "Organization"
+ },
+ {
+ "summary": "American multinational technology company based in Cupertino, California",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FGvvO%3Ef%5E%3CYh%7Bf%3AHi7%5B%7B9iB.yZl",
+ "types": [
+ "Organization",
+ "Corporation",
+ "Company",
+ "OrganizationInvestor"
+ ],
+ "name": "Apple Inc.",
+ "diffbotUri": "http://diffbot.com/entity/EHb0_0NEcMwyY8b083taTTw",
+ "targetDiffbotId": "EHb0_0NEcMwyY8b083taTTw",
+ "type": "Organization"
+ },
+ {
+ "summary": "American multinational technology company",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FBvqw%3Ef%5B%7Dgr%3AY7PaG.2Nm",
+ "types": [
+ "Organization",
+ "Corporation",
+ "Company",
+ "OrganizationInvestor"
+ ],
+ "name": "Amazon",
+ "diffbotUri": "http://diffbot.com/entity/EU2HJUnMcNoWE3nR1cGBcZg",
+ "targetDiffbotId": "EU2HJUnMcNoWE3nR1cGBcZg",
+ "type": "Organization"
+ }
+ ]
+}
+```
+### description
+ A few sentences describing an entity
+* **Type:** String
+* **Example:**
+```
+{
+ "description": "International Business Machines Corp operates as an IT services and consulting company. The Company, through its platform, offers analytics, IT infrastructure, cloud, business operations and automations, cybersecurity, data storage, application development, asset management, blockchain, software, and consulting solutions. International Business Machines serves clients worldwide."
+}
+```
### descriptors
-
+ A list of free-form keywords describing this entity
* **Type:** String
* **Example:**
```
{
"descriptors": [
"computer and office equipment",
- "data storage systems manufacturing",
- "computer peripheral equipment manufacturing"
+ "computer hardware",
+ "business and professional services"
+ ]
+}
+```
+### diffbotUri
+ diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg
+* **Type:** URL
+* **Example:**
+```
+{
+ "diffbotUri": "http://diffbot.com/entity/EPdsrDmLiMQCskvBLp_dloQ"
+}
+```
+### edrpouNumbers
+ Ukrainian state registry legal entity identifier (EDRPOU).
+* **Type:** String
+* **Example:**
+```
+{
+ "edrpouNumbers": ""
+}
+```
+### emailAddresses
+ Email addresses of this organization.
+* **Type:** Contact
+* **Example:**
+```
+{
+ "emailAddresses": [
+ {
+ "contactString": "ews@us.ibm.com",
+ "type": "None"
+ },
+ {
+ "contactString": "tfleming@us.ibm.com",
+ "type": "PROFESSIONAL"
+ },
+ {
+ "contactString": "infojapan@opentable.com",
+ "type": "PROFESSIONAL"
+ }
+ ]
+}
+```
+### employeeCategories
+ Employee categories including employee count and first hire date
+* **Type:** EmployeeCategory
+* **Example:**
+```
+{
+ "employeeCategories": [
+ {
+ "firstHireDate": {
+ "str": "d1945-01-XX",
+ "precision": 2,
+ "timestamp": -788918400000
+ },
+ "category": "Frontend Developer",
+ "nbEmployees": 659
+ },
+ {
+ "firstHireDate": {
+ "str": "d1959-09-XX",
+ "precision": 2,
+ "timestamp": -326160000000
+ },
+ "category": "Agriculture, Farming, Forestry and related",
+ "nbEmployees": 116
+ },
+ {
+ "firstHireDate": {
+ "str": "d1956-06-XX",
+ "precision": 2,
+ "timestamp": -428716800000
+ },
+ "category": "Industrial Production and Distribution (goods and food)",
+ "nbEmployees": 73
+ }
]
}
```
@@ -337,6 +710,17 @@ Note that certain longer field examples may be truncated for readability.
```
{
"founders": [
+ {
+ "summary": "American statistician and inventor(1860-1929)",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FevDp%3Em%5D8Yh%3Ec%3FI.Biv",
+ "types": [
+ "Person"
+ ],
+ "name": "Herman Hollerith",
+ "diffbotUri": "http://diffbot.com/entity/EI0AIp3PNOFevRVlFf4GInw",
+ "targetDiffbotId": "EI0AIp3PNOFevRVlFf4GInw",
+ "type": "Person"
+ },
{
"summary": "American businessman",
"image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FBvqQ%3EhV%7D_o1mz3%5BFetLz63rMs%3F.%7CS%60",
@@ -345,22 +729,18 @@ Note that certain longer field examples may be truncated for readability.
],
"name": "Charles Ranlett Flint",
"diffbotUri": "http://diffbot.com/entity/E75wc-P6GOF2SUspkvyJygg",
- "targetDiffbotUri": "http://diffbot.com/entity/E75wc-P6GOF2SUspkvyJygg",
"targetDiffbotId": "E75wc-P6GOF2SUspkvyJygg",
- "surfaceForm": "Charles Ranlett Flint",
"type": "Person"
},
{
- "summary": "American businessman; chairman and CEO of IBM",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FhvGS%3EyV%3BZd%3FYe%40Q9m2Gt6%40x.o%3BK",
+ "summary": "American businessman and diplomat (1914-1993)",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7guSXzAoBWu.x0KwLZrUn.%5B%3CR0Aa4Hwygr9m6W%3Exl5G%60Bkxmc%3D%5D9NvfQ%7CUmGgYJ.A%5Dm",
"types": [
"Person"
],
- "name": "Thomas J. Watson",
- "diffbotUri": "http://diffbot.com/entity/Ebhc0c10rNrOp6ukkVrvrwA",
- "targetDiffbotUri": "http://diffbot.com/entity/Ebhc0c10rNrOp6ukkVrvrwA",
- "targetDiffbotId": "Ebhc0c10rNrOp6ukkVrvrwA",
- "surfaceForm": "Thomas J. Watson",
+ "name": "Thomas Watson",
+ "diffbotUri": "http://diffbot.com/entity/EcIMMfNl4MtOTrv192U6q7w",
+ "targetDiffbotId": "EcIMMfNl4MtOTrv192U6q7w",
"type": "Person"
}
]
@@ -373,12 +753,21 @@ Note that certain longer field examples may be truncated for readability.
```
{
"foundingDate": {
- "str": "d1911-06-16",
+ "str": "d1911-06-01",
"precision": 3,
- "timestamp": -1847577600000
+ "timestamp": -1848873600000
}
}
```
+### fullName
+ Full name for this entity
+* **Type:** String
+* **Example:**
+```
+{
+ "fullName": "International Business Machines Corporation"
+}
+```
### githubUri
Link to the Github profile of this entity
* **Type:** URL
@@ -406,6 +795,15 @@ Note that certain longer field examples may be truncated for readability.
"guiNumbers": ""
}
```
+### hasRemoteInternationalEmployees
+ Indicates whether the company has employees working remotely in countries without offices.
+* **Type:** Boolean
+* **Example:**
+```
+{
+ "hasRemoteInternationalEmployees": false
+}
+```
### homepageUri
Link to the homepage of this entity
* **Type:** URL
@@ -423,39 +821,87 @@ Note that certain longer field examples may be truncated for readability.
{
"iSicClassification": [
{
- "code": "",
+ "code": "2620",
"isPrimary": false,
- "name": "",
- "version": ""
+ "name": "Manufacture of computers and peripheral equipment"
+ },
+ {
+ "code": "4651",
+ "isPrimary": false,
+ "name": "Wholesale of computers, computer peripheral equipment and software"
+ },
+ {
+ "code": "6202",
+ "isPrimary": false,
+ "name": "Computer consultancy and computer facilities management activities"
}
]
}
```
-### indianCorporateIdentityNumbers
- Indian Corporate Identity Number (CIN).
+### id
+ An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.
* **Type:** String
* **Example:**
```
{
- "indianCorporateIdentityNumbers": ""
+ "id": "EPdsrDmLiMQCskvBLp_dloQ"
}
```
-### industries
-
+### image
+ The main image used to represent the entity.
+* **Type:** String
+* **Example:**
+```
+{
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&urls=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FfvEo%3En0iLo%3Ba%3A.mN%60,g%3Cj7guSXzAoBWu.x0KwLZrUn.%5B%3CR0Aa4Hwygr9m6W%3Exl5G%60BkxmXg%3B%7BYr3i.Tp%3F,g%3Cj7P0Stn8p.OgAu%3CRsCX3_1BY%2F%5Dt.%5B8LwifzFeCd.Nr0QoN%5CtW4Bm5Op%7B%7CTg%7E7hraY9YU.%7C0F2"
+}
+```
+### images
+ The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.
+* **Type:** ImageField
+* **Example:**
+```
+{
+ "images": [
+ {
+ "url": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FfvEo%3En0iLo%3Ba%3A.mN%60",
+ "primary": true
+ },
+ {
+ "url": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7guSXzAoBWu.x0KwLZrUn.%5B%3CR0Aa4Hwygr9m6W%3Exl5G%60BkxmXg%3B%7BYr3i.Tp%3F",
+ "primary": false
+ },
+ {
+ "url": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0Stn8p.OgAu%3CRsCX3_1BY%2F%5Dt.%5B8LwifzFeCd.Nr0QoN%5CtW4Bm5Op%7B%7CTg%7E7hraY9YU.%7C0F2",
+ "primary": false
+ }
+ ]
+}
+```
+### importance
+ A number between 0 and 100 indicating how important or popular an entity is.
+* **Type:** Float
+* **Example:**
+```
+{
+ "importance": 98.08750915527344
+}
+```
+### indianCorporateIdentityNumbers
+ Indian Corporate Identity Number (CIN).
* **Type:** String
* **Example:**
```
{
- "industries": [
- "Manufacturing Companies",
- "Electronic Products Manufacturers",
- "Display Technology Companies"
+ "indianCorporateIdentityNumbers": [
+ "U30007KA1991PLC012619",
+ "U72200KA1997PTC022382"
]
}
```
### investments
Investments received by this organization.
-* **Type:** Investment
+* **Type:** InvestmentField
* **Example:**
```
{
@@ -486,11 +932,8 @@ Note that certain longer field examples may be truncated for readability.
}
],
"types": "",
- "websiteUris": "",
"diffbotUri": "",
- "name": "",
- "targetDiffbotUri": "",
- "surfaceForm": ""
+ "name": ""
}
]
}
@@ -509,7 +952,7 @@ Note that certain longer field examples may be truncated for readability.
"precision": 3,
"timestamp": 253497600000
},
- "stockExchange": "nyse"
+ "stockExchange": "New York Stock Exchange (NYSE)"
}
}
```
@@ -561,6 +1004,15 @@ Note that certain longer field examples may be truncated for readability.
"isPublic": false
}
```
+### israeliCompanyNumbers
+ The unique identifier given to Israeli comapnies upon registration.
+* **Type:** String
+* **Example:**
+```
+{
+ "israeliCompanyNumbers": ""
+}
+```
### japaneseCorporateNumbers
The Corporate Numbers are 13-digit identifiers assigned by the National Tax Agency to companies and other organizations registered in Japan.
* **Type:** String
@@ -570,66 +1022,39 @@ Note that certain longer field examples may be truncated for readability.
"japaneseCorporateNumbers": ""
}
```
-### leadership
- List of organization C-Level Officers.
-* **Type:** Employee
+### kvedClassification
+ Ukrainian Economic Activities Classification System code (KVED).
+* **Type:** ClassificationCode
* **Example:**
```
{
- "leadership": [
+ "kvedClassification": [
{
- "isCurrent": false,
- "from": {
- "str": "",
- "precision": 0,
- "timestamp": 0
- },
- "categories": [
- {
- "summary": "",
- "image": "",
- "images": [
- {
- "classifications": "",
- "fingerprint": "",
- "title": "",
- "isCached": false,
- "url": ""
- }
- ],
- "types": "",
- "websiteUris": "",
- "diffbotUri": "",
- "name": "",
- "targetDiffbotUri": "",
- "surfaceForm": ""
- }
+ "code": "",
+ "level": 0,
+ "isPrimary": false,
+ "name": "",
+ "diffbotUri": "",
+ "version": ""
+ }
+ ]
+}
+```
+### legalEntities
+ Legal Entities related to this organization
+* **Type:** LinkedEntity
+* **Example:**
+```
+{
+ "legalEntities": [
+ {
+ "types": [
+ "LegalEntity"
],
- "to": {
- "str": "",
- "precision": 0,
- "timestamp": 0
- },
- "employee": {
- "summary": "",
- "image": "",
- "images": [
- {
- "classifications": "",
- "fingerprint": "",
- "title": "",
- "isCached": false,
- "url": ""
- }
- ],
- "types": "",
- "websiteUris": "",
- "diffbotUri": "",
- "name": "",
- "targetDiffbotUri": "",
- "surfaceForm": ""
- },
- "title": ""
+ "name": "IBM INDIA PRIVATE LIMITED",
+ "diffbotUri": "http://diffbot.com/entity/ETfB2TUyWNRm-C6eEfPjaLg",
+ "targetDiffbotId": "ETfB2TUyWNRm-C6eEfPjaLg",
+ "type": "LegalEntity"
}
]
}
@@ -651,22 +1076,22 @@ Note that certain longer field examples may be truncated for readability.
{
"location": {
"country": {
- "summary": "Sovereign state in North America",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FfvEQ%3El%601Nw%7BM0Bf7hu7z%3FRe9s4XwGXedrKUAN%28%3D%5ECHnM%60%29.%7BOV",
+ "summary": "Country located primarily in North America",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FhvGq%3Eh%5D%7Dab%3B%60zBlElnGl6anIdpR%7BW%5EvOdKQBTx.oCJ",
"types": [
"Place",
- "AdministrativeArea"
+ "AdministrativeArea",
+ "Country"
],
- "name": "United States of America",
+ "name": "United States",
"diffbotUri": "http://diffbot.com/entity/E01d4EK33MmCosgI2KXa4-A",
- "targetDiffbotUri": "http://diffbot.com/entity/E01d4EK33MmCosgI2KXa4-A",
"targetDiffbotId": "E01d4EK33MmCosgI2KXa4-A",
- "type": "AdministrativeArea"
+ "type": "Place"
},
"isCurrent": true,
"address": "1 New Orchard Road, Armonk, 10504-1722, New York, United States",
"city": {
- "summary": "Hamlet in Westchester County, New York",
+ "summary": "Hamlet in Westchester County, New York, United States",
"image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FdvCo%3E%7CS%3Faf4_%3EU_JXRG%7BEa%2FCS0%5Bq%3Ch4%5Bp%40%5E1%5Ew%3Ek%3FDp%3F_p%3Bv%3DN%7DTp%3BI3Wk3dtMW4PhBc0X%5Dmo0KxFPrQp7T%2FNe%3AYy.gHZ",
"types": [
"Place",
@@ -674,10 +1099,10 @@ Note that certain longer field examples may be truncated for readability.
],
"name": "Armonk",
"diffbotUri": "http://diffbot.com/entity/EFYOMni-nNtScxpZwteaMxQ",
- "targetDiffbotUri": "http://diffbot.com/entity/EFYOMni-nNtScxpZwteaMxQ",
"targetDiffbotId": "EFYOMni-nNtScxpZwteaMxQ",
- "type": "AdministrativeArea"
+ "type": "Place"
},
+ "isPrimary": true,
"street": "1 New Orchard Road",
"latitude": 41.1134033203125,
"precision": 0.10000000149011612,
@@ -688,13 +1113,13 @@ Note that certain longer field examples may be truncated for readability.
"image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FevDp%3EsGo0d%3Cc%3FPfxZ%7DGx8Zg.o%3BK",
"types": [
"Place",
- "AdministrativeArea"
+ "AdministrativeArea",
+ "Region"
],
"name": "New York",
"diffbotUri": "http://diffbot.com/entity/E1NxI_KXaMbiP5g2aM9MRdw",
- "targetDiffbotUri": "http://diffbot.com/entity/E1NxI_KXaMbiP5g2aM9MRdw",
"targetDiffbotId": "E1NxI_KXaMbiP5g2aM9MRdw",
- "type": "AdministrativeArea"
+ "type": "Place"
},
"longitude": -73.7203598022461
}
@@ -709,22 +1134,21 @@ Note that certain longer field examples may be truncated for readability.
"locations": [
{
"country": {
- "summary": "Sovereign state in North America",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FfvEQ%3El%601Nw%7BM0Bf7hu7z%3FRe9s4XwGXedrKUAN%28%3D%5ECHnM%60%29.%7BOV",
+ "summary": "Country located primarily in North America",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FhvGq%3Eh%5D%7Dab%3B%60zBlElnGl6anIdpR%7BW%5EvOdKQBTx.oCJ",
"types": [
"Place",
- "AdministrativeArea"
+ "AdministrativeArea",
+ "Country"
],
- "name": "United States of America",
+ "name": "United States",
"diffbotUri": "http://diffbot.com/entity/E01d4EK33MmCosgI2KXa4-A",
- "targetDiffbotUri": "http://diffbot.com/entity/E01d4EK33MmCosgI2KXa4-A",
"targetDiffbotId": "E01d4EK33MmCosgI2KXa4-A",
- "type": "AdministrativeArea"
+ "type": "Place"
},
- "isCurrent": true,
- "address": "1 New Orchard Rd, Armonk, New York",
+ "address": "1 New Orchard Road, Armonk, 10504, New York, USA",
"city": {
- "summary": "Hamlet in Westchester County, New York",
+ "summary": "Hamlet in Westchester County, New York, United States",
"image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FdvCo%3E%7CS%3Faf4_%3EU_JXRG%7BEa%2FCS0%5Bq%3Ch4%5Bp%40%5E1%5Ew%3Ek%3FDp%3F_p%3Bv%3DN%7DTp%3BI3Wk3dtMW4PhBc0X%5Dmo0KxFPrQp7T%2FNe%3AYy.gHZ",
"types": [
"Place",
@@ -732,26 +1156,11 @@ Note that certain longer field examples may be truncated for readability.
],
"name": "Armonk",
"diffbotUri": "http://diffbot.com/entity/EFYOMni-nNtScxpZwteaMxQ",
- "targetDiffbotUri": "http://diffbot.com/entity/EFYOMni-nNtScxpZwteaMxQ",
"targetDiffbotId": "EFYOMni-nNtScxpZwteaMxQ",
- "type": "AdministrativeArea"
- },
- "street": "1 New Orchard Rd",
- "metroArea": {
- "summary": "Most populous metropolitan area in the United States",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FhvGp%3EsG%7B%3Ah%40l%3AQiDb39t6%7ExIf.T0J",
- "types": [
- "Place",
- "AdministrativeArea"
- ],
- "name": "New York metropolitan area",
- "diffbotUri": "http://diffbot.com/entity/EAtK9ZhUYMKmI_UzSrYinmw",
- "targetDiffbotUri": "http://diffbot.com/entity/EAtK9ZhUYMKmI_UzSrYinmw",
- "targetDiffbotId": "EAtK9ZhUYMKmI_UzSrYinmw",
- "type": "AdministrativeArea"
+ "type": "Place"
},
"subregion": {
- "summary": "County in New York, United States. Connector between New York City/Long Island and the rest of New York",
+ "summary": "County in the State of New York, United States; Connector between New York City/Long Island and the rest of New York",
"image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FivHt%3ErO%3CLr2YiFq7R%7EJq6UoKm7MyKm%7B%5Ex6G3by1d2Vp%3FmpmwN%5D%7C_.%40%5C%7B",
"types": [
"Place",
@@ -759,120 +1168,149 @@ Note that certain longer field examples may be truncated for readability.
],
"name": "Westchester County",
"diffbotUri": "http://diffbot.com/entity/EoKezLIvJP82Xm_cWVQyCQA",
- "targetDiffbotUri": "http://diffbot.com/entity/EoKezLIvJP82Xm_cWVQyCQA",
"targetDiffbotId": "EoKezLIvJP82Xm_cWVQyCQA",
- "type": "AdministrativeArea"
+ "type": "Place"
},
- "latitude": 41.1075439453125,
+ "latitude": 41.1134033203125,
"precision": 0.10000000149011612,
"postalCode": "10504-1722",
+ "isCurrent": true,
+ "isPrimary": true,
+ "street": "1 New Orchard Road",
+ "metroArea": {
+ "summary": "Most populous metropolitan area in the United States",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FdvCQ%3EfMBVhCY%3AGYv%5E67_F_qCH4X%3BBp%7Bdy6d6Tdci%3DLn%3FZdNiMTgx%7C6RxNi%7BQtGV%2F%40u5%5DvTpHar0%7C%3CUoGL4V%3ALouZ7Ja1gq7_sVcId%7BCxIX%7EIN6X%3CNq.%607D",
+ "types": [
+ "Place",
+ "AdministrativeArea"
+ ],
+ "name": "New York metropolitan area",
+ "diffbotUri": "http://diffbot.com/entity/EAtK9ZhUYMKmI_UzSrYinmw",
+ "targetDiffbotId": "EAtK9ZhUYMKmI_UzSrYinmw",
+ "type": "Place"
+ },
"region": {
"summary": "State of the United States of America",
"image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FevDp%3EsGo0d%3Cc%3FPfxZ%7DGx8Zg.o%3BK",
"types": [
"Place",
- "AdministrativeArea"
+ "AdministrativeArea",
+ "Region"
],
"name": "New York",
"diffbotUri": "http://diffbot.com/entity/E1NxI_KXaMbiP5g2aM9MRdw",
- "targetDiffbotUri": "http://diffbot.com/entity/E1NxI_KXaMbiP5g2aM9MRdw",
"targetDiffbotId": "E1NxI_KXaMbiP5g2aM9MRdw",
- "type": "AdministrativeArea"
+ "type": "Place"
},
- "longitude": -73.72123718261719
+ "longitude": -73.7203598022461
},
{
"country": {
- "summary": "Sovereign state in North America",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FfvEQ%3El%601Nw%7BM0Bf7hu7z%3FRe9s4XwGXedrKUAN%28%3D%5ECHnM%60%29.%7BOV",
+ "summary": "Country located primarily in North America",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FhvGq%3Eh%5D%7Dab%3B%60zBlElnGl6anIdpR%7BW%5EvOdKQBTx.oCJ",
"types": [
"Place",
- "AdministrativeArea"
+ "AdministrativeArea",
+ "Country"
],
- "name": "United States of America",
+ "name": "United States",
"diffbotUri": "http://diffbot.com/entity/E01d4EK33MmCosgI2KXa4-A",
- "targetDiffbotUri": "http://diffbot.com/entity/E01d4EK33MmCosgI2KXa4-A",
"targetDiffbotId": "E01d4EK33MmCosgI2KXa4-A",
- "type": "AdministrativeArea"
+ "type": "Place"
},
- "isCurrent": false,
- "address": "Armonk, New York",
+ "address": "6303 Barfield Rd Atlanta, GA, 30328-4233 United States",
"city": {
- "summary": "Hamlet in Westchester County, New York",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FdvCo%3E%7CS%3Faf4_%3EU_JXRG%7BEa%2FCS0%5Bq%3Ch4%5Bp%40%5E1%5Ew%3Ek%3FDp%3F_p%3Bv%3DN%7DTp%3BI3Wk3dtMW4PhBc0X%5Dmo0KxFPrQp7T%2FNe%3AYy.gHZ",
+ "summary": "Capital city of Georgia, United States",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FbvAu%3EkZ%7DTb%3B%60zrnDZ%7DLg.%60%7CK",
"types": [
"Place",
- "AdministrativeArea"
+ "AdministrativeArea",
+ "City"
],
- "name": "Armonk",
- "diffbotUri": "http://diffbot.com/entity/EFYOMni-nNtScxpZwteaMxQ",
- "targetDiffbotUri": "http://diffbot.com/entity/EFYOMni-nNtScxpZwteaMxQ",
- "targetDiffbotId": "EFYOMni-nNtScxpZwteaMxQ",
- "type": "AdministrativeArea"
+ "name": "Atlanta",
+ "diffbotUri": "http://diffbot.com/entity/EP-thVRNKPCiwPfIyJ3_ozQ",
+ "targetDiffbotId": "EP-thVRNKPCiwPfIyJ3_ozQ",
+ "type": "Place"
},
- "metroArea": {
- "summary": "Most populous metropolitan area in the United States",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FhvGp%3EsG%7B%3Ah%40l%3AQiDb39t6%7ExIf.T0J",
+ "subregion": {
+ "summary": "County in Georgia, United States",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FbvAr%3ErO%3CLr2YbFiJ%60x9e%3FVmLq4KzWb0Wpme%3Act%3C%5B%60RqHo%3A.%7BOV",
"types": [
"Place",
- "AdministrativeArea"
+ "AdministrativeArea",
+ "Subregion"
],
- "name": "New York metropolitan area",
- "diffbotUri": "http://diffbot.com/entity/EAtK9ZhUYMKmI_UzSrYinmw",
- "targetDiffbotUri": "http://diffbot.com/entity/EAtK9ZhUYMKmI_UzSrYinmw",
- "targetDiffbotId": "EAtK9ZhUYMKmI_UzSrYinmw",
- "type": "AdministrativeArea"
+ "name": "Fulton County",
+ "diffbotUri": "http://diffbot.com/entity/Eav8t1QygMqC_KrJ9RJdcKw",
+ "targetDiffbotId": "Eav8t1QygMqC_KrJ9RJdcKw",
+ "type": "Place"
},
- "subregion": {
- "summary": "County in New York, United States. Connector between New York City/Long Island and the rest of New York",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FivHt%3ErO%3CLr2YiFq7R%7EJq6UoKm7MyKm%7B%5Ex6G3by1d2Vp%3FmpmwN%5D%7C_.%40%5C%7B",
+ "latitude": 33.769805908203125,
+ "precision": 18.72922134399414,
+ "postalCode": "30328-4233",
+ "isCurrent": true,
+ "isPrimary": false,
+ "street": "6303 Barfield Rd",
+ "metroArea": {
+ "summary": "Most populous metro area in the US state of Georgia",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FFvuw%3Egc%2FXk1%5B%2F%40gA%5D3G%7DELjS%7C9X1ZgqQ5CQ%3Ccf.f%3DJ",
"types": [
"Place",
"AdministrativeArea"
],
- "name": "Westchester County",
- "diffbotUri": "http://diffbot.com/entity/EoKezLIvJP82Xm_cWVQyCQA",
- "targetDiffbotUri": "http://diffbot.com/entity/EoKezLIvJP82Xm_cWVQyCQA",
- "targetDiffbotId": "EoKezLIvJP82Xm_cWVQyCQA",
- "type": "AdministrativeArea"
+ "name": "Atlanta-Sandy Springs-Roswell metropolitan area",
+ "diffbotUri": "http://diffbot.com/entity/ERy8LbfAgONKM1PFREToBJw",
+ "targetDiffbotId": "ERy8LbfAgONKM1PFREToBJw",
+ "type": "Place"
},
- "latitude": 41.131256103515625,
- "precision": 3.956873655319214,
- "postalCode": "10504",
"region": {
"summary": "State of the United States of America",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FevDp%3EsGo0d%3Cc%3FPfxZ%7DGx8Zg.o%3BK",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3Fav%40v%3EkZ%7DTb%3B%60zUb%3DXbLgKReSkz%7BwRkyYr.cDV",
"types": [
"Place",
- "AdministrativeArea"
+ "AdministrativeArea",
+ "Region"
],
- "name": "New York",
- "diffbotUri": "http://diffbot.com/entity/E1NxI_KXaMbiP5g2aM9MRdw",
- "targetDiffbotUri": "http://diffbot.com/entity/E1NxI_KXaMbiP5g2aM9MRdw",
- "targetDiffbotId": "E1NxI_KXaMbiP5g2aM9MRdw",
- "type": "AdministrativeArea"
+ "name": "Georgia",
+ "diffbotUri": "http://diffbot.com/entity/E_L-1Z6pbMUuEvXV5RpTMaQ",
+ "targetDiffbotId": "E_L-1Z6pbMUuEvXV5RpTMaQ",
+ "type": "Place"
},
- "longitude": -73.71214294433594
+ "longitude": -84.41458129882812
},
{
"country": {
- "summary": "Sovereign state in North America",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FfvEQ%3El%601Nw%7BM0Bf7hu7z%3FRe9s4XwGXedrKUAN%28%3D%5ECHnM%60%29.%7BOV",
+ "summary": "Country in north-west Europe",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FBvqs%3EkZ%7DTb%3B%60zUb%3DXdFoKRjCP4RyGh%2FO%28X-P%29.Ar4",
+ "types": [
+ "Place",
+ "AdministrativeArea",
+ "Country"
+ ],
+ "name": "United Kingdom",
+ "diffbotUri": "http://diffbot.com/entity/EnI6g1AI9NcC6yCohEYEb2A",
+ "targetDiffbotId": "EnI6g1AI9NcC6yCohEYEb2A",
+ "type": "Place"
+ },
+ "address": "8 Weybridge Business Park Unit, Weybridge, Surrey, United Kingdom",
+ "isPrimary": false,
+ "street": "8 Weybridge Business Park Unit",
+ "latitude": 51.25234603881836,
+ "precision": 40.80295944213867,
+ "postalCode": "KT15 2UF",
+ "region": {
+ "summary": "County of England",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FgvFu%3Exc%3E_hEYp%7CYDhr9zF_eQf%3BCDczB.4MW",
"types": [
"Place",
"AdministrativeArea"
],
- "name": "United States of America",
- "diffbotUri": "http://diffbot.com/entity/E01d4EK33MmCosgI2KXa4-A",
- "targetDiffbotUri": "http://diffbot.com/entity/E01d4EK33MmCosgI2KXa4-A",
- "targetDiffbotId": "E01d4EK33MmCosgI2KXa4-A",
- "type": "AdministrativeArea"
+ "name": "Surrey",
+ "diffbotUri": "http://diffbot.com/entity/EtjOVkZlUNryQgUt_ftmKgw",
+ "targetDiffbotId": "EtjOVkZlUNryQgUt_ftmKgw",
+ "type": "Place"
},
- "isCurrent": false,
- "address": "United States",
- "latitude": 39.71595764160156,
- "precision": 3133.158935546875,
- "longitude": -96.99966430664062
+ "longitude": -0.47444701194763184
}
]
}
@@ -895,8 +1333,10 @@ Note that certain longer field examples may be truncated for readability.
"mccClassification": [
{
"code": "",
+ "level": 0,
"isPrimary": false,
"name": "",
+ "diffbotUri": "",
"version": ""
}
]
@@ -920,29 +1360,132 @@ Note that certain longer field examples may be truncated for readability.
"mccCodeDescription": ""
}
```
+### monthlyTraffic
+ Monthly website traffic on this organization's homepage
+* **Type:** Integer
+* **Example:**
+```
+{
+ "monthlyTraffic": 113412519
+}
+```
+### monthlyTrafficGrowth
+ Monthly growth in website traffic on this organization's homepage
+* **Type:** Float
+* **Example:**
+```
+{
+ "monthlyTrafficGrowth": -0.31240857
+}
+```
### motto
A short sentence or phrase chosen as encapsulating the beliefs or ideals guiding an organization
* **Type:** String
* **Example:**
```
{
- "motto": "We're using technologies like AI, cloud, blockchain and IoT to help our clients transform their industries."
+ "motto": "Market Research analyst- GfK"
}
```
### naceClassification
- The Statistical classification of economic activities in the European Community (NACE) is is a 4-digit classification providing the framework for collecting and presenting a large range of statistical data. We use NACE Rev. 2 (2008).
-* **Type:** ClassificationCode
-* **Example:**
+
+The `naceClassification` field encodes the NACE Rev. 2.1 classification of economic activities associated with an entity.
+
+The NACE classification of economic activities in the European Community is used for a wide variety of European statistics in the economic, social, environmental, and agricultural domains.
+
+Each entry follows the hierarchical NACE structure:
+
+ Sections (letters A–V, level 1)
+ Divisions (2 digits, level 2)
+ Groups (3 digits with dot, level 3)
+ Classes (4 digits with dot, level 4)
+
+This field may contain multiple codes. At most one code per level can be marked as isPrimary: true.
+
+- **Type:** ClassificationCode
+- **Example:**
+
```
{
"naceClassification": [
- {
- "code": "",
- "isPrimary": false,
- "name": "",
- "version": ""
- }
- ]
+ {
+ "code": "58.29",
+ "level": 4,
+ "isPrimary": true,
+ "name": "Other software publishing",
+ "version": "Rev 2.1"
+ },
+ {
+ "code": "58.2",
+ "level": 3,
+ "isPrimary": true,
+ "name": "Software publishing",
+ "version": "Rev 2.1"
+ },
+ {
+ "code": "58",
+ "level": 2,
+ "isPrimary": true,
+ "name": "Publishing activities",
+ "version": "Rev 2.1"
+ },
+ {
+ "code": "J",
+ "level": 1,
+ "isPrimary": true,
+ "name": "PUBLISHING, BROADCASTING, AND CONTENT PRODUCTION AND DISTRIBUTION ACTIVITIES",
+ "version": "Rev 2.1"
+ },
+ {
+ "code": "26.20",
+ "level": 4,
+ "isPrimary": false,
+ "name": "Manufacture of computers and peripheral equipment",
+ "version": "Rev 2.1"
+ },
+ {
+ "code": "26.2",
+ "level": 3,
+ "isPrimary": false,
+ "name": "Manufacture of computers and peripheral equipment",
+ "version": "Rev 2.1"
+ },
+ {
+ "code": "26",
+ "level": 2,
+ "isPrimary": false,
+ "name": "Manufacture of computer, electronic and optical products",
+ "version": "Rev 2.1"
+ },
+ {
+ "code": "C",
+ "level": 1,
+ "isPrimary": false,
+ "name": "MANUFACTURING",
+ "version": "Rev 2.1"
+ },
+ {
+ "code": "62.9",
+ "level": 3,
+ "isPrimary": false,
+ "name": "Other information technology and computer service activities",
+ "version": "Rev 2.1"
+ },
+ {
+ "code": "62",
+ "level": 2,
+ "isPrimary": false,
+ "name": "Computer programming, consultancy and related activities",
+ "version": "Rev 2.1"
+ },
+ {
+ "code": "K",
+ "level": 1,
+ "isPrimary": false,
+ "name": "TELECOMMUNICATION, COMPUTER PROGRAMMING, CONSULTING, COMPUTING INFRASTRUCTURE AND OTHER INFORMATION SERVICE ACTIVITIES",
+ "version": "Rev 2.1"
+ }
+]
}
```
### nafClassification
@@ -953,46 +1496,85 @@ Note that certain longer field examples may be truncated for readability.
{
"nafClassification": [
{
- "code": "",
+ "code": "70.22z",
"isPrimary": false,
- "name": "",
- "version": ""
+ "name": "Business and other management consultancy activities"
}
]
}
```
### naicsClassification
- The North American Industry Classification System (NAICS) is the standard used by Federal statistical agencies in classifying business establishments for the purpose of collecting, analyzing, and publishing statistical data related to the U.S. business economy.
+ The North American Industry Classification System (NAICS) is the standard used by Federal statistical agencies in classifying business establishments for the purpose of collecting, analyzing, and publishing statistical data related to the U.S. business economy. This is the 2022 version.
* **Type:** ClassificationCode
* **Example:**
```
{
"naicsClassification": [
{
- "code": "522220",
- "isPrimary": false,
- "name": "Sales Financing"
+ "code": "334110",
+ "level": 4,
+ "isPrimary": true,
+ "name": "Computer and Peripheral Equipment Manufacturing"
},
{
- "code": "330000",
- "isPrimary": false,
- "name": "Manufacturing"
+ "code": "334100",
+ "level": 3,
+ "isPrimary": true,
+ "name": "Computer and Peripheral Equipment Manufacturing"
},
{
- "code": "335000",
- "isPrimary": false,
- "name": "Electrical Equipment, Appliance, and Component Manufacturing"
+ "code": "334000",
+ "level": 2,
+ "isPrimary": true,
+ "name": "Computer and Electronic Product Manufacturing"
}
]
}
```
+### naicsClassification2017
+ The North American Industry Classification System (NAICS) is the standard used by Federal statistical agencies in classifying business establishments for the purpose of collecting, analyzing, and publishing statistical data related to the U.S. business economy. This is the 2017 version.
+* **Type:** ClassificationCode
+* **Example:**
+```
+{
+ "naicsClassification2017": [
+ {
+ "code": "334110",
+ "level": 4,
+ "isPrimary": true,
+ "name": "Computer and Peripheral Equipment Manufacturing"
+ },
+ {
+ "code": "334100",
+ "level": 3,
+ "isPrimary": true,
+ "name": "Computer and Peripheral Equipment Manufacturing"
+ },
+ {
+ "code": "334000",
+ "level": 2,
+ "isPrimary": true,
+ "name": "Computer and Electronic Product Manufacturing"
+ }
+ ]
+}
+```
+### name
+ Primary text label for this entity.
+* **Type:** String
+* **Example:**
+```
+{
+ "name": "IBM"
+}
+```
### nbActiveEmployeeEdges
Number of employees in the Diffbot KG who are currently employed by this organization.
* **Type:** Integer
* **Example:**
```
{
- "nbActiveEmployeeEdges": 162466
+ "nbActiveEmployeeEdges": 117969
}
```
### nbEmployeeRanges
@@ -1015,7 +1597,7 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "nbEmployees": 345000
+ "nbEmployees": 300000
}
```
### nbEmployeesMax
@@ -1024,7 +1606,7 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "nbEmployeesMax": 345000
+ "nbEmployeesMax": 300000
}
```
### nbEmployeesMin
@@ -1033,43 +1615,34 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "nbEmployeesMin": 345000
+ "nbEmployeesMin": 300000
}
```
-### nbEmployeesOnLinkedIn
- Number of employees with LinkedIn profiles as reported by LinkedIn.
+### nbIncomingEdges
+ This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.
* **Type:** Integer
* **Example:**
```
{
- "nbEmployeesOnLinkedIn": 0
+ "nbIncomingEdges": 2040792
}
```
-### nbEmployeesOnLinkedInOverTime
- Number of employees with LinkedIn profiles as reported by LinkedIn over time. This includes the latest number reported by LinkedIn.
-* **Type:** ObservationInt
+### nbLocations
+ Number of locations listed in the field 'locations'
+* **Type:** Integer
* **Example:**
```
{
- "nbEmployeesOnLinkedInOverTime": [
- {
- "observationDate": {
- "str": "",
- "precision": 0,
- "timestamp": 0
- },
- "observationValue": 0
- }
- ]
+ "nbLocations": 694
}
```
-### nbLocations
- Number of locations listed in the field 'locations'
+### nbOrigins
+ Total number of origins in the field 'origins'. This field is only available in extended JSON mode.
* **Type:** Integer
* **Example:**
```
{
- "nbLocations": 47
+ "nbOrigins": 6912
}
```
### nbUniqueInvestors
@@ -1081,6 +1654,15 @@ Note that certain longer field examples may be truncated for readability.
"nbUniqueInvestors": 0
}
```
+### nonCanonicalFacts
+ Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi
+* **Type:** String
+* **Example:**
+```
+{
+ "nonCanonicalFacts": ""
+}
+```
### norwegianOrganizationNumbers
Organisation's identifier in the Norwegian Central Coordinating Register for Legal Entities.
* **Type:** String
@@ -1090,6 +1672,15 @@ Note that certain longer field examples may be truncated for readability.
"norwegianOrganizationNumbers": ""
}
```
+### npiNumbers
+ The National Provider Identifier (NPI) is a unique identification number for covered health care providers.
+* **Type:** String
+* **Example:**
+```
+{
+ "npiNumbers": ""
+}
+```
### okvedClassification
Russian Economic Activities Classification System code (OKVED).
* **Type:** ClassificationCode
@@ -1099,13 +1690,46 @@ Note that certain longer field examples may be truncated for readability.
"okvedClassification": [
{
"code": "",
+ "level": 0,
"isPrimary": false,
"name": "",
+ "diffbotUri": "",
"version": ""
}
]
}
```
+### originDetails
+ Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.
+* **Type:** OriginDetail
+* **Example:**
+```
+{
+ "originDetails": [
+ {
+ "crawledAt": {
+ "str": "",
+ "precision": 0,
+ "timestamp": 0
+ },
+ "origin": ""
+ }
+ ]
+}
+```
+### origins
+ An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.
+* **Type:** String
+* **Example:**
+```
+{
+ "origins": [
+ "01net.it/sirion-ranks-highest-in-all-four-use-cases-in-2024-gartner-critical-capabilities-for-contract-life-cycle-management",
+ "101blockchains.com",
+ "10bestpr.com/pr-agencies/sf/2016/september/launchsquad"
+ ]
+}
+```
### parentCompany
The parent company of this subsidiary.
* **Type:** LinkedEntity
@@ -1125,14 +1749,63 @@ Note that certain longer field examples may be truncated for readability.
}
],
"types": "",
- "websiteUris": "",
"diffbotUri": "",
- "name": "",
- "targetDiffbotUri": "",
- "surfaceForm": ""
+ "name": ""
}
}
```
+### partnerships
+ Current partnerships of this organization.
+* **Type:** LinkedEntity
+* **Example:**
+```
+{
+ "partnerships": [
+ {
+ "summary": "American multinational technology company, a subsidiary of Alphabet Inc.",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FcvBT%3El%5D%3BTo1YMa%7B%5DX%7BGmF.yZl",
+ "types": [
+ "Organization",
+ "Corporation",
+ "Company",
+ "OrganizationInvestor"
+ ],
+ "name": "Google",
+ "diffbotUri": "http://diffbot.com/entity/EUFq-3WlpNsq0pvfUYWXOEA",
+ "targetDiffbotId": "EUFq-3WlpNsq0pvfUYWXOEA",
+ "type": "Organization"
+ },
+ {
+ "summary": "American multinational technology corporation",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FjvIt%3ErW%2F_r%3Fi1UYDhvGe%25o%3Ef5Lf%25e2.c7%3E",
+ "types": [
+ "Organization",
+ "Corporation",
+ "Company",
+ "OrganizationInvestor"
+ ],
+ "name": "Microsoft",
+ "diffbotUri": "http://diffbot.com/entity/EIsFKrN_ZNLSWsvxdQfWutQ",
+ "targetDiffbotId": "EIsFKrN_ZNLSWsvxdQfWutQ",
+ "type": "Organization"
+ },
+ {
+ "summary": "South Korean multinational conglomerate",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0SttAc%3ANu.d9U%7CB%5DpM08.%7DZnIa6%40_%3Bv2FpDLhawxEr-%5BuTpJZ%40-r%3Ec2Jh9e%3ENt%3B_%7DPwTLtS%5Cut%7DJUOtz",
+ "types": [
+ "Organization",
+ "Corporation",
+ "Company",
+ "OrganizationInvestor"
+ ],
+ "name": "Samsung Electronics",
+ "diffbotUri": "http://diffbot.com/entity/EEUocPTqVNCGf3f-wqw6lxQ",
+ "targetDiffbotId": "EEUocPTqVNCGf3f-wqw6lxQ",
+ "type": "Organization"
+ }
+ ]
+}
+```
### phoneNumbers
Phone numbers of this organization.
* **Type:** PhoneNumber
@@ -1159,29 +1832,35 @@ Note that certain longer field examples may be truncated for readability.
{
"predecessors": [
{
- "summary": "",
- "image": "",
- "images": [
- {
- "classifications": "",
- "fingerprint": "",
- "title": "",
- "isCached": false,
- "url": ""
- }
+ "summary": "American business machines company",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FBvqs%3EhBnLF%3Bg%3BBhQX%5BGmF.vRl",
+ "types": [
+ "Organization",
+ "Corporation",
+ "Company"
],
- "types": "",
- "websiteUris": "",
- "diffbotUri": "",
- "name": "",
- "targetDiffbotUri": "",
- "surfaceForm": ""
+ "name": "Computing Tabulating Recording Company",
+ "diffbotUri": "http://diffbot.com/entity/EeCTt6xVqOoqWn5jzd4EwCw",
+ "targetDiffbotId": "EeCTt6xVqOoqWn5jzd4EwCw",
+ "type": "Organization"
+ },
+ {
+ "summary": "American manufacturing company",
+ "types": [
+ "Organization",
+ "Corporation",
+ "Company"
+ ],
+ "name": "Bundy Manufacturing Company",
+ "diffbotUri": "http://diffbot.com/entity/Ex0oc7IVgNWGUSnSDoTUV-w",
+ "targetDiffbotId": "Ex0oc7IVgNWGUSnSDoTUV-w",
+ "type": "Organization"
}
]
}
```
### quarterlyRevenues
- An organization's revenue for a period of 3 months.
+ An organization's officially reported revenue for a period of 3 months.
* **Type:** QuarterlyRevenue
* **Example:**
```
@@ -1190,72 +1869,81 @@ Note that certain longer field examples may be truncated for readability.
{
"revenue": {
"currency": "USD",
- "value": 24673000000
+ "value": 14541000000
},
"isCurrent": false,
- "year": 2012,
+ "year": 2025,
"filingDate": {
- "str": "d2013-03-31",
+ "str": "d2025-04-24",
"precision": 3,
- "timestamp": 1364688000000
+ "timestamp": 1745452800000
},
"revenueDate": {
- "str": "d2012-03-31",
+ "str": "d2025-03-31",
"precision": 3,
- "timestamp": 1333152000000
+ "timestamp": 1743379200000
},
"quarter": 1
},
{
"revenue": {
"currency": "USD",
- "value": 26666000000
+ "value": 14968000000
},
"isCurrent": false,
- "year": 2011,
+ "year": 2024,
"filingDate": {
- "str": "d2012-06-30",
+ "str": "d2024-10-30",
"precision": 3,
- "timestamp": 1341014400000
+ "timestamp": 1730246400000
},
"revenueDate": {
- "str": "d2011-06-30",
+ "str": "d2024-09-30",
"precision": 3,
- "timestamp": 1309392000000
+ "timestamp": 1727654400000
},
- "quarter": 2
+ "quarter": 3
},
{
"revenue": {
"currency": "USD",
- "value": 26157000000
+ "value": 15770000000
},
"isCurrent": false,
- "year": 2011,
+ "year": 2024,
"filingDate": {
- "str": "d2012-09-30",
+ "str": "d2024-07-30",
"precision": 3,
- "timestamp": 1348963200000
+ "timestamp": 1722297600000
},
"revenueDate": {
- "str": "d2011-09-30",
+ "str": "d2024-06-30",
"precision": 3,
- "timestamp": 1317340800000
+ "timestamp": 1719705600000
},
- "quarter": 3
+ "quarter": 2
}
]
}
```
+### remoteScore
+ The probability (0-1) of work environment for this organization to be remote/hybrid and not in_person, i.e. higher the value of remoteScore, the more likely the organization has remote/hybrid work environment.
+* **Type:** Float
+* **Example:**
+```
+{
+ "remoteScore": 0.8075339
+}
+```
### revenue
- Income, especially that of a company or organization, generated from the sales of goods, services, capital or any other assets.
+ Most recent yearly revenue as reported by the organization or estimated using a model. If the revenue amount is estimated, revenue.explicitOrigin is set to 'inference'. See also: yearlyRevenues.
* **Type:** Amount
* **Example:**
```
{
"revenue": {
"currency": "USD",
- "value": 73620000000
+ "value": 62753000000
}
}
```
@@ -1275,66 +1963,59 @@ Note that certain longer field examples may be truncated for readability.
```
{
"secCentralIndexKeys": [
- "0000051143",
"51143"
]
}
```
### secForms
- Financial statements or other documents filed by this organizations to the U.S. Securities and Exchange Commission (SEC).
+ Financial statements or other documents filed by this organizations with the U.S. Securities and Exchange Commission (SEC) from 1994 to present.
* **Type:** SECForm
* **Example:**
```
{
"secForms": [
{
- "formType": "8-K/A",
- "periodOfReport": {
- "str": "d2019-06-30",
- "precision": 3,
- "timestamp": 1561852800000
- },
+ "formType": "8-K",
"filingDate": {
- "str": "d2019-09-20",
+ "str": "d2025-07-23",
"precision": 3,
- "timestamp": 1568937600000
+ "timestamp": 1753228800000
},
- "documentUrl": "https://www.sec.gov/ix?doc=/Archives/edgar/data/51143/000155837019008675/ibm-20190709x8ka.htm",
- "filingUrl": "https://www.sec.gov/Archives/edgar/data/51143/000155837019008675/0001558370-19-008675-index.htm"
+ "documentUrl": "https://www.sec.gov/Archives/edgar/data/51143/000005114325000048/ibm-20250723.htm",
+ "filingUrl": "https://www.sec.gov/Archives/edgar/data/51143/000005114325000048/0000051143-25-000048-index.htm"
},
{
- "formType": "10-Q",
- "periodOfReport": {
- "str": "d2019-06-30",
- "precision": 3,
- "timestamp": 1561852800000
- },
+ "formType": "8-K",
"filingDate": {
- "str": "d2019-07-30",
+ "str": "d2025-06-20",
"precision": 3,
- "timestamp": 1564444800000
+ "timestamp": 1750377600000
},
- "documentUrl": "https://www.sec.gov/ix?doc=/Archives/edgar/data/51143/000155837019006560/ibm-20190630x10q.htm",
- "filingUrl": "https://www.sec.gov/Archives/edgar/data/51143/000155837019006560/0001558370-19-006560-index.htm"
+ "documentUrl": "https://www.sec.gov/Archives/edgar/data/51143/000095015725000533/form8-k.htm",
+ "filingUrl": "https://www.sec.gov/Archives/edgar/data/51143/000095015725000533/0000950157-25-000533-index.htm"
},
{
"formType": "8-K",
- "periodOfReport": {
- "str": "d2019-07-31",
- "precision": 3,
- "timestamp": 1564531200000
- },
"filingDate": {
- "str": "d2019-08-02",
+ "str": "d2025-05-02",
"precision": 3,
- "timestamp": 1564704000000
+ "timestamp": 1746144000000
},
- "documentUrl": "https://www.sec.gov/ix?doc=/Archives/edgar/data/51143/000155837019006914/ibm-20190802x8k.htm",
- "filingUrl": "https://www.sec.gov/Archives/edgar/data/51143/000155837019006914/0001558370-19-006914-index.htm"
+ "documentUrl": "https://www.sec.gov/Archives/edgar/data/51143/000110465925044116/tm2513847d1_8k.htm",
+ "filingUrl": "https://www.sec.gov/Archives/edgar/data/51143/000110465925044116/0001104659-25-044116-index.htm"
}
]
}
```
+### sepaIds
+ Single Euro Payments Area (SEPA) Identifier is given to European organizations located in Euro zone.
+* **Type:** String
+* **Example:**
+```
+{
+ "sepaIds": ""
+}
+```
### sicClassification
The Standard Industrial Classification (SIC) is a system for classifying industries by a four-digit code. We use the version adopted by the U.S. Securities and Exchange Commission.
* **Type:** ClassificationCode
@@ -1343,19 +2024,22 @@ Note that certain longer field examples may be truncated for readability.
{
"sicClassification": [
{
- "code": "3570",
- "isPrimary": false,
- "name": "Computer And Office Equipment"
+ "code": "5734",
+ "level": 3,
+ "isPrimary": true,
+ "name": "Computer And Computer Software Stores"
},
{
- "code": "4000",
- "isPrimary": false,
- "name": "Railroad Transportation"
+ "code": "5730",
+ "level": 2,
+ "isPrimary": true,
+ "name": "Radio, Television, Consumer Electronics, And Music Stores"
},
{
- "code": "3500",
- "isPrimary": false,
- "name": "Industrial machinery and equipment"
+ "code": "5700",
+ "level": 1,
+ "isPrimary": true,
+ "name": "Home Furniture, Furnishings, And Equipment Stores"
}
]
}
@@ -1384,7 +2068,9 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "sirenCodes": ""
+ "sirenCodes": [
+ "890677800"
+ ]
}
```
### ssbClassification
@@ -1396,8 +2082,10 @@ Note that certain longer field examples may be truncated for readability.
"ssbClassification": [
{
"code": "",
+ "level": 0,
"isPrimary": false,
"name": "",
+ "diffbotUri": "",
"version": ""
}
]
@@ -1411,7 +2099,13 @@ Note that certain longer field examples may be truncated for readability.
{
"stock": {
"symbol": "IBM",
- "exchange": "NYSE"
+ "isCurrent": true,
+ "exchange": "New York Stock Exchange (NYSE)",
+ "from": {
+ "str": "d1962-01-02",
+ "precision": 3,
+ "timestamp": -252374400000
+ }
}
}
```
@@ -1423,45 +2117,45 @@ Note that certain longer field examples may be truncated for readability.
{
"subsidiaries": [
{
- "summary": "Business enterprise",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St%7D9u.LnOv%7BI%7C%40g7.pBYINs%3Ff%7CGZ7jr-tGZhWf%3DK%2FOvy%5Bp%3CSKbs8i%7CEyNzBa%3DXu9h%3DKcsg%5CFUA%5Dx3S%3A%2F%7C3h1%601Ba%40%3CTnki1nHH%5EI.3GY",
+ "summary": "American multinational software company",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0Stn8p.OgAu%3CRsCX3_1BY%2F%5Dt.%5B8LwifzFeCd.Nr0QoN%5CtW4Bm%3ERg-b%7CUY%5E%7DF.%7D%3COv",
"types": [
"Organization",
- "Corporation"
+ "Corporation",
+ "Company",
+ "OrganizationInvestor"
],
- "name": "SoftLayer Technologies, Inc.",
- "diffbotUri": "http://diffbot.com/entity/Eo3z6VKzPNxmoKVCMdwfvmw",
- "targetDiffbotUri": "http://diffbot.com/entity/Eo3z6VKzPNxmoKVCMdwfvmw",
- "targetDiffbotId": "Eo3z6VKzPNxmoKVCMdwfvmw",
- "surfaceForm": "SoftLayer Technologies, Inc.",
- "type": "Corporation"
+ "name": "Red Hat",
+ "diffbotUri": "http://diffbot.com/entity/EIATbb7uwOhSYiGqLBPUD0w",
+ "targetDiffbotId": "EIATbb7uwOhSYiGqLBPUD0w",
+ "type": "Organization"
},
{
- "summary": "American multinational software company",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv73%3AY3i2Pk%3F3%5CtMW6b%7B9r3izczY2.K%7C%3E",
+ "summary": "Software company",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FivHn%3EmO%3FUl_i%3DQYthvGeE%5CeXjCX.Sgy",
"types": [
"Organization",
- "Corporation"
+ "Corporation",
+ "Company"
],
- "name": "Red Hat, Inc.",
- "diffbotUri": "http://diffbot.com/entity/EIATbb7uwOhSYiGqLBPUD0w",
- "targetDiffbotUri": "http://diffbot.com/entity/EIATbb7uwOhSYiGqLBPUD0w",
- "targetDiffbotId": "EIATbb7uwOhSYiGqLBPUD0w",
- "surfaceForm": "Red Hat, Inc.",
- "type": "Corporation"
+ "name": "HashiCorp",
+ "diffbotUri": "http://diffbot.com/entity/E9N3XMWjUM_2dU66HUna5GQ",
+ "targetDiffbotId": "E9N3XMWjUM_2dU66HUna5GQ",
+ "type": "Organization"
},
{
- "summary": "Corporation based in Egypt",
+ "summary": "Software as a service company",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0Stn8p.%5DjEp9G.Bd%7Bko6u%7CoeR%5B-f%5B9z-Z%3BVP-C%3CMG-c%7BGwuYPRmeM%2FzN_%3Cb4E.A%5Dm",
"types": [
"Organization",
- "Corporation"
+ "Corporation",
+ "Company",
+ "OrganizationInvestor"
],
- "name": "IBM Egypt Business Support Services",
- "diffbotUri": "http://diffbot.com/entity/EqxFQye0mN_mBtveIsJwWmg",
- "targetDiffbotUri": "http://diffbot.com/entity/EqxFQye0mN_mBtveIsJwWmg",
- "targetDiffbotId": "EqxFQye0mN_mBtveIsJwWmg",
- "surfaceForm": "IBM Egypt Business Support Services",
- "type": "Corporation"
+ "name": "Diligent",
+ "diffbotUri": "http://diffbot.com/entity/EWOVULEdSNbunhBcIF6MtKQ",
+ "targetDiffbotId": "EWOVULEdSNbunhBcIF6MtKQ",
+ "type": "Organization"
}
]
}
@@ -1486,17 +2180,75 @@ Note that certain longer field examples may be truncated for readability.
}
],
"types": "",
- "websiteUris": "",
"diffbotUri": "",
- "name": "",
- "targetDiffbotUri": "",
- "surfaceForm": ""
+ "name": ""
+ }
+ ]
+}
+```
+### summary
+ A short phrase designed to disambiguate entities with the same or similar name
+* **Type:** String
+* **Example:**
+```
+{
+ "summary": "American multinational technology corporation"
+}
+```
+### suppliers
+ Current suppliers of this organization.
+* **Type:** LinkedEntity
+* **Example:**
+```
+{
+ "suppliers": [
+ {
+ "summary": "American multinational technology company, a subsidiary of Alphabet Inc.",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FcvBT%3El%5D%3BTo1YMa%7B%5DX%7BGmF.yZl",
+ "types": [
+ "Organization",
+ "Corporation",
+ "Company",
+ "OrganizationInvestor"
+ ],
+ "name": "Google",
+ "diffbotUri": "http://diffbot.com/entity/EUFq-3WlpNsq0pvfUYWXOEA",
+ "targetDiffbotId": "EUFq-3WlpNsq0pvfUYWXOEA",
+ "type": "Organization"
+ },
+ {
+ "summary": "American multinational technology corporation",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FjvIt%3ErW%2F_r%3Fi1UYDhvGe%25o%3Ef5Lf%25e2.c7%3E",
+ "types": [
+ "Organization",
+ "Corporation",
+ "Company",
+ "OrganizationInvestor"
+ ],
+ "name": "Microsoft",
+ "diffbotUri": "http://diffbot.com/entity/EIsFKrN_ZNLSWsvxdQfWutQ",
+ "targetDiffbotId": "EIsFKrN_ZNLSWsvxdQfWutQ",
+ "type": "Organization"
+ },
+ {
+ "summary": "South Korean multinational conglomerate",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0SttAc%3ANu.d9U%7CB%5DpM08.%7DZnIa6%40_%3Bv2FpDLhawxEr-%5BuTpJZ%40-r%3Ec2Jh9e%3ENt%3B_%7DPwTLtS%5Cut%7DJUOtz",
+ "types": [
+ "Organization",
+ "Corporation",
+ "Company",
+ "OrganizationInvestor"
+ ],
+ "name": "Samsung Electronics",
+ "diffbotUri": "http://diffbot.com/entity/EEUocPTqVNCGf3f-wqw6lxQ",
+ "targetDiffbotId": "EEUocPTqVNCGf3f-wqw6lxQ",
+ "type": "Organization"
}
]
}
```
### technographics
-
+ Technologies used by this organization.
* **Type:** Technographics
* **Example:**
```
@@ -1504,16 +2256,43 @@ Note that certain longer field examples may be truncated for readability.
"technographics": [
{
"technology": {
- "recordId": "EPdsrDmLiMQCskvBLp_dloQ@735",
- "name": "salesforce",
- "surfaceForm": "salesforce",
- "position": "companyTechnographicsTechnology",
+ "name": "TrustArc",
"type": "DiffbotEntity"
- }
+ },
+ "categories": [
+ "Cookie compliance"
+ ]
+ },
+ {
+ "technology": {
+ "name": "Tealium AudienceStream",
+ "type": "DiffbotEntity"
+ },
+ "categories": [
+ "Segmentation"
+ ]
+ },
+ {
+ "technology": {
+ "name": "Linkedin Insight Tag",
+ "type": "DiffbotEntity"
+ },
+ "categories": [
+ "Analytics"
+ ]
}
]
}
```
+### thaiTaxpayerIds
+ Unique taxpayer number for company in Thailand, also known as company registration number.
+* **Type:** String
+* **Example:**
+```
+{
+ "thaiTaxpayerIds": ""
+}
+```
### totalInvestment
Sum of all investments.
* **Type:** Amount
@@ -1526,13 +2305,62 @@ Note that certain longer field examples may be truncated for readability.
}
}
```
+### tsicClassification
+ Thailand Standard Industrial Classification (TSIC).
+* **Type:** ClassificationCode
+* **Example:**
+```
+{
+ "tsicClassification": [
+ {
+ "code": "",
+ "level": 0,
+ "isPrimary": false,
+ "name": "",
+ "diffbotUri": "",
+ "version": ""
+ }
+ ]
+}
+```
### twitterUri
- Link to the LinkedIn profile of this entity
+ Link to the Twitter profile of this entity
* **Type:** URL
* **Example:**
```
{
- "twitterUri": "twitter.com/IBM"
+ "twitterUri": "twitter.com/ibm"
+}
+```
+### type
+ The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.
+* **Type:** Type
+* **Example:**
+```
+{
+ "type": "Organization"
+}
+```
+### types
+ All types of a Diffbot entity, including the value of the field 'type'.
+* **Type:** String
+* **Example:**
+```
+{
+ "types": [
+ "Organization",
+ "Corporation",
+ "Company"
+ ]
+}
+```
+### uenNumbers
+ Unique Entity Number (UEN) is a business identification number in Singapore.
+* **Type:** String
+* **Example:**
+```
+{
+ "uenNumbers": ""
}
```
### ukSicClassification
@@ -1544,20 +2372,99 @@ Note that certain longer field examples may be truncated for readability.
"ukSicClassification": [
{
"code": "",
+ "level": 0,
"isPrimary": false,
"name": "",
+ "diffbotUri": "",
"version": ""
}
]
}
```
+### ultimateParent
+ The ultimate parent company of this subsidiary.
+* **Type:** LinkedEntity
+* **Example:**
+```
+{
+ "ultimateParent": {
+ "types": [
+ "Organization",
+ "Corporation",
+ "Company"
+ ],
+ "name": "IBM (United States)",
+ "diffbotUri": "http://diffbot.com/entity/E2dnSQGS6MQSUsS8cWvJ4xg",
+ "targetDiffbotId": "E2dnSQGS6MQSUsS8cWvJ4xg",
+ "type": "Organization"
+ }
+}
+```
### vatIdentificationNumbers
VAT identification number, an identifier used in many countries, including the countries of the European Union, for value added tax purposes
* **Type:** String
* **Example:**
```
{
- "vatIdentificationNumbers": ""
+ "vatIdentificationNumbers": [
+ "IN29980271267",
+ "FR20890677800",
+ "130871985"
+ ]
+}
+```
+### wikipediaPageviews
+ The number of views of its Wikipedia page of the last month if it exists.
+* **Type:** Integer
+* **Example:**
+```
+{
+ "wikipediaPageviews": 199993
+}
+```
+### wikipediaPageviewsGrowth
+ The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.
+* **Type:** Float
+* **Example:**
+```
+{
+ "wikipediaPageviewsGrowth": 0.017025605
+}
+```
+### wikipediaPageviewsLastQuarter
+ The number of views of its Wikipedia page of the last quarter if it exists.
+* **Type:** Integer
+* **Example:**
+```
+{
+ "wikipediaPageviewsLastQuarter": 600651
+}
+```
+### wikipediaPageviewsLastQuarterGrowth
+ The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.
+* **Type:** Float
+* **Example:**
+```
+{
+ "wikipediaPageviewsLastQuarterGrowth": 0.06729652
+}
+```
+### wikipediaPageviewsLastYear
+ The number of views of its Wikipedia page of the last year if it exists.
+* **Type:** Integer
+* **Example:**
+```
+{
+ "wikipediaPageviewsLastYear": 2656578
+}
+```
+### wikipediaPageviewsLastYearGrowth
+ The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.
+* **Type:** Float
+* **Example:**
+```
+{
+ "wikipediaPageviewsLastYearGrowth": 0.052473985
}
```
### wikipediaUri
@@ -1570,7 +2477,7 @@ Note that certain longer field examples may be truncated for readability.
}
```
### yearlyRevenues
- An organization's revenue for a period of 12 months.
+ An organization's officially reported revenue for a period of 12 months.
* **Type:** YearlyRevenue
* **Example:**
```
@@ -1579,36 +2486,26 @@ Note that certain longer field examples may be truncated for readability.
{
"revenue": {
"currency": "USD",
- "value": 73620000000
+ "value": 62800000000
},
"isCurrent": false,
- "year": 2020
+ "year": 2025
},
{
"revenue": {
"currency": "USD",
- "value": 79591000000
+ "value": 62753000000
},
"isCurrent": false,
- "year": 2018
+ "year": 2024
},
{
"revenue": {
"currency": "USD",
- "value": 77147000000
+ "value": 61860000000
},
"isCurrent": false,
- "year": 2019,
- "filingDate": {
- "str": "d2021-02-23",
- "precision": 3,
- "timestamp": 1614038400000
- },
- "revenueDate": {
- "str": "d2019-12-31",
- "precision": 3,
- "timestamp": 1577750400000
- }
+ "year": 2023
}
]
}
diff --git a/docs/kg-ont-person.md b/docs/kg-ont-person.md
index 5c17b2d9..b521a21c 100644
--- a/docs/kg-ont-person.md
+++ b/docs/kg-ont-person.md
@@ -1,16 +1,28 @@
---
+warning: DO NOT EDIT THIS DOC DIRECTLY (SEE ORIGIN)
+origin: https://kg.diffbot.com/kg/ontology
id: kg-ont-person
title: Person
+generatedBy: generateOntology.js
---
The person entity type encompasses all people known to the Knowledge Graph.
Note that fields are not guaranteed to exist in every entity record.
->New to the Diffbot Knowledge Graph? [Start here](dql-quickstart).
+For convenience, a complete ontology source in JSON format is also [available here](https://kg.diffbot.com/kg/ontology).
+
+> 🙋
+>
+> New to the Diffbot Knowledge Graph? [Start here](doc:getting-started-with-diffbot-knowledge-graph).
## Person Fields
* [age](#age)
+* [allDescriptions](#alldescriptions)
+* [allNames](#allnames)
+* [allOriginHashes](#alloriginhashes)
+* [allUriDetails](#alluridetails)
+* [allUris](#alluris)
* [angellistUri](#angellisturi)
* [articles](#articles)
* [awards](#awards)
@@ -20,40 +32,63 @@ Note that fields are not guaranteed to exist in every entity record.
* [children](#children)
* [colleagues](#colleagues)
* [connectedIndustries](#connectedindustries)
+* [crawlTimestamp](#crawltimestamp)
* [crunchbaseUri](#crunchbaseuri)
* [deathDate](#deathdate)
* [deathPlace](#deathplace)
+* [description](#description)
+* [descriptors](#descriptors)
+* [diffbotUri](#diffboturi)
* [educations](#educations)
* [emailAddresses](#emailaddresses)
* [employments](#employments)
* [eyeColor](#eyecolor)
* [facebookUri](#facebookuri)
-* [friends](#friends)
* [gender](#gender)
* [githubUri](#githuburi)
* [googlePlusUri](#googleplusuri)
-* [hairColor](#haircolor)
* [height](#height)
* [homepageUri](#homepageuri)
+* [id](#id)
+* [image](#image)
+* [images](#images)
+* [importance](#importance)
* [instagramUri](#instagramuri)
* [interests](#interests)
* [languages](#languages)
* [linkedInUri](#linkedinuri)
* [location](#location)
* [locations](#locations)
+* [name](#name)
* [nameDetail](#namedetail)
* [nationalities](#nationalities)
+* [nbFollowers](#nbfollowers)
+* [nbIncomingEdges](#nbincomingedges)
+* [nbOrigins](#nborigins)
* [netWorth](#networth)
+* [nonCanonicalFacts](#noncanonicalfacts)
+* [npiNumbers](#npinumbers)
+* [originDetails](#origindetails)
+* [origins](#origins)
* [parents](#parents)
* [phoneNumbers](#phonenumbers)
* [politicalAffiliation](#politicalaffiliation)
-* [posts](#posts)
* [religion](#religion)
+* [sepMexicoIds](#sepmexicoids)
* [siblings](#siblings)
* [skills](#skills)
+* [summary](#summary)
* [twitterUri](#twitteruri)
+* [type](#type)
+* [types](#types)
* [unions](#unions)
* [weight](#weight)
+* [wikipediaPageviews](#wikipediapageviews)
+* [wikipediaPageviewsGrowth](#wikipediapageviewsgrowth)
+* [wikipediaPageviewsLastQuarter](#wikipediapageviewslastquarter)
+* [wikipediaPageviewsLastQuarterGrowth](#wikipediapageviewslastquartergrowth)
+* [wikipediaPageviewsLastYear](#wikipediapageviewslastyear)
+* [wikipediaPageviewsLastYearGrowth](#wikipediapageviewslastyeargrowth)
* [wikipediaUri](#wikipediauri)
* [youtubeUri](#youtubeuri)
@@ -66,7 +101,82 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "age": 76
+ "age": 80
+}
+```
+### allDescriptions
+ All descriptions found for this entity. For the best description, refer to the field 'description'.
+* **Type:** String
+* **Example:**
+```
+{
+ "allDescriptions": [
+ "Thomas Edgar Wheeler (born April 5, 1946) is an American businessman and former government official. A member of the Democratic Party, he served as the 31st Chairman of the Federal Communications Commission.",
+ "Tom Wheeler is the current Chairman at Alef. Prior to this, they were Managing Director at Core Capital Partners, President/CEO of the Cellular Telecommunications & Internet Association, and Chairman of the Federal Communications Commission. Tom has also held positions at Harvard Kennedy School and Harvard Law School. Tom Wheeler attended The Ohio State University, where they studied international trade.",
+ "Tom Wheeler is the Managing Director of Core Capital Partners. He previously worked at FCC as a Chairman. Tom Wheeler attended The Ohio State University."
+ ]
+}
+```
+### allNames
+ All names used, including nicknames, full names and transliterations to other languages.
+* **Type:** String
+* **Example:**
+```
+{
+ "allNames": [
+ "Tom Wheeler",
+ "Том Вилер",
+ "汤姆·惠勒"
+ ]
+}
+```
+### allOriginHashes
+ For Diffbot's internal use only.
+* **Type:** String
+* **Example:**
+```
+{
+ "allOriginHashes": [
+ "Tc5u2UoRP0iZY1D1f79u7Q",
+ "SDAaBzTNN5mysszerQ1VNg",
+ "3GudoNIfOaWgx29PAPZ2zA"
+ ]
+}
+```
+### allUriDetails
+ Additional information about each URI in 'allUris', which lists the URIs associated with this entity.
+* **Type:** UriDetails
+* **Example:**
+```
+{
+ "allUriDetails": [
+ {
+ "domainMonthlyTrafficGrowth": "",
+ "domainMonthlyTraffic": 0,
+ "redirectsTo": "",
+ "nbFollowing": 0,
+ "uriType": "",
+ "verified": false,
+ "nbLinkedAccounts": 0,
+ "nbFollowers": 0,
+ "httpCodeTimestamp": 0,
+ "httpCode": "",
+ "uri": ""
+ }
+ ]
+}
+```
+### allUris
+ All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).
+* **Type:** URL
+* **Example:**
+```
+{
+ "allUris": [
+ "bloomberg.com/profile/person/2045213",
+ "bloomberg.com/profiles/people/2045213-thomas-e-wheeler",
+ "bloomberg.com/profiles/people/2045213-thomas-wheeler"
+ ]
}
```
### angellistUri
@@ -86,33 +196,15 @@ Note that certain longer field examples may be truncated for readability.
{
"articles": [
{
- "recordId": "EEIzhzuLVPeKuQ7KjPSa6aQ@289",
- "name": "Take Command: Leadership Lessons from the Civil War // Doubleday",
- "websiteUris": [
- "civilwarleadership.com"
- ],
- "surfaceForm": "Take Command: Leadership Lessons from the Civil War // Doubleday",
- "position": "personArticles",
+ "name": "Mr. Lincoln's T-Mails: The Untold Story of How Abraham Lincoln Used the Telegraph to Win the Civil War // 2006 HarperCollins -",
"type": "Article"
},
{
- "recordId": "EEIzhzuLVPeKuQ7KjPSa6aQ@288",
- "name": "Mr. Lincoln's T-Mails: The Untold Story of How Abraham Lincoln Used the Telegraph to Win the Civil War // HarperCollins",
- "websiteUris": [
- "mrlincolnstmails.com"
- ],
- "surfaceForm": "Mr. Lincoln's T-Mails: The Untold Story of How Abraham Lincoln Used the Telegraph to Win the Civil War // HarperCollins",
- "position": "personArticles",
+ "name": "Take Command: Leadership Lessons from the Civil War // 2000 Doubleday -",
"type": "Article"
},
{
- "recordId": "EEIzhzuLVPeKuQ7KjPSa6aQ@290",
- "name": "Mr. Lincoln's T-Mails: The Untold Story of How Abraham Lincoln Used the Telegraph to Win the Civil War // HarperCollins 2006",
- "websiteUris": [
- "linkedin.com/redir/redirect"
- ],
- "surfaceForm": "Mr. Lincoln's T-Mails: The Untold Story of How Abraham Lincoln Used the Telegraph to Win the Civil War // HarperCollins 2006",
- "position": "personArticles",
+ "name": "From Gutenberg to Google: The History of Our Future // Brookings Institution Press February 26, 2019 -",
"type": "Article"
}
]
@@ -157,62 +249,74 @@ Note that certain longer field examples may be truncated for readability.
{
"birthPlace": {
"country": {
- "summary": "Sovereign state in North America",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FfvEQ%3El%601Nw%7BM0Bf7hu7z%3FRe9s4XwGXedrKUAN%28%3D%5ECHnM%60%29.%7BOV",
+ "summary": "Country located primarily in North America",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FhvGq%3Eh%5D%7Dab%3B%60zBlElnGl6anIdpR%7BW%5EvOdKQBTx.oCJ",
"types": [
"Place",
- "AdministrativeArea"
+ "AdministrativeArea",
+ "Country"
],
- "name": "United States of America",
+ "name": "United States",
"diffbotUri": "http://diffbot.com/entity/E01d4EK33MmCosgI2KXa4-A",
- "targetDiffbotUri": "http://diffbot.com/entity/E01d4EK33MmCosgI2KXa4-A",
"targetDiffbotId": "E01d4EK33MmCosgI2KXa4-A",
- "type": "AdministrativeArea"
+ "type": "Place"
},
"isCurrent": false,
- "address": "Redlands, California",
+ "address": "Redlands, California, United States",
"city": {
"summary": "City in San Bernardino County, California, United States",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FCvrv%3ExO%3ALE1l9Bl%3Cb%7DGej%5C%7BRyDCUDe%7BV0I%5E7Pdgj0RnJj3%3B%7C%3ESgGu1EiSd2U2Kb%3FchDc3D_NbtOi%7DVnTj%3DL9FE%2F%5B%7DG%5D9%5B%7D7d.ZvE",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FevDr%3EhV%7D%5Dh8%2Cz6YGknz%2C6%3FkHq%7CRvV%2Cq3R6r-p9%7D%28Og5_1D%5D9Zo9%29f%28I6Tk4Ww%29.%3Aan",
"types": [
"Place",
- "AdministrativeArea"
+ "AdministrativeArea",
+ "City"
],
"name": "Redlands",
"diffbotUri": "http://diffbot.com/entity/EEGqoBftsOZyh3_RKbQE3mw",
- "targetDiffbotUri": "http://diffbot.com/entity/EEGqoBftsOZyh3_RKbQE3mw",
"targetDiffbotId": "EEGqoBftsOZyh3_RKbQE3mw",
- "type": "AdministrativeArea"
+ "type": "Place"
+ },
+ "metroArea": {
+ "summary": "Metropolitan area and region in Southern California, United States",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FDvsq%3ExP%7Bo3L%7EzEn7lzQr%40%5BkC5Kjs.c2W",
+ "types": [
+ "Place",
+ "AdministrativeArea"
+ ],
+ "name": "Inland Empire",
+ "diffbotUri": "http://diffbot.com/entity/EfvaXmNJePu-q6vYkH_619Q",
+ "targetDiffbotId": "EfvaXmNJePu-q6vYkH_619Q",
+ "type": "Place"
},
"subregion": {
"summary": "County in California, United States",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FhvGu%3ErO%3CLr2Y%5EBfA_%7EJt%40NeLn2L%7EL%60zdzEW%7DBf%3C%5B_HnH%5C3%3EqG%5EgyvBT8%5E.7hz",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FBvqt%3ExS%7DYb%3B%60z4%5BFXQ%3DxENxHn9Sqvh7%5E5P%2C%7D2f%3Ae3RnHdr.%7BOV",
"types": [
"Place",
- "AdministrativeArea"
+ "AdministrativeArea",
+ "Subregion"
],
"name": "San Bernardino County",
"diffbotUri": "http://diffbot.com/entity/EApueG2dHP3iRBLbjF2w2gQ",
- "targetDiffbotUri": "http://diffbot.com/entity/EApueG2dHP3iRBLbjF2w2gQ",
"targetDiffbotId": "EApueG2dHP3iRBLbjF2w2gQ",
- "type": "AdministrativeArea"
+ "type": "Place"
},
"latitude": 34.04679489135742,
"precision": 9.702208518981934,
"postalCode": "92374",
- "surfaceForm": "Redlands, California",
+ "surfaceForm": "Redlands, California, United States",
"region": {
"summary": "State of the United States of America",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3Fav%40T%3ExS%7DYb%3B%60zt%5BDbuGxEVg.xAK",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FEvtr%3EnAo-8UY%5EBfA_%7EJt%40N%2CCS0ZsGZqQ%2F%3BO%3C%5EwBd2Uj9HvRq%3C%5E.Pw4",
"types": [
"Place",
- "AdministrativeArea"
+ "AdministrativeArea",
+ "Region"
],
"name": "California",
"diffbotUri": "http://diffbot.com/entity/El0_8ehooNxOPT36Y4RdV9w",
- "targetDiffbotUri": "http://diffbot.com/entity/El0_8ehooNxOPT36Y4RdV9w",
"targetDiffbotId": "El0_8ehooNxOPT36Y4RdV9w",
- "type": "AdministrativeArea"
+ "type": "Place"
},
"longitude": -117.17427062988281
}
@@ -247,11 +351,8 @@ Note that certain longer field examples may be truncated for readability.
}
],
"types": "",
- "websiteUris": "",
"diffbotUri": "",
- "name": "",
- "targetDiffbotUri": "",
- "surfaceForm": ""
+ "name": ""
}
]
}
@@ -275,7 +376,7 @@ Note that certain longer field examples may be truncated for readability.
"precision": 0,
"timestamp": 0
},
- "relationship": "",
+ "relationship": {},
"colleague": {
"summary": "",
"image": "",
@@ -289,11 +390,8 @@ Note that certain longer field examples may be truncated for readability.
}
],
"types": "",
- "websiteUris": "",
"diffbotUri": "",
- "name": "",
- "targetDiffbotUri": "",
- "surfaceForm": ""
+ "name": ""
}
}
]
@@ -305,7 +403,16 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "connectedIndustries": []
+ "connectedIndustries": {}
+}
+```
+### crawlTimestamp
+ The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.
+* **Type:** Integer
+* **Example:**
+```
+{
+ "crawlTimestamp": 1757054954
}
```
### crunchbaseUri
@@ -351,11 +458,8 @@ Note that certain longer field examples may be truncated for readability.
}
],
"types": "",
- "websiteUris": "",
"diffbotUri": "",
- "name": "",
- "targetDiffbotUri": "",
- "surfaceForm": ""
+ "name": ""
},
"address": "",
"city": {
@@ -371,11 +475,8 @@ Note that certain longer field examples may be truncated for readability.
}
],
"types": "",
- "websiteUris": "",
"diffbotUri": "",
- "name": "",
- "targetDiffbotUri": "",
- "surfaceForm": ""
+ "name": ""
},
"subregion": {
"summary": "",
@@ -390,18 +491,22 @@ Note that certain longer field examples may be truncated for readability.
}
],
"types": "",
- "websiteUris": "",
"diffbotUri": "",
- "name": "",
- "targetDiffbotUri": "",
- "surfaceForm": ""
+ "name": ""
},
"latitude": "",
"precision": "",
"postalCode": "",
+ "locationType": [],
"surfaceForm": "",
"poBox": "",
"isCurrent": false,
+ "estimatedValue": {
+ "currency": "",
+ "value": ""
+ },
+ "occupancyType": "",
+ "isPrimary": false,
"street": "",
"metroArea": {
"summary": "",
@@ -416,11 +521,12 @@ Note that certain longer field examples may be truncated for readability.
}
],
"types": "",
- "websiteUris": "",
"diffbotUri": "",
- "name": "",
- "targetDiffbotUri": "",
- "surfaceForm": ""
+ "name": ""
+ },
+ "estimatedEquity": {
+ "currency": "",
+ "value": ""
},
"region": {
"summary": "",
@@ -435,11 +541,8 @@ Note that certain longer field examples may be truncated for readability.
}
],
"types": "",
- "websiteUris": "",
"diffbotUri": "",
- "name": "",
- "targetDiffbotUri": "",
- "surfaceForm": ""
+ "name": ""
},
"rawAdministrativeArea": {
"summary": "",
@@ -454,16 +557,40 @@ Note that certain longer field examples may be truncated for readability.
}
],
"types": "",
- "websiteUris": "",
"diffbotUri": "",
- "name": "",
- "targetDiffbotUri": "",
- "surfaceForm": ""
+ "name": ""
},
"longitude": ""
}
}
```
+### description
+ A few sentences describing an entity
+* **Type:** String
+* **Example:**
+```
+{
+ "description": "Tom Wheeler is the current Chairman at Alef. Prior to this, they were Managing Director at Core Capital Partners, President/CEO of the Cellular Telecommunications & Internet Association, and Chairman of the Federal Communications Commission. Tom has also held positions at Harvard Kennedy School and Harvard Law School. Tom Wheeler attended The Ohio State University, where they studied international trade."
+}
+```
+### descriptors
+ A list of free-form keywords describing this entity
+* **Type:** String
+* **Example:**
+```
+{
+ "descriptors": ""
+}
+```
+### diffbotUri
+ diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg
+* **Type:** URL
+* **Example:**
+```
+{
+ "diffbotUri": "http://diffbot.com/entity/EEIzhzuLVPeKuQ7KjPSa6aQ"
+}
+```
### educations
Education history.
* **Type:** Education
@@ -474,21 +601,22 @@ Note that certain longer field examples may be truncated for readability.
{
"institution": {
"summary": "Public research university in Columbus, Ohio, United States",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FGvvO%3EtV5%5Cbon%7CU_7N%7DA%7C%3C_yMyDCzRk%7Bj0Ed%2F%5Bd%3Ak4R.Mqx",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0Stn8p.%5DjEp9G.Bd%7Bk%40UuPNeL%7D-Dz_z-Ze%3Bn-kiKc-b%5Dvv%3FURLN8U%7CzN_%3Cb4E.A%5Dm",
"types": [
- "Organization"
+ "Organization",
+ "Corporation",
+ "Company",
+ "OrganizationInvestor"
],
- "name": "The Ohio State University",
+ "name": "Ohio State University",
"diffbotUri": "http://diffbot.com/entity/EXqnLTSovNzi-4KlIxjHhyA",
- "targetDiffbotUri": "http://diffbot.com/entity/EXqnLTSovNzi-4KlIxjHhyA",
"targetDiffbotId": "EXqnLTSovNzi-4KlIxjHhyA",
- "surfaceForm": "The Ohio State University",
"type": "Organization"
},
"isCurrent": false,
"major": {
- "name": "International Trade",
- "surfaceForm": "International Trade"
+ "name": "Business, International Trade",
+ "type": "EducationMajorEntity"
},
"degree": {
"types": [
@@ -497,9 +625,38 @@ Note that certain longer field examples may be truncated for readability.
],
"name": "Bachelor's (4 year program)",
"diffbotUri": "http://diffbot.com/entity/EtWuqNi7UOGu2JRK_z95kDg",
- "targetDiffbotUri": "http://diffbot.com/entity/EtWuqNi7UOGu2JRK_z95kDg",
"targetDiffbotId": "EtWuqNi7UOGu2JRK_z95kDg",
- "surfaceForm": "Bachelor's (4 year program)",
+ "type": "DegreeEntity"
+ },
+ "from": {
+ "str": "d1964-XX-XX",
+ "precision": 1,
+ "timestamp": -189388800000
+ },
+ "to": {
+ "str": "d1968-XX-XX",
+ "precision": 1,
+ "timestamp": -63158400000
+ }
+ },
+ {
+ "institution": {
+ "summary": "Public research university in Columbus, Ohio, United States",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0Stn8p.%5DjEp9G.Bd%7Bk%40UuPNeL%7D-Dz_z-Ze%3Bn-kiKc-b%5Dvv%3FURLN8U%7CzN_%3Cb4E.A%5Dm",
+ "types": [
+ "Organization",
+ "Corporation",
+ "Company",
+ "OrganizationInvestor"
+ ],
+ "name": "Ohio State University",
+ "diffbotUri": "http://diffbot.com/entity/EXqnLTSovNzi-4KlIxjHhyA",
+ "targetDiffbotId": "EXqnLTSovNzi-4KlIxjHhyA",
+ "type": "Organization"
+ },
+ "isCurrent": false,
+ "degree": {
+ "name": "International Trade",
"type": "DegreeEntity"
},
"from": {
@@ -540,64 +697,71 @@ Note that certain longer field examples may be truncated for readability.
{
"isCurrent": true,
"employer": {
- "summary": "Organization based in United States",
+ "summary": "Lifestyle experience provider",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0Stn8p.%5DjEp9G.Bd%7BkBXpJP1K%2F-_1%5BZ-Zg6q-j4Rk-E%7CIosYv0pgO1zN_%3Cb4E.A%5Dm",
"types": [
"Organization",
- "LocalBusiness",
- "Place"
+ "Corporation",
+ "Company"
],
- "name": "Shiloh Group",
- "diffbotUri": "http://diffbot.com/entity/ELF4ccy36PMug3N0XWxDdrg",
- "targetDiffbotUri": "http://diffbot.com/entity/ELF4ccy36PMug3N0XWxDdrg",
- "targetDiffbotId": "ELF4ccy36PMug3N0XWxDdrg",
- "surfaceForm": "Shiloh Group",
- "type": "LocalBusiness"
+ "name": "Alef Group",
+ "diffbotUri": "http://diffbot.com/entity/EGqlO7Wv1NbKOXE9teORnEg",
+ "targetDiffbotId": "EGqlO7Wv1NbKOXE9teORnEg",
+ "type": "Organization"
},
"from": {
- "str": "d2003-07-XX",
- "precision": 2,
- "timestamp": 1057017600000
+ "str": "d2022-05-01",
+ "precision": 3,
+ "timestamp": 1651363200000
},
"categories": [
{
- "name": "Chief Officer",
- "diffbotUri": "http://diffbot.com/entity/ETONJ_vUmODK7D7WTWa6OhA",
- "targetDiffbotUri": "http://diffbot.com/entity/ETONJ_vUmODK7D7WTWa6OhA",
- "targetDiffbotId": "ETONJ_vUmODK7D7WTWa6OhA",
+ "types": [
+ "Intangible",
+ "EmploymentCategory"
+ ],
+ "name": "Board Member",
+ "diffbotUri": "http://diffbot.com/entity/EnC5drWy1NVuOGQHd2ll0xw",
+ "targetDiffbotId": "EnC5drWy1NVuOGQHd2ll0xw",
"type": "EmploymentCategory"
},
{
+ "types": [
+ "Intangible",
+ "EmploymentCategory"
+ ],
"name": "Management",
"diffbotUri": "http://diffbot.com/entity/EpXGc9jmNPQW3wt-ny5SqCQ",
- "targetDiffbotUri": "http://diffbot.com/entity/EpXGc9jmNPQW3wt-ny5SqCQ",
"targetDiffbotId": "EpXGc9jmNPQW3wt-ny5SqCQ",
"type": "EmploymentCategory"
},
{
+ "types": [
+ "Intangible",
+ "EmploymentCategory"
+ ],
"name": "Executive",
"diffbotUri": "http://diffbot.com/entity/EFHD6pfzYMtqdaaytNomkhA",
- "targetDiffbotUri": "http://diffbot.com/entity/EFHD6pfzYMtqdaaytNomkhA",
"targetDiffbotId": "EFHD6pfzYMtqdaaytNomkhA",
"type": "EmploymentCategory"
}
],
- "title": "President/CEO"
+ "title": "Board Member"
},
{
"isCurrent": true,
"employer": {
- "summary": "Financial services company founded in 1999",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St%7D9u.LnOv%7BI%7C%40g7.pBYINs%3Ff%7CGZ7jr-tGZhWf%3DK%2FOvy%5Bp%3CSKbs8i%7CEyNzBa%3DXt%3Ek5KcBD0vSA%5EvRq%3D0%5DUd%60%402r%3Fm%3BQ9H%3DTmJF%5DG.zBX",
+ "summary": "M&A advisory firm",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0SttV.LYeDo.C%7DLtpX%7C5k%7EO2%7CZPcZ%3CZs%3B6UP5H5OEsdZAwt%3BPMneU1%2Fj%2F%60%5B%3F%3B",
"types": [
"Organization",
- "Corporation"
+ "Corporation",
+ "Company"
],
- "name": "Core Capital Partners",
- "diffbotUri": "http://diffbot.com/entity/ErLfevHY1MzaATmqeEbm4AQ",
- "targetDiffbotUri": "http://diffbot.com/entity/ErLfevHY1MzaATmqeEbm4AQ",
- "targetDiffbotId": "ErLfevHY1MzaATmqeEbm4AQ",
- "surfaceForm": "Core Capital Partners",
- "type": "Corporation"
+ "name": "Core Capital Group",
+ "diffbotUri": "http://diffbot.com/entity/EfSccRU7EOpSsVPU9m73bLg",
+ "targetDiffbotId": "EfSccRU7EOpSsVPU9m73bLg",
+ "type": "Organization"
},
"from": {
"str": "d2005-01-XX",
@@ -606,23 +770,32 @@ Note that certain longer field examples may be truncated for readability.
},
"categories": [
{
+ "types": [
+ "Intangible",
+ "EmploymentCategory"
+ ],
"name": "Management",
"diffbotUri": "http://diffbot.com/entity/EpXGc9jmNPQW3wt-ny5SqCQ",
- "targetDiffbotUri": "http://diffbot.com/entity/EpXGc9jmNPQW3wt-ny5SqCQ",
"targetDiffbotId": "EpXGc9jmNPQW3wt-ny5SqCQ",
"type": "EmploymentCategory"
},
{
+ "types": [
+ "Intangible",
+ "EmploymentCategory"
+ ],
"name": "Shareholder",
"diffbotUri": "http://diffbot.com/entity/EnjEbsIYNORq7LaLzpGLaeg",
- "targetDiffbotUri": "http://diffbot.com/entity/EnjEbsIYNORq7LaLzpGLaeg",
"targetDiffbotId": "EnjEbsIYNORq7LaLzpGLaeg",
"type": "EmploymentCategory"
},
{
+ "types": [
+ "Intangible",
+ "EmploymentCategory"
+ ],
"name": "Executive",
"diffbotUri": "http://diffbot.com/entity/EFHD6pfzYMtqdaaytNomkhA",
- "targetDiffbotUri": "http://diffbot.com/entity/EFHD6pfzYMtqdaaytNomkhA",
"targetDiffbotId": "EFHD6pfzYMtqdaaytNomkhA",
"type": "EmploymentCategory"
}
@@ -632,43 +805,51 @@ Note that certain longer field examples may be truncated for readability.
{
"isCurrent": true,
"employer": {
- "summary": "Boston, Massachusetts–based software company that produces an online video platform",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St%7D9u.LnOv%7BI%7C%40g7.pBYINs%3Ff%7CGZ7jr-tGZhWf%3DK%2FOvy%5Bp%3CSKbs8i%7CEyO2%40%3F0FW9LpRQJSk8%5E5Jh",
+ "summary": "Drone airspace management platform",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0Stn8p.%5DjEp9G.Bd%7Bkn8rRrb%7D%2F-%6008y-Ze%3Br-CdPG-B%7C%40pAYpOp4N%5BzN_%3Cb4E.A%5Dm",
"types": [
"Organization",
- "Corporation"
+ "Corporation",
+ "Company"
],
- "name": "Brightcove, Inc.",
- "diffbotUri": "http://diffbot.com/entity/ExQ62VDi-OvWQ3qO1NhflJA",
- "targetDiffbotUri": "http://diffbot.com/entity/ExQ62VDi-OvWQ3qO1NhflJA",
- "targetDiffbotId": "ExQ62VDi-OvWQ3qO1NhflJA",
- "surfaceForm": "Brightcove, Inc.",
- "type": "Corporation"
+ "name": "AirMap",
+ "diffbotUri": "http://diffbot.com/entity/E66uGQYwVOYiNi050NUhhHw",
+ "targetDiffbotId": "E66uGQYwVOYiNi050NUhhHw",
+ "type": "Organization"
},
"from": {
- "str": "d2018-04-XX",
+ "str": "d2019-06-XX",
"precision": 2,
- "timestamp": 1522540800000
+ "timestamp": 1559347200000
},
"categories": [
{
+ "types": [
+ "Intangible",
+ "EmploymentCategory"
+ ],
"name": "Management",
"diffbotUri": "http://diffbot.com/entity/EpXGc9jmNPQW3wt-ny5SqCQ",
- "targetDiffbotUri": "http://diffbot.com/entity/EpXGc9jmNPQW3wt-ny5SqCQ",
"targetDiffbotId": "EpXGc9jmNPQW3wt-ny5SqCQ",
"type": "EmploymentCategory"
},
{
+ "types": [
+ "Intangible",
+ "EmploymentCategory"
+ ],
"name": "Board Member",
"diffbotUri": "http://diffbot.com/entity/EnC5drWy1NVuOGQHd2ll0xw",
- "targetDiffbotUri": "http://diffbot.com/entity/EnC5drWy1NVuOGQHd2ll0xw",
"targetDiffbotId": "EnC5drWy1NVuOGQHd2ll0xw",
"type": "EmploymentCategory"
},
{
+ "types": [
+ "Intangible",
+ "EmploymentCategory"
+ ],
"name": "Executive",
"diffbotUri": "http://diffbot.com/entity/EFHD6pfzYMtqdaaytNomkhA",
- "targetDiffbotUri": "http://diffbot.com/entity/EFHD6pfzYMtqdaaytNomkhA",
"targetDiffbotId": "EFHD6pfzYMtqdaaytNomkhA",
"type": "EmploymentCategory"
}
@@ -684,7 +865,7 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "eyeColor": ""
+ "eyeColor": {}
}
```
### facebookUri
@@ -696,44 +877,13 @@ Note that certain longer field examples may be truncated for readability.
"facebookUri": ""
}
```
-### friends
- This person's friends.
-* **Type:** LinkedEntity
-* **Example:**
-```
-{
- "friends": [
- {
- "summary": "",
- "image": "",
- "images": [
- {
- "classifications": "",
- "fingerprint": "",
- "title": "",
- "isCached": false,
- "url": ""
- }
- ],
- "types": "",
- "websiteUris": "",
- "diffbotUri": "",
- "name": "",
- "targetDiffbotUri": "",
- "surfaceForm": ""
- }
- ]
-}
-```
### gender
A person's gender.
* **Type:** Gender
* **Example:**
```
{
- "gender": {
- "normalizedValue": "Male"
- }
+ "gender": {}
}
```
### githubUri
@@ -754,15 +904,6 @@ Note that certain longer field examples may be truncated for readability.
"googlePlusUri": ""
}
```
-### hairColor
- This person's hair color.
-* **Type:** HairColor
-* **Example:**
-```
-{
- "hairColor": ""
-}
-```
### height
This person's height in meters.
* **Type:** Float
@@ -781,6 +922,55 @@ Note that certain longer field examples may be truncated for readability.
"homepageUri": "fcc.gov/leadership/tom-wheeler"
}
```
+### id
+ An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.
+* **Type:** String
+* **Example:**
+```
+{
+ "id": "EEIzhzuLVPeKuQ7KjPSa6aQ"
+}
+```
+### image
+ The main image used to represent the entity.
+* **Type:** String
+* **Example:**
+```
+{
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&urls=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FEvtt%3Ey%5D9LZ4_0M_JX%7E%3El%40PoEqzTzRm1.%7BGW,g%3Cj7P0Stn8p.%5DjEp9G.Bd%7BkqXrSQgKx-h%2FYZ-Z8%5Dp-D%3B%7Cd-j%7DAQGVT%7Dp7P%2FzN_%3Cb4E.A%5Dm,g%3Cj7P0SttAc%3ANu.d9U%7CB%5DpM08.%7DZnIa6%40_%3Bv2FpDLhawxEr-%5BuTpJZ%40-r%3Ec2Jh9e%3EN7%5Bo%3Ed6MhKlx%7D_sO%5C9rr%3Bo2RoN%7E5Fv%3D_.Pw4"
+}
+```
+### images
+ The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.
+* **Type:** ImageField
+* **Example:**
+```
+{
+ "images": [
+ {
+ "url": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FEvtt%3Ey%5D9LZ4_0M_JX%7E%3El%40PoEqzTzRm1.%7BGW",
+ "primary": true
+ },
+ {
+ "url": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0Stn8p.%5DjEp9G.Bd%7BkqXrSQgKx-h%2FYZ-Z8%5Dp-D%3B%7Cd-j%7DAQGVT%7Dp7P%2FzN_%3Cb4E.A%5Dm",
+ "primary": false
+ },
+ {
+ "url": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0SttAc%3ANu.d9U%7CB%5DpM08.%7DZnIa6%40_%3Bv2FpDLhawxEr-%5BuTpJZ%40-r%3Ec2Jh9e%3EN7%5Bo%3Ed6MhKlx%7D_sO%5C9rr%3Bo2RoN%7E5Fv%3D_.Pw4",
+ "primary": false
+ }
+ ]
+}
+```
+### importance
+ A number between 0 and 100 indicating how important or popular an entity is.
+* **Type:** Float
+* **Example:**
+```
+{
+ "importance": 96.83421325683594
+}
+```
### instagramUri
Link to the Instagram profile of the Person entity
* **Type:** URL
@@ -798,24 +988,15 @@ Note that certain longer field examples may be truncated for readability.
{
"interests": [
{
- "recordId": "EEIzhzuLVPeKuQ7KjPSa6aQ@329",
"name": "investing",
- "surfaceForm": "investing",
- "position": "personInterest",
"type": "Miscellaneous"
},
{
- "recordId": "EEIzhzuLVPeKuQ7KjPSa6aQ@330",
"name": "planning",
- "surfaceForm": "planning",
- "position": "personInterest",
"type": "Miscellaneous"
},
{
- "recordId": "EEIzhzuLVPeKuQ7KjPSa6aQ@331",
"name": "lobbying",
- "surfaceForm": "lobbying",
- "position": "personInterest",
"type": "Miscellaneous"
}
]
@@ -827,7 +1008,7 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "languages": []
+ "languages": {}
}
```
### linkedInUri
@@ -836,7 +1017,7 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "linkedInUri": "linkedin.com/in/tom-wheeler-222878"
+ "linkedInUri": "linkedin.com/in/tom-wheeler-62255214"
}
```
### location
@@ -847,75 +1028,74 @@ Note that certain longer field examples may be truncated for readability.
{
"location": {
"country": {
- "summary": "Sovereign state in North America",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FfvEQ%3El%601Nw%7BM0Bf7hu7z%3FRe9s4XwGXedrKUAN%28%3D%5ECHnM%60%29.%7BOV",
+ "summary": "Country located primarily in North America",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FhvGq%3Eh%5D%7Dab%3B%60zBlElnGl6anIdpR%7BW%5EvOdKQBTx.oCJ",
"types": [
"Place",
- "AdministrativeArea"
+ "AdministrativeArea",
+ "Country"
],
- "name": "United States of America",
+ "name": "United States",
"diffbotUri": "http://diffbot.com/entity/E01d4EK33MmCosgI2KXa4-A",
- "targetDiffbotUri": "http://diffbot.com/entity/E01d4EK33MmCosgI2KXa4-A",
"targetDiffbotId": "E01d4EK33MmCosgI2KXa4-A",
- "type": "AdministrativeArea"
+ "type": "Place"
},
"isCurrent": true,
- "address": "Washington, D.C.",
+ "address": "Washington, District of Columbia, USA",
"city": {
- "summary": "Capital city of the United States",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FbvAT%3ExS%7DYb%3B%60zUb%3DXSAyK_oGyzSxB%3C1%5C6DR7P.Ar4",
+ "summary": "Capital city of the United States of America",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3Fav%40q%3EkZ%7DTb%3B%60z8%5BKaxFmK%5Ct%2Cd_.U.l8W",
"types": [
"Place",
- "AdministrativeArea"
+ "AdministrativeArea",
+ "City"
],
"name": "Washington, D.C.",
"diffbotUri": "http://diffbot.com/entity/Ep2MLLdkjO_C-R6NA7cOlcQ",
- "targetDiffbotUri": "http://diffbot.com/entity/Ep2MLLdkjO_C-R6NA7cOlcQ",
"targetDiffbotId": "Ep2MLLdkjO_C-R6NA7cOlcQ",
- "type": "AdministrativeArea"
+ "type": "Place"
},
"metroArea": {
"summary": "Metropolitan area centered on Washington, D.C.",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FFvup%3EiQNof%3Bo9Uc%3Dl.Bv%3E",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FEvtp%3EzA%7B%3BdBsza%7DX2A%5E-m-8l7Sx-fyIOR%3Cb7Pq%7Dr6Hs9jw9%7CATg%3Dh%40N%7DSb8a18%3F%3F_%7C%3Dc%3DY.Fmz",
"types": [
"Place",
"AdministrativeArea"
],
"name": "Washington metropolitan area",
"diffbotUri": "http://diffbot.com/entity/EbKIavbI8PhiHKmthsK_vTw",
- "targetDiffbotUri": "http://diffbot.com/entity/EbKIavbI8PhiHKmthsK_vTw",
"targetDiffbotId": "EbKIavbI8PhiHKmthsK_vTw",
- "type": "AdministrativeArea"
+ "type": "Place"
},
"subregion": {
- "summary": "Capital city of the United States",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FbvAT%3ExS%7DYb%3B%60zUb%3DXSAyK_oGyzSxB%3C1%5C6DR7P.Ar4",
+ "summary": "Capital city of the United States of America",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3Fav%40q%3EkZ%7DTb%3B%60z8%5BKaxFmK%5Ct%2Cd_.U.l8W",
"types": [
"Place",
- "AdministrativeArea"
+ "AdministrativeArea",
+ "City"
],
"name": "Washington, D.C.",
"diffbotUri": "http://diffbot.com/entity/Ep2MLLdkjO_C-R6NA7cOlcQ",
- "targetDiffbotUri": "http://diffbot.com/entity/Ep2MLLdkjO_C-R6NA7cOlcQ",
"targetDiffbotId": "Ep2MLLdkjO_C-R6NA7cOlcQ",
- "type": "AdministrativeArea"
+ "type": "Place"
},
"latitude": 38.82651901245117,
"precision": 13.315855979919434,
"postalCode": "20032",
"surfaceForm": "Washington, District of Columbia, USA",
"region": {
- "summary": "Capital city of the United States",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FbvAT%3ExS%7DYb%3B%60zUb%3DXSAyK_oGyzSxB%3C1%5C6DR7P.Ar4",
+ "summary": "Capital city of the United States of America",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3Fav%40q%3EkZ%7DTb%3B%60z8%5BKaxFmK%5Ct%2Cd_.U.l8W",
"types": [
"Place",
- "AdministrativeArea"
+ "AdministrativeArea",
+ "City"
],
"name": "Washington, D.C.",
"diffbotUri": "http://diffbot.com/entity/Ep2MLLdkjO_C-R6NA7cOlcQ",
- "targetDiffbotUri": "http://diffbot.com/entity/Ep2MLLdkjO_C-R6NA7cOlcQ",
"targetDiffbotId": "Ep2MLLdkjO_C-R6NA7cOlcQ",
- "type": "AdministrativeArea"
+ "type": "Place"
},
"longitude": -77.01712036132812
}
@@ -930,215 +1110,232 @@ Note that certain longer field examples may be truncated for readability.
"locations": [
{
"country": {
- "summary": "Sovereign state in North America",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FfvEQ%3El%601Nw%7BM0Bf7hu7z%3FRe9s4XwGXedrKUAN%28%3D%5ECHnM%60%29.%7BOV",
+ "summary": "Country located primarily in North America",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FhvGq%3Eh%5D%7Dab%3B%60zBlElnGl6anIdpR%7BW%5EvOdKQBTx.oCJ",
"types": [
"Place",
- "AdministrativeArea"
+ "AdministrativeArea",
+ "Country"
],
- "name": "United States of America",
+ "name": "United States",
"diffbotUri": "http://diffbot.com/entity/E01d4EK33MmCosgI2KXa4-A",
- "targetDiffbotUri": "http://diffbot.com/entity/E01d4EK33MmCosgI2KXa4-A",
"targetDiffbotId": "E01d4EK33MmCosgI2KXa4-A",
- "type": "AdministrativeArea"
+ "type": "Place"
},
"isCurrent": true,
- "address": "Washington, D.C.",
+ "address": "Washington, District of Columbia, USA",
"city": {
- "summary": "Capital city of the United States",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FbvAT%3ExS%7DYb%3B%60zUb%3DXSAyK_oGyzSxB%3C1%5C6DR7P.Ar4",
+ "summary": "Capital city of the United States of America",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3Fav%40q%3EkZ%7DTb%3B%60z8%5BKaxFmK%5Ct%2Cd_.U.l8W",
"types": [
"Place",
- "AdministrativeArea"
+ "AdministrativeArea",
+ "City"
],
"name": "Washington, D.C.",
"diffbotUri": "http://diffbot.com/entity/Ep2MLLdkjO_C-R6NA7cOlcQ",
- "targetDiffbotUri": "http://diffbot.com/entity/Ep2MLLdkjO_C-R6NA7cOlcQ",
"targetDiffbotId": "Ep2MLLdkjO_C-R6NA7cOlcQ",
- "type": "AdministrativeArea"
+ "type": "Place"
},
"metroArea": {
"summary": "Metropolitan area centered on Washington, D.C.",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FFvup%3EiQNof%3Bo9Uc%3Dl.Bv%3E",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FEvtp%3EzA%7B%3BdBsza%7DX2A%5E-m-8l7Sx-fyIOR%3Cb7Pq%7Dr6Hs9jw9%7CATg%3Dh%40N%7DSb8a18%3F%3F_%7C%3Dc%3DY.Fmz",
"types": [
"Place",
"AdministrativeArea"
],
"name": "Washington metropolitan area",
"diffbotUri": "http://diffbot.com/entity/EbKIavbI8PhiHKmthsK_vTw",
- "targetDiffbotUri": "http://diffbot.com/entity/EbKIavbI8PhiHKmthsK_vTw",
"targetDiffbotId": "EbKIavbI8PhiHKmthsK_vTw",
- "type": "AdministrativeArea"
+ "type": "Place"
},
"subregion": {
- "summary": "Capital city of the United States",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FbvAT%3ExS%7DYb%3B%60zUb%3DXSAyK_oGyzSxB%3C1%5C6DR7P.Ar4",
+ "summary": "Capital city of the United States of America",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3Fav%40q%3EkZ%7DTb%3B%60z8%5BKaxFmK%5Ct%2Cd_.U.l8W",
"types": [
"Place",
- "AdministrativeArea"
+ "AdministrativeArea",
+ "City"
],
"name": "Washington, D.C.",
"diffbotUri": "http://diffbot.com/entity/Ep2MLLdkjO_C-R6NA7cOlcQ",
- "targetDiffbotUri": "http://diffbot.com/entity/Ep2MLLdkjO_C-R6NA7cOlcQ",
"targetDiffbotId": "Ep2MLLdkjO_C-R6NA7cOlcQ",
- "type": "AdministrativeArea"
+ "type": "Place"
},
"latitude": 38.82651901245117,
"precision": 13.315855979919434,
"postalCode": "20032",
"surfaceForm": "Washington, District of Columbia, USA",
"region": {
- "summary": "Capital city of the United States",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FbvAT%3ExS%7DYb%3B%60zUb%3DXSAyK_oGyzSxB%3C1%5C6DR7P.Ar4",
+ "summary": "Capital city of the United States of America",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3Fav%40q%3EkZ%7DTb%3B%60z8%5BKaxFmK%5Ct%2Cd_.U.l8W",
"types": [
"Place",
- "AdministrativeArea"
+ "AdministrativeArea",
+ "City"
],
"name": "Washington, D.C.",
"diffbotUri": "http://diffbot.com/entity/Ep2MLLdkjO_C-R6NA7cOlcQ",
- "targetDiffbotUri": "http://diffbot.com/entity/Ep2MLLdkjO_C-R6NA7cOlcQ",
"targetDiffbotId": "Ep2MLLdkjO_C-R6NA7cOlcQ",
- "type": "AdministrativeArea"
+ "type": "Place"
},
"longitude": -77.01712036132812
},
{
"country": {
- "summary": "Sovereign state in North America",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FfvEQ%3El%601Nw%7BM0Bf7hu7z%3FRe9s4XwGXedrKUAN%28%3D%5ECHnM%60%29.%7BOV",
+ "summary": "Country located primarily in North America",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FhvGq%3Eh%5D%7Dab%3B%60zBlElnGl6anIdpR%7BW%5EvOdKQBTx.oCJ",
"types": [
"Place",
- "AdministrativeArea"
+ "AdministrativeArea",
+ "Country"
],
- "name": "United States of America",
+ "name": "United States",
"diffbotUri": "http://diffbot.com/entity/E01d4EK33MmCosgI2KXa4-A",
- "targetDiffbotUri": "http://diffbot.com/entity/E01d4EK33MmCosgI2KXa4-A",
"targetDiffbotId": "E01d4EK33MmCosgI2KXa4-A",
- "type": "AdministrativeArea"
+ "type": "Place"
},
- "isCurrent": false,
- "address": "Redlands, California",
+ "address": "409 Santa Monica Boulevard, Santa Monica, California",
"city": {
- "summary": "City in San Bernardino County, California, United States",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FCvrv%3ExO%3ALE1l9Bl%3Cb%7DGej%5C%7BRyDCUDe%7BV0I%5E7Pdgj0RnJj3%3B%7C%3ESgGu1EiSd2U2Kb%3FchDc3D_NbtOi%7DVnTj%3DL9FE%2F%5B%7DG%5D9%5B%7D7d.ZvE",
+ "summary": "Beachfront city in Los Angeles County, California, United States",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FfvEq%3ExS%7DYb%3B%60z4%5BFmp7SF%5BoGf%2CCUDe%7BV0I%5E7P.%3Ej4",
+ "types": [
+ "Place",
+ "AdministrativeArea",
+ "City"
+ ],
+ "name": "Santa Monica",
+ "diffbotUri": "http://diffbot.com/entity/EHwsBJbg3M7exvBfQN-WJ8Q",
+ "targetDiffbotId": "EHwsBJbg3M7exvBfQN-WJ8Q",
+ "type": "Place"
+ },
+ "street": "409 Santa Monica Boulevard",
+ "metroArea": {
+ "summary": "Metropolitan area in California, United States",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FEvtu%3Eq%5D%3FLD%3Aa0M_K%2CnkG6SxSrzXzHXsY3.Z%3EV",
"types": [
"Place",
"AdministrativeArea"
],
- "name": "Redlands",
- "diffbotUri": "http://diffbot.com/entity/EEGqoBftsOZyh3_RKbQE3mw",
- "targetDiffbotUri": "http://diffbot.com/entity/EEGqoBftsOZyh3_RKbQE3mw",
- "targetDiffbotId": "EEGqoBftsOZyh3_RKbQE3mw",
- "type": "AdministrativeArea"
+ "name": "Los Angeles metropolitan area",
+ "diffbotUri": "http://diffbot.com/entity/EKhZFGU1RPQi0GJOv2ZIylw",
+ "targetDiffbotId": "EKhZFGU1RPQi0GJOv2ZIylw",
+ "type": "Place"
},
"subregion": {
"summary": "County in California, United States",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FhvGu%3ErO%3CLr2Y%5EBfA_%7EJt%40NeLn2L%7EL%60zdzEW%7DBf%3C%5B_HnH%5C3%3EqG%5EgyvBT8%5E.7hz",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FEvtu%3Eq%5D%3FLD%3Aa0M_K%2CnkG6SxSrzXzHXsY3.Z%3EV",
"types": [
"Place",
- "AdministrativeArea"
+ "AdministrativeArea",
+ "Subregion"
],
- "name": "San Bernardino County",
- "diffbotUri": "http://diffbot.com/entity/EApueG2dHP3iRBLbjF2w2gQ",
- "targetDiffbotUri": "http://diffbot.com/entity/EApueG2dHP3iRBLbjF2w2gQ",
- "targetDiffbotId": "EApueG2dHP3iRBLbjF2w2gQ",
- "type": "AdministrativeArea"
+ "name": "Los Angeles County",
+ "diffbotUri": "http://diffbot.com/entity/ELvekhrK-MZSKBlAHI-t_Pg",
+ "targetDiffbotId": "ELvekhrK-MZSKBlAHI-t_Pg",
+ "type": "Place"
},
- "latitude": 34.04679489135742,
- "precision": 9.702208518981934,
- "postalCode": "92374",
- "surfaceForm": "Redlands, California",
+ "latitude": 34.0155143737793,
+ "precision": 0.22360679507255554,
+ "postalCode": "90401",
"region": {
"summary": "State of the United States of America",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3Fav%40T%3ExS%7DYb%3B%60zt%5BDbuGxEVg.xAK",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FEvtr%3EnAo-8UY%5EBfA_%7EJt%40N%2CCS0ZsGZqQ%2F%3BO%3C%5EwBd2Uj9HvRq%3C%5E.Pw4",
"types": [
"Place",
- "AdministrativeArea"
+ "AdministrativeArea",
+ "Region"
],
"name": "California",
"diffbotUri": "http://diffbot.com/entity/El0_8ehooNxOPT36Y4RdV9w",
- "targetDiffbotUri": "http://diffbot.com/entity/El0_8ehooNxOPT36Y4RdV9w",
"targetDiffbotId": "El0_8ehooNxOPT36Y4RdV9w",
- "type": "AdministrativeArea"
+ "type": "Place"
},
- "longitude": -117.17427062988281
+ "longitude": -118.4967041015625
},
{
"country": {
- "summary": "Sovereign state in North America",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FfvEQ%3El%601Nw%7BM0Bf7hu7z%3FRe9s4XwGXedrKUAN%28%3D%5ECHnM%60%29.%7BOV",
+ "summary": "Country located primarily in North America",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FhvGq%3Eh%5D%7Dab%3B%60zBlElnGl6anIdpR%7BW%5EvOdKQBTx.oCJ",
"types": [
"Place",
- "AdministrativeArea"
+ "AdministrativeArea",
+ "Country"
],
- "name": "United States of America",
+ "name": "United States",
"diffbotUri": "http://diffbot.com/entity/E01d4EK33MmCosgI2KXa4-A",
- "targetDiffbotUri": "http://diffbot.com/entity/E01d4EK33MmCosgI2KXa4-A",
"targetDiffbotId": "E01d4EK33MmCosgI2KXa4-A",
- "type": "AdministrativeArea"
+ "type": "Place"
},
- "isCurrent": false,
- "address": "Cambridge, Massachusetts",
+ "address": "Boston, Massachusetts",
"city": {
- "summary": "City in Middlesex County, Massachusetts, United States",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3Fav%40s%3EhO9Ou5%5E2FYEZn%40o%3EUrMl3X.Sgy",
+ "summary": "Capital and largest city of Massachusetts, United States",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FBvqP%3Exc2Sr8eztiMg3QetNyWf%7EL7V%5E6d46Y%3CRt%40l%3CU%5DN%60u9iGSg%5Bu6TwTm4a5%3Af5Uf1p4Fq%3B%3F2O%7EJ_iPr6P2Pd%7Ehz%3F.Eip",
"types": [
"Place",
- "AdministrativeArea"
+ "AdministrativeArea",
+ "City"
],
- "name": "Cambridge",
- "diffbotUri": "http://diffbot.com/entity/EKtEQ-seQOfuiSDMTnvM9tA",
- "targetDiffbotUri": "http://diffbot.com/entity/EKtEQ-seQOfuiSDMTnvM9tA",
- "targetDiffbotId": "EKtEQ-seQOfuiSDMTnvM9tA",
- "type": "AdministrativeArea"
+ "name": "Boston",
+ "diffbotUri": "http://diffbot.com/entity/E7vnJ0j-OP4qXP4s9wNDbEQ",
+ "targetDiffbotId": "E7vnJ0j-OP4qXP4s9wNDbEQ",
+ "type": "Place"
},
"metroArea": {
"summary": "Metropolitan area in Massachusetts, New Hampshire and Rhode Island, USA",
"image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FEvtp%3El%601Nw1l%7DPmLh%7DZ.G%5Bm",
"types": [
- "Place"
+ "Place",
+ "AdministrativeArea"
],
"name": "Greater Boston",
"diffbotUri": "http://diffbot.com/entity/Es5VXYfClMLeSpzD5N0Cx1A",
- "targetDiffbotUri": "http://diffbot.com/entity/Es5VXYfClMLeSpzD5N0Cx1A",
"targetDiffbotId": "Es5VXYfClMLeSpzD5N0Cx1A",
"type": "Place"
},
"subregion": {
"summary": "County in Massachusetts, United States",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FcvBQ%3ErO%3CLr2YhBmKZr%40%7BJRzXxzL%7BJa%7EYx%3Fd7%5Dl%7DI6G%60F%604%3F082w%5BuA_.Xq%7B",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FfvEv%3ExS%7DYb%3B%60z4o%3E_%7EDq60uYs%3F%5D%2CBFsc48S6dx3pAV.Jix",
"types": [
"Place",
- "AdministrativeArea"
+ "AdministrativeArea",
+ "Subregion"
],
- "name": "Middlesex County",
- "diffbotUri": "http://diffbot.com/entity/EfTXOkq9_P2GytZP4wTfK1g",
- "targetDiffbotUri": "http://diffbot.com/entity/EfTXOkq9_P2GytZP4wTfK1g",
- "targetDiffbotId": "EfTXOkq9_P2GytZP4wTfK1g",
- "type": "AdministrativeArea"
+ "name": "Suffolk County",
+ "diffbotUri": "http://diffbot.com/entity/EIFKVGfbmM5-wj_KE0Yx4oQ",
+ "targetDiffbotId": "EIFKVGfbmM5-wj_KE0Yx4oQ",
+ "type": "Place"
},
- "latitude": 42.3803596496582,
- "precision": 4.150406360626221,
- "postalCode": "02138",
- "surfaceForm": "Cambridge, Massachusetts",
+ "latitude": 42.355491638183594,
+ "precision": 11.640422821044922,
+ "postalCode": "02110",
"region": {
"summary": "State of the United States of America",
"image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FivHp%3ExS%7DYb%3B%60z%7E%5BKlp%3BnL%60kXy%3E.5Y%60",
"types": [
"Place",
- "AdministrativeArea"
+ "AdministrativeArea",
+ "Region"
],
"name": "Massachusetts",
"diffbotUri": "http://diffbot.com/entity/E0VAbhEeRNsSvhHIpmhd3Xw",
- "targetDiffbotUri": "http://diffbot.com/entity/E0VAbhEeRNsSvhHIpmhd3Xw",
"targetDiffbotId": "E0VAbhEeRNsSvhHIpmhd3Xw",
- "type": "AdministrativeArea"
+ "type": "Place"
},
- "longitude": -71.1159896850586
+ "longitude": -71.04861450195312
}
]
}
```
+### name
+ Primary text label for this entity.
+* **Type:** String
+* **Example:**
+```
+{
+ "name": "Tom Wheeler"
+}
+```
### nameDetail
Parts of the name (e.g., first name, last name, middle name).
* **Type:** NameDetail
@@ -1146,8 +1343,14 @@ Note that certain longer field examples may be truncated for readability.
```
{
"nameDetail": {
- "firstName": "Tom",
- "lastName": "Wheeler"
+ "firstName": "Thomas",
+ "lastName": "Wheeler",
+ "middleName": [
+ "Edgar"
+ ],
+ "nicknames": [
+ "Tom"
+ ]
}
}
```
@@ -1159,17 +1362,39 @@ Note that certain longer field examples may be truncated for readability.
{
"nationalities": [
{
- "recordId": "EEIzhzuLVPeKuQ7KjPSa6aQ@336",
- "name": "United States of America",
- "websiteUris": [
- "wikidata.org/entity/Q30"
- ],
- "position": "nationalities",
+ "name": "United States",
"type": "AdministrativeArea"
}
]
}
```
+### nbFollowers
+ The sum of followers across social networks
+* **Type:** Integer
+* **Example:**
+```
+{
+ "nbFollowers": 14008
+}
+```
+### nbIncomingEdges
+ This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.
+* **Type:** Integer
+* **Example:**
+```
+{
+ "nbIncomingEdges": 31
+}
+```
+### nbOrigins
+ Total number of origins in the field 'origins'. This field is only available in extended JSON mode.
+* **Type:** Integer
+* **Example:**
+```
+{
+ "nbOrigins": 69
+}
+```
### netWorth
A person's estimated net worth (the value the assets minus liabilities).
* **Type:** Amount
@@ -1177,11 +1402,60 @@ Note that certain longer field examples may be truncated for readability.
```
{
"netWorth": {
- "currency": "",
- "value": ""
+ "currency": "USD",
+ "value": 9663373
}
}
```
+### nonCanonicalFacts
+ Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi
+* **Type:** String
+* **Example:**
+```
+{
+ "nonCanonicalFacts": ""
+}
+```
+### npiNumbers
+ The National Provider Identifier (NPI) is a unique identification number for covered health care providers.
+* **Type:** String
+* **Example:**
+```
+{
+ "npiNumbers": ""
+}
+```
+### originDetails
+ Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.
+* **Type:** OriginDetail
+* **Example:**
+```
+{
+ "originDetails": [
+ {
+ "crawledAt": {
+ "str": "",
+ "precision": 0,
+ "timestamp": 0
+ },
+ "origin": ""
+ }
+ ]
+}
+```
+### origins
+ An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.
+* **Type:** String
+* **Example:**
+```
+{
+ "origins": [
+ "abcnews.go.com/Technology/wireStory/apple-aims-solve-problems-locating-911-calls-55969895",
+ "asianage.com/technology/in-other-news/180618/apple-aims-to-solve-problems-locating-911-calls-for-help.html",
+ "bloomberg.com/profile/person/2045213"
+ ]
+}
+```
### parents
This person's parents.
* **Type:** LinkedEntity
@@ -1202,11 +1476,8 @@ Note that certain longer field examples may be truncated for readability.
}
],
"types": "",
- "websiteUris": "",
"diffbotUri": "",
- "name": "",
- "targetDiffbotUri": "",
- "surfaceForm": ""
+ "name": ""
}
]
}
@@ -1233,54 +1504,28 @@ Note that certain longer field examples may be truncated for readability.
{
"politicalAffiliation": [
{
- "recordId": "EEIzhzuLVPeKuQ7KjPSa6aQ@337",
"name": "Democratic Party",
- "websiteUris": [
- "wikidata.org/entity/Q29552"
- ],
- "surfaceForm": "Democratic Party",
- "position": "politicalAffiliation",
"type": "Organization"
}
]
}
```
-### posts
- Posts written by this person.
-* **Type:** LinkedEntity
+### religion
+ This person's religion.
+* **Type:** Religion
* **Example:**
```
{
- "posts": [
- {
- "summary": "",
- "image": "",
- "images": [
- {
- "classifications": "",
- "fingerprint": "",
- "title": "",
- "isCached": false,
- "url": ""
- }
- ],
- "types": "",
- "websiteUris": "",
- "diffbotUri": "",
- "name": "",
- "targetDiffbotUri": "",
- "surfaceForm": ""
- }
- ]
+ "religion": {}
}
```
-### religion
- This person's religion.
-* **Type:** Religion
+### sepMexicoIds
+ The identification number of the profession license provided by Secretaría de Educación Pública (SEP).
+* **Type:** String
* **Example:**
```
{
- "religion": ""
+ "sepMexicoIds": ""
}
```
### siblings
@@ -1303,11 +1548,8 @@ Note that certain longer field examples may be truncated for readability.
}
],
"types": "",
- "websiteUris": "",
"diffbotUri": "",
- "name": "",
- "targetDiffbotUri": "",
- "surfaceForm": ""
+ "name": ""
}
]
}
@@ -1322,34 +1564,58 @@ Note that certain longer field examples may be truncated for readability.
{
"name": "investment",
"diffbotUri": "http://diffbot.com/entity/Emyrk4p-WOvGnIkgRO_yaGA",
- "targetDiffbotUri": "http://diffbot.com/entity/Emyrk4p-WOvGnIkgRO_yaGA",
- "targetDiffbotId": "Emyrk4p-WOvGnIkgRO_yaGA",
- "surfaceForm": "investment"
+ "targetDiffbotId": "Emyrk4p-WOvGnIkgRO_yaGA"
},
{
"name": "economics",
- "diffbotUri": "http://diffbot.com/entity/EoQMvZcJoP42rI4Eo0Avfdg",
- "targetDiffbotUri": "http://diffbot.com/entity/EoQMvZcJoP42rI4Eo0Avfdg",
- "targetDiffbotId": "EoQMvZcJoP42rI4Eo0Avfdg",
- "surfaceForm": "economics"
+ "diffbotUri": "http://diffbot.com/entity/E9kGv6JTWPMyWBAvoCfaQuw",
+ "targetDiffbotId": "E9kGv6JTWPMyWBAvoCfaQuw"
},
{
"name": "teaching",
"diffbotUri": "http://diffbot.com/entity/Ez8ugmNmEN3mp_4eMLqGSsA",
- "targetDiffbotUri": "http://diffbot.com/entity/Ez8ugmNmEN3mp_4eMLqGSsA",
- "targetDiffbotId": "Ez8ugmNmEN3mp_4eMLqGSsA",
- "surfaceForm": "teaching"
+ "targetDiffbotId": "Ez8ugmNmEN3mp_4eMLqGSsA"
}
]
}
```
+### summary
+ A short phrase designed to disambiguate entities with the same or similar name
+* **Type:** String
+* **Example:**
+```
+{
+ "summary": "American businessman and politician"
+}
+```
### twitterUri
Link to the Twitter profile of the Person entity
* **Type:** URL
* **Example:**
```
{
- "twitterUri": "twitter.com/TomWheelerFCC"
+ "twitterUri": "twitter.com/tomwheelerfcc"
+}
+```
+### type
+ The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.
+* **Type:** Type
+* **Example:**
+```
+{
+ "type": "Person"
+}
+```
+### types
+ All types of a Diffbot entity, including the value of the field 'type'.
+* **Type:** String
+* **Example:**
+```
+{
+ "types": [
+ "Person",
+ "PersonInvestor"
+ ]
}
```
### unions
@@ -1374,11 +1640,8 @@ Note that certain longer field examples may be truncated for readability.
}
],
"types": "",
- "websiteUris": "",
"diffbotUri": "",
- "name": "",
- "targetDiffbotUri": "",
- "surfaceForm": ""
+ "name": ""
},
"from": {
"str": "",
@@ -1404,6 +1667,60 @@ Note that certain longer field examples may be truncated for readability.
"weight": ""
}
```
+### wikipediaPageviews
+ The number of views of its Wikipedia page of the last month if it exists.
+* **Type:** Integer
+* **Example:**
+```
+{
+ "wikipediaPageviews": 1165
+}
+```
+### wikipediaPageviewsGrowth
+ The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.
+* **Type:** Float
+* **Example:**
+```
+{
+ "wikipediaPageviewsGrowth": 0.13216715
+}
+```
+### wikipediaPageviewsLastQuarter
+ The number of views of its Wikipedia page of the last quarter if it exists.
+* **Type:** Integer
+* **Example:**
+```
+{
+ "wikipediaPageviewsLastQuarter": 4654
+}
+```
+### wikipediaPageviewsLastQuarterGrowth
+ The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.
+* **Type:** Float
+* **Example:**
+```
+{
+ "wikipediaPageviewsLastQuarterGrowth": 0.8698272
+}
+```
+### wikipediaPageviewsLastYear
+ The number of views of its Wikipedia page of the last year if it exists.
+* **Type:** Integer
+* **Example:**
+```
+{
+ "wikipediaPageviewsLastYear": 10562
+}
+```
+### wikipediaPageviewsLastYearGrowth
+ The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.
+* **Type:** Float
+* **Example:**
+```
+{
+ "wikipediaPageviewsLastYearGrowth": -0.054685403
+}
+```
### wikipediaUri
Link to the Wikipedia page of the Person entity
* **Type:** URL
diff --git a/docs/kg-ont-place.md b/docs/kg-ont-place.md
index 2e1ab449..ffbedfe8 100644
--- a/docs/kg-ont-place.md
+++ b/docs/kg-ont-place.md
@@ -1,22 +1,354 @@
---
+warning: DO NOT EDIT THIS DOC DIRECTLY (SEE ORIGIN)
+origin: https://kg.diffbot.com/kg/ontology
id: kg-ont-place
title: Place
+generatedBy: generateOntology.js
---
The place entity type encompasses cities, landmarks, countries, administrative areas, and other locations known to the Knowledge Graph.
Note that fields are not guaranteed to exist in every entity record.
->New to the Diffbot Knowledge Graph? [Start here](dql-quickstart).
+For convenience, a complete ontology source in JSON format is also [available here](https://kg.diffbot.com/kg/ontology).
+
+> 🙋
+>
+> New to the Diffbot Knowledge Graph? [Start here](doc:getting-started-with-diffbot-knowledge-graph).
## Place Fields
+* [allDescriptions](#alldescriptions)
+* [allNames](#allnames)
+* [allOriginHashes](#alloriginhashes)
+* [allUriDetails](#alluridetails)
+* [allUris](#alluris)
+* [area](#area)
+* [areaCodes](#areacodes)
+* [crawlTimestamp](#crawltimestamp)
+* [description](#description)
+* [descriptors](#descriptors)
+* [diffbotUri](#diffboturi)
+* [headOfPlace](#headofplace)
+* [id](#id)
+* [image](#image)
+* [images](#images)
+* [importance](#importance)
* [isPartOf](#ispartof)
* [location](#location)
+* [name](#name)
+* [nbIncomingEdges](#nbincomingedges)
+* [nbOrigins](#nborigins)
+* [nonCanonicalFacts](#noncanonicalfacts)
+* [originDetails](#origindetails)
+* [origins](#origins)
* [placeType](#placetype)
+* [population](#population)
+* [postalCodes](#postalcodes)
+* [summary](#summary)
+* [type](#type)
+* [types](#types)
+* [wikipediaPageviews](#wikipediapageviews)
+* [wikipediaPageviewsGrowth](#wikipediapageviewsgrowth)
+* [wikipediaPageviewsLastQuarter](#wikipediapageviewslastquarter)
+* [wikipediaPageviewsLastQuarterGrowth](#wikipediapageviewslastquartergrowth)
+* [wikipediaPageviewsLastYear](#wikipediapageviewslastyear)
+* [wikipediaPageviewsLastYearGrowth](#wikipediapageviewslastyeargrowth)
## Place Field Details
Note that certain longer field examples may be truncated for readability.
+### allDescriptions
+ All descriptions found for this entity. For the best description, refer to the field 'description'.
+* **Type:** String
+* **Example:**
+```
+{
+ "allDescriptions": [
+ "Country located primarily in North America",
+ "The United States of America (USA), also known as the United States (U.S) or America, is a country primarily located in North America. It is a federal republic of 50 states and a federal capital district, Washington, D.C. The 48 contiguous states border Canada to the north and Mexico to the south, with the semi-exclave of Alaska in the northwest and the archipelago of Hawaii in the Pacific Ocean. The United States also asserts sovereignty over five major island territories and various uninhabited islands in Oceania and the Caribbean. It is a megadiverse country, with the world's third-largest land area and third-largest population, exceeding 340 million."
+ ]
+}
+```
+### allNames
+ All names used, including nicknames, full names and transliterations to other languages.
+* **Type:** String
+* **Example:**
+```
+{
+ "allNames": [
+ "Vereenichde Staate van Amerika",
+ "Stados Ounidos de la América",
+ "د امریکا متحده ایالات"
+ ]
+}
+```
+### allOriginHashes
+ For Diffbot's internal use only.
+* **Type:** String
+* **Example:**
+```
+{
+ "allOriginHashes": [
+ "XM-p70f3OhaqLnsuKWeABA",
+ "oITpNcvcM2GYrb07pvWDaQ",
+ "j-tkJEFSNsGfGsJlEGDLNA"
+ ]
+}
+```
+### allUriDetails
+ Additional information about each URI in 'allUris', which lists the URIs associated with this entity.
+* **Type:** UriDetails
+* **Example:**
+```
+{
+ "allUriDetails": [
+ {
+ "domainMonthlyTrafficGrowth": "",
+ "domainMonthlyTraffic": 0,
+ "redirectsTo": "",
+ "nbFollowing": 0,
+ "uriType": "",
+ "verified": false,
+ "nbLinkedAccounts": 0,
+ "nbFollowers": 0,
+ "httpCodeTimestamp": 0,
+ "httpCode": "",
+ "uri": ""
+ }
+ ]
+}
+```
+### allUris
+ All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).
+* **Type:** URL
+* **Example:**
+```
+{
+ "allUris": [
+ "wikidata.org/entity/Q30",
+ "en.wikipedia.org/?curid=3434750",
+ "en.wikipedia.org/wiki/United_States"
+ ]
+}
+```
+### area
+ Square kilometers of AdministrativeArea
+* **Type:** Integer
+* **Example:**
+```
+{
+ "area": 9826675
+}
+```
+### areaCodes
+
+* **Type:** String
+* **Example:**
+```
+{
+ "areaCodes": ""
+}
+```
+### crawlTimestamp
+ The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.
+* **Type:** Integer
+* **Example:**
+```
+{
+ "crawlTimestamp": 1756105200
+}
+```
+### description
+ A few sentences describing an entity
+* **Type:** String
+* **Example:**
+```
+{
+ "description": "The United States of America (USA), also known as the United States (U.S) or America, is a country primarily located in North America. It is a federal republic of 50 states and a federal capital district, Washington, D.C. The 48 contiguous states border Canada to the north and Mexico to the south, with the semi-exclave of Alaska in the northwest and the archipelago of Hawaii in the Pacific Ocean. The United States also asserts sovereignty over five major island territories and various uninhabited islands in Oceania and the Caribbean. It is a megadiverse country, with the world's third-largest land area and third-largest population, exceeding 340 million."
+}
+```
+### descriptors
+ A list of free-form keywords describing this entity
+* **Type:** String
+* **Example:**
+```
+{
+ "descriptors": ""
+}
+```
+### diffbotUri
+ diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg
+* **Type:** URL
+* **Example:**
+```
+{
+ "diffbotUri": "http://diffbot.com/entity/E01d4EK33MmCosgI2KXa4-A"
+}
+```
+### headOfPlace
+ Leaders of this place, including head of government and head of state.
+* **Type:** HeadOfPlace
+* **Example:**
+```
+{
+ "headOfPlace": [
+ {
+ "isCurrent": false,
+ "headOfPlace": {
+ "summary": "46th President of the United States",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7guSXzAoBWu.x0KwLZrUn.%5B%3CR0Aa4Hwygr9m6W%3Exl5G%60BkxmYDS%7B%2Fl0_9%40jJ%5E2Aj%3C%5BzMf7C2Rk6br%40d.Yu5",
+ "types": [
+ "Person"
+ ],
+ "name": "Joe Biden",
+ "diffbotUri": "http://diffbot.com/entity/E4TlFcudMNuaX0eYAWet-8w",
+ "targetDiffbotId": "E4TlFcudMNuaX0eYAWet-8w",
+ "type": "Person"
+ },
+ "from": {
+ "str": "d2021-01-20",
+ "precision": 3,
+ "timestamp": 1611100800000
+ },
+ "to": {
+ "str": "d2025-01-20",
+ "precision": 3,
+ "timestamp": 1737331200000
+ },
+ "title": "President of the United States",
+ "category": {
+ "types": [
+ "Intangible",
+ "EmploymentCategory"
+ ],
+ "name": "Head of government",
+ "diffbotUri": "http://diffbot.com/entity/EG9NYFQwRNZKIOLTW5WwHcw",
+ "targetDiffbotId": "EG9NYFQwRNZKIOLTW5WwHcw",
+ "type": "EmploymentCategory"
+ }
+ },
+ {
+ "isCurrent": false,
+ "headOfPlace": {
+ "summary": "First Lady of the United States from 2001 to 2009",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7guSXzAoBWu.x0KwLZrUn.%5B%3CR0Aa4Hwygr9m6W%3Exl5G%60BkxmQ6%60%7ENu%7DY%5DVm%40%2Cnxn%40YgRy3V1SrqC6D%5D7cdP%7CNi%5B%28%7E9%5Ei%29.rVn",
+ "types": [
+ "Person"
+ ],
+ "name": "George Bush",
+ "diffbotUri": "http://diffbot.com/entity/EyXOt9wRKM3Okxt9ckzJpmg",
+ "targetDiffbotId": "EyXOt9wRKM3Okxt9ckzJpmg",
+ "type": "Person"
+ },
+ "from": {
+ "str": "d2001-01-20",
+ "precision": 3,
+ "timestamp": 979948800000
+ },
+ "to": {
+ "str": "d2009-01-20",
+ "precision": 3,
+ "timestamp": 1232409600000
+ },
+ "title": "President of the United States",
+ "category": {
+ "types": [
+ "Intangible",
+ "EmploymentCategory"
+ ],
+ "name": "Head of government",
+ "diffbotUri": "http://diffbot.com/entity/EG9NYFQwRNZKIOLTW5WwHcw",
+ "targetDiffbotId": "EG9NYFQwRNZKIOLTW5WwHcw",
+ "type": "EmploymentCategory"
+ }
+ },
+ {
+ "isCurrent": false,
+ "headOfPlace": {
+ "summary": "President of the United States from 1993 to 2001",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7guSXzAoBWu.x0KwLZrUn.%5B%3CR0Aa4Hwygr9m6W%3Exl5G%60BkxmQ%3EZ8LF8c9UiF.yHm",
+ "types": [
+ "Person"
+ ],
+ "name": "Bill Clinton",
+ "diffbotUri": "http://diffbot.com/entity/EVNcTf-3LNBKLsCg506B2pQ",
+ "targetDiffbotId": "EVNcTf-3LNBKLsCg506B2pQ",
+ "type": "Person"
+ },
+ "from": {
+ "str": "d1993-01-20",
+ "precision": 3,
+ "timestamp": 727488000000
+ },
+ "to": {
+ "str": "d2001-01-20",
+ "precision": 3,
+ "timestamp": 979948800000
+ },
+ "title": "President of the United States",
+ "category": {
+ "types": [
+ "Intangible",
+ "EmploymentCategory"
+ ],
+ "name": "Head of government",
+ "diffbotUri": "http://diffbot.com/entity/EG9NYFQwRNZKIOLTW5WwHcw",
+ "targetDiffbotId": "EG9NYFQwRNZKIOLTW5WwHcw",
+ "type": "EmploymentCategory"
+ }
+ }
+ ]
+}
+```
+### id
+ An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.
+* **Type:** String
+* **Example:**
+```
+{
+ "id": "E01d4EK33MmCosgI2KXa4-A"
+}
+```
+### image
+ The main image used to represent the entity.
+* **Type:** String
+* **Example:**
+```
+{
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&urls=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FhvGq%3Eh%5D%7Dab%3B%60zBlElnGl6anIdpR%7BW%5EvOdKQBTx.oCJ,g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FevDs%3El%601Nw%7BM0Bf7hu7z%3FRe9s4XwGXedrKUAN%28%40aCHnM%60%29.%7BOV,g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FgvFw%3Eq%5D%2FNw5i96Mi.2Nm"
+}
+```
+### images
+ The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.
+* **Type:** ImageField
+* **Example:**
+```
+{
+ "images": [
+ {
+ "url": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FhvGq%3Eh%5D%7Dab%3B%60zBlElnGl6anIdpR%7BW%5EvOdKQBTx.oCJ",
+ "primary": false
+ },
+ {
+ "url": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FevDs%3El%601Nw%7BM0Bf7hu7z%3FRe9s4XwGXedrKUAN%28%40aCHnM%60%29.%7BOV",
+ "primary": false
+ },
+ {
+ "url": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FgvFw%3Eq%5D%2FNw5i96Mi.2Nm",
+ "primary": false
+ }
+ ]
+}
+```
+### importance
+ A number between 0 and 100 indicating how important or popular an entity is.
+* **Type:** Float
+* **Example:**
+```
+{
+ "importance": 99.97929382324219
+}
+```
### isPartOf
* **Type:** LinkedEntity
@@ -25,17 +357,20 @@ Note that certain longer field examples may be truncated for readability.
{
"isPartOf": [
{
- "summary": "Sovereign state in North America",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FfvEQ%3El%601Nw%7BM0Bf7hu7z%3FRe9s4XwGXedrKUAN%28%3D%5ECHnM%60%29.%7BOV",
- "types": [
- "Place",
- "AdministrativeArea"
+ "summary": "",
+ "image": "",
+ "images": [
+ {
+ "classifications": "",
+ "fingerprint": "",
+ "title": "",
+ "isCached": false,
+ "url": ""
+ }
],
- "name": "United States of America",
- "diffbotUri": "http://diffbot.com/entity/E01d4EK33MmCosgI2KXa4-A",
- "targetDiffbotUri": "http://diffbot.com/entity/E01d4EK33MmCosgI2KXa4-A",
- "targetDiffbotId": "E01d4EK33MmCosgI2KXa4-A",
- "type": "AdministrativeArea"
+ "types": "",
+ "diffbotUri": "",
+ "name": ""
}
]
}
@@ -48,32 +383,202 @@ Note that certain longer field examples may be truncated for readability.
{
"location": {
"country": {
- "summary": "Sovereign state in North America",
- "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FfvEQ%3El%601Nw%7BM0Bf7hu7z%3FRe9s4XwGXedrKUAN%28%3D%5ECHnM%60%29.%7BOV",
+ "summary": "Country located primarily in North America",
+ "image": "https://kg.diffbot.com/image/api/get?fetch=yes&url=g%3Cj7P0St0DnBJf.x0KwLZrUn.%5B%3CR0Aa4Hh%3B%5Bv738ZqOr7U%3FhvGq%3Eh%5D%7Dab%3B%60zBlElnGl6anIdpR%7BW%5EvOdKQBTx.oCJ",
"types": [
"Place",
- "AdministrativeArea"
+ "AdministrativeArea",
+ "Country"
],
- "name": "United States of America",
+ "name": "United States",
"diffbotUri": "http://diffbot.com/entity/E01d4EK33MmCosgI2KXa4-A",
- "targetDiffbotUri": "http://diffbot.com/entity/E01d4EK33MmCosgI2KXa4-A",
"targetDiffbotId": "E01d4EK33MmCosgI2KXa4-A",
- "type": "AdministrativeArea"
+ "type": "Place"
},
- "isCurrent": false,
- "address": "United States of America",
+ "address": "United States",
"latitude": 39.82817459106445,
"precision": 3134.752685546875,
+ "surfaceForm": "United States",
"longitude": -98.57949829101562
}
}
```
+### name
+ Primary text label for this entity.
+* **Type:** String
+* **Example:**
+```
+{
+ "name": "United States"
+}
+```
+### nbIncomingEdges
+ This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.
+* **Type:** Integer
+* **Example:**
+```
+{
+ "nbIncomingEdges": 1498200387
+}
+```
+### nbOrigins
+ Total number of origins in the field 'origins'. This field is only available in extended JSON mode.
+* **Type:** Integer
+* **Example:**
+```
+{
+ "nbOrigins": 9
+}
+```
+### nonCanonicalFacts
+ Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi
+* **Type:** String
+* **Example:**
+```
+{
+ "nonCanonicalFacts": ""
+}
+```
+### originDetails
+ Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.
+* **Type:** OriginDetail
+* **Example:**
+```
+{
+ "originDetails": [
+ {
+ "crawledAt": {
+ "str": "",
+ "precision": 0,
+ "timestamp": 0
+ },
+ "origin": ""
+ }
+ ]
+}
+```
+### origins
+ An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.
+* **Type:** String
+* **Example:**
+```
+{
+ "origins": [
+ "dbpedia.org/page/United_States",
+ "en.wikipedia.org/?curid=3434750",
+ "en.wikipedia.org/wiki/United_States"
+ ]
+}
+```
### placeType
- Place category for a location; ex. Park, City, etc.
-* **Type:** PlaceType
+**`Deprecated`** Deprecated: Used to denote Place category for a location; ex. Park, City, etc. `types` is now the preferred field for getting this information.
+* **Type:** String
* **Example:**
```
{
"placeType": "COUNTRY"
}
```
+### population
+
+* **Type:** Integer
+* **Example:**
+```
+{
+ "population": 340110988
+}
+```
+### postalCodes
+
+* **Type:** String
+* **Example:**
+```
+{
+ "postalCodes": ""
+}
+```
+### summary
+ A short phrase designed to disambiguate entities with the same or similar name
+* **Type:** String
+* **Example:**
+```
+{
+ "summary": "Country located primarily in North America"
+}
+```
+### type
+ The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.
+* **Type:** Type
+* **Example:**
+```
+{
+ "type": "Place"
+}
+```
+### types
+ All types of a Diffbot entity, including the value of the field 'type'.
+* **Type:** String
+* **Example:**
+```
+{
+ "types": [
+ "Place",
+ "AdministrativeArea",
+ "Country"
+ ]
+}
+```
+### wikipediaPageviews
+ The number of views of its Wikipedia page of the last month if it exists.
+* **Type:** Integer
+* **Example:**
+```
+{
+ "wikipediaPageviews": 3049675
+}
+```
+### wikipediaPageviewsGrowth
+ The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.
+* **Type:** Float
+* **Example:**
+```
+{
+ "wikipediaPageviewsGrowth": -0.2279763
+}
+```
+### wikipediaPageviewsLastQuarter
+ The number of views of its Wikipedia page of the last quarter if it exists.
+* **Type:** Integer
+* **Example:**
+```
+{
+ "wikipediaPageviewsLastQuarter": 9211423
+}
+```
+### wikipediaPageviewsLastQuarterGrowth
+ The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.
+* **Type:** Float
+* **Example:**
+```
+{
+ "wikipediaPageviewsLastQuarterGrowth": 0.133542
+}
+```
+### wikipediaPageviewsLastYear
+ The number of views of its Wikipedia page of the last year if it exists.
+* **Type:** Integer
+* **Example:**
+```
+{
+ "wikipediaPageviewsLastYear": 35770406
+}
+```
+### wikipediaPageviewsLastYearGrowth
+ The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.
+* **Type:** Float
+* **Example:**
+```
+{
+ "wikipediaPageviewsLastYearGrowth": -0.29691178
+}
+```
diff --git a/docs/kg-ont-product.md b/docs/kg-ont-product.md
index bed66f2e..b25b2343 100644
--- a/docs/kg-ont-product.md
+++ b/docs/kg-ont-product.md
@@ -1,20 +1,32 @@
---
+warning: DO NOT EDIT THIS DOC DIRECTLY (SEE ORIGIN)
+origin: https://kg.diffbot.com/kg/ontology
id: kg-ont-product
title: Product
+generatedBy: generateOntology.js
---
-The product entity type encompasses products found throughout the web known to the Knowledge Graph.
+The product entity type encompasses retail products found throughout the web known to the Knowledge Graph.
Note that fields are not guaranteed to exist in every entity record.
->New to the Diffbot Knowledge Graph? [Start here](dql-quickstart).
+For convenience, a complete ontology source in JSON format is also [available here](https://kg.diffbot.com/kg/ontology).
+
+> 🙋
+>
+> New to the Diffbot Knowledge Graph? [Start here](doc:getting-started-with-diffbot-knowledge-graph).
## Product Fields
* [availability](#availability)
* [brand](#brand)
* [breadcrumb](#breadcrumb)
* [category](#category)
+* [crawlTimestamp](#crawltimestamp)
+* [diffbotUri](#diffboturi)
* [discussion](#discussion)
+* [gs1Code](#gs1code)
+* [gtin](#gtin)
+* [id](#id)
* [images](#images)
* [isbn](#isbn)
* [language](#language)
@@ -22,17 +34,20 @@ Note that fields are not guaranteed to exist in every entity record.
* [multipleProducts](#multipleproducts)
* [offerPrice](#offerprice)
* [offerPriceDetails](#offerpricedetails)
-* [prefixCode](#prefixcode)
+* [pageUrl](#pageurl)
* [productId](#productid)
* [productOrigin](#productorigin)
* [regularPrice](#regularprice)
* [regularPriceDetails](#regularpricedetails)
+* [resolvedPageUrl](#resolvedpageurl)
* [saveAmount](#saveamount)
* [saveAmountDetails](#saveamountdetails)
* [shippingAmount](#shippingamount)
* [sku](#sku)
* [text](#text)
* [title](#title)
+* [type](#type)
+* [types](#types)
* [upc](#upc)
## Product Field Details
@@ -53,7 +68,7 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "brand": "Digital Decor"
+ "brand": "Monoprice"
}
```
### breadcrumb
@@ -76,7 +91,25 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "category": "Indoor Living"
+ "category": "Electronics"
+}
+```
+### crawlTimestamp
+ Last time a site was crawled/indexed
+* **Type:** Integer
+* **Example:**
+```
+{
+ "crawlTimestamp": 1758130421
+}
+```
+### diffbotUri
+ diffbotUri is a combination of an entityID and a corresponding web address or uniform resource identifier (URI), which is defined by appending the entityID to the URL https://www.diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://www.diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg
+* **Type:** String
+* **Example:**
+```
+{
+ "diffbotUri": "http://diffbot.com/entity/PRD140579625275"
}
```
### discussion
@@ -86,146 +119,101 @@ Note that certain longer field examples may be truncated for readability.
```
{
"discussion": {
- "summary": "Digital Decor Set of Two (2) Premium Gold Down Alternative Sleeping Pillows PLUS 2 FREE Pillowcases",
- "numPages": 1,
- "image": "",
- "name": "Digital Decor Set of Two (2) Premium Gold Down Alternative Sleeping Pillows PLUS 2 FREE Pillowcases",
- "numPosts": 8,
- "title": "Digital Decor Set of Two (2) Premium Gold Down Alternative Sleeping Pillows PLUS 2 FREE Pillowcases",
+ "nextPages": "",
+ "numPages": 0,
+ "provider": "",
+ "nextPage": "",
+ "language": "",
+ "numPosts": 0,
+ "title": "",
"posts": [
{
"date": {
- "str": "d2017-06-29T00:00",
- "precision": 4,
- "timestamp": 1498694400000
- },
- "summary": "Because buy these.\nI'm a freak about my bed being my #1 spot for comfort. I've been using the same d...",
- "image": "",
- "author": "Jayme B",
- "authorUrl": "https://www.amazon.com/gp/profile/amzn1.account.AGMHFY23GL6KJMTJCPDPAS6K7MYA/ref=cm_cr_dp_d_gw_tr?ie=UTF8",
- "name": "Because buy these.\nI'm a freak...",
- "language": "en",
- "html": "
Because buy these.
\n
I'm a freak about my bed being my #1 spot for comfort. I've been using the same damn feather pillows almost five years, and I simply cannot take it anymore! They're so comfortable to sleep on (layered with multiple pillowcases to keep my face from getting poked by feathers), but they're such a mess! I think I'll find little feathers in my belongings forever until I die. They. Are. LITERALLY. Everywhere.
\n
Anyways, I purchased these pillows after reading reviews, which were obviously great considering I bought them, but I was still a skeptic because I was so used to sleeping on the same feather pillows for years. The packaging was really cute -- tied with a white, silky bow. Inside, the pillows were wrapped in plastic with all the air sucked out. They were completely flat, which made me nervous. I need fluffy. Still skeptical, but remembering the reviews said the pillows needed to be fluffed, I took them out of the plastic...
\n
EXPECTATIONS -- BLOWN. AWAY.
\n
They're just as soft, mushy, and all-around comfortable as my feathers pillows are. I can enjoy these and not getting stabbed in the face by feathers and still have the comfort of cuddling with a fluffy pillow!
\n
If you're a miserable person/like your pillows firm, you will hate this product. If you're a normal human-being, you'll be like me and write a review about them after opening because BUY THESE!
\n
In regard to price - these pillows cost at least half the price of my feather pillows. They also relieve some emotional stress because I no longer have to worry about finding new feathers stuck in my panties' fabric after wondering why I was feeling something prick me all day. 🙌🏼
",
- "pageUrl": "https://www.amazon.com/Digital-Decor-Alternative-Sleeping-Pillowcases/dp/B017MA074Y",
- "text": "Because buy these.\nI'm a freak about my bed being my #1 spot for comfort. I've been using the same damn feather pillows almost five years, and I simply cannot take it anymore! They're so comfortable to sleep on (layered with multiple pillowcases to keep my face from getting poked by feathers), but they're such a mess! I think I'll find little feathers in my belongings forever until I die. They. Are. LITERALLY. Everywhere.\nAnyways, I purchased these pillows after reading reviews, which were obviously great considering I bought them, but I was still a skeptic because I was so used to sleeping on the same feather pillows for years. The packaging was really cute -- tied with a white, silky bow. Inside, the pillows were wrapped in plastic with all the air sucked out. They were completely flat, which made me nervous. I need fluffy. Still skeptical, but remembering the reviews said the pillows needed to be fluffed, I took them out of the plastic...\nEXPECTATIONS -- BLOWN. AWAY.\nThey're just as soft, mushy, and all-around comfortable as my feathers pillows are. I can enjoy these and not getting stabbed in the face by feathers and still have the comfort of cuddling with a fluffy pillow!\nIf you're a miserable person/like your pillows firm, you will hate this product. If you're a normal human-being, you'll be like me and write a review about them after opening because BUY THESE!\nIn regard to price - these pillows cost at least half the price of my feather pillows. They also relieve some emotional stress because I no longer have to worry about finding new feathers stuck in my panties' fabric after wondering why I was feeling something prick me all day. 🙌🏼"
- },
- {
- "date": {
- "str": "d2017-06-01T00:00",
- "precision": 4,
- "timestamp": 1496275200000
- },
- "summary": "received a tiny box with 2 flat-as-a-pancake pillows folded in half. Was disappointed until I broke ...",
- "image": "",
- "author": "Amazon Customer",
- "authorUrl": "https://www.amazon.com/gp/profile/amzn1.account.AE7TGXIJ7M6WRFLJ77XFNEELCPOA/ref=cm_cr_dp_d_gw_tr?ie=UTF8",
- "name": "received a tiny box with 2 fla...",
- "language": "en",
- "html": "
received a tiny box with 2 flat-as-a-pancake pillows folded in half. Was disappointed until I broke the seal on the bag. I couldn't unpack them fast enough! Better than a down pillow by far. If you're expecting a firm pillow, don't order. BUT if you want plush and snuggly, this is perfect!!!! Is it available in king size?
",
- "pageUrl": "https://www.amazon.com/Digital-Decor-Alternative-Sleeping-Pillowcases/dp/B017MA074Y",
- "text": "received a tiny box with 2 flat-as-a-pancake pillows folded in half. Was disappointed until I broke the seal on the bag. I couldn't unpack them fast enough! Better than a down pillow by far. If you're expecting a firm pillow, don't order. BUT if you want plush and snuggly, this is perfect!!!! Is it available in king size?"
- },
- {
- "date": {
- "str": "d2017-07-10T00:00",
- "precision": 4,
- "timestamp": 1499644800000
- },
- "summary": "I hardly ever take the time to write reviews (sorry) but I just had to for these pillows. They are g...",
- "image": "",
- "author": "L",
- "authorUrl": "https://www.amazon.com/gp/profile/amzn1.account.AHA2GWUY32DTXOWPJP3V76M7N4KA/ref=cm_cr_dp_d_gw_tr?ie=UTF8",
- "name": "I hardly ever take the time to...",
- "language": "en",
- "html": "
I hardly ever take the time to write reviews (sorry) but I just had to for these pillows. They are great - very comfy and fluffy; they cradle your head perfectly without mushing down flat. I have neck issues, and these pillows keep my spine aligned without being too stiff. I ordered 6 to replace our pillows, and also some extra pillows. They were vacuum sealed and contained in a small box. So nice-they will be so easy to store - they don't take up much room. I placed my usual pillow cases over the ones that came with the pillows. I assume the extra cases will keep the pillows protected for longer.
",
- "pageUrl": "https://www.amazon.com/Digital-Decor-Alternative-Sleeping-Pillowcases/dp/B017MA074Y",
- "text": "I hardly ever take the time to write reviews (sorry) but I just had to for these pillows. They are great - very comfy and fluffy; they cradle your head perfectly without mushing down flat. I have neck issues, and these pillows keep my spine aligned without being too stiff. I ordered 6 to replace our pillows, and also some extra pillows. They were vacuum sealed and contained in a small box. So nice-they will be so easy to store - they don't take up much room. I placed my usual pillow cases over the ones that came with the pillows. I assume the extra cases will keep the pillows protected for longer."
- },
- {
- "date": {
- "str": "d2017-05-22T00:00",
- "precision": 4,
- "timestamp": 1495411200000
- },
- "summary": "Do not buy these. When I received these, the end seam was split on one pillow exposing stuffing. The...",
- "image": "",
- "author": "Margaret Godfrey",
- "authorUrl": "https://www.amazon.com/gp/profile/amzn1.account.AF2FU53KMWBOGMYNAHKM4KE5OMDA/ref=cm_cr_dp_d_gw_tr?ie=UTF8",
- "name": "Do not buy these. When I recei...",
- "language": "en",
- "html": "
Do not buy these. When I received these, the end seam was split on one pillow exposing stuffing. The pillow cases are extremely rough. All in all poor quality. I had overnight guests arriving and this was forced to see up pillow seam in order to use it.
",
- "pageUrl": "https://www.amazon.com/Digital-Decor-Alternative-Sleeping-Pillowcases/dp/B017MA074Y",
- "text": "Do not buy these. When I received these, the end seam was split on one pillow exposing stuffing. The pillow cases are extremely rough. All in all poor quality. I had overnight guests arriving and this was forced to see up pillow seam in order to use it."
- },
- {
- "date": {
- "str": "d2018-02-20T00:00",
- "precision": 4,
- "timestamp": 1519084800000
- },
- "summary": "I ordered these 2 pillows for my guest bedroom and they came super quickly (you can't beat the price...",
- "image": "",
- "author": "Bradley",
- "authorUrl": "https://www.amazon.com/gp/profile/amzn1.account.AGL3Z5FQLJBNS43GKNO2OIYIHHRA/ref=cm_cr_dp_d_gw_tr?ie=UTF8",
- "name": "I ordered these 2 pillows for ...",
- "language": "en",
- "html": "
I ordered these 2 pillows for my guest bedroom and they came super quickly (you can't beat the price either). They come vacuum sealed but upon opening them, within a few hours, they are large and plush. I didn't notice any smell, but before I used them I tossed them in the dryer (medium heat) with a damp towel and dryer sheet.
\n
These pillows are literally the definition of a standard pillow. Neither firm nor soft, they are the perfect balance of in-between if that's what you're looking for. I wouldn't want to sleep on them every single night, but they are great for a guest/spare bedroom.
",
- "pageUrl": "https://www.amazon.com/Digital-Decor-Alternative-Sleeping-Pillowcases/dp/B017MA074Y",
- "text": "I ordered these 2 pillows for my guest bedroom and they came super quickly (you can't beat the price either). They come vacuum sealed but upon opening them, within a few hours, they are large and plush. I didn't notice any smell, but before I used them I tossed them in the dryer (medium heat) with a damp towel and dryer sheet.\nThese pillows are literally the definition of a standard pillow. Neither firm nor soft, they are the perfect balance of in-between if that's what you're looking for. I wouldn't want to sleep on them every single night, but they are great for a guest/spare bedroom."
- },
- {
- "date": {
- "str": "d2017-02-02T00:00",
- "precision": 4,
- "timestamp": 1485993600000
- },
- "summary": "LOVE the pillows.. They are exactly as I thought they would be... I had to contact the Seller and th...",
- "image": "",
- "author": "brenda",
- "authorUrl": "https://www.amazon.com/gp/profile/amzn1.account.AE7YYPF4VNJHQBXPYLEBVEUBJOMQ/ref=cm_cr_dp_d_gw_tr?ie=UTF8",
- "name": "LOVE the pillows.. They are ex...",
- "language": "en",
- "html": "
LOVE the pillows.. They are exactly as I thought they would be... I had to contact the Seller and they are AWESOME people to do business with.. I would recommend these pillows to anyone.. Very pleased with them...
",
- "pageUrl": "https://www.amazon.com/Digital-Decor-Alternative-Sleeping-Pillowcases/dp/B017MA074Y",
- "text": "LOVE the pillows.. They are exactly as I thought they would be... I had to contact the Seller and they are AWESOME people to do business with.. I would recommend these pillows to anyone.. Very pleased with them..."
- },
- {
- "date": {
- "str": "d2017-06-07T00:00",
- "precision": 4,
- "timestamp": 1496793600000
+ "str": "",
+ "precision": 0,
+ "timestamp": 0
},
- "summary": "These weren't bad pillows at all. The cases are a bit rough, but nothing a good washing didn't fix. ...",
- "image": "",
- "author": "Shade Koopa",
- "authorUrl": "https://www.amazon.com/gp/profile/amzn1.account.AFJ42TVXCTZIRESNV7VXXRF5DGZA/ref=cm_cr_dp_d_gw_tr?ie=UTF8",
- "name": "These weren't bad pillows at a...",
- "language": "en",
- "html": "
These weren't bad pillows at all. The cases are a bit rough, but nothing a good washing didn't fix. They did have a "new pillow" smell but again, washing or Febreze will take care of it. Comfortable to sleep on and didn't give me a headache like my usual standards pillow do. I don't see them lasting too long, but still a good pillow to have.
",
- "pageUrl": "https://www.amazon.com/Digital-Decor-Alternative-Sleeping-Pillowcases/dp/B017MA074Y",
- "text": "These weren't bad pillows at all. The cases are a bit rough, but nothing a good washing didn't fix. They did have a \"new pillow\" smell but again, washing or Febreze will take care of it. Comfortable to sleep on and didn't give me a headache like my usual standards pillow do. I don't see them lasting too long, but still a good pillow to have."
- },
+ "sentiment": "",
+ "images": [
+ {
+ "displayHeight": 0,
+ "xpath": "",
+ "breadcrumb": [
+ {
+ "link": "",
+ "name": ""
+ }
+ ],
+ "displayWidth": 0,
+ "naturalHeight": 0,
+ "language": "",
+ "links": "",
+ "anchorUrl": "",
+ "title": "",
+ "url": "",
+ "naturalWidth": 0,
+ "tags": [
+ {
+ "score": "",
+ "sentiment": "",
+ "types": "",
+ "count": 0,
+ "label": "",
+ "uri": ""
+ }
+ ]
+ }
+ ],
+ "author": "",
+ "authorUrl": "",
+ "language": "",
+ "html": "",
+ "pageUrl": "",
+ "text": ""
+ }
+ ],
+ "tags": [
{
- "date": {
- "str": "d2017-07-21T00:00",
- "precision": 4,
- "timestamp": 1500595200000
- },
- "summary": "Poor quality outer fabric, not the same one ot the other, and smells terrible. No hotel i ever staye...",
- "image": "",
- "author": "Knobsandfaders",
- "authorUrl": "https://www.amazon.com/gp/profile/amzn1.account.AGMCYVTORI7FEJAUHZLRCCOJXXWA/ref=cm_cr_dp_d_gw_tr?ie=UTF8",
- "name": "Poor quality outer fabric, not...",
- "language": "en",
- "html": "
Poor quality outer fabric, not the same one ot the other, and smells terrible. No hotel i ever stayed in had such awful pillows. The end they are filled from is practically empty and the 'down alternative' doesnt seem to be able to be repositioned. Seems more like stuffing. The 'free pillow cases' are just more if the same awful fabric used as the outer pillow. Thin, rough, with dirt already on them. Really disappointed in this purchase. I don't underatand all the good reviews. They were very slow to ship so maybe they had to outsource to a bad factory someplace.
",
- "pageUrl": "https://www.amazon.com/Digital-Decor-Alternative-Sleeping-Pillowcases/dp/B017MA074Y",
- "text": "Poor quality outer fabric, not the same one ot the other, and smells terrible. No hotel i ever stayed in had such awful pillows. The end they are filled from is practically empty and the 'down alternative' doesnt seem to be able to be repositioned. Seems more like stuffing. The 'free pillow cases' are just more if the same awful fabric used as the outer pillow. Thin, rough, with dirt already on them. Really disappointed in this purchase. I don't underatand all the good reviews. They were very slow to ship so maybe they had to outsource to a bad factory someplace."
+ "score": "",
+ "sentiment": "",
+ "types": "",
+ "count": 0,
+ "label": "",
+ "uri": ""
}
],
- "numParticipants": 8
+ "numParticipants": 0,
+ "rssUrl": ""
}
}
```
+### gs1Code
+
+* **Type:** String
+* **Example:**
+```
+{
+ "gs1Code": ""
+}
+```
+### gtin
+
+* **Type:** String
+* **Example:**
+```
+{
+ "gtin": ""
+}
+```
+### id
+ Each entity in the Diffbot KnowledgeGraph (DKG) is identified by a unique identifier, an alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies that entity. The id is directly derived from the most authoritative origin from the origins array.
+* **Type:** String
+* **Example:**
+```
+{
+ "id": "PRD08b7d187325e49e0e82be6322817c427"
+}
+```
### images
* **Type:** GlobalIndexImage
@@ -235,11 +223,27 @@ Note that certain longer field examples may be truncated for readability.
"images": [
{
"summary": "",
- "image": "https://images-na.ssl-images-amazon.com/images/I/51y5AzETmPL.jpg",
- "naturalHeight": 379,
+ "naturalHeight": 0,
+ "name": "",
+ "image": "https://c1.neweggimages.com/productimage/nb640/A9HT_1_201812181560031897.jpg",
+ "url": "https://c1.neweggimages.com/productimage/nb640/A9HT_1_201812181560031897.jpg",
+ "naturalWidth": 0
+ },
+ {
+ "summary": "",
+ "naturalHeight": 0,
+ "name": "",
+ "image": "https://c1.neweggimages.com/productimage/nb640/A86ED2308171D4N7M72.jpg",
+ "url": "https://c1.neweggimages.com/productimage/nb640/A86ED2308171D4N7M72.jpg",
+ "naturalWidth": 0
+ },
+ {
+ "summary": "",
+ "naturalHeight": 0,
"name": "",
- "url": "https://images-na.ssl-images-amazon.com/images/I/51y5AzETmPL.jpg",
- "naturalWidth": 569
+ "image": "https://c1.neweggimages.com/productimage/nb640/A86ED230616083W2Z64.jpg",
+ "url": "https://c1.neweggimages.com/productimage/nb640/A86ED230616083W2Z64.jpg",
+ "naturalWidth": 0
}
]
}
@@ -286,7 +290,7 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "offerPrice": "$18.99"
+ "offerPrice": ""
}
```
### offerPriceDetails
@@ -296,28 +300,29 @@ Note that certain longer field examples may be truncated for readability.
```
{
"offerPriceDetails": {
- "symbol": "$",
- "amount": 18.99,
- "text": "$18.99"
+ "symbol": "",
+ "amount": "",
+ "text": "",
+ "currencyCode": ""
}
}
```
-### prefixCode
-
+### pageUrl
+ URL of submitted page / page from which the entity is extracted
* **Type:** String
* **Example:**
```
{
- "prefixCode": ""
+ "pageUrl": "https://www.newegg.com/106526-monoprice-tilt-tv-wall-mount-bracket-for-tvs-32in-to-52in-max-weight-125lbs-vesa-patterns/p/169-0084-00069"
}
```
### productId
-
+**`Deprecated`**
* **Type:** String
* **Example:**
```
{
- "productId": "B017MA074Y"
+ "productId": ""
}
```
### productOrigin
@@ -335,7 +340,7 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "regularPrice": "$59.99"
+ "regularPrice": ""
}
```
### regularPriceDetails
@@ -345,19 +350,29 @@ Note that certain longer field examples may be truncated for readability.
```
{
"regularPriceDetails": {
- "symbol": "$",
- "amount": 59.99,
- "text": "$59.99"
+ "symbol": "",
+ "amount": "",
+ "text": "",
+ "currencyCode": ""
}
}
```
+### resolvedPageUrl
+ Returned if the pageUrl redirects to another URL
+* **Type:** String
+* **Example:**
+```
+{
+ "resolvedPageUrl": ""
+}
+```
### saveAmount
* **Type:** String
* **Example:**
```
{
- "saveAmount": "$41.00"
+ "saveAmount": ""
}
```
### saveAmountDetails
@@ -367,9 +382,10 @@ Note that certain longer field examples may be truncated for readability.
```
{
"saveAmountDetails": {
- "symbol": "$",
- "amount": 41,
- "text": "$41.00"
+ "symbol": "",
+ "amount": "",
+ "text": "",
+ "currencyCode": ""
}
}
```
@@ -388,7 +404,7 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "sku": "B017MA074Y"
+ "sku": "9SIA8SV3807097"
}
```
### text
@@ -397,7 +413,7 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "text": "100% Cotton Hypoallergenic Outer Fabric\n Made in USA\n DREAMY RESTFUL SLUMBER: Sink into our sleeping pillows and drift to sleep on soft clouds of comfort!\n HIGH THREAD COUNT: Pillows for sleeping with a T200 thread count for coolness and breath-ability\n 100% HYPOALLERGENIC PILLOW: Dust Mite Resistant and Down alternative pillow - gentle Virgin Polyester filling. No Irritation\n EVERY KIND OF SLEEPER: Hotel & bed pillows perfect for all back, stomach & side sleepers out there!\n MADE IN USA QUALITY: A sleeping pillow you can count on - crafted from Made in US premium materials."
+ "text": "Buy Monoprice Tilting HDTV Wall Mount Bracket (max 125 lbs, 32~52\", VESA 100x100~500x400) with fast shipping and top-rated customer service. Once you know, you Newegg!"
}
```
### title
@@ -406,7 +422,27 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "title": "Digital Decor Set of Two (2) Premium Gold Down Alternative Sleeping Pillows PLUS 2 FREE Pillowcases"
+ "title": "Monoprice Tilting HDTV Wall Mount Bracket (max 125 lbs, 32~52\", VESA 100x100~500x400)"
+}
+```
+### type
+ The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.
+* **Type:** Type
+* **Example:**
+```
+{
+ "type": "Product"
+}
+```
+### types
+ There are tags.types which can only refer to dbpedia rdf types, while there are also the general DiffbotEntity types which is just an array of all the types an object belongs to. For instance a LocalBusiness would have `types:["Organization","LocalBusiness"]` Finally, there are types that indicate a belonging to a subgroup such as business vs personal email address.
+* **Type:** String
+* **Example:**
+```
+{
+ "types": [
+ "Product"
+ ]
}
```
### upc
diff --git a/docs/kg-ont-research.md b/docs/kg-ont-research.md
new file mode 100644
index 00000000..dafe1ef8
--- /dev/null
+++ b/docs/kg-ont-research.md
@@ -0,0 +1,346 @@
+---
+warning: DO NOT EDIT THIS DOC DIRECTLY (SEE ORIGIN)
+origin: https://kg.diffbot.com/kg/ontology
+id: kg-ont-research
+title: Research
+generatedBy: generateOntology.js
+---
+
+The Research entity type includes public access research papers and journal articles found throughout the web and known to the Knowledge Graph.
+
+Note that fields are not guaranteed to exist in every entity record.
+
+For convenience, a complete ontology source in JSON format is also [available here](https://kg.diffbot.com/kg/ontology).
+
+> 🙋
+>
+> New to the Diffbot Knowledge Graph? [Start here](doc:getting-started-with-diffbot-knowledge-graph).
+
+## Research Fields
+* [abstractText](#abstracttext)
+* [author](#author)
+* [authorUrl](#authorurl)
+* [authors](#authors)
+* [category](#category)
+* [citedByCount](#citedbycount)
+* [crawlTimestamp](#crawltimestamp)
+* [date](#date)
+* [diffbotUri](#diffboturi)
+* [hasFullTextInRepository](#hasfulltextinrepository)
+* [id](#id)
+* [isOpenAccess](#isopenaccess)
+* [language](#language)
+* [openAccessStatus](#openaccessstatus)
+* [openAccessUrl](#openaccessurl)
+* [origins](#origins)
+* [pageUrl](#pageurl)
+* [pdfUrl](#pdfurl)
+* [publisher](#publisher)
+* [resolvedPageUrl](#resolvedpageurl)
+* [tags](#tags)
+* [text](#text)
+* [title](#title)
+* [type](#type)
+* [types](#types)
+* [url](#url)
+
+## Research Field Details
+Note that certain longer field examples may be truncated for readability.
+
+### abstractText
+ The abstract of the article
+* **Type:** String
+* **Example:**
+```
+{
+ "abstractText": "Filipe Mesquita, Matteo Cannaviccio, Jordan Schmidek, Paramita Mirza, Denilson Barbosa. Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP). 2019."
+}
+```
+### author
+ Author of the article
+* **Type:** String
+* **Example:**
+```
+{
+ "author": "Filipe Mesquita"
+}
+```
+### authorUrl
+ Author url
+* **Type:** String
+* **Example:**
+```
+{
+ "authorUrl": "https://api.openalex.org/authors/A5072734578"
+}
+```
+### authors
+ List of authors of the article
+* **Type:** GlobalIndexAuthor
+* **Example:**
+```
+{
+ "authors": [
+ {
+ "name": "Filipe Mesquita",
+ "link": "https://api.openalex.org/authors/A5072734578",
+ "institution": {
+ "name": "Menlo School",
+ "link": "http://diffbot.com/entity/Edh4LPutRPKSwA2QCVW9Qhw"
+ }
+ },
+ {
+ "name": "Matteo Cannaviccio",
+ "link": "https://api.openalex.org/authors/A5055764364",
+ "institution": {
+ "name": "Menlo School",
+ "link": "http://diffbot.com/entity/Edh4LPutRPKSwA2QCVW9Qhw"
+ }
+ },
+ {
+ "name": "Jordan Schmidek",
+ "link": "https://api.openalex.org/authors/A5079899001",
+ "institution": {
+ "name": "Menlo School",
+ "link": "http://diffbot.com/entity/Edh4LPutRPKSwA2QCVW9Qhw"
+ }
+ }
+ ]
+}
+```
+### category
+ The category can be article, book-chapter, dissertation, book, dataset, paratext, report, reference-entry, peer-review or other
+* **Type:** String
+* **Example:**
+```
+{
+ "category": "article"
+}
+```
+### citedByCount
+ The citations received by the article
+* **Type:** Integer
+* **Example:**
+```
+{
+ "citedByCount": 43
+}
+```
+### crawlTimestamp
+ Last time a site was crawled/indexed
+* **Type:** Integer
+* **Example:**
+```
+{
+ "crawlTimestamp": 1750204800
+}
+```
+### date
+
+* **Type:** DDateTime
+* **Example:**
+```
+{
+ "date": {
+ "str": "d2019-01-01T00:00",
+ "precision": 4,
+ "timestamp": 1546300800000
+ }
+}
+```
+### diffbotUri
+ diffbotUri is a combination of an entityID and a corresponding web address or uniform resource identifier (URI), which is defined by appending the entityID to the URL https://www.diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://www.diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg
+* **Type:** String
+* **Example:**
+```
+{
+ "diffbotUri": "http://diffbot.com/entity/RCHEi3Kc_jqUPOGF1sk2oBfZHg"
+}
+```
+### hasFullTextInRepository
+ Whether or not the article has full text available in repository
+* **Type:** Boolean
+* **Example:**
+```
+{
+ "hasFullTextInRepository": false
+}
+```
+### id
+ Each entity in the Diffbot KnowledgeGraph (DKG) is identified by a unique identifier, an alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies that entity. The id is directly derived from the most authoritative origin from the origins array.
+* **Type:** String
+* **Example:**
+```
+{
+ "id": "RCHEi3Kc_jqUPOGF1sk2oBfZHg"
+}
+```
+### isOpenAccess
+ Whether or not the article is open access
+* **Type:** Boolean
+* **Example:**
+```
+{
+ "isOpenAccess": false
+}
+```
+### language
+ Refers to the language in which an Article is written
+* **Type:** String
+* **Example:**
+```
+{
+ "language": "en"
+}
+```
+### openAccessStatus
+ Open access status - Gold: published in an DOAJ indexed OA journal, Green: toll-access on publisher page but free copy in OA repository, Hybrid: free under an open license in a toll-access journal, Bronze: free to read on publisher page but without any identifiable license, Closed: other articles
+* **Type:** String
+* **Example:**
+```
+{
+ "openAccessStatus": "hybrid"
+}
+```
+### openAccessUrl
+ Url which is open access
+* **Type:** String
+* **Example:**
+```
+{
+ "openAccessUrl": "https://www.aclweb.org/anthology/D19-1069.pdf"
+}
+```
+### origins
+ Origins of the research article
+* **Type:** String
+* **Example:**
+```
+{
+ "origins": [
+ "explore.openalex.org/works/W2970808735",
+ "zenodo.org/record/54328",
+ "doi.org/10.18653/v1/d19-1069"
+ ]
+}
+```
+### pageUrl
+ URL of submitted page / page from which the entity is extracted
+* **Type:** String
+* **Example:**
+```
+{
+ "pageUrl": "https://zenodo.org/record/54328"
+}
+```
+### pdfUrl
+ Pdf url of the article
+* **Type:** String
+* **Example:**
+```
+{
+ "pdfUrl": "https://www.aclweb.org/anthology/D19-1069.pdf"
+}
+```
+### publisher
+ The publisher of the article
+* **Type:** String
+* **Example:**
+```
+{
+ "publisher": "INFM-OAR (INFN Catania)"
+}
+```
+### resolvedPageUrl
+ Returned if the pageUrl redirects to another URL
+* **Type:** String
+* **Example:**
+```
+{
+ "resolvedPageUrl": ""
+}
+```
+### tags
+ Array of tags/entities, generated from analysis of the extracted text and cross-referenced with DBpedia and other data sources. Language-specific tags will be returned if the source text is in English, Chinese, French, German, Spanish or Russian.
+* **Type:** GlobalIndexTag
+* **Example:**
+```
+{
+ "tags": [
+ {
+ "score": 0.81748056,
+ "types": [
+ "http://dbpedia.org/ontology/Work"
+ ],
+ "label": "Benchmark (surveying)",
+ "uri": "http://diffbot.com/entity/E3fuo_p-hMy6W9j3odSS2iw"
+ },
+ {
+ "score": 0.6928679,
+ "types": [
+ "http://dbpedia.org/ontology/AcademicSubject",
+ "http://dbpedia.org/ontology/TopicalConcept",
+ "http://dbpedia.org/ontology/Skill"
+ ],
+ "label": "Computer science",
+ "uri": "http://diffbot.com/entity/ETezqyVyRMgCMXNzqF5S5Mg"
+ },
+ {
+ "score": 0.52127504,
+ "types": [
+ "http://dbpedia.org/ontology/Algorithm",
+ "http://dbpedia.org/ontology/Skill"
+ ],
+ "label": "Natural language processing",
+ "uri": "http://diffbot.com/entity/ENM9ojRqwMOS3bpIPkr4VHQ"
+ }
+ ]
+}
+```
+### text
+ The full text of the article
+* **Type:** String
+* **Example:**
+```
+{
+ "text": "KnowledgeNet: A Benchmark Dataset for Knowledge Base Population\n\nKnowledgeNet: A Benchmark Dataset for Knowledge Base Population\n\nFilipe Mesquita, Matteo Cannaviccio,\nJordan Schmidek, Paramita Mirza\n\nDiffbot Technologies Corp.\nMenlo Park, California\n\n{filipe,matteo,jay,paramita}@diffbot.com\n\nDenilson Barbosa\nDepartment of Computing Science\n\nUniversity of Alberta\nEdmonton, Canada\n\ndenilson@ualberta.ca\n\nAbstract\n\nKnowledgeNet is a benchmark dataset for the\ntask of automatically populating a knowledge\nbase (Wikidata) with facts expressed in natural\nlanguage text on the web. KnowledgeNet pro-\nvides text exhaustively annotated with facts,\nthus enabling the holistic end-to-end evalua-\ntion of knowledge base population systems as\na whole, unlike previous benchmarks that are\nmore suitable for the evaluation of individ-\nual subcomponents (e.g., entity linking, rela-\ntion extraction). We discuss five baseline ap-\nproaches, where the best approach achieves an\nF1 score of 0.50, significantly outperforming a\ntraditional approach by 79% (0.28). However,\nour best baseline is far from reaching human\nperformance (0.82), indicating our dataset is\nchallenging. The KnowledgeNet dataset and\nbaselines are available at https://github.\ncom/diffbot/knowledge-net\n\n1 Introduction\n\nKnowledge Bases (KBs) are valuable resources\nfor developing intelligent applications, including\nsearch, question answering, data integration, and\nrecommendation systems. High-quality KBs still\nrely almost exclusively on human-curated struc-\ntured or semi-structured data. Such a reliance on\nhuman curation is a major obstacle to the creation\nof comprehensive, always-up-to-date KBs.\n\nKB population (KBP) is the task of automati-\ncally augmenting a KB with new facts. Tradition-\nally, KBP has been tackled with datasets for in-\ndividual components to be arranged in a pipeline,\ntypically: (1) entity discovery and linking (Ji et al.,\n2017; Shen et al., 2015) and (2) relation extrac-\ntion (Angeli et al., 2015; Zhang et al., 2017). En-\ntity discovery and linking seeks to recognize and\ndisambiguate proper names in text that refer to en-\ntities (e.g., people, organizations and locations) by\nlinking them to a reference KB. Relation extrac-\n\ntion seeks to detect facts involving two entities (or\nan entity and a literal, such as a number or date).\n\nKnowledgeNet is a benchmark dataset for pop-\nulating a KB (Wikidata) with facts expressed in\nnatural language on the web. KnowledgeNet facts\nare of the form (subject; property; object), where\nsubject and object are linked to Wikidata. For in-\nstance, the dataset contains text expressing the fact\n(Gennaro Basile1; RESIDENCE; Moravia2), in the\npassage:\n\n“Gennaro Basile was an Italian painter,\nborn in Naples but active in the German-\nspeaking countries. He settled at Brünn,\nin Moravia, and lived about 1756...”\n\nKnowledgeNet’s main goal is to evaluate the\noverall task of KBP rather than evaluating its sub-\ncomponents in separate. We refer to this type of\nevaluation as end-to-end. The dataset supports the\nend-to-end evaluation of KBP systems by exhaus-\ntively annotating all facts in a sentence. For in-\nstance, the dataset contains all RESIDENCE facts\n(two) from the sentence “He settled at Brünn, in\nMoravia, and lived about 1756”. This allows our\nevaluation to assess precision and recall of RESI-\n\nDENCE facts extracted from this sentence.\nA popular initiative to evaluate KBP is the\n\nText Analysis Conference, or TAC (Getman et al.,\n2018). TAC evaluations are performed manually\nand are hard to reproduce for new systems. Un-\nlike TAC, KnowledgeNet employs an automated\nand reproducible way to evaluate KBP systems\nat any time, rather than once a year. We hope a\nfaster evaluation cycle will accelerate the rate of\nimprovement for KBP.\n\nIn addition to providing an evaluation bench-\nmark, KnowledgeNet’s long-term goal is to pro-\nvide exhaustively annotated training data at large\n\n1http://www.wikidata.org/wiki/Q1367602\n2http://www.wikidata.org/wiki/Q43266\n\n\n\nscale. Our goal for the coming years is to annotate\n100,000 facts for 100 properties. To accomplish\nthis goal, we propose a new framework for anno-\ntating facts with high accuracy and low effort.\n\nContributions. Our contributions are as fol-\nlows. We introduce KnowledgeNet, a benchmark\ndataset for end-to-end evaluation of KBP systems\n(Section 3). We propose a new framework for\nexhaustive yet efficient annotation of facts (Sec-\ntion 3.1). We implement five baseline approaches\nthat build upon state-of-the-art KBP systems (Sec-\ntion 4). Finally, we present an experimental anal-\nysis of our baseline approaches, comparing their\nperformance to human performance (Section 5).\n\n2 Related Work\n\nKBP has traditionally been tackled with pipeline\nsystems. For instance, Stanford’s TAC 2015\nwinning system employs the following pipeline:\nnamed entity recognition (NER)→ entity linking\n→ relation extraction (Angeli et al., 2015). Stan-\nford’s latest TAC system continues to use the same\npipeline architecture with one additional com-\nponent: coreference resolution (Chaganty et al.,\n2017).\n\nThe main shortcoming of pipeline systems is er-\nror propagation. Mistakes made by components\nin the beginning of the pipeline are propagated to\nthe final output of the system, negatively affecting\nthe overall precision and recall. For instance, our\nexperiments show that the pipeline employed by\nStanford’s TAC 2015 winning system can achieve\na maximum recall of 0.32 in KnowledgeNet3.\n\nEnd-to-end systems (Liu et al., 2018; Miwa and\nBansal, 2016) are a promising solution for ad-\ndressing error propagation. However, a major\nroadblock for the advancement of this line of re-\nsearch is the lack of benchmark datasets. We hope\nKnowledgeNet can help support this line of re-\nsearch.\n\n2.1 Datasets\nTAC is a series of evaluation workshops organized\nas several tracks by NIST (Getman et al., 2018).\nThe Cold Start track provides an end-to-end eval-\nuation of KBP systems, while other tracks focus\non subtasks (e.g., entity disambiguation and link-\ning). The Cold Start track is the current standard\n\n3Maximum recall is the recall of candidate facts, which\nare used as input to the last component of the pipeline (rela-\ntion extraction).\n\nto evaluate KBP systems. To compete in this track,\nparticipants have a limited time window to submit\nthe results of their KBP systems. After this win-\ndow, the systems are evaluated by pooling facts\nextracted by the contestants. Despite its effec-\ntiveness for running a contest, this methodology\nhas been shown to be biased against new systems,\nwhich are not part of the pooling (Chaganty et al.,\n2017). TAC also manually evaluates a system’s\n“justification”, a span of text provided as evidence\nfor a fact. A correct fact with an incorrect justifica-\ntion is considered invalid. Therefore, reproducing\nTAC’s evaluation for new systems is challenging.\n\nWe propose KnowledgeNet as an automated\nand reproducible alternative to TAC’s evaluation.\nBefore creating KnowledgeNet, we considered us-\ning one of the datasets presented in Table 1. We\ncompare these datasets according to five criteria\nthat we consider desirable for a KBP benchmark\ndataset:\n\n• Human annotation: the dataset should be\nannotated by (multiple) humans to support\naccurate evaluation.\n\n• Exhaustive annotation: for each property,\nthe dataset should exhaustively enumerate all\nfacts of that property that are expressed in the\ntext. Exhaustive annotation allows measuring\ntrue precision and recall for a system.\n\n• Text annotation: the dataset should con-\ntain text spans for entities involved in a fact.\nThis allows evaluating whether the text ex-\npresses an extracted fact (as alternative to\nTAC’s manual justification assessments).\n\n• Links to reference KB: the dataset should\ncontain a link to the reference KB for entities\ninvolved in every fact (or indicate that such\nan entity doesn’t exist in the KB). This allows\nthe evaluation to confirm that the reference\nKB is being correctly populated.\n\n• Cross-sentence facts: the dataset should\ncontain facts involving entities whose names\nnever appear in the same sentence. This is be-\ncause a significant portion of facts expressed\nin text require coreference resolution of en-\ntity mentions spanning multiple sentences.\n\nACE 20054 is a popular dataset for end-to-\nend relation extraction systems (Li and Ji, 2014;\n\n4https://catalog.ldc.upenn.edu/\nLDC2006T06\n\n\n\nDataset KnowledgeNet ACE TAC TACRED FewRel DocRED GoogleRE T-REx\nHuman annotation yes yes yes yes yes yes yes no\nExhaustive annotation yes yes no no no no no no\nExhaus. anno. sentences 9,000 11,000 N/A N/A N/A N/A N/A N/A\nText span annotation yes yes no yes yes yes no yes\nLinks to reference KB yes yes yes no yes no yes yes\nCross-sentence facts yes yes yes no no yes yes yes\nAnnotated facts 13,000 8,000 84,000 22,000 56,000 56,000 40,000 11M\nProperties 15 18 41 41 100 96 5 353\nNew KB facts annotated 77% 100% 100% 100% 0% 100% 0% 0%\n\nTable 1: A dataset comparison according to our criteria for a desirable KBP benchmark dataset. “Exhaus. anno.\nsentences” shows the number of exhaustively annotated sentences. “New KB facts annotated” shows the percent-\nage of annotated facts that can be found in the reference KB. Most datasets contain only facts with no links to a\nreference KB (100% new facts) or contain only facts that exist in the KB (0% new facts).\n\nMiwa and Bansal, 2016). According to our crite-\nria, ACE might seem the most complete bench-\nmark dataset for end-to-end evaluation of KBP.\nIt exhaustively annotates every sentence of 599\ndocuments with mentions, coreference chains and\nfacts for 18 properties. Also, ACE has been inde-\npendently extended with links to Wikipedia (Ben-\ntivogli et al., 2010). However, a closer look at\nACE’s annotations reveals that most of them are\nill-suited for general-purpose KBs. These anno-\ntations include facts about broad properties (e.g.,\npart-whole, physical location) or mentions that do\nnot refer to named entities (e.g., “two Moroccan\nmen”, “women on the verge of fainting”, “African\nimmigrants who came ashore Thursday”). Per-\nhaps not coincidently, we are unaware of any work\nusing it for the purpose of evaluating a KBP sys-\ntem.\n\nOur annotation framework (Section 3.1) is in-\nspired by ACE’s framework but tailored towards\nKBP. First, we only annotate mentions that re-\nfer to named entities. Second, while our anno-\ntation is exhaustive, we focus on annotating sen-\ntences rather than documents, eliminating the need\nto annotate every fact described in the entire doc-\nument. Such a requirement creates a significant\nimbalance in the number of annotations per prop-\nerty. For instance, the most popular property from\nACE has 1,400 annotated facts, while the majority\nof properties from ACE have less than 300 anno-\ntated facts. This might explain why most relation\nextraction evaluations use only 6 properties from\nACE.\n\nAnnotating every sentence with facts for all\nproperties is also detrimental to the incremental\nnature of KnowledgeNet. Adding one property\nto the dataset would require an annotator to re-\nannotate every sentence in the dataset. In contrast,\n\nour framework selects a limited set of sentences\nto be annotated for a particular property. The re-\nmaining sentences are ignored during annotation\nand evaluation. As a consequence, our annotation\nframework allows incremental annotation of new\nproperties and is better suited for the goal of anno-\ntating 100,000 facts for 100 properties.\n\nDatasets employing non-exhaustive annotation.\nRecent datasets like T-REx automatically anno-\ntate facts in text as a way to produce training data\ncheaply. This is performed by aligning facts in\nthe KB to sentences referring to them (Elsahar\net al., 2018). Other datasets go further and use hu-\nman annotators to label every alignment as correct\nor incorrect. These semi-supervised datasets in-\nclude TACRED (Zhang et al., 2017), GoogleRE5,\nFewRel (Han et al., 2018) and DocRED (Yao\net al., 2019). Annotations created in this way are\nuseful for training KBP systems. However, they\ndo not provide an exhaustive annotation of facts,\nwhich is needed for end-to-end evaluation of KBP.\nFor instance, Zhang et al. (2017) train their KBP\nsystem with TACRED, but rely on TAC to evaluate\nthe system.\n\n3 KnowledgeNet Dataset\n\nThis section discusses the first release of Knowl-\nedgeNet and our annotation framework. The doc-\numents in this first release are either DBpedia ab-\nstracts (i.e., first paragraphs of a Wikipedia page)\nor short biographical texts about a person or or-\nganization from the web. These web texts were\ncollected using the Diffbot Knowledge Graph6.\n\nTable 2 presents the number of annotated facts\nfor each property. We chose 9,073 sentences\n\n5https://code.google.com/archive/p/\nrelation-extraction-corpus/downloads\n\n6https://www.diffbot.com/\n\n\n\nProperty Facts Sent. Relevant\nDATE OF BIRTH (PER–DATE) 761 731 468\nDATE OF DEATH (PER–DATE) 664 512 347\nRESIDENCE (PER–LOC) 1,456 796 387\nBIRTHPLACE (PER–LOC) 1137 936 407\nNATIONALITY (PER–LOC) 639 801 396\nEMPLOYEE OF (PER–ORG) 1,625 650 543\nEDUCATED AT (PER–ORG) 951 463 335\nPOLITICAL AFF. (PER–ORG) 635 537 318\nCHILD OF (PER–PER) 888 471 296\nSPOUSE (PER–PER) 1,338 504 298\nDATE FOUNDED (ORG–DATE) 500 543 315\nHEADQUARTERS (ORG–LOC) 880 564 296\nSUBSIDIARY OF (ORG–ORG) 544 481 299\nFOUNDED BY (ORG–PER) 764 558 346\nCEO (ORG–PER) 643 526 350\nTotal 13,425 9,073 5,423\n\nTable 2: KnowledgeNet properties and their number of\nannotated facts and sentences. “Relevant” indicates the\nnumber of relevant sentences (i.e., those with one or\nmore annotated facts). Subjects and objects belong to\none of the following types: person, organization, loca-\ntion and date.\n\nfrom 4,991 documents to be exhaustively anno-\ntated with facts about a particular property of in-\nterest. Because our annotation is exhaustive, neg-\native examples of facts can be automatically gen-\nerated. In total, KnowledgeNet comprises 13,425\nfacts from 15 properties.\n\nHoldout test set. We split the documents into\nfive folds in a round-robin manner, keeping the\nfifth fold (20% of the dataset) as the test set. To\npreserve the integrity of the results, we will release\nthe test set without annotations and will provide\na service through which others can evaluate their\nKBP systems. In our experiments, we used folds\n1-3 for training and fold 4 for development and\nvalidation, including hyperparameter tuning.\n\n3.1 Dataset Annotation\n\nThe dataset has been generated by multiple an-\nnotators using a new multi-step framework. We\nconjecture our framework can help annotators pro-\nduce higher quality annotations by allowing them\nto focus on one small, more specific task at a time.\nThe annotation consists of four different steps: (1)\nfetch sentences, (2) detect mentions, (3) classify\nfacts and (4) link entities.\n\nStep 1: Fetch sentences. We employ two meth-\nods of choosing a sentence for annotation. The\nfirst method leverages T-REx’s automatic align-\nments (Elsahar et al., 2018) to find sentences that\nare likely to describe facts from Wikidata. The\n\n(a) Interface to detect mentions of an entity type.\n\n(b) Interface to classify facts.\n\n(c) Interface to link a mention to a Wikidata entity.\n\nFigure 1: Interface for Steps 2-4 of our framework.\nStep 1 fetches sentences to be exhaustively annotated\nfor one property. The remaining steps guide annota-\ntors to detect entity mentions, facts and links in each\nsentence.\n\n\n\nsecond method chooses sentences that contain a\nkeyword that might indicate the presence of a fact\nfor a property (e.g., “born” for DATE OF BIRTH).\nWe have chosen these keywords by leveraging\nWikidata’s “also known as” values for properties\nas well as WordNet synonyms. By using these\nkeywords, we prevent the dataset to be exclusively\nannotated with facts that are known in Wikidata.\nIn fact, only 23% of facts annotated in this release\nare present in Wikidata.\n\nFor each fetched sentence, an annotator decides\nwhether the sentence is relevant for the property\nof interest (i.e., whether this sentence describes\none or more facts for this property). Relevant sen-\ntences go through steps 2 through 4; while irrel-\nevant sentences are kept to be used for detecting\nincorrectly extracted facts (i.e., false positives).\n\nIt is worth noting that this step might not fetch\nsome relevant sentences. Our framework does not\nrequire all relevant sentences to be annotated and\ndoes not penalize systems for extracting facts from\nsentences that were not annotated.\n\nStep 2: Detect mentions. In this step, we ask\nannotators to highlight entity names (Figure 1a).\nWe consider only entities whose type is relevant\nto the property being annotated. For instance, an\nannotator will only be asked to highlight names\nof people and organizations when annotating the\nproperty FOUNDED BY. Pronouns are automati-\ncally annotated with a gazetteer. To decrease the\nlikelihood of missing a mention, we consider the\nunion of mentions highlighted by two annotators\nfor the following step.\n\nStep 3: Classify facts. We ask annotators to\nclassify a candidate fact (i.e., a pair of mentions)\nin a sentence as a positive or negative example for\na property (Figure 1b). Each candidate fact is an-\nnotated by at least two annotators. A third anno-\ntator breaks the tie when the first two annotators\ndisagree.\n\nWe follow ACE’s reasonable reader rule,\nwhich states that a fact should only be annotated\nwhen there is no reasonable interpretation of the\nsentence in which the fact does not hold. In other\nwords, annotators are asked to only annotate facts\nthat are either explicitly stated in the sentence or\ninferred with absolute certainty from the sentence\nalone (i.e., without using external world knowl-\nedge).\n\nStep 4: Link entities. Finally, we ask annota-\ntors to link every mention involved in a fact to\na single Wikidata entity. In this step, annotators\ncan read the entire document and resolve mentions\n(e.g., pronouns) that refer to names in other sen-\ntences. Every mention is annotated by at least two\nannotators. When there is disagreement, we ask\nother annotators to join in the process until con-\nsensus is reached. In total, excluding the proper-\nties having literal objects (Table 2) we can assign\na link to both subject and object for 52% of the\nfacts.\n\nInter-annotator agreement. A total of five an-\nnotators have contributed to KnowledgeNet so far.\nIn Step 3, the initial two annotators have anno-\ntated 33,165 candidate facts with 96% agreement.\nThey disagreed on 1,495 candidate facts, where\n599 have been deemed positive by a third anno-\ntator. In Step 4, the initial two annotators have an-\nnotated 13,453 mentions with agreement of 93%.\nThe remaining 7% of mentions were resolved with\nadditional annotators.\n\nTiming. On average, annotating a sentence for\none property takes 3.9 minutes. This total time in-\ncludes two annotators (plus additional annotators\nfor tiebreaking). It also includes inspecting sen-\ntences that express no facts and therefore do not go\nthrough steps 2-4 (but are included in the dataset\nand are helpful for assessing false positives). The\nmost expensive step is Step 3 (40% of the total\ntime), followed by Step 4 (28%), Step 2 (22%) and\nStep 1 (10%).\n\n3.2 Limitations\nOur first release is comparable to other bench-\nmarks in size (e.g., ACE 2005), but it is perhaps\ninsufficient to train data-hungry models. This is\nby design. Most organizations do not have the re-\nsources to produce tens of thousands of examples\nfor each property of interest. As we expand the\nnumber of properties to achieve our goal of anno-\ntating 100,000 facts, we expect to keep the number\nof facts per property to around a thousand. In this\nway, we hope to promote approaches that can learn\nfrom multiple properties, requiring less annota-\ntions per property. We also hope to promote ap-\nproaches using KnowledgeNet together with semi-\nsupervised or unsupervised datasets for training.\n\nAnother limitation of our first release is the fo-\ncus on individual sentences. Currently, our frame-\nwork can only annotate a fact when the subject and\n\n\n\nthe object are explicitly mentioned by a name or\npronoun in a sentence. Others have reported that\nthe majority of facts fall into this category. For\nexample, the authors of DocRED report that 41%\nof facts require reasoning over multiple sentences\nin a document (Yao et al., 2019). This indicates\nthat a fact’s subject and object are mentioned by\ntheir full name in a single sentence 59% of the\ntime. The percentage of facts that can be anno-\ntated in KnowledgeNet is significantly higher than\n59%. This is because our framework can also an-\nnotate facts that require resolving (partial) names\nand pronouns referring to full names in other sen-\ntences. These facts are particularly common in our\ndocument collection.\n\n4 Baseline Approaches\n\nThis section presents five baseline approaches for\nKBP. We evaluate these approaches and compare\ntheir performance relative to human annotators in\nSection 5.\n\nFigure 2 illustrates the architecture shared by\nour five baseline approaches. We start by splitting\na given document into sentences. For each sen-\ntence, we detect entity mentions using a named\nentity recognizer (NER) and a gazetteer for pro-\nnoun mentions and their type (e.g., person, orga-\nnizations, location). We also detect coreference\nchains, that is, groups of mentions within a docu-\nment that refer to the same entity. Figure 2 illus-\ntrates how coreference chains help disambiguate\npronouns and partial names by clustering them to-\ngether with the full name of an entity. Finally, we\nlink these coreference chains to Wikidata entities.\n\nNext, we produce candidate facts by consider-\ning pair of mentions from the same sentence, as il-\nlustrated in Figure 2. The relation extraction com-\nponent makes the final decision on whether a can-\ndidate fact is expressed by the text.\n\n4.1 Relation Extraction\n\nFigure 2 illustrates our relation extraction model.\nThis model follow the literature by using a Bi-\nLSTM network (Miwa and Bansal, 2016; Xu et al.,\n2015; Zhou et al., 2016; Zhang et al., 2017), which\nis effective in capturing long-distance dependen-\ncies between words. We train a single multi-task\nmodel for all properties using both positive exam-\nples (i.e., annotated facts) and automatically gen-\nerated negative examples.\n\nThe model outputs two values for each property.\n\nThe first value represents the likelihood of the sub-\nject and object mentions (i.e., text spans) to be cor-\nrect, while the second value represents the likeli-\nhood of the subject and object links to be correct.\nWe learn individual thresholds for each value and\nproperty. When both values are above the thresh-\nold, the system outputs the fact with links. When\nthe first value is above the threshold and the sec-\nond value is below the threshold, we output the\nfact without links.\n\nFeatures. Figure 3 illustrates features encoding\nsyntactic and positional information, which are\nconcatenated to the embedding of every word.\n\n1. Enriched NER: NER label for names (us-\ning a NER system) and pronouns (using\ngazetteers for each type).\n\n2. Mention distance: distance between each\nword and the subject and object mention, fol-\nlowing Zhang et al. (2017).\n\n3. Shortest dependency path (SDP) length:\nnumber of edges in the SDP between the\nword and the subject and object.\n\n4. SDP distance: number of edges separating\nthe word to the closest word in the SDP be-\ntween the subject and object.\n\n5. Coreference confidence: confidence score\nof the coreference resolution system that a\nword refers to the subject and object.\n\n6. Coreference distance: distance to the clos-\nest mention in the coreference chain of the\nsubject and object.\n\n7. Coreference SDP length: number of edges\nin the SDP between the word and the closest\nmention in the subject and object chain.\n\n8. Coreference SDP distance: number of\nedges separating the word to the closest word\nin the SDP between the subject and object\ncoreference chains.\n\n9. KB entity types: entity types for the subject\nand object from Wikidata.\n\n10. KB properties: the property p where (sub-\nject; p; object) exists in Wikidata (when both\nthe subject and object have links).\n\n\n\nFigure 2: The architecture of our baseline approaches, illustrated with an example. Red arrows and boxes represent\ncoreference chains and blue arrows represent links to Wikidata. The subject and object of candidate facts are\nhighlighted in bold (blue) and italics (orange), respectively.\n\nFigure 3: Features representing the relationships be-\ntween the words. Significant relationships with the sub-\nject and object are highlighted in blue and orange, re-\nspectively.\n\nFeatures 9 and 10 are generated by querying\nWikidata and are relative to a single entity pair. We\nconcatenate those features to the Bi-LSTM output,\nas illustrated in Figure 2.\n\n4.2 Baseline Approaches\n\nWe propose five baselines obtained by improving\nthe candidate generation and relation extraction\ncomponents.\n\nBaseline 1. Our first baseline is a standard\npipeline approach inspired by the TAC 2015 Cold\nStart winning system (Angeli et al., 2015). It gen-\nerates candidate mentions by using NER and the\npronoun gazetteers. For mentions of the correct\ntype (e.g., person for the property SPOUSE), the sys-\ntem then links these mentions using an entity link-\ning system. The relation extraction component\nuses features 1-4.\n\nBaseline 2. Our second baseline adds corefer-\nence resolution. This baseline is inspired by Stan-\nford’s TAC 2017 system (Chaganty et al., 2017).\nWe leverage coreference chains to both increase\nthe number of candidate mentions linked to KB\nentities (e.g., pronouns) as well as to introduce ad-\nditional features. This model uses features 1-8.\n\nBaseline 3. Our third baseline adds features 9\nand 10 to the relation extraction model. These fea-\ntures leverage Wikidata information for the linked\nentities, such as entity types and known facts.\n\nBaseline 4. Our fourth baseline seeks to de-\ncrease error propagation by allowing more candi-\ndate facts to be evaluated by the relation extraction\ncomponent. This is done in two ways. First, Base-\nline 4 uses all mentions regardless of their NER\ntype when creating candidate facts. Second, this\nbaseline adds a candidate link to mentions that had\nno candidate link in Baseline 1-3 (due to incor-\nrect coreference chains). This is done by choos-\ning a link outside of the mention’s coreference\nchain that maximizes a combination of entity link-\ning score and coreference resolution score.\n\nBaseline 5. Our final baseline seeks to improve\nthe relation extraction component by employing\nBERT’s pre-trained representations (Devlin et al.,\n2018) in addition to all other features. To pro-\nduce a contextual representation for every word,\nwe learn a linear weighted combination of BERT’s\n12 layers, following Peters et al. (2019).\n\n\n\n4.3 Implementation\nAll our baseline systems follow the same ar-\nchitecture (Figure 2). We use spaCy7 for the\nNLP pipeline (sentence splitting, tokenization,\nPOS tagging, dependency parsing, NER), Hug-\nging Face’s coreference resolution system8, and\nthe Diffbot Entity Linker9 for entity linking.\n\nFor relation extraction we implement a standard\nBiLSTM network with two 500-dimensional hid-\nden layers. We use spaCy pre-trained word em-\nbeddings (size 300) concatenated with additional\nfeatures illustrated in Figure 3. The output of the\nBiLSTM network is concatenated with features\nfrom Wikidata (Features 9-10).\n\nWe train all the networks using mini-batches of\n128 examples and Adam optimizer (Kingma and\nBa, 2015) with a learning rate of 0.001. We use\nthe fourth fold of the dataset as validation set, se-\nlecting the model that minimize the loss function\nvalue. The same validation set is used to find\nthresholds for the output values that maximize the\nF1 score for each property.\n\n5 Experiments\n\nTable 3 presents the performance of our baseline\nsystems compared to the human performance. We\nreport precision (P ), recall (R) and F-score (F1):\n\nP =\ncorrectly extracted facts\n\nextracted facts\n,\n\nR =\ncorrectly extracted facts\n\nannotated facts\n,\n\nF1 =\n2 · P ·R\nP +R\n\n.\n\nWe evaluate our baseline systems from two per-\nspectives. The text evaluation deems an extracted\nfact correct when the text spans of the subject and\nobject overlap with the text spans of a ground truth\nfact. The link evaluation deems an extracted fact\ncorrect when the links of the subject and object\nmatch the links of a ground truth fact. In the link\nevaluation, we consider only facts where both the\nsubject and object links are present.\n\nHuman performance. To measure the human\nperformance on the end-to-end KBP task, one of\nour annotators was asked to enumerate all facts de-\nscribed in a sample of the test sentences. We re-\nport the performance of our annotator in Table 3.\n\n7https://spacy.io/\n8https://huggingface.co/coref/\n9https://diffbot.com/\n\nSystem Text evaluation Link evaluation\nP R F1 P R F1\n\nBaseline 1 0.44 0.64 0.52 0.31 0.26 0.28\nBaseline 2 0.49 0.64 0.55 0.37 0.32 0.34\nBaseline 3 0.47 0.66 0.55 0.35 0.37 0.36\nBaseline 4 0.60 0.65 0.62 0.51 0.48 0.49\nBaseline 5 0.68 0.70 0.69 0.53 0.48 0.50\nHuman 0.88 0.88 0.88 0.81 0.84 0.82\n\nTable 3: The performance of our baseline approaches\nis well below human performance.\n\nA closer look at the annotator’s mistakes shows\nthat 32% of the mistakes are due to incorrect an-\nnotations in KnowledgeNet (i.e., the annotator is\nactually correct). The remaining mistakes (68%)\nare mostly due to the annotator entering an in-\ncorrect fact (30%) or missing a link on a correct\nfact (18%). These results show that our annota-\ntion framework produces significantly better anno-\ntations than individual annotators working without\nour framework.\n\nBaseline performance. Table 3 presents the\nperformance of our baselines. Our best baseline\n(Baseline 5) significantly outperforms the standard\npipeline approach (Baseline 1) in both the text\nand link evaluation. However, the performance of\nBaseline 5 is well below the human performance.\nThe most impactful improvements over Baseline\n1 are due to (a) incorporating coreference when\nchoosing candidate links for pronouns in Baseline\n2; (b) allowing more candidate facts and links to\nbe classified by the relation extraction component\nin Baseline 4; and (c) incorporating BERT’s pre-\ntrained model in Baseline 5.\n\nTable 4 shows the “maximum recall” for each\nbaseline (i.e., recall of candidate facts used as in-\nput for the relation extraction component). These\nresults indicate that error propagation significantly\nlimits recall. Our best baseline shows higher max-\nimum recall due to coreference resolution (intro-\nduced in Baseline 2) and removing the filtering of\ncandidate facts based on NER types (introduced\nin Baseline 4). The low maximum recall for link\nevaluation is mainly due to incorrect candidate\nlinks, which can only be omitted (but not fixed)\nin our baselines.\n\n6 Conclusion\n\nWe introduce KnowledgeNet, an end-to-end\nbenchmark dataset for populating Wikidata with\nfacts expressed in natural language text on the\n\n\n\nSystem Text evaluation Link evaluation\nMaximum Recall Maximum Recall\n\nBaseline 1 0.80 0.33\nBaseline 2 0.80 0.37\nBaseline 3 0.80 0.37\nBaseline 4 0.90 0.59\nBaseline 5 0.90 0.59\n\nTable 4: The relation extraction component’s recall is\nlimited by error propagation. Maximum recall is the re-\ncall of the candidate facts used as input for the relation\nextraction component on the dev set.\n\nweb. We build KnowledgeNet using a new multi-\nstep framework that helps human annotators to\nproduce high-quality annotations efficiently. We\nalso introduce five baseline systems and evaluate\ntheir performance. Our best baseline outperforms\na traditional pipeline approach by 79% (F1 score\nof 0.50 vs. 0.28). Human performance is sig-\nnificantly higher (0.82), indicating that Knowled-\ngeNet can support further research to close this\ngap.\n\nOur experiments show that the traditional\npipeline approach for KB population is notably\nlimited by error propagation. Performance gains\nachieved by our best baseline are mainly due to\nmore candidates being passed along to the final\npipeline component (relation extraction), allow-\ning this component to fix errors made by previous\ncomponents. A closer inspection reveals that even\nour best baseline is fairly limited by error propa-\ngation and can only achieve a maximum recall of\n0.59. These results indicate that end-to-end mod-\nels might be a promising alternative to the tradi-\ntional pipeline approach.\n\nAcknowledgments\n\nWe would like to thank Veronica Romualdez and\nGeraldine Fajardo for their diligent annotation\nwork. We would also like to thank Mike Tung,\nZhaochen Guo, Sameer Singh and the anonymous\nreviewers for their helpful comments. This work\nwas supported by the Natural Sciences and En-\ngineering Research Council of Canada (NSERC)\nand Diffbot.\n\nReferences\n\nGabor Angeli, Victor Zhong, Danqi Chen, Arun Te-\njasvi Chaganty, Jason Bolton, Melvin Jose Johnson\nPremkumar, Panupong Pasupat, Sonal Gupta, and\nChristopher D. Manning. 2015. Bootstrapped self\n\ntraining for knowledge base population. In TAC.\nNIST.\n\nLuisa Bentivogli, Pamela Forner, Claudio Giu-\nliano, Alessandro Marchetti, Emanuele Pianta, and\nKateryna Tymoshenko. 2010. Extending English\nACE 2005 corpus annotation with ground-truth links\nto Wikipedia. In Proceedings of the 2nd Workshop\non The People’s Web Meets NLP: Collaboratively\nConstructed Semantic Resources, pages 19–27, Bei-\njing, China. Coling 2010 Organizing Committee.\n\nArun Chaganty, Ashwin Paranjape, Percy Liang, and\nChristopher D. Manning. 2017. Importance sam-\npling for unbiased on-demand evaluation of knowl-\nedge base population. In Proceedings of the 2017\nConference on Empirical Methods in Natural Lan-\nguage Processing, pages 1038–1048, Copenhagen,\nDenmark. Association for Computational Linguis-\ntics.\n\nJacob Devlin, Ming-Wei Chang, Kenton Lee, and\nKristina Toutanova. 2018. Bert: Pre-training of deep\nbidirectional transformers for language understand-\ning. In NAACL-HLT.\n\nHady Elsahar, Pavlos Vougiouklis, Arslen Remaci,\nChristophe Gravier, Jonathon Hare, Frederique\nLaforest, and Elena Simperl. 2018. T-REx: A large\nscale alignment of natural language with knowledge\nbase triples. In Proceedings of the 11th Language\nResources and Evaluation Conference, Miyazaki,\nJapan. European Language Resource Association.\n\nJeremy Getman, Joe Ellis, Stephanie Strassel, Zhiyi\nSong, and Jennifer Tracey. 2018. Laying the\nGroundwork for Knowledge Base Population: Nine\nYears of Linguistic Resources for TAC KBP. In\nProceedings of the Eleventh International Confer-\nence on Language Resources and Evaluation (LREC\n2018), Miyazaki, Japan. European Language Re-\nsources Association (ELRA).\n\nXu Han, Hao Zhu, Pengfei Yu, Ziyun Wang, Yuan Yao,\nZhiyuan Liu, and Maosong Sun. 2018. Fewrel: A\nlarge-scale supervised few-shot relation classifica-\ntion dataset with state-of-the-art evaluation. In Pro-\nceedings of the 2018 Conference on Empirical Meth-\nods in Natural Language Processing, Brussels, Bel-\ngium, October 31 - November 4, 2018, pages 4803–\n4809.\n\nHeng Ji, Xiaoman Pan, Boliang Zhang, Joel Nothman,\nJames Mayfield, Paul McNamee, and Cash Costello.\n2017. Overview of TAC-KBP2017 13 languages en-\ntity discovery and linking. In Proceedings of the\n2017 Text Analysis Conference, TAC 2017, Gaithers-\nburg, Maryland, USA, November 13-14, 2017.\n\nDiederik P. Kingma and Jimmy Ba. 2015. Adam: A\nmethod for stochastic optimization. In 3rd Inter-\nnational Conference on Learning Representations,\nICLR 2015, San Diego, CA, USA, May 7-9, 2015,\nConference Track Proceedings.\n\n\n\nQi Li and Heng Ji. 2014. Incremental joint extrac-\ntion of entity mentions and relations. In Proceed-\nings of the 52nd Annual Meeting of the Association\nfor Computational Linguistics (Volume 1: Long Pa-\npers), pages 402–412, Baltimore, Maryland. Asso-\nciation for Computational Linguistics.\n\nYue Liu, Tongtao Zhang, Zhicheng Liang, Heng Ji,\nand Deborah L. McGuinness. 2018. Seq2rdf: An\nend-to-end application for deriving triples from nat-\nural language text. In Proceedings of the ISWC\n2018 Posters & Demonstrations, Industry and Blue\nSky Ideas Tracks co-located with 17th International\nSemantic Web Conference (ISWC 2018), Monterey,\nUSA, October 8th - to - 12th, 2018.\n\nMakoto Miwa and Mohit Bansal. 2016. End-to-end re-\nlation extraction using lstms on sequences and tree\nstructures. pages 1105–1116.\n\nJeffrey Pennington, Richard Socher, and Christo-\npher D. Manning. 2014. Glove: Global vectors for\nword representation. In Empirical Methods in Nat-\nural Language Processing (EMNLP), pages 1532–\n1543.\n\nMatthew E. Peters, Sebastian Ruder, and Noah A.\nSmith. 2019. To tune or not to tune? adapt-\ning pretrained representations to diverse tasks. In\nProceedings of the 4th Workshop on Representa-\ntion Learning for NLP, RepL4NLP@ACL 2019, Flo-\nrence, Italy, August 2, 2019., pages 7–14.\n\nPouya Pezeshkpour, Liyan Chen, and Sameer\nSingh. 2018. Embedding multimodal relational\ndata for knowledge base completion. CoRR,\nabs/1809.01341.\n\nWei Shen, Jianyong Wang, and Jiawei Han. 2015. En-\ntity linking with a knowledge base: Issues, tech-\nniques, and solutions. IEEE Trans. Knowl. Data\nEng., 27(2):443–460.\n\nQuan Wang, Zhendong Mao, Bin Wang, and Li Guo.\n2017. Knowledge graph embedding: A survey of\napproaches and applications. IEEE Trans. Knowl.\nData Eng., 29(12):2724–2743.\n\nPeng Xu and Denilson Barbosa. 2019. Connecting lan-\nguage and knowledge with heterogeneous represen-\ntations for neural relation extraction. In Proceed-\nings of the 2019 Conference of the North American\nChapter of the Association for Computational Lin-\nguistics: Human Language Technologies, NAACL-\nHLT 2019, Minneapolis, Minnesota, USA, June 2-7,\n2019, Volume 2 (Short Papers), page 4.\n\nYan Xu, Lili Mou, Ge Li, Yunchuan Chen, Hao Peng,\nand Zhi Jin. 2015. Classifying relations via long\nshort term memory networks along shortest depen-\ndency paths. In Proceedings of the 2015 Confer-\nence on Empirical Methods in Natural Language\nProcessing, pages 1785–1794, Lisbon, Portugal. As-\nsociation for Computational Linguistics.\n\nYuan Yao, Deming Ye, Peng Li, Xu Han, Yankai Lin,\nZhenghao Liu, Zhiyuan Liu, Lixin Huang, Jie Zhou,\nand Maosong Sun. 2019. Docred: A large-scale\ndocument-level relation extraction dataset. In Pro-\nceedings of the 57th Conference of the Association\nfor Computational Linguistics, ACL 2019, Florence,\nItaly, July 28- August 2, 2019, Volume 1: Long Pa-\npers, pages 764–777.\n\nYuhao Zhang, Victor Zhong, Danqi Chen, Gabor An-\ngeli, and Christopher D. Manning. 2017. Position-\naware attention and supervised data improve slot fill-\ning. In Proceedings of the 2017 Conference on Em-\npirical Methods in Natural Language Processing,\npages 35–45, Copenhagen, Denmark. Association\nfor Computational Linguistics.\n\nPeng Zhou, Wei Shi, Jun Tian, Zhenyu Qi, Bingchen\nLi, Hongwei Hao, and Bo Xu. 2016. Attention-\nbased bidirectional long short-term memory net-\nworks for relation classification. In Proceedings of\nthe 54th Annual Meeting of the Association for Com-\nputational Linguistics (Volume 2: Short Papers),\npages 207–212, Berlin, Germany. Association for\nComputational Linguistics.\n\nA Beyond Binary Relationships\n\nWhile it would be convenient to express all facts\nas (subject; property; object) triples, this is not al-\nways possible. Many facts require further annota-\ntions to be sufficiently and accurately expressed\nin the KB. Take for instance (United States;\nhead of government; Barack Obama), which only\nholds true in the past.\n\nQualifiers allow facts to be expanded or contex-\ntualized beyond what can be expressed with binary\nrelationships. More specifically, qualifiers can be\nused to constrain the validity of a fact in time or\nspace, e.g., (employment fact; end time; 2017);\nrepresent n-ary relationships, e.g., (casting fact;\ncharacter role; Tony Stark); and track provenance.\n\nThis release contains 4,518 facts annotated\nwith three temporal qualifiers: IS CURRENT,\nSTART TIME and END TIME. We use one of our\nbaseline system to obtain facts to be annotated\nwith qualifiers, along with the the sentence where\neach fact was found. Given a fact and a sentence,\nhuman annotators must decide the value of a quali-\nfier (true or false for IS CURRENT or a time expres-\nsion for START TIME, END TIME). A third option\nunclear can be chosen in the case of uncertainty.\nTo be included in the dataset, each fact must be\nannotated by two annotators in agreement. While\npreliminary experiments show promising results\nfor qualifier extraction, they are out-of-scope of\nthis work.\n\n\n"
+}
+```
+### title
+ Title of the article
+* **Type:** String
+* **Example:**
+```
+{
+ "title": "KnowledgeNet: A Benchmark Dataset for Knowledge Base Population"
+}
+```
+### type
+ The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.
+* **Type:** Type
+* **Example:**
+```
+{
+ "type": "Research"
+}
+```
+### types
+ There are tags.types which can only refer to dbpedia rdf types, while there are also the general DiffbotEntity types which is just an array of all the types an object belongs to. For instance a LocalBusiness would have `types:["Organization","LocalBusiness"]` Finally, there are types that indicate a belonging to a subgroup such as business vs personal email address.
+* **Type:** String
+* **Example:**
+```
+{
+ "types": [
+ "Research"
+ ]
+}
+```
+### url
+ Page url of the article
+* **Type:** String
+* **Example:**
+```
+{
+ "url": "https://explore.openalex.org/works/W2970808735"
+}
+```
diff --git a/docs/kg-ont-video.md b/docs/kg-ont-video.md
index 4b48bc50..0a12995d 100644
--- a/docs/kg-ont-video.md
+++ b/docs/kg-ont-video.md
@@ -1,27 +1,41 @@
---
+warning: DO NOT EDIT THIS DOC DIRECTLY (SEE ORIGIN)
+origin: https://kg.diffbot.com/kg/ontology
id: kg-ont-video
title: Video
+generatedBy: generateOntology.js
---
The Video entity type encompasses videos found throughout the web and known to the Knowledge Graph.
Note that fields are not guaranteed to exist in every entity record.
->New to the Diffbot Knowledge Graph? [Start here](dql-quickstart).
+For convenience, a complete ontology source in JSON format is also [available here](https://kg.diffbot.com/kg/ontology).
+
+> 🙋
+>
+> New to the Diffbot Knowledge Graph? [Start here](doc:getting-started-with-diffbot-knowledge-graph).
## Video Fields
* [author](#author)
+* [crawlTimestamp](#crawltimestamp)
* [date](#date)
+* [diffbotUri](#diffboturi)
* [duration](#duration)
* [embedUrl](#embedurl)
* [html](#html)
+* [id](#id)
* [images](#images)
* [language](#language)
* [mime](#mime)
* [naturalHeight](#naturalheight)
* [naturalWidth](#naturalwidth)
+* [pageUrl](#pageurl)
+* [resolvedPageUrl](#resolvedpageurl)
* [text](#text)
* [title](#title)
+* [type](#type)
+* [types](#types)
* [url](#url)
* [viewCount](#viewcount)
@@ -34,7 +48,16 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "author": "Io-Tahoe"
+ "author": ""
+}
+```
+### crawlTimestamp
+ Last time a site was crawled/indexed
+* **Type:** Integer
+* **Example:**
+```
+{
+ "crawlTimestamp": 1745910773
}
```
### date
@@ -44,19 +67,28 @@ Note that certain longer field examples may be truncated for readability.
```
{
"date": {
- "str": "d2018-12-12T00:00",
- "precision": 4,
- "timestamp": 1544572800000
+ "str": "",
+ "precision": 0,
+ "timestamp": 0
}
}
```
+### diffbotUri
+ diffbotUri is a combination of an entityID and a corresponding web address or uniform resource identifier (URI), which is defined by appending the entityID to the URL https://www.diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://www.diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg
+* **Type:** String
+* **Example:**
+```
+{
+ "diffbotUri": "http://diffbot.com/entity/VID199193048060"
+}
+```
### duration
* **Type:** Integer
* **Example:**
```
{
- "duration": 2964
+ "duration": 0
}
```
### embedUrl
@@ -74,7 +106,16 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "html": "
It is undeniable that the amount and complexity of data is growing within the modern enterprise. But why and what to do about it is the question that every enterprise leader must now face.\n\nIn this insightful and thought-provoking webinar, we will deconstruct what is fueling data growth and increased data complexity, the approaches organizations have used to deal with the challenges that this growth brings, and why the only hope for dealing with it in the future may be smart data discovery approaches powered by artificial intelligence (AI).\n\nKey topics that will be discussed during this webinar are:\n\n• Why traditional data discovery no longer works\n• Why AI may be the answer or part of the solution\n• Why self-service is a strategic imperative\n• An executive's perspective\n\nBe sure to like and subscribe to our channel for more webinar videos!\n\nVisit our website https://io-tahoe.com to learn more about Io-Tahoe's Smart Data Discovery platforms.\n\n\nFollow us on Twitter at: https://twitter.com/iotahoe\n\nFollow us on LinkedIn at: https://www.linkedin.com/company/9194521\n\nLike us on Facebook at: https://www.facebook.com/iotahoe\n\nFollow us on Instagram at: https://instagram.com/iotahoe
"
+ "html": ""
+}
+```
+### id
+ Each entity in the Diffbot KnowledgeGraph (DKG) is identified by a unique identifier, an alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies that entity. The id is directly derived from the most authoritative origin from the origins array.
+* **Type:** String
+* **Example:**
+```
+{
+ "id": "VID199193048060"
}
```
### images
@@ -85,11 +126,32 @@ Note that certain longer field examples may be truncated for readability.
{
"images": [
{
- "summary": "",
- "image": "https://i.ytimg.com/vi/-w6blCJ0CTY/maxresdefault.jpg",
- "name": "Deconstructing Data Complexity and the Case for AI-Driven Smart Data Discovery",
- "title": "Deconstructing Data Complexity and the Case for AI-Driven Smart Data Discovery",
- "url": "https://i.ytimg.com/vi/-w6blCJ0CTY/maxresdefault.jpg"
+ "displayHeight": 0,
+ "xpath": "",
+ "breadcrumb": [
+ {
+ "link": "",
+ "name": ""
+ }
+ ],
+ "displayWidth": 0,
+ "naturalHeight": 0,
+ "language": "",
+ "links": "",
+ "anchorUrl": "",
+ "title": "",
+ "url": "",
+ "naturalWidth": 0,
+ "tags": [
+ {
+ "score": "",
+ "sentiment": "",
+ "types": "",
+ "count": 0,
+ "label": "",
+ "uri": ""
+ }
+ ]
}
]
}
@@ -100,7 +162,7 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "language": "en"
+ "language": "zh"
}
```
### mime
@@ -109,7 +171,7 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "mime": "video/mp4"
+ "mime": ""
}
```
### naturalHeight
@@ -118,7 +180,7 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "naturalHeight": 720
+ "naturalHeight": 0
}
```
### naturalWidth
@@ -127,7 +189,25 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "naturalWidth": 1280
+ "naturalWidth": 0
+}
+```
+### pageUrl
+ URL of submitted page / page from which the entity is extracted
+* **Type:** String
+* **Example:**
+```
+{
+ "pageUrl": "https://blog.csdn.net/cgsayuclv/article/details/144147799"
+}
+```
+### resolvedPageUrl
+ Returned if the pageUrl redirects to another URL
+* **Type:** String
+* **Example:**
+```
+{
+ "resolvedPageUrl": ""
}
```
### text
@@ -136,7 +216,7 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "text": "It is undeniable that the amount and complexity of data is growing within the modern enterprise. But why and what to do about it is the question that every enterprise leader must now face.\n\nIn this insightful and thought-provoking webinar, we will deconstruct what is fueling data growth and increased data complexity, the approaches organizations have used to deal with the challenges that this growth brings, and why the only hope for dealing with it in the future may be smart data discovery approaches powered by artificial intelligence (AI).\n\nKey topics that will be discussed during this webinar are:\n\n• Why traditional data discovery no longer works\n• Why AI may be the answer or part of the solution\n• Why self-service is a strategic imperative\n• An executive's perspective\n\nBe sure to like and subscribe to our channel for more webinar videos!\n\nVisit our website https://io-tahoe.com to learn more about Io-Tahoe's Smart Data Discovery platforms.\n\n\nFollow us on Twitter at: https://twitter.com/iotahoe\n\nFollow us on LinkedIn at: https://www.linkedin.com/company/9194521\n\nLike us on Facebook at: https://www.facebook.com/iotahoe\n\nFollow us on Instagram at: https://instagram.com/iotahoe"
+ "text": ""
}
```
### title
@@ -145,7 +225,27 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "title": "Deconstructing Data Complexity and the Case for AI-Driven Smart Data Discovery"
+ "title": "利用Diffbot Extract API提取和处理网页数据的完整指南-CSDN博客"
+}
+```
+### type
+ The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.
+* **Type:** Type
+* **Example:**
+```
+{
+ "type": "Video"
+}
+```
+### types
+ There are tags.types which can only refer to dbpedia rdf types, while there are also the general DiffbotEntity types which is just an array of all the types an object belongs to. For instance a LocalBusiness would have `types:["Organization","LocalBusiness"]` Finally, there are types that indicate a belonging to a subgroup such as business vs personal email address.
+* **Type:** String
+* **Example:**
+```
+{
+ "types": [
+ "Video"
+ ]
}
```
### url
@@ -154,7 +254,7 @@ Note that certain longer field examples may be truncated for readability.
* **Example:**
```
{
- "url": "https://r4---sn-vgqs7ns7.googlevideo.com/videoplayback?ratebypass=yes&mm=31%2C29&dur=2964.096&lmt=1544647458750109&c=WEB&signature=BDFC5B6365BCB570015CF0DB39639303EE480D2E.A2568676D096E9103EAC2689DCDB93658447CFF9&txp=2211222&itag=22&expire=1547667225&fvip=3&id=o-AAMvdWHz8tI28JlykIQJzVRSY-s917ZTmeSL3h6iFYRV&mime=video%2Fmp4&source=youtube&key=yt6&mn=sn-vgqs7ns7%2Csn-vgqsener&ei=uDI_XMrOOJWYigTdq4n4Cg&ms=au%2Crdu&requiressl=yes&sparams=dur%2Cei%2Cid%2Cip%2Cipbits%2Citag%2Clmt%2Cmime%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Cratebypass%2Crequiressl%2Csource%2Cexpire&ipbits=0&pl=16&mv=m&ip=35.232.157.82&mt=1547645504"
+ "url": ""
}
```
### viewCount
diff --git a/docs/kg-technology-categories-list.md b/docs/kg-technology-categories-list.md
new file mode 100644
index 00000000..3e0a4b87
--- /dev/null
+++ b/docs/kg-technology-categories-list.md
@@ -0,0 +1,1016 @@
+---
+id: kg-technology-categories-list
+title: Technology Categories
+onPageNav: false
+---
+
+The list below outlines all possible categories that may be returned within the `technographics` attribute in Organization entity types. A list of all categories may also be accessed as their own entity type (`type:TechnologyCategory`) or found in the `technologyCategories` attribute in its parent `type:Technology`. See the DQL examples below for more color.
+
+```python
+# To find organizations that use "Assisted Living Software"
+type:Organization technographics.categories:"Assisted Living Software"
+```
+
+```python
+# To find all technologies associated with the technology category "Real Estate Agency Software"
+type:Technology technologyCategories:"Real Estate Agency Software"
+```
+
+| Primary Category | Secondary Category | Tertiary Category | Quaternary Category |
+| ------------------- | ------------------ | ----------------------------------- | ---- |
+| Aerospace technologies | | | |
+| Agricultural technology | | | |
+| Aircraft by type | | | |
+| Assistive technology | | | |
+| Balancing technology | | | |
+| Banking technology | | | |
+| Biotechnology | | | |
+| Building technology | | | |
+| Chemical looping technologies | | | |
+| Cleaning methods | | | |
+| Cleanroom technology | | | |
+| Computer storage technologies | | | |
+| Computers | | | |
+| Construction | | | |
+| Cooling technology | | | |
+| Cybernetics | | | |
+| Drilling technology | | | |
+| Educational technology | | | |
+| Electronics | | | |
+| Emerging technologies | | | |
+| Energy | | | |
+| Energy technology | | | |
+| Engine technology | | | |
+| Environmental technology | | | |
+| Equipment | | | |
+| Explosives | | | |
+| Film and video technology | | | |
+| Financial technology | | | |
+| Fluid technology | | | |
+| Food technology | | | |
+| Gambling technology | | | |
+| Gas turbine technology | | | |
+| Geographical technology | | | |
+| Haptic technology | | | |
+| Home automation | | | |
+| Information and communications technology | | | |
+| Infrared technology | | | |
+| Instant messaging | | | |
+| Inventions | | | |
+| Machinery | | | |
+| Manufacturing | | | |
+| Medical technology | | | |
+| Microtechnology | | | |
+| Military technology | | | |
+| Mining techniques | | | |
+| Missile technology | | | |
+| Motor vehicles | | | |
+| Music technology | | | |
+| Nanotechnology | | | |
+| Oils and fats technologies | | | |
+| Operating system technology | | | |
+| Particle technology | | | |
+| Political campaign technology | | | |
+| Pollution control technologies | | | |
+| Primitive technology | | | |
+| Push technology | | | |
+| Rail technologies | | | |
+| Scientific equipment | | | |
+| Security technology | | | |
+| Software | | | |
+| | AB Testing Software | | |
+| | AI Writing Assistant Software | | |
+| | AIOps Platforms Software | | |
+| | AML Software | | |
+| | API Management Software | | |
+| | Absence Management Software | | |
+| | Access Governance Software | | |
+| | Account Based Marketing Software | | |
+| | Accounting Practice Management Software | | |
+| | Accounting Software | | |
+| | Accounts Payable Software | | |
+| | Accounts Receivable Software | | |
+| | Accreditation Management Software | | |
+| | Ad Server Software | | |
+| | Address Verification Software | | |
+| | Admissions Software | | |
+| | Advertising Agency Software | | |
+| | Advocacy Software | | |
+| | Affiliate Software | | |
+| | Airline Reservation System | | |
+| | Alumni Management Software | | |
+| | Analytics | | |
+| | Analytics Software | | |
+| | Android Kiosk Software | | |
+| | Animal Shelter Software | | |
+| | Animation Software | | |
+| | Antispam Software | | |
+| | App Building Software | | |
+| | App Design Software | | |
+| | Apparel Management Software | | |
+| | Applicant Tracking Software | | |
+| | Application Development Software | | |
+| | Application Lifecycle Management Software | | |
+| | Application Performance Management Software | | |
+| | Applied Behavior Analysis | | |
+| | Appointment Reminder Software | | |
+| | Appointment Scheduling Software | | |
+| | Apps | | |
+| | | Mobile Event Apps | |
+| | Arborist Software | | |
+| | Architectural CAD Software | | |
+| | Architecture Software | | |
+| | Archiving Software | | |
+| | Art Gallery Software | | |
+| | Artificial Intelligence Software | | |
+| | Assessment Software | | |
+| | Asset Tracking Software | | |
+| | Assisted Living Software | | |
+| | Association Management Software | | |
+| | Attendance Tracking Software | | |
+| | Auction Software | | |
+| | Audience Response Software | | |
+| | Audio Conferencing Software | | |
+| | Audio Editing Software | | |
+| | Audit Software | | |
+| | Augmented Reality Software | | |
+| | Authentication Software | | |
+| | Auto Body Software | | |
+| | Auto Dealer Accounting Software | | |
+| | Auto Dealer Software | | |
+| | Auto Dialer Software | | |
+| | Auto Repair Software | | |
+| | Automated Testing Software | | |
+| | Aviation Maintenance Software | | |
+| | BIM Software | | |
+| | Background Check Software | | |
+| | Backup Software | | |
+| | Bakery Software | | |
+| | Banking Systems Software | | |
+| | Bankruptcy Software | | |
+| | Bar POS Software | | |
+| | Barbershop Software | | |
+| | Barcoding Software | | |
+| | Benefits Administration Software | | |
+| | Big Data Software | | |
+| | Billing and Invoicing Software | | |
+| | Billing and Provisioning Software | | |
+| | Blog Software | | |
+| | Board Management Software | | |
+| | Bookkeeper Software | | |
+| | Bot Detection and Mitigation Software | | |
+| | Brand Management Software | | |
+| | Brand Protection Software | | |
+| | Brewery Software | | |
+| | Browser Software | | |
+| | Budgeting Software | | |
+| | Bug Tracking Software | | |
+| | Building Maintenance Software | | |
+| | Business Card Software | | |
+| | Business Continuity Software | | |
+| | Business Intelligence Software | | |
+| | Business Management Software | | |
+| | Business Performance Management Software | | |
+| | Business Phone Systems | | |
+| | Business Plan Software | | |
+| | Business Process Management Software | | |
+| | Buyer Intent Software | | |
+| | CMDB Software | | |
+| | CMMS Software | | |
+| | CMS | | |
+| | CMS Software | | |
+| | CPQ Software | | |
+| | CRM | | |
+| | CRM Software | | |
+| | CTRM Software | | |
+| | Calendar Software | | |
+| | Calibration Management Software | | |
+| | Call Accounting Software | | |
+| | Call Center Software | | |
+| | Call Recording Software | | |
+| | Call Tracking Software | | |
+| | Camp Management Software | | |
+| | Campaign Management Software | | |
+| | Campground Management Software | | |
+| | Car Rental Software | | |
+| | Career Management Software | | |
+| | Carpet Cleaning Software | | |
+| | Catalog Management Software | | |
+| | Catering Software | | |
+| | Cemetery Software | | |
+| | Change Management Software | | |
+| | Channel Management Software | | |
+| | Chatbot Software | | |
+| | Chemical Software | | |
+| | Chiropractic Software | | |
+| | Church Accounting Software | | |
+| | Church Management Software | | |
+| | Church Presentation Software | | |
+| | Claims Processing Software | | |
+| | Class Registration Software | | |
+| | Classroom Management Software | | |
+| | Click Fraud Software | | |
+| | Client Onboarding Software | | |
+| | Clinical Trial Management Software | | |
+| | Closed Captioning Software | | |
+| | Cloud Management Software | | |
+| | Cloud PBX Software | | |
+| | Cloud Security Software | | |
+| | Cloud Storage Software | | |
+| | Club Management Software | | |
+| | Coaching Software | | |
+| | Code Enforcement Software | | |
+| | Collaboration Software | | |
+| | Commercial Insurance Software | | |
+| | Commercial Loan Software | | |
+| | Commercial Real Estate Software | | |
+| | Commission Software | | |
+| | Community Software | | |
+| | Company Secretarial Software | | |
+| | Compensation Management Software | | |
+| | Competitive Intelligence Software | | |
+| | Complaint Management Software | | |
+| | Compliance Software | | |
+| | Computer Repair Shop Software | | |
+| | Computer Security Software | | |
+| | Conference Software | | |
+| | Conflict Checking Software | | |
+| | Consignment Software | | |
+| | Construction Accounting Software | | |
+| | Construction Bid Management Software | | |
+| | Construction CRM Software | | |
+| | Construction Estimating Software | | |
+| | Construction Management Software | | |
+| | Construction Scheduling Software | | |
+| | Contact Center Quality Assurance Software | | |
+| | Contact Center Software | | |
+| | Contact Management Software | | |
+| | Container Security Software | | |
+| | Content Collaboration Software | | |
+| | Content Delivery Network Software | | |
+| | Content Management Software | | |
+| | Content Marketing Software | | |
+| | Contest Software | | |
+| | Continuous Integration Software | | |
+| | Contract Management Software | | |
+| | Contractor Management Software | | |
+| | Convenience Store Software | | |
+| | Corporate Tax Software | | |
+| | Corporate Wellness Software | | |
+| | Corrective and Preventive Action Software | | |
+| | Courier Software | | |
+| | Course Authoring Software | | |
+| | Court Management Software | | |
+| | Creative Management Software | | |
+| | Credentialing Software | | |
+| | Currency Exchange Software | | |
+| | Customer Advocacy Software | | |
+| | Customer Communications Management Software | | |
+| | Customer Engagement Software | | |
+| | Customer Experience Software | | |
+| | Customer Identity and Access Management Software | | |
+| | Customer Loyalty Software | | |
+| | Customer Reference Management Software | | |
+| | Customer Satisfaction Software | | |
+| | Customer Service Software | | |
+| | Customer Success Software | | |
+| | Customer Support Software | | |
+| | Cybersecurity Software | | |
+| | DDoS Protection Software | | |
+| | Dance Studio Software | | |
+| | Dashboard Software | | |
+| | Data Analysis Software | | |
+| | Data Center Management Software | | |
+| | Data Discovery Software | | |
+| | Data Entry Software | | |
+| | Data Extraction Software | | |
+| | Data Governance Software | | |
+| | Data Loss Prevention Software | | |
+| | Data Management Software | | |
+| | Data Mining Software | | |
+| | Data Preparation Software | | |
+| | Data Quality Software | | |
+| | Data Visualization Software | | |
+| | Data Warehouse Software | | |
+| | Database Monitoring Software | | |
+| | Database Software | | |
+| | Databases | | |
+| | Daycare Software | | |
+| | Debt Collection Software | | |
+| | Decision Support Software | | |
+| | Deep Learning Software | | |
+| | Delivery Management Software | | |
+| | Demand Planning Software | | |
+| | Demand Side Platform Software | | |
+| | Dental Charting Software | | |
+| | Dental Imaging Software | | |
+| | Dental Software | | |
+| | Dermatology Software | | |
+| | Desk Booking Software | | |
+| | Desktop as a Service Software | | |
+| | DevOps Software | | |
+| | Diagram Software | | |
+| | Digital Asset Management Software | | |
+| | Digital Experience Platforms Software | | |
+| | Digital Forensics Software | | |
+| | Digital Rights Management Software | | |
+| | Digital Signage Software | | |
+| | Digital Signature Software | | |
+| | Digital Workplace Software | | |
+| | Direct Mail Automation Software | | |
+| | Directory Software | | |
+| | Disk Imaging Software | | |
+| | Display Advertising Software | | |
+| | Distribution Software | | |
+| | Dock Scheduling Software | | |
+| | Docketing Software | | |
+| | Document Control Software | | |
+| | Document Generation Software | | |
+| | Document Management Software | | |
+| | Document Version Control Software | | |
+| | Donation Management Software | | |
+| | Driving School Software | | |
+| | Dropshipping Software | | |
+| | Dry Cleaning Software | | |
+| | EAM Software | | |
+| | EDI Software | | |
+| | EHS Management Software | | |
+| | EMS Software | | |
+| | ERP Software | | |
+| | ESG Software | | |
+| | ETL Software | | |
+| | Ecommerce | | |
+| | Electrical Contractor Software | | |
+| | Electrical Design Software | | |
+| | Electrical Estimating Software | | |
+| | Electronic Data Capture Software | | |
+| | Electronic Discovery Software | | |
+| | Electronic Lab Notebook Software | | |
+| | Electronic Medical Records Software | | |
+| | Email Archiving Software | | |
+| | Email Management Software | | |
+| | Email Marketing Software | | |
+| | Email Security Software | | |
+| | Email Signature Software | | |
+| | Email Tracking Software | | |
+| | Embedded Analytics Software | | |
+| | Emergency Notification Software | | |
+| | Emissions Management Software | | |
+| | Employee Advocacy Software | | |
+| | Employee Engagement Software | | |
+| | Employee Monitoring Software | | |
+| | Employee Recognition Software | | |
+| | Employee Scheduling Software | | |
+| | Encryption Software | | |
+| | Endpoint Detection and Response Software | | |
+| | Endpoint Protection Software | | |
+| | Energy Management Software | | |
+| | Engineering CAD Software | | |
+| | Enterprise Architecture Software | | |
+| | Enterprise Content Management Software | | |
+| | Enterprise Legal Management Software | | |
+| | Enterprise Resource Planning | | |
+| | Enterprise Search Software | | |
+| | Enterprise Service Bus Software | | |
+| | Entity Management Software | | |
+| | Environmental Software | | |
+| | Equipment Maintenance Software | | |
+| | Equipment Rental Software | | |
+| | Equity Management Software | | |
+| | Event Booking Software | | |
+| | Event Check In Software | | |
+| | Event Management Software | | |
+| | Event Marketing Software | | |
+| | Event Rental Software | | |
+| | Exam Software | | |
+| | Expense Report Software | | |
+| | Facility Management Software | | |
+| | Farm Management Software | | |
+| | Fashion Design Software | | |
+| | Fax Server Software | | |
+| | Festival Management Software | | |
+| | Field Sales Software | | |
+| | Field Service Management Software | | |
+| | File Sharing Software | | |
+| | File Sync Software | | |
+| | Financial CRM Software | | |
+| | Financial Close Software | | |
+| | Financial Fraud Detection Software | | |
+| | Financial Management Software | | |
+| | Financial Reporting Software | | |
+| | Financial Risk Management Software | | |
+| | Financial Services Software | | |
+| | Fire Department Software | | |
+| | Firewall Software | | |
+| | Fitness Software | | |
+| | Fixed Asset Management Software | | |
+| | Fleet Maintenance Software | | |
+| | Fleet Management Software | | |
+| | Florist Software | | |
+| | Flowchart Software | | |
+| | Food Costing Software | | |
+| | Food Delivery Software | | |
+| | Food Service Distribution Software | | |
+| | Food Service Management Software | | |
+| | Food Traceability Software | | |
+| | Forestry Software | | |
+| | Form Builder Software | | |
+| | Forms Automation Software | | |
+| | Franchise Management Software | | |
+| | Freight Software | | |
+| | Fuel Management Software | | |
+| | Fund Accounting Software | | |
+| | Fundraising Software | | |
+| | Funeral Home Software | | |
+| | GDPR Compliance Software | | |
+| | GIS Software | | |
+| | GPS Tracking Software | | |
+| | Game Development Software | | |
+| | Gamification Software | | |
+| | Gantt Chart Software | | |
+| | Garage Door Software | | |
+| | Garden Center Software | | |
+| | Golf Course Software | | |
+| | Governance Risk And Compliance Software | | |
+| | Government Software | | |
+| | Gradebook Software | | |
+| | Grant Management Software | | |
+| | Graphic Design Software | | |
+| | Gym Management Software | | |
+| | Gymnastics Software | | |
+| | HIPAA Compliance Software | | |
+| | HOA Software | | |
+| | HR Analytics Software | | |
+| | HVAC Estimating Software | | |
+| | HVAC Software | | |
+| | Handyman Software | | |
+| | Headless CMS Software | | |
+| | Headless eCommerce Software | | |
+| | Healthcare CRM Software | | |
+| | Heatmap Software | | |
+| | Hedge Fund Software | | |
+| | Help Desk Software | | |
+| | Higher Education Software | | |
+| | Home Builder Software | | |
+| | Home Care Software | | |
+| | Home Health Care Software | | |
+| | Home Inspection Software | | |
+| | Horse Software | | |
+| | Hospice Software | | |
+| | Hospital Management Software | | |
+| | Hospitality Property Management Software | | |
+| | Hostel Management Software | | |
+| | Hotel Channel Management Software | | |
+| | Human Resources Software | | |
+| | Human Services Software | | |
+| | Hybrid Events Software | | |
+| | IT Asset Management Software | | |
+| | IT Management Software | | |
+| | IT Project Management Software | | |
+| | IT Service Software | | |
+| | ITSM Software | | |
+| | IVR Software | | |
+| | IWMS Software | | |
+| | Idea Management Software | | |
+| | Identity Management Software | | |
+| | Incident Management Software | | |
+| | Influencer Marketing Software | | |
+| | Innovation Software | | |
+| | Inside Sales Software | | |
+| | Insight Engines Software | | |
+| | Inspection Software | | |
+| | Insurance Policy Software | | |
+| | Insurance Rating Software | | |
+| | Insurance Software | | |
+| | Integrated Development Environment Software | | |
+| | Integrated Risk Management Software | | |
+| | Integration Software | | |
+| | Intellectual Property Management Software | | |
+| | Internal Communications Software | | |
+| | Intranet Software | | |
+| | Inventory Control Software | | |
+| | Inventory Management Software | | |
+| | Investigation Management Software | | |
+| | Investment Management Software | | |
+| | IoT Analytics Software | | |
+| | IoT Software | | |
+| | Issue Tracking Software | | |
+| | Jail Management Software | | |
+| | Janitorial Software | | |
+| | Java CMS Software | | |
+| | JavaScript Frameworks | | |
+| | Jewelry Store Management Software | | |
+| | Job Board Software | | |
+| | Job Costing Software | | |
+| | Job Evaluation Software | | |
+| | Job Shop Software | | |
+| | K12 Software | | |
+| | Kennel Software | | |
+| | Key Management Software | | |
+| | Kiosk Software | | |
+| | Knowledge Base Software | | |
+| | Knowledge Management Software | | |
+| | LMS Software | | |
+| | Label Printing Software | | |
+| | Laboratory Information Management System Software | | |
+| | Land Management Software | | |
+| | Landing Page Software | | |
+| | Landscape Software | | |
+| | Language Learning Software | | |
+| | Law Enforcement Software | | |
+| | Law Practice Management Software | | |
+| | Lawn Care Software | | |
+| | Lead Capture Software | | |
+| | Lead Generation Software | | |
+| | Lead Management Software | | |
+| | Lead Nurturing Software | | |
+| | Learning Experience Platform Software | | |
+| | Learning Management System | | |
+| | Lease Accounting Software | | |
+| | Lease Management Software | | |
+| | Leave Management System | | |
+| | Legal Billing Software | | |
+| | Legal Calendar Software | | |
+| | Legal Case Management Software | | |
+| | Legal Document Management Software | | |
+| | Legal Research Software | | |
+| | Library Automation Software | | |
+| | License Management Software | | |
+| | Live Chat Software | | |
+| | Live Streaming Software | | |
+| | Load Balancing Software | | |
+| | Load Testing Software | | |
+| | Loan Origination Software | | |
+| | Loan Servicing Software | | |
+| | Location Intelligence Software | | |
+| | Locksmith Software | | |
+| | Log Analysis Software | | |
+| | Log Management Software | | |
+| | Logbook Software | | |
+| | Logistics Software | | |
+| | Long Term Care Software | | |
+| | Lost and Found Software | | |
+| | MLM Software | | |
+| | MRM Software | | |
+| | MRP Software | | |
+| | Mac CRM Software | | |
+| | Machine Learning Software | | |
+| | Maid Service Software | | |
+| | Mailroom Management Software | | |
+| | Maintenance Management Software | | |
+| | Managed Service Providers Software | | |
+| | Manufacturing Execution Software | | |
+| | Manufacturing Software | | |
+| | Marine Software | | |
+| | Market Research Software | | |
+| | Marketing Analytics Software | | |
+| | Marketing Attribution Software | | |
+| | Marketing Automation | | |
+| | Marketing Automation Software | | |
+| | Marketing Planning Software | | |
+| | Marketplace Software | | |
+| | Martial Arts Software | | |
+| | Massage Therapy Software | | |
+| | Master Data Management Software | | |
+| | Medical Billing Software | | |
+| | Medical Imaging Software | | |
+| | Medical Inventory Software | | |
+| | Medical Lab Software | | |
+| | Medical Practice Management Software | | |
+| | Medical Scheduling Software | | |
+| | Medical Spa Software | | |
+| | Medical Transcription Software | | |
+| | Meeting Room Booking System | | |
+| | Meeting Software | | |
+| | Membership Management Software | | |
+| | Mental Health Software | | |
+| | Mentoring Software | | |
+| | Metadata Management Software | | |
+| | Microlearning Software | | |
+| | Mind Mapping Software | | |
+| | Mining Software | | |
+| | Mobile Analytics Software | | |
+| | Mobile Banking Software | | |
+| | Mobile Content Management System | | |
+| | Mobile Credit Card Processing Software | | |
+| | Mobile Device Management Software | | |
+| | Mobile Frameworks | | |
+| | Mobile Learning Software | | |
+| | Mobile Marketing Software | | |
+| | Mobility Software | | |
+| | Mortgage Software | | |
+| | Moving Software | | |
+| | MultiChannel eCommerce Software | | |
+| | MultiFactor Authentication Software | | |
+| | Municipal Software | | |
+| | Museum Software | | |
+| | Music School Software | | |
+| | NPS Software | | |
+| | Natural Language Processing Software | | |
+| | Network Access Control Software | | |
+| | Network Management Software | | |
+| | Network Mapping Software | | |
+| | Network Monitoring Software | | |
+| | Network Security Software | | |
+| | Network Troubleshooting Software | | |
+| | No Code Platform Software | | |
+| | NoSQL Databases | | |
+| | Nonprofit Accounting Software | | |
+| | Nonprofit CRM Software | | |
+| | Nonprofit Project Management Software | | |
+| | Nonprofit Software | | |
+| | NoteTaking Software | | |
+| | Nurse Scheduling Software | | |
+| | Nursing Home Software | | |
+| | Nutrition Analysis Software | | |
+| | Nutritionist Software | | |
+| | OCR Software | | |
+| | OEE Software | | |
+| | OKR Software | | |
+| | Occupational Therapy Software | | |
+| | Oil and Gas Software | | |
+| | Onboarding Software | | |
+| | Online Banking Software | | |
+| | Online CRM Software | | |
+| | Online Ordering Software | | |
+| | Online Proofing Software | | |
+| | Operating Systems | | |
+| | Optometry Software | | |
+| | Order Entry Software | | |
+| | Order Management Software | | |
+| | Org Chart Software | | |
+| | PACS Software | | |
+| | PAndC Insurance Software | | |
+| | PCI Compliance Software | | |
+| | PDF Editor Software | | |
+| | PDF Software | | |
+| | PIM Software | | |
+| | PPC Software | | |
+| | Packaging Software | | |
+| | Parcel Audit Software | | |
+| | Parking Management Software | | |
+| | Parks and Recreation Software | | |
+| | Partner Management Software | | |
+| | Password Management Software | | |
+| | Patch Management Software | | |
+| | Patient Case Management Software | | |
+| | Patient Engagement Software | | |
+| | Patient Management Software | | |
+| | Patient Portal Software | | |
+| | Patient Scheduling Software | | |
+| | Pawn Shop Software | | |
+| | Payment Processing Software | | |
+| | Payroll Software | | |
+| | Pediatric Software | | |
+| | Performance Management System Software | | |
+| | Performance Testing Software | | |
+| | Permit Software | | |
+| | Personal Trainer Software | | |
+| | Personalization Software | | |
+| | Pest Control Software | | |
+| | Pet Grooming Software | | |
+| | Pet Sitting Software | | |
+| | Pharmacy Software | | |
+| | Photo Editing Software | | |
+| | Photography Studio Software | | |
+| | Physical Security Software | | |
+| | Physical Therapy Software | | |
+| | Pilates Studio Software | | |
+| | Plagiarism Checker | | |
+| | Plastic Surgery Software | | |
+| | Platform | | |
+| | | AllinOne Marketing Platform | |
+| | | B2B eCommerce Platform | |
+| | | Blockchain Platform | |
+| | | Cloud Communication Platform | |
+| | | Conversational AI Platform | |
+| | | Conversational Marketing Platform | |
+| | | Customer Data Platform | |
+| | | Data Management Platform | |
+| | | Digital Adoption Platform | |
+| | | Low Code Development Platform | |
+| | | Open SMS Platform | |
+| | | Recruitment Marketing Platform | |
+| | | Student Engagement Platform | |
+| | Plumbing Estimating Software | | |
+| | Plumbing Software | | |
+| | Podcast Hosting Software | | |
+| | Podiatry Software | | |
+| | Point of Sale Software | | |
+| | Policy Management Software | | |
+| | Political Campaign Software | | |
+| | Polling Software | | |
+| | Pool Service Software | | |
+| | Portal Software | | |
+| | Predictive Analytics Software | | |
+| | Predictive Dialer Software | | |
+| | Predictive Lead Scoring Software | | |
+| | Preemployment Testing Software | | |
+| | Presentation Software | | |
+| | Preventive Maintenance Software | | |
+| | Pricing Optimization Software | | |
+| | Print Estimating Software | | |
+| | Print Management Software | | |
+| | Privileged Access Management Software | | |
+| | Proctoring Software | | |
+| | Procure to Pay Software | | |
+| | Procurement Software | | |
+| | Product Analytics Software | | |
+| | Product Configurator Software | | |
+| | Product Data Management Software | | |
+| | Product Lifecycle Management Software | | |
+| | Product Management Software | | |
+| | Product Roadmap Software | | |
+| | Production Scheduling Software | | |
+| | Productivity Software | | |
+| | Professional Services Automation Software | | |
+| | Programming Languages | | |
+| | Project Management Software | | |
+| | Project Planning Software | | |
+| | Project Portfolio Management Software | | |
+| | Project Tracking Software | | |
+| | Proofreading Software | | |
+| | Property Management Software | | |
+| | Proposal Management Software | | |
+| | Prototyping Software | | |
+| | Public Relations Software | | |
+| | Public Transportation Software | | |
+| | Public Works Software | | |
+| | Publishing and Subscriptions Software | | |
+| | Punch List Software | | |
+| | Purchasing Software | | |
+| | Push Notifications Software | | |
+| | Qualitative Data Analysis Software | | |
+| | Quality Management Software | | |
+| | Quoting Software | | |
+| | RDBMS Software | | |
+| | RFP Software | | |
+| | Radiology Software | | |
+| | Real Estate Accounting Software | | |
+| | Real Estate Agency Software | | |
+| | Real Estate CMA Software | | |
+| | Real Estate CRM Software | | |
+| | Real Estate Property Management Software | | |
+| | Real Estate Transaction Management Software | | |
+| | Recruiting Agency Software | | |
+| | Recruiting Software | | |
+| | Recurring Billing Software | | |
+| | Recycling Software | | |
+| | Reference Check Software | | |
+| | Referral Software | | |
+| | Registration Software | | |
+| | Relocation Software | | |
+| | Remodeling Estimating Software | | |
+| | Remote Desktop Software | | |
+| | Remote Monitoring and Management Software | | |
+| | Remote Patient Monitoring Software | | |
+| | Remote Support Software | | |
+| | Remote Work Software | | |
+| | Rental Software | | |
+| | Reputation Management Software | | |
+| | Requirements Management Software | | |
+| | Reservations Software | | |
+| | Residential Construction Estimating Software | | |
+| | Resource Management Software | | |
+| | Restaurant Management Software | | |
+| | Restaurant POS Software | | |
+| | Retail Management Systems Software | | |
+| | Retail POS System | | |
+| | Retargeting Software | | |
+| | Revenue Cycle Management Software | | |
+| | Revenue Management Software | | |
+| | Review Management Software | | |
+| | Risk Management Software | | |
+| | Robotic Process Automation | | |
+| | Roofing Software | | |
+| | Route Planning Software | | |
+| | SCADA Software | | |
+| | SEO Software | | |
+| | SIEM Software | | |
+| | SMS Marketing Software | | |
+| | SMS Survey Software | | |
+| | SOAR Software | | |
+| | SPC Software | | |
+| | SaaS Management Software | | |
+| | Safety Management Software | | |
+| | Sales Coaching Software | | |
+| | Sales Content Management Software | | |
+| | Sales Enablement Software | | |
+| | Sales Engagement Platform Software | | |
+| | Sales Force Automation Software | | |
+| | Sales Forecasting Software | | |
+| | Sales Performance Management Software | | |
+| | Sales Tax Software | | |
+| | Sales Tracking Software | | |
+| | Salon Software | | |
+| | Scheduling Software | | |
+| | Scholarship Management Software | | |
+| | School Accounting Software | | |
+| | School Bus Routing Software | | |
+| | School Management Software | | |
+| | Screen Recording Software | | |
+| | Screen Sharing Software | | |
+| | Scrum Software | | |
+| | Secure Email Gateway Software | | |
+| | Security Awareness Training Software | | |
+| | Security Information Management | | |
+| | Security Orchestration Automation and Response Software | | |
+| | Security System Installer Software | | |
+| | Self Storage Software | | |
+| | SelfService Password Reset Software | | |
+| | Server Backup Software | | |
+| | Server Management Software | | |
+| | Server Monitoring Software | | |
+| | Service Desk Software | | |
+| | Service Dispatch Software | | |
+| | Shipment Tracking Software | | |
+| | Shipping Software | | |
+| | Shopping Cart Software | | |
+| | Simulation Software | | |
+| | Single Sign On Software | | |
+| | Small Business CRM Software | | |
+| | Small Business Loyalty Programs Software | | |
+| | Small Business eCommerce Software | | |
+| | Social Media Management Software | | |
+| | Social Media Marketing Software | | |
+| | Social Media Monitoring Software | | |
+| | Social Networking Software | | |
+| | Social Selling Software | | |
+| | Social Work Case Management Software | | |
+| | Softphone Software | | |
+| | Software Tools | | |
+| | | Agile Project Management Tools | |
+| | | App Store Optimization Tools | |
+| | | Configuration Management Tools | |
+| | | Customer Journey Mapping Tools | |
+| | | Email Verification Tools | |
+| | | Employee Communication Tools | |
+| | | Kanban Tools | |
+| | | Link Management Tools | |
+| | | Reporting Tools | |
+| | | Social CRM Tools | |
+| | | Social Listening Tools | |
+| | | Social Media Analytics Tools | |
+| | | Website Optimization Tools | |
+| | | eLearning Authoring Tools | |
+| | Solutions | | |
+| | | Infrastructure as a Service Solutions | |
+| | | Platform as a Service Solutions | |
+| | Source Code Management Software | | |
+| | Sourcing Software | | |
+| | Spa Software | | |
+| | Space Management Software | | |
+| | Speech Analytics Software | | |
+| | Speech Recognition Software | | |
+| | Speech Therapy Software | | |
+| | Spend Management Software | | |
+| | Sports League Software | | |
+| | Spreadsheet Software | | |
+| | Staffing Agency Software | | |
+| | Static Application Security Testing Software | | |
+| | Statistical Analysis Software | | |
+| | Stock Portfolio Management Software | | |
+| | Store Locator Software | | |
+| | Strategic Planning Software | | |
+| | Student Information System Software | | |
+| | Subscription Management Software | | |
+| | Succession Planning Software | | |
+| | Supply Chain Management Software | | |
+| | Survey Software | | |
+| | Sustainability Software | | |
+| | Swim School Software | | |
+| | Takeoff Software | | |
+| | Talent Management Software | | |
+| | Task Management Software | | |
+| | Tattoo Studio Software | | |
+| | Tax Practice Management Software | | |
+| | Team Communication Software | | |
+| | Team Management Software | | |
+| | Telecom Expense Management Software | | |
+| | Telemarketing Software | | |
+| | Telemedicine Software | | |
+| | Telephony Software | | |
+| | Text Mining Software | | |
+| | TextToSpeech Software | | |
+| | Threat Intelligence Software | | |
+| | ThreeD Architecture Software | | |
+| | ThreeD CAD Software | | |
+| | ThreeSixty Degree Feedback Software | | |
+| | Ticketing Software | | |
+| | Time Clock Software | | |
+| | Time Tracking Software | | |
+| | Time and Expense Software | | |
+| | Timeshare Software | | |
+| | Tool Management Software | | |
+| | Tour Operator Software | | |
+| | Towing Software | | |
+| | Trade Promotion Management Software | | |
+| | Training Software | | |
+| | Transactional Email Software | | |
+| | Transcription Software | | |
+| | Translation Management Software | | |
+| | Transportation Dispatch Software | | |
+| | Transportation Management Software | | |
+| | Travel Agency Software | | |
+| | Travel Management Software | | |
+| | Treasury Software | | |
+| | Trucking Software | | |
+| | Trust Accounting Software | | |
+| | Tutoring Software | | |
+| | UI Frameworks | | |
+| | URL Shortener | | |
+| | UX Software | | |
+| | Unified Communications Software | | |
+| | Unified Endpoint Management Software | | |
+| | User Testing Software | | |
+| | Utility Billing Software | | |
+| | Utility Management Systems Software | | |
+| | VDI Software | | |
+| | VPN Software | | |
+| | Vacation Rental Software | | |
+| | Vaccine Management Software | | |
+| | Vector Graphics Software | | |
+| | Vendor Management Software | | |
+| | Venue Management Software | | |
+| | Veterinary Software | | |
+| | Video Conferencing Software | | |
+| | Video Editing Software | | |
+| | Video Hosting Software | | |
+| | Video Interviewing Software | | |
+| | Video Making Software | | |
+| | Video Management Software | | |
+| | Video Marketing Software | | |
+| | Virtual Classroom Software | | |
+| | Virtual Data Room Software | | |
+| | Virtual Event Software | | |
+| | Virtual Machine Software | | |
+| | Virtual Private Server Software | | |
+| | Virtual Reality Software | | |
+| | Virtual Tour Software | | |
+| | Virtualization Software | | |
+| | Visitor Management Software | | |
+| | Visual Search Software | | |
+| | VoIP Software | | |
+| | Volunteer Management Software | | |
+| | Voting Software | | |
+| | Vulnerability Management Software | | |
+| | Vulnerability Scanner Software | | |
+| | Waitlist Software | | |
+| | Waiver Software | | |
+| | Wallets | | |
+| | | Cryptocurrency Wallets | |
+| | Warehouse Management Software | | |
+| | Warranty Management Software | | |
+| | Waste Management Software | | |
+| | Web Analytics Software | | |
+| | Web Conferencing Software | | |
+| | Web Content Management Software | | |
+| | Web Frameworks | | |
+| | Web to Print Software | | |
+| | Webinar Software | | |
+| | Website Accessibility Software | | |
+| | Website Builder Software | | |
+| | Website Monitoring Software | | |
+| | Website Security Software | | |
+| | Whistleblowing Software | | |
+| | Whiteboard Software | | |
+| | Winery Software | | |
+| | Wireframe Software | | |
+| | Wireless Expense Management Software | | |
+| | Work Order Software | | |
+| | Workflow Management Software | | |
+| | Workforce Management Software | | |
+| | Worship Software | | |
+| | Yard Management Software | | |
+| | Yoga Studio Software | | |
+| | Zoo Software | | |
+| | eCommerce Software | | |
+| | eDiscovery Software | | |
+| | ePrescribing Software | | |
+| | iPaaS Software | | |
+| | iPad Kiosk Software | | |
+| | iPad POS Software | | |
+| Sound technology | | | |
+| Sports technology | | | |
+| Supply chain and logistics | | | |
+| ThreeD printing processes | | | |
+| Tools | | | |
+| Travel technology | | | |
+| Trenchless technology | | | |
+| Vehicle technology | | | |
+| Vehicles by type | | | |
+| Waste treatment technology | | | |
+| Water technology | | | |
+| Web technology | | | |
+
+
+
\ No newline at end of file
diff --git a/docs/nl-index.md b/docs/nl-index.md
index daec70db..4510c465 100644
--- a/docs/nl-index.md
+++ b/docs/nl-index.md
@@ -25,7 +25,7 @@ The Natural Language API allows developers to extract entities (e.g., people, or
## Supported Languages
* Sentiment: Over a 100 languages.
- * Entities and salience: English (en), French (fr), Spanish (es), Chinese (zh), German (de), Russian (ru), Japanese (ja), Dutch (nl), Polish (pl), Norwegian (no), Danish (da), Swedish (sv)
+ * Entities and salience: English (en), French (fr), Spanish (es), Chinese (zh), German (de), Russian (ru), Japanese (ja), Dutch (nl), Polish (pl), Norwegian (no), Danish (da), Swedish (sv), Italian (it)
* Other fields: English (en) only.
## Credits
diff --git a/website/generateIndustries.js b/website/generateIndustries.js
index 00a39b25..f2577933 100644
--- a/website/generateIndustries.js
+++ b/website/generateIndustries.js
@@ -10,8 +10,8 @@
*
*/
-let fs = require("fs");
-let { render } = require("mustache");
+const fs = require("fs").promises;
+const { render } = require("mustache");
const axios = require("axios");
// Recursively loop through each object to ensure a defined 'children' property (even if empty)
@@ -28,11 +28,41 @@ const ensureChildrenProperty = (arr) => {
return arr;
}
-axios.get('https://kg.diffbot.com/kg/ontology')
-.then((response) => {
-
- // Template Model for Industry Categories
- var industries = response['data']['taxonomies']['IndustryCategory']['categories'];
+// // Read the file
+// fs.readFile("ontology.tmp.json", 'utf8', (err, data) => {
+// if (err) {
+// console.error('Error reading the file:', err);
+// return;
+// }
+
+// try {
+// // Parse the JSON content
+// const jsonData = JSON.parse(data);
+// console.log('JSON Data:', jsonData);
+// } catch (err) {
+// console.error('Error parsing JSON:', err);
+// }
+// });
+
+
+// axios.get('https://kg.diffbot.com/kg/ontology')
+// .then((response) => {
+// // generateIndustries(response['data'])
+// })
+// .then(());
+
+const run = async () => {
+ // const response = await axios.get('https://kg.diffbot.com/kg/ontology')
+ // const result = await fs.writeFile('ontology.json', JSON.stringify(response['data']))
+ console.log("Reading saved ontology file...")
+ const ontology = await fs.readFile('ontology.tmp.json', 'utf8')
+ const jsonData = JSON.parse(ontology);
+ generateIndustries(jsonData)
+}
+
+const generateIndustries = async (ont) => {
+// Template Model for Industry Categories
+ var industries = ont['taxonomies']['OrganizationCategory']['categories'];
industries = ensureChildrenProperty(industries);
// -- Convert to Array for mustache template iteration
let industriesArray = [];
@@ -41,7 +71,7 @@ axios.get('https://kg.diffbot.com/kg/ontology')
}
// Template Model for Employment Categories
- var employmentCategories = response['data']['taxonomies']['EmploymentCategory']['categories'];
+ var employmentCategories = ont['taxonomies']['EmploymentCategory']['categories'];
employmentCategories = ensureChildrenProperty(employmentCategories);
// -- Convert to Arrays for mustache template iteration
let employmentCategoriesByType = {};
@@ -52,26 +82,63 @@ axios.get('https://kg.diffbot.com/kg/ontology')
employmentCategoriesByType[employmentCategories[category]["info"]["facet"]].push(employmentCategories[category]);
}
+ // Template Model for Article Categories
+ var articleCategories = ont['taxonomies']['ArticleCategory']['categories'];
+ articleCategories = ensureChildrenProperty(articleCategories);
+ // -- Convert to Array for mustache template iteration
+ let articleCategoriesArray = [];
+ for (let industry in articleCategories) {
+ articleCategoriesArray.push(articleCategories[industry]);
+ }
+
+ // Template Model for Technology Categories
+ var technologyCategories = ont['taxonomies']['TechnologyCategory']['categories'];
+ technologyCategories = ensureChildrenProperty(technologyCategories);
+ // -- Convert to Array for mustache template iteration
+ let technologyCategoriesArray = [];
+ for (let cat in technologyCategories) {
+ technologyCategoriesArray.push(technologyCategories[cat]);
+ }
+
var templateModel = {
industries: industriesArray,
- employmentCategories: employmentCategoriesByType
+ employmentCategories: employmentCategoriesByType,
+ articleCategories: articleCategoriesArray,
+ technologyCategories: technologyCategoriesArray
};
// Get Industries Template
- let industriesTemplate = fs.readFileSync("./static/md/kg-industries.md").toString();
+ let industriesTemplate = await fs.readFile("./static/md/kg-industries.md", 'utf-8')
// Render Industries Template
let industriesOutput = render(industriesTemplate, templateModel);
- console.log(`Rendered Industry Reference! Writing Markdown...`);
- fs.writeFileSync(`../docs/kg-industry-list.md`, industriesOutput);
+ console.log(`Rendered Industry Reference! Generating Markdown.../docs/kg-industry-list.md`);
+ await fs.writeFile(`../docs/kg-industry-list.md`, industriesOutput);
// Get Employment Categories Template
- let employmentCategoriesTemplate = fs.readFileSync("./static/md/kg-employment-categories.md").toString();
+ let employmentCategoriesTemplate = await fs.readFile("./static/md/kg-employment-categories.md", 'utf-8')
// Render Employment Categories Template
let employmentCategoriesOutput = render(employmentCategoriesTemplate, templateModel);
- console.log(`Rendered Employment Categories Reference! Writing Markdown...`);
- fs.writeFileSync(`../docs/kg-employment-categories-list.md`, employmentCategoriesOutput);
+ console.log(`Rendered Employment Categories Reference! Generating Markdown.../docs/kg-employment-categories-list.md`);
+ await fs.writeFile(`../docs/kg-employment-categories-list.md`, employmentCategoriesOutput);
+
+ // Get Article Categories Template
+ let articleCategoriesTemplate = await fs.readFile("./static/md/kg-article-categories.md", 'utf-8')
+
+ // Render Article Categories Template
+ let articleCategoriesOutput = render(articleCategoriesTemplate, templateModel);
+ console.log(`Rendered Article Category Reference! Generating Markdown.../docs/kg-article-categories-list.md`);
+ await fs.writeFile(`../docs/kg-article-categories-list.md`, articleCategoriesOutput);
+
+ // Get Techbology Categories Template
+ let technologyCategoriesTemplate = await fs.readFile("./static/md/kg-technology-categories.md", 'utf-8')
+
+ // Render Technology Categories Template
+ let technologyCategoriesOutput = render(technologyCategoriesTemplate, templateModel);
+ console.log(`Rendered Technology Category Reference! Generating Markdown.../docs/kg-technology-categories-list.md`);
+ await fs.writeFile(`../docs/kg-technology-categories-list.md`, technologyCategoriesOutput);
+}
-});
\ No newline at end of file
+run()
\ No newline at end of file
diff --git a/website/generateOntology.js b/website/generateOntology.js
index 027ad94f..572b0886 100644
--- a/website/generateOntology.js
+++ b/website/generateOntology.js
@@ -17,8 +17,8 @@ let fs = require("fs");
let { render } = require("mustache");
const axios = require("axios");
-// Delete this
-const DIFFBOTTOKEN = ""
+let args = process.argv.slice(2);
+const DIFFBOTTOKEN = args[0] ? args[0] : "";
// Template helpers
const templateHelpers = {
@@ -31,95 +31,140 @@ const templateHelpers = {
// Supported entity types and props
var entityTypes = {
- DiffbotEntity: {
- title: "All",
- id: "kg-ont-diffbotentity",
- description: "All Knowledge Graph entities will include the fields below, which are often generalized, linking, or metadata attributes common to all records. \n\nSee the left navigation panel for fields and attributes for specific entities,",
- helpers: templateHelpers
- },
- Article: {
- title: "Article",
- id: "kg-ont-article",
- description: "The article entity type encompasses news, blog posts, and article content known to the Knowledge Graph. \n\nNote that fields are not guaranteed to exist in every entity record.",
- helpers: templateHelpers,
- exampleRecord: 'type:Article title:"The web as a database: The biggest knowledge graph ever"'
- },
- Organization: {
- title: "Organization",
- id: "kg-ont-organization",
- description: "The organization entity type encompasses corporations, local businesses, non-profits, and other organizations known to the Knowledge Graph. \n\nNote that fields are not guaranteed to exist in every entity record.",
- helpers: templateHelpers,
- exampleRecord: 'type:Organization name:"IBM"'
- },
- Person: {
- title: "Person",
- id: "kg-ont-person",
- description: "The person entity type encompasses all people known to the Knowledge Graph. \n\nNote that fields are not guaranteed to exist in every entity record.",
- helpers: templateHelpers,
- exampleRecord: 'type:Person name:"Tom Wheeler" revSortBy:importance'
- },
- Place: {
- title: "Place",
- id: "kg-ont-place",
- description: "The place entity type encompasses cities, landmarks, countries, administrative areas, and other locations known to the Knowledge Graph. \n\nNote that fields are not guaranteed to exist in every entity record.",
- helpers: templateHelpers,
- exampleRecord: 'type:Place revSortBy:importance'
- },
- CreativeWork: {
- title: "CreativeWork",
- id: "kg-ont-creativework",
- description: "The Creative Work entity type encompasses movies, tv shows, musicals, scripts, and other creative works known to the Knowledge Graph. \n\nNote that fields are not guaranteed to exist in every entity record.",
- helpers: templateHelpers,
- exampleRecord: 'type:CreativeWork name:"American Masters" revSortBy:importance'
- },
- Product: {
- title: "Product",
- id: "kg-ont-product",
- description: "The product entity type encompasses products found throughout the web known to the Knowledge Graph. \n\nNote that fields are not guaranteed to exist in every entity record.",
- helpers: templateHelpers,
- exampleRecord: 'type:Product name:"Gold Down Alternative Sleeping Pillows"'
- },
- Image: {
- title: "Image",
- id: "kg-ont-image",
- description: "The Image entity type encompasses images found throughout the web and known to the Knowledge Graph. \n\nNote that fields are not guaranteed to exist in every entity record.",
- helpers: templateHelpers,
- exampleRecord: 'type:Image title:"a visualization of the knowledge graph"'
- },
- Video: {
- title: "Video",
- id: "kg-ont-video",
- description: "The Video entity type encompasses videos found throughout the web and known to the Knowledge Graph. \n\nNote that fields are not guaranteed to exist in every entity record.",
- helpers: templateHelpers,
- exampleRecord: 'type:Video title:"Deconstructing Data Complexity and the Case for AI-Driven Smart Data Discovery"'
- },
- Event: {
- title: "Event",
- id: "kg-ont-event",
- description: "The Event entity type encompasses webinars, meet ups, conferences, and other events known to the Knowledge Graph. \n\nNote that fields are not guaranteed to exist in every entity record.",
- helpers: templateHelpers,
- exampleRecord: 'type:Event name:"Talent Connect"'
- },
- Discussion: {
- title: "Discussion",
- id: "kg-ont-discussion",
- description: "The Discussion entity type encompasses forum and other similar discussions found throughout the web and known to the Knowledge Graph. \n\nNote that fields are not guaranteed to exist in every entity record.",
- helpers: templateHelpers
- },
- AdministrativeArea: {
- title: "AdministrativeArea",
- id: "kg-ont-administrativearea",
- description: "The Administrative Area entity type encompasses all cities, regions, counties, sub-regions, provinces, and countries known to the Knowledge Graph. \n\nNote that fields are not guaranteed to exist in every entity record.",
- helpers: templateHelpers,
- exampleRecord: 'type:AdministrativeArea name:"California"'
- },
- // ROLE ONTOLOGY IS MISSING
- // Role: {
- // title: "Role",
- // id: "kg-ont-role",
- // description: "The Role entity type encompasses all roles known to the Knowledge Graph. \n\nNote that fields are not guaranteed to exist in every entity record.",
- // helpers: templateHelpers
- // },
+ DiffbotEntity: {
+ title: "All",
+ id: "kg-ont-diffbotentity",
+ description:
+ "All Knowledge Graph entities will include the fields below, which are often generalized, linking, or metadata attributes common to all records. \n\nSee the left navigation panel for fields and attributes of specific entities.",
+ helpers: templateHelpers,
+ },
+ Article: {
+ title: "Article",
+ id: "kg-ont-article",
+ description:
+ "The article entity type encompasses news, blog posts, and article content known to the Knowledge Graph. \n\nNote that fields are not guaranteed to exist in every entity record.",
+ helpers: templateHelpers,
+ exampleRecord:
+ 'type:Article title:"The web as a database: The biggest knowledge graph ever"',
+ },
+ Organization: {
+ title: "Organization",
+ id: "kg-ont-organization",
+ description:
+ "The organization entity type encompasses corporations, local businesses, non-profits, and other organizations known to the Knowledge Graph. \n\nNote that fields are not guaranteed to exist in every entity record.",
+ helpers: templateHelpers,
+ exampleRecord: 'type:Organization name:"IBM"',
+ },
+ Person: {
+ title: "Person",
+ id: "kg-ont-person",
+ description:
+ "The person entity type encompasses all people known to the Knowledge Graph. \n\nNote that fields are not guaranteed to exist in every entity record.",
+ helpers: templateHelpers,
+ exampleRecord: 'type:Person name:"Tom Wheeler" revSortBy:importance',
+ },
+ Place: {
+ title: "Place",
+ id: "kg-ont-place",
+ description:
+ "The place entity type encompasses cities, landmarks, countries, administrative areas, and other locations known to the Knowledge Graph. \n\nNote that fields are not guaranteed to exist in every entity record.",
+ helpers: templateHelpers,
+ exampleRecord: "type:Place revSortBy:importance",
+ },
+ CreativeWork: {
+ title: "CreativeWork",
+ id: "kg-ont-creativework",
+ description:
+ "The Creative Work entity type encompasses movies, tv shows, musicals, scripts, and other creative works known to the Knowledge Graph. \n\nNote that fields are not guaranteed to exist in every entity record.",
+ helpers: templateHelpers,
+ exampleRecord:
+ 'type:CreativeWork name:"American Masters" revSortBy:importance',
+ },
+ Product: {
+ title: "Product",
+ id: "kg-ont-product",
+ description:
+ "The product entity type encompasses retail products found throughout the web known to the Knowledge Graph. \n\nNote that fields are not guaranteed to exist in every entity record.",
+ helpers: templateHelpers,
+ exampleRecord: 'type:Product site:"newegg.com"',
+ },
+ Image: {
+ title: "Image",
+ id: "kg-ont-image",
+ description:
+ "The Image entity type encompasses images found throughout the web and known to the Knowledge Graph. \n\nNote that fields are not guaranteed to exist in every entity record.",
+ helpers: templateHelpers,
+ exampleRecord: 'type:Image title:"Mike Tung"',
+ },
+ Video: {
+ title: "Video",
+ id: "kg-ont-video",
+ description:
+ "The Video entity type encompasses videos found throughout the web and known to the Knowledge Graph. \n\nNote that fields are not guaranteed to exist in every entity record.",
+ helpers: templateHelpers,
+ exampleRecord: 'type:Video title:"Diffbot"',
+ },
+ Event: {
+ title: "Event",
+ id: "kg-ont-event",
+ description:
+ "The Event entity type encompasses webinars, meet ups, conferences, and other events known to the Knowledge Graph. \n\nNote that fields are not guaranteed to exist in every entity record.",
+ helpers: templateHelpers,
+ exampleRecord: 'type:Event name:"Talent Connect"',
+ },
+ Discussion: {
+ title: "Discussion",
+ id: "kg-ont-discussion",
+ description:
+ "The Discussion entity type encompasses forum and other similar discussions found throughout the web and known to the Knowledge Graph. \n\nNote that fields are not guaranteed to exist in every entity record.",
+ helpers: templateHelpers,
+ },
+ JobPost: {
+ title: "JobPost",
+ id: "kg-ont-JobPost",
+ description:
+ "The Job Post entity type encompasses all job postings found throughout the web and known to the Knowledge Graph. \n\nNote that fields are not guaranteed to exist in every entity record.",
+ helpers: templateHelpers,
+ exampleRecord: 'type:JobPost employer.name:"Diffbot"',
+ },
+ Research: {
+ title: "Research",
+ id: "kg-ont-research",
+ description:
+ "The Research entity type includes public access research papers and journal articles found throughout the web and known to the Knowledge Graph. \n\nNote that fields are not guaranteed to exist in every entity record.",
+ helpers: templateHelpers,
+ exampleRecord: 'type:Research title:"KnowledgeNet"',
+ },
+ LegalEntity: {
+ title: "LegalEntity",
+ id: "kg-ont-legalentity",
+ description:
+ "The LegalEntity entity type includes companies and organizations with legal status and identifiers.",
+ helpers: templateHelpers,
+ exampleRecord: 'type:LegalEntity name:"GENERAL MOTORS"',
+ },
+ // CURRENTLY BREAKS EXAMPLRECORD GENERATION
+ // faqs: {
+ // title: "FAQ",
+ // id: "kg-ont-faq",
+ // description: "The FAQ entity type is a specialized type of List of Frequently Asked Questions found in various public websites.",
+ // helpers: templateHelpers,
+ // exampleRecord: 'type:FAQ faqs.q:"Zika"'
+ // }
+ // AdministrativeArea: {
+ // title: "AdministrativeArea",
+ // id: "kg-ont-administrativearea",
+ // description: "A sub-type of [Place](doc:place), the Administrative Area entity type encompasses all cities, regions, counties, sub-regions, provinces, and countries known to the Knowledge Graph. \n\nNote that fields are not guaranteed to exist in every entity record.",
+ // helpers: templateHelpers,
+ // exampleRecord: 'type:AdministrativeArea name:"California"'
+ // },
+ // ROLE ONTOLOGY IS MISSING
+ // Role: {
+ // title: "Role",
+ // id: "kg-ont-role",
+ // description: "The Role entity type encompasses all roles known to the Knowledge Graph. \n\nNote that fields are not guaranteed to exist in every entity record.",
+ // helpers: templateHelpers
+ // },
};
// Translates technical content type definitions to layman descriptions & examples
@@ -133,11 +178,6 @@ const typeS = {
const buildFieldExample = (fieldName, fieldEntity, ontDocs, exampleRecord) => {
- // console.log("Field Name: ", fieldName);
- // console.log(fieldEntity);
- // console.log(ontDocs);
- // console.log("Example Record: ", exampleRecord);
-
// Truncate example records
if (exampleRecord && exampleRecord[fieldName]) {
exampleRecord[fieldName] = Array.isArray(exampleRecord[fieldName]) ? exampleRecord[fieldName].slice(0, 3) : exampleRecord[fieldName];
@@ -184,6 +224,9 @@ const buildFieldExample = (fieldName, fieldEntity, ontDocs, exampleRecord) => {
compositeSubFieldNames.forEach(subFieldName => {
if (fieldEntity["fields"][fieldName]["isList"] === true) {
example[0][subFieldName] = buildFieldExample(subFieldName, compositeField, ontDocs, exampleRecord && exampleRecord[fieldName] ? exampleRecord[fieldName] : false);
+ if (subFieldName === "investors") {
+ console.log(example[0][subFieldName])
+ }
}
else {
example[subFieldName] = buildFieldExample(subFieldName, compositeField, ontDocs, exampleRecord && exampleRecord[fieldName] ? exampleRecord[fieldName] : false);
@@ -192,7 +235,7 @@ const buildFieldExample = (fieldName, fieldEntity, ontDocs, exampleRecord) => {
}
}
else {
- console.error(`WARNING: The definition for composite field ${fieldEntity["fields"][fieldName]["type"]} does not exist in the ontology`)
+ console.warn(`WARNING: The definition for composite field ${fieldEntity["fields"][fieldName]["type"]} does not exist in the ontology`)
}
}
// Linked Entity Type
@@ -251,9 +294,21 @@ const getExamples = (entityTypes) => {
for (entityIndex in entities) {
let entityTemplate = entityTypes[entities[entityIndex]];
if (entityTemplate['exampleRecord']) {
- promises.push(axios.get(`https://kg.diffbot.com/kg/dql_endpoint?type=query&token=${DIFFBOTTOKEN}&size=1&query=${encodeURIComponent(entityTemplate['exampleRecord'])}`).then((response) => {
+ promises.push(axios.get(`https://kg.diffbot.com/kg/v3/dql?type=query&token=${DIFFBOTTOKEN}&size=1&query=${encodeURIComponent(entityTemplate['exampleRecord'])}`).then((response) => {
let example = {}
- example[entityTemplate.title] = response.data.data[0];
+ try {
+ if (response.data.hits > 0) {
+ example[entityTemplate.title] = response.data.data[0]['entity']
+ }
+ else {
+ console.log(`No example record found for ${entityTemplate['title']}. (${entityTemplate['exampleRecord']})`)
+ }
+ }
+ catch (error) {
+ console.log(error)
+ console.log(response)
+ }
+
return example;
}));
}
@@ -266,7 +321,16 @@ getExamples(entityTypes)
.then((examples) => {
for (exampleIndex in examples) {
let entityType = Object.keys(examples[exampleIndex])[0];
- entityTypes[entityType]['exampleRecord'] = examples[exampleIndex][entityType];
+ try {
+ if (entityType !== null || entityType !== undefined) {
+ entityTypes[entityType]['exampleRecord'] = examples[exampleIndex][entityType]
+ }
+ }
+ catch (e) {
+ console.log(examples[exampleIndex])
+ console.log(e)
+ }
+
}
return axios.get('https://kg.diffbot.com/kg/ontology')
@@ -286,7 +350,7 @@ getExamples(entityTypes)
// Render Template
let output = render(template, entityModel);
- console.log(`Rendered ${entityModel.title} Ontology! Writing Markdown...`);
+ console.log(`Rendered ${entityModel.title} Ontology! Generating Markdown... /docs/${entityModel.id}.md`);
fs.writeFileSync(`../docs/${entityModel.id}.md`, output);
}
diff --git a/website/ontology.json b/website/ontology.json
new file mode 100644
index 00000000..cf9f5fe7
--- /dev/null
+++ b/website/ontology.json
@@ -0,0 +1 @@
+{"metadata":{"kg-version":"369","binary-version":"0.9.178","generated":"1716500121"},"types":{"AdministrativeArea":{"name":"AdministrativeArea","typeHierarchy":["Place","DiffbotEntity"],"fields":{"geonameId":{"name":"geonameId","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Album":{"name":"Album","typeHierarchy":["CreativeWork","Work","DiffbotEntity"],"fields":{"languages":{"name":"languages","description":"This is the language in which the work is originally created.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"trackPosition":{"name":"trackPosition","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"artistCredit":{"name":"artistCredit","description":"Artist Credit String","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"creditedArtists":{"name":"creditedArtists","description":"List of credited artists","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person","Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"numTracks":{"name":"numTracks","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Article":{"name":"Article","typeHierarchy":["GlobalIndexDiffbotEntity"],"fields":{"date":{"name":"date","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDateTime","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"sentiment":{"name":"sentiment","description":"Sentiment of the article. Positive sentiments have positive values and negative sentiments have a negative value.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nextPage":{"name":"nextPage","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"publisherRegion":{"name":"publisherRegion","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"icon":{"name":"icon","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"estimatedDate":{"name":"estimatedDate","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDateTime","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"siteName":{"name":"siteName","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"language":{"name":"language","description":"Refers to the language in which an Article is written","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"videos":{"name":"videos","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexVideo","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"discussion":{"name":"discussion","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"GIDiscussionField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"title":{"name":"title","description":"Title of the Article","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"quotes":{"name":"quotes","description":"Returns quotes found in the article text and who said them. For English-language text only","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexQuote","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"numPages":{"name":"numPages","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"authorUrl":{"name":"authorUrl","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"html":{"name":"html","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"text":{"name":"text","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"categories":{"name":"categories","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ArticleCategory","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"Each entity in the Diffbot KnowledgeGraph (DKG) is identified by a unique identifier, an alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies that entity. The id is directly derived from the most authoritative origin from the origins array.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"Last time a site was crawled/indexed","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nextPages":{"name":"nextPages","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexImage","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"There are tags.types which can only refer to dbpedia rdf types, while there are also the general DiffbotEntity types which is just an array of all the types an object belongs to. For instance a LocalBusiness would have `types:[\"Organization\",\"LocalBusiness\"]` Finally, there are types that indicate a belonging to a subgroup such as business vs personal email address.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"author":{"name":"author","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is a combination of an entityID and a corresponding web address or uniform resource identifier (URI), which is defined by appending the entityID to the URL https://www.diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://www.diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"tags":{"name":"tags","description":"Array of tags/entities, generated from analysis of the extracted text and cross-referenced with DBpedia and other data sources. Language-specific tags will be returned if the source text is in English, Chinese, French, German, Spanish or Russian.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexTag","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"publisherCountry":{"name":"publisherCountry","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"breadcrumb":{"name":"breadcrumb","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexBreadcrumb","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"pageUrl":{"name":"pageUrl","description":"URL of submitted page / page from which the entity is extracted","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"resolvedPageUrl":{"name":"resolvedPageUrl","description":"Returned if the pageUrl redirects to another URL","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Brand":{"name":"Brand","typeHierarchy":["DiffbotEntity"],"fields":{"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"owners":{"name":"owners","description":"The organizations or persons that own the trademark or service mark","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization","Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"marks":{"name":"marks","description":"The details of the trademark or service mark for this brand.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"MarkDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"City":{"name":"City","typeHierarchy":["AdministrativeArea","Place","DiffbotEntity"],"fields":{},"documented":true},"Company":{"name":"Company","typeHierarchy":["Organization","DiffbotEntity"],"fields":{},"documented":true},"Corporation":{"name":"Corporation","typeHierarchy":["Organization","DiffbotEntity"],"fields":{},"documented":true},"Country":{"name":"Country","typeHierarchy":["AdministrativeArea","Place","DiffbotEntity"],"fields":{},"documented":true},"CreativeWork":{"name":"CreativeWork","typeHierarchy":["Work","DiffbotEntity"],"fields":{"imdbUri":{"name":"imdbUri","description":"Link to the IMDB profile of this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"musicbrainzUri":{"name":"musicbrainzUri","description":"Link to the Musicbrainz profile of this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"parentTitle":{"name":"parentTitle","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["CreativeWork"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"authors":{"name":"authors","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"DegreeEntity":{"name":"DegreeEntity","typeHierarchy":["Intangible","DiffbotEntity"],"fields":{"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"DiffbotEntity":{"name":"DiffbotEntity","typeHierarchy":[],"fields":{"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Discussion":{"name":"Discussion","typeHierarchy":["GlobalIndexDiffbotEntity"],"fields":{"nextPages":{"name":"nextPages","description":"Array of all page URLs concatenated in a multipage discussion","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"There are tags.types which can only refer to dbpedia rdf types, while there are also the general DiffbotEntity types which is just an array of all the types an object belongs to. For instance a LocalBusiness would have `types:[\"Organization\",\"LocalBusiness\"]` Finally, there are types that indicate a belonging to a subgroup such as business vs personal email address.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nextPage":{"name":"nextPage","description":"If discussion spans multiple pages, nextPage will return the subsequent page URL","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is a combination of an entityID and a corresponding web address or uniform resource identifier (URI), which is defined by appending the entityID to the URL https://www.diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://www.diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"language":{"name":"language","description":"Refers to the language which a Discussion is written","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"title":{"name":"title","description":"Title of the Article","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"posts":{"name":"posts","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"DiscussionPost","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"tags":{"name":"tags","description":"Array of tags/entities, generated from analysis of the extracted text and cross-referenced with DBpedia and other data sources. Language-specific tags will be returned if the source text is in English, Chinese, French, German, Spanish or Russian.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexTag","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"rssUrl":{"name":"rssUrl","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"numPages":{"name":"numPages","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"provider":{"name":"provider","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"pageUrl":{"name":"pageUrl","description":"URL of submitted page / page from which the entity is extracted","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"Each entity in the Diffbot KnowledgeGraph (DKG) is identified by a unique identifier, an alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies that entity. The id is directly derived from the most authoritative origin from the origins array.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"numPosts":{"name":"numPosts","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"Last time a site was crawled/indexed","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"resolvedPageUrl":{"name":"resolvedPageUrl","description":"Returned if the pageUrl redirects to another URL","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"numParticipants":{"name":"numParticipants","description":"Number of unique participants in the discussion thread or comments","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"EducationMajorEntity":{"name":"EducationMajorEntity","typeHierarchy":["Intangible","DiffbotEntity"],"fields":{"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"field":{"name":"field","description":"Field of education; ex. IT, Engineering, Agriculture, etc.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"EducationalInstitution":{"name":"EducationalInstitution","typeHierarchy":["Organization","DiffbotEntity"],"fields":{},"documented":true},"EmploymentCategory":{"name":"EmploymentCategory","description":"","typeHierarchy":["Intangible","DiffbotEntity"],"taxonomy":"EmploymentCategory","fields":{"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Event":{"name":"Event","typeHierarchy":["DiffbotEntity"],"fields":{"venue":{"name":"venue","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"timezone":{"name":"timezone","description":"IANA Timezone","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"timezoneOffset":{"name":"timezoneOffset","description":"Timezone offset from GMT","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"humanLanguage":{"name":"humanLanguage","description":"Refers to the language in which the event is published","isFact":true,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Language","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"sponsors":{"name":"sponsors","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"endDateTime":{"name":"endDateTime","description":"Event start date and time in GMT","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDateTime","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"startDateTime":{"name":"startDateTime","description":"Event start date and time in GMT","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDateTime","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"onlineLink":{"name":"onlineLink","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"locations":{"name":"locations","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"Location","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Faq":{"name":"Faq","typeHierarchy":["GlobalIndexDiffbotEntity"],"fields":{"faqs":{"name":"faqs","description":"List of the faqs","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"FaqQnA","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"There are tags.types which can only refer to dbpedia rdf types, while there are also the general DiffbotEntity types which is just an array of all the types an object belongs to. For instance a LocalBusiness would have `types:[\"Organization\",\"LocalBusiness\"]` Finally, there are types that indicate a belonging to a subgroup such as business vs personal email address.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is a combination of an entityID and a corresponding web address or uniform resource identifier (URI), which is defined by appending the entityID to the URL https://www.diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://www.diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"pageUrl":{"name":"pageUrl","description":"URL of submitted page / page from which the entity is extracted","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"Each entity in the Diffbot KnowledgeGraph (DKG) is identified by a unique identifier, an alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies that entity. The id is directly derived from the most authoritative origin from the origins array.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"title":{"name":"title","description":"Faq title","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"Last time a site was crawled/indexed","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"resolvedPageUrl":{"name":"resolvedPageUrl","description":"Returned if the pageUrl redirects to another URL","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Fund":{"name":"Fund","typeHierarchy":["DiffbotEntity"],"fields":{"parent":{"name":"parent","description":"The parent company of this fund.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOwners":{"name":"nbOwners","description":"Number of owners of the fund.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"fundType":{"name":"fundType","description":"Type of the fund.","isFact":true,"isEnum":true,"isList":false,"isPrimitive":false,"type":"FundType","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"controlEntities":{"name":"controlEntities","description":"Control entities","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"FundControlEntity","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"grossAssetValue":{"name":"grossAssetValue","description":"Gross asset value of the fund.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"legalJurisdiction":{"name":"legalJurisdiction","description":"The fund is organized according to the laws of this country/state.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["DiffbotEntity"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"GlobalIndexDiffbotEntity":{"name":"GlobalIndexDiffbotEntity","typeHierarchy":[],"fields":{"types":{"name":"types","description":"There are tags.types which can only refer to dbpedia rdf types, while there are also the general DiffbotEntity types which is just an array of all the types an object belongs to. For instance a LocalBusiness would have `types:[\"Organization\",\"LocalBusiness\"]` Finally, there are types that indicate a belonging to a subgroup such as business vs personal email address.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is a combination of an entityID and a corresponding web address or uniform resource identifier (URI), which is defined by appending the entityID to the URL https://www.diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://www.diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"pageUrl":{"name":"pageUrl","description":"URL of submitted page / page from which the entity is extracted","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"Each entity in the Diffbot KnowledgeGraph (DKG) is identified by a unique identifier, an alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies that entity. The id is directly derived from the most authoritative origin from the origins array.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"Last time a site was crawled/indexed","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"resolvedPageUrl":{"name":"resolvedPageUrl","description":"Returned if the pageUrl redirects to another URL","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Image":{"name":"Image","typeHierarchy":["GlobalIndexDiffbotEntity"],"fields":{"displayHeight":{"name":"displayHeight","description":"Height of image as presented in the browser (and as sized via browser/CSS, if resized)","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"There are tags.types which can only refer to dbpedia rdf types, while there are also the general DiffbotEntity types which is just an array of all the types an object belongs to. For instance a LocalBusiness would have `types:[\"Organization\",\"LocalBusiness\"]` Finally, there are types that indicate a belonging to a subgroup such as business vs personal email address.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is a combination of an entityID and a corresponding web address or uniform resource identifier (URI), which is defined by appending the entityID to the URL https://www.diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://www.diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"naturalHeight":{"name":"naturalHeight","description":"Raw image height, in pixels","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"language":{"name":"language","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"title":{"name":"title","description":"Title of the Image","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"url":{"name":"url","description":"URL of the image","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"naturalWidth":{"name":"naturalWidth","description":"Raw image width in pixels","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"tags":{"name":"tags","description":"Array of tags/entities, generated from analysis of the extracted text and cross-referenced with DBpedia and other data sources. Language-specific tags will be returned if the source text is in English, Chinese, French, German, Spanish or Russian.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexTag","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"xpath":{"name":"xpath","description":"XPath expression identifying the image node","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"breadcrumb":{"name":"breadcrumb","description":"Graphical control element frequently used as a navigational aid; Returns a top-level array of URLs and link text from page breadcrumbs","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexBreadcrumb","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"displayWidth":{"name":"displayWidth","description":"Width of image as presented in the browser (and as sized via browser/CSS, if resized)","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"pageUrl":{"name":"pageUrl","description":"URL of submitted page / page from which the entity is extracted","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"links":{"name":"links","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"Each entity in the Diffbot KnowledgeGraph (DKG) is identified by a unique identifier, an alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies that entity. The id is directly derived from the most authoritative origin from the origins array.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"anchorUrl":{"name":"anchorUrl","description":"Points to an anchor within a page (like `href=\"#top\"`)","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"Last time a site was crawled/indexed","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"resolvedPageUrl":{"name":"resolvedPageUrl","description":"Returned if the pageUrl redirects to another URL","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"IndustryCategory":{"name":"IndustryCategory","description":"","typeHierarchy":["Intangible","DiffbotEntity"],"taxonomy":"IndustryCategory","fields":{"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Intangible":{"name":"Intangible","typeHierarchy":["DiffbotEntity"],"fields":{"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Investment":{"name":"Investment","typeHierarchy":["DiffbotEntity"],"fields":{"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"investment":{"name":"investment","description":"Investment received by an organization.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"InvestmentField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"investee":{"name":"investee","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"JobPost":{"name":"JobPost","typeHierarchy":["DiffbotEntity"],"fields":{"date":{"name":"date","description":"The date when this job is posted online","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"language":{"name":"language","description":"Refers to the humanLanguage in which a Job is written","isFact":true,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Language","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"remote":{"name":"remote","description":"whether this job is remote, possible values: {REMOTE, NOT_REMOTE, HYBRID, UNDEFINED}","isFact":true,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Remote","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"skills":{"name":"skills","description":"The list of required skills for this job post","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Skill"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"jobCategories":{"name":"jobCategories","description":"Employment categories for this job post. See the taxonomy `Employment Categories` for possible values.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Role"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"employer":{"name":"employer","description":"The employer of this job","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"tasks":{"name":"tasks","description":"Description of the job","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"requirements":{"name":"requirements","description":"Description of the job","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"locations":{"name":"locations","description":"Locations of the jobs","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"Location","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Landmark":{"name":"Landmark","typeHierarchy":["Place","DiffbotEntity"],"fields":{},"documented":true},"LegalEntity":{"name":"LegalEntity","typeHierarchy":["DiffbotEntity"],"fields":{"parent":{"name":"parent","description":"The parent company of this subsidiary.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["LegalEntity"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"subCategory":{"name":"subCategory","description":"Indicates and specifies further (where applicable) the sub-category (sub-sector) of Legal Entity identified by this LEI Record and already categorized by the EntityCategory.","isFact":true,"isEnum":true,"isList":false,"isPrimitive":false,"type":"EntitySubCategory","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"legalFormCode":{"name":"legalFormCode","description":"The legal form of the Entity, taken from the ISO Entity Legal Form (ELF) code list maintained by GLEIF. The XML schema validates the format of EntityLegalFormCode codes but not the specific codes conforming to the ISO standard it requires.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"relationships":{"name":"relationships","description":"The list of relationships from this legal entity to other legal entities","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LegalEntityRelationship","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"gleifId":{"name":"gleifId","description":"The Legal Entity Identifier (LEI) is a 20-character, alpha-numeric code based on the ISO 17442 standard developed by the International Organization for Standardization (ISO)","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"from":{"name":"from","description":" The date on which the legal entity was first established as defined in ISO 17442.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"legalJurisdiction":{"name":"legalJurisdiction","description":"The jurisdiction of legal formation and registration of the Entity (and on which the Legalform data element is also dependent).","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["DiffbotEntity"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"micCodes":{"name":"micCodes","description":"Market identifier code (MIC) is an international indicator that identifies stock markets and trading exchanges for trading computers.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"successorEntity":{"name":"successorEntity","description":"The surviving/new Legal Entity which continues/replaces this LEI registration, where applicable.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["DiffbotEntity"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"ultimateParent":{"name":"ultimateParent","description":"The ultimate parent company of this subsidiary.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["LegalEntity"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"expirationReason":{"name":"expirationReason","description":"The reason that a Legal Entity ceased to operate. This element SHALL be present if EntityExpirationDate is present, and omitted otherwise.","isFact":true,"isEnum":true,"isList":false,"isPrimitive":false,"type":"ExpirationReason","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"registrationAuthority":{"name":"registrationAuthority","description":"The registration authority","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["DiffbotEntity"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isinCodes":{"name":"isinCodes","description":"International Securities Identification Number (ISIN) is a 12-digit alphanumeric code that uniquely identifies a specific security.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"legalFormName":{"name":"legalFormName","description":"The legal form of the Entity, taken from the ISO Entity Legal Form (ELF) code list maintained by GLEIF. The XML schema validates the format of EntityLegalFormCode codes but not the specific codes conforming to the ISO standard it requires.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isCurrent":{"name":"isCurrent","description":"The status of Legal Entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"location":{"name":"location","description":"The main/headquarters location of the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Location","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"locations":{"name":"locations","description":"The locations of the entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"Location","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"subsidiaries":{"name":"subsidiaries","description":"Current subsidiaries of this organization.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["LegalEntity"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"to":{"name":"to","description":"The date the Legal Entity ceased operation or was merged. This element SHALL be present if EntityExpirationReason is present, and omitted otherwise.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"category":{"name":"category","description":"Indicates (where applicable) the category of Entity identified by this LEI Data Record, as a more specific category within the broad definition given in ISO 17442. These categories are based on use cases specified in ROC policies, found at the ROC website.","isFact":true,"isEnum":true,"isList":false,"isPrimitive":false,"type":"EntityCategory","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"registerName":{"name":"registerName","description":"The name of the register","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"bicCodes":{"name":"bicCodes","description":"BIC number or SWIFT code — is a standard format for Business Identifier Codes (BIC). It's used to identify banks and financial institutions.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"LocalBusiness":{"name":"LocalBusiness","typeHierarchy":["Organization","DiffbotEntity"],"fields":{"openHours":{"name":"openHours","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OpenHours","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"reviews":{"name":"reviews","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Post"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"rating":{"name":"rating","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"menu":{"name":"menu","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["DiffbotEntity"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Miscellaneous":{"name":"Miscellaneous","typeHierarchy":["DiffbotEntity"],"fields":{"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Movie":{"name":"Movie","typeHierarchy":["CreativeWork","Work","DiffbotEntity"],"fields":{"color":{"name":"color","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"boxOfficeWorldGross":{"name":"boxOfficeWorldGross","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"creators":{"name":"creators","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"directors":{"name":"directors","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"posterImgLink":{"name":"posterImgLink","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"boxOfficeGrossUsa":{"name":"boxOfficeGrossUsa","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"imdbRating":{"name":"imdbRating","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"aspectRatio":{"name":"aspectRatio","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"taglines":{"name":"taglines","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"imdbPopularity":{"name":"imdbPopularity","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"officialSites":{"name":"officialSites","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"genres":{"name":"genres","description":"Genres of the work. It can be multiple genres.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"metaScore":{"name":"metaScore","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"budget":{"name":"budget","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"numAwards":{"name":"numAwards","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"castmembers":{"name":"castmembers","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"CastMember","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"languages":{"name":"languages","description":"This is the language in which the work is originally created.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"releaseDate":{"name":"releaseDate","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"runtime":{"name":"runtime","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"boxOfficeOpeningWeekendUsa":{"name":"boxOfficeOpeningWeekendUsa","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"writers":{"name":"writers","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"plotSummary":{"name":"plotSummary","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"countryOfOrigin":{"name":"countryOfOrigin","description":"This indicates where the work is created. Usually where the production companies or original publisher are from.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"plotKeywords":{"name":"plotKeywords","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"productionCompanies":{"name":"productionCompanies","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"videoMainLink":{"name":"videoMainLink","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"mpaaRating":{"name":"mpaaRating","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Organization":{"name":"Organization","typeHierarchy":["DiffbotEntity"],"fields":{"okvedClassification":{"name":"okvedClassification","description":"Russian Economic Activities Classification System code (OKVED).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ClassificationCode","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"iSicClassification":{"name":"iSicClassification","description":"The International Standard of Industrial Classification (ISIC) of All Economic Activities code was developed by the UN as a standard way of classifying economic activities into 4-digit group codes. We use ISIC Rev. 4 (Edition 2016).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ClassificationCode","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isAcquired":{"name":"isAcquired","description":"Indicates whether the company has been acquired in the past. To verify whether the company has been dissoved or not, refer to 'isDissolved'.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"competitors":{"name":"competitors","description":"Current competitors of this organization.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"acnNumbers":{"name":"acnNumbers","description":"Australian Company Number (ACN) is a unique identifier given to all Australian companies.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"sicClassification":{"name":"sicClassification","description":"The Standard Industrial Classification (SIC) is a system for classifying industries by a four-digit code. We use the version adopted by the U.S. Securities and Exchange Commission.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ClassificationCode","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"foundingDate":{"name":"foundingDate","description":"The date this organization was founded","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaUri":{"name":"wikipediaUri","description":"Link to the Crunchbase profile of this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"irsEmployerIdentificationNumbers":{"name":"irsEmployerIdentificationNumbers","description":"Employer Identification Number as assigned by the U.S. Internal Revenue Service.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"norwegianOrganizationNumbers":{"name":"norwegianOrganizationNumbers","description":"Organisation's identifier in the Norwegian Central Coordinating Register for Legal Entities.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbEmployeesMin":{"name":"nbEmployeesMin","description":"Defines a lower bound for the number of employees of an organization","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"ipo":{"name":"ipo","description":"Information about the company's Initial Public Offering.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"IPO","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"mccCodeDescription":{"name":"mccCodeDescription","description":"Deprecated field, please migrate to mccClassification field","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":true,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"angellistUri":{"name":"angellistUri","description":"Link to the Angel List profile of this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"tsicClassification":{"name":"tsicClassification","description":"Thailand Standard Industrial Classification (TSIC).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ClassificationCode","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"legalEntities":{"name":"legalEntities","description":"Legal Entities related to this organization","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["LegalEntity"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"motto":{"name":"motto","description":"A short sentence or phrase chosen as encapsulating the beliefs or ideals guiding an organization","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbEmployeesMax":{"name":"nbEmployeesMax","description":"Defines a upper bound for the number of employees of an organization","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"hasRemoteInternationalEmployees":{"name":"hasRemoteInternationalEmployees","description":"Indicates whether the company has employees working remotely in countries without offices.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbEmployeeRanges":{"name":"nbEmployeeRanges","description":"The list of all ranges found for an organization from different sources","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"Range","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbEmployees":{"name":"nbEmployees","description":"The estimated number of employees of an organization","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isDissolved":{"name":"isDissolved","description":"Whether this company is active or dissolved.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"companiesHouseIds":{"name":"companiesHouseIds","description":"Identifier assigned by the U.K. Companies House.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"anzSicClassification":{"name":"anzSicClassification","description":"The Australian and New Zealand Standard Industrial Classification (ANZSIC) is the standard classification used in Australia and New Zealand for the collection, compilation and publication of statistics by industry.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ClassificationCode","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"kvedClassification":{"name":"kvedClassification","description":"Ukrainian Economic Activities Classification System code (KVED).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ClassificationCode","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"successors":{"name":"successors","description":"Organizations formed by a consolidation, merger, amalgamation or other similar transaction involving this organization or the entity to which the Company conveys, transfers or leases substantially all its properties and assets.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"ultimateParent":{"name":"ultimateParent","description":"The ultimate parent company of this subsidiary.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"homepageUri":{"name":"homepageUri","description":"Link to the homepage of this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"investments":{"name":"investments","description":"Investments received by this organization.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"InvestmentField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"ceo":{"name":"ceo","description":"Chief Executive Officer of this organization.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"phoneNumbers":{"name":"phoneNumbers","description":"Phone numbers of this organization.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"PhoneNumber","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"partnerships":{"name":"partnerships","description":"Current partnerships of this organization.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isNonProfit":{"name":"isNonProfit","description":"Whether this organization is a non-profit.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"chineseSocialCreditCodes":{"name":"chineseSocialCreditCodes","description":"Chinese social credit code.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"sicCodeDescription":{"name":"sicCodeDescription","description":"Deprecated field, please migrate to sicClassification field","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":true,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"categories":{"name":"categories","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedCategory","leType":["IndustryCategory"],"taxonomy":"IndustryCategory","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"customers":{"name":"customers","description":"Current customers of this organization.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbUniqueInvestors":{"name":"nbUniqueInvestors","description":"Number of unique investors.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"secCentralIndexKeys":{"name":"secCentralIndexKeys","description":"Central Index Key as assigned by the U.S. Securities and Exchange Commission.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"sirenCodes":{"name":"sirenCodes","description":"SIREN codes are given to French businesses and nonprofit associations.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"technographics":{"name":"technographics","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"Technographics","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"boardMembers":{"name":"boardMembers","description":"Member of the Board of Directors for this organization.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nafClassification":{"name":"nafClassification","description":"NAF is the French national statistical classification of activities.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ClassificationCode","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"thaiTaxpayerIds":{"name":"thaiTaxpayerIds","description":"Unique taxpayer number for company in Thailand, also known as company registration number.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"ssbClassification":{"name":"ssbClassification","description":"Norway statistical classification (SSB) is a statistical standard used in Norway that splits economy into sectors on the basis of groups of homogeneous institutional units.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ClassificationCode","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"monthlyTrafficGrowth":{"name":"monthlyTrafficGrowth","description":"Monthly growth in website traffic on this organization's homepage","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"quarterlyRevenues":{"name":"quarterlyRevenues","description":"An organization's revenue for a period of 3 months.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"QuarterlyRevenue","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbLocations":{"name":"nbLocations","description":"Number of locations listed in the field 'locations'","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"mccClassification":{"name":"mccClassification","description":"A Merchant Category Code (MCC) is a four-digit number listed in ISO 18245 for retail financial services. An MCC is used to classify a business by the types of goods or services it provides.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ClassificationCode","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"sicCode":{"name":"sicCode","description":"Deprecated field, please migrate to sicClassification field","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":true,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"industries":{"name":"industries","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","taxonomy":"IndustryCategory","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crunchbaseUri":{"name":"crunchbaseUri","description":"Link to the Crunchbase profile of this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"indianCorporateIdentityNumbers":{"name":"indianCorporateIdentityNumbers","description":"Indian Corporate Identity Number (CIN).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"subsidiaries":{"name":"subsidiaries","description":"Current subsidiaries of this organization.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"cuitNumbers":{"name":"cuitNumbers","description":"CUIT is a unique taxpayer identifier in Argentina.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"vatIdentificationNumbers":{"name":"vatIdentificationNumbers","description":"VAT identification number, an identifier used in many countries, including the countries of the European Union, for value added tax purposes","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"canadianBusinessNumbers":{"name":"canadianBusinessNumbers","description":"Canadian business number is an identifier given to all businesses in Canada.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"predecessors":{"name":"predecessors","description":"Organizations whose ownership, title and interest, including all rights, benefits, duties and liabilities were acquired in an uninterrupted chain of succession by this organization.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"twitterUri":{"name":"twitterUri","description":"Link to the Twitter profile of this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbActiveEmployeeEdges":{"name":"nbActiveEmployeeEdges","description":"Number of employees in the Diffbot KG who are currently employed by this organization.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"suppliers":{"name":"suppliers","description":"Current suppliers of this organization.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"naceClassification":{"name":"naceClassification","description":"The Statistical classification of economic activities in the European Community (NACE) is is a 4-digit classification providing the framework for collecting and presenting a large range of statistical data. We use NACE Rev. 2 (2008).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ClassificationCode","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"mccCode":{"name":"mccCode","description":"Deprecated field, please migrate to mccClassification field","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":true,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"revenue":{"name":"revenue","description":"Income, especially that of a company or organization, generated from the sales of goods, services, capital or any other assets.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"emailAddresses":{"name":"emailAddresses","description":"Email addresses of this organization.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"Contact","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"yearlyRevenues":{"name":"yearlyRevenues","description":"An organization's revenue for a period of 12 months.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"YearlyRevenue","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"logo":{"name":"logo","description":"A graphic mark, emblem, or symbol representative of an institution","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"stock":{"name":"stock","description":"Information about the company's stock.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Stock","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"secForms":{"name":"secForms","description":"Financial statements or other documents filed by this organizations to the U.S. Securities and Exchange Commission (SEC).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"SECForm","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"naicsClassification2017":{"name":"naicsClassification2017","description":"The North American Industry Classification System (NAICS) is the standard used by Federal statistical agencies in classifying business establishments for the purpose of collecting, analyzing, and publishing statistical data related to the U.S. business economy. This is the 2017 version.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ClassificationCode","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"guiNumbers":{"name":"guiNumbers","description":"Government Uniform Invoice (GUI) number is a numeric identifier for business entity registered in Taiwan assigned by Ministry of Economic Affairs, Taiwan.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"edrpouNumbers":{"name":"edrpouNumbers","description":"Ukrainian state registry legal entity identifier (EDRPOU).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"employeeCategories":{"name":"employeeCategories","description":"Employee categories including employee count and first hire date","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"EmployeeCategory","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"parentCompany":{"name":"parentCompany","description":"The parent company of this subsidiary.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"capitalization":{"name":"capitalization","description":"Total market value of all outstanding shares of an organization.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"npiNumbers":{"name":"npiNumbers","description":"The National Provider Identifier (NPI) is a unique identification number for covered health care providers. ","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"ukSicClassification":{"name":"ukSicClassification","description":"The U.K. Standard Industrial Classification (SIC) system used by Companies House. Companies House uses a condensed version of the full list of codes available from the Office of National Statistics (ONS).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ClassificationCode","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"totalInvestment":{"name":"totalInvestment","description":"Sum of all investments.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"linkedInUri":{"name":"linkedInUri","description":"Link to the LinkedIn profile of this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"naicsClassification":{"name":"naicsClassification","description":"The North American Industry Classification System (NAICS) is the standard used by Federal statistical agencies in classifying business establishments for the purpose of collecting, analyzing, and publishing statistical data related to the U.S. business economy. This is the 2022 version.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ClassificationCode","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"uenNumbers":{"name":"uenNumbers","description":"Unique Entity Number (UEN) is a business identification number in Singapore.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"monthlyTraffic":{"name":"monthlyTraffic","description":"Monthly website traffic on this organization's homepage","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"israeliCompanyNumbers":{"name":"israeliCompanyNumbers","description":"The unique identifier given to Israeli comapnies upon registration.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"githubUri":{"name":"githubUri","description":"Link to the Github profile of this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"founders":{"name":"founders","description":"Founders of this organization","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"acquiredBy":{"name":"acquiredBy","description":"The organization that has most recently acquired this organization.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotClassification":{"name":"diffbotClassification","description":"Diffbot Industry Classification.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ClassificationCode","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"blogUri":{"name":"blogUri","description":"Link to the blog of this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"japaneseCorporateNumbers":{"name":"japaneseCorporateNumbers","description":"The Corporate Numbers are 13-digit identifiers assigned by the National Tax Agency to companies and other organizations registered in Japan.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isPublic":{"name":"isPublic","description":"Whether the shares of this company are traded on a stock exchange.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"facebookUri":{"name":"facebookUri","description":"Link to the Facebook profile of this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"abnNumbers":{"name":"abnNumbers","description":"Australian Business Number (ABN) is a unique identifier provided by Australian Business Register (ABR).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"sepaIds":{"name":"sepaIds","description":"Single Euro Payments Area (SEPA) Identifier is given to European organizations located in Euro zone.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"fullName":{"name":"fullName","description":"Full name for this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"remoteScore":{"name":"remoteScore","description":"The probability (0-1) of work environment for this organization to be remote/hybrid and not in_person, i.e. higher the value of remoteScore, the more likely the organization has remote/hybrid work environment.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"russianTaxpayerIdentificationNumbers":{"name":"russianTaxpayerIdentificationNumbers","description":"Russian Taxpayer Personal Identification Number (INN).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"googlePlusUri":{"name":"googlePlusUri","description":"Link to the Google+ profile of this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"location":{"name":"location","description":"The main location of an organization.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Location","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":true},"locations":{"name":"locations","description":"All locations of an organization, including former locations (refer to the field 'isCurrent').","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"Location","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":true}},"documented":true},"OrganizationInvestor":{"name":"OrganizationInvestor","typeHierarchy":["Organization","DiffbotEntity"],"fields":{},"documented":true},"Person":{"name":"Person","typeHierarchy":["DiffbotEntity"],"fields":{"siblings":{"name":"siblings","description":"This person's siblings.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"twitterUri":{"name":"twitterUri","description":"Link to the Twitter profile of the Person entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"educations":{"name":"educations","description":"Education history.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"Education","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nationalities":{"name":"nationalities","description":"The countries where this person is a national or a citizen.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["AdministrativeArea"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"skills":{"name":"skills","description":"Professional skills.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Skill"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"emailAddresses":{"name":"emailAddresses","description":"A person's public email address.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"Contact","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"youtubeUri":{"name":"youtubeUri","description":"Link to the Youtube page of the Person entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"deathPlace":{"name":"deathPlace","description":"A person's place of death.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Location","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"children":{"name":"children","description":"This person's children.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"politicalAffiliation":{"name":"politicalAffiliation","description":"Political party to which this person is affiliated.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"height":{"name":"height","description":"This person's height in meters.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaUri":{"name":"wikipediaUri","description":"Link to the Wikipedia page of the Person entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"connectedIndustries":{"name":"connectedIndustries","description":"Industries of current and former employers.","isFact":true,"isEnum":true,"isList":true,"isPrimitive":false,"type":"Industry","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"weight":{"name":"weight","description":"This person's weight in kilograms.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"friends":{"name":"friends","description":"This person's friends.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"angellistUri":{"name":"angellistUri","description":"Link to the Angel List profile of the Person entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"npiNumbers":{"name":"npiNumbers","description":"The National Provider Identifier (NPI) is a unique identification number for covered health care providers. ","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"colleagues":{"name":"colleagues","description":"People with whom this person has a work or academic relationship.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"Colleague","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbFollowers":{"name":"nbFollowers","description":"The sum of followers across platforms twitter, linkedin, wikidata, instagram, quora, github","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"linkedInUri":{"name":"linkedInUri","description":"Link to the LinkedIn profile of the Person entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nameDetail":{"name":"nameDetail","description":"Parts of the name (e.g., first name, last name, middle name).","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"NameDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"parents":{"name":"parents","description":"This person's parents.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"gender":{"name":"gender","description":"A person's gender.","isFact":true,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Gender","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"githubUri":{"name":"githubUri","description":"Link to the Github page of the Person entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"homepageUri":{"name":"homepageUri","description":"Link to the homepage of the Person entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"phoneNumbers":{"name":"phoneNumbers","description":"A person's phone numbers.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"PhoneNumber","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"blogUri":{"name":"blogUri","description":"This is a link to Person entity's written journal","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"birthPlace":{"name":"birthPlace","description":"A person's place of birth.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Location","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"sepMexicoIds":{"name":"sepMexicoIds","description":"The identification number of the profession license provided by Secretaría de Educación Pública (SEP).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"eyeColor":{"name":"eyeColor","description":"This person's eye color.","isFact":true,"isEnum":true,"isList":false,"isPrimitive":false,"type":"EyeColor","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"deathDate":{"name":"deathDate","description":"A person's date of death.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"hairColor":{"name":"hairColor","description":"This person's hair color.","isFact":true,"isEnum":true,"isList":false,"isPrimitive":false,"type":"HairColor","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"facebookUri":{"name":"facebookUri","description":"Link to the Facebook profile of the Person entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"unions":{"name":"unions","description":"This person's unions, including marriages and civil unions.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"Union","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"languages":{"name":"languages","description":"Languages spoken, written or signed by this person.","isFact":true,"isEnum":true,"isList":true,"isPrimitive":false,"type":"Language","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"employments":{"name":"employments","description":"Employment history, including significant investments, board memberships.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"Employment","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"birthDate":{"name":"birthDate","description":"A person's date of birth.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"religion":{"name":"religion","description":"This person's religion.","isFact":true,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Religion","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"awards":{"name":"awards","description":"Awards received.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"Award","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"netWorth":{"name":"netWorth","description":"A person's estimated net worth (the value the assets minus liabilities).","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crunchbaseUri":{"name":"crunchbaseUri","description":"Link to the Crunchbase profile of the Person entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"googlePlusUri":{"name":"googlePlusUri","description":"Link to the Google+ profile of the Person entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"locations":{"name":"locations","description":"All places where a person has lived. The field 'isCurrent' indicates the current location for this person.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"Location","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"location":{"name":"location","description":"The most representative location for the Person entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Location","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"interests":{"name":"interests","description":"Organizations, products and activities of interest.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Miscellaneous"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"articles":{"name":"articles","description":"Articles written by this person.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Article"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"instagramUri":{"name":"instagramUri","description":"Link to the Instagram profile of the Person entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"age":{"name":"age","description":"A person's age.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"PersonInvestor":{"name":"PersonInvestor","typeHierarchy":["Person","DiffbotEntity"],"fields":{},"documented":true},"Place":{"name":"Place","typeHierarchy":["DiffbotEntity"],"fields":{"postalCodes":{"name":"postalCodes","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"area":{"name":"area","description":"Square kilometers of AdministrativeArea","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"areaCodes":{"name":"areaCodes","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isPartOf":{"name":"isPartOf","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Place"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"population":{"name":"population","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"placeType":{"name":"placeType","description":"Deprecated: Used to denote Place category for a location; ex. Park, City, etc. `types` is now the preferred field for getting this information.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":true,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"location":{"name":"location","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Location","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Podcast":{"name":"Podcast","typeHierarchy":["CreativeWork","Work","DiffbotEntity"],"fields":{"languages":{"name":"languages","description":"This is the language in which the work is originally created.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"RSS feed":{"name":"RSS feed","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"podCategories":{"name":"podCategories","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"complete":{"name":"complete","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"PodcastEpisode":{"name":"PodcastEpisode","typeHierarchy":["CreativeWork","Work","DiffbotEntity"],"fields":{"explicit":{"name":"explicit","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"guests":{"name":"guests","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"appleGuid":{"name":"appleGuid","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Post":{"name":"Post","typeHierarchy":["GlobalIndexDiffbotEntity"],"fields":{"date":{"name":"date","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDateTime","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"sentiment":{"name":"sentiment","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"There are tags.types which can only refer to dbpedia rdf types, while there are also the general DiffbotEntity types which is just an array of all the types an object belongs to. For instance a LocalBusiness would have `types:[\"Organization\",\"LocalBusiness\"]` Finally, there are types that indicate a belonging to a subgroup such as business vs personal email address.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexImage","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"author":{"name":"author","description":"Post author","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is a combination of an entityID and a corresponding web address or uniform resource identifier (URI), which is defined by appending the entityID to the URL https://www.diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://www.diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"language":{"name":"language","description":"Refers to the language in which a discussion post is written","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"authorUrl":{"name":"authorUrl","description":"URL of the author profile page, if available.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"pageUrl":{"name":"pageUrl","description":"URL of submitted page / page from which the discussion post is extracted","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"html":{"name":"html","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"Each entity in the Diffbot KnowledgeGraph (DKG) is identified by a unique identifier, an alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies that entity. The id is directly derived from the most authoritative origin from the origins array.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"text":{"name":"text","description":"Full text of the discussion post","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"Last time a site was crawled/indexed","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"resolvedPageUrl":{"name":"resolvedPageUrl","description":"Returned if the pageUrl redirects to another URL","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Product":{"name":"Product","typeHierarchy":["GlobalIndexDiffbotEntity"],"fields":{"offerPrice":{"name":"offerPrice","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"regularPrice":{"name":"regularPrice","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isbn":{"name":"isbn","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"regularPriceDetails":{"name":"regularPriceDetails","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"PriceDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"productOrigin":{"name":"productOrigin","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"language":{"name":"language","description":"Refers to the language in which the Product page is written","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"prefixCode":{"name":"prefixCode","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"availability":{"name":"availability","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"discussion":{"name":"discussion","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"GIDiscussionField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"title":{"name":"title","description":"Title of the Product","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"offerPriceDetails":{"name":"offerPriceDetails","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"PriceDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"saveAmountDetails":{"name":"saveAmountDetails","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"PriceDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"shippingAmount":{"name":"shippingAmount","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"text":{"name":"text","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"Each entity in the Diffbot KnowledgeGraph (DKG) is identified by a unique identifier, an alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies that entity. The id is directly derived from the most authoritative origin from the origins array.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"sku":{"name":"sku","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"Last time a site was crawled/indexed","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"brand":{"name":"brand","description":"Item's brand name","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"saveAmount":{"name":"saveAmount","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexImage","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"There are tags.types which can only refer to dbpedia rdf types, while there are also the general DiffbotEntity types which is just an array of all the types an object belongs to. For instance a LocalBusiness would have `types:[\"Organization\",\"LocalBusiness\"]` Finally, there are types that indicate a belonging to a subgroup such as business vs personal email address.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"productId":{"name":"productId","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is a combination of an entityID and a corresponding web address or uniform resource identifier (URI), which is defined by appending the entityID to the URL https://www.diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://www.diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"upc":{"name":"upc","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"mpn":{"name":"mpn","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"multipleProducts":{"name":"multipleProducts","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"breadcrumb":{"name":"breadcrumb","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexBreadcrumb","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"pageUrl":{"name":"pageUrl","description":"URL of submitted page / page from which the entity is extracted","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"category":{"name":"category","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"resolvedPageUrl":{"name":"resolvedPageUrl","description":"Returned if the pageUrl redirects to another URL","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Region":{"name":"Region","typeHierarchy":["AdministrativeArea","Place","DiffbotEntity"],"fields":{},"documented":true},"Research":{"name":"Research","typeHierarchy":["GlobalIndexDiffbotEntity"],"fields":{"date":{"name":"date","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDateTime","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"language":{"name":"language","description":"Refers to the language in which an Article is written","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"title":{"name":"title","description":"Title of the article","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"pdfUrl":{"name":"pdfUrl","description":"Pdf url of the article","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"authorUrl":{"name":"authorUrl","description":"Author url","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"Origins of the research article","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"text":{"name":"text","description":"The full text of the article","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"Each entity in the Diffbot KnowledgeGraph (DKG) is identified by a unique identifier, an alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies that entity. The id is directly derived from the most authoritative origin from the origins array.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isOpenAccess":{"name":"isOpenAccess","description":"Whether or not the article is open access","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"Last time a site was crawled/indexed","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"hasFullTextInRepository":{"name":"hasFullTextInRepository","description":"Whether or not the article has full text available in repository","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"There are tags.types which can only refer to dbpedia rdf types, while there are also the general DiffbotEntity types which is just an array of all the types an object belongs to. For instance a LocalBusiness would have `types:[\"Organization\",\"LocalBusiness\"]` Finally, there are types that indicate a belonging to a subgroup such as business vs personal email address.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"openAccessStatus":{"name":"openAccessStatus","description":"Open access status - Gold: published in an DOAJ indexed OA journal, Green: toll-access on publisher page but free copy in OA repository, Hybrid: free under an open license in a toll-access journal, Bronze: free to read on publisher page but without any identifiable license, Closed: other articles","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"author":{"name":"author","description":"Author of the article","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is a combination of an entityID and a corresponding web address or uniform resource identifier (URI), which is defined by appending the entityID to the URL https://www.diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://www.diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"url":{"name":"url","description":"Page url of the article","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"tags":{"name":"tags","description":"Array of tags/entities, generated from analysis of the extracted text and cross-referenced with DBpedia and other data sources. Language-specific tags will be returned if the source text is in English, Chinese, French, German, Spanish or Russian.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexTag","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"openAccessUrl":{"name":"openAccessUrl","description":"Url which is open access","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"abstractText":{"name":"abstractText","description":"The abstract of the article","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"publisher":{"name":"publisher","description":"The publisher of the article","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"pageUrl":{"name":"pageUrl","description":"URL of submitted page / page from which the entity is extracted","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"category":{"name":"category","description":"The category can be article, book-chapter, dissertation, book, dataset, paratext, report, reference-entry, peer-review or other","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"citedByCount":{"name":"citedByCount","description":"The citations received by the article","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"resolvedPageUrl":{"name":"resolvedPageUrl","description":"Returned if the pageUrl redirects to another URL","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"authors":{"name":"authors","description":"List of authors of the article","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexAuthor","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Role":{"name":"Role","typeHierarchy":["Intangible","DiffbotEntity"],"fields":{"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"parentRoles":{"name":"parentRoles","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Role"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"fields":{"name":"fields","description":"Specify optional fields to be returned from any fully-extracted pages, e.g.: &fields=querystring,links.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Intangible"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"SaaS":{"name":"SaaS","typeHierarchy":["Service","Work","DiffbotEntity"],"fields":{"pricingModel":{"name":"pricingModel","description":"pricing model","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"trainingOptions":{"name":"trainingOptions","description":"training options offered","isFact":true,"isEnum":true,"isList":true,"isPrimitive":false,"type":"TrainingOptions","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"languages":{"name":"languages","description":"This is the language in which the work is originally created.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"feeSchedule":{"name":"feeSchedule","description":"fee schedule","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"startingPriceDescription":{"name":"startingPriceDescription","description":"starting price","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"deploymentPlatformOptions":{"name":"deploymentPlatformOptions","description":"deployment platforms offered","isFact":true,"isEnum":true,"isList":true,"isPrimitive":false,"type":"DeploymentPlatformOptions","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"supportOptions":{"name":"supportOptions","description":"support options offered","isFact":true,"isEnum":true,"isList":true,"isPrimitive":false,"type":"SupportOptions","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"pricingDetails":{"name":"pricingDetails","description":"the pricing details","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"pricingUri":{"name":"pricingUri","description":"pricing link","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"priceAmount":{"name":"priceAmount","description":"pricing amount","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Service":{"name":"Service","typeHierarchy":["Work","DiffbotEntity"],"fields":{},"documented":true},"Skill":{"name":"Skill","typeHierarchy":["Intangible","DiffbotEntity"],"fields":{"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"parentSkills":{"name":"parentSkills","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Skill"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"technologyCategories":{"name":"technologyCategories","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["TechnologyCategory"],"taxonomy":"TechnologyCategory","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"relatedSkills":{"name":"relatedSkills","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Skill"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Song":{"name":"Song","typeHierarchy":["CreativeWork","Work","DiffbotEntity"],"fields":{"languages":{"name":"languages","description":"This is the language in which the work is originally created.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"artistCredit":{"name":"artistCredit","description":"Artist Credit String","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"creditedArtists":{"name":"creditedArtists","description":"List of credited artists","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person","Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Subregion":{"name":"Subregion","typeHierarchy":["AdministrativeArea","Place","DiffbotEntity"],"fields":{},"documented":true},"TVEpisode":{"name":"TVEpisode","typeHierarchy":["CreativeWork","Work","DiffbotEntity"],"fields":{"numAwards":{"name":"numAwards","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"castmembers":{"name":"castmembers","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"CastMember","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"languages":{"name":"languages","description":"This is the language in which the work is originally created.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"color":{"name":"color","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"releaseDate":{"name":"releaseDate","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"creators":{"name":"creators","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"directors":{"name":"directors","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"episodeNum":{"name":"episodeNum","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"posterImgLink":{"name":"posterImgLink","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"runtime":{"name":"runtime","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"imdbRating":{"name":"imdbRating","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"aspectRatio":{"name":"aspectRatio","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"writers":{"name":"writers","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"taglines":{"name":"taglines","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"imdbPopularity":{"name":"imdbPopularity","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"genres":{"name":"genres","description":"Genres of the work. It can be multiple genres.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"plotSummary":{"name":"plotSummary","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"countryOfOrigin":{"name":"countryOfOrigin","description":"This indicates where the work is created. Usually where the production companies or original publisher are from.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"plotKeywords":{"name":"plotKeywords","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"productionCompanies":{"name":"productionCompanies","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"videoMainLink":{"name":"videoMainLink","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"metaScore":{"name":"metaScore","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"mpaaRating":{"name":"mpaaRating","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"seasonNum":{"name":"seasonNum","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"TVSeries":{"name":"TVSeries","typeHierarchy":["CreativeWork","Work","DiffbotEntity"],"fields":{"color":{"name":"color","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"creators":{"name":"creators","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"directors":{"name":"directors","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"posterImgLink":{"name":"posterImgLink","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"imdbRating":{"name":"imdbRating","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"aspectRatio":{"name":"aspectRatio","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"taglines":{"name":"taglines","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"imdbPopularity":{"name":"imdbPopularity","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"officialSites":{"name":"officialSites","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"genres":{"name":"genres","description":"Genres of the work. It can be multiple genres.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"latestSeasonYear":{"name":"latestSeasonYear","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"metaScore":{"name":"metaScore","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"budget":{"name":"budget","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"numAwards":{"name":"numAwards","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"castmembers":{"name":"castmembers","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"CastMember","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"languages":{"name":"languages","description":"This is the language in which the work is originally created.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"releaseDate":{"name":"releaseDate","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"numEpisodes":{"name":"numEpisodes","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"runtime":{"name":"runtime","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"writers":{"name":"writers","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"latestSeason":{"name":"latestSeason","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"plotSummary":{"name":"plotSummary","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"countryOfOrigin":{"name":"countryOfOrigin","description":"This indicates where the work is created. Usually where the production companies or original publisher are from.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"plotKeywords":{"name":"plotKeywords","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"productionCompanies":{"name":"productionCompanies","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"videoMainLink":{"name":"videoMainLink","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"mpaaRating":{"name":"mpaaRating","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Tag":{"name":"Tag","typeHierarchy":["GlobalIndexDiffbotEntity"],"fields":{"score":{"name":"score","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"sentiment":{"name":"sentiment","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is a combination of an entityID and a corresponding web address or uniform resource identifier (URI), which is defined by appending the entityID to the URL https://www.diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://www.diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"count":{"name":"count","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"pageUrl":{"name":"pageUrl","description":"URL of submitted page / page from which the entity is extracted","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"Each entity in the Diffbot KnowledgeGraph (DKG) is identified by a unique identifier, an alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies that entity. The id is directly derived from the most authoritative origin from the origins array.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"label":{"name":"label","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"Last time a site was crawled/indexed","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"uri":{"name":"uri","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"resolvedPageUrl":{"name":"resolvedPageUrl","description":"Returned if the pageUrl redirects to another URL","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Technology":{"name":"Technology","typeHierarchy":["Skill","Intangible","DiffbotEntity"],"fields":{},"documented":true},"TechnologyCategory":{"name":"TechnologyCategory","description":"","typeHierarchy":["Intangible","DiffbotEntity"],"taxonomy":"TechnologyCategory","fields":{"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Track":{"name":"Track","typeHierarchy":["CreativeWork","Work","DiffbotEntity"],"fields":{},"documented":true},"Video":{"name":"Video","typeHierarchy":["GlobalIndexDiffbotEntity"],"fields":{"embedUrl":{"name":"embedUrl","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"date":{"name":"date","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDateTime","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"There are tags.types which can only refer to dbpedia rdf types, while there are also the general DiffbotEntity types which is just an array of all the types an object belongs to. For instance a LocalBusiness would have `types:[\"Organization\",\"LocalBusiness\"]` Finally, there are types that indicate a belonging to a subgroup such as business vs personal email address.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexImage","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"author":{"name":"author","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"mime":{"name":"mime","description":"Indicates the nature and format of a document; MIME type, if available, as specified by the Video's `Content-Type.`","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is a combination of an entityID and a corresponding web address or uniform resource identifier (URI), which is defined by appending the entityID to the URL https://www.diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://www.diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"naturalHeight":{"name":"naturalHeight","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"language":{"name":"language","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"title":{"name":"title","description":"Title of the Video","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"url":{"name":"url","description":"URL of the video","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"naturalWidth":{"name":"naturalWidth","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"duration":{"name":"duration","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"pageUrl":{"name":"pageUrl","description":"URL of submitted page / page from which the entity is extracted","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"html":{"name":"html","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"Each entity in the Diffbot KnowledgeGraph (DKG) is identified by a unique identifier, an alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies that entity. The id is directly derived from the most authoritative origin from the origins array.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"text":{"name":"text","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"viewCount":{"name":"viewCount","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"Last time a site was crawled/indexed","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"resolvedPageUrl":{"name":"resolvedPageUrl","description":"Returned if the pageUrl redirects to another URL","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"VideoGame":{"name":"VideoGame","typeHierarchy":["CreativeWork","Work","DiffbotEntity"],"fields":{},"documented":true},"Work":{"name":"Work","typeHierarchy":["DiffbotEntity"],"fields":{"hasFreeTrial":{"name":"hasFreeTrial","description":"has free trial or not","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"rating":{"name":"rating","description":"rating for this work on a scale from 1 (low) to 5 (high)","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"owners":{"name":"owners","description":"owners of this work","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization","Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"features":{"name":"features","description":"all the features it has","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"categories":{"name":"categories","description":"all the categories it is in","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"hasFreeVersion":{"name":"hasFreeVersion","description":"has free version or not","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"alternatives":{"name":"alternatives","description":"alternatives to this work","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["CreativeWork"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true}},"composites":{"Amount":{"name":"Amount","typeHierarchy":[],"fields":{"currency":{"name":"currency","description":"Specifies currency; ex. USD, AUD, BBP, EUR, JPY","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"value":{"name":"value","description":"The numeric value of a given currency","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"ArticleCategory":{"name":"ArticleCategory","description":"","typeHierarchy":["GlobalIndexComplexType"],"taxonomy":"ArticleCategory","fields":{"score":{"name":"score","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Award":{"name":"Award","typeHierarchy":[],"fields":{"date":{"name":"date","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"title":{"name":"title","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"CastMember":{"name":"CastMember","typeHierarchy":[],"fields":{"castmember":{"name":"castmember","description":"The name of the cast member.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"characterName":{"name":"characterName","description":"Characters that the cast played.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"characterLink":{"name":"characterLink","description":"Link to the character played by the castmember","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"ClassificationCode":{"name":"ClassificationCode","typeHierarchy":[],"fields":{"code":{"name":"code","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"level":{"name":"level","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isPrimary":{"name":"isPrimary","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"version":{"name":"version","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Colleague":{"name":"Colleague","typeHierarchy":[],"fields":{"isCurrent":{"name":"isCurrent","description":"Determines if the reporting relationship is current. Returns: true if it is currently current, false otherwise","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"from":{"name":"from","description":"Date when the reporting relationship was established","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"to":{"name":"to","description":"Date when the reporting relationship was terminated","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"relationship":{"name":"relationship","description":"colleague relationship","isFact":true,"isEnum":true,"isList":false,"isPrimitive":false,"type":"ColleagueRelationship","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"colleague":{"name":"colleague","description":"Colleague","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Contact":{"name":"Contact","typeHierarchy":[],"fields":{"contactString":{"name":"contactString","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"TypeOfCommunication","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"DDate":{"name":"DDate","typeHierarchy":[],"fields":{"str":{"name":"str","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"precision":{"name":"precision","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"timestamp":{"name":"timestamp","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"DDateTime":{"name":"DDateTime","typeHierarchy":["DDate"],"fields":{"str":{"name":"str","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"precision":{"name":"precision","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"timestamp":{"name":"timestamp","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"DiscussionPost":{"name":"DiscussionPost","typeHierarchy":["GlobalIndexComplexType"],"fields":{"date":{"name":"date","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDateTime","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"sentiment":{"name":"sentiment","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexImage","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"author":{"name":"author","description":"Post author","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"authorUrl":{"name":"authorUrl","description":"URL of the author profile page, if available.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"language":{"name":"language","description":"Refers to the language in which a discussion post is written","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"html":{"name":"html","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"pageUrl":{"name":"pageUrl","description":"URL of submitted page / page from which the discussion post is extracted","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"text":{"name":"text","description":"Full text of the discussion post","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Education":{"name":"Education","typeHierarchy":[],"fields":{"institution":{"name":"institution","description":"Society or organization; usually educational","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isCurrent":{"name":"isCurrent","description":"Determines if an education is current. Returns: true if it is currently current, false otherwise","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"hasDroppedOut":{"name":"hasDroppedOut","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"major":{"name":"major","description":"Academic discipline","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["EducationMajorEntity"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"degree":{"name":"degree","description":"Academic rank after completion of a course of study","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["DegreeEntity"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"Description of education","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"location":{"name":"location","description":"Associated child fields include country, address, city, street, region, subregion, latitude, longitude, or postal code of a given entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Location","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"from":{"name":"from","description":"Indicating the point in time at which a particular process, event, or activity starts","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"to":{"name":"to","description":"Indicating the point in time at which a particular process, event, or activity ends","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Employee":{"name":"Employee","typeHierarchy":[],"fields":{"categories":{"name":"categories","description":"the employment categories","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Role"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"employee":{"name":"employee","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"EmployeeCategory":{"name":"EmployeeCategory","typeHierarchy":[],"fields":{"firstHireDate":{"name":"firstHireDate","description":"Date of first hire in this category","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"category":{"name":"category","description":"employee category e.g. Sales, CEO, etc","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbEmployees":{"name":"nbEmployees","description":"No of employees in this category","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Employment":{"name":"Employment","typeHierarchy":[],"fields":{"technologies":{"name":"technologies","description":"Technologies","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Skill"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isCurrent":{"name":"isCurrent","description":"Determines if employment is current. Returns: true if it is currently current, false otherwise","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"Description of employment","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"employer":{"name":"employer","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"location":{"name":"location","description":"Associated child fields include country, address, city, street, region, subregion, latitude, longitude, or postal code of a given entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Location","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"from":{"name":"from","description":"Employment start date","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"categories":{"name":"categories","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["EmploymentCategory"],"taxonomy":"EmploymentCategory","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"to":{"name":"to","description":"Employment end date","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"title":{"name":"title","description":"Job title; ex. `Assistant Buyer,` `CEO,` `Co-founder,` `Investor.` etc.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"EnumWithString":{"name":"EnumWithString","typeHierarchy":[],"fields":{"str":{"name":"str","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"normalizedValue":{"name":"normalizedValue","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"FaqQnA":{"name":"FaqQnA","typeHierarchy":["GlobalIndexComplexType"],"fields":{"q":{"name":"q","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"a":{"name":"a","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"FundControlEntity":{"name":"FundControlEntity","typeHierarchy":[],"fields":{"ownershipMin":{"name":"ownershipMin","description":"The lower bound of the ownership percent by this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"from":{"name":"from","description":"The status was acquired on this date.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"entity":{"name":"entity","description":"Control entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization","Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"ownershipMax":{"name":"ownershipMax","description":"The upper bound of the ownership percent by this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"status":{"name":"status","description":"Status of the control entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"GIDiscussionField":{"name":"GIDiscussionField","typeHierarchy":["GlobalIndexComplexType"],"fields":{"nextPages":{"name":"nextPages","description":"Array of all page URLs concatenated in a multipage discussion","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"numPages":{"name":"numPages","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"provider":{"name":"provider","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nextPage":{"name":"nextPage","description":"If discussion spans multiple pages, nextPage will return the subsequent page URL","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"language":{"name":"language","description":"Refers to the language which a Discussion is written","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"numPosts":{"name":"numPosts","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"title":{"name":"title","description":"Title of the Article","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"posts":{"name":"posts","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"DiscussionPost","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"tags":{"name":"tags","description":"Array of tags/entities, generated from analysis of the extracted text and cross-referenced with DBpedia and other data sources. Language-specific tags will be returned if the source text is in English, Chinese, French, German, Spanish or Russian.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexTag","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"numParticipants":{"name":"numParticipants","description":"Number of unique participants in the discussion thread or comments","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"rssUrl":{"name":"rssUrl","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"GlobalIndexAuthor":{"name":"GlobalIndexAuthor","typeHierarchy":["GlobalIndexComplexType"],"fields":{"institution":{"name":"institution","description":"institution of the author","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"GlobalIndexInstitution","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"link":{"name":"link","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"GlobalIndexBreadcrumb":{"name":"GlobalIndexBreadcrumb","typeHierarchy":["GlobalIndexComplexType"],"fields":{"link":{"name":"link","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"GlobalIndexImage":{"name":"GlobalIndexImage","typeHierarchy":["GlobalIndexComplexType"],"fields":{"displayHeight":{"name":"displayHeight","description":"Height of image as presented in the browser (and as sized via browser/CSS, if resized)","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"xpath":{"name":"xpath","description":"XPath expression identifying the image node","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"breadcrumb":{"name":"breadcrumb","description":"Graphical control element frequently used as a navigational aid; Returns a top-level array of URLs and link text from page breadcrumbs","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexBreadcrumb","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"displayWidth":{"name":"displayWidth","description":"Width of image as presented in the browser (and as sized via browser/CSS, if resized)","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"naturalHeight":{"name":"naturalHeight","description":"Raw image height, in pixels","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"language":{"name":"language","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"links":{"name":"links","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"anchorUrl":{"name":"anchorUrl","description":"Points to an anchor within a page (like `href=\"#top\"`)","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"title":{"name":"title","description":"Title of the Image","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"url":{"name":"url","description":"URL of the image","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"naturalWidth":{"name":"naturalWidth","description":"Raw image width in pixels","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"tags":{"name":"tags","description":"Array of tags/entities, generated from analysis of the extracted text and cross-referenced with DBpedia and other data sources. Language-specific tags will be returned if the source text is in English, Chinese, French, German, Spanish or Russian.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexTag","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"GlobalIndexInstitution":{"name":"GlobalIndexInstitution","typeHierarchy":["GlobalIndexComplexType"],"fields":{"name":{"name":"name","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"link":{"name":"link","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"GlobalIndexQuote":{"name":"GlobalIndexQuote","typeHierarchy":["GlobalIndexComplexType"],"fields":{"speakerUri":{"name":"speakerUri","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"quote":{"name":"quote","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"speaker":{"name":"speaker","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"GlobalIndexTag":{"name":"GlobalIndexTag","typeHierarchy":["GlobalIndexComplexType"],"fields":{"score":{"name":"score","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"sentiment":{"name":"sentiment","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"count":{"name":"count","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"label":{"name":"label","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"uri":{"name":"uri","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"GlobalIndexVideo":{"name":"GlobalIndexVideo","typeHierarchy":["GlobalIndexComplexType"],"fields":{"embedUrl":{"name":"embedUrl","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"date":{"name":"date","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDateTime","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexImage","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"author":{"name":"author","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"mime":{"name":"mime","description":"Indicates the nature and format of a document; MIME type, if available, as specified by the Video's `Content-Type.`","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"naturalHeight":{"name":"naturalHeight","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"language":{"name":"language","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"title":{"name":"title","description":"Title of the Video","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"url":{"name":"url","description":"URL of the video","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"naturalWidth":{"name":"naturalWidth","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"duration":{"name":"duration","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"html":{"name":"html","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"text":{"name":"text","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"viewCount":{"name":"viewCount","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"HeadOfPlace":{"name":"HeadOfPlace","typeHierarchy":[],"fields":{"isCurrent":{"name":"isCurrent","description":"Determines if it is current. Returns: true if it is currently current, false otherwise","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"from":{"name":"from","description":"Start date","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"headOfPlace":{"name":"headOfPlace","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"to":{"name":"to","description":"End date","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"category":{"name":"category","description":"Category for this position (e.g., head of state, head of government)","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["EmploymentCategory"],"taxonomy":"EmploymentCategory","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"title":{"name":"title","description":"title or position, e.g. Prime Minister of Norway, Monarch of Norway, etc.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"IPO":{"name":"IPO","typeHierarchy":[],"fields":{"date":{"name":"date","description":"Date on which IPO was listed","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"stockExchange":{"name":"stockExchange","description":"Institution, organization, or association which hosts a market where stocks are traded","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"ImageField":{"name":"ImageField","typeHierarchy":[],"fields":{"classifications":{"name":"classifications","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"fingerprint":{"name":"fingerprint","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"title":{"name":"title","description":"Title of the Image","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isCached":{"name":"isCached","description":"Determines if an image is cached. Returns: true if it is currently cached, false otherwise","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"url":{"name":"url","description":"URL of the image","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"InvestmentField":{"name":"InvestmentField","typeHierarchy":[],"fields":{"date":{"name":"date","description":"Date of investment","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"amount":{"name":"amount","description":"Amount of investment","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isCurrent":{"name":"isCurrent","description":"Determines if the investment is current/latest or not","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"series":{"name":"series","description":"Series of investment","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"investors":{"name":"investors","description":"List of investors","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person","Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"LegalEntityRelationship":{"name":"LegalEntityRelationship","typeHierarchy":[],"fields":{"relationshipPeriod":{"name":"relationshipPeriod","description":"The particular type of period, for example, the duration of the relationship itself, the filing or validity period of any documents demonstrating the relationship, or the accounting period they refer to.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"RelationshipPeriodType","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isCurrent":{"name":"isCurrent","description":"The status of relationship.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"relationshipType":{"name":"relationshipType","description":"A unique code designating the specific category of a directional relationship between two legal entities.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"RelationshipType","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"relatedEntity":{"name":"relatedEntity","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["DiffbotEntity"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"from":{"name":"from","description":"Start date of the relationship","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"LinkedCategory":{"name":"LinkedCategory","typeHierarchy":["LinkedEntity"],"fields":{"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"Main image of the LinkedEntity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"Types of the LinkedEntity","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"level":{"name":"level","description":"Level of this category in the taxonomy.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isPrimary":{"name":"isPrimary","description":"Indicates whether this category is a primary category for the company.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is uniform resource identifier (URI), which is defined by appending the Diffbot entity id to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Name of the LinkedEntity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"targetDiffbotUri":{"name":"targetDiffbotUri","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"LinkedEntity":{"name":"LinkedEntity","typeHierarchy":[],"fields":{"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"Main image of the LinkedEntity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"Types of the LinkedEntity","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is uniform resource identifier (URI), which is defined by appending the Diffbot entity id to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Name of the LinkedEntity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"targetDiffbotUri":{"name":"targetDiffbotUri","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Location":{"name":"Location","typeHierarchy":[],"fields":{"venue":{"name":"venue","description":"The name of the venue","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"country":{"name":"country","description":"The country associated with an entity","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["AdministrativeArea"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"address":{"name":"address","description":"Normalized address for this location.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"city":{"name":"city","description":"A city, town or other municipality associated with this entity","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["AdministrativeArea"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"subregion":{"name":"subregion","description":"A county or other subdivision of 'region'","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["AdministrativeArea"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"latitude":{"name":"latitude","description":"The north-south geographical coordinate of a region or subregion, ex. 55.869998931884766","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"precision":{"name":"precision","description":"The square root of this location's area in kilometers.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"postalCode":{"name":"postalCode","description":"The postal code associated with an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"locationType":{"name":"locationType","description":"The type of location e.g. Headquarters, Mailing or Legal","isFact":false,"isEnum":true,"isList":true,"isPrimitive":false,"type":"LocationType","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"surfaceForm":{"name":"surfaceForm","description":"Address extracted from a web page. For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"poBox":{"name":"poBox","description":"The post office box for this location","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isCurrent":{"name":"isCurrent","description":"Determines if this is the current location of an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"estimatedValue":{"name":"estimatedValue","description":"The estimated value of the property","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"occupancyType":{"name":"occupancyType","description":"The occupancy type of the property","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isPrimary":{"name":"isPrimary","description":"Determines if this is the primary location of an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"street":{"name":"street","description":"The street address associated with an entity","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"metroArea":{"name":"metroArea","description":"A metropolitan area associated with this entity","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["AdministrativeArea"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"estimatedEquity":{"name":"estimatedEquity","description":"The estimated equity of the property","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"region":{"name":"region","description":"A state, province or other subdivision of a country.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["AdministrativeArea"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"rawAdministrativeArea":{"name":"rawAdministrativeArea","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["AdministrativeArea"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"longitude":{"name":"longitude","description":"The east-west geographical coordinate of a region or subregion, ex. -122.43333435058594","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"MarkDetails":{"name":"MarkDetails","typeHierarchy":[],"fields":{"statusDate":{"name":"statusDate","description":"The date on which the status of the trademark or service mark was last updated","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"markId":{"name":"markId","description":"The unique identifier of the trademark or service mark","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"markType":{"name":"markType","description":"The type of the trademark or service mark","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"MarkType","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"authority":{"name":"authority","description":"The authority that granted the trademark or service mark","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"applicationDate":{"name":"applicationDate","description":"The date on which the trademark or service mark was applied for","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"status":{"name":"status","description":"The status of the trademark or service mark","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"MarkStatus","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"statusCode":{"name":"statusCode","description":"The code of the status of the trademark or service mark","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"NameDetail":{"name":"NameDetail","typeHierarchy":[],"fields":{"firstName":{"name":"firstName","description":"Personal name used before a middle and/or family name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"lastName":{"name":"lastName","description":"A Person's surname","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"prefixes":{"name":"prefixes","description":"Honorific prefixes in a name; ex. Dr., Sir., etc","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"suffixes":{"name":"suffixes","description":"Follows a person's full name, including post nominal letters; ex. III, Sr., Jr.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"middleName":{"name":"middleName","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nicknames":{"name":"nicknames","description":"A person's nicknames","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"ObservationInt":{"name":"ObservationInt","typeHierarchy":["Observation"],"fields":{"observationDate":{"name":"observationDate","description":"the date this value was observed","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"observationValue":{"name":"observationValue","description":"the value that was observed","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"OpenHours":{"name":"OpenHours","typeHierarchy":[],"fields":{"dayOfWeek":{"name":"dayOfWeek","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"toHours":{"name":"toHours","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"from":{"name":"from","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"to":{"name":"to","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"fromHours":{"name":"fromHours","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"OriginDetail":{"name":"OriginDetail","typeHierarchy":[],"fields":{"crawledAt":{"name":"crawledAt","description":"The most recent time an origin was crawled from the web","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDateTime","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origin":{"name":"origin","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"PhoneNumber":{"name":"PhoneNumber","typeHierarchy":[],"fields":{"string":{"name":"string","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"digits":{"name":"digits","description":"Numerals from 0 to 9 to form a phone number","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"PriceDetails":{"name":"PriceDetails","typeHierarchy":["GlobalIndexComplexType"],"fields":{"symbol":{"name":"symbol","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"amount":{"name":"amount","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"text":{"name":"text","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"QuarterlyRevenue":{"name":"QuarterlyRevenue","typeHierarchy":[],"fields":{"revenue":{"name":"revenue","description":"Income, especially that of a company or organization, generated from the sales of goods, services, capital or any other assets","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isCurrent":{"name":"isCurrent","description":"Determines if an object is current. Returns: true if it is currently current, false otherwise","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"filingDate":{"name":"filingDate","description":"The date of the registrant’s filing the financial report","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"year":{"name":"year","description":"A calendar year specified usually by a number.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"revenueDate":{"name":"revenueDate","description":"The end date for the period of the financial report","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"quarter":{"name":"quarter","description":"A quarter specified by a number from 1 to 4.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Range":{"name":"Range","typeHierarchy":[],"fields":{"lower":{"name":"lower","description":"the lower number in the range","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"upper":{"name":"upper","description":"the upper number in the range","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"SECForm":{"name":"SECForm","typeHierarchy":[],"fields":{"formType":{"name":"formType","description":"Specific code that describe the type of SEC filing (e.g. 10-K, 8-K, 10-Q, etc.)","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"periodOfReport":{"name":"periodOfReport","description":"Balance sheet date, rounded to nearest month-end.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"filingDate":{"name":"filingDate","description":"The date this SEC form has been filed.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"documentUrl":{"name":"documentUrl","description":"Original document file.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"formTypeName":{"name":"formTypeName","description":"Extended name or description of the specific SEC form.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"filingUrl":{"name":"filingUrl","description":"SEC Gov page url with filing details.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Stock":{"name":"Stock","typeHierarchy":[],"fields":{"symbol":{"name":"symbol","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isCurrent":{"name":"isCurrent","description":"Determines if the stock is current or not implying has been delisted. Returns: true if it is current, false if delisted","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"exchange":{"name":"exchange","description":"The marketplace in which securities, commodities, derivatives and other financial instruments are traded","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"from":{"name":"from","description":"Start date","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"to":{"name":"to","description":"End date","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Technographics":{"name":"Technographics","typeHierarchy":[],"fields":{"technology":{"name":"technology","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["DiffbotEntity"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"categories":{"name":"categories","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Union":{"name":"Union","typeHierarchy":[],"fields":{"isCurrent":{"name":"isCurrent","description":"Determines if the union is current. Returns: true if it is currently current, false otherwise","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"person":{"name":"person","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"from":{"name":"from","description":"Date when the union was established","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"to":{"name":"to","description":"Date when the union was terminated","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"","isFact":true,"isEnum":true,"isList":false,"isPrimitive":false,"type":"TypeOfUnion","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"UriDetails":{"name":"UriDetails","typeHierarchy":[],"fields":{"domainMonthlyTrafficGrowth":{"name":"domainMonthlyTrafficGrowth","description":"Indicates the monthly traffic growth of the top level domain name of this URI.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"domainMonthlyTraffic":{"name":"domainMonthlyTraffic","description":"Indicates the monthly traffic of the top level domain name of this URI.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"redirectsTo":{"name":"redirectsTo","description":"The redirected URL","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbFollowing":{"name":"nbFollowing","description":"Number of accounts that are following the profile associated with this URI","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"uriType":{"name":"uriType","description":"Type of this URI, can be one of Homepage, Blog or Other.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"verified":{"name":"verified","description":"Indicates if the profile associated with this URI has a verified status.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbLinkedAccounts":{"name":"nbLinkedAccounts","description":"Number of accounts that are linked to this URI. i.e. for a github organization is the number of people linked, for LinkedIn the linked employees, etc","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbFollowers":{"name":"nbFollowers","description":"Number of accounts the profile associated with this URI follows.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"httpCodeTimestamp":{"name":"httpCodeTimestamp","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"httpCode":{"name":"httpCode","description":"","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"UriHttpCode","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"uri":{"name":"uri","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"YearlyRevenue":{"name":"YearlyRevenue","typeHierarchy":[],"fields":{"revenue":{"name":"revenue","description":"Income, especially that of a company or organization, generated from the sales of goods, services, capital or any other assets","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isCurrent":{"name":"isCurrent","description":"Determines if an object is current. Returns: true if it is currently current, false otherwise","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"filingDate":{"name":"filingDate","description":"The date of the registrant’s filing the financial report","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"year":{"name":"year","description":"A calendar year specified usually by a number","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"revenueDate":{"name":"revenueDate","description":"The end date for the period of the financial report","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true}},"enums":{"ColleagueRelationship":{"name":"ColleagueRelationship","values":["DIRECTREPORT","MANAGER"]},"DeploymentPlatformOptions":{"name":"DeploymentPlatformOptions","values":["Cloud_saas_webbased","Desktop_mac","Desktop_windows","Desktop_linux","Desktop_chromebook","Onpremise_windows","Onpremise_linux","Mobile_android","Mobile_iphone","Mobile_ipad"]},"EntityCategory":{"name":"EntityCategory","values":["BRANCH","GENERAL","FUND","SOLE_PROPRIETOR","RESIDENT_GOVERNMENT_ENTITY","INTERNATIONAL_ORGANIZATION"]},"EntitySubCategory":{"name":"EntitySubCategory","values":["CENTRAL_GOVERNMENT","STATE_GOVERNMENT","LOCAL_GOVERNMENT","SOCIAL_SECURITY"]},"ExpirationReason":{"name":"ExpirationReason","values":["DISSOLVED","CORPORATE_ACTION","OTHER"]},"EyeColor":{"name":"EyeColor","values":["Black","Brown","Blue","Green","Grey","Amber","Violet","Hazel"]},"FundType":{"name":"FundType","values":["Hedge_Fund","Liquidity_Fund","Private_Equity_Fund","Real_Estate_Fund","Securitized_Asset_Fund","Venture_Capital_Fund"]},"Gender":{"name":"Gender","values":["Male","Female","Transgender_male","Transgender_female","Bigender","Agender","Trigender","Other"]},"HairColor":{"name":"HairColor","values":["Black","Brown","Blond","Red","Gray","White","Bald"]},"Industry":{"name":"Industry","values":["Accident_and_Health_Insurance","Advertising_Agencies","Aerospace_Defense_Major_Diversified","Aerospace_Defense_Products_and_Services","Agricultural_Chemicals","Air_Delivery_and_Freight_Services","Air_Services_Other","Aluminum","Apparel_Stores","Appliances","Application_Software","Asset_Management","Auto_Dealerships","Auto_Manufacturers_Major","Auto_Parts","Auto_Parts_Stores","Auto_Parts_Wholesale","Basic_Materials_Wholesale","Beverages_Brewers","Beverages_Soft_Drinks","Beverages_Wineries_and_Distillers","Biotechnology","Broadcasting_Radio","Broadcasting_TV","Building_Materials_Wholesale","Business_Equipment","Business_Services","Business_Software_and_Services","Catalog_and_Mail_Order_Houses","CATV_Systems","Cement","Chemicals_Major_Diversified","Cigarettes","Cleaning_Products","Closed_End_Fund_Debt","Closed_End_Fund_Equity","Closed_End_Fund_Foreign","Communication_Equipment","Computer_Based_Systems","Computer_Peripherals","Computers_Wholesale","Confectioners","Conglomerates","Consumer_Services","Copper","Credit_Services","Dairy_Products","Data_Storage_Devices","Department_Stores","Diagnostic_Substances","Discount_Variety_Stores","Diversified_Communication_Services","Diversified_Computer_Systems","Diversified_Electronics","Diversified_Investments","Diversified_Machinery","Diversified_Utilities","Drug_Delivery","Drug_Manufacturers_Major","Drug_Manufacturers_Other","Drug_Related_Products","Drug_Stores","Drugs_Generic","Drugs_Wholesale","Education_and_Training_Services","Electric_Utilities","Electronic_Equipment","Electronics_Stores","Electronics_Wholesale","Entertainment_Diversified","Farm_and_Construction_Machinery","Farm_Products","Food_Major_Diversified","Food_Wholesale","Foreign_Money_Center_Banks","Foreign_Regional_Banks","Foreign_Utilities","Gaming_Activities","Gas_Utilities","General_Building_Materials","General_Contractors","General_Entertainment","Gold","Grocery_Stores","Health_Care_Plans","Healthcare_Information_Services","Heavy_Construction","Home_Furnishing_Stores","Home_Furnishings_and_Fixtures","Home_Health_Care","Home_Improvement_Stores","Hospitals","Housewares_and_Accessories","Independent_Oil_and_Gas","Industrial_Electrical_Equipment","Industrial_Equipment_and_Components","Industrial_Equipment_Wholesale","Industrial_Metals_and_Minerals","Insurance_Brokers","Internet_Information_Providers","Internet_Service_Providers","Internet_Software_and_Services","Investment_Brokerage_National","Investment_Brokerage_Regional","Jewelry_Stores","Life_Insurance","Lodging","Long_Distance_Carriers","Long_Term_Care_Facilities","Lumber_Wood_Production","Machine_Tools_and_Accessories","Major_Airlines","Major_Integrated_Oil_and_Gas","Management_Services","Manufactured_Housing","Marketing_Services","Meat_Products","Medical_Appliances_and_Equipment","Medical_Equipment_Wholesale","Medical_Instruments_and_Supplies","Medical_Laboratories_and_Research","Medical_Practitioners","Metal_Fabrication","Money_Center_Banks","Mortgage_Investment","Movie_Production_Theaters","Multimedia_and_Graphics_Software","Music_and_Video_Stores","Networking_and_Communication_Devices","Nonmetallic_Mineral_Mining","Office_Supplies","Oil_and_Gas_Drilling_and_Exploration","Oil_and_Gas_Equipment_and_Services","Oil_and_Gas_Pipelines","Oil_and_Gas_Refining_and_Marketing","Packaging_and_Containers","Paper_and_Paper_Products","Personal_Computers","Personal_Products","Personal_Services","Photographic_Equipment_and_Supplies","Pollution_and_Treatment_Controls","Printed_Circuit_Boards","Processed_and_Packaged_Goods","Processing_Systems_and_Products","Property_and_Casualty_Insurance","Property_Management","Publishing_Books","Publishing_Newspapers","Publishing_Periodicals","Railroads","Real_Estate_Development","Recreational_Goods_Other","Recreational_Vehicles","Regional_MidAtlantic_Banks","Regional_Midwest_Banks","Regional_Northeast_Banks","Regional_Pacific_Banks","Regional_Southeast_Banks","Regional_Southwest__Banks","Regional_Airlines","REIT_Diversified","REIT_Healthcare_Facilities","REIT_Hotel_Motel","REIT_Industrial","REIT_Office","REIT_Residential","REIT_Retail","Rental_and_Leasing_Services","Research_Services","Residential_Construction","Resorts_and_Casinos","Restaurants","Rubber_and_Plastics","Savings_and_Loans","Scientific_and_Technical_Instruments","Security_and_Protection_Services","Security_Software_and_Services","Semiconductor_Broad_Line","Semiconductor_Integrated_Circuits","Semiconductor_Specialized","Semiconductor_Equipment_and_Materials","SemiconductorMemory_Chips","Shipping","Silver","Small_Tools_and_Accessories","Specialized_Health_Services","Specialty_Chemicals","Specialty_Eateries","Specialty_Retail_Other","Sporting_Activities","Sporting_Goods","Sporting_Goods_Stores","Staffing_and_Outsourcing_Services","Steel_and_Iron","Surety_and_Title_Insurance","Synthetics","Technical_and_System_Software","Technical_Services","Telecom_Services_Domestic","Telecom_Services_Foreign","Textile_Apparel_Clothing","Textile_Apparel_Footwear_and_Accessories","Textile_Industrial","Tobacco_Products_Other","Toy_and_Hobby_Stores","Toys_and_Games","Trucking","Trucks_and_Other_Vehicles","Waste_Management","Water_Utilities","Wholesale_Other","Wireless_Communications","Information_and_Delivery_Services","Information_Technology_Services"]},"Language":{"name":"Language","values":["English","Abkhaz","Adyghe","Afrikaans","Akan","Albanian","American_Sign_Language","Amharic","Arabic","Aragonese","Aramaic","Armenian","Aymara","Balinese","Basque","Betawi","Bosnian","Breton","Bulgarian","Cantonese","Catalan","Cherokee","Chickasaw","Chinese","Coptic","Cornish","Corsican","Crimean_Tatar","Croatian","Czech","Danish","Dutch","Dawro","Esperanto","Estonian","Ewe","Fiji_Hindi","Filipino","Finnish","French","Galician","Georgian","German","Greek_Modern","Ancient_Greek","Greenlandic","Haitian_Creole","Hawaiian","Hebrew","Hindi","Hungarian","Icelandic","Indonesian","Inuktitut","Interlingua","Irish","Italian","Japanese","Kabardian","Kannada","Kashubian","Khmer","Kinyarwanda","Korean","KurdishKurdî","Ladin","Latgalian","Latin","Lingala","Livonian","Lojban","Lower_Sorbian","Macedonian","Malay","Malayalam","Mandarin","Manx","Maori","Mauritian_Creole","Min_Nan","Mongolian","Norwegian","Old_Armenian","Old_English","Old_French","Old_Norse","Old_Prussian","Oriya","Pangasinan","Papiamentu","Pashto","Persian","Pitjantjatjara","Polish","Portuguese","ProtoSlavic","Quenya","Rapa_Nui","Romanian","Russian","Sanskrit","Scots","Scottish_Gaelic","Serbian","SerboCroatian","Slovak","Slovene","Spanish","Sinhalese","Swahili","Swedish","Tagalog","Tajik","Tamil","Tarantino","Telugu","Thai","Tok_Pisin","Turkish","Twi","Ukrainian","Upper_Sorbian","Urdu","Uzbek","Venetian","Vietnamese","Vilamovian","Volapük","Võro","Welsh","Xhosa","Yiddish","shortName"]},"LocationType":{"name":"LocationType","values":["Headquarters","Mailing","Legal"]},"MarkStatus":{"name":"MarkStatus","values":["Pending","Active","Inactive","Other"]},"MarkType":{"name":"MarkType","values":["Trademark","CollectiveMark","ServiceMark"]},"RelationshipPeriodType":{"name":"RelationshipPeriodType","values":["ACCOUNTING_PERIOD","RELATIONSHIP_PERIOD","DOCUMENT_FILING_PERIOD"]},"RelationshipType":{"name":"RelationshipType","values":["IS_DIRECTLY_CONSOLIDATED_BY","IS_ULTIMATELY_CONSOLIDATED_BY","IS_INTERNATIONAL_BRANCH_OF","IS_FUND_MANAGED_BY","IS_SUBFUND_OF","IS_FEEDER_TO"]},"Religion":{"name":"Religion","values":["Agnosticism","Amish","Ancestor_worship","Animism","Asatrú","Atheism","Aum_Shinrikyo","Baháí_Faith","Brahma_Kumari","Branch_Davidians","Buddhism","Celtic_Paganism","Chen_Tao","Chinese_religion","Christadelphians","Christian_Apostolic_Church_in_Zion","Christianity","Concerned_Christians","Confucianism","Dami_Xuanjiao","Divine_Lightmission","Druidism","Druze","Ebionites","Eckankar","Gnosticism","Hare_Krishna","Heathenism","Heavens_Gate","Hinduism","The_Family_International","Humanism","Islam","Jain","Jedi_Knights","Jehovahs_Witnesses","Judaism","Mennonite","Mithraism","Mysticism","Native_American_Church","New_Age","No_religion","Occultism","Order_of_the_Solar_Temple","Paganism","Pantheism","Peoples_Temple","Polytheism","Raja_Yoga","Rastafarian","Ravidassia","Salvation_Army","Santería","Satanism","Scientology","Shamanism","Shinto","Sikhism","Spiritualism","Taoism","Thelema","Theosophy","Traditional_African_Church","Unification_Church","Unitarianism","Unitarian_Universalism","Unitas_Fratrum","Universalism","Vodun_Voodoo","Wicca","Witchcraft","Yezidism","Zhu_Shen_Jiao","Zoroastrianism"]},"Remote":{"name":"Remote","values":["REMOTE","NOT_REMOTE","HYBRID","UNDEFINED"]},"SupportOptions":{"name":"SupportOptions","values":["Email_help_desk","FAQs_forum","Knowledge_base","Phone_support","Live_rep_24x7","Chat"]},"TrainingOptions":{"name":"TrainingOptions","values":["In_person","Live_online","Webinars","Documentation","Videos"]},"Type":{"name":"Type","values":["DiffbotEntity","GlobalIndexDiffbotEntity","Person","Organization","Investment","Place","Event","Intangible","Work","JobPost","Miscellaneous","LegalEntity","Fund","Brand","Article","Product","Research","Post","Video","Discussion","Image","Tag","Faq","Company","LocalBusiness","OrganizationInvestor","Corporation","EducationalInstitution","PersonInvestor","AdministrativeArea","Landmark","Country","Region","Subregion","City","EmploymentCategory","Role","Skill","Technology","TechnologyCategory","EducationMajorEntity","DegreeEntity","IndustryCategory","CreativeWork","Movie","TVSeries","TVEpisode","VideoGame","Album","Song","Track","Podcast","PodcastEpisode","Service","SaaS"]},"TypeOfCommunication":{"name":"TypeOfCommunication","values":["None","PERSONAL","PROFESSIONAL"]},"TypeOfUnion":{"name":"TypeOfUnion","values":["Marriage","Domestic_Partnership","Civil_Union"]},"UriHttpCode":{"name":"UriHttpCode","values":["c2xx","c3xx","c4xx","c5xx","code"]}},"taxonomies":{"IndustryCategory":{"categories":[{"name":"Agricultural Organizations","info":{"naicsMapping":"110000","sicMapping":"0200"},"children":[{"name":"Animal Farms","info":{"naicsMapping":"112900","sicMapping":"0290"}},{"name":"Apiculture Organizations","info":{"naicsMapping":"112910","sicMapping":"0279"}},{"name":"Fruits And Vegetables","info":{"naicsMapping":"111200","sicMapping":"0161"}},{"name":"Oilseed And Grain Farming","info":{"naicsMapping":"111100","sicMapping":"0190"}},{"name":"Pet Breeders","info":{"naicsMapping":"115210","sicMapping":"0752"}},{"name":"Poultry Farms","info":{"naicsMapping":"112300","sicMapping":"0259"}}]},{"name":"Associations And Societies","info":{"naicsMapping":"813920","sicMapping":"8690"},"children":[{"name":"Construction Associations","info":{"naicsMapping":"813920","sicMapping":"8620"}},{"name":"Educational Associations","info":{"naicsMapping":"813920","sicMapping":"8620"}},{"name":"Engineering Societies","info":{"naicsMapping":"813920","sicMapping":"8620"}},{"name":"Financial Associations","info":{"naicsMapping":"813910","sicMapping":"8620"}},{"name":"Journalism Associations","info":{"naicsMapping":"813920","sicMapping":"8620"}},{"name":"Law Associations","info":{"naicsMapping":"813920","sicMapping":"8620"}},{"name":"Library Associations","info":{"naicsMapping":"813920","sicMapping":"8620"}},{"name":"Medical Associations","info":{"naicsMapping":"813212","sicMapping":"8620"}},{"name":"Social Sciences Organizations","info":{"naicsMapping":"813410","sicMapping":"8641"}},{"name":"Standards Organizations","info":{"naicsMapping":"813920","sicMapping":"8620"}},{"name":"Youth Organizations","info":{"naicsMapping":"813410","sicMapping":"8641"}}]},{"name":"Chemical Companies","info":{"naicsMapping":"325000","sicMapping":"2899"},"children":[{"name":"Fertilizer Companies","info":{"naicsMapping":"325320","sicMapping":"2879"}},{"name":"Paint Manufacturers","info":{"naicsMapping":"325510","sicMapping":"2850"}},{"name":"Petrochemical Companies","info":{"naicsMapping":"325110","sicMapping":"2869"}}]},{"name":"Clothing Companies","info":{"naicsMapping":"315200","sicMapping":"2389"},"children":[{"name":"High Fashion Brands","info":{"naicsMapping":"315200","sicMapping":"2389"}},{"name":"Shoe Brands","info":{"naicsMapping":"316210","sicMapping":"5139"}},{"name":"Sportswear Brands","info":{"naicsMapping":"339920","sicMapping":"3609"}},{"name":"Underwear Brands","info":{"naicsMapping":"315120","sicMapping":"2389"}}]},{"name":"Community Services","info":{"naicsMapping":null,"sicMapping":"8399"},"children":[{"name":"Cultural Services","info":{"naicsMapping":"712100","sicMapping":"8399"},"children":[{"name":"Art Galleries","info":{"naicsMapping":"712110","sicMapping":"8412"}},{"name":"Libraries","info":{"naicsMapping":"519210","sicMapping":"8231"}},{"name":"Museums","info":{"naicsMapping":"712110","sicMapping":"8412"}},{"name":"Theatres","info":{"naicsMapping":"711310","sicMapping":"7832"}}]},{"name":"Recreation Services","info":{"naicsMapping":"713000","sicMapping":"7999"},"children":[{"name":"Amusement Parks","info":{"naicsMapping":"713110","sicMapping":"7996"}},{"name":"Bowling Centers","info":{"naicsMapping":"713950","sicMapping":"7933"}},{"name":"Casinos","info":{"naicsMapping":"713210","sicMapping":"7999"}},{"name":"Cinemas And Movie Theaters","info":{"naicsMapping":"512131","sicMapping":"7832"}},{"name":"Fitness And Sports Centers","info":{"naicsMapping":"713940","sicMapping":"7991"}},{"name":"Golf Courses And Country Clubs","info":{"naicsMapping":"713910","sicMapping":"7997"}},{"name":"National Parks","info":{"naicsMapping":"712190","sicMapping":"7999"}},{"name":"Stadiums And Arenas","info":{"naicsMapping":"711310","sicMapping":"7941"}},{"name":"Zoos And Aquaria","info":{"naicsMapping":"712130","sicMapping":"8422"}}]}]},{"name":"Construction Companies","info":{"naicsMapping":"236000","sicMapping":"1629"},"children":[{"name":"Construction Associations","info":{"naicsMapping":"813920","sicMapping":"8620"}},{"name":"Electrical Contractors","info":{"naicsMapping":"238210","sicMapping":"1730"}},{"name":"Flooring Contractors","info":{"naicsMapping":"238330","sicMapping":"1752"}},{"name":"General Contractors","info":{"naicsMapping":"238000","sicMapping":"1500"}},{"name":"Heating And Air Conditioning Contractors","info":{"naicsMapping":"238220","sicMapping":"1710"}},{"name":"Landscaping Services","info":{"naicsMapping":"561730","sicMapping":"0782"}},{"name":"Painting Contractors","info":{"naicsMapping":"238320","sicMapping":"1790"}},{"name":"Plumbing Contractors","info":{"naicsMapping":"238220","sicMapping":"1790"}},{"name":"Remodeling And Restoration Contractors","info":{"naicsMapping":"236118","sicMapping":"1500"}},{"name":"Residential Building Constructors","info":{"naicsMapping":"236110","sicMapping":"1520"}},{"name":"Roofing Contractors","info":{"naicsMapping":"238160","sicMapping":"1790"}}]},{"name":"Consumer Service Companies","info":{"naicsMapping":"561000","sicMapping":"7389"},"children":[{"name":"Barber Shops","info":{"naicsMapping":"812111","sicMapping":"7241"}},{"name":"Beauty Salons And Spa","info":{"naicsMapping":"812112","sicMapping":"7231"}},{"name":"Car Washes","info":{"naicsMapping":"811192","sicMapping":"7542"}},{"name":"Cleaning Companies","info":{"naicsMapping":"561720","sicMapping":"7349"}},{"name":"Counseling Organizations","info":{"naicsMapping":"624190","sicMapping":"8322"}},{"name":"Coworking Spaces","info":{"naicsMapping":"531120","sicMapping":"7389"}},{"name":"Death Care Services","info":{"naicsMapping":"812210","sicMapping":"7261"}},{"name":"Laundry Companies","info":{"naicsMapping":"812320","sicMapping":"3582"}},{"name":"Locksmith Services","info":{"naicsMapping":"561622","sicMapping":"7699"}},{"name":"Moving And Storage Companies","info":{"naicsMapping":"484210","sicMapping":"4220"}},{"name":"Parking Services","info":{"naicsMapping":"812930","sicMapping":"7521"}},{"name":"Pest Control Services","info":{"naicsMapping":"561710","sicMapping":"7342"}},{"name":"Photographic Studios","info":{"naicsMapping":"541921","sicMapping":"7221"}},{"name":"Recruiting And Employment Agencies","info":{"naicsMapping":"561311","sicMapping":"7361"}},{"name":"Repair And Maintenance","info":{"naicsMapping":"811000","sicMapping":"7600"},"children":[{"name":"Appliance Repair and Maintenance","info":{"naicsMapping":"811412","sicMapping":"7620"}},{"name":"Computer Repair Services","info":{"naicsMapping":"811210","sicMapping":"7378"}},{"name":"Vehicle Repair And Maintenance","info":{"naicsMapping":"811111","sicMapping":"7538"}}]},{"name":"Ridesharing And Taxi Companies","info":{"naicsMapping":"485310","sicMapping":"4121"}},{"name":"Security Companies","info":{"naicsMapping":"561612","sicMapping":"7381"}},{"name":"Shopping Delivery Services","info":{"naicsMapping":"492100","sicMapping":"7389"}},{"name":"Tattoo Shops","info":{"naicsMapping":"812199","sicMapping":"7299"}},{"name":"Tourism Agencies","info":{"naicsMapping":"561510","sicMapping":"4724"}},{"name":"Vehicle Rental Companies","info":{"naicsMapping":"532111","sicMapping":"7514"}},{"name":"Veterinary Organizations","info":{"naicsMapping":"541940","sicMapping":"0740"}}]},{"name":"Design Companies","info":{"naicsMapping":"541400","sicMapping":"7336"},"children":[{"name":"Architecture Firms","info":{"naicsMapping":"541310","sicMapping":"8712"}},{"name":"Graphic Design Companies","info":{"naicsMapping":"541430","sicMapping":"7336"}},{"name":"Industrial Design Firms","info":{"naicsMapping":"541420","sicMapping":"7389"}},{"name":"Packaging Companies","info":{"naicsMapping":"561910","sicMapping":"7389"}}]},{"name":"Educational Organizations","info":{"naicsMapping":"611000","sicMapping":"8290"},"children":[{"name":"Educational Associations","info":{"naicsMapping":"813920","sicMapping":"8620"}},{"name":"Educational Institutions","info":{"naicsMapping":"611000","sicMapping":"8290"},"children":[{"name":"Academies","info":{"naicsMapping":"611310","sicMapping":"8221"}},{"name":"K12 Schools","info":{"naicsMapping":"611110","sicMapping":"8211"},"children":[{"name":"Pre Schools","info":{"naicsMapping":"611110","sicMapping":"8211"}},{"name":"Primary Schools","info":{"naicsMapping":"611110","sicMapping":"8211"}},{"name":"Secondary Schools","info":{"naicsMapping":"611110","sicMapping":"8211"}}]},{"name":"Research Institutes And Labs","info":{"naicsMapping":"611310","sicMapping":"8221"}},{"name":"Universities And Colleges","info":{"naicsMapping":"611310","sicMapping":"8221"}}]},{"name":"Online Learning Companies","info":{"naicsMapping":"611000","sicMapping":"8290"}}]},{"name":"Energy Companies","info":{"naicsMapping":"221000","sicMapping":"1382"},"children":[{"name":"Natural Gas Companies","info":{"naicsMapping":"221210","sicMapping":"1311"}},{"name":"Nuclear Energy Companies","info":{"naicsMapping":"221113","sicMapping":"4911"}},{"name":"Renewable Energy Companies","info":{"naicsMapping":"221100","sicMapping":"4911"},"children":[{"name":"Hydroelectric Power Companies","info":{"naicsMapping":"221111","sicMapping":"4911"}},{"name":"Solar Energy Companies","info":{"naicsMapping":"221114","sicMapping":"4911"}},{"name":"Wind Energy Companies","info":{"naicsMapping":"221115","sicMapping":"4911"}}]}]},{"name":"Entertainment Companies","info":{"naicsMapping":"710000","sicMapping":"7929"},"children":[{"name":"Gambling Companies","info":{"naicsMapping":"713290","sicMapping":"7999"}},{"name":"Performing Arts Companies","info":{"naicsMapping":"711100","sicMapping":"7922"},"children":[{"name":"Dance Groups","info":{"naicsMapping":"711120","sicMapping":"7922"}},{"name":"Musical Groups","info":{"naicsMapping":"711130","sicMapping":"7929"}}]},{"name":"Recreational Camps","info":{"naicsMapping":"721214","sicMapping":"7032"}},{"name":"Sports Clubs","info":{"naicsMapping":"711211","sicMapping":"7941"}}]},{"name":"Environmental Organizations","info":{"naicsMapping":"813312","sicMapping":"8399"},"children":[{"name":"Climate Change Organizations","info":{"naicsMapping":"813312","sicMapping":"8399"}},{"name":"Nature Conservation Organizations","info":{"naicsMapping":"813312","sicMapping":"8399"}},{"name":"Waste Organizations And Recycling Facilities","info":{"naicsMapping":"221320","sicMapping":"4952"},"children":[{"name":"Recyclable Material Companies","info":{"naicsMapping":"423930","sicMapping":null}},{"name":"Waste Organizations","info":{"naicsMapping":"562990","sicMapping":"5093"}}]},{"name":"Water Organizations","info":{"naicsMapping":"221310","sicMapping":"4941"}}]},{"name":"Financial Services Companies","info":{"naicsMapping":"520000","sicMapping":"6000"},"children":[{"name":"Banks","info":{"naicsMapping":"522110","sicMapping":"6020"},"children":[{"name":"Central Banks","info":{"naicsMapping":"521100","sicMapping":"6011"}}]},{"name":"Credit Unions","info":{"naicsMapping":"522130","sicMapping":"6061"}},{"name":"Financial Associations","info":{"naicsMapping":"813910","sicMapping":"8620"}},{"name":"Financial Data Vendors","info":{"naicsMapping":null,"sicMapping":"6282"}},{"name":"Financial Technology Companies","info":{"naicsMapping":null,"sicMapping":"6282"},"children":[{"name":"Digital Currencies Companies","info":{"naicsMapping":"522320","sicMapping":"6099"}},{"name":"Payment Service Providers","info":{"naicsMapping":"522320","sicMapping":"8742"}}]},{"name":"Insurance Companies","info":{"naicsMapping":"524100","sicMapping":"6300"},"children":[{"name":"Health Insurance Companies","info":{"naicsMapping":"524114","sicMapping":"6321"}},{"name":"Life Insurance Companies","info":{"naicsMapping":"524113","sicMapping":"6310"}},{"name":"Property insurance Companies","info":{"naicsMapping":"524126","sicMapping":"6390"}}]},{"name":"Investment Companies","info":{"naicsMapping":"523999","sicMapping":"6722"},"children":[{"name":"Brokerage Firms","info":{"naicsMapping":"523150","sicMapping":"6211"}},{"name":"Investment Management Companies","info":{"naicsMapping":"525000","sicMapping":"6722"},"children":[{"name":"Hedge Funds","info":{"naicsMapping":"525000","sicMapping":"6723"}},{"name":"Pension Funds","info":{"naicsMapping":"525110","sicMapping":"6724"}},{"name":"Private Equity Firms","info":{"naicsMapping":"523940","sicMapping":"6799"}},{"name":"Real Estate Investment Trusts","info":{"naicsMapping":"525920","sicMapping":"6798"}},{"name":"Venture Capital Firms","info":{"naicsMapping":"523910","sicMapping":"6799"}}]}]},{"name":"Management Consulting Firms","info":{"naicsMapping":"541611","sicMapping":"8742"}},{"name":"Money Exchange Providers","info":{"naicsMapping":"522320","sicMapping":"6099"}},{"name":"Mortgage Lenders","info":{"naicsMapping":"522310","sicMapping":"6163"}},{"name":"Stock Exchanges","info":{"naicsMapping":"523210","sicMapping":"6231"}}]},{"name":"Food And Drink Companies","info":{"naicsMapping":"311000","sicMapping":"2000"},"children":[{"name":"Animal Food Manufacturers","info":{"naicsMapping":"311110","sicMapping":"2048"}},{"name":"Drink Companies","info":{"naicsMapping":"312100","sicMapping":"2080"},"children":[{"name":"Bottled Water Companies","info":{"naicsMapping":"312112","sicMapping":"2080"}},{"name":"Breweries","info":{"naicsMapping":"312120","sicMapping":"2082"}},{"name":"Coffee Companies","info":{"naicsMapping":"311920","sicMapping":"2095"}},{"name":"Distilleries","info":{"naicsMapping":"312140","sicMapping":"2085"}},{"name":"Soft Drinks Manufacturers","info":{"naicsMapping":"312111","sicMapping":"2086"}},{"name":"Tea Companies","info":{"naicsMapping":"311920","sicMapping":"2095"}},{"name":"Wineries","info":{"naicsMapping":"312130","sicMapping":"2084"}}]},{"name":"Food Companies","info":{"naicsMapping":"311000","sicMapping":"2000"},"children":[{"name":"Cocoa Companies","info":{"naicsMapping":"311351","sicMapping":"2066"}},{"name":"Dairy Companies","info":{"naicsMapping":"112120","sicMapping":"5143"}}]}]},{"name":"Hospitality Companies","info":{"naicsMapping":"720000","sicMapping":null},"children":[{"name":"Adult Entertainment Clubs","info":{"naicsMapping":"722410","sicMapping":"5813"}},{"name":"Bars","info":{"naicsMapping":"722410","sicMapping":"5813"}},{"name":"Cafes","info":{"naicsMapping":"722515","sicMapping":"5810"}},{"name":"Fast Food Restaurants","info":{"naicsMapping":"722513","sicMapping":"5812"}},{"name":"Restaurants","info":{"naicsMapping":"722500","sicMapping":"5812"}},{"name":"Tourist Accommodations","info":{"naicsMapping":"721199","sicMapping":null},"children":[{"name":"Campgrounds","info":{"naicsMapping":"721211","sicMapping":"7033"}},{"name":"Hostels And Motels","info":{"naicsMapping":"721110","sicMapping":"7011"}},{"name":"Hotels","info":{"naicsMapping":"721110","sicMapping":"7011"}},{"name":"Resorts","info":{"naicsMapping":"721199","sicMapping":"7011"}}]}]},{"name":"Infrastructure","info":{"naicsMapping":null,"sicMapping":null},"children":[{"name":"Airports Services","info":{"naicsMapping":null,"sicMapping":"4580"}},{"name":"Bridges","info":{"naicsMapping":null,"sicMapping":"1622"}},{"name":"Ports","info":{"naicsMapping":null,"sicMapping":"4440"}},{"name":"Railway Stations","info":{"naicsMapping":null,"sicMapping":null}}]},{"name":"Manufacturing Companies","info":{"naicsMapping":"330000","sicMapping":"3900"},"children":[{"name":"Building Materials Companies","info":{"naicsMapping":"327120","sicMapping":"5200"},"children":[{"name":"Cement Companies","info":{"naicsMapping":"327300","sicMapping":"2891"}},{"name":"Ceramics Manufacturers","info":{"naicsMapping":"327110","sicMapping":"1450"}},{"name":"Glassmaking Companies","info":{"naicsMapping":"327210","sicMapping":"1793"}},{"name":"Metal Companies","info":{"naicsMapping":"332300","sicMapping":"3390"}}]},{"name":"Electrical Equipment Manufacturers","info":{"naicsMapping":"335310","sicMapping":"3600"}},{"name":"Electronic Products Manufacturers","info":{"naicsMapping":"335000","sicMapping":"3600"},"children":[{"name":"Audio Video Equipment Manufacturers","info":{"naicsMapping":"334310","sicMapping":"3650"}},{"name":"Display Technology Companies","info":{"naicsMapping":"334419","sicMapping":"3679"}},{"name":"Mobile Phone Manufacturers","info":{"naicsMapping":"334220","sicMapping":"3679"}},{"name":"Watch Manufacturing Companies","info":{"naicsMapping":"334519","sicMapping":"3870"}}]},{"name":"Engine Manufacturers","info":{"naicsMapping":"336310","sicMapping":"3510"}},{"name":"Furniture Manufacturers","info":{"naicsMapping":"337100","sicMapping":"5021"}},{"name":"Home Appliance Manufacturers","info":{"naicsMapping":"335220","sicMapping":"3630"},"children":[{"name":"Air Conditioning Companies","info":{"naicsMapping":"333410","sicMapping":"1710"}}]},{"name":"Machine Manufacturers","info":{"naicsMapping":"333100","sicMapping":"3500"},"children":[{"name":"Agricultural Machinery Manufacturers","info":{"naicsMapping":"333111","sicMapping":"3500"}},{"name":"Construction Equipment Manufacturers","info":{"naicsMapping":"333120","sicMapping":"3523"}},{"name":"Turbine Manufacturers","info":{"naicsMapping":"333600","sicMapping":"3510"}}]},{"name":"Medical Technology Companies","info":{"naicsMapping":"325410","sicMapping":"5047"}},{"name":"Miscellaneous Manufacturers","info":{"naicsMapping":"339000","sicMapping":"3900"},"children":[{"name":"Eyewear Manufacturers","info":{"naicsMapping":"339115","sicMapping":"3827"}},{"name":"Jewelry Manufacturers","info":{"naicsMapping":"339910","sicMapping":"3911"}},{"name":"Knife Manufacturing","info":{"naicsMapping":"332215","sicMapping":"3911"}},{"name":"Luggage Manufacturers","info":{"naicsMapping":"316998","sicMapping":"3160"}},{"name":"Pen Manufacturers","info":{"naicsMapping":"339940","sicMapping":"3951"}}]},{"name":"Optics Manufacturing Companies","info":{"naicsMapping":"333310","sicMapping":"3827"}},{"name":"Pulp And Paper Companies","info":{"naicsMapping":"322100","sicMapping":"5110"}},{"name":"Semiconductor Companies","info":{"naicsMapping":"334410","sicMapping":"3674"}},{"name":"Soap And Cosmetics Companies","info":{"naicsMapping":"325620","sicMapping":"2844"}},{"name":"Sporting Goods Manufacturers","info":{"naicsMapping":"339920","sicMapping":"3949"}},{"name":"Textile Mills Manufacturers","info":{"naicsMapping":"313310","sicMapping":"2200"}},{"name":"Tobacco Companies","info":{"naicsMapping":"312230","sicMapping":"5194"}},{"name":"Tool Manufacturers","info":{"naicsMapping":"333517","sicMapping":"3900"}},{"name":"Toy Manufacturers","info":{"naicsMapping":"339930","sicMapping":"3944"}},{"name":"Vehicle Parts Manufacturers","info":{"naicsMapping":"336390","sicMapping":"3714"}}]},{"name":"Media And Information Companies","info":{"naicsMapping":"510000","sicMapping":"7313"},"children":[{"name":"Broadcasting Companies","info":{"naicsMapping":"516100","sicMapping":"4830"},"children":[{"name":"Radio Stations","info":{"naicsMapping":"516110","sicMapping":"4832"}},{"name":"Television Broadcasting Companies","info":{"naicsMapping":"516120","sicMapping":"4833"}},{"name":"Television Channels","info":{"naicsMapping":"516120","sicMapping":"4833"}}]},{"name":"Motion Picture Companies","info":{"naicsMapping":"512100","sicMapping":"7810"},"children":[{"name":"Animation Studios","info":{"naicsMapping":"512110","sicMapping":"7812"}},{"name":"Film Companies","info":{"naicsMapping":"512110","sicMapping":"7812"}}]},{"name":"Music Companies","info":{"naicsMapping":"512250","sicMapping":"7929"}},{"name":"Publishing Companies","info":{"naicsMapping":"513100","sicMapping":"2740"},"children":[{"name":"Book Publishing Companies","info":{"naicsMapping":"513130","sicMapping":"2731"}},{"name":"Magazine Publishing Companies","info":{"naicsMapping":"513120","sicMapping":"2740"}},{"name":"Newspaper Companies","info":{"naicsMapping":"513110","sicMapping":"2711"}}]},{"name":"Telecommunications Companies","info":{"naicsMapping":"517112","sicMapping":"4800"}}]},{"name":"Medical Organizations","info":{"naicsMapping":"620000","sicMapping":"8049"},"children":[{"name":"Alternative Medicine Organizations","info":{"naicsMapping":"621399","sicMapping":"8049"}},{"name":"Biotechnology Companies","info":{"naicsMapping":"541714","sicMapping":"8731"}},{"name":"Cannabis Companies","info":{"naicsMapping":"459991","sicMapping":null}},{"name":"Dental Companies","info":{"naicsMapping":"621210","sicMapping":"8021"}},{"name":"Health Care Companies","info":{"naicsMapping":"623000","sicMapping":"8049"}},{"name":"Home Health Care","info":{"naicsMapping":"621610","sicMapping":"8082"}},{"name":"Hospitals","info":{"naicsMapping":"622110","sicMapping":"8060"}},{"name":"Medical Associations","info":{"naicsMapping":"813212","sicMapping":"8620"}},{"name":"Medical Laboratories","info":{"naicsMapping":"621511","sicMapping":"8071"}},{"name":"Mental Health Organizations","info":{"naicsMapping":"621330","sicMapping":"8049"}},{"name":"Optometrists","info":{"naicsMapping":"621320","sicMapping":"8042"}},{"name":"Pharmacies","info":{"naicsMapping":"456110","sicMapping":"5910"}},{"name":"Physiotherapy Organization","info":{"naicsMapping":"621340","sicMapping":"8049"}},{"name":"Public Health Organizations","info":{"naicsMapping":"621491","sicMapping":"8011"}},{"name":"Veterinary Organizations","info":{"naicsMapping":"541940","sicMapping":"0740"}}]},{"name":"Mining Companies","info":{"naicsMapping":"210000","sicMapping":null},"children":[{"name":"Coal Mining Companies","info":{"naicsMapping":"212100","sicMapping":"1200"}},{"name":"Metal Mining Companies","info":{"naicsMapping":"212200","sicMapping":"1000"}},{"name":"Oil Companies","info":{"naicsMapping":"211120","sicMapping":"1311"}}]},{"name":"Motor Vehicle Manufacturers","info":{"naicsMapping":"336100","sicMapping":"3711"},"children":[{"name":"Aircraft Manufacturers","info":{"naicsMapping":"336411","sicMapping":"3721"}},{"name":"Autonomous Vehicles","info":{"naicsMapping":"336100","sicMapping":"5012"}},{"name":"Bus Manufacturers","info":{"naicsMapping":"336120","sicMapping":"3711"}},{"name":"Car Manufacturers","info":{"naicsMapping":"336110","sicMapping":"3711"}},{"name":"Cycle Manufacturers","info":{"naicsMapping":"336991","sicMapping":"3900"}},{"name":"Electric Vehicles","info":{"naicsMapping":"336320","sicMapping":"5012"}},{"name":"Luxury Motor Vehicle Manufacturers","info":{"naicsMapping":"336110","sicMapping":"3711"}},{"name":"Motorcycle Manufacturers","info":{"naicsMapping":"336991","sicMapping":"3750"}},{"name":"Shipbuilding Companies","info":{"naicsMapping":"336611","sicMapping":"3731"}},{"name":"Truck Manufacturers","info":{"naicsMapping":"336120","sicMapping":"3711"}}]},{"name":"Pharmaceutical Companies","info":{"naicsMapping":"325412","sicMapping":"2834"}},{"name":"Professional Service Companies","info":{"naicsMapping":"541000","sicMapping":"7300"},"children":[{"name":"Accounting Services","info":{"naicsMapping":"541200","sicMapping":"8720"}},{"name":"Advertising Companies","info":{"naicsMapping":"541810","sicMapping":"7311"}},{"name":"Business Incubators","info":{"naicsMapping":"523999","sicMapping":"7300"}},{"name":"Defense Companies","info":{"naicsMapping":"928110","sicMapping":"7300"}},{"name":"Engineering Consulting Firms","info":{"naicsMapping":"541330","sicMapping":"8748"}},{"name":"Event Management Companies","info":{"naicsMapping":"561920","sicMapping":"7389"}},{"name":"Law Firms","info":{"naicsMapping":"541110","sicMapping":"8111"}},{"name":"Marketing Companies","info":{"naicsMapping":"541613","sicMapping":"8742"}},{"name":"Polling Companies","info":{"naicsMapping":"541910","sicMapping":"8732"}},{"name":"Postal Organizations","info":{"naicsMapping":"491110","sicMapping":"7389"}},{"name":"Real Estate Companies","info":{"naicsMapping":"531210","sicMapping":"6531"}},{"name":"Translation Services","info":{"naicsMapping":"541930","sicMapping":"7389"}},{"name":"Veterinary Organizations","info":{"naicsMapping":"541940","sicMapping":"0740"}}]},{"name":"Public Administration","info":{"naicsMapping":"920000","sicMapping":"9100"},"children":[{"name":"Courts","info":{"naicsMapping":"922110","sicMapping":"9211"}},{"name":"Embassies And Consulates","info":{"naicsMapping":"928120","sicMapping":"9721"}},{"name":"Fire Departments","info":{"naicsMapping":"922160","sicMapping":"9224"}},{"name":"Government Agencies","info":{"naicsMapping":"922190","sicMapping":"9229"}},{"name":"Government Departments","info":{"naicsMapping":"921190","sicMapping":"9190"}},{"name":"Intergovernmental Organizations","info":{"naicsMapping":"928120","sicMapping":"9721"}},{"name":"International Organizations","info":{"naicsMapping":"928120","sicMapping":"9721"}},{"name":"Local Governments","info":{"naicsMapping":"921110","sicMapping":"9111"}},{"name":"Military Bases","info":{"naicsMapping":"928110","sicMapping":"9711"}},{"name":"Military Related Organizations","info":{"naicsMapping":"928110","sicMapping":"9711"}},{"name":"Ministries","info":{"naicsMapping":"921110","sicMapping":"9111"}},{"name":"Police Departments","info":{"naicsMapping":"922120","sicMapping":"9221"}},{"name":"Political Parties","info":{"naicsMapping":"813940","sicMapping":"8651"}}]},{"name":"Religious Organizations","info":{"naicsMapping":"813110","sicMapping":"8661"},"children":[{"name":"Places Of Worship","info":{"naicsMapping":"813110","sicMapping":"8661"}},{"name":"Religious Administrative Units","info":{"naicsMapping":"813110","sicMapping":"8661"}}]},{"name":"Retailers","info":{"naicsMapping":"440000","sicMapping":"5900"},"children":[{"name":"Auction Houses","info":{"naicsMapping":"459999","sicMapping":"7389"}},{"name":"Automotive Part Retailers","info":{"naicsMapping":"441330","sicMapping":"3714"}},{"name":"Bookstores","info":{"naicsMapping":"459210","sicMapping":"5942"}},{"name":"Building Materials Retailers","info":{"naicsMapping":"444180","sicMapping":"5200"},"children":[{"name":"Floor Covering Stores","info":{"naicsMapping":"449121","sicMapping":"5713"}},{"name":"Hardware Stores","info":{"naicsMapping":"444140","sicMapping":"5251"}},{"name":"Plumbing Equipment And Supplies","info":{"naicsMapping":"423720","sicMapping":"5070"}}]},{"name":"Clothing Retailers","info":{"naicsMapping":"458000","sicMapping":"5600"},"children":[{"name":"Children Clothing Retailers","info":{"naicsMapping":"458110","sicMapping":"5640"}},{"name":"Eyewear Retailers","info":{"naicsMapping":"456130","sicMapping":"5995"}},{"name":"Footwear Retailers","info":{"naicsMapping":"458210","sicMapping":"5661"}},{"name":"Lingerie Retailers","info":{"naicsMapping":"458110","sicMapping":"5630"}},{"name":"Sporting Goods Retailers","info":{"naicsMapping":"459110","sicMapping":"5940"}}]},{"name":"Consumer Electronics Retailers","info":{"naicsMapping":"449210","sicMapping":"5940"}},{"name":"Florist Companies","info":{"naicsMapping":"424930","sicMapping":"5193"}},{"name":"Food Retailers","info":{"naicsMapping":"445000","sicMapping":"5490"},"children":[{"name":"Convenience Stores","info":{"naicsMapping":"445131","sicMapping":"5411"}},{"name":"Food Markets","info":{"naicsMapping":"445200","sicMapping":"5490"}},{"name":"Liquor Stores","info":{"naicsMapping":"445320","sicMapping":"5920"}},{"name":"Supermarkets","info":{"naicsMapping":"445110","sicMapping":"5411"}}]},{"name":"Furniture Retailers","info":{"naicsMapping":"449110","sicMapping":"5712"}},{"name":"Gas Station","info":{"naicsMapping":"457120","sicMapping":"5541"}},{"name":"Jewelry Retailers","info":{"naicsMapping":"458310","sicMapping":"5944"}},{"name":"Luxury Brands","info":{"naicsMapping":null,"sicMapping":"5999"}},{"name":"Music Retailers","info":{"naicsMapping":"459140","sicMapping":"5736"}},{"name":"Online Retailers","info":{"naicsMapping":null,"sicMapping":"5999"}},{"name":"Pet Shops","info":{"naicsMapping":"459910","sicMapping":"5999"}},{"name":"Pharmacies","info":{"naicsMapping":"456110","sicMapping":"5910"}},{"name":"Photographic Equipment And Supplies","info":{"naicsMapping":"423410","sicMapping":"5043"}},{"name":"Superstores","info":{"naicsMapping":"455211","sicMapping":"5999"}},{"name":"Toy And Video Game Retailers","info":{"naicsMapping":"459120","sicMapping":"5945"}},{"name":"Used Merchandise Retailers","info":{"naicsMapping":"459510","sicMapping":"5932"}},{"name":"Vehicle Retailers And Dealership","info":{"naicsMapping":"441100","sicMapping":"5510"}},{"name":"Vending Machine Operators","info":{"naicsMapping":"445132","sicMapping":"5962"}}]},{"name":"Software Companies","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Artificial Intelligence Companies","info":{"naicsMapping":"541511","sicMapping":"7371"},"children":[{"name":"Computer Vision Companies","info":{"naicsMapping":"541511","sicMapping":"7371"}},{"name":"Natural Language Processing Companies","info":{"naicsMapping":"541511","sicMapping":"7371"}},{"name":"Robotics Companies","info":{"naicsMapping":"541511","sicMapping":"7371"}},{"name":"Virtual Reality Companies","info":{"naicsMapping":"541511","sicMapping":"7371"}}]},{"name":"Bioinformatics Organizations","info":{"naicsMapping":"541511","sicMapping":"7371"}},{"name":"Computer Hardware Companies","info":{"naicsMapping":"334110","sicMapping":"5734"},"children":[{"name":"Cloud Computing Providers","info":{"naicsMapping":"518210","sicMapping":"7379"}},{"name":"Computer Storage Companies","info":{"naicsMapping":"334112","sicMapping":"3572"}},{"name":"Internet Of Things Companies","info":{"naicsMapping":"541511","sicMapping":"7371"}},{"name":"Networking Companies","info":{"naicsMapping":"334118","sicMapping":"3570"}}]},{"name":"Data Analytics Companies","info":{"naicsMapping":"518210","sicMapping":"7370"}},{"name":"Data Providers","info":{"naicsMapping":"518210","sicMapping":"7370"}},{"name":"Enterprise Software Companies","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Business Software Companies","info":{"naicsMapping":"541511","sicMapping":"7371"}},{"name":"CRM Software Companies","info":{"naicsMapping":"541511","sicMapping":"7371"}},{"name":"Database Companies","info":{"naicsMapping":"541511","sicMapping":"7371"}},{"name":"Security Software Companies","info":{"naicsMapping":"541511","sicMapping":"7371"}}]},{"name":"Open Source Software Organizations","info":{"naicsMapping":"541511","sicMapping":"7371"}},{"name":"Social Networking Companies","info":{"naicsMapping":"541511","sicMapping":"7371"}},{"name":"Software As A Service Companies","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Software Consulting Firms","info":{"naicsMapping":"541618","sicMapping":"8748"}},{"name":"Video Game Companies","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Video Messaging Companies","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Web Design Companies","info":{"naicsMapping":"541511","sicMapping":"7371"}}]},{"name":"Transport Companies","info":{"naicsMapping":"480000","sicMapping":"4729"},"children":[{"name":"Airlines","info":{"naicsMapping":"481111","sicMapping":"4512"}},{"name":"Cruise Lines","info":{"naicsMapping":"483112","sicMapping":"4481"}},{"name":"Freight And Logistics Companies","info":{"naicsMapping":"541614","sicMapping":"4730"}},{"name":"Public Transport Operators","info":{"naicsMapping":"485110","sicMapping":"4729"}},{"name":"Railway Companies","info":{"naicsMapping":"482110","sicMapping":"4000"}},{"name":"Ridesharing And Taxi Companies","info":{"naicsMapping":"485310","sicMapping":"4121"}},{"name":"Vehicle Rental Companies","info":{"naicsMapping":"532111","sicMapping":"7514"}}]}]},"EmploymentCategory":{"categories":[{"name":"Administrative, Planning, Purchasing","info":{"facet":"Domain"}},{"name":"Agriculture, Farming, Forestry and related","info":{"facet":"Domain"}},{"name":"Architecture, Cartography & Urban planning","info":{"facet":"Domain"}},{"name":"Building and Grounds Cleaning and Related","info":{"facet":"Domain"}},{"name":"Business","info":{"facet":"Domain"}},{"name":"Construction, Electricity, Plumbing","info":{"facet":"Domain"}},{"name":"Counseling, Social Work, Person Care","info":{"facet":"Domain"},"children":[{"name":"Academic Administration","info":{"facet":"Domain"}}]},{"name":"Design and Graphic Arts","info":{"facet":"Domain"}},{"name":"Engineering, IT and Software Development","info":{"facet":"Domain"},"children":[{"name":"Artificial Intelligence","info":{"facet":"Domain"}},{"name":"Backend Developer","info":{"facet":"Domain"}},{"name":"Cybersecurity","info":{"facet":"Domain"}},{"name":"Data Science","info":{"facet":"Domain"}},{"name":"DevOps Developer","info":{"facet":"Domain"}},{"name":"Frontend Developer","info":{"facet":"Domain"}},{"name":"Fullstack Developer or Architect","info":{"facet":"Domain"}},{"name":"Games Developer","info":{"facet":"Domain"}},{"name":"Information Technology","info":{"facet":"Domain"}},{"name":"Mobile Developer","info":{"facet":"Domain"}}]},{"name":"Finance","info":{"facet":"Domain"}},{"name":"Food Preparation and Service","info":{"facet":"Domain"}},{"name":"Freelance","info":{"facet":"Seniority"}},{"name":"Healthcare and Medicine","info":{"facet":"Domain"}},{"name":"Human Resources and Recruiting","info":{"facet":"Domain"}},{"name":"Industrial Production and Distribution (goods and food)","info":{"facet":"Domain"}},{"name":"Installation, Maintenance, and Repair","info":{"facet":"Domain"}},{"name":"Intern","info":{"facet":"Seniority"}},{"name":"Junior","info":{"facet":"Seniority"}},{"name":"Legal and Regulatory Compliance","info":{"facet":"Domain"}},{"name":"Library and Archiving","info":{"facet":"Domain"}},{"name":"Local Services and Animal Care","info":{"facet":"Domain"}},{"name":"Management","info":{"facet":"Role"},"children":[{"name":"Executive","info":{"facet":"Role"},"children":[{"name":"Board Member","info":{"facet":"Role"},"children":[{"name":"Chairman","info":{"facet":"Role"}}]},{"name":"Director","info":{"facet":"Role"}},{"name":"Founder","info":{"facet":"Role"}},{"name":"Leadership","info":{"facet":"Role"},"children":[{"name":"Chief Officer","info":{"facet":"Role"},"children":[{"name":"CAO","info":{"facet":"Role"}},{"name":"CBO","info":{"facet":"Role"}},{"name":"CCO","info":{"facet":"Role"}},{"name":"CEO","info":{"facet":"Role"}},{"name":"CFO","info":{"facet":"Role"}},{"name":"CIO","info":{"facet":"Role"}},{"name":"CLO","info":{"facet":"Role"}},{"name":"CMO","info":{"facet":"Role"}},{"name":"COO","info":{"facet":"Role"}},{"name":"CTO","info":{"facet":"Role"}}]},{"name":"President","info":{"facet":"Role"}},{"name":"Vice President","info":{"facet":"Role"}}]},{"name":"Shareholder","info":{"facet":"Role"}}]},{"name":"Head of government","info":{"facet":"Role"}},{"name":"Head of state","info":{"facet":"Role"}},{"name":"Manager","info":{"facet":"Role"}}]},{"name":"Marketing, Communication and Public Relations","info":{"facet":"Domain"}},{"name":"Military","info":{"facet":"Domain"}},{"name":"News, Entertainment, Sports and Performing Arts","info":{"facet":"Domain"}},{"name":"Police, Firefighting, Emergencies and Private Security","info":{"facet":"Domain"}},{"name":"Politics","info":{"facet":"Domain"}},{"name":"Religion","info":{"facet":"Domain"}},{"name":"Research and Science","info":{"facet":"Domain"}},{"name":"Retired","info":{"facet":"Seniority"}},{"name":"Sales","info":{"facet":"Domain"}},{"name":"Senior","info":{"facet":"Seniority"}},{"name":"Student","info":{"facet":"Seniority"}},{"name":"Support and Customer Service","info":{"facet":"Domain"}},{"name":"Teaching and Academics","info":{"facet":"Domain"}},{"name":"Transportation and Material Moving","info":{"facet":"Domain"}},{"name":"Travel Agencies and Tourism","info":{"facet":"Domain"}}]},"TechnologyCategory":{"categories":[{"name":"Aerospace technologies"},{"name":"Agricultural technology"},{"name":"Aircraft by type"},{"name":"Assistive technology"},{"name":"Balancing technology"},{"name":"Banking technology"},{"name":"Biotechnology"},{"name":"Building technology"},{"name":"Chemical looping technologies"},{"name":"Cleaning methods"},{"name":"Cleanroom technology"},{"name":"Computer storage technologies"},{"name":"Computers"},{"name":"Construction"},{"name":"Cooling technology"},{"name":"Cybernetics"},{"name":"Drilling technology"},{"name":"Educational technology"},{"name":"Electronics"},{"name":"Emerging technologies"},{"name":"Energy"},{"name":"Energy technology"},{"name":"Engine technology"},{"name":"Environmental technology"},{"name":"Equipment"},{"name":"Explosives"},{"name":"Film and video technology"},{"name":"Financial technology"},{"name":"Fluid technology"},{"name":"Food technology"},{"name":"Gambling technology"},{"name":"Gas turbine technology"},{"name":"Geographical technology"},{"name":"Haptic technology"},{"name":"Home automation"},{"name":"Information and communications technology"},{"name":"Infrared technology"},{"name":"Instant messaging"},{"name":"Inventions"},{"name":"Machinery"},{"name":"Manufacturing"},{"name":"Medical technology"},{"name":"Microtechnology"},{"name":"Military technology"},{"name":"Mining techniques"},{"name":"Missile technology"},{"name":"Motor vehicles"},{"name":"Music technology"},{"name":"Nanotechnology"},{"name":"Oils and fats technologies"},{"name":"Operating system technology"},{"name":"Particle technology"},{"name":"Political campaign technology"},{"name":"Pollution control technologies"},{"name":"Primitive technology"},{"name":"Push technology"},{"name":"Rail technologies"},{"name":"Scientific equipment"},{"name":"Security technology"},{"name":"Software","children":[{"name":"AB Testing Software"},{"name":"AI Writing Assistant Software"},{"name":"AIOps Platforms Software"},{"name":"AML Software"},{"name":"API Management Software"},{"name":"Absence Management Software"},{"name":"Access Governance Software"},{"name":"Account Based Marketing Software"},{"name":"Accounting Practice Management Software"},{"name":"Accounting Software"},{"name":"Accounts Payable Software"},{"name":"Accounts Receivable Software"},{"name":"Accreditation Management Software"},{"name":"Ad Server Software"},{"name":"Address Verification Software"},{"name":"Admissions Software"},{"name":"Advertising Agency Software"},{"name":"Advocacy Software"},{"name":"Affiliate Software"},{"name":"Airline Reservation System"},{"name":"Alumni Management Software"},{"name":"Analytics"},{"name":"Analytics Software"},{"name":"Android Kiosk Software"},{"name":"Animal Shelter Software"},{"name":"Animation Software"},{"name":"Antispam Software"},{"name":"App Building Software"},{"name":"App Design Software"},{"name":"Apparel Management Software"},{"name":"Applicant Tracking Software"},{"name":"Application Development Software"},{"name":"Application Lifecycle Management Software"},{"name":"Application Performance Management Software"},{"name":"Applied Behavior Analysis"},{"name":"Appointment Reminder Software"},{"name":"Appointment Scheduling Software"},{"name":"Apps","children":[{"name":"Mobile Event Apps"}]},{"name":"Arborist Software"},{"name":"Architectural CAD Software"},{"name":"Architecture Software"},{"name":"Archiving Software"},{"name":"Art Gallery Software"},{"name":"Artificial Intelligence Software"},{"name":"Assessment Software"},{"name":"Asset Tracking Software"},{"name":"Assisted Living Software"},{"name":"Association Management Software"},{"name":"Attendance Tracking Software"},{"name":"Auction Software"},{"name":"Audience Response Software"},{"name":"Audio Conferencing Software"},{"name":"Audio Editing Software"},{"name":"Audit Software"},{"name":"Augmented Reality Software"},{"name":"Authentication Software"},{"name":"Auto Body Software"},{"name":"Auto Dealer Accounting Software"},{"name":"Auto Dealer Software"},{"name":"Auto Dialer Software"},{"name":"Auto Repair Software"},{"name":"Automated Testing Software"},{"name":"Aviation Maintenance Software"},{"name":"BIM Software"},{"name":"Background Check Software"},{"name":"Backup Software"},{"name":"Bakery Software"},{"name":"Banking Systems Software"},{"name":"Bankruptcy Software"},{"name":"Bar POS Software"},{"name":"Barbershop Software"},{"name":"Barcoding Software"},{"name":"Benefits Administration Software"},{"name":"Big Data Software"},{"name":"Billing and Invoicing Software"},{"name":"Billing and Provisioning Software"},{"name":"Blog Software"},{"name":"Board Management Software"},{"name":"Bookkeeper Software"},{"name":"Bot Detection and Mitigation Software"},{"name":"Brand Management Software"},{"name":"Brand Protection Software"},{"name":"Brewery Software"},{"name":"Browser Software"},{"name":"Budgeting Software"},{"name":"Bug Tracking Software"},{"name":"Building Maintenance Software"},{"name":"Business Card Software"},{"name":"Business Continuity Software"},{"name":"Business Intelligence Software"},{"name":"Business Management Software"},{"name":"Business Performance Management Software"},{"name":"Business Phone Systems"},{"name":"Business Plan Software"},{"name":"Business Process Management Software"},{"name":"Buyer Intent Software"},{"name":"CMDB Software"},{"name":"CMMS Software"},{"name":"CMS"},{"name":"CMS Software"},{"name":"CPQ Software"},{"name":"CRM"},{"name":"CRM Software"},{"name":"CTRM Software"},{"name":"Calendar Software"},{"name":"Calibration Management Software"},{"name":"Call Accounting Software"},{"name":"Call Center Software"},{"name":"Call Recording Software"},{"name":"Call Tracking Software"},{"name":"Camp Management Software"},{"name":"Campaign Management Software"},{"name":"Campground Management Software"},{"name":"Car Rental Software"},{"name":"Career Management Software"},{"name":"Carpet Cleaning Software"},{"name":"Catalog Management Software"},{"name":"Catering Software"},{"name":"Cemetery Software"},{"name":"Change Management Software"},{"name":"Channel Management Software"},{"name":"Chatbot Software"},{"name":"Chemical Software"},{"name":"Chiropractic Software"},{"name":"Church Accounting Software"},{"name":"Church Management Software"},{"name":"Church Presentation Software"},{"name":"Claims Processing Software"},{"name":"Class Registration Software"},{"name":"Classroom Management Software"},{"name":"Click Fraud Software"},{"name":"Client Onboarding Software"},{"name":"Clinical Trial Management Software"},{"name":"Closed Captioning Software"},{"name":"Cloud Management Software"},{"name":"Cloud PBX Software"},{"name":"Cloud Security Software"},{"name":"Cloud Storage Software"},{"name":"Club Management Software"},{"name":"Coaching Software"},{"name":"Code Enforcement Software"},{"name":"Collaboration Software"},{"name":"Commercial Insurance Software"},{"name":"Commercial Loan Software"},{"name":"Commercial Real Estate Software"},{"name":"Commission Software"},{"name":"Community Software"},{"name":"Company Secretarial Software"},{"name":"Compensation Management Software"},{"name":"Competitive Intelligence Software"},{"name":"Complaint Management Software"},{"name":"Compliance Software"},{"name":"Computer Repair Shop Software"},{"name":"Computer Security Software"},{"name":"Conference Software"},{"name":"Conflict Checking Software"},{"name":"Consignment Software"},{"name":"Construction Accounting Software"},{"name":"Construction Bid Management Software"},{"name":"Construction CRM Software"},{"name":"Construction Estimating Software"},{"name":"Construction Management Software"},{"name":"Construction Scheduling Software"},{"name":"Contact Center Quality Assurance Software"},{"name":"Contact Center Software"},{"name":"Contact Management Software"},{"name":"Container Security Software"},{"name":"Content Collaboration Software"},{"name":"Content Delivery Network Software"},{"name":"Content Management Software"},{"name":"Content Marketing Software"},{"name":"Contest Software"},{"name":"Continuous Integration Software"},{"name":"Contract Management Software"},{"name":"Contractor Management Software"},{"name":"Convenience Store Software"},{"name":"Corporate Tax Software"},{"name":"Corporate Wellness Software"},{"name":"Corrective and Preventive Action Software"},{"name":"Courier Software"},{"name":"Course Authoring Software"},{"name":"Court Management Software"},{"name":"Creative Management Software"},{"name":"Credentialing Software"},{"name":"Currency Exchange Software"},{"name":"Customer Advocacy Software"},{"name":"Customer Communications Management Software"},{"name":"Customer Engagement Software"},{"name":"Customer Experience Software"},{"name":"Customer Identity and Access Management Software"},{"name":"Customer Loyalty Software"},{"name":"Customer Reference Management Software"},{"name":"Customer Satisfaction Software"},{"name":"Customer Service Software"},{"name":"Customer Success Software"},{"name":"Customer Support Software"},{"name":"Cybersecurity Software"},{"name":"DDoS Protection Software"},{"name":"Dance Studio Software"},{"name":"Dashboard Software"},{"name":"Data Analysis Software"},{"name":"Data Center Management Software"},{"name":"Data Discovery Software"},{"name":"Data Entry Software"},{"name":"Data Extraction Software"},{"name":"Data Governance Software"},{"name":"Data Loss Prevention Software"},{"name":"Data Management Software"},{"name":"Data Mining Software"},{"name":"Data Preparation Software"},{"name":"Data Quality Software"},{"name":"Data Visualization Software"},{"name":"Data Warehouse Software"},{"name":"Database Monitoring Software"},{"name":"Database Software"},{"name":"Databases"},{"name":"Daycare Software"},{"name":"Debt Collection Software"},{"name":"Decision Support Software"},{"name":"Deep Learning Software"},{"name":"Delivery Management Software"},{"name":"Demand Planning Software"},{"name":"Demand Side Platform Software"},{"name":"Dental Charting Software"},{"name":"Dental Imaging Software"},{"name":"Dental Software"},{"name":"Dermatology Software"},{"name":"Desk Booking Software"},{"name":"Desktop as a Service Software"},{"name":"DevOps Software"},{"name":"Diagram Software"},{"name":"Digital Asset Management Software"},{"name":"Digital Experience Platforms Software"},{"name":"Digital Forensics Software"},{"name":"Digital Rights Management Software"},{"name":"Digital Signage Software"},{"name":"Digital Signature Software"},{"name":"Digital Workplace Software"},{"name":"Direct Mail Automation Software"},{"name":"Directory Software"},{"name":"Disk Imaging Software"},{"name":"Display Advertising Software"},{"name":"Distribution Software"},{"name":"Dock Scheduling Software"},{"name":"Docketing Software"},{"name":"Document Control Software"},{"name":"Document Generation Software"},{"name":"Document Management Software"},{"name":"Document Version Control Software"},{"name":"Donation Management Software"},{"name":"Driving School Software"},{"name":"Dropshipping Software"},{"name":"Dry Cleaning Software"},{"name":"EAM Software"},{"name":"EDI Software"},{"name":"EHS Management Software"},{"name":"EMS Software"},{"name":"ERP Software"},{"name":"ESG Software"},{"name":"ETL Software"},{"name":"Ecommerce"},{"name":"Electrical Contractor Software"},{"name":"Electrical Design Software"},{"name":"Electrical Estimating Software"},{"name":"Electronic Data Capture Software"},{"name":"Electronic Discovery Software"},{"name":"Electronic Lab Notebook Software"},{"name":"Electronic Medical Records Software"},{"name":"Email Archiving Software"},{"name":"Email Management Software"},{"name":"Email Marketing Software"},{"name":"Email Security Software"},{"name":"Email Signature Software"},{"name":"Email Tracking Software"},{"name":"Embedded Analytics Software"},{"name":"Emergency Notification Software"},{"name":"Emissions Management Software"},{"name":"Employee Advocacy Software"},{"name":"Employee Engagement Software"},{"name":"Employee Monitoring Software"},{"name":"Employee Recognition Software"},{"name":"Employee Scheduling Software"},{"name":"Encryption Software"},{"name":"Endpoint Detection and Response Software"},{"name":"Endpoint Protection Software"},{"name":"Energy Management Software"},{"name":"Engineering CAD Software"},{"name":"Enterprise Architecture Software"},{"name":"Enterprise Content Management Software"},{"name":"Enterprise Legal Management Software"},{"name":"Enterprise Resource Planning"},{"name":"Enterprise Search Software"},{"name":"Enterprise Service Bus Software"},{"name":"Entity Management Software"},{"name":"Environmental Software"},{"name":"Equipment Maintenance Software"},{"name":"Equipment Rental Software"},{"name":"Equity Management Software"},{"name":"Event Booking Software"},{"name":"Event Check In Software"},{"name":"Event Management Software"},{"name":"Event Marketing Software"},{"name":"Event Rental Software"},{"name":"Exam Software"},{"name":"Expense Report Software"},{"name":"Facility Management Software"},{"name":"Farm Management Software"},{"name":"Fashion Design Software"},{"name":"Fax Server Software"},{"name":"Festival Management Software"},{"name":"Field Sales Software"},{"name":"Field Service Management Software"},{"name":"File Sharing Software"},{"name":"File Sync Software"},{"name":"Financial CRM Software"},{"name":"Financial Close Software"},{"name":"Financial Fraud Detection Software"},{"name":"Financial Management Software"},{"name":"Financial Reporting Software"},{"name":"Financial Risk Management Software"},{"name":"Financial Services Software"},{"name":"Fire Department Software"},{"name":"Firewall Software"},{"name":"Fitness Software"},{"name":"Fixed Asset Management Software"},{"name":"Fleet Maintenance Software"},{"name":"Fleet Management Software"},{"name":"Florist Software"},{"name":"Flowchart Software"},{"name":"Food Costing Software"},{"name":"Food Delivery Software"},{"name":"Food Service Distribution Software"},{"name":"Food Service Management Software"},{"name":"Food Traceability Software"},{"name":"Forestry Software"},{"name":"Form Builder Software"},{"name":"Forms Automation Software"},{"name":"Franchise Management Software"},{"name":"Freight Software"},{"name":"Fuel Management Software"},{"name":"Fund Accounting Software"},{"name":"Fundraising Software"},{"name":"Funeral Home Software"},{"name":"GDPR Compliance Software"},{"name":"GIS Software"},{"name":"GPS Tracking Software"},{"name":"Game Development Software"},{"name":"Gamification Software"},{"name":"Gantt Chart Software"},{"name":"Garage Door Software"},{"name":"Garden Center Software"},{"name":"Golf Course Software"},{"name":"Governance Risk And Compliance Software"},{"name":"Government Software"},{"name":"Gradebook Software"},{"name":"Grant Management Software"},{"name":"Graphic Design Software"},{"name":"Gym Management Software"},{"name":"Gymnastics Software"},{"name":"HIPAA Compliance Software"},{"name":"HOA Software"},{"name":"HR Analytics Software"},{"name":"HVAC Estimating Software"},{"name":"HVAC Software"},{"name":"Handyman Software"},{"name":"Headless CMS Software"},{"name":"Headless eCommerce Software"},{"name":"Healthcare CRM Software"},{"name":"Heatmap Software"},{"name":"Hedge Fund Software"},{"name":"Help Desk Software"},{"name":"Higher Education Software"},{"name":"Home Builder Software"},{"name":"Home Care Software"},{"name":"Home Health Care Software"},{"name":"Home Inspection Software"},{"name":"Horse Software"},{"name":"Hospice Software"},{"name":"Hospital Management Software"},{"name":"Hospitality Property Management Software"},{"name":"Hostel Management Software"},{"name":"Hotel Channel Management Software"},{"name":"Human Resources Software"},{"name":"Human Services Software"},{"name":"Hybrid Events Software"},{"name":"IT Asset Management Software"},{"name":"IT Management Software"},{"name":"IT Project Management Software"},{"name":"IT Service Software"},{"name":"ITSM Software"},{"name":"IVR Software"},{"name":"IWMS Software"},{"name":"Idea Management Software"},{"name":"Identity Management Software"},{"name":"Incident Management Software"},{"name":"Influencer Marketing Software"},{"name":"Innovation Software"},{"name":"Inside Sales Software"},{"name":"Insight Engines Software"},{"name":"Inspection Software"},{"name":"Insurance Policy Software"},{"name":"Insurance Rating Software"},{"name":"Insurance Software"},{"name":"Integrated Development Environment Software"},{"name":"Integrated Risk Management Software"},{"name":"Integration Software"},{"name":"Intellectual Property Management Software"},{"name":"Internal Communications Software"},{"name":"Intranet Software"},{"name":"Inventory Control Software"},{"name":"Inventory Management Software"},{"name":"Investigation Management Software"},{"name":"Investment Management Software"},{"name":"IoT Analytics Software"},{"name":"IoT Software"},{"name":"Issue Tracking Software"},{"name":"Jail Management Software"},{"name":"Janitorial Software"},{"name":"Java CMS Software"},{"name":"JavaScript Frameworks"},{"name":"Jewelry Store Management Software"},{"name":"Job Board Software"},{"name":"Job Costing Software"},{"name":"Job Evaluation Software"},{"name":"Job Shop Software"},{"name":"K12 Software"},{"name":"Kennel Software"},{"name":"Key Management Software"},{"name":"Kiosk Software"},{"name":"Knowledge Base Software"},{"name":"Knowledge Management Software"},{"name":"LMS Software"},{"name":"Label Printing Software"},{"name":"Laboratory Information Management System Software"},{"name":"Land Management Software"},{"name":"Landing Page Software"},{"name":"Landscape Software"},{"name":"Language Learning Software"},{"name":"Law Enforcement Software"},{"name":"Law Practice Management Software"},{"name":"Lawn Care Software"},{"name":"Lead Capture Software"},{"name":"Lead Generation Software"},{"name":"Lead Management Software"},{"name":"Lead Nurturing Software"},{"name":"Learning Experience Platform Software"},{"name":"Learning Management System"},{"name":"Lease Accounting Software"},{"name":"Lease Management Software"},{"name":"Leave Management System"},{"name":"Legal Billing Software"},{"name":"Legal Calendar Software"},{"name":"Legal Case Management Software"},{"name":"Legal Document Management Software"},{"name":"Legal Research Software"},{"name":"Library Automation Software"},{"name":"License Management Software"},{"name":"Live Chat Software"},{"name":"Live Streaming Software"},{"name":"Load Balancing Software"},{"name":"Load Testing Software"},{"name":"Loan Origination Software"},{"name":"Loan Servicing Software"},{"name":"Location Intelligence Software"},{"name":"Locksmith Software"},{"name":"Log Analysis Software"},{"name":"Log Management Software"},{"name":"Logbook Software"},{"name":"Logistics Software"},{"name":"Long Term Care Software"},{"name":"Lost and Found Software"},{"name":"MLM Software"},{"name":"MRM Software"},{"name":"MRP Software"},{"name":"Mac CRM Software"},{"name":"Machine Learning Software"},{"name":"Maid Service Software"},{"name":"Mailroom Management Software"},{"name":"Maintenance Management Software"},{"name":"Managed Service Providers Software"},{"name":"Manufacturing Execution Software"},{"name":"Manufacturing Software"},{"name":"Marine Software"},{"name":"Market Research Software"},{"name":"Marketing Analytics Software"},{"name":"Marketing Attribution Software"},{"name":"Marketing Automation"},{"name":"Marketing Automation Software"},{"name":"Marketing Planning Software"},{"name":"Marketplace Software"},{"name":"Martial Arts Software"},{"name":"Massage Therapy Software"},{"name":"Master Data Management Software"},{"name":"Medical Billing Software"},{"name":"Medical Imaging Software"},{"name":"Medical Inventory Software"},{"name":"Medical Lab Software"},{"name":"Medical Practice Management Software"},{"name":"Medical Scheduling Software"},{"name":"Medical Spa Software"},{"name":"Medical Transcription Software"},{"name":"Meeting Room Booking System"},{"name":"Meeting Software"},{"name":"Membership Management Software"},{"name":"Mental Health Software"},{"name":"Mentoring Software"},{"name":"Metadata Management Software"},{"name":"Microlearning Software"},{"name":"Mind Mapping Software"},{"name":"Mining Software"},{"name":"Mobile Analytics Software"},{"name":"Mobile Banking Software"},{"name":"Mobile Content Management System"},{"name":"Mobile Credit Card Processing Software"},{"name":"Mobile Device Management Software"},{"name":"Mobile Frameworks"},{"name":"Mobile Learning Software"},{"name":"Mobile Marketing Software"},{"name":"Mobility Software"},{"name":"Mortgage Software"},{"name":"Moving Software"},{"name":"MultiChannel eCommerce Software"},{"name":"MultiFactor Authentication Software"},{"name":"Municipal Software"},{"name":"Museum Software"},{"name":"Music School Software"},{"name":"NPS Software"},{"name":"Natural Language Processing Software"},{"name":"Network Access Control Software"},{"name":"Network Management Software"},{"name":"Network Mapping Software"},{"name":"Network Monitoring Software"},{"name":"Network Security Software"},{"name":"Network Troubleshooting Software"},{"name":"No Code Platform Software"},{"name":"NoSQL Databases"},{"name":"Nonprofit Accounting Software"},{"name":"Nonprofit CRM Software"},{"name":"Nonprofit Project Management Software"},{"name":"Nonprofit Software"},{"name":"NoteTaking Software"},{"name":"Nurse Scheduling Software"},{"name":"Nursing Home Software"},{"name":"Nutrition Analysis Software"},{"name":"Nutritionist Software"},{"name":"OCR Software"},{"name":"OEE Software"},{"name":"OKR Software"},{"name":"Occupational Therapy Software"},{"name":"Oil and Gas Software"},{"name":"Onboarding Software"},{"name":"Online Banking Software"},{"name":"Online CRM Software"},{"name":"Online Ordering Software"},{"name":"Online Proofing Software"},{"name":"Operating Systems"},{"name":"Optometry Software"},{"name":"Order Entry Software"},{"name":"Order Management Software"},{"name":"Org Chart Software"},{"name":"PACS Software"},{"name":"PAndC Insurance Software"},{"name":"PCI Compliance Software"},{"name":"PDF Editor Software"},{"name":"PDF Software"},{"name":"PIM Software"},{"name":"PPC Software"},{"name":"Packaging Software"},{"name":"Parcel Audit Software"},{"name":"Parking Management Software"},{"name":"Parks and Recreation Software"},{"name":"Partner Management Software"},{"name":"Password Management Software"},{"name":"Patch Management Software"},{"name":"Patient Case Management Software"},{"name":"Patient Engagement Software"},{"name":"Patient Management Software"},{"name":"Patient Portal Software"},{"name":"Patient Scheduling Software"},{"name":"Pawn Shop Software"},{"name":"Payment Processing Software"},{"name":"Payroll Software"},{"name":"Pediatric Software"},{"name":"Performance Management System Software"},{"name":"Performance Testing Software"},{"name":"Permit Software"},{"name":"Personal Trainer Software"},{"name":"Personalization Software"},{"name":"Pest Control Software"},{"name":"Pet Grooming Software"},{"name":"Pet Sitting Software"},{"name":"Pharmacy Software"},{"name":"Photo Editing Software"},{"name":"Photography Studio Software"},{"name":"Physical Security Software"},{"name":"Physical Therapy Software"},{"name":"Pilates Studio Software"},{"name":"Plagiarism Checker"},{"name":"Plastic Surgery Software"},{"name":"Platform","children":[{"name":"AllinOne Marketing Platform"},{"name":"B2B eCommerce Platform"},{"name":"Blockchain Platform"},{"name":"Cloud Communication Platform"},{"name":"Conversational AI Platform"},{"name":"Conversational Marketing Platform"},{"name":"Customer Data Platform"},{"name":"Data Management Platform"},{"name":"Digital Adoption Platform"},{"name":"Low Code Development Platform"},{"name":"Open SMS Platform"},{"name":"Recruitment Marketing Platform"},{"name":"Student Engagement Platform"}]},{"name":"Plumbing Estimating Software"},{"name":"Plumbing Software"},{"name":"Podcast Hosting Software"},{"name":"Podiatry Software"},{"name":"Point of Sale Software"},{"name":"Policy Management Software"},{"name":"Political Campaign Software"},{"name":"Polling Software"},{"name":"Pool Service Software"},{"name":"Portal Software"},{"name":"Predictive Analytics Software"},{"name":"Predictive Dialer Software"},{"name":"Predictive Lead Scoring Software"},{"name":"Preemployment Testing Software"},{"name":"Presentation Software"},{"name":"Preventive Maintenance Software"},{"name":"Pricing Optimization Software"},{"name":"Print Estimating Software"},{"name":"Print Management Software"},{"name":"Privileged Access Management Software"},{"name":"Proctoring Software"},{"name":"Procure to Pay Software"},{"name":"Procurement Software"},{"name":"Product Analytics Software"},{"name":"Product Configurator Software"},{"name":"Product Data Management Software"},{"name":"Product Lifecycle Management Software"},{"name":"Product Management Software"},{"name":"Product Roadmap Software"},{"name":"Production Scheduling Software"},{"name":"Productivity Software"},{"name":"Professional Services Automation Software"},{"name":"Programming Languages"},{"name":"Project Management Software"},{"name":"Project Planning Software"},{"name":"Project Portfolio Management Software"},{"name":"Project Tracking Software"},{"name":"Proofreading Software"},{"name":"Property Management Software"},{"name":"Proposal Management Software"},{"name":"Prototyping Software"},{"name":"Public Relations Software"},{"name":"Public Transportation Software"},{"name":"Public Works Software"},{"name":"Publishing and Subscriptions Software"},{"name":"Punch List Software"},{"name":"Purchasing Software"},{"name":"Push Notifications Software"},{"name":"Qualitative Data Analysis Software"},{"name":"Quality Management Software"},{"name":"Quoting Software"},{"name":"RDBMS Software"},{"name":"RFP Software"},{"name":"Radiology Software"},{"name":"Real Estate Accounting Software"},{"name":"Real Estate Agency Software"},{"name":"Real Estate CMA Software"},{"name":"Real Estate CRM Software"},{"name":"Real Estate Property Management Software"},{"name":"Real Estate Transaction Management Software"},{"name":"Recruiting Agency Software"},{"name":"Recruiting Software"},{"name":"Recurring Billing Software"},{"name":"Recycling Software"},{"name":"Reference Check Software"},{"name":"Referral Software"},{"name":"Registration Software"},{"name":"Relocation Software"},{"name":"Remodeling Estimating Software"},{"name":"Remote Desktop Software"},{"name":"Remote Monitoring and Management Software"},{"name":"Remote Patient Monitoring Software"},{"name":"Remote Support Software"},{"name":"Remote Work Software"},{"name":"Rental Software"},{"name":"Reputation Management Software"},{"name":"Requirements Management Software"},{"name":"Reservations Software"},{"name":"Residential Construction Estimating Software"},{"name":"Resource Management Software"},{"name":"Restaurant Management Software"},{"name":"Restaurant POS Software"},{"name":"Retail Management Systems Software"},{"name":"Retail POS System"},{"name":"Retargeting Software"},{"name":"Revenue Cycle Management Software"},{"name":"Revenue Management Software"},{"name":"Review Management Software"},{"name":"Risk Management Software"},{"name":"Robotic Process Automation"},{"name":"Roofing Software"},{"name":"Route Planning Software"},{"name":"SCADA Software"},{"name":"SEO Software"},{"name":"SIEM Software"},{"name":"SMS Marketing Software"},{"name":"SMS Survey Software"},{"name":"SOAR Software"},{"name":"SPC Software"},{"name":"SaaS Management Software"},{"name":"Safety Management Software"},{"name":"Sales Coaching Software"},{"name":"Sales Content Management Software"},{"name":"Sales Enablement Software"},{"name":"Sales Engagement Platform Software"},{"name":"Sales Force Automation Software"},{"name":"Sales Forecasting Software"},{"name":"Sales Performance Management Software"},{"name":"Sales Tax Software"},{"name":"Sales Tracking Software"},{"name":"Salon Software"},{"name":"Scheduling Software"},{"name":"Scholarship Management Software"},{"name":"School Accounting Software"},{"name":"School Bus Routing Software"},{"name":"School Management Software"},{"name":"Screen Recording Software"},{"name":"Screen Sharing Software"},{"name":"Scrum Software"},{"name":"Secure Email Gateway Software"},{"name":"Security Awareness Training Software"},{"name":"Security Information Management"},{"name":"Security Orchestration Automation and Response Software"},{"name":"Security System Installer Software"},{"name":"Self Storage Software"},{"name":"SelfService Password Reset Software"},{"name":"Server Backup Software"},{"name":"Server Management Software"},{"name":"Server Monitoring Software"},{"name":"Service Desk Software"},{"name":"Service Dispatch Software"},{"name":"Shipment Tracking Software"},{"name":"Shipping Software"},{"name":"Shopping Cart Software"},{"name":"Simulation Software"},{"name":"Single Sign On Software"},{"name":"Small Business CRM Software"},{"name":"Small Business Loyalty Programs Software"},{"name":"Small Business eCommerce Software"},{"name":"Social Media Management Software"},{"name":"Social Media Marketing Software"},{"name":"Social Media Monitoring Software"},{"name":"Social Networking Software"},{"name":"Social Selling Software"},{"name":"Social Work Case Management Software"},{"name":"Softphone Software"},{"name":"Software Tools","children":[{"name":"Agile Project Management Tools"},{"name":"App Store Optimization Tools"},{"name":"Configuration Management Tools"},{"name":"Customer Journey Mapping Tools"},{"name":"Email Verification Tools"},{"name":"Employee Communication Tools"},{"name":"Kanban Tools"},{"name":"Link Management Tools"},{"name":"Reporting Tools"},{"name":"Social CRM Tools"},{"name":"Social Listening Tools"},{"name":"Social Media Analytics Tools"},{"name":"Website Optimization Tools"},{"name":"eLearning Authoring Tools"}]},{"name":"Solutions","children":[{"name":"Infrastructure as a Service Solutions"},{"name":"Platform as a Service Solutions"}]},{"name":"Source Code Management Software"},{"name":"Sourcing Software"},{"name":"Spa Software"},{"name":"Space Management Software"},{"name":"Speech Analytics Software"},{"name":"Speech Recognition Software"},{"name":"Speech Therapy Software"},{"name":"Spend Management Software"},{"name":"Sports League Software"},{"name":"Spreadsheet Software"},{"name":"Staffing Agency Software"},{"name":"Static Application Security Testing Software"},{"name":"Statistical Analysis Software"},{"name":"Stock Portfolio Management Software"},{"name":"Store Locator Software"},{"name":"Strategic Planning Software"},{"name":"Student Information System Software"},{"name":"Subscription Management Software"},{"name":"Succession Planning Software"},{"name":"Supply Chain Management Software"},{"name":"Survey Software"},{"name":"Sustainability Software"},{"name":"Swim School Software"},{"name":"Takeoff Software"},{"name":"Talent Management Software"},{"name":"Task Management Software"},{"name":"Tattoo Studio Software"},{"name":"Tax Practice Management Software"},{"name":"Team Communication Software"},{"name":"Team Management Software"},{"name":"Telecom Expense Management Software"},{"name":"Telemarketing Software"},{"name":"Telemedicine Software"},{"name":"Telephony Software"},{"name":"Text Mining Software"},{"name":"TextToSpeech Software"},{"name":"Threat Intelligence Software"},{"name":"ThreeD Architecture Software"},{"name":"ThreeD CAD Software"},{"name":"ThreeSixty Degree Feedback Software"},{"name":"Ticketing Software"},{"name":"Time Clock Software"},{"name":"Time Tracking Software"},{"name":"Time and Expense Software"},{"name":"Timeshare Software"},{"name":"Tool Management Software"},{"name":"Tour Operator Software"},{"name":"Towing Software"},{"name":"Trade Promotion Management Software"},{"name":"Training Software"},{"name":"Transactional Email Software"},{"name":"Transcription Software"},{"name":"Translation Management Software"},{"name":"Transportation Dispatch Software"},{"name":"Transportation Management Software"},{"name":"Travel Agency Software"},{"name":"Travel Management Software"},{"name":"Treasury Software"},{"name":"Trucking Software"},{"name":"Trust Accounting Software"},{"name":"Tutoring Software"},{"name":"UI Frameworks"},{"name":"URL Shortener"},{"name":"UX Software"},{"name":"Unified Communications Software"},{"name":"Unified Endpoint Management Software"},{"name":"User Testing Software"},{"name":"Utility Billing Software"},{"name":"Utility Management Systems Software"},{"name":"VDI Software"},{"name":"VPN Software"},{"name":"Vacation Rental Software"},{"name":"Vaccine Management Software"},{"name":"Vector Graphics Software"},{"name":"Vendor Management Software"},{"name":"Venue Management Software"},{"name":"Veterinary Software"},{"name":"Video Conferencing Software"},{"name":"Video Editing Software"},{"name":"Video Hosting Software"},{"name":"Video Interviewing Software"},{"name":"Video Making Software"},{"name":"Video Management Software"},{"name":"Video Marketing Software"},{"name":"Virtual Classroom Software"},{"name":"Virtual Data Room Software"},{"name":"Virtual Event Software"},{"name":"Virtual Machine Software"},{"name":"Virtual Private Server Software"},{"name":"Virtual Reality Software"},{"name":"Virtual Tour Software"},{"name":"Virtualization Software"},{"name":"Visitor Management Software"},{"name":"Visual Search Software"},{"name":"VoIP Software"},{"name":"Volunteer Management Software"},{"name":"Voting Software"},{"name":"Vulnerability Management Software"},{"name":"Vulnerability Scanner Software"},{"name":"Waitlist Software"},{"name":"Waiver Software"},{"name":"Wallets","children":[{"name":"Cryptocurrency Wallets"}]},{"name":"Warehouse Management Software"},{"name":"Warranty Management Software"},{"name":"Waste Management Software"},{"name":"Web Analytics Software"},{"name":"Web Conferencing Software"},{"name":"Web Content Management Software"},{"name":"Web Frameworks"},{"name":"Web to Print Software"},{"name":"Webinar Software"},{"name":"Website Accessibility Software"},{"name":"Website Builder Software"},{"name":"Website Monitoring Software"},{"name":"Website Security Software"},{"name":"Whistleblowing Software"},{"name":"Whiteboard Software"},{"name":"Winery Software"},{"name":"Wireframe Software"},{"name":"Wireless Expense Management Software"},{"name":"Work Order Software"},{"name":"Workflow Management Software"},{"name":"Workforce Management Software"},{"name":"Worship Software"},{"name":"Yard Management Software"},{"name":"Yoga Studio Software"},{"name":"Zoo Software"},{"name":"eCommerce Software"},{"name":"eDiscovery Software"},{"name":"ePrescribing Software"},{"name":"iPaaS Software"},{"name":"iPad Kiosk Software"},{"name":"iPad POS Software"}]},{"name":"Sound technology"},{"name":"Sports technology"},{"name":"Supply chain and logistics"},{"name":"ThreeD printing processes"},{"name":"Tools"},{"name":"Travel technology"},{"name":"Trenchless technology"},{"name":"Vehicle technology"},{"name":"Vehicles by type"},{"name":"Waste treatment technology"},{"name":"Water technology"},{"name":"Web technology"}]},"ArticleCategory":{"categories":[{"name":"Automotive","info":{"iabv2Id":"1"},"children":[{"name":"Auto Body Styles","children":[{"name":"Commercial Trucks","info":{"iabv2Id":"3"}},{"name":"Convertible","info":{"iabv2Id":"8"}},{"name":"Coupe","info":{"iabv2Id":"9"}},{"name":"Crossover","info":{"iabv2Id":"10"}},{"name":"Hatchback","info":{"iabv2Id":"11"}},{"name":"Microcar","info":{"iabv2Id":"12"}},{"name":"Minivan","info":{"iabv2Id":"13"}},{"name":"Off-Road Vehicles","info":{"iabv2Id":"14"}},{"name":"Pickup Trucks","info":{"iabv2Id":"15"}},{"name":"SUV","info":{"iabv2Id":"6"}},{"name":"Sedan","info":{"iabv2Id":"4"}},{"name":"Van","info":{"iabv2Id":"7"}}]},{"name":"Auto Buying and Selling","info":{"iabv2Id":"30"}},{"name":"Auto Insurance","info":{"iabv2Id":"31"}},{"name":"Auto Parts","info":{"iabv2Id":"32"}},{"name":"Auto Recalls","info":{"iabv2Id":"33"}},{"name":"Auto Rentals","info":{"iabv2Id":"41"}},{"name":"Auto Repair","info":{"iabv2Id":"34"}},{"name":"Auto Safety","info":{"iabv2Id":"35"}},{"name":"Auto Shows","info":{"iabv2Id":"36"}},{"name":"Auto Type","children":[{"name":"Budget Cars","info":{"iabv2Id":"17"}},{"name":"Certified Pre-Owned Cars","info":{"iabv2Id":"18"}},{"name":"Classic Cars","info":{"iabv2Id":"19"}},{"name":"Concept Cars","info":{"iabv2Id":"20"}},{"name":"Driverless Cars","info":{"iabv2Id":"21"}},{"name":"Green Vehicles","info":{"iabv2Id":"22"}},{"name":"Luxury Cars","info":{"iabv2Id":"23"}},{"name":"Performance Cars","info":{"iabv2Id":"24"}}]},{"name":"Car Culture","info":{"iabv2Id":"25"}},{"name":"Motorcycles","info":{"iabv2Id":"27"}},{"name":"Scooters","info":{"iabv2Id":"29"}}]},{"name":"Careers","info":{"iabv2Id":"123"},"children":[{"name":"Apprenticeships","info":{"iabv2Id":"124"}},{"name":"Career Advice","info":{"iabv2Id":"125"}},{"name":"Career Planning","info":{"iabv2Id":"126"}},{"name":"Job Search","info":{"iabv2Id":"127"}},{"name":"Remote Working","info":{"iabv2Id":"130"}},{"name":"Vocational Training","info":{"iabv2Id":"131"}}]},{"name":"Education","info":{"iabv2Id":"132"},"children":[{"name":"Adult Education","info":{"iabv2Id":"133"}},{"name":"College Education","info":{"iabv2Id":"137"}},{"name":"Early Childhood Education","info":{"iabv2Id":"142"}},{"name":"Educational Assessment","info":{"iabv2Id":"143"}},{"name":"Homeschooling","info":{"iabv2Id":"145"}},{"name":"Homework and Study","info":{"iabv2Id":"146"}},{"name":"Language Learning","info":{"iabv2Id":"147"}},{"name":"Online Education","info":{"iabv2Id":"148"}},{"name":"Primary Education","info":{"iabv2Id":"149"}},{"name":"Private School","info":{"iabv2Id":"134"}},{"name":"Secondary Education","info":{"iabv2Id":"135"}},{"name":"Special Education","info":{"iabv2Id":"136"}}]},{"name":"Events and Attractions","info":{"iabv2Id":"150"},"children":[{"name":"Amusement and Theme Parks","info":{"iabv2Id":"151"}},{"name":"Bars & Restaurants","info":{"iabv2Id":"179"}},{"name":"Business Expos & Conferences","info":{"iabv2Id":"180"}},{"name":"Casinos & Gambling","info":{"iabv2Id":"181"}},{"name":"Comedy Events","info":{"iabv2Id":"183"}},{"name":"Concerts & Music Events","info":{"iabv2Id":"184"}},{"name":"Historic Site and Landmark Tours","info":{"iabv2Id":"153"}},{"name":"Museums & Galleries","info":{"iabv2Id":"155"}},{"name":"Musicals","info":{"iabv2Id":"156"}},{"name":"National & Civic Holidays","info":{"iabv2Id":"157"}},{"name":"Nightclubs","info":{"iabv2Id":"158"}},{"name":"Outdoor Activities","info":{"iabv2Id":"159"}},{"name":"Parks & Nature","info":{"iabv2Id":"160"}},{"name":"Party Supplies and Decorations","info":{"iabv2Id":"161"}},{"name":"Personal Celebrations & Life Events","info":{"iabv2Id":"163"},"children":[{"name":"Funeral","info":{"iabv2Id":"171"}}]},{"name":"Zoos & Aquariums","info":{"iabv2Id":"178"}}]},{"name":"Family and Relationships","info":{"iabv2Id":"186"},"children":[{"name":"Bereavement","info":{"iabv2Id":"187"}},{"name":"Dating","info":{"iabv2Id":"188"}},{"name":"Divorce","info":{"iabv2Id":"189"}},{"name":"Eldercare","info":{"iabv2Id":"190"}},{"name":"Marriage and Civil Unions","info":{"iabv2Id":"191"}},{"name":"Parenting","info":{"iabv2Id":"192"}}]},{"name":"Fine Art","info":{"iabv2Id":"201"},"children":[{"name":"Digital Arts","info":{"iabv2Id":"205"}},{"name":"Modern Art","info":{"iabv2Id":"207"}},{"name":"Opera","info":{"iabv2Id":"208"}},{"name":"Theater","info":{"iabv2Id":"209"}}]},{"name":"Food & Drink","info":{"iabv2Id":"210"},"children":[{"name":"Alcoholic Beverages","info":{"iabv2Id":"211"}},{"name":"Barbecues and Grilling","info":{"iabv2Id":"215"}},{"name":"Cooking","info":{"iabv2Id":"216"}},{"name":"Desserts and Baking","info":{"iabv2Id":"217"}},{"name":"Dining Out","info":{"iabv2Id":"218"}},{"name":"Food Allergies","info":{"iabv2Id":"219"}},{"name":"Healthy Cooking and Eating","info":{"iabv2Id":"221"}},{"name":"Non-Alcoholic Beverages","info":{"iabv2Id":"222"}},{"name":"Vegan Diets","info":{"iabv2Id":"212"}},{"name":"Vegetarian Diets","info":{"iabv2Id":"213"}}]},{"name":"Healthy Living","info":{"iabv2Id":"223"},"children":[{"name":"Children's Health","info":{"iabv2Id":"224"}},{"name":"Fitness and Exercise","info":{"iabv2Id":"225"}},{"name":"Men's Health","info":{"iabv2Id":"228"}},{"name":"Nutrition","info":{"iabv2Id":"229"}},{"name":"Senior Health","info":{"iabv2Id":"230"}},{"name":"Weight Loss","info":{"iabv2Id":"231"}},{"name":"Wellness","info":{"iabv2Id":"232"}},{"name":"Women's Health","info":{"iabv2Id":"238"}}]},{"name":"Hobbies & Interests","info":{"iabv2Id":"239"},"children":[{"name":"Antiquing and Antiques","info":{"iabv2Id":"240"}},{"name":"Arts and Crafts","info":{"iabv2Id":"248"}},{"name":"Beekeeping","info":{"iabv2Id":"258"}},{"name":"Birdwatching","info":{"iabv2Id":"259"}},{"name":"Cigars","info":{"iabv2Id":"260"}},{"name":"Musical Instruments","info":{"iabv2Id":"243"}},{"name":"Paranormal Phenomena","info":{"iabv2Id":"244"}}]},{"name":"Home & Garden","info":{"iabv2Id":"274"},"children":[{"name":"Gardening","info":{"iabv2Id":"275"}},{"name":"Home Appliances","info":{"iabv2Id":"278"}},{"name":"Home Improvement","info":{"iabv2Id":"280"}},{"name":"Home Security","info":{"iabv2Id":"281"}},{"name":"Interior Decorating","info":{"iabv2Id":"283"}},{"name":"Landscaping","info":{"iabv2Id":"284"}},{"name":"Outdoor Decorating","info":{"iabv2Id":"285"}},{"name":"Remodeling & Construction","info":{"iabv2Id":"276"}},{"name":"Smart Home","info":{"iabv2Id":"277"}}]},{"name":"Medical Health","info":{"iabv2Id":"286"},"children":[{"name":"Cosmetic Medical Services","info":{"iabv2Id":"323"}},{"name":"Diseases and Conditions","info":{"iabv2Id":"287"},"children":[{"name":"Allergies","info":{"iabv2Id":"288"}},{"name":"Blood Disorders","info":{"iabv2Id":"306"}},{"name":"Bone and Joint Conditions","info":{"iabv2Id":"312"}},{"name":"Brain and Nervous System Disorders","info":{"iabv2Id":"313"}},{"name":"Cancer","info":{"iabv2Id":"314"}},{"name":"Cold and Flu","info":{"iabv2Id":"315"}},{"name":"Dental Health","info":{"iabv2Id":"316"}},{"name":"Diabetes","info":{"iabv2Id":"317"}},{"name":"Digestive Disorders","info":{"iabv2Id":"318"}},{"name":"Ear, Nose and Throat Conditions","info":{"iabv2Id":"289"}},{"name":"Endocrine and Metabolic Diseases","info":{"iabv2Id":"290"},"children":[{"name":"Hormonal Disorders","info":{"iabv2Id":"291"}},{"name":"Menopause","info":{"iabv2Id":"292"}},{"name":"Thyroid Disorders","info":{"iabv2Id":"293"}}]},{"name":"Eye and Vision Conditions","info":{"iabv2Id":"294"}},{"name":"Foot Health","info":{"iabv2Id":"295"}},{"name":"Heart and Cardiovascular Diseases","info":{"iabv2Id":"296"}},{"name":"Infectious Diseases","info":{"iabv2Id":"297"}},{"name":"Injuries","info":{"iabv2Id":"298"},"children":[{"name":"First Aid","info":{"iabv2Id":"299"}}]},{"name":"Lung and Respiratory Health","info":{"iabv2Id":"300"}},{"name":"Mental Health","info":{"iabv2Id":"301"}},{"name":"Reproductive Health","info":{"iabv2Id":"302"},"children":[{"name":"Birth Control","info":{"iabv2Id":"303"}},{"name":"Infertility","info":{"iabv2Id":"304"}},{"name":"Pregnancy","info":{"iabv2Id":"305"}}]},{"name":"Sexual Health","info":{"iabv2Id":"307"},"children":[{"name":"Sexual Conditions","info":{"iabv2Id":"308"}}]},{"name":"Skin and Dermatology","info":{"iabv2Id":"309"}},{"name":"Sleep Disorders","info":{"iabv2Id":"310"}},{"name":"Substance Abuse","info":{"iabv2Id":"311"}}]},{"name":"Medical Tests","info":{"iabv2Id":"319"}},{"name":"Pharmaceutical Drugs","info":{"iabv2Id":"320"}},{"name":"Surgery","info":{"iabv2Id":"321"}},{"name":"Vaccines","info":{"iabv2Id":"322"}}]},{"name":"Movies","info":{"iabv2Id":"324"}},{"name":"Music and Audio","info":{"iabv2Id":"338"}},{"name":"News and Politics","info":{"iabv2Id":"379"},"children":[{"name":"Crime","info":{"iabv2Id":"380"}},{"name":"Disasters","info":{"iabv2Id":"381"}},{"name":"Law","info":{"iabv2Id":"383"}},{"name":"Local News","info":{"iabv2Id":"384"}},{"name":"Politics","info":{"iabv2Id":"386"},"children":[{"name":"Elections","info":{"iabv2Id":"387"}},{"name":"Political Issues","info":{"iabv2Id":"388"}},{"name":"War and Conflicts","info":{"iabv2Id":"389"}}]},{"name":"Weather","info":{"iabv2Id":"390"}}]},{"name":"Personal Finance","info":{"iabv2Id":"391"},"children":[{"name":"Financial Assistance","info":{"iabv2Id":"393"}},{"name":"Financial Planning","info":{"iabv2Id":"396"}},{"name":"Frugal Living","info":{"iabv2Id":"397"}},{"name":"Insurance","info":{"iabv2Id":"398"}},{"name":"Personal Investing","info":{"iabv2Id":"410"}},{"name":"Retirement Planning","info":{"iabv2Id":"416"}}]},{"name":"Books and Literature","info":{"iabv2Id":"42"},"children":[{"name":"Biographies","info":{"iabv2Id":"44"}},{"name":"Comics and Graphic Novels","info":{"iabv2Id":"46"}},{"name":"Cookbooks","info":{"iabv2Id":"47"}},{"name":"Poetry","info":{"iabv2Id":"49"}}]},{"name":"Pets","info":{"iabv2Id":"422"},"children":[{"name":"Birds","info":{"iabv2Id":"423"}},{"name":"Cats","info":{"iabv2Id":"424"}},{"name":"Dogs","info":{"iabv2Id":"425"}},{"name":"Pet Adoptions","info":{"iabv2Id":"428"}},{"name":"Pet Supplies","info":{"iabv2Id":"431"}},{"name":"Reptiles","info":{"iabv2Id":"429"}},{"name":"Veterinary Medicine","info":{"iabv2Id":"430"}}]},{"name":"Pop Culture","info":{"iabv2Id":"432"},"children":[{"name":"Celebrity Deaths","info":{"iabv2Id":"433"}},{"name":"Celebrity Homes","info":{"iabv2Id":"435"}},{"name":"Celebrity Relationships","info":{"iabv2Id":"437"}},{"name":"Celebrity Style","info":{"iabv2Id":"439"}},{"name":"Humor and Satire","info":{"iabv2Id":"440"}}]},{"name":"Real Estate","info":{"iabv2Id":"441"}},{"name":"Religion & Spirituality","info":{"iabv2Id":"453"},"children":[{"name":"Astrology","info":{"iabv2Id":"456"}},{"name":"Atheism","info":{"iabv2Id":"457"}},{"name":"Buddhism","info":{"iabv2Id":"458"}},{"name":"Christianity","info":{"iabv2Id":"459"}},{"name":"Hinduism","info":{"iabv2Id":"460"}},{"name":"Islam","info":{"iabv2Id":"461"}},{"name":"Judaism","info":{"iabv2Id":"462"}},{"name":"Sikhism","info":{"iabv2Id":"463"}},{"name":"Spirituality","info":{"iabv2Id":"455"}}]},{"name":"Science","info":{"iabv2Id":"464"},"children":[{"name":"Biological Sciences","info":{"iabv2Id":"465"}},{"name":"Chemistry","info":{"iabv2Id":"466"}},{"name":"Environment","info":{"iabv2Id":"467"}},{"name":"Genetics","info":{"iabv2Id":"468"}},{"name":"Geography","info":{"iabv2Id":"469"}},{"name":"Geology","info":{"iabv2Id":"470"}},{"name":"Physics","info":{"iabv2Id":"471"}},{"name":"Space and Astronomy","info":{"iabv2Id":"472"}}]},{"name":"Shopping","info":{"iabv2Id":"473"},"children":[{"name":"Coupons and Discounts","info":{"iabv2Id":"474"}},{"name":"Flower Shopping","info":{"iabv2Id":"475"}},{"name":"Gifts and Greetings Cards","info":{"iabv2Id":"476"}},{"name":"Grocery Shopping","info":{"iabv2Id":"477"}},{"name":"Holiday Shopping","info":{"iabv2Id":"478"}},{"name":"Sales and Promotions","info":{"iabv2Id":"481"}}]},{"name":"Sports","info":{"iabv2Id":"483"},"children":[{"name":"American Football","info":{"iabv2Id":"484"}},{"name":"Australian Rules Football","info":{"iabv2Id":"507"}},{"name":"Auto Racing","info":{"iabv2Id":"518"}},{"name":"Badminton","info":{"iabv2Id":"534"}},{"name":"Baseball","info":{"iabv2Id":"545"}},{"name":"Basketball","info":{"iabv2Id":"547"}},{"name":"Beach Volleyball","info":{"iabv2Id":"548"}},{"name":"Bodybuilding","info":{"iabv2Id":"549"}},{"name":"Bowling","info":{"iabv2Id":"550"}},{"name":"Boxing","info":{"iabv2Id":"485"}},{"name":"Cheerleading","info":{"iabv2Id":"486"}},{"name":"College Sports","info":{"iabv2Id":"487"},"children":[{"name":"College Baseball","info":{"iabv2Id":"490"}},{"name":"College Basketball","info":{"iabv2Id":"489"}},{"name":"College Football","info":{"iabv2Id":"488"}}]},{"name":"Cricket","info":{"iabv2Id":"491"}},{"name":"Cycling","info":{"iabv2Id":"492"}},{"name":"Darts","info":{"iabv2Id":"493"}},{"name":"Disabled Sports","info":{"iabv2Id":"494"}},{"name":"Diving","info":{"iabv2Id":"495"}},{"name":"Extreme Sports","info":{"iabv2Id":"498"},"children":[{"name":"Canoeing and Kayaking","info":{"iabv2Id":"499"}},{"name":"Climbing","info":{"iabv2Id":"500"}},{"name":"Paintball","info":{"iabv2Id":"501"}},{"name":"Scuba Diving","info":{"iabv2Id":"502"}},{"name":"Skateboarding","info":{"iabv2Id":"503"}},{"name":"Snowboarding","info":{"iabv2Id":"504"}},{"name":"Surfing and Bodyboarding","info":{"iabv2Id":"505"}}]},{"name":"Fantasy Sports","info":{"iabv2Id":"508"}},{"name":"Field Hockey","info":{"iabv2Id":"509"}},{"name":"Figure Skating","info":{"iabv2Id":"510"}},{"name":"Fishing Sports","info":{"iabv2Id":"511"}},{"name":"Golf","info":{"iabv2Id":"512"}},{"name":"Gymnastics","info":{"iabv2Id":"513"}},{"name":"Horse Racing","info":{"iabv2Id":"497"}},{"name":"Ice Hockey","info":{"iabv2Id":"515"}},{"name":"Lacrosse","info":{"iabv2Id":"517"}},{"name":"Martial Arts","info":{"iabv2Id":"520"}},{"name":"Olympic Sports","info":{"iabv2Id":"521"},"children":[{"name":"Summer Olympic Sports","info":{"iabv2Id":"522"}},{"name":"Winter Olympic Sports","info":{"iabv2Id":"523"}}]},{"name":"Poker and Professional Gambling","info":{"iabv2Id":"524"}},{"name":"Rodeo","info":{"iabv2Id":"525"}},{"name":"Rowing","info":{"iabv2Id":"526"}},{"name":"Rugby","info":{"iabv2Id":"527"}},{"name":"Sailing","info":{"iabv2Id":"530"}},{"name":"Skiing","info":{"iabv2Id":"531"}},{"name":"Snooker/Pool/Billiards","info":{"iabv2Id":"532"}},{"name":"Soccer","info":{"iabv2Id":"533"}},{"name":"Softball","info":{"iabv2Id":"535"}},{"name":"Sports Equipment","info":{"iabv2Id":"551"}},{"name":"Swimming","info":{"iabv2Id":"537"}},{"name":"Table Tennis","info":{"iabv2Id":"538"}},{"name":"Tennis","info":{"iabv2Id":"539"}},{"name":"Track and Field","info":{"iabv2Id":"540"}},{"name":"Volleyball","info":{"iabv2Id":"541"}},{"name":"Walking","info":{"iabv2Id":"542"}},{"name":"Water Polo","info":{"iabv2Id":"543"}},{"name":"Weightlifting","info":{"iabv2Id":"544"}},{"name":"Wrestling","info":{"iabv2Id":"546"}}]},{"name":"Business and Finance","info":{"iabv2Id":"52"},"children":[{"name":"Business","info":{"iabv2Id":"53"},"children":[{"name":"Awards","info":{"diffbotId":"6"}},{"name":"Business Accounting & Finance","info":{"iabv2Id":"54"}},{"name":"Business Administration","info":{"iabv2Id":"62"}},{"name":"Business Banking & Finance","info":{"iabv2Id":"63"},"children":[{"name":"Acquisitions, Mergers and Takeovers","info":{"diffbotId":"1","iabv2Id":"68"}},{"name":"Angel Investment","info":{"iabv2Id":"64"}},{"name":"Bankruptcy","info":{"diffbotId":"8","iabv2Id":"65"}},{"name":"Business Loans","info":{"iabv2Id":"66"}},{"name":"Debt Factoring & Invoice Discounting","info":{"iabv2Id":"67"}},{"name":"Private Equity","info":{"iabv2Id":"69"}},{"name":"Sale & Lease Back","info":{"iabv2Id":"70"}},{"name":"Venture Capital","info":{"iabv2Id":"71"}}]},{"name":"Business I.T.","info":{"iabv2Id":"72"}},{"name":"Business Operations","info":{"iabv2Id":"73"}},{"name":"Business Utilities","info":{"iabv2Id":"79"}},{"name":"Consumer Issues","info":{"iabv2Id":"74"},"children":[{"name":"Recalls","info":{"iabv2Id":"75"}}]},{"name":"Contracts and Agreements","info":{"diffbotId":"13"}},{"name":"Environmental, Social and Governance (ESG)","info":{"diffbotId":"10","description":"Environment impact, Carbon footprint, Diversity issues, Fraud, Labor issues (child labor, modern slavery),"}},{"name":"Executive Leadership & Management","info":{"iabv2Id":"76"}},{"name":"Funding","info":{"diffbotId":"11","description":"Investments and financing received by a company"}},{"name":"Government Business","info":{"iabv2Id":"77"}},{"name":"Green Solutions","info":{"iabv2Id":"78"}},{"name":"Human Resources","info":{"iabv2Id":"55"}},{"name":"Intellectual Property","info":{"diffbotId":"18","description":"Patent, Copyright, Awarded, Renewed, Filed"}},{"name":"Large Business","info":{"iabv2Id":"56"}},{"name":"Litigation","info":{"diffbotId":"16"}},{"name":"Logistics","info":{"iabv2Id":"57"}},{"name":"Marketing and Advertising","info":{"iabv2Id":"58"}},{"name":"Partnerships and Joint Ventures","info":{"diffbotId":"2","description":"Strategic Partner, Supplier, Distributor, Promoter, Agent, Joint Venture, etc."}},{"name":"Personnel Changes","info":{"diffbotId":"9","description":"Leadership Change, Key Exit , Key Hire, Promotion, Succession, Executive Search, Layoff, Downsizing, Hiring, Death"},"children":[{"name":"Key Hires","info":{"diffbotId":"21","description":"Key Hire, Promotion, Succession, Appointed Board Member"}},{"name":"Layoffs","info":{"diffbotId":"22","description":"Layoff, Downsizing"}}]},{"name":"Products and Services Announcements","info":{"diffbotId":"4","description":"Launch, Integration, Innovation"}},{"name":"Real Estate Transactions","info":{"diffbotId":"7","description":"Land, Office, Manufacturing Facility, Distribution Center, Branch/Store, Lease, Sale, Opening, Closure, etc."}},{"name":"Regulatory Approvals","info":{"diffbotId":"20"},"children":[{"name":"Investigational New Drug Application","info":{"diffbotId":"23"}}]},{"name":"Sales","info":{"iabv2Id":"59"}},{"name":"Small and Medium-sized Business","info":{"iabv2Id":"60"}},{"name":"Startups","info":{"iabv2Id":"61"}},{"name":"Stock Offerings and IPOs","info":{"diffbotId":"3"}},{"name":"Stock Price News","info":{"diffbotId":"19"},"children":[{"name":"Dividends","info":{"diffbotId":"14"}},{"name":"Investment Opinion","info":{"diffbotId":"15"}},{"name":"Sales and Earnings","info":{"diffbotId":"5","description":"Quarterly, Annual, Any article where sales/earning reporting is the main topic"}},{"name":"Stock Split","info":{"diffbotId":"17"}}]}]},{"name":"Economy","info":{"iabv2Id":"80"},"children":[{"name":"Commodities","info":{"iabv2Id":"81"}},{"name":"Currencies","info":{"iabv2Id":"82"}},{"name":"Financial Crisis","info":{"iabv2Id":"83"}},{"name":"Financial Reform","info":{"iabv2Id":"84"}},{"name":"Financial Regulation","info":{"iabv2Id":"85"}},{"name":"Gasoline Prices","info":{"iabv2Id":"86"}},{"name":"Housing Market","info":{"iabv2Id":"87"}},{"name":"Interest Rates","info":{"iabv2Id":"88"}},{"name":"Job Market","info":{"iabv2Id":"89"}}]},{"name":"Industries","children":[{"name":"Advertising Industry","info":{"iabv2Id":"91"}},{"name":"Agriculture","info":{"iabv2Id":"102"}},{"name":"Apparel Industry","info":{"iabv2Id":"113"}},{"name":"Automotive Industry","info":{"iabv2Id":"117"}},{"name":"Aviation Industry","info":{"iabv2Id":"118"}},{"name":"Biotech and Biomedical Industry","info":{"iabv2Id":"119"}},{"name":"Civil Engineering Industry","info":{"iabv2Id":"120"}},{"name":"Construction Industry","info":{"iabv2Id":"121"}},{"name":"Defense Industry","info":{"iabv2Id":"122"}},{"name":"Education industry","info":{"iabv2Id":"92"}},{"name":"Entertainment Industry","info":{"iabv2Id":"93"}},{"name":"Environmental Services Industry","info":{"iabv2Id":"94"}},{"name":"Financial Industry","info":{"iabv2Id":"95"}},{"name":"Food Industry","info":{"iabv2Id":"96"}},{"name":"Healthcare Industry","info":{"iabv2Id":"97"}},{"name":"Hospitality Industry","info":{"iabv2Id":"98"}},{"name":"Information Services Industry","info":{"iabv2Id":"99"}},{"name":"Legal Services Industry","info":{"iabv2Id":"100"}},{"name":"Logistics and Transportation Industry","info":{"iabv2Id":"101"}},{"name":"Management Consulting Industry","info":{"iabv2Id":"103"}},{"name":"Manufacturing Industry","info":{"iabv2Id":"104"}},{"name":"Mechanical and Industrial Engineering Industry","info":{"iabv2Id":"105"}},{"name":"Media Industry","info":{"iabv2Id":"106"}},{"name":"Metals Industry","info":{"iabv2Id":"107"}},{"name":"Non-Profit Organizations","info":{"iabv2Id":"108"}},{"name":"Pharmaceutical Industry","info":{"iabv2Id":"109"}},{"name":"Power and Energy Industry","info":{"iabv2Id":"110"}},{"name":"Publishing Industry","info":{"iabv2Id":"111"}},{"name":"Real Estate Industry","info":{"iabv2Id":"112"}},{"name":"Retail Industry","info":{"iabv2Id":"114"}},{"name":"Technology Industry","info":{"iabv2Id":"115"}},{"name":"Telecommunications Industry","info":{"iabv2Id":"116"}}]}]},{"name":"Style & Fashion","info":{"iabv2Id":"552"},"children":[{"name":"Beauty","info":{"iabv2Id":"553"}},{"name":"Body Art","info":{"iabv2Id":"574"}},{"name":"Fashion Trends","info":{"iabv2Id":"577"}},{"name":"Men's Fashion","info":{"iabv2Id":"579"}},{"name":"Women's Fashion","info":{"iabv2Id":"560"}}]},{"name":"Technology & Computing","info":{"iabv2Id":"596"},"children":[{"name":"Artificial Intelligence","info":{"iabv2Id":"597"}},{"name":"Augmented Reality","info":{"iabv2Id":"598"}},{"name":"Computing","info":{"iabv2Id":"599"},"children":[{"name":"Computer Networking","info":{"iabv2Id":"600"}},{"name":"Computer Peripherals","info":{"iabv2Id":"601"}},{"name":"Computer Software and Applications","info":{"iabv2Id":"602"},"children":[{"name":"3-D Graphics","info":{"iabv2Id":"603"}},{"name":"Antivirus Software","info":{"iabv2Id":"608"}},{"name":"Browsers","info":{"iabv2Id":"609"}},{"name":"Computer Animation","info":{"iabv2Id":"610"}},{"name":"Databases","info":{"iabv2Id":"611"}},{"name":"Desktop Publishing","info":{"iabv2Id":"612"}},{"name":"Digital Audio","info":{"iabv2Id":"613"}},{"name":"Graphics Software","info":{"iabv2Id":"614"}},{"name":"Operating Systems","info":{"iabv2Id":"615"}},{"name":"Photo Editing Software","info":{"iabv2Id":"604"}},{"name":"Shareware and Freeware","info":{"iabv2Id":"605"}},{"name":"Video Software","info":{"iabv2Id":"606"}},{"name":"Web Conferencing","info":{"iabv2Id":"607"}}]},{"name":"Data Storage and Warehousing","info":{"iabv2Id":"616"}},{"name":"Desktops","info":{"iabv2Id":"617"}},{"name":"Information and Network Security","info":{"iabv2Id":"618"}},{"name":"Internet","info":{"iabv2Id":"619"},"children":[{"name":"Cloud Computing","info":{"iabv2Id":"620"}},{"name":"Email","info":{"iabv2Id":"623"}},{"name":"IT and Internet Support","info":{"iabv2Id":"626"}},{"name":"Internet for Beginners","info":{"iabv2Id":"624"}},{"name":"Internet of Things","info":{"iabv2Id":"625"}},{"name":"Search","info":{"iabv2Id":"627"}},{"name":"Social Networking","info":{"iabv2Id":"628"}},{"name":"Web Design and HTML","info":{"iabv2Id":"629"}},{"name":"Web Development","info":{"iabv2Id":"621"}},{"name":"Web Hosting","info":{"iabv2Id":"622"}}]},{"name":"Laptops","info":{"iabv2Id":"630"}},{"name":"Programming Languages","info":{"iabv2Id":"631"}},{"name":"Technical Documentation","info":{"diffbotId":"24"}}]},{"name":"Consumer Electronics","info":{"iabv2Id":"632"},"children":[{"name":"Cameras and Camcorders","info":{"iabv2Id":"633"}},{"name":"Home Entertainment Systems","info":{"iabv2Id":"634"}},{"name":"Smartphones","info":{"iabv2Id":"635"}},{"name":"Tablets and E-readers","info":{"iabv2Id":"636"}},{"name":"Wearable Technology","info":{"iabv2Id":"637"}}]},{"name":"Robotics","info":{"iabv2Id":"638"}},{"name":"Virtual Reality","info":{"iabv2Id":"639"}}]},{"name":"Television","info":{"iabv2Id":"640"}},{"name":"Travel","info":{"iabv2Id":"653"},"children":[{"name":"Travel Locations","info":{"iabv2Id":"655"},"children":[{"name":"Africa Travel","info":{"iabv2Id":"656"}},{"name":"Asia Travel","info":{"iabv2Id":"657"}},{"name":"Australia and Oceania Travel","info":{"iabv2Id":"658"}},{"name":"Europe Travel","info":{"iabv2Id":"659"}},{"name":"North America Travel","info":{"iabv2Id":"660"}},{"name":"Polar Travel","info":{"iabv2Id":"661"}},{"name":"South America Travel","info":{"iabv2Id":"662"}}]},{"name":"Travel Preparation and Advice","info":{"iabv2Id":"663"}},{"name":"Travel Type","info":{"iabv2Id":"664"},"children":[{"name":"Adventure Travel","info":{"iabv2Id":"665"}},{"name":"Air Travel","info":{"iabv2Id":"672"}},{"name":"Beach Travel","info":{"iabv2Id":"673"}},{"name":"Budget Travel","info":{"iabv2Id":"675"}},{"name":"Business Travel","info":{"iabv2Id":"676"}},{"name":"Camping","info":{"iabv2Id":"677"}},{"name":"Cruises","info":{"iabv2Id":"678"}},{"name":"Day Trips","info":{"iabv2Id":"679"}},{"name":"Family Travel","info":{"iabv2Id":"666"}},{"name":"Honeymoons and Getaways","info":{"iabv2Id":"667"}},{"name":"Hotels and Motels","info":{"iabv2Id":"668"}},{"name":"Rail Travel","info":{"iabv2Id":"669"}},{"name":"Road Trips","info":{"iabv2Id":"670"}},{"name":"Spas","info":{"iabv2Id":"671"}}]}]},{"name":"Video Gaming","info":{"iabv2Id":"680"},"children":[{"name":"Console Games","info":{"iabv2Id":"681"}},{"name":"Mobile Games","info":{"iabv2Id":"683"}},{"name":"PC Games","info":{"iabv2Id":"684"}},{"name":"eSports","info":{"iabv2Id":"682"}}]}]}},"dev-notes":"The ontology has these top-level elements:\n1. `metadata`: General metadata about the ontology. See [Metadata](#Metadata) section.\n2. `types`: Entity type definitions. See [Types](#Types) section.\n3. `composites`: Non-primitive type definitions referenced by entity fields. See [Composites](#Composites) section.\n4. `enums`: Enumerations referenced by entity fields. See [Enums](#Enums) section.\n5. `taxonomies`: Taxonomies referenced by entity fields. See [Taxonomies](#Taxonomies) section.\n6. `dev-notes`: These notes (don't we all loooove self-references)\n\n# Metadata\nMetadata has the following general structure:\n```\n\"metadata\": {\n \"kg-version\": \"175\",\n \"binary-version\": \"0.3.15\",\n \"generated\": \"1613687623\"\n}\n```\n1. `kg-version`: Version of the KG for which this ontology was generated\n2. `binary-version`: Internal developer metadata\n3. `generated`: Unix timestamp when this metadata was generated\n\n# Types\nType definitions have the following general structure:\n```\n\"Person\": {\n \"name\": \"Person\",\n \"typeHierarchy\": [\n \"DiffbotEntity\"\n ],\n \"taxonomy\": null,\n \"fields\": {\n \"twitterUri\": {\n \"name\": \"twitterUri\",\n \"description\": \"Link to the Twitter profile of the Person entity\",\n \"isFact\": true,\n \"isEnum\": false,\n \"isList\": false,\n \"isPrimitive\": false,\n \"type\": \"DiffbotUrl\",\n \"isDeprecated\": false\n },\n ...\n }\n}\n```\n1. `name`: Name of the entity\n2. `typeHierarchy`: Type hierarchy of the entity. `DiffbotEntity` is the root type. An entity inherits all fields from its hierarchy. The `typeHierarchy` is ordered from closest to farthest ancestor. Example:\n```\n \"LocalBusiness\": {\n \"typeHierarchy\": [\n \"Organization\",\n \"DiffbotEntity\"\n ],\n```\n3. `taxonomy`: Refers to a taxonomy for this entity, if one exists. See [Taxonomies](#Taxonomies) section. \n4. `fields`: Entity fields. See [Fields section](#Fields).\n\n### Fields\nEntity fields have the following general structure:\n```\n \"categories\":{\n \"name\":\"categories\",\n \"description\":\"Industry categories\",\n \"isFact\":true,\n \"isEnum\":false,\n \"isList\":true,\n \"isPrimitive\":false,\n \"type\":\"LinkedEntity\",\n \"leType\":[\n \"IndustryCategory\"\n ],\n \"isDeprecated\":false\n }\n```\n1. `name`: Name of the field\n2. `description`: Description of the field\n3. `isFact`: A value of `true` indicates that this field is a Fact field. Fact fields contain provenance and confidence information, aside from the value of the fact. See [Facts](#Facts) section for structure of fact.\n4. `isEnum`: A value of `true` indicates that this field is an enumeration. Enumeration values are listed in the `enum` section of the ontology. See section on [Enums](#Enums) .\n5. `isList`: A value of `true` indicates that this field is an array field and can hold multiple values.\n6. `isPrimitive`: A value of `true` indicates that this field is a primitive. See sections on [Primitives](#Primitives) and [Composites](#Composites) for more information on field datatypes.\n7. `type`: Type of the field. Fields can be [Primitives](#Primitives), [Composites](#Composites), [Enums](#Enums) or one of the [Entity Types](#Types).\n8. `leType`: Indicates that this fields refers to a LinkedEntity and lists the Entity Types that this LinkedEntity can refer to. See section on [LinkedEntity](#LinkedEntity) for details.\n9. `isDeprecated`: Indicates if the field is deprecated and may not be supported in the future.\n\n### Facts\nFact fields contain provenance and confidence information, aside from the value of the fact. Fact fields have the following general structure:\n```\n\"twitterUri\": {\n \"explicitOrigin\": [\n \"angel.co/diffbot\",\n \"crunchbase.com/organization/diffbot\",\n \"wikidata.org/entity/Q17052069\"\n ],\n \"confidence\": \"0.60\",\n \"value\": \"twitter.com/diffbot\"\n}\n```\n### Primitives\nThe following primitives types are supported:\n- `Integer`: Integer types such as `byte`, `short`, `int`, `long`\n- `Float`: Decimal types such as `float`, `double`\n- `Boolean`: Boolean type\n- `String`: String type\n- `URL`: This is a special type of String which represents a URL\n\n### LinkedEntity\nLinkedEntity fields refer to other other Entity Types. For example, a `Organization.founders` is a LinkedEntity that refers to `Person` type.\n\nLinkedEntities have the `type` fields declared as `LinkedEntity` and the possible Entity Types are listed in the `leType` element.\n```\n \"type\": \"LinkedEntity\",\n \"leType\": [ \"Person\" ],\n```\n\n# Composites\nComposites are complex datatypes. They have the following general structure:\n```\n \"Contact\":{\n \"name\":\"Contact\",\n \"fields\":{\n \"contactString\":{\n \"name\":\"contactString\",\n \"description\":\"A field such as email address etc.\",\n \"isFact\":false,\n \"isEnum\":false,\n \"isList\":false,\n \"isPrimitive\":true,\n \"type\":\"String\",\n \"isDeprecated\":false\n },\n ...\n }\n }\n```\n1. `name`: Name of the Composite\n2. `description`: Description of the Composite\n3. `fields`: Composite fields. They have the same structure as an Entity field. See [Fields section](#Fields).\n \n# Enums\nEnums have the following general structure:\n```\n \"EyeColor\":{\n \"name\":\"EyeColor\",\n \"values\":[\n \"Black\",\n \"Brown\",\n \"Blue\",\n ...\n ]\n }\n```\n1. `name`: Name of the Enum\n2. `description`: Description of the Enum\n3. `values`: Possible values of the composite\n\n# Taxonomies\nIf an Entity Type has an associated taxonomy, it'll be mentioned in the `taxonomy` field of the Type definition. The taxonomy definition itself is under the top-level `taxonomies` element.\n\n```\n \"IndustryCategory\":{\n \"name\":\"IndustryCategory\",\n \"taxonomy\": \"IndustryCategory\",\n \"typeHierarchy\":[\n \"Intangible\",\n \"DiffbotEntity\"\n ]\n }\n```\n\nTaxonomies have the following general structure:\n```\n[\n {\n \"name\":\"Food And Drink Companies\",\n \"diffbotId\": \"EXXXXXXXXXXX\",\n \"info\": {\n \"naicsMapping\":\"311000\"\n }\n \"children\":[\n {\n \"name\": \"Animal Food Manufacturers\",\n \"info\": {\n \"naicsMapping\":\"311000\"\n }\n \"children\":[\n ...\n ]\n }\n ]\n },\n ...\n]\n```\n1. `name`: Name of the category\n2. `diffbotId`: DiffbotId of the category, if an entity exists in Diffbot KG corresponding to the category\n3. `info`: Information specific to the taxonomy. The structure of this element is not formally defined and can change depending on the specific taxonomy.\n4. `children`: Child categories. Children have the same JSON structure as the parent and taxonomies can be arbitrarily deeply nested. "}
\ No newline at end of file
diff --git a/website/ontology.tmp.json b/website/ontology.tmp.json
new file mode 100644
index 00000000..5596a70e
--- /dev/null
+++ b/website/ontology.tmp.json
@@ -0,0 +1 @@
+{"types":{"AdministrativeArea":{"name":"AdministrativeArea","typeHierarchy":["Place","DiffbotEntity"],"fields":{"geonameId":{"name":"geonameId","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Album":{"name":"Album","typeHierarchy":["CreativeWork","Work","DiffbotEntity"],"fields":{"languages":{"name":"languages","description":"This is the language in which the work is originally created.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"trackPosition":{"name":"trackPosition","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"artistCredit":{"name":"artistCredit","description":"Artist Credit String","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"creditedArtists":{"name":"creditedArtists","description":"List of credited artists","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person","Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"numTracks":{"name":"numTracks","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Article":{"name":"Article","typeHierarchy":["GlobalIndexDiffbotEntity"],"fields":{"date":{"name":"date","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDateTime","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"sentiment":{"name":"sentiment","description":"Sentiment of the article. Positive sentiments have positive values and negative sentiments have a negative value.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nextPage":{"name":"nextPage","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"publisherRegion":{"name":"publisherRegion","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"icon":{"name":"icon","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"estimatedDate":{"name":"estimatedDate","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDateTime","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"siteName":{"name":"siteName","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"language":{"name":"language","description":"Refers to the language in which an Article is written","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"videos":{"name":"videos","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexVideo","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"discussion":{"name":"discussion","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"GIDiscussionField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"title":{"name":"title","description":"Title of the Article","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"quotes":{"name":"quotes","description":"Returns quotes found in the article text and who said them. For English-language text only","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexQuote","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"numPages":{"name":"numPages","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"authorUrl":{"name":"authorUrl","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"html":{"name":"html","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"text":{"name":"text","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"categories":{"name":"categories","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ArticleCategory","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"Each entity in the Diffbot KnowledgeGraph (DKG) is identified by a unique identifier, an alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies that entity. The id is directly derived from the most authoritative origin from the origins array.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"Last time a site was crawled/indexed","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nextPages":{"name":"nextPages","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexImage","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"There are tags.types which can only refer to dbpedia rdf types, while there are also the general DiffbotEntity types which is just an array of all the types an object belongs to. For instance a LocalBusiness would have `types:[\"Organization\",\"LocalBusiness\"]` Finally, there are types that indicate a belonging to a subgroup such as business vs personal email address.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"author":{"name":"author","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is a combination of an entityID and a corresponding web address or uniform resource identifier (URI), which is defined by appending the entityID to the URL https://www.diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://www.diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"tags":{"name":"tags","description":"Array of tags/entities, generated from analysis of the extracted text and cross-referenced with DBpedia and other data sources. Language-specific tags will be returned if the source text is in English, Chinese, French, German, Spanish or Russian.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexTag","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"publisherCountry":{"name":"publisherCountry","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"breadcrumb":{"name":"breadcrumb","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexBreadcrumb","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"pageUrl":{"name":"pageUrl","description":"URL of submitted page / page from which the entity is extracted","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"resolvedPageUrl":{"name":"resolvedPageUrl","description":"Returned if the pageUrl redirects to another URL","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Brand":{"name":"Brand","typeHierarchy":["DiffbotEntity"],"fields":{"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"owners":{"name":"owners","description":"The organizations or persons that own the trademark or service mark","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization","Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"marks":{"name":"marks","description":"The details of the trademark or service mark for this brand.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"MarkDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"City":{"name":"City","typeHierarchy":["AdministrativeArea","Place","DiffbotEntity"],"fields":{},"documented":true},"Company":{"name":"Company","typeHierarchy":["Organization","DiffbotEntity"],"fields":{},"documented":true},"Corporation":{"name":"Corporation","typeHierarchy":["Organization","DiffbotEntity"],"fields":{},"documented":true},"Country":{"name":"Country","typeHierarchy":["AdministrativeArea","Place","DiffbotEntity"],"fields":{},"documented":true},"CreativeWork":{"name":"CreativeWork","typeHierarchy":["Work","DiffbotEntity"],"fields":{"imdbUri":{"name":"imdbUri","description":"Link to the IMDB profile of this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"musicbrainzUri":{"name":"musicbrainzUri","description":"Link to the Musicbrainz profile of this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"parentTitle":{"name":"parentTitle","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["CreativeWork"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"authors":{"name":"authors","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"DegreeEntity":{"name":"DegreeEntity","typeHierarchy":["Intangible","DiffbotEntity"],"fields":{"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"DiffbotEntity":{"name":"DiffbotEntity","typeHierarchy":[],"fields":{"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Discussion":{"name":"Discussion","typeHierarchy":["GlobalIndexDiffbotEntity"],"fields":{"nextPages":{"name":"nextPages","description":"Array of all page URLs concatenated in a multipage discussion","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"There are tags.types which can only refer to dbpedia rdf types, while there are also the general DiffbotEntity types which is just an array of all the types an object belongs to. For instance a LocalBusiness would have `types:[\"Organization\",\"LocalBusiness\"]` Finally, there are types that indicate a belonging to a subgroup such as business vs personal email address.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nextPage":{"name":"nextPage","description":"If discussion spans multiple pages, nextPage will return the subsequent page URL","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is a combination of an entityID and a corresponding web address or uniform resource identifier (URI), which is defined by appending the entityID to the URL https://www.diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://www.diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"language":{"name":"language","description":"Refers to the language which a Discussion is written","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"title":{"name":"title","description":"Title of the Article","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"posts":{"name":"posts","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"DiscussionPost","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"tags":{"name":"tags","description":"Array of tags/entities, generated from analysis of the extracted text and cross-referenced with DBpedia and other data sources. Language-specific tags will be returned if the source text is in English, Chinese, French, German, Spanish or Russian.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexTag","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"rssUrl":{"name":"rssUrl","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"numPages":{"name":"numPages","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"provider":{"name":"provider","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"pageUrl":{"name":"pageUrl","description":"URL of submitted page / page from which the entity is extracted","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"Each entity in the Diffbot KnowledgeGraph (DKG) is identified by a unique identifier, an alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies that entity. The id is directly derived from the most authoritative origin from the origins array.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"numPosts":{"name":"numPosts","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"Last time a site was crawled/indexed","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"resolvedPageUrl":{"name":"resolvedPageUrl","description":"Returned if the pageUrl redirects to another URL","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"numParticipants":{"name":"numParticipants","description":"Number of unique participants in the discussion thread or comments","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"EducationMajorEntity":{"name":"EducationMajorEntity","typeHierarchy":["Intangible","DiffbotEntity"],"fields":{"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"field":{"name":"field","description":"Field of education; ex. IT, Engineering, Agriculture, etc.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"EducationalInstitution":{"name":"EducationalInstitution","typeHierarchy":["Organization","DiffbotEntity"],"fields":{},"documented":true},"EmploymentCategory":{"name":"EmploymentCategory","description":"","typeHierarchy":["Intangible","DiffbotEntity"],"taxonomy":"EmploymentCategory","fields":{"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Event":{"name":"Event","typeHierarchy":["DiffbotEntity"],"fields":{"venue":{"name":"venue","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"timezone":{"name":"timezone","description":"IANA Timezone","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"timezoneOffset":{"name":"timezoneOffset","description":"Timezone offset from GMT","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"humanLanguage":{"name":"humanLanguage","description":"Refers to the language in which the event is published","isFact":true,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Language","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"sponsors":{"name":"sponsors","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"endDateTime":{"name":"endDateTime","description":"Event start date and time in GMT","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDateTime","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"startDateTime":{"name":"startDateTime","description":"Event start date and time in GMT","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDateTime","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"onlineLink":{"name":"onlineLink","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"locations":{"name":"locations","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"Location","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Faq":{"name":"Faq","typeHierarchy":["GlobalIndexDiffbotEntity"],"fields":{"faqs":{"name":"faqs","description":"List of the faqs","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"FaqQnA","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"There are tags.types which can only refer to dbpedia rdf types, while there are also the general DiffbotEntity types which is just an array of all the types an object belongs to. For instance a LocalBusiness would have `types:[\"Organization\",\"LocalBusiness\"]` Finally, there are types that indicate a belonging to a subgroup such as business vs personal email address.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is a combination of an entityID and a corresponding web address or uniform resource identifier (URI), which is defined by appending the entityID to the URL https://www.diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://www.diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"pageUrl":{"name":"pageUrl","description":"URL of submitted page / page from which the entity is extracted","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"Each entity in the Diffbot KnowledgeGraph (DKG) is identified by a unique identifier, an alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies that entity. The id is directly derived from the most authoritative origin from the origins array.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"title":{"name":"title","description":"Faq title","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"Last time a site was crawled/indexed","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"resolvedPageUrl":{"name":"resolvedPageUrl","description":"Returned if the pageUrl redirects to another URL","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Fund":{"name":"Fund","typeHierarchy":["DiffbotEntity"],"fields":{"parent":{"name":"parent","description":"The parent company of this fund.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOwners":{"name":"nbOwners","description":"Number of owners of the fund.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"fundType":{"name":"fundType","description":"Type of the fund.","isFact":true,"isEnum":true,"isList":false,"isPrimitive":false,"type":"FundType","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"controlEntities":{"name":"controlEntities","description":"Control entities","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"FundControlEntity","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"grossAssetValue":{"name":"grossAssetValue","description":"Gross asset value of the fund.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"legalJurisdiction":{"name":"legalJurisdiction","description":"The fund is organized according to the laws of this country/state.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["DiffbotEntity"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"GlobalIndexDiffbotEntity":{"name":"GlobalIndexDiffbotEntity","typeHierarchy":[],"fields":{"types":{"name":"types","description":"There are tags.types which can only refer to dbpedia rdf types, while there are also the general DiffbotEntity types which is just an array of all the types an object belongs to. For instance a LocalBusiness would have `types:[\"Organization\",\"LocalBusiness\"]` Finally, there are types that indicate a belonging to a subgroup such as business vs personal email address.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is a combination of an entityID and a corresponding web address or uniform resource identifier (URI), which is defined by appending the entityID to the URL https://www.diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://www.diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"pageUrl":{"name":"pageUrl","description":"URL of submitted page / page from which the entity is extracted","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"Each entity in the Diffbot KnowledgeGraph (DKG) is identified by a unique identifier, an alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies that entity. The id is directly derived from the most authoritative origin from the origins array.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"Last time a site was crawled/indexed","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"resolvedPageUrl":{"name":"resolvedPageUrl","description":"Returned if the pageUrl redirects to another URL","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Image":{"name":"Image","typeHierarchy":["GlobalIndexDiffbotEntity"],"fields":{"displayHeight":{"name":"displayHeight","description":"Height of image as presented in the browser (and as sized via browser/CSS, if resized)","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"There are tags.types which can only refer to dbpedia rdf types, while there are also the general DiffbotEntity types which is just an array of all the types an object belongs to. For instance a LocalBusiness would have `types:[\"Organization\",\"LocalBusiness\"]` Finally, there are types that indicate a belonging to a subgroup such as business vs personal email address.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is a combination of an entityID and a corresponding web address or uniform resource identifier (URI), which is defined by appending the entityID to the URL https://www.diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://www.diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"naturalHeight":{"name":"naturalHeight","description":"Raw image height, in pixels","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"language":{"name":"language","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"title":{"name":"title","description":"Title of the Image","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"url":{"name":"url","description":"URL of the image","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"naturalWidth":{"name":"naturalWidth","description":"Raw image width in pixels","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"tags":{"name":"tags","description":"Array of tags/entities, generated from analysis of the extracted text and cross-referenced with DBpedia and other data sources. Language-specific tags will be returned if the source text is in English, Chinese, French, German, Spanish or Russian.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexTag","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"xpath":{"name":"xpath","description":"XPath expression identifying the image node","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"breadcrumb":{"name":"breadcrumb","description":"Graphical control element frequently used as a navigational aid; Returns a top-level array of URLs and link text from page breadcrumbs","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexBreadcrumb","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"displayWidth":{"name":"displayWidth","description":"Width of image as presented in the browser (and as sized via browser/CSS, if resized)","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"pageUrl":{"name":"pageUrl","description":"URL of submitted page / page from which the entity is extracted","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"links":{"name":"links","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"Each entity in the Diffbot KnowledgeGraph (DKG) is identified by a unique identifier, an alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies that entity. The id is directly derived from the most authoritative origin from the origins array.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"anchorUrl":{"name":"anchorUrl","description":"Points to an anchor within a page (like `href=\"#top\"`)","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"Last time a site was crawled/indexed","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"resolvedPageUrl":{"name":"resolvedPageUrl","description":"Returned if the pageUrl redirects to another URL","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"IndustryCategory":{"name":"IndustryCategory","description":"","typeHierarchy":["Intangible","DiffbotEntity"],"taxonomy":"IndustryCategory","fields":{"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Intangible":{"name":"Intangible","typeHierarchy":["DiffbotEntity"],"fields":{"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Investment":{"name":"Investment","typeHierarchy":["DiffbotEntity"],"fields":{"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"investment":{"name":"investment","description":"Investment received by an organization.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"InvestmentField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"investee":{"name":"investee","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"JobPost":{"name":"JobPost","typeHierarchy":["DiffbotEntity"],"fields":{"date":{"name":"date","description":"The date when this job is posted online","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"language":{"name":"language","description":"Refers to the humanLanguage in which a Job is written","isFact":true,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Language","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"remote":{"name":"remote","description":"whether this job is remote, possible values: {REMOTE, NOT_REMOTE, HYBRID, UNDEFINED}","isFact":true,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Remote","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"skills":{"name":"skills","description":"The list of required skills for this job post","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Skill"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"jobCategories":{"name":"jobCategories","description":"Employment categories for this job post. See the taxonomy `Employment Categories` for possible values.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Role"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"employer":{"name":"employer","description":"The employer of this job","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"tasks":{"name":"tasks","description":"Description of the job","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"requirements":{"name":"requirements","description":"Description of the job","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"locations":{"name":"locations","description":"Locations of the jobs","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"Location","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Landmark":{"name":"Landmark","typeHierarchy":["Place","DiffbotEntity"],"fields":{},"documented":true},"LegalEntity":{"name":"LegalEntity","typeHierarchy":["DiffbotEntity"],"fields":{"parent":{"name":"parent","description":"The parent company of this subsidiary.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["LegalEntity"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"subCategory":{"name":"subCategory","description":"Indicates and specifies further (where applicable) the sub-category (sub-sector) of Legal Entity identified by this LEI Record and already categorized by the EntityCategory.","isFact":true,"isEnum":true,"isList":false,"isPrimitive":false,"type":"EntitySubCategory","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"legalFormCode":{"name":"legalFormCode","description":"The legal form of the Entity, taken from the ISO Entity Legal Form (ELF) code list maintained by GLEIF. The XML schema validates the format of EntityLegalFormCode codes but not the specific codes conforming to the ISO standard it requires.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"relationships":{"name":"relationships","description":"The list of relationships from this legal entity to other legal entities","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LegalEntityRelationship","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"gleifId":{"name":"gleifId","description":"The Legal Entity Identifier (LEI) is a 20-character, alpha-numeric code based on the ISO 17442 standard developed by the International Organization for Standardization (ISO)","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"from":{"name":"from","description":" The date on which the legal entity was first established as defined in ISO 17442.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"legalJurisdiction":{"name":"legalJurisdiction","description":"The jurisdiction of legal formation and registration of the Entity (and on which the Legalform data element is also dependent).","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["DiffbotEntity"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"micCodes":{"name":"micCodes","description":"Market identifier code (MIC) is an international indicator that identifies stock markets and trading exchanges for trading computers.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"successorEntity":{"name":"successorEntity","description":"The surviving/new Legal Entity which continues/replaces this LEI registration, where applicable.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["DiffbotEntity"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"ultimateParent":{"name":"ultimateParent","description":"The ultimate parent company of this subsidiary.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["LegalEntity"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"expirationReason":{"name":"expirationReason","description":"The reason that a Legal Entity ceased to operate. This element SHALL be present if EntityExpirationDate is present, and omitted otherwise.","isFact":true,"isEnum":true,"isList":false,"isPrimitive":false,"type":"ExpirationReason","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"registrationAuthority":{"name":"registrationAuthority","description":"The registration authority","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["DiffbotEntity"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isinCodes":{"name":"isinCodes","description":"International Securities Identification Number (ISIN) is a 12-digit alphanumeric code that uniquely identifies a specific security.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"legalFormName":{"name":"legalFormName","description":"The legal form of the Entity, taken from the ISO Entity Legal Form (ELF) code list maintained by GLEIF. The XML schema validates the format of EntityLegalFormCode codes but not the specific codes conforming to the ISO standard it requires.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isCurrent":{"name":"isCurrent","description":"The status of Legal Entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"location":{"name":"location","description":"The main/headquarters location of the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Location","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"locations":{"name":"locations","description":"The locations of the entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"Location","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"subsidiaries":{"name":"subsidiaries","description":"Current subsidiaries of this organization.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["LegalEntity"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"to":{"name":"to","description":"The date the Legal Entity ceased operation or was merged. This element SHALL be present if EntityExpirationReason is present, and omitted otherwise.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"category":{"name":"category","description":"Indicates (where applicable) the category of Entity identified by this LEI Data Record, as a more specific category within the broad definition given in ISO 17442. These categories are based on use cases specified in ROC policies, found at the ROC website.","isFact":true,"isEnum":true,"isList":false,"isPrimitive":false,"type":"EntityCategory","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"registerName":{"name":"registerName","description":"The name of the register","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"bicCodes":{"name":"bicCodes","description":"BIC number or SWIFT code — is a standard format for Business Identifier Codes (BIC). It's used to identify banks and financial institutions.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"LocalBusiness":{"name":"LocalBusiness","typeHierarchy":["Organization","DiffbotEntity"],"fields":{"openHours":{"name":"openHours","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OpenHours","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"reviews":{"name":"reviews","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Post"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"rating":{"name":"rating","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"menu":{"name":"menu","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["DiffbotEntity"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Miscellaneous":{"name":"Miscellaneous","typeHierarchy":["DiffbotEntity"],"fields":{"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Movie":{"name":"Movie","typeHierarchy":["CreativeWork","Work","DiffbotEntity"],"fields":{"color":{"name":"color","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"boxOfficeWorldGross":{"name":"boxOfficeWorldGross","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"creators":{"name":"creators","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"directors":{"name":"directors","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"posterImgLink":{"name":"posterImgLink","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"boxOfficeGrossUsa":{"name":"boxOfficeGrossUsa","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"imdbRating":{"name":"imdbRating","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"aspectRatio":{"name":"aspectRatio","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"taglines":{"name":"taglines","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"imdbPopularity":{"name":"imdbPopularity","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"officialSites":{"name":"officialSites","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"genres":{"name":"genres","description":"Genres of the work. It can be multiple genres.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"metaScore":{"name":"metaScore","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"budget":{"name":"budget","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"numAwards":{"name":"numAwards","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"castmembers":{"name":"castmembers","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"CastMember","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"languages":{"name":"languages","description":"This is the language in which the work is originally created.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"releaseDate":{"name":"releaseDate","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"runtime":{"name":"runtime","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"boxOfficeOpeningWeekendUsa":{"name":"boxOfficeOpeningWeekendUsa","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"writers":{"name":"writers","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"plotSummary":{"name":"plotSummary","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"countryOfOrigin":{"name":"countryOfOrigin","description":"This indicates where the work is created. Usually where the production companies or original publisher are from.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"plotKeywords":{"name":"plotKeywords","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"productionCompanies":{"name":"productionCompanies","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"videoMainLink":{"name":"videoMainLink","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"mpaaRating":{"name":"mpaaRating","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Organization":{"name":"Organization","typeHierarchy":["DiffbotEntity"],"fields":{"okvedClassification":{"name":"okvedClassification","description":"Russian Economic Activities Classification System code (OKVED).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ClassificationCode","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"iSicClassification":{"name":"iSicClassification","description":"The International Standard of Industrial Classification (ISIC) of All Economic Activities code was developed by the UN as a standard way of classifying economic activities into 4-digit group codes. We use ISIC Rev. 4 (Edition 2016).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ClassificationCode","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isAcquired":{"name":"isAcquired","description":"Indicates whether the company has been acquired in the past. To verify whether the company has been dissoved or not, refer to 'isDissolved'.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"competitors":{"name":"competitors","description":"Current competitors of this organization.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"acnNumbers":{"name":"acnNumbers","description":"Australian Company Number (ACN) is a unique identifier given to all Australian companies.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"sicClassification":{"name":"sicClassification","description":"The Standard Industrial Classification (SIC) is a system for classifying industries by a four-digit code. We use the version adopted by the U.S. Securities and Exchange Commission.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ClassificationCode","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"foundingDate":{"name":"foundingDate","description":"The date this organization was founded","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaUri":{"name":"wikipediaUri","description":"Link to the Crunchbase profile of this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"irsEmployerIdentificationNumbers":{"name":"irsEmployerIdentificationNumbers","description":"Employer Identification Number as assigned by the U.S. Internal Revenue Service.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"norwegianOrganizationNumbers":{"name":"norwegianOrganizationNumbers","description":"Organisation's identifier in the Norwegian Central Coordinating Register for Legal Entities.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbEmployeesMin":{"name":"nbEmployeesMin","description":"Defines a lower bound for the number of employees of an organization","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"ipo":{"name":"ipo","description":"Information about the company's Initial Public Offering.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"IPO","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"mccCodeDescription":{"name":"mccCodeDescription","description":"Deprecated field, please migrate to mccClassification field","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":true,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"angellistUri":{"name":"angellistUri","description":"Link to the Angel List profile of this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"tsicClassification":{"name":"tsicClassification","description":"Thailand Standard Industrial Classification (TSIC).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ClassificationCode","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"legalEntities":{"name":"legalEntities","description":"Legal Entities related to this organization","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["LegalEntity"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"motto":{"name":"motto","description":"A short sentence or phrase chosen as encapsulating the beliefs or ideals guiding an organization","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbEmployeesMax":{"name":"nbEmployeesMax","description":"Defines a upper bound for the number of employees of an organization","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"hasRemoteInternationalEmployees":{"name":"hasRemoteInternationalEmployees","description":"Indicates whether the company has employees working remotely in countries without offices.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbEmployeeRanges":{"name":"nbEmployeeRanges","description":"The list of all ranges found for an organization from different sources","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"Range","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbEmployees":{"name":"nbEmployees","description":"The estimated number of employees of an organization","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isDissolved":{"name":"isDissolved","description":"Whether this company is active or dissolved.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"companiesHouseIds":{"name":"companiesHouseIds","description":"Identifier assigned by the U.K. Companies House.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"anzSicClassification":{"name":"anzSicClassification","description":"The Australian and New Zealand Standard Industrial Classification (ANZSIC) is the standard classification used in Australia and New Zealand for the collection, compilation and publication of statistics by industry.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ClassificationCode","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"kvedClassification":{"name":"kvedClassification","description":"Ukrainian Economic Activities Classification System code (KVED).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ClassificationCode","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"successors":{"name":"successors","description":"Organizations formed by a consolidation, merger, amalgamation or other similar transaction involving this organization or the entity to which the Company conveys, transfers or leases substantially all its properties and assets.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"ultimateParent":{"name":"ultimateParent","description":"The ultimate parent company of this subsidiary.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"homepageUri":{"name":"homepageUri","description":"Link to the homepage of this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"investments":{"name":"investments","description":"Investments received by this organization.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"InvestmentField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"ceo":{"name":"ceo","description":"Chief Executive Officer of this organization.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"phoneNumbers":{"name":"phoneNumbers","description":"Phone numbers of this organization.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"PhoneNumber","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"partnerships":{"name":"partnerships","description":"Current partnerships of this organization.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isNonProfit":{"name":"isNonProfit","description":"Whether this organization is a non-profit.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"chineseSocialCreditCodes":{"name":"chineseSocialCreditCodes","description":"Chinese social credit code.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"sicCodeDescription":{"name":"sicCodeDescription","description":"Deprecated field, please migrate to sicClassification field","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":true,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"categories":{"name":"categories","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedCategory","leType":["IndustryCategory"],"taxonomy":"IndustryCategory","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"customers":{"name":"customers","description":"Current customers of this organization.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbUniqueInvestors":{"name":"nbUniqueInvestors","description":"Number of unique investors.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"secCentralIndexKeys":{"name":"secCentralIndexKeys","description":"Central Index Key as assigned by the U.S. Securities and Exchange Commission.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"sirenCodes":{"name":"sirenCodes","description":"SIREN codes are given to French businesses and nonprofit associations.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"technographics":{"name":"technographics","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"Technographics","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"boardMembers":{"name":"boardMembers","description":"Member of the Board of Directors for this organization.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nafClassification":{"name":"nafClassification","description":"NAF is the French national statistical classification of activities.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ClassificationCode","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"thaiTaxpayerIds":{"name":"thaiTaxpayerIds","description":"Unique taxpayer number for company in Thailand, also known as company registration number.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"ssbClassification":{"name":"ssbClassification","description":"Norway statistical classification (SSB) is a statistical standard used in Norway that splits economy into sectors on the basis of groups of homogeneous institutional units.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ClassificationCode","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"monthlyTrafficGrowth":{"name":"monthlyTrafficGrowth","description":"Monthly growth in website traffic on this organization's homepage","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"quarterlyRevenues":{"name":"quarterlyRevenues","description":"An organization's revenue for a period of 3 months.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"QuarterlyRevenue","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbLocations":{"name":"nbLocations","description":"Number of locations listed in the field 'locations'","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"mccClassification":{"name":"mccClassification","description":"A Merchant Category Code (MCC) is a four-digit number listed in ISO 18245 for retail financial services. An MCC is used to classify a business by the types of goods or services it provides.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ClassificationCode","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"sicCode":{"name":"sicCode","description":"Deprecated field, please migrate to sicClassification field","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":true,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"industries":{"name":"industries","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","taxonomy":"IndustryCategory","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crunchbaseUri":{"name":"crunchbaseUri","description":"Link to the Crunchbase profile of this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"indianCorporateIdentityNumbers":{"name":"indianCorporateIdentityNumbers","description":"Indian Corporate Identity Number (CIN).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"subsidiaries":{"name":"subsidiaries","description":"Current subsidiaries of this organization.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"cuitNumbers":{"name":"cuitNumbers","description":"CUIT is a unique taxpayer identifier in Argentina.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"vatIdentificationNumbers":{"name":"vatIdentificationNumbers","description":"VAT identification number, an identifier used in many countries, including the countries of the European Union, for value added tax purposes","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"canadianBusinessNumbers":{"name":"canadianBusinessNumbers","description":"Canadian business number is an identifier given to all businesses in Canada.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"predecessors":{"name":"predecessors","description":"Organizations whose ownership, title and interest, including all rights, benefits, duties and liabilities were acquired in an uninterrupted chain of succession by this organization.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"twitterUri":{"name":"twitterUri","description":"Link to the Twitter profile of this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbActiveEmployeeEdges":{"name":"nbActiveEmployeeEdges","description":"Number of employees in the Diffbot KG who are currently employed by this organization.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"suppliers":{"name":"suppliers","description":"Current suppliers of this organization.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"naceClassification":{"name":"naceClassification","description":"The Statistical classification of economic activities in the European Community (NACE) is is a 4-digit classification providing the framework for collecting and presenting a large range of statistical data. We use NACE Rev. 2 (2008).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ClassificationCode","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"mccCode":{"name":"mccCode","description":"Deprecated field, please migrate to mccClassification field","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":true,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"revenue":{"name":"revenue","description":"Income, especially that of a company or organization, generated from the sales of goods, services, capital or any other assets.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"emailAddresses":{"name":"emailAddresses","description":"Email addresses of this organization.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"Contact","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"yearlyRevenues":{"name":"yearlyRevenues","description":"An organization's revenue for a period of 12 months.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"YearlyRevenue","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"logo":{"name":"logo","description":"A graphic mark, emblem, or symbol representative of an institution","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"stock":{"name":"stock","description":"Information about the company's stock.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Stock","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"secForms":{"name":"secForms","description":"Financial statements or other documents filed by this organizations to the U.S. Securities and Exchange Commission (SEC).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"SECForm","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"naicsClassification2017":{"name":"naicsClassification2017","description":"The North American Industry Classification System (NAICS) is the standard used by Federal statistical agencies in classifying business establishments for the purpose of collecting, analyzing, and publishing statistical data related to the U.S. business economy. This is the 2017 version.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ClassificationCode","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"guiNumbers":{"name":"guiNumbers","description":"Government Uniform Invoice (GUI) number is a numeric identifier for business entity registered in Taiwan assigned by Ministry of Economic Affairs, Taiwan.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"edrpouNumbers":{"name":"edrpouNumbers","description":"Ukrainian state registry legal entity identifier (EDRPOU).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"employeeCategories":{"name":"employeeCategories","description":"Employee categories including employee count and first hire date","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"EmployeeCategory","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"parentCompany":{"name":"parentCompany","description":"The parent company of this subsidiary.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"capitalization":{"name":"capitalization","description":"Total market value of all outstanding shares of an organization.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"npiNumbers":{"name":"npiNumbers","description":"The National Provider Identifier (NPI) is a unique identification number for covered health care providers. ","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"ukSicClassification":{"name":"ukSicClassification","description":"The U.K. Standard Industrial Classification (SIC) system used by Companies House. Companies House uses a condensed version of the full list of codes available from the Office of National Statistics (ONS).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ClassificationCode","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"totalInvestment":{"name":"totalInvestment","description":"Sum of all investments.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"linkedInUri":{"name":"linkedInUri","description":"Link to the LinkedIn profile of this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"naicsClassification":{"name":"naicsClassification","description":"The North American Industry Classification System (NAICS) is the standard used by Federal statistical agencies in classifying business establishments for the purpose of collecting, analyzing, and publishing statistical data related to the U.S. business economy. This is the 2022 version.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ClassificationCode","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"uenNumbers":{"name":"uenNumbers","description":"Unique Entity Number (UEN) is a business identification number in Singapore.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"monthlyTraffic":{"name":"monthlyTraffic","description":"Monthly website traffic on this organization's homepage","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"israeliCompanyNumbers":{"name":"israeliCompanyNumbers","description":"The unique identifier given to Israeli comapnies upon registration.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"githubUri":{"name":"githubUri","description":"Link to the Github profile of this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"founders":{"name":"founders","description":"Founders of this organization","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"acquiredBy":{"name":"acquiredBy","description":"The organization that has most recently acquired this organization.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotClassification":{"name":"diffbotClassification","description":"Diffbot Industry Classification.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ClassificationCode","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"blogUri":{"name":"blogUri","description":"Link to the blog of this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"japaneseCorporateNumbers":{"name":"japaneseCorporateNumbers","description":"The Corporate Numbers are 13-digit identifiers assigned by the National Tax Agency to companies and other organizations registered in Japan.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isPublic":{"name":"isPublic","description":"Whether the shares of this company are traded on a stock exchange.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"facebookUri":{"name":"facebookUri","description":"Link to the Facebook profile of this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"abnNumbers":{"name":"abnNumbers","description":"Australian Business Number (ABN) is a unique identifier provided by Australian Business Register (ABR).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"sepaIds":{"name":"sepaIds","description":"Single Euro Payments Area (SEPA) Identifier is given to European organizations located in Euro zone.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"fullName":{"name":"fullName","description":"Full name for this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"remoteScore":{"name":"remoteScore","description":"The probability (0-1) of work environment for this organization to be remote/hybrid and not in_person, i.e. higher the value of remoteScore, the more likely the organization has remote/hybrid work environment.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"russianTaxpayerIdentificationNumbers":{"name":"russianTaxpayerIdentificationNumbers","description":"Russian Taxpayer Personal Identification Number (INN).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"googlePlusUri":{"name":"googlePlusUri","description":"Link to the Google+ profile of this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"location":{"name":"location","description":"The main location of an organization.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Location","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":true},"locations":{"name":"locations","description":"All locations of an organization, including former locations (refer to the field 'isCurrent').","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"Location","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":true}},"documented":true},"OrganizationCategory":{"name":"OrganizationCategory","description":"","typeHierarchy":["Intangible","DiffbotEntity"],"taxonomy":"OrganizationCategory","fields":{"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"OrganizationInvestor":{"name":"OrganizationInvestor","typeHierarchy":["Organization","DiffbotEntity"],"fields":{},"documented":true},"Person":{"name":"Person","typeHierarchy":["DiffbotEntity"],"fields":{"siblings":{"name":"siblings","description":"This person's siblings.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"twitterUri":{"name":"twitterUri","description":"Link to the Twitter profile of the Person entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"educations":{"name":"educations","description":"Education history.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"Education","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nationalities":{"name":"nationalities","description":"The countries where this person is a national or a citizen.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["AdministrativeArea"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"skills":{"name":"skills","description":"Professional skills.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Skill"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"emailAddresses":{"name":"emailAddresses","description":"A person's public email address.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"Contact","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"youtubeUri":{"name":"youtubeUri","description":"Link to the Youtube page of the Person entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"deathPlace":{"name":"deathPlace","description":"A person's place of death.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Location","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"children":{"name":"children","description":"This person's children.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"politicalAffiliation":{"name":"politicalAffiliation","description":"Political party to which this person is affiliated.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"height":{"name":"height","description":"This person's height in meters.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaUri":{"name":"wikipediaUri","description":"Link to the Wikipedia page of the Person entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"connectedIndustries":{"name":"connectedIndustries","description":"Industries of current and former employers.","isFact":true,"isEnum":true,"isList":true,"isPrimitive":false,"type":"Industry","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"weight":{"name":"weight","description":"This person's weight in kilograms.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"friends":{"name":"friends","description":"This person's friends.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"angellistUri":{"name":"angellistUri","description":"Link to the Angel List profile of the Person entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"npiNumbers":{"name":"npiNumbers","description":"The National Provider Identifier (NPI) is a unique identification number for covered health care providers. ","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"colleagues":{"name":"colleagues","description":"People with whom this person has a work or academic relationship.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"Colleague","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbFollowers":{"name":"nbFollowers","description":"The sum of followers across platforms twitter, linkedin, wikidata, instagram, quora, github","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"linkedInUri":{"name":"linkedInUri","description":"Link to the LinkedIn profile of the Person entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nameDetail":{"name":"nameDetail","description":"Parts of the name (e.g., first name, last name, middle name).","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"NameDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"parents":{"name":"parents","description":"This person's parents.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"gender":{"name":"gender","description":"A person's gender.","isFact":true,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Gender","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"githubUri":{"name":"githubUri","description":"Link to the Github page of the Person entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"homepageUri":{"name":"homepageUri","description":"Link to the homepage of the Person entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"phoneNumbers":{"name":"phoneNumbers","description":"A person's phone numbers.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"PhoneNumber","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"blogUri":{"name":"blogUri","description":"This is a link to Person entity's written journal","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"birthPlace":{"name":"birthPlace","description":"A person's place of birth.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Location","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"sepMexicoIds":{"name":"sepMexicoIds","description":"The identification number of the profession license provided by Secretaría de Educación Pública (SEP).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"eyeColor":{"name":"eyeColor","description":"This person's eye color.","isFact":true,"isEnum":true,"isList":false,"isPrimitive":false,"type":"EyeColor","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"deathDate":{"name":"deathDate","description":"A person's date of death.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"hairColor":{"name":"hairColor","description":"This person's hair color.","isFact":true,"isEnum":true,"isList":false,"isPrimitive":false,"type":"HairColor","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"facebookUri":{"name":"facebookUri","description":"Link to the Facebook profile of the Person entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"unions":{"name":"unions","description":"This person's unions, including marriages and civil unions.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"Union","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"languages":{"name":"languages","description":"Languages spoken, written or signed by this person.","isFact":true,"isEnum":true,"isList":true,"isPrimitive":false,"type":"Language","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"employments":{"name":"employments","description":"Employment history, including significant investments, board memberships.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"Employment","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"birthDate":{"name":"birthDate","description":"A person's date of birth.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"religion":{"name":"religion","description":"This person's religion.","isFact":true,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Religion","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"awards":{"name":"awards","description":"Awards received.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"Award","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"netWorth":{"name":"netWorth","description":"A person's estimated net worth (the value the assets minus liabilities).","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crunchbaseUri":{"name":"crunchbaseUri","description":"Link to the Crunchbase profile of the Person entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"googlePlusUri":{"name":"googlePlusUri","description":"Link to the Google+ profile of the Person entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"locations":{"name":"locations","description":"All places where a person has lived. The field 'isCurrent' indicates the current location for this person.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"Location","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"location":{"name":"location","description":"The most representative location for the Person entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Location","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"interests":{"name":"interests","description":"Organizations, products and activities of interest.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Miscellaneous"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"articles":{"name":"articles","description":"Articles written by this person.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Article"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"instagramUri":{"name":"instagramUri","description":"Link to the Instagram profile of the Person entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"age":{"name":"age","description":"A person's age.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"PersonInvestor":{"name":"PersonInvestor","typeHierarchy":["Person","DiffbotEntity"],"fields":{},"documented":true},"Place":{"name":"Place","typeHierarchy":["DiffbotEntity"],"fields":{"postalCodes":{"name":"postalCodes","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"area":{"name":"area","description":"Square kilometers of AdministrativeArea","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"areaCodes":{"name":"areaCodes","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isPartOf":{"name":"isPartOf","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Place"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"population":{"name":"population","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"placeType":{"name":"placeType","description":"Deprecated: Used to denote Place category for a location; ex. Park, City, etc. `types` is now the preferred field for getting this information.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":true,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"location":{"name":"location","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Location","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Podcast":{"name":"Podcast","typeHierarchy":["CreativeWork","Work","DiffbotEntity"],"fields":{"languages":{"name":"languages","description":"This is the language in which the work is originally created.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"RSS feed":{"name":"RSS feed","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"podCategories":{"name":"podCategories","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"complete":{"name":"complete","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"PodcastEpisode":{"name":"PodcastEpisode","typeHierarchy":["CreativeWork","Work","DiffbotEntity"],"fields":{"explicit":{"name":"explicit","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"guests":{"name":"guests","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"appleGuid":{"name":"appleGuid","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Post":{"name":"Post","typeHierarchy":["GlobalIndexDiffbotEntity"],"fields":{"date":{"name":"date","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDateTime","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"sentiment":{"name":"sentiment","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"There are tags.types which can only refer to dbpedia rdf types, while there are also the general DiffbotEntity types which is just an array of all the types an object belongs to. For instance a LocalBusiness would have `types:[\"Organization\",\"LocalBusiness\"]` Finally, there are types that indicate a belonging to a subgroup such as business vs personal email address.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexImage","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"author":{"name":"author","description":"Post author","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is a combination of an entityID and a corresponding web address or uniform resource identifier (URI), which is defined by appending the entityID to the URL https://www.diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://www.diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"language":{"name":"language","description":"Refers to the language in which a discussion post is written","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"authorUrl":{"name":"authorUrl","description":"URL of the author profile page, if available.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"pageUrl":{"name":"pageUrl","description":"URL of submitted page / page from which the discussion post is extracted","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"html":{"name":"html","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"Each entity in the Diffbot KnowledgeGraph (DKG) is identified by a unique identifier, an alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies that entity. The id is directly derived from the most authoritative origin from the origins array.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"text":{"name":"text","description":"Full text of the discussion post","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"Last time a site was crawled/indexed","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"resolvedPageUrl":{"name":"resolvedPageUrl","description":"Returned if the pageUrl redirects to another URL","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Product":{"name":"Product","typeHierarchy":["GlobalIndexDiffbotEntity"],"fields":{"offerPrice":{"name":"offerPrice","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"regularPrice":{"name":"regularPrice","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isbn":{"name":"isbn","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"regularPriceDetails":{"name":"regularPriceDetails","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"PriceDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"productOrigin":{"name":"productOrigin","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"language":{"name":"language","description":"Refers to the language in which the Product page is written","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"prefixCode":{"name":"prefixCode","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"availability":{"name":"availability","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"discussion":{"name":"discussion","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"GIDiscussionField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"title":{"name":"title","description":"Title of the Product","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"offerPriceDetails":{"name":"offerPriceDetails","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"PriceDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"saveAmountDetails":{"name":"saveAmountDetails","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"PriceDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"shippingAmount":{"name":"shippingAmount","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"text":{"name":"text","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"Each entity in the Diffbot KnowledgeGraph (DKG) is identified by a unique identifier, an alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies that entity. The id is directly derived from the most authoritative origin from the origins array.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"sku":{"name":"sku","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"Last time a site was crawled/indexed","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"brand":{"name":"brand","description":"Item's brand name","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"saveAmount":{"name":"saveAmount","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexImage","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"There are tags.types which can only refer to dbpedia rdf types, while there are also the general DiffbotEntity types which is just an array of all the types an object belongs to. For instance a LocalBusiness would have `types:[\"Organization\",\"LocalBusiness\"]` Finally, there are types that indicate a belonging to a subgroup such as business vs personal email address.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"productId":{"name":"productId","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is a combination of an entityID and a corresponding web address or uniform resource identifier (URI), which is defined by appending the entityID to the URL https://www.diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://www.diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"upc":{"name":"upc","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"mpn":{"name":"mpn","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"multipleProducts":{"name":"multipleProducts","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"breadcrumb":{"name":"breadcrumb","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexBreadcrumb","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"pageUrl":{"name":"pageUrl","description":"URL of submitted page / page from which the entity is extracted","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"category":{"name":"category","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"resolvedPageUrl":{"name":"resolvedPageUrl","description":"Returned if the pageUrl redirects to another URL","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Region":{"name":"Region","typeHierarchy":["AdministrativeArea","Place","DiffbotEntity"],"fields":{},"documented":true},"Research":{"name":"Research","typeHierarchy":["GlobalIndexDiffbotEntity"],"fields":{"date":{"name":"date","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDateTime","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"language":{"name":"language","description":"Refers to the language in which an Article is written","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"title":{"name":"title","description":"Title of the article","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"pdfUrl":{"name":"pdfUrl","description":"Pdf url of the article","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"authorUrl":{"name":"authorUrl","description":"Author url","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"Origins of the research article","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"text":{"name":"text","description":"The full text of the article","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"Each entity in the Diffbot KnowledgeGraph (DKG) is identified by a unique identifier, an alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies that entity. The id is directly derived from the most authoritative origin from the origins array.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isOpenAccess":{"name":"isOpenAccess","description":"Whether or not the article is open access","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"Last time a site was crawled/indexed","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"hasFullTextInRepository":{"name":"hasFullTextInRepository","description":"Whether or not the article has full text available in repository","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"There are tags.types which can only refer to dbpedia rdf types, while there are also the general DiffbotEntity types which is just an array of all the types an object belongs to. For instance a LocalBusiness would have `types:[\"Organization\",\"LocalBusiness\"]` Finally, there are types that indicate a belonging to a subgroup such as business vs personal email address.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"openAccessStatus":{"name":"openAccessStatus","description":"Open access status - Gold: published in an DOAJ indexed OA journal, Green: toll-access on publisher page but free copy in OA repository, Hybrid: free under an open license in a toll-access journal, Bronze: free to read on publisher page but without any identifiable license, Closed: other articles","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"author":{"name":"author","description":"Author of the article","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is a combination of an entityID and a corresponding web address or uniform resource identifier (URI), which is defined by appending the entityID to the URL https://www.diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://www.diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"url":{"name":"url","description":"Page url of the article","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"tags":{"name":"tags","description":"Array of tags/entities, generated from analysis of the extracted text and cross-referenced with DBpedia and other data sources. Language-specific tags will be returned if the source text is in English, Chinese, French, German, Spanish or Russian.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexTag","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"openAccessUrl":{"name":"openAccessUrl","description":"Url which is open access","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"abstractText":{"name":"abstractText","description":"The abstract of the article","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"publisher":{"name":"publisher","description":"The publisher of the article","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"pageUrl":{"name":"pageUrl","description":"URL of submitted page / page from which the entity is extracted","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"category":{"name":"category","description":"The category can be article, book-chapter, dissertation, book, dataset, paratext, report, reference-entry, peer-review or other","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"citedByCount":{"name":"citedByCount","description":"The citations received by the article","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"resolvedPageUrl":{"name":"resolvedPageUrl","description":"Returned if the pageUrl redirects to another URL","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"authors":{"name":"authors","description":"List of authors of the article","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexAuthor","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Role":{"name":"Role","typeHierarchy":["Intangible","DiffbotEntity"],"fields":{"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"parentRoles":{"name":"parentRoles","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Role"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"fields":{"name":"fields","description":"Specify optional fields to be returned from any fully-extracted pages, e.g.: &fields=querystring,links.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Intangible"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"SaaS":{"name":"SaaS","typeHierarchy":["Service","Work","DiffbotEntity"],"fields":{"pricingModel":{"name":"pricingModel","description":"pricing model","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"trainingOptions":{"name":"trainingOptions","description":"training options offered","isFact":true,"isEnum":true,"isList":true,"isPrimitive":false,"type":"TrainingOptions","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"languages":{"name":"languages","description":"This is the language in which the work is originally created.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"feeSchedule":{"name":"feeSchedule","description":"fee schedule","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"startingPriceDescription":{"name":"startingPriceDescription","description":"starting price","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"deploymentPlatformOptions":{"name":"deploymentPlatformOptions","description":"deployment platforms offered","isFact":true,"isEnum":true,"isList":true,"isPrimitive":false,"type":"DeploymentPlatformOptions","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"supportOptions":{"name":"supportOptions","description":"support options offered","isFact":true,"isEnum":true,"isList":true,"isPrimitive":false,"type":"SupportOptions","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"pricingDetails":{"name":"pricingDetails","description":"the pricing details","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"pricingUri":{"name":"pricingUri","description":"pricing link","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"priceAmount":{"name":"priceAmount","description":"pricing amount","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Service":{"name":"Service","typeHierarchy":["Work","DiffbotEntity"],"fields":{},"documented":true},"Skill":{"name":"Skill","typeHierarchy":["Intangible","DiffbotEntity"],"fields":{"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"parentSkills":{"name":"parentSkills","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Skill"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"technologyCategories":{"name":"technologyCategories","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["TechnologyCategory"],"taxonomy":"TechnologyCategory","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"relatedSkills":{"name":"relatedSkills","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Skill"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Song":{"name":"Song","typeHierarchy":["CreativeWork","Work","DiffbotEntity"],"fields":{"languages":{"name":"languages","description":"This is the language in which the work is originally created.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"artistCredit":{"name":"artistCredit","description":"Artist Credit String","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"creditedArtists":{"name":"creditedArtists","description":"List of credited artists","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person","Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Subregion":{"name":"Subregion","typeHierarchy":["AdministrativeArea","Place","DiffbotEntity"],"fields":{},"documented":true},"TVEpisode":{"name":"TVEpisode","typeHierarchy":["CreativeWork","Work","DiffbotEntity"],"fields":{"numAwards":{"name":"numAwards","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"castmembers":{"name":"castmembers","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"CastMember","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"languages":{"name":"languages","description":"This is the language in which the work is originally created.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"color":{"name":"color","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"releaseDate":{"name":"releaseDate","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"creators":{"name":"creators","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"directors":{"name":"directors","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"episodeNum":{"name":"episodeNum","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"posterImgLink":{"name":"posterImgLink","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"runtime":{"name":"runtime","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"imdbRating":{"name":"imdbRating","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"aspectRatio":{"name":"aspectRatio","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"writers":{"name":"writers","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"taglines":{"name":"taglines","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"imdbPopularity":{"name":"imdbPopularity","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"genres":{"name":"genres","description":"Genres of the work. It can be multiple genres.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"plotSummary":{"name":"plotSummary","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"countryOfOrigin":{"name":"countryOfOrigin","description":"This indicates where the work is created. Usually where the production companies or original publisher are from.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"plotKeywords":{"name":"plotKeywords","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"productionCompanies":{"name":"productionCompanies","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"videoMainLink":{"name":"videoMainLink","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"metaScore":{"name":"metaScore","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"mpaaRating":{"name":"mpaaRating","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"seasonNum":{"name":"seasonNum","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"TVSeries":{"name":"TVSeries","typeHierarchy":["CreativeWork","Work","DiffbotEntity"],"fields":{"color":{"name":"color","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"creators":{"name":"creators","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"directors":{"name":"directors","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"posterImgLink":{"name":"posterImgLink","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"imdbRating":{"name":"imdbRating","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"aspectRatio":{"name":"aspectRatio","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"taglines":{"name":"taglines","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"imdbPopularity":{"name":"imdbPopularity","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"officialSites":{"name":"officialSites","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"genres":{"name":"genres","description":"Genres of the work. It can be multiple genres.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"latestSeasonYear":{"name":"latestSeasonYear","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"metaScore":{"name":"metaScore","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"budget":{"name":"budget","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"numAwards":{"name":"numAwards","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"castmembers":{"name":"castmembers","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"CastMember","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"languages":{"name":"languages","description":"This is the language in which the work is originally created.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"releaseDate":{"name":"releaseDate","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"numEpisodes":{"name":"numEpisodes","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"runtime":{"name":"runtime","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"writers":{"name":"writers","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"latestSeason":{"name":"latestSeason","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"plotSummary":{"name":"plotSummary","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"countryOfOrigin":{"name":"countryOfOrigin","description":"This indicates where the work is created. Usually where the production companies or original publisher are from.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"plotKeywords":{"name":"plotKeywords","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"productionCompanies":{"name":"productionCompanies","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"videoMainLink":{"name":"videoMainLink","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"mpaaRating":{"name":"mpaaRating","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Tag":{"name":"Tag","typeHierarchy":["GlobalIndexDiffbotEntity"],"fields":{"score":{"name":"score","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"sentiment":{"name":"sentiment","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is a combination of an entityID and a corresponding web address or uniform resource identifier (URI), which is defined by appending the entityID to the URL https://www.diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://www.diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"count":{"name":"count","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"pageUrl":{"name":"pageUrl","description":"URL of submitted page / page from which the entity is extracted","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"Each entity in the Diffbot KnowledgeGraph (DKG) is identified by a unique identifier, an alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies that entity. The id is directly derived from the most authoritative origin from the origins array.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"label":{"name":"label","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"Last time a site was crawled/indexed","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"uri":{"name":"uri","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"resolvedPageUrl":{"name":"resolvedPageUrl","description":"Returned if the pageUrl redirects to another URL","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Technology":{"name":"Technology","typeHierarchy":["Skill","Intangible","DiffbotEntity"],"fields":{},"documented":true},"TechnologyCategory":{"name":"TechnologyCategory","description":"","typeHierarchy":["Intangible","DiffbotEntity"],"taxonomy":"TechnologyCategory","fields":{"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Track":{"name":"Track","typeHierarchy":["CreativeWork","Work","DiffbotEntity"],"fields":{},"documented":true},"Video":{"name":"Video","typeHierarchy":["GlobalIndexDiffbotEntity"],"fields":{"embedUrl":{"name":"embedUrl","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"date":{"name":"date","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDateTime","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"There are tags.types which can only refer to dbpedia rdf types, while there are also the general DiffbotEntity types which is just an array of all the types an object belongs to. For instance a LocalBusiness would have `types:[\"Organization\",\"LocalBusiness\"]` Finally, there are types that indicate a belonging to a subgroup such as business vs personal email address.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexImage","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"author":{"name":"author","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"mime":{"name":"mime","description":"Indicates the nature and format of a document; MIME type, if available, as specified by the Video's `Content-Type.`","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is a combination of an entityID and a corresponding web address or uniform resource identifier (URI), which is defined by appending the entityID to the URL https://www.diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://www.diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"naturalHeight":{"name":"naturalHeight","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"language":{"name":"language","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"title":{"name":"title","description":"Title of the Video","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"url":{"name":"url","description":"URL of the video","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"naturalWidth":{"name":"naturalWidth","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"duration":{"name":"duration","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"pageUrl":{"name":"pageUrl","description":"URL of submitted page / page from which the entity is extracted","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"html":{"name":"html","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"Each entity in the Diffbot KnowledgeGraph (DKG) is identified by a unique identifier, an alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies that entity. The id is directly derived from the most authoritative origin from the origins array.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"text":{"name":"text","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"viewCount":{"name":"viewCount","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"Last time a site was crawled/indexed","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"resolvedPageUrl":{"name":"resolvedPageUrl","description":"Returned if the pageUrl redirects to another URL","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"VideoGame":{"name":"VideoGame","typeHierarchy":["CreativeWork","Work","DiffbotEntity"],"fields":{},"documented":true},"Work":{"name":"Work","typeHierarchy":["DiffbotEntity"],"fields":{"hasFreeTrial":{"name":"hasFreeTrial","description":"has free trial or not","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"importance":{"name":"importance","description":"A number between 0 and 100 indicating how important or popular an entity is.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"rating":{"name":"rating","description":"rating for this work on a scale from 1 (low) to 5 (high)","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"A few sentences describing an entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"owners":{"name":"owners","description":"owners of this work","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization","Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"The top-level type of a Diffbot entity. Examples of type include Person, Organization, Article, Product.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allNames":{"name":"allNames","description":"All names used, including nicknames, full names and transliterations to other languages.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"features":{"name":"features","description":"all the features it has","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYearGrowth":{"name":"wikipediaPageviewsLastYearGrowth","description":"The year over year growth of wikipediaPageviews, where we count the monthly-rolling increment of the year before last than the last year. It today was Aug 16th, 2022, it is computed by comparing the numbers from Aug 2021 to July 2022 and from Aug 2020 to July 2021, i.e., ( f(Aug 2021 to July 2022) - f(Aug 2020 to July 2021) ) ÷ f(Aug 2020 to July 2021) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"descriptors":{"name":"descriptors","description":"A list of keywords describing an entity","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"originDetails":{"name":"originDetails","description":"Additional information about origins listed in 'origins', including the latest time it was crawled. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"OriginDetail","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nonCanonicalFacts":{"name":"nonCanonicalFacts","description":"Enumerates all the non-canonical fields (i.e., those not defined in the ontology) that have a value for this entity. For instance, if 'numberOfChildren' is listed in 'nonCanonicalFacts' then the entity JSON will have the key 'numberOfChildren' with an associated value. This field is only provided when the parameter nonCanonicalFacts=1 is set. See: https://docs.diffbot.com/kgapi","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origins":{"name":"origins","description":"An origin is a web address where Diffbot found one or more facts about an entity. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviews":{"name":"wikipediaPageviews","description":"The number of views of its Wikipedia page of the last month if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"categories":{"name":"categories","description":"all the categories it is in","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"An alphanumeric string like CWSwJ_SWQPfqO3HQsxY4lGg that uniquely identifies an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"hasFreeVersion":{"name":"hasFreeVersion","description":"has free version or not","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"crawlTimestamp":{"name":"crawlTimestamp","description":"The default crawlTimestamp is the most recent date of all of the crawlTimestamps of the origins used to compute the Entity, returned as a UNIX time.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbOrigins":{"name":"nbOrigins","description":"Total number of origins in the field 'origins'. This field is only available in extended JSON mode.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"The main image used to represent the entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"The visual representation of an entity usually in the form of a png, jpeg, gif, or svg file.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"All types of a Diffbot entity, including the value of the field 'type'.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarter":{"name":"wikipediaPageviewsLastQuarter","description":"The number of views of its Wikipedia page of the last quarter if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbIncomingEdges":{"name":"nbIncomingEdges","description":"This is the number of edges in the Knowledge Graph that point to this entity. For example, the nbIncomingEdges field for Google is over 100,000. This number includes the number of people that work at google, the number of investors who invested in google, etc.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is the URI an entity's (URI), which is defined by appending the Diffbot ID to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUris":{"name":"allUris","description":"All URIs associated with an entity. A URI (uniform resource identifier) is a page on the web that describes an entity (e.g., an company's homepage or a person's social network profile).","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allUriDetails":{"name":"allUriDetails","description":"Additional information about each URI in 'allUris', which lists the URIs associated with this entity.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"UriDetails","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastQuarterGrowth":{"name":"wikipediaPageviewsLastQuarterGrowth","description":"The quarter over quarter growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) quarter, compared with that of the last (full) quarter. If today was Aug 16th, 2022, the last complete quarter is Q2 (April, May, June). So it refers to the increment from Q1 to Q2, i.e., ( f(Q2) - f(Q1) ) ÷ f(Q1) x 100%.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsLastYear":{"name":"wikipediaPageviewsLastYear","description":"The number of views of its Wikipedia page of the last year if it exists.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Primary text label for this entity.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"alternatives":{"name":"alternatives","description":"alternatives to this work","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["CreativeWork"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allDescriptions":{"name":"allDescriptions","description":"All descriptions found for this entity. For the best description, refer to the field 'description'.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"wikipediaPageviewsGrowth":{"name":"wikipediaPageviewsGrowth","description":"The month over month growth of wikipediaPageviews, where we count the increment of the number of page views of the second to last (full) month, compared with that of the last (full) month. if today was Aug 16th, 2022, the last complete month is July. So it refers to the increment from June to July, i.e., ( f(July) - f(June) ) ÷ f(June) x 100%. The f(.) only counts the first 28 days of a month, to avoid fluctuations between 31-days months like Jan and 28(29)-days months like Feb.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"allOriginHashes":{"name":"allOriginHashes","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true}},"composites":{"Amount":{"name":"Amount","typeHierarchy":[],"fields":{"currency":{"name":"currency","description":"Specifies currency; ex. USD, AUD, BBP, EUR, JPY","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"value":{"name":"value","description":"The numeric value of a given currency","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"ArticleCategory":{"name":"ArticleCategory","description":"","typeHierarchy":["GlobalIndexComplexType"],"taxonomy":"ArticleCategory","fields":{"score":{"name":"score","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"id":{"name":"id","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Award":{"name":"Award","typeHierarchy":[],"fields":{"date":{"name":"date","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"title":{"name":"title","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"CastMember":{"name":"CastMember","typeHierarchy":[],"fields":{"castmember":{"name":"castmember","description":"The name of the cast member.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"characterName":{"name":"characterName","description":"Characters that the cast played.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"characterLink":{"name":"characterLink","description":"Link to the character played by the castmember","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"ClassificationCode":{"name":"ClassificationCode","typeHierarchy":[],"fields":{"code":{"name":"code","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"level":{"name":"level","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isPrimary":{"name":"isPrimary","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"version":{"name":"version","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Colleague":{"name":"Colleague","typeHierarchy":[],"fields":{"isCurrent":{"name":"isCurrent","description":"Determines if the reporting relationship is current. Returns: true if it is currently current, false otherwise","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"from":{"name":"from","description":"Date when the reporting relationship was established","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"to":{"name":"to","description":"Date when the reporting relationship was terminated","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"relationship":{"name":"relationship","description":"colleague relationship","isFact":true,"isEnum":true,"isList":false,"isPrimitive":false,"type":"ColleagueRelationship","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"colleague":{"name":"colleague","description":"Colleague","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Contact":{"name":"Contact","typeHierarchy":[],"fields":{"contactString":{"name":"contactString","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"TypeOfCommunication","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"DDate":{"name":"DDate","typeHierarchy":[],"fields":{"str":{"name":"str","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"precision":{"name":"precision","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"timestamp":{"name":"timestamp","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"DDateTime":{"name":"DDateTime","typeHierarchy":["DDate"],"fields":{"str":{"name":"str","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"precision":{"name":"precision","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"timestamp":{"name":"timestamp","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"DiscussionPost":{"name":"DiscussionPost","typeHierarchy":["GlobalIndexComplexType"],"fields":{"date":{"name":"date","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDateTime","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"sentiment":{"name":"sentiment","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexImage","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"author":{"name":"author","description":"Post author","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"authorUrl":{"name":"authorUrl","description":"URL of the author profile page, if available.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"language":{"name":"language","description":"Refers to the language in which a discussion post is written","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"html":{"name":"html","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"pageUrl":{"name":"pageUrl","description":"URL of submitted page / page from which the discussion post is extracted","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"text":{"name":"text","description":"Full text of the discussion post","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Education":{"name":"Education","typeHierarchy":[],"fields":{"institution":{"name":"institution","description":"Society or organization; usually educational","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isCurrent":{"name":"isCurrent","description":"Determines if an education is current. Returns: true if it is currently current, false otherwise","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"hasDroppedOut":{"name":"hasDroppedOut","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"major":{"name":"major","description":"Academic discipline","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["EducationMajorEntity"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"degree":{"name":"degree","description":"Academic rank after completion of a course of study","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["DegreeEntity"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"Description of education","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"location":{"name":"location","description":"Associated child fields include country, address, city, street, region, subregion, latitude, longitude, or postal code of a given entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Location","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"from":{"name":"from","description":"Indicating the point in time at which a particular process, event, or activity starts","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"to":{"name":"to","description":"Indicating the point in time at which a particular process, event, or activity ends","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Employee":{"name":"Employee","typeHierarchy":[],"fields":{"categories":{"name":"categories","description":"the employment categories","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Role"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"employee":{"name":"employee","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"EmployeeCategory":{"name":"EmployeeCategory","typeHierarchy":[],"fields":{"firstHireDate":{"name":"firstHireDate","description":"Date of first hire in this category","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"category":{"name":"category","description":"employee category e.g. Sales, CEO, etc","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbEmployees":{"name":"nbEmployees","description":"No of employees in this category","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Employment":{"name":"Employment","typeHierarchy":[],"fields":{"technologies":{"name":"technologies","description":"Technologies","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Skill"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isCurrent":{"name":"isCurrent","description":"Determines if employment is current. Returns: true if it is currently current, false otherwise","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"description":{"name":"description","description":"Description of employment","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"employer":{"name":"employer","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"location":{"name":"location","description":"Associated child fields include country, address, city, street, region, subregion, latitude, longitude, or postal code of a given entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Location","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"from":{"name":"from","description":"Employment start date","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"categories":{"name":"categories","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["EmploymentCategory"],"taxonomy":"EmploymentCategory","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"to":{"name":"to","description":"Employment end date","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"title":{"name":"title","description":"Job title; ex. `Assistant Buyer,` `CEO,` `Co-founder,` `Investor.` etc.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"EnumWithString":{"name":"EnumWithString","typeHierarchy":[],"fields":{"str":{"name":"str","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"normalizedValue":{"name":"normalizedValue","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"FaqQnA":{"name":"FaqQnA","typeHierarchy":["GlobalIndexComplexType"],"fields":{"q":{"name":"q","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"a":{"name":"a","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"FundControlEntity":{"name":"FundControlEntity","typeHierarchy":[],"fields":{"ownershipMin":{"name":"ownershipMin","description":"The lower bound of the ownership percent by this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"from":{"name":"from","description":"The status was acquired on this date.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"entity":{"name":"entity","description":"Control entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["Organization","Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"ownershipMax":{"name":"ownershipMax","description":"The upper bound of the ownership percent by this entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"status":{"name":"status","description":"Status of the control entity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"GIDiscussionField":{"name":"GIDiscussionField","typeHierarchy":["GlobalIndexComplexType"],"fields":{"nextPages":{"name":"nextPages","description":"Array of all page URLs concatenated in a multipage discussion","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"numPages":{"name":"numPages","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"provider":{"name":"provider","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nextPage":{"name":"nextPage","description":"If discussion spans multiple pages, nextPage will return the subsequent page URL","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"language":{"name":"language","description":"Refers to the language which a Discussion is written","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"numPosts":{"name":"numPosts","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"title":{"name":"title","description":"Title of the Article","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"posts":{"name":"posts","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"DiscussionPost","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"tags":{"name":"tags","description":"Array of tags/entities, generated from analysis of the extracted text and cross-referenced with DBpedia and other data sources. Language-specific tags will be returned if the source text is in English, Chinese, French, German, Spanish or Russian.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexTag","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"numParticipants":{"name":"numParticipants","description":"Number of unique participants in the discussion thread or comments","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"rssUrl":{"name":"rssUrl","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"GlobalIndexAuthor":{"name":"GlobalIndexAuthor","typeHierarchy":["GlobalIndexComplexType"],"fields":{"institution":{"name":"institution","description":"institution of the author","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"GlobalIndexInstitution","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"link":{"name":"link","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"GlobalIndexBreadcrumb":{"name":"GlobalIndexBreadcrumb","typeHierarchy":["GlobalIndexComplexType"],"fields":{"link":{"name":"link","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"GlobalIndexImage":{"name":"GlobalIndexImage","typeHierarchy":["GlobalIndexComplexType"],"fields":{"displayHeight":{"name":"displayHeight","description":"Height of image as presented in the browser (and as sized via browser/CSS, if resized)","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"xpath":{"name":"xpath","description":"XPath expression identifying the image node","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"breadcrumb":{"name":"breadcrumb","description":"Graphical control element frequently used as a navigational aid; Returns a top-level array of URLs and link text from page breadcrumbs","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexBreadcrumb","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"displayWidth":{"name":"displayWidth","description":"Width of image as presented in the browser (and as sized via browser/CSS, if resized)","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"naturalHeight":{"name":"naturalHeight","description":"Raw image height, in pixels","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"language":{"name":"language","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"links":{"name":"links","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"anchorUrl":{"name":"anchorUrl","description":"Points to an anchor within a page (like `href=\"#top\"`)","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"title":{"name":"title","description":"Title of the Image","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"url":{"name":"url","description":"URL of the image","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"naturalWidth":{"name":"naturalWidth","description":"Raw image width in pixels","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"tags":{"name":"tags","description":"Array of tags/entities, generated from analysis of the extracted text and cross-referenced with DBpedia and other data sources. Language-specific tags will be returned if the source text is in English, Chinese, French, German, Spanish or Russian.","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexTag","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"GlobalIndexInstitution":{"name":"GlobalIndexInstitution","typeHierarchy":["GlobalIndexComplexType"],"fields":{"name":{"name":"name","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"link":{"name":"link","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"GlobalIndexQuote":{"name":"GlobalIndexQuote","typeHierarchy":["GlobalIndexComplexType"],"fields":{"speakerUri":{"name":"speakerUri","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"quote":{"name":"quote","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"speaker":{"name":"speaker","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"GlobalIndexTag":{"name":"GlobalIndexTag","typeHierarchy":["GlobalIndexComplexType"],"fields":{"score":{"name":"score","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"sentiment":{"name":"sentiment","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"count":{"name":"count","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"label":{"name":"label","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"uri":{"name":"uri","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"GlobalIndexVideo":{"name":"GlobalIndexVideo","typeHierarchy":["GlobalIndexComplexType"],"fields":{"embedUrl":{"name":"embedUrl","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"date":{"name":"date","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDateTime","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":false,"type":"GlobalIndexImage","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"author":{"name":"author","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"mime":{"name":"mime","description":"Indicates the nature and format of a document; MIME type, if available, as specified by the Video's `Content-Type.`","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"naturalHeight":{"name":"naturalHeight","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"language":{"name":"language","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"title":{"name":"title","description":"Title of the Video","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"url":{"name":"url","description":"URL of the video","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"naturalWidth":{"name":"naturalWidth","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"duration":{"name":"duration","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"html":{"name":"html","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"text":{"name":"text","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"viewCount":{"name":"viewCount","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"HeadOfPlace":{"name":"HeadOfPlace","typeHierarchy":[],"fields":{"isCurrent":{"name":"isCurrent","description":"Determines if it is current. Returns: true if it is currently current, false otherwise","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"from":{"name":"from","description":"Start date","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"headOfPlace":{"name":"headOfPlace","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"to":{"name":"to","description":"End date","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"category":{"name":"category","description":"Category for this position (e.g., head of state, head of government)","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["EmploymentCategory"],"taxonomy":"EmploymentCategory","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"title":{"name":"title","description":"title or position, e.g. Prime Minister of Norway, Monarch of Norway, etc.","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"IPO":{"name":"IPO","typeHierarchy":[],"fields":{"date":{"name":"date","description":"Date on which IPO was listed","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"stockExchange":{"name":"stockExchange","description":"Institution, organization, or association which hosts a market where stocks are traded","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"ImageField":{"name":"ImageField","typeHierarchy":[],"fields":{"classifications":{"name":"classifications","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"fingerprint":{"name":"fingerprint","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"title":{"name":"title","description":"Title of the Image","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isCached":{"name":"isCached","description":"Determines if an image is cached. Returns: true if it is currently cached, false otherwise","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"url":{"name":"url","description":"URL of the image","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"InvestmentField":{"name":"InvestmentField","typeHierarchy":[],"fields":{"date":{"name":"date","description":"Date of investment","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"amount":{"name":"amount","description":"Amount of investment","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isCurrent":{"name":"isCurrent","description":"Determines if the investment is current/latest or not","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"series":{"name":"series","description":"Series of investment","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"investors":{"name":"investors","description":"List of investors","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"LinkedEntity","leType":["Person","Organization"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"LegalEntityRelationship":{"name":"LegalEntityRelationship","typeHierarchy":[],"fields":{"relationshipPeriod":{"name":"relationshipPeriod","description":"The particular type of period, for example, the duration of the relationship itself, the filing or validity period of any documents demonstrating the relationship, or the accounting period they refer to.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"RelationshipPeriodType","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isCurrent":{"name":"isCurrent","description":"The status of relationship.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"relationshipType":{"name":"relationshipType","description":"A unique code designating the specific category of a directional relationship between two legal entities.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"RelationshipType","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"relatedEntity":{"name":"relatedEntity","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["DiffbotEntity"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"from":{"name":"from","description":"Start date of the relationship","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"LinkedCategory":{"name":"LinkedCategory","typeHierarchy":["LinkedEntity"],"fields":{"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"Main image of the LinkedEntity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"Types of the LinkedEntity","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"level":{"name":"level","description":"Level of this category in the taxonomy.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isPrimary":{"name":"isPrimary","description":"Indicates whether this category is a primary category for the company.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is uniform resource identifier (URI), which is defined by appending the Diffbot entity id to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Name of the LinkedEntity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"targetDiffbotUri":{"name":"targetDiffbotUri","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"LinkedEntity":{"name":"LinkedEntity","typeHierarchy":[],"fields":{"summary":{"name":"summary","description":"A short phrase designed to disambiguate entities with the same or similar name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"image":{"name":"image","description":"Main image of the LinkedEntity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"images":{"name":"images","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":false,"type":"ImageField","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"types":{"name":"types","description":"Types of the LinkedEntity","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"diffbotUri":{"name":"diffbotUri","description":"diffbotUri is uniform resource identifier (URI), which is defined by appending the Diffbot entity id to the URL https://diffbot.com/entity/. For example, Diffbot's entityID is CWSwJ_SWQPfqO3HQsxY4lGg and its DiffbotUri is https://diffbot.com/entity/CWSwJ_SWQPfqO3HQsxY4lGg","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"name":{"name":"name","description":"Name of the LinkedEntity","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"targetDiffbotUri":{"name":"targetDiffbotUri","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Location":{"name":"Location","typeHierarchy":[],"fields":{"venue":{"name":"venue","description":"The name of the venue","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"country":{"name":"country","description":"The country associated with an entity","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["AdministrativeArea"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"address":{"name":"address","description":"Normalized address for this location.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"city":{"name":"city","description":"A city, town or other municipality associated with this entity","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["AdministrativeArea"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"subregion":{"name":"subregion","description":"A county or other subdivision of 'region'","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["AdministrativeArea"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"latitude":{"name":"latitude","description":"The north-south geographical coordinate of a region or subregion, ex. 55.869998931884766","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"precision":{"name":"precision","description":"The square root of this location's area in kilometers.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"postalCode":{"name":"postalCode","description":"The postal code associated with an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"locationType":{"name":"locationType","description":"The type of location e.g. Headquarters, Mailing or Legal","isFact":false,"isEnum":true,"isList":true,"isPrimitive":false,"type":"LocationType","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"surfaceForm":{"name":"surfaceForm","description":"Address extracted from a web page. For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"poBox":{"name":"poBox","description":"The post office box for this location","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isCurrent":{"name":"isCurrent","description":"Determines if this is the current location of an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"estimatedValue":{"name":"estimatedValue","description":"The estimated value of the property","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"occupancyType":{"name":"occupancyType","description":"The occupancy type of the property","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isPrimary":{"name":"isPrimary","description":"Determines if this is the primary location of an entity.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"street":{"name":"street","description":"The street address associated with an entity","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"metroArea":{"name":"metroArea","description":"A metropolitan area associated with this entity","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["AdministrativeArea"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"estimatedEquity":{"name":"estimatedEquity","description":"The estimated equity of the property","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"region":{"name":"region","description":"A state, province or other subdivision of a country.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["AdministrativeArea"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"rawAdministrativeArea":{"name":"rawAdministrativeArea","description":"For Diffbot's internal use only.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["AdministrativeArea"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"longitude":{"name":"longitude","description":"The east-west geographical coordinate of a region or subregion, ex. -122.43333435058594","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"MarkDetails":{"name":"MarkDetails","typeHierarchy":[],"fields":{"statusDate":{"name":"statusDate","description":"The date on which the status of the trademark or service mark was last updated","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"markId":{"name":"markId","description":"The unique identifier of the trademark or service mark","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"markType":{"name":"markType","description":"The type of the trademark or service mark","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"MarkType","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"authority":{"name":"authority","description":"The authority that granted the trademark or service mark","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"applicationDate":{"name":"applicationDate","description":"The date on which the trademark or service mark was applied for","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"status":{"name":"status","description":"The status of the trademark or service mark","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"MarkStatus","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"statusCode":{"name":"statusCode","description":"The code of the status of the trademark or service mark","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"NameDetail":{"name":"NameDetail","typeHierarchy":[],"fields":{"firstName":{"name":"firstName","description":"Personal name used before a middle and/or family name","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"lastName":{"name":"lastName","description":"A Person's surname","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"prefixes":{"name":"prefixes","description":"Honorific prefixes in a name; ex. Dr., Sir., etc","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"suffixes":{"name":"suffixes","description":"Follows a person's full name, including post nominal letters; ex. III, Sr., Jr.","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"middleName":{"name":"middleName","description":"","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nicknames":{"name":"nicknames","description":"A person's nicknames","isFact":true,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"ObservationInt":{"name":"ObservationInt","typeHierarchy":["Observation"],"fields":{"observationDate":{"name":"observationDate","description":"the date this value was observed","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"observationValue":{"name":"observationValue","description":"the value that was observed","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"OpenHours":{"name":"OpenHours","typeHierarchy":[],"fields":{"dayOfWeek":{"name":"dayOfWeek","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"toHours":{"name":"toHours","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"from":{"name":"from","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"to":{"name":"to","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"fromHours":{"name":"fromHours","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"OriginDetail":{"name":"OriginDetail","typeHierarchy":[],"fields":{"crawledAt":{"name":"crawledAt","description":"The most recent time an origin was crawled from the web","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDateTime","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"origin":{"name":"origin","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"PhoneNumber":{"name":"PhoneNumber","typeHierarchy":[],"fields":{"string":{"name":"string","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"digits":{"name":"digits","description":"Numerals from 0 to 9 to form a phone number","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"PriceDetails":{"name":"PriceDetails","typeHierarchy":["GlobalIndexComplexType"],"fields":{"symbol":{"name":"symbol","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"amount":{"name":"amount","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"text":{"name":"text","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"QuarterlyRevenue":{"name":"QuarterlyRevenue","typeHierarchy":[],"fields":{"revenue":{"name":"revenue","description":"Income, especially that of a company or organization, generated from the sales of goods, services, capital or any other assets","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isCurrent":{"name":"isCurrent","description":"Determines if an object is current. Returns: true if it is currently current, false otherwise","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"filingDate":{"name":"filingDate","description":"The date of the registrant’s filing the financial report","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"year":{"name":"year","description":"A calendar year specified usually by a number.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"revenueDate":{"name":"revenueDate","description":"The end date for the period of the financial report","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"quarter":{"name":"quarter","description":"A quarter specified by a number from 1 to 4.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Range":{"name":"Range","typeHierarchy":[],"fields":{"lower":{"name":"lower","description":"the lower number in the range","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"upper":{"name":"upper","description":"the upper number in the range","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"SECForm":{"name":"SECForm","typeHierarchy":[],"fields":{"formType":{"name":"formType","description":"Specific code that describe the type of SEC filing (e.g. 10-K, 8-K, 10-Q, etc.)","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"periodOfReport":{"name":"periodOfReport","description":"Balance sheet date, rounded to nearest month-end.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"filingDate":{"name":"filingDate","description":"The date this SEC form has been filed.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"documentUrl":{"name":"documentUrl","description":"Original document file.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"formTypeName":{"name":"formTypeName","description":"Extended name or description of the specific SEC form.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"filingUrl":{"name":"filingUrl","description":"SEC Gov page url with filing details.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Stock":{"name":"Stock","typeHierarchy":[],"fields":{"symbol":{"name":"symbol","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isCurrent":{"name":"isCurrent","description":"Determines if the stock is current or not implying has been delisted. Returns: true if it is current, false if delisted","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"exchange":{"name":"exchange","description":"The marketplace in which securities, commodities, derivatives and other financial instruments are traded","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"from":{"name":"from","description":"Start date","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"to":{"name":"to","description":"End date","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Technographics":{"name":"Technographics","typeHierarchy":[],"fields":{"technology":{"name":"technology","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["DiffbotEntity"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"categories":{"name":"categories","description":"","isFact":false,"isEnum":false,"isList":true,"isPrimitive":true,"type":"String","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"Union":{"name":"Union","typeHierarchy":[],"fields":{"isCurrent":{"name":"isCurrent","description":"Determines if the union is current. Returns: true if it is currently current, false otherwise","isFact":true,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"person":{"name":"person","description":"","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"LinkedEntity","leType":["Person"],"isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"from":{"name":"from","description":"Date when the union was established","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"to":{"name":"to","description":"Date when the union was terminated","isFact":true,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"type":{"name":"type","description":"","isFact":true,"isEnum":true,"isList":false,"isPrimitive":false,"type":"TypeOfUnion","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"UriDetails":{"name":"UriDetails","typeHierarchy":[],"fields":{"domainMonthlyTrafficGrowth":{"name":"domainMonthlyTrafficGrowth","description":"Indicates the monthly traffic growth of the top level domain name of this URI.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Float","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"domainMonthlyTraffic":{"name":"domainMonthlyTraffic","description":"Indicates the monthly traffic of the top level domain name of this URI.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"redirectsTo":{"name":"redirectsTo","description":"The redirected URL","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbFollowing":{"name":"nbFollowing","description":"Number of accounts that are following the profile associated with this URI","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"uriType":{"name":"uriType","description":"Type of this URI, can be one of Homepage, Blog or Other.","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"Type","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"verified":{"name":"verified","description":"Indicates if the profile associated with this URI has a verified status.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbLinkedAccounts":{"name":"nbLinkedAccounts","description":"Number of accounts that are linked to this URI. i.e. for a github organization is the number of people linked, for LinkedIn the linked employees, etc","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"nbFollowers":{"name":"nbFollowers","description":"Number of accounts the profile associated with this URI follows.","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"httpCodeTimestamp":{"name":"httpCodeTimestamp","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"httpCode":{"name":"httpCode","description":"","isFact":false,"isEnum":true,"isList":false,"isPrimitive":false,"type":"UriHttpCode","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"uri":{"name":"uri","description":"","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"URL","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true},"YearlyRevenue":{"name":"YearlyRevenue","typeHierarchy":[],"fields":{"revenue":{"name":"revenue","description":"Income, especially that of a company or organization, generated from the sales of goods, services, capital or any other assets","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"Amount","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"isCurrent":{"name":"isCurrent","description":"Determines if an object is current. Returns: true if it is currently current, false otherwise","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Boolean","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"filingDate":{"name":"filingDate","description":"The date of the registrant’s filing the financial report","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false},"year":{"name":"year","description":"A calendar year specified usually by a number","isFact":false,"isEnum":false,"isList":false,"isPrimitive":true,"type":"Integer","isDeprecated":false,"isComposite":false,"isEntity":false,"documented":true,"tracksFirstSeen":false},"revenueDate":{"name":"revenueDate","description":"The end date for the period of the financial report","isFact":false,"isEnum":false,"isList":false,"isPrimitive":false,"type":"DDate","isDeprecated":false,"isComposite":true,"isEntity":false,"documented":true,"tracksFirstSeen":false}},"documented":true}},"enums":{"ColleagueRelationship":{"name":"ColleagueRelationship","values":["DIRECTREPORT","MANAGER"]},"DeploymentPlatformOptions":{"name":"DeploymentPlatformOptions","values":["Cloud_saas_webbased","Desktop_mac","Desktop_windows","Desktop_linux","Desktop_chromebook","Onpremise_windows","Onpremise_linux","Mobile_android","Mobile_iphone","Mobile_ipad"]},"EntityCategory":{"name":"EntityCategory","values":["BRANCH","GENERAL","FUND","SOLE_PROPRIETOR","RESIDENT_GOVERNMENT_ENTITY","INTERNATIONAL_ORGANIZATION"]},"EntitySubCategory":{"name":"EntitySubCategory","values":["CENTRAL_GOVERNMENT","STATE_GOVERNMENT","LOCAL_GOVERNMENT","SOCIAL_SECURITY"]},"ExpirationReason":{"name":"ExpirationReason","values":["DISSOLVED","CORPORATE_ACTION","OTHER"]},"EyeColor":{"name":"EyeColor","values":["Black","Brown","Blue","Green","Grey","Amber","Violet","Hazel"]},"FundType":{"name":"FundType","values":["Hedge_Fund","Liquidity_Fund","Private_Equity_Fund","Real_Estate_Fund","Securitized_Asset_Fund","Venture_Capital_Fund"]},"Gender":{"name":"Gender","values":["Male","Female","Transgender_male","Transgender_female","Bigender","Agender","Trigender","Other"]},"HairColor":{"name":"HairColor","values":["Black","Brown","Blond","Red","Gray","White","Bald"]},"Industry":{"name":"Industry","values":["Accident_and_Health_Insurance","Advertising_Agencies","Aerospace_Defense_Major_Diversified","Aerospace_Defense_Products_and_Services","Agricultural_Chemicals","Air_Delivery_and_Freight_Services","Air_Services_Other","Aluminum","Apparel_Stores","Appliances","Application_Software","Asset_Management","Auto_Dealerships","Auto_Manufacturers_Major","Auto_Parts","Auto_Parts_Stores","Auto_Parts_Wholesale","Basic_Materials_Wholesale","Beverages_Brewers","Beverages_Soft_Drinks","Beverages_Wineries_and_Distillers","Biotechnology","Broadcasting_Radio","Broadcasting_TV","Building_Materials_Wholesale","Business_Equipment","Business_Services","Business_Software_and_Services","Catalog_and_Mail_Order_Houses","CATV_Systems","Cement","Chemicals_Major_Diversified","Cigarettes","Cleaning_Products","Closed_End_Fund_Debt","Closed_End_Fund_Equity","Closed_End_Fund_Foreign","Communication_Equipment","Computer_Based_Systems","Computer_Peripherals","Computers_Wholesale","Confectioners","Conglomerates","Consumer_Services","Copper","Credit_Services","Dairy_Products","Data_Storage_Devices","Department_Stores","Diagnostic_Substances","Discount_Variety_Stores","Diversified_Communication_Services","Diversified_Computer_Systems","Diversified_Electronics","Diversified_Investments","Diversified_Machinery","Diversified_Utilities","Drug_Delivery","Drug_Manufacturers_Major","Drug_Manufacturers_Other","Drug_Related_Products","Drug_Stores","Drugs_Generic","Drugs_Wholesale","Education_and_Training_Services","Electric_Utilities","Electronic_Equipment","Electronics_Stores","Electronics_Wholesale","Entertainment_Diversified","Farm_and_Construction_Machinery","Farm_Products","Food_Major_Diversified","Food_Wholesale","Foreign_Money_Center_Banks","Foreign_Regional_Banks","Foreign_Utilities","Gaming_Activities","Gas_Utilities","General_Building_Materials","General_Contractors","General_Entertainment","Gold","Grocery_Stores","Health_Care_Plans","Healthcare_Information_Services","Heavy_Construction","Home_Furnishing_Stores","Home_Furnishings_and_Fixtures","Home_Health_Care","Home_Improvement_Stores","Hospitals","Housewares_and_Accessories","Independent_Oil_and_Gas","Industrial_Electrical_Equipment","Industrial_Equipment_and_Components","Industrial_Equipment_Wholesale","Industrial_Metals_and_Minerals","Insurance_Brokers","Internet_Information_Providers","Internet_Service_Providers","Internet_Software_and_Services","Investment_Brokerage_National","Investment_Brokerage_Regional","Jewelry_Stores","Life_Insurance","Lodging","Long_Distance_Carriers","Long_Term_Care_Facilities","Lumber_Wood_Production","Machine_Tools_and_Accessories","Major_Airlines","Major_Integrated_Oil_and_Gas","Management_Services","Manufactured_Housing","Marketing_Services","Meat_Products","Medical_Appliances_and_Equipment","Medical_Equipment_Wholesale","Medical_Instruments_and_Supplies","Medical_Laboratories_and_Research","Medical_Practitioners","Metal_Fabrication","Money_Center_Banks","Mortgage_Investment","Movie_Production_Theaters","Multimedia_and_Graphics_Software","Music_and_Video_Stores","Networking_and_Communication_Devices","Nonmetallic_Mineral_Mining","Office_Supplies","Oil_and_Gas_Drilling_and_Exploration","Oil_and_Gas_Equipment_and_Services","Oil_and_Gas_Pipelines","Oil_and_Gas_Refining_and_Marketing","Packaging_and_Containers","Paper_and_Paper_Products","Personal_Computers","Personal_Products","Personal_Services","Photographic_Equipment_and_Supplies","Pollution_and_Treatment_Controls","Printed_Circuit_Boards","Processed_and_Packaged_Goods","Processing_Systems_and_Products","Property_and_Casualty_Insurance","Property_Management","Publishing_Books","Publishing_Newspapers","Publishing_Periodicals","Railroads","Real_Estate_Development","Recreational_Goods_Other","Recreational_Vehicles","Regional_MidAtlantic_Banks","Regional_Midwest_Banks","Regional_Northeast_Banks","Regional_Pacific_Banks","Regional_Southeast_Banks","Regional_Southwest__Banks","Regional_Airlines","REIT_Diversified","REIT_Healthcare_Facilities","REIT_Hotel_Motel","REIT_Industrial","REIT_Office","REIT_Residential","REIT_Retail","Rental_and_Leasing_Services","Research_Services","Residential_Construction","Resorts_and_Casinos","Restaurants","Rubber_and_Plastics","Savings_and_Loans","Scientific_and_Technical_Instruments","Security_and_Protection_Services","Security_Software_and_Services","Semiconductor_Broad_Line","Semiconductor_Integrated_Circuits","Semiconductor_Specialized","Semiconductor_Equipment_and_Materials","SemiconductorMemory_Chips","Shipping","Silver","Small_Tools_and_Accessories","Specialized_Health_Services","Specialty_Chemicals","Specialty_Eateries","Specialty_Retail_Other","Sporting_Activities","Sporting_Goods","Sporting_Goods_Stores","Staffing_and_Outsourcing_Services","Steel_and_Iron","Surety_and_Title_Insurance","Synthetics","Technical_and_System_Software","Technical_Services","Telecom_Services_Domestic","Telecom_Services_Foreign","Textile_Apparel_Clothing","Textile_Apparel_Footwear_and_Accessories","Textile_Industrial","Tobacco_Products_Other","Toy_and_Hobby_Stores","Toys_and_Games","Trucking","Trucks_and_Other_Vehicles","Waste_Management","Water_Utilities","Wholesale_Other","Wireless_Communications","Information_and_Delivery_Services","Information_Technology_Services"]},"Language":{"name":"Language","values":["English","Abkhaz","Adyghe","Afrikaans","Akan","Albanian","American_Sign_Language","Amharic","Arabic","Aragonese","Aramaic","Armenian","Aymara","Balinese","Basque","Betawi","Bosnian","Breton","Bulgarian","Cantonese","Catalan","Cherokee","Chickasaw","Chinese","Coptic","Cornish","Corsican","Crimean_Tatar","Croatian","Czech","Danish","Dutch","Dawro","Esperanto","Estonian","Ewe","Fiji_Hindi","Filipino","Finnish","French","Galician","Georgian","German","Greek_Modern","Ancient_Greek","Greenlandic","Haitian_Creole","Hawaiian","Hebrew","Hindi","Hungarian","Icelandic","Indonesian","Inuktitut","Interlingua","Irish","Italian","Japanese","Kabardian","Kannada","Kashubian","Khmer","Kinyarwanda","Korean","KurdishKurdî","Ladin","Latgalian","Latin","Lingala","Livonian","Lojban","Lower_Sorbian","Macedonian","Malay","Malayalam","Mandarin","Manx","Maori","Mauritian_Creole","Min_Nan","Mongolian","Norwegian","Old_Armenian","Old_English","Old_French","Old_Norse","Old_Prussian","Oriya","Pangasinan","Papiamentu","Pashto","Persian","Pitjantjatjara","Polish","Portuguese","ProtoSlavic","Quenya","Rapa_Nui","Romanian","Russian","Sanskrit","Scots","Scottish_Gaelic","Serbian","SerboCroatian","Slovak","Slovene","Spanish","Sinhalese","Swahili","Swedish","Tagalog","Tajik","Tamil","Tarantino","Telugu","Thai","Tok_Pisin","Turkish","Twi","Ukrainian","Upper_Sorbian","Urdu","Uzbek","Venetian","Vietnamese","Vilamovian","Volapük","Võro","Welsh","Xhosa","Yiddish","shortName"]},"LocationType":{"name":"LocationType","values":["Headquarters","Mailing","Legal"]},"MarkStatus":{"name":"MarkStatus","values":["Pending","Active","Inactive","Other"]},"MarkType":{"name":"MarkType","values":["Trademark","CollectiveMark","ServiceMark"]},"RelationshipPeriodType":{"name":"RelationshipPeriodType","values":["ACCOUNTING_PERIOD","RELATIONSHIP_PERIOD","DOCUMENT_FILING_PERIOD"]},"RelationshipType":{"name":"RelationshipType","values":["IS_DIRECTLY_CONSOLIDATED_BY","IS_ULTIMATELY_CONSOLIDATED_BY","IS_INTERNATIONAL_BRANCH_OF","IS_FUND_MANAGED_BY","IS_SUBFUND_OF","IS_FEEDER_TO"]},"Religion":{"name":"Religion","values":["Agnosticism","Amish","Ancestor_worship","Animism","Asatrú","Atheism","Aum_Shinrikyo","Baháí_Faith","Brahma_Kumari","Branch_Davidians","Buddhism","Celtic_Paganism","Chen_Tao","Chinese_religion","Christadelphians","Christian_Apostolic_Church_in_Zion","Christianity","Concerned_Christians","Confucianism","Dami_Xuanjiao","Divine_Lightmission","Druidism","Druze","Ebionites","Eckankar","Gnosticism","Hare_Krishna","Heathenism","Heavens_Gate","Hinduism","The_Family_International","Humanism","Islam","Jain","Jedi_Knights","Jehovahs_Witnesses","Judaism","Mennonite","Mithraism","Mysticism","Native_American_Church","New_Age","No_religion","Occultism","Order_of_the_Solar_Temple","Paganism","Pantheism","Peoples_Temple","Polytheism","Raja_Yoga","Rastafarian","Ravidassia","Salvation_Army","Santería","Satanism","Scientology","Shamanism","Shinto","Sikhism","Spiritualism","Taoism","Thelema","Theosophy","Traditional_African_Church","Unification_Church","Unitarianism","Unitarian_Universalism","Unitas_Fratrum","Universalism","Vodun_Voodoo","Wicca","Witchcraft","Yezidism","Zhu_Shen_Jiao","Zoroastrianism"]},"Remote":{"name":"Remote","values":["REMOTE","NOT_REMOTE","HYBRID","UNDEFINED"]},"SupportOptions":{"name":"SupportOptions","values":["Email_help_desk","FAQs_forum","Knowledge_base","Phone_support","Live_rep_24x7","Chat"]},"TrainingOptions":{"name":"TrainingOptions","values":["In_person","Live_online","Webinars","Documentation","Videos"]},"Type":{"name":"Type","values":["DiffbotEntity","GlobalIndexDiffbotEntity","Person","Organization","Investment","Place","Event","Intangible","Work","JobPost","Miscellaneous","LegalEntity","Fund","Brand","Article","Product","Research","Post","Video","Discussion","Image","Tag","Faq","Company","LocalBusiness","OrganizationInvestor","Corporation","EducationalInstitution","PersonInvestor","AdministrativeArea","Landmark","Country","Region","Subregion","City","EmploymentCategory","Role","Skill","Technology","TechnologyCategory","EducationMajorEntity","DegreeEntity","IndustryCategory","OrganizationCategory","CreativeWork","Movie","TVSeries","TVEpisode","VideoGame","Album","Song","Track","Podcast","PodcastEpisode","Service","SaaS"]},"TypeOfCommunication":{"name":"TypeOfCommunication","values":["None","PERSONAL","PROFESSIONAL"]},"TypeOfUnion":{"name":"TypeOfUnion","values":["Marriage","Domestic_Partnership","Civil_Union"]},"UriHttpCode":{"name":"UriHttpCode","values":["c2xx","c3xx","c4xx","c5xx","code"]}},"taxonomies":{"IndustryCategory":{"categories":[{"name":"Agricultural Organizations","info":{"naicsMapping":"110000","sicMapping":"0200"},"children":[{"name":"Animal Farms","info":{"naicsMapping":"112900","sicMapping":"0290"}},{"name":"Apiculture Organizations","info":{"naicsMapping":"112910","sicMapping":"0279"}},{"name":"Fruits And Vegetables","info":{"naicsMapping":"111200","sicMapping":"0161"}},{"name":"Oilseed And Grain Farming","info":{"naicsMapping":"111100","sicMapping":"0190"}},{"name":"Pet Breeders","info":{"naicsMapping":"115210","sicMapping":"0752"}},{"name":"Poultry Farms","info":{"naicsMapping":"112300","sicMapping":"0259"}}]},{"name":"Associations And Societies","info":{"naicsMapping":"813920","sicMapping":"8690"},"children":[{"name":"Construction Associations","info":{"naicsMapping":"813920","sicMapping":"8620"}},{"name":"Educational Associations","info":{"naicsMapping":"813920","sicMapping":"8620"}},{"name":"Engineering Societies","info":{"naicsMapping":"813920","sicMapping":"8620"}},{"name":"Financial Associations","info":{"naicsMapping":"813910","sicMapping":"8620"}},{"name":"Journalism Associations","info":{"naicsMapping":"813920","sicMapping":"8620"}},{"name":"Law Associations","info":{"naicsMapping":"813920","sicMapping":"8620"}},{"name":"Library Associations","info":{"naicsMapping":"813920","sicMapping":"8620"}},{"name":"Medical Associations","info":{"naicsMapping":"813212","sicMapping":"8620"}},{"name":"Social Sciences Organizations","info":{"naicsMapping":"813410","sicMapping":"8641"}},{"name":"Standards Organizations","info":{"naicsMapping":"813920","sicMapping":"8620"}},{"name":"Youth Organizations","info":{"naicsMapping":"813410","sicMapping":"8641"}}]},{"name":"Chemical Companies","info":{"naicsMapping":"325000","sicMapping":"2899"},"children":[{"name":"Fertilizer Companies","info":{"naicsMapping":"325320","sicMapping":"2879"}},{"name":"Paint Manufacturers","info":{"naicsMapping":"325510","sicMapping":"2850"}},{"name":"Petrochemical Companies","info":{"naicsMapping":"325110","sicMapping":"2869"}}]},{"name":"Clothing Companies","info":{"naicsMapping":"315200","sicMapping":"2389"},"children":[{"name":"High Fashion Brands","info":{"naicsMapping":"315200","sicMapping":"2389"}},{"name":"Shoe Brands","info":{"naicsMapping":"316210","sicMapping":"5139"}},{"name":"Sportswear Brands","info":{"naicsMapping":"339920","sicMapping":"3609"}},{"name":"Underwear Brands","info":{"naicsMapping":"315120","sicMapping":"2389"}}]},{"name":"Community Services","info":{"naicsMapping":null,"sicMapping":"8399"},"children":[{"name":"Cultural Services","info":{"naicsMapping":"712100","sicMapping":"8399"},"children":[{"name":"Art Galleries","info":{"naicsMapping":"712110","sicMapping":"8412"}},{"name":"Libraries","info":{"naicsMapping":"519210","sicMapping":"8231"}},{"name":"Museums","info":{"naicsMapping":"712110","sicMapping":"8412"}},{"name":"Theatres","info":{"naicsMapping":"711310","sicMapping":"7832"}}]},{"name":"Recreation Services","info":{"naicsMapping":"713000","sicMapping":"7999"},"children":[{"name":"Amusement Parks","info":{"naicsMapping":"713110","sicMapping":"7996"}},{"name":"Bowling Centers","info":{"naicsMapping":"713950","sicMapping":"7933"}},{"name":"Casinos","info":{"naicsMapping":"713210","sicMapping":"7999"}},{"name":"Cinemas And Movie Theaters","info":{"naicsMapping":"512131","sicMapping":"7832"}},{"name":"Fitness And Sports Centers","info":{"naicsMapping":"713940","sicMapping":"7991"}},{"name":"Golf Courses And Country Clubs","info":{"naicsMapping":"713910","sicMapping":"7997"}},{"name":"National Parks","info":{"naicsMapping":"712190","sicMapping":"7999"}},{"name":"Stadiums And Arenas","info":{"naicsMapping":"711310","sicMapping":"7941"}},{"name":"Zoos And Aquaria","info":{"naicsMapping":"712130","sicMapping":"8422"}}]}]},{"name":"Construction Companies","info":{"naicsMapping":"236000","sicMapping":"1629"},"children":[{"name":"Construction Associations","info":{"naicsMapping":"813920","sicMapping":"8620"}},{"name":"Electrical Contractors","info":{"naicsMapping":"238210","sicMapping":"1730"}},{"name":"Flooring Contractors","info":{"naicsMapping":"238330","sicMapping":"1752"}},{"name":"General Contractors","info":{"naicsMapping":"238000","sicMapping":"1500"}},{"name":"Heating And Air Conditioning Contractors","info":{"naicsMapping":"238220","sicMapping":"1710"}},{"name":"Landscaping Services","info":{"naicsMapping":"561730","sicMapping":"0782"}},{"name":"Painting Contractors","info":{"naicsMapping":"238320","sicMapping":"1790"}},{"name":"Plumbing Contractors","info":{"naicsMapping":"238220","sicMapping":"1790"}},{"name":"Remodeling And Restoration Contractors","info":{"naicsMapping":"236118","sicMapping":"1500"}},{"name":"Residential Building Constructors","info":{"naicsMapping":"236110","sicMapping":"1520"}},{"name":"Roofing Contractors","info":{"naicsMapping":"238160","sicMapping":"1790"}}]},{"name":"Consumer Service Companies","info":{"naicsMapping":"561000","sicMapping":"7389"},"children":[{"name":"Barber Shops","info":{"naicsMapping":"812111","sicMapping":"7241"}},{"name":"Beauty Salons And Spa","info":{"naicsMapping":"812112","sicMapping":"7231"}},{"name":"Car Washes","info":{"naicsMapping":"811192","sicMapping":"7542"}},{"name":"Cleaning Companies","info":{"naicsMapping":"561720","sicMapping":"7349"}},{"name":"Counseling Organizations","info":{"naicsMapping":"624190","sicMapping":"8322"}},{"name":"Coworking Spaces","info":{"naicsMapping":"531120","sicMapping":"7389"}},{"name":"Death Care Services","info":{"naicsMapping":"812210","sicMapping":"7261"}},{"name":"Laundry Companies","info":{"naicsMapping":"812320","sicMapping":"3582"}},{"name":"Locksmith Services","info":{"naicsMapping":"561622","sicMapping":"7699"}},{"name":"Moving And Storage Companies","info":{"naicsMapping":"484210","sicMapping":"4220"}},{"name":"Parking Services","info":{"naicsMapping":"812930","sicMapping":"7521"}},{"name":"Pest Control Services","info":{"naicsMapping":"561710","sicMapping":"7342"}},{"name":"Photographic Studios","info":{"naicsMapping":"541921","sicMapping":"7221"}},{"name":"Recruiting And Employment Agencies","info":{"naicsMapping":"561311","sicMapping":"7361"}},{"name":"Repair And Maintenance","info":{"naicsMapping":"811000","sicMapping":"7600"},"children":[{"name":"Appliance Repair and Maintenance","info":{"naicsMapping":"811412","sicMapping":"7620"}},{"name":"Computer Repair Services","info":{"naicsMapping":"811210","sicMapping":"7378"}},{"name":"Vehicle Repair And Maintenance","info":{"naicsMapping":"811111","sicMapping":"7538"}}]},{"name":"Ridesharing And Taxi Companies","info":{"naicsMapping":"485310","sicMapping":"4121"}},{"name":"Security Companies","info":{"naicsMapping":"561612","sicMapping":"7381"}},{"name":"Shopping Delivery Services","info":{"naicsMapping":"492100","sicMapping":"7389"}},{"name":"Tattoo Shops","info":{"naicsMapping":"812199","sicMapping":"7299"}},{"name":"Tourism Agencies","info":{"naicsMapping":"561510","sicMapping":"4724"}},{"name":"Vehicle Rental Companies","info":{"naicsMapping":"532111","sicMapping":"7514"}},{"name":"Veterinary Organizations","info":{"naicsMapping":"541940","sicMapping":"0740"}}]},{"name":"Design Companies","info":{"naicsMapping":"541400","sicMapping":"7336"},"children":[{"name":"Architecture Firms","info":{"naicsMapping":"541310","sicMapping":"8712"}},{"name":"Graphic Design Companies","info":{"naicsMapping":"541430","sicMapping":"7336"}},{"name":"Industrial Design Firms","info":{"naicsMapping":"541420","sicMapping":"7389"}},{"name":"Packaging Companies","info":{"naicsMapping":"561910","sicMapping":"7389"}}]},{"name":"Educational Organizations","info":{"naicsMapping":"611000","sicMapping":"8290"},"children":[{"name":"Educational Associations","info":{"naicsMapping":"813920","sicMapping":"8620"}},{"name":"Educational Institutions","info":{"naicsMapping":"611000","sicMapping":"8290"},"children":[{"name":"Academies","info":{"naicsMapping":"611310","sicMapping":"8221"}},{"name":"K12 Schools","info":{"naicsMapping":"611110","sicMapping":"8211"},"children":[{"name":"Pre Schools","info":{"naicsMapping":"611110","sicMapping":"8211"}},{"name":"Primary Schools","info":{"naicsMapping":"611110","sicMapping":"8211"}},{"name":"Secondary Schools","info":{"naicsMapping":"611110","sicMapping":"8211"}}]},{"name":"Research Institutes And Labs","info":{"naicsMapping":"611310","sicMapping":"8221"}},{"name":"Universities And Colleges","info":{"naicsMapping":"611310","sicMapping":"8221"}}]},{"name":"Online Learning Companies","info":{"naicsMapping":"611000","sicMapping":"8290"}}]},{"name":"Energy Companies","info":{"naicsMapping":"221000","sicMapping":"1382"},"children":[{"name":"Natural Gas Companies","info":{"naicsMapping":"221210","sicMapping":"1311"}},{"name":"Nuclear Energy Companies","info":{"naicsMapping":"221113","sicMapping":"4911"}},{"name":"Renewable Energy Companies","info":{"naicsMapping":"221100","sicMapping":"4911"},"children":[{"name":"Hydroelectric Power Companies","info":{"naicsMapping":"221111","sicMapping":"4911"}},{"name":"Solar Energy Companies","info":{"naicsMapping":"221114","sicMapping":"4911"}},{"name":"Wind Energy Companies","info":{"naicsMapping":"221115","sicMapping":"4911"}}]}]},{"name":"Entertainment Companies","info":{"naicsMapping":"710000","sicMapping":"7929"},"children":[{"name":"Gambling Companies","info":{"naicsMapping":"713290","sicMapping":"7999"}},{"name":"Performing Arts Companies","info":{"naicsMapping":"711100","sicMapping":"7922"},"children":[{"name":"Dance Groups","info":{"naicsMapping":"711120","sicMapping":"7922"}},{"name":"Musical Groups","info":{"naicsMapping":"711130","sicMapping":"7929"}}]},{"name":"Recreational Camps","info":{"naicsMapping":"721214","sicMapping":"7032"}},{"name":"Sports Clubs","info":{"naicsMapping":"711211","sicMapping":"7941"}}]},{"name":"Environmental Organizations","info":{"naicsMapping":"813312","sicMapping":"8399"},"children":[{"name":"Climate Change Organizations","info":{"naicsMapping":"813312","sicMapping":"8399"}},{"name":"Nature Conservation Organizations","info":{"naicsMapping":"813312","sicMapping":"8399"}},{"name":"Waste Organizations And Recycling Facilities","info":{"naicsMapping":"221320","sicMapping":"4952"},"children":[{"name":"Recyclable Material Companies","info":{"naicsMapping":"423930","sicMapping":null}},{"name":"Waste Organizations","info":{"naicsMapping":"562990","sicMapping":"5093"}}]},{"name":"Water Organizations","info":{"naicsMapping":"221310","sicMapping":"4941"}}]},{"name":"Financial Services Companies","info":{"naicsMapping":"520000","sicMapping":"6000"},"children":[{"name":"Banks","info":{"naicsMapping":"522110","sicMapping":"6020"},"children":[{"name":"Central Banks","info":{"naicsMapping":"521100","sicMapping":"6011"}}]},{"name":"Credit Unions","info":{"naicsMapping":"522130","sicMapping":"6061"}},{"name":"Financial Associations","info":{"naicsMapping":"813910","sicMapping":"8620"}},{"name":"Financial Data Vendors","info":{"naicsMapping":null,"sicMapping":"6282"}},{"name":"Financial Technology Companies","info":{"naicsMapping":null,"sicMapping":"6282"},"children":[{"name":"Digital Currencies Companies","info":{"naicsMapping":"522320","sicMapping":"6099"}},{"name":"Payment Service Providers","info":{"naicsMapping":"522320","sicMapping":"8742"}}]},{"name":"Insurance Companies","info":{"naicsMapping":"524100","sicMapping":"6300"},"children":[{"name":"Health Insurance Companies","info":{"naicsMapping":"524114","sicMapping":"6321"}},{"name":"Life Insurance Companies","info":{"naicsMapping":"524113","sicMapping":"6310"}},{"name":"Property insurance Companies","info":{"naicsMapping":"524126","sicMapping":"6390"}}]},{"name":"Investment Companies","info":{"naicsMapping":"523999","sicMapping":"6722"},"children":[{"name":"Brokerage Firms","info":{"naicsMapping":"523150","sicMapping":"6211"}},{"name":"Investment Management Companies","info":{"naicsMapping":"525000","sicMapping":"6722"},"children":[{"name":"Hedge Funds","info":{"naicsMapping":"525000","sicMapping":"6723"}},{"name":"Pension Funds","info":{"naicsMapping":"525110","sicMapping":"6724"}},{"name":"Private Equity Firms","info":{"naicsMapping":"523940","sicMapping":"6799"}},{"name":"Real Estate Investment Trusts","info":{"naicsMapping":"525920","sicMapping":"6798"}},{"name":"Venture Capital Firms","info":{"naicsMapping":"523910","sicMapping":"6799"}}]}]},{"name":"Management Consulting Firms","info":{"naicsMapping":"541611","sicMapping":"8742"}},{"name":"Money Exchange Providers","info":{"naicsMapping":"522320","sicMapping":"6099"}},{"name":"Mortgage Lenders","info":{"naicsMapping":"522310","sicMapping":"6163"}},{"name":"Stock Exchanges","info":{"naicsMapping":"523210","sicMapping":"6231"}}]},{"name":"Food And Drink Companies","info":{"naicsMapping":"311000","sicMapping":"2000"},"children":[{"name":"Animal Food Manufacturers","info":{"naicsMapping":"311110","sicMapping":"2048"}},{"name":"Drink Companies","info":{"naicsMapping":"312100","sicMapping":"2080"},"children":[{"name":"Bottled Water Companies","info":{"naicsMapping":"312112","sicMapping":"2080"}},{"name":"Breweries","info":{"naicsMapping":"312120","sicMapping":"2082"}},{"name":"Coffee Companies","info":{"naicsMapping":"311920","sicMapping":"2095"}},{"name":"Distilleries","info":{"naicsMapping":"312140","sicMapping":"2085"}},{"name":"Soft Drinks Manufacturers","info":{"naicsMapping":"312111","sicMapping":"2086"}},{"name":"Tea Companies","info":{"naicsMapping":"311920","sicMapping":"2095"}},{"name":"Wineries","info":{"naicsMapping":"312130","sicMapping":"2084"}}]},{"name":"Food Companies","info":{"naicsMapping":"311000","sicMapping":"2000"},"children":[{"name":"Cocoa Companies","info":{"naicsMapping":"311351","sicMapping":"2066"}},{"name":"Dairy Companies","info":{"naicsMapping":"112120","sicMapping":"5143"}}]}]},{"name":"Hospitality Companies","info":{"naicsMapping":"720000","sicMapping":null},"children":[{"name":"Adult Entertainment Clubs","info":{"naicsMapping":"722410","sicMapping":"5813"}},{"name":"Bars","info":{"naicsMapping":"722410","sicMapping":"5813"}},{"name":"Cafes","info":{"naicsMapping":"722515","sicMapping":"5810"}},{"name":"Fast Food Restaurants","info":{"naicsMapping":"722513","sicMapping":"5812"}},{"name":"Restaurants","info":{"naicsMapping":"722500","sicMapping":"5812"}},{"name":"Tourist Accommodations","info":{"naicsMapping":"721199","sicMapping":null},"children":[{"name":"Campgrounds","info":{"naicsMapping":"721211","sicMapping":"7033"}},{"name":"Hostels And Motels","info":{"naicsMapping":"721110","sicMapping":"7011"}},{"name":"Hotels","info":{"naicsMapping":"721110","sicMapping":"7011"}},{"name":"Resorts","info":{"naicsMapping":"721199","sicMapping":"7011"}}]}]},{"name":"Infrastructure","info":{"naicsMapping":null,"sicMapping":null},"children":[{"name":"Airports Services","info":{"naicsMapping":null,"sicMapping":"4580"}},{"name":"Bridges","info":{"naicsMapping":null,"sicMapping":"1622"}},{"name":"Ports","info":{"naicsMapping":null,"sicMapping":"4440"}},{"name":"Railway Stations","info":{"naicsMapping":null,"sicMapping":null}}]},{"name":"Manufacturing Companies","info":{"naicsMapping":"330000","sicMapping":"3900"},"children":[{"name":"Building Materials Companies","info":{"naicsMapping":"327120","sicMapping":"5200"},"children":[{"name":"Cement Companies","info":{"naicsMapping":"327300","sicMapping":"2891"}},{"name":"Ceramics Manufacturers","info":{"naicsMapping":"327110","sicMapping":"1450"}},{"name":"Glassmaking Companies","info":{"naicsMapping":"327210","sicMapping":"1793"}},{"name":"Metal Companies","info":{"naicsMapping":"332300","sicMapping":"3390"}}]},{"name":"Electrical Equipment Manufacturers","info":{"naicsMapping":"335310","sicMapping":"3600"}},{"name":"Electronic Products Manufacturers","info":{"naicsMapping":"335000","sicMapping":"3600"},"children":[{"name":"Audio Video Equipment Manufacturers","info":{"naicsMapping":"334310","sicMapping":"3650"}},{"name":"Display Technology Companies","info":{"naicsMapping":"334419","sicMapping":"3679"}},{"name":"Mobile Phone Manufacturers","info":{"naicsMapping":"334220","sicMapping":"3679"}},{"name":"Watch Manufacturing Companies","info":{"naicsMapping":"334519","sicMapping":"3870"}}]},{"name":"Engine Manufacturers","info":{"naicsMapping":"336310","sicMapping":"3510"}},{"name":"Furniture Manufacturers","info":{"naicsMapping":"337100","sicMapping":"5021"}},{"name":"Home Appliance Manufacturers","info":{"naicsMapping":"335220","sicMapping":"3630"},"children":[{"name":"Air Conditioning Companies","info":{"naicsMapping":"333410","sicMapping":"1710"}}]},{"name":"Machine Manufacturers","info":{"naicsMapping":"333100","sicMapping":"3500"},"children":[{"name":"Agricultural Machinery Manufacturers","info":{"naicsMapping":"333111","sicMapping":"3500"}},{"name":"Construction Equipment Manufacturers","info":{"naicsMapping":"333120","sicMapping":"3523"}},{"name":"Turbine Manufacturers","info":{"naicsMapping":"333600","sicMapping":"3510"}}]},{"name":"Medical Technology Companies","info":{"naicsMapping":"325410","sicMapping":"5047"}},{"name":"Miscellaneous Manufacturers","info":{"naicsMapping":"339000","sicMapping":"3900"},"children":[{"name":"Eyewear Manufacturers","info":{"naicsMapping":"339115","sicMapping":"3827"}},{"name":"Jewelry Manufacturers","info":{"naicsMapping":"339910","sicMapping":"3911"}},{"name":"Knife Manufacturing","info":{"naicsMapping":"332215","sicMapping":"3911"}},{"name":"Luggage Manufacturers","info":{"naicsMapping":"316998","sicMapping":"3160"}},{"name":"Pen Manufacturers","info":{"naicsMapping":"339940","sicMapping":"3951"}}]},{"name":"Optics Manufacturing Companies","info":{"naicsMapping":"333310","sicMapping":"3827"}},{"name":"Pulp And Paper Companies","info":{"naicsMapping":"322100","sicMapping":"5110"}},{"name":"Semiconductor Companies","info":{"naicsMapping":"334410","sicMapping":"3674"}},{"name":"Soap And Cosmetics Companies","info":{"naicsMapping":"325620","sicMapping":"2844"}},{"name":"Sporting Goods Manufacturers","info":{"naicsMapping":"339920","sicMapping":"3949"}},{"name":"Textile Mills Manufacturers","info":{"naicsMapping":"313310","sicMapping":"2200"}},{"name":"Tobacco Companies","info":{"naicsMapping":"312230","sicMapping":"5194"}},{"name":"Tool Manufacturers","info":{"naicsMapping":"333517","sicMapping":"3900"}},{"name":"Toy Manufacturers","info":{"naicsMapping":"339930","sicMapping":"3944"}},{"name":"Vehicle Parts Manufacturers","info":{"naicsMapping":"336390","sicMapping":"3714"}}]},{"name":"Media And Information Companies","info":{"naicsMapping":"510000","sicMapping":"7313"},"children":[{"name":"Broadcasting Companies","info":{"naicsMapping":"516100","sicMapping":"4830"},"children":[{"name":"Radio Stations","info":{"naicsMapping":"516110","sicMapping":"4832"}},{"name":"Television Broadcasting Companies","info":{"naicsMapping":"516120","sicMapping":"4833"}},{"name":"Television Channels","info":{"naicsMapping":"516120","sicMapping":"4833"}}]},{"name":"Motion Picture Companies","info":{"naicsMapping":"512100","sicMapping":"7810"},"children":[{"name":"Animation Studios","info":{"naicsMapping":"512110","sicMapping":"7812"}},{"name":"Film Companies","info":{"naicsMapping":"512110","sicMapping":"7812"}}]},{"name":"Music Companies","info":{"naicsMapping":"512250","sicMapping":"7929"}},{"name":"Publishing Companies","info":{"naicsMapping":"513100","sicMapping":"2740"},"children":[{"name":"Book Publishing Companies","info":{"naicsMapping":"513130","sicMapping":"2731"}},{"name":"Magazine Publishing Companies","info":{"naicsMapping":"513120","sicMapping":"2740"}},{"name":"Newspaper Companies","info":{"naicsMapping":"513110","sicMapping":"2711"}}]},{"name":"Telecommunications Companies","info":{"naicsMapping":"517112","sicMapping":"4800"}}]},{"name":"Medical Organizations","info":{"naicsMapping":"620000","sicMapping":"8049"},"children":[{"name":"Alternative Medicine Organizations","info":{"naicsMapping":"621399","sicMapping":"8049"}},{"name":"Biotechnology Companies","info":{"naicsMapping":"541714","sicMapping":"8731"}},{"name":"Cannabis Companies","info":{"naicsMapping":"459991","sicMapping":null}},{"name":"Dental Companies","info":{"naicsMapping":"621210","sicMapping":"8021"}},{"name":"Health Care Companies","info":{"naicsMapping":"623000","sicMapping":"8049"}},{"name":"Home Health Care","info":{"naicsMapping":"621610","sicMapping":"8082"}},{"name":"Hospitals","info":{"naicsMapping":"622110","sicMapping":"8060"}},{"name":"Medical Associations","info":{"naicsMapping":"813212","sicMapping":"8620"}},{"name":"Medical Laboratories","info":{"naicsMapping":"621511","sicMapping":"8071"}},{"name":"Mental Health Organizations","info":{"naicsMapping":"621330","sicMapping":"8049"}},{"name":"Optometrists","info":{"naicsMapping":"621320","sicMapping":"8042"}},{"name":"Pharmacies","info":{"naicsMapping":"456110","sicMapping":"5910"}},{"name":"Physiotherapy Organization","info":{"naicsMapping":"621340","sicMapping":"8049"}},{"name":"Public Health Organizations","info":{"naicsMapping":"621491","sicMapping":"8011"}},{"name":"Veterinary Organizations","info":{"naicsMapping":"541940","sicMapping":"0740"}}]},{"name":"Mining Companies","info":{"naicsMapping":"210000","sicMapping":null},"children":[{"name":"Coal Mining Companies","info":{"naicsMapping":"212100","sicMapping":"1200"}},{"name":"Metal Mining Companies","info":{"naicsMapping":"212200","sicMapping":"1000"}},{"name":"Oil Companies","info":{"naicsMapping":"211120","sicMapping":"1311"}}]},{"name":"Motor Vehicle Manufacturers","info":{"naicsMapping":"336100","sicMapping":"3711"},"children":[{"name":"Aircraft Manufacturers","info":{"naicsMapping":"336411","sicMapping":"3721"}},{"name":"Autonomous Vehicles","info":{"naicsMapping":"336100","sicMapping":"5012"}},{"name":"Bus Manufacturers","info":{"naicsMapping":"336120","sicMapping":"3711"}},{"name":"Car Manufacturers","info":{"naicsMapping":"336110","sicMapping":"3711"}},{"name":"Cycle Manufacturers","info":{"naicsMapping":"336991","sicMapping":"3900"}},{"name":"Electric Vehicles","info":{"naicsMapping":"336320","sicMapping":"5012"}},{"name":"Luxury Motor Vehicle Manufacturers","info":{"naicsMapping":"336110","sicMapping":"3711"}},{"name":"Motorcycle Manufacturers","info":{"naicsMapping":"336991","sicMapping":"3750"}},{"name":"Shipbuilding Companies","info":{"naicsMapping":"336611","sicMapping":"3731"}},{"name":"Truck Manufacturers","info":{"naicsMapping":"336120","sicMapping":"3711"}}]},{"name":"Pharmaceutical Companies","info":{"naicsMapping":"325412","sicMapping":"2834"}},{"name":"Professional Service Companies","info":{"naicsMapping":"541000","sicMapping":"7300"},"children":[{"name":"Accounting Services","info":{"naicsMapping":"541200","sicMapping":"8720"}},{"name":"Advertising Companies","info":{"naicsMapping":"541810","sicMapping":"7311"}},{"name":"Business Incubators","info":{"naicsMapping":"523999","sicMapping":"7300"}},{"name":"Defense Companies","info":{"naicsMapping":"928110","sicMapping":"7300"}},{"name":"Engineering Consulting Firms","info":{"naicsMapping":"541330","sicMapping":"8748"}},{"name":"Event Management Companies","info":{"naicsMapping":"561920","sicMapping":"7389"}},{"name":"Law Firms","info":{"naicsMapping":"541110","sicMapping":"8111"}},{"name":"Marketing Companies","info":{"naicsMapping":"541613","sicMapping":"8742"}},{"name":"Polling Companies","info":{"naicsMapping":"541910","sicMapping":"8732"}},{"name":"Postal Organizations","info":{"naicsMapping":"491110","sicMapping":"7389"}},{"name":"Real Estate Companies","info":{"naicsMapping":"531210","sicMapping":"6531"}},{"name":"Translation Services","info":{"naicsMapping":"541930","sicMapping":"7389"}},{"name":"Veterinary Organizations","info":{"naicsMapping":"541940","sicMapping":"0740"}}]},{"name":"Public Administration","info":{"naicsMapping":"920000","sicMapping":"9100"},"children":[{"name":"Courts","info":{"naicsMapping":"922110","sicMapping":"9211"}},{"name":"Embassies And Consulates","info":{"naicsMapping":"928120","sicMapping":"9721"}},{"name":"Fire Departments","info":{"naicsMapping":"922160","sicMapping":"9224"}},{"name":"Government Agencies","info":{"naicsMapping":"922190","sicMapping":"9229"}},{"name":"Government Departments","info":{"naicsMapping":"921190","sicMapping":"9190"}},{"name":"Intergovernmental Organizations","info":{"naicsMapping":"928120","sicMapping":"9721"}},{"name":"International Organizations","info":{"naicsMapping":"928120","sicMapping":"9721"}},{"name":"Local Governments","info":{"naicsMapping":"921110","sicMapping":"9111"}},{"name":"Military Bases","info":{"naicsMapping":"928110","sicMapping":"9711"}},{"name":"Military Related Organizations","info":{"naicsMapping":"928110","sicMapping":"9711"}},{"name":"Ministries","info":{"naicsMapping":"921110","sicMapping":"9111"}},{"name":"Police Departments","info":{"naicsMapping":"922120","sicMapping":"9221"}},{"name":"Political Parties","info":{"naicsMapping":"813940","sicMapping":"8651"}}]},{"name":"Religious Organizations","info":{"naicsMapping":"813110","sicMapping":"8661"},"children":[{"name":"Places Of Worship","info":{"naicsMapping":"813110","sicMapping":"8661"}},{"name":"Religious Administrative Units","info":{"naicsMapping":"813110","sicMapping":"8661"}}]},{"name":"Retailers","info":{"naicsMapping":"440000","sicMapping":"5900"},"children":[{"name":"Auction Houses","info":{"naicsMapping":"459999","sicMapping":"7389"}},{"name":"Automotive Part Retailers","info":{"naicsMapping":"441330","sicMapping":"3714"}},{"name":"Bookstores","info":{"naicsMapping":"459210","sicMapping":"5942"}},{"name":"Building Materials Retailers","info":{"naicsMapping":"444180","sicMapping":"5200"},"children":[{"name":"Floor Covering Stores","info":{"naicsMapping":"449121","sicMapping":"5713"}},{"name":"Hardware Stores","info":{"naicsMapping":"444140","sicMapping":"5251"}},{"name":"Plumbing Equipment And Supplies","info":{"naicsMapping":"423720","sicMapping":"5070"}}]},{"name":"Clothing Retailers","info":{"naicsMapping":"458000","sicMapping":"5600"},"children":[{"name":"Children Clothing Retailers","info":{"naicsMapping":"458110","sicMapping":"5640"}},{"name":"Eyewear Retailers","info":{"naicsMapping":"456130","sicMapping":"5995"}},{"name":"Footwear Retailers","info":{"naicsMapping":"458210","sicMapping":"5661"}},{"name":"Lingerie Retailers","info":{"naicsMapping":"458110","sicMapping":"5630"}},{"name":"Sporting Goods Retailers","info":{"naicsMapping":"459110","sicMapping":"5940"}}]},{"name":"Consumer Electronics Retailers","info":{"naicsMapping":"449210","sicMapping":"5940"}},{"name":"Florist Companies","info":{"naicsMapping":"424930","sicMapping":"5193"}},{"name":"Food Retailers","info":{"naicsMapping":"445000","sicMapping":"5490"},"children":[{"name":"Convenience Stores","info":{"naicsMapping":"445131","sicMapping":"5411"}},{"name":"Food Markets","info":{"naicsMapping":"445200","sicMapping":"5490"}},{"name":"Liquor Stores","info":{"naicsMapping":"445320","sicMapping":"5920"}},{"name":"Supermarkets","info":{"naicsMapping":"445110","sicMapping":"5411"}}]},{"name":"Furniture Retailers","info":{"naicsMapping":"449110","sicMapping":"5712"}},{"name":"Gas Station","info":{"naicsMapping":"457120","sicMapping":"5541"}},{"name":"Jewelry Retailers","info":{"naicsMapping":"458310","sicMapping":"5944"}},{"name":"Luxury Brands","info":{"naicsMapping":null,"sicMapping":"5999"}},{"name":"Music Retailers","info":{"naicsMapping":"459140","sicMapping":"5736"}},{"name":"Online Retailers","info":{"naicsMapping":null,"sicMapping":"5999"}},{"name":"Pet Shops","info":{"naicsMapping":"459910","sicMapping":"5999"}},{"name":"Pharmacies","info":{"naicsMapping":"456110","sicMapping":"5910"}},{"name":"Photographic Equipment And Supplies","info":{"naicsMapping":"423410","sicMapping":"5043"}},{"name":"Superstores","info":{"naicsMapping":"455211","sicMapping":"5999"}},{"name":"Toy And Video Game Retailers","info":{"naicsMapping":"459120","sicMapping":"5945"}},{"name":"Used Merchandise Retailers","info":{"naicsMapping":"459510","sicMapping":"5932"}},{"name":"Vehicle Retailers And Dealership","info":{"naicsMapping":"441100","sicMapping":"5510"}},{"name":"Vending Machine Operators","info":{"naicsMapping":"445132","sicMapping":"5962"}}]},{"name":"Software Companies","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Artificial Intelligence Companies","info":{"naicsMapping":"541511","sicMapping":"7371"},"children":[{"name":"Computer Vision Companies","info":{"naicsMapping":"541511","sicMapping":"7371"}},{"name":"Natural Language Processing Companies","info":{"naicsMapping":"541511","sicMapping":"7371"}},{"name":"Robotics Companies","info":{"naicsMapping":"541511","sicMapping":"7371"}},{"name":"Virtual Reality Companies","info":{"naicsMapping":"541511","sicMapping":"7371"}}]},{"name":"Bioinformatics Organizations","info":{"naicsMapping":"541511","sicMapping":"7371"}},{"name":"Computer Hardware Companies","info":{"naicsMapping":"334110","sicMapping":"5734"},"children":[{"name":"Cloud Computing Providers","info":{"naicsMapping":"518210","sicMapping":"7379"}},{"name":"Computer Storage Companies","info":{"naicsMapping":"334112","sicMapping":"3572"}},{"name":"Internet Of Things Companies","info":{"naicsMapping":"541511","sicMapping":"7371"}},{"name":"Networking Companies","info":{"naicsMapping":"334118","sicMapping":"3570"}}]},{"name":"Data Analytics Companies","info":{"naicsMapping":"518210","sicMapping":"7370"}},{"name":"Data Providers","info":{"naicsMapping":"518210","sicMapping":"7370"}},{"name":"Enterprise Software Companies","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Business Software Companies","info":{"naicsMapping":"541511","sicMapping":"7371"}},{"name":"CRM Software Companies","info":{"naicsMapping":"541511","sicMapping":"7371"}},{"name":"Database Companies","info":{"naicsMapping":"541511","sicMapping":"7371"}},{"name":"Security Software Companies","info":{"naicsMapping":"541511","sicMapping":"7371"}}]},{"name":"Open Source Software Organizations","info":{"naicsMapping":"541511","sicMapping":"7371"}},{"name":"Social Networking Companies","info":{"naicsMapping":"541511","sicMapping":"7371"}},{"name":"Software As A Service Companies","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Software Consulting Firms","info":{"naicsMapping":"541618","sicMapping":"8748"}},{"name":"Video Game Companies","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Video Messaging Companies","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Web Design Companies","info":{"naicsMapping":"541511","sicMapping":"7371"}}]},{"name":"Transport Companies","info":{"naicsMapping":"480000","sicMapping":"4729"},"children":[{"name":"Airlines","info":{"naicsMapping":"481111","sicMapping":"4512"}},{"name":"Cruise Lines","info":{"naicsMapping":"483112","sicMapping":"4481"}},{"name":"Freight And Logistics Companies","info":{"naicsMapping":"541614","sicMapping":"4730"}},{"name":"Public Transport Operators","info":{"naicsMapping":"485110","sicMapping":"4729"}},{"name":"Railway Companies","info":{"naicsMapping":"482110","sicMapping":"4000"}},{"name":"Ridesharing And Taxi Companies","info":{"naicsMapping":"485310","sicMapping":"4121"}},{"name":"Vehicle Rental Companies","info":{"naicsMapping":"532111","sicMapping":"7514"}}]}]},"EmploymentCategory":{"categories":[{"name":"Administrative, Planning, Purchasing","info":{"facet":"Domain"}},{"name":"Agriculture, Farming, Forestry and related","info":{"facet":"Domain"}},{"name":"Architecture, Cartography & Urban planning","info":{"facet":"Domain"}},{"name":"Building and Grounds Cleaning and Related","info":{"facet":"Domain"}},{"name":"Business","info":{"facet":"Domain"}},{"name":"Construction, Electricity, Plumbing","info":{"facet":"Domain"}},{"name":"Counseling, Social Work, Person Care","info":{"facet":"Domain"},"children":[{"name":"Academic Administration","info":{"facet":"Domain"}}]},{"name":"Design and Graphic Arts","info":{"facet":"Domain"}},{"name":"Engineering, IT and Software Development","info":{"facet":"Domain"},"children":[{"name":"Artificial Intelligence","info":{"facet":"Domain"}},{"name":"Backend Developer","info":{"facet":"Domain"}},{"name":"Cybersecurity","info":{"facet":"Domain"}},{"name":"Data Science","info":{"facet":"Domain"}},{"name":"DevOps Developer","info":{"facet":"Domain"}},{"name":"Frontend Developer","info":{"facet":"Domain"}},{"name":"Fullstack Developer or Architect","info":{"facet":"Domain"}},{"name":"Games Developer","info":{"facet":"Domain"}},{"name":"Information Technology","info":{"facet":"Domain"}},{"name":"Mobile Developer","info":{"facet":"Domain"}}]},{"name":"Finance","info":{"facet":"Domain"}},{"name":"Food Preparation and Service","info":{"facet":"Domain"}},{"name":"Freelance","info":{"facet":"Seniority"}},{"name":"Healthcare and Medicine","info":{"facet":"Domain"}},{"name":"Human Resources and Recruiting","info":{"facet":"Domain"}},{"name":"Industrial Production and Distribution (goods and food)","info":{"facet":"Domain"}},{"name":"Installation, Maintenance, and Repair","info":{"facet":"Domain"}},{"name":"Intern","info":{"facet":"Seniority"}},{"name":"Junior","info":{"facet":"Seniority"}},{"name":"Legal and Regulatory Compliance","info":{"facet":"Domain"}},{"name":"Library and Archiving","info":{"facet":"Domain"}},{"name":"Local Services and Animal Care","info":{"facet":"Domain"}},{"name":"Management","info":{"facet":"Role"},"children":[{"name":"Executive","info":{"facet":"Role"},"children":[{"name":"Board Member","info":{"facet":"Role"},"children":[{"name":"Chairman","info":{"facet":"Role"}}]},{"name":"Director","info":{"facet":"Role"}},{"name":"Founder","info":{"facet":"Role"}},{"name":"Leadership","info":{"facet":"Role"},"children":[{"name":"Chief Officer","info":{"facet":"Role"},"children":[{"name":"CAO","info":{"facet":"Role"}},{"name":"CBO","info":{"facet":"Role"}},{"name":"CCO","info":{"facet":"Role"}},{"name":"CEO","info":{"facet":"Role"}},{"name":"CFO","info":{"facet":"Role"}},{"name":"CIO","info":{"facet":"Role"}},{"name":"CLO","info":{"facet":"Role"}},{"name":"CMO","info":{"facet":"Role"}},{"name":"COO","info":{"facet":"Role"}},{"name":"CTO","info":{"facet":"Role"}}]},{"name":"President","info":{"facet":"Role"}},{"name":"Vice President","info":{"facet":"Role"}}]},{"name":"Shareholder","info":{"facet":"Role"}}]},{"name":"Head of government","info":{"facet":"Role"}},{"name":"Head of state","info":{"facet":"Role"}},{"name":"Manager","info":{"facet":"Role"}}]},{"name":"Marketing, Communication and Public Relations","info":{"facet":"Domain"}},{"name":"Military","info":{"facet":"Domain"}},{"name":"News, Entertainment, Sports and Performing Arts","info":{"facet":"Domain"}},{"name":"Police, Firefighting, Emergencies and Private Security","info":{"facet":"Domain"}},{"name":"Politics","info":{"facet":"Domain"}},{"name":"Religion","info":{"facet":"Domain"}},{"name":"Research and Science","info":{"facet":"Domain"}},{"name":"Retired","info":{"facet":"Seniority"}},{"name":"Sales","info":{"facet":"Domain"}},{"name":"Senior","info":{"facet":"Seniority"}},{"name":"Student","info":{"facet":"Seniority"}},{"name":"Support and Customer Service","info":{"facet":"Domain"}},{"name":"Teaching and Academics","info":{"facet":"Domain"}},{"name":"Transportation and Material Moving","info":{"facet":"Domain"}},{"name":"Travel Agencies and Tourism","info":{"facet":"Domain"}}]},"TechnologyCategory":{"categories":[{"name":"Aerospace technologies"},{"name":"Agricultural technology"},{"name":"Aircraft by type"},{"name":"Assistive technology"},{"name":"Balancing technology"},{"name":"Banking technology"},{"name":"Biotechnology"},{"name":"Building technology"},{"name":"Chemical looping technologies"},{"name":"Cleaning methods"},{"name":"Cleanroom technology"},{"name":"Computer storage technologies"},{"name":"Computers"},{"name":"Construction"},{"name":"Cooling technology"},{"name":"Cybernetics"},{"name":"Drilling technology"},{"name":"Educational technology"},{"name":"Electronics"},{"name":"Emerging technologies"},{"name":"Energy"},{"name":"Energy technology"},{"name":"Engine technology"},{"name":"Environmental technology"},{"name":"Equipment"},{"name":"Explosives"},{"name":"Film and video technology"},{"name":"Financial technology"},{"name":"Fluid technology"},{"name":"Food technology"},{"name":"Gambling technology"},{"name":"Gas turbine technology"},{"name":"Geographical technology"},{"name":"Haptic technology"},{"name":"Home automation"},{"name":"Information and communications technology"},{"name":"Infrared technology"},{"name":"Instant messaging"},{"name":"Inventions"},{"name":"Machinery"},{"name":"Manufacturing"},{"name":"Medical technology"},{"name":"Microtechnology"},{"name":"Military technology"},{"name":"Mining techniques"},{"name":"Missile technology"},{"name":"Motor vehicles"},{"name":"Music technology"},{"name":"Nanotechnology"},{"name":"Oils and fats technologies"},{"name":"Operating system technology"},{"name":"Particle technology"},{"name":"Political campaign technology"},{"name":"Pollution control technologies"},{"name":"Primitive technology"},{"name":"Push technology"},{"name":"Rail technologies"},{"name":"Scientific equipment"},{"name":"Security technology"},{"name":"Software","children":[{"name":"AB Testing Software"},{"name":"AI Writing Assistant Software"},{"name":"AIOps Platforms Software"},{"name":"AML Software"},{"name":"API Management Software"},{"name":"Absence Management Software"},{"name":"Access Governance Software"},{"name":"Account Based Marketing Software"},{"name":"Accounting Practice Management Software"},{"name":"Accounting Software"},{"name":"Accounts Payable Software"},{"name":"Accounts Receivable Software"},{"name":"Accreditation Management Software"},{"name":"Ad Server Software"},{"name":"Address Verification Software"},{"name":"Admissions Software"},{"name":"Advertising Agency Software"},{"name":"Advocacy Software"},{"name":"Affiliate Software"},{"name":"Airline Reservation System"},{"name":"Alumni Management Software"},{"name":"Analytics"},{"name":"Analytics Software"},{"name":"Android Kiosk Software"},{"name":"Animal Shelter Software"},{"name":"Animation Software"},{"name":"Antispam Software"},{"name":"App Building Software"},{"name":"App Design Software"},{"name":"Apparel Management Software"},{"name":"Applicant Tracking Software"},{"name":"Application Development Software"},{"name":"Application Lifecycle Management Software"},{"name":"Application Performance Management Software"},{"name":"Applied Behavior Analysis"},{"name":"Appointment Reminder Software"},{"name":"Appointment Scheduling Software"},{"name":"Apps","children":[{"name":"Mobile Event Apps"}]},{"name":"Arborist Software"},{"name":"Architectural CAD Software"},{"name":"Architecture Software"},{"name":"Archiving Software"},{"name":"Art Gallery Software"},{"name":"Artificial Intelligence Software"},{"name":"Assessment Software"},{"name":"Asset Tracking Software"},{"name":"Assisted Living Software"},{"name":"Association Management Software"},{"name":"Attendance Tracking Software"},{"name":"Auction Software"},{"name":"Audience Response Software"},{"name":"Audio Conferencing Software"},{"name":"Audio Editing Software"},{"name":"Audit Software"},{"name":"Augmented Reality Software"},{"name":"Authentication Software"},{"name":"Auto Body Software"},{"name":"Auto Dealer Accounting Software"},{"name":"Auto Dealer Software"},{"name":"Auto Dialer Software"},{"name":"Auto Repair Software"},{"name":"Automated Testing Software"},{"name":"Aviation Maintenance Software"},{"name":"BIM Software"},{"name":"Background Check Software"},{"name":"Backup Software"},{"name":"Bakery Software"},{"name":"Banking Systems Software"},{"name":"Bankruptcy Software"},{"name":"Bar POS Software"},{"name":"Barbershop Software"},{"name":"Barcoding Software"},{"name":"Benefits Administration Software"},{"name":"Big Data Software"},{"name":"Billing and Invoicing Software"},{"name":"Billing and Provisioning Software"},{"name":"Blog Software"},{"name":"Board Management Software"},{"name":"Bookkeeper Software"},{"name":"Bot Detection and Mitigation Software"},{"name":"Brand Management Software"},{"name":"Brand Protection Software"},{"name":"Brewery Software"},{"name":"Browser Software"},{"name":"Budgeting Software"},{"name":"Bug Tracking Software"},{"name":"Building Maintenance Software"},{"name":"Business Card Software"},{"name":"Business Continuity Software"},{"name":"Business Intelligence Software"},{"name":"Business Management Software"},{"name":"Business Performance Management Software"},{"name":"Business Phone Systems"},{"name":"Business Plan Software"},{"name":"Business Process Management Software"},{"name":"Buyer Intent Software"},{"name":"CMDB Software"},{"name":"CMMS Software"},{"name":"CMS"},{"name":"CMS Software"},{"name":"CPQ Software"},{"name":"CRM"},{"name":"CRM Software"},{"name":"CTRM Software"},{"name":"Calendar Software"},{"name":"Calibration Management Software"},{"name":"Call Accounting Software"},{"name":"Call Center Software"},{"name":"Call Recording Software"},{"name":"Call Tracking Software"},{"name":"Camp Management Software"},{"name":"Campaign Management Software"},{"name":"Campground Management Software"},{"name":"Car Rental Software"},{"name":"Career Management Software"},{"name":"Carpet Cleaning Software"},{"name":"Catalog Management Software"},{"name":"Catering Software"},{"name":"Cemetery Software"},{"name":"Change Management Software"},{"name":"Channel Management Software"},{"name":"Chatbot Software"},{"name":"Chemical Software"},{"name":"Chiropractic Software"},{"name":"Church Accounting Software"},{"name":"Church Management Software"},{"name":"Church Presentation Software"},{"name":"Claims Processing Software"},{"name":"Class Registration Software"},{"name":"Classroom Management Software"},{"name":"Click Fraud Software"},{"name":"Client Onboarding Software"},{"name":"Clinical Trial Management Software"},{"name":"Closed Captioning Software"},{"name":"Cloud Management Software"},{"name":"Cloud PBX Software"},{"name":"Cloud Security Software"},{"name":"Cloud Storage Software"},{"name":"Club Management Software"},{"name":"Coaching Software"},{"name":"Code Enforcement Software"},{"name":"Collaboration Software"},{"name":"Commercial Insurance Software"},{"name":"Commercial Loan Software"},{"name":"Commercial Real Estate Software"},{"name":"Commission Software"},{"name":"Community Software"},{"name":"Company Secretarial Software"},{"name":"Compensation Management Software"},{"name":"Competitive Intelligence Software"},{"name":"Complaint Management Software"},{"name":"Compliance Software"},{"name":"Computer Repair Shop Software"},{"name":"Computer Security Software"},{"name":"Conference Software"},{"name":"Conflict Checking Software"},{"name":"Consignment Software"},{"name":"Construction Accounting Software"},{"name":"Construction Bid Management Software"},{"name":"Construction CRM Software"},{"name":"Construction Estimating Software"},{"name":"Construction Management Software"},{"name":"Construction Scheduling Software"},{"name":"Contact Center Quality Assurance Software"},{"name":"Contact Center Software"},{"name":"Contact Management Software"},{"name":"Container Security Software"},{"name":"Content Collaboration Software"},{"name":"Content Delivery Network Software"},{"name":"Content Management Software"},{"name":"Content Marketing Software"},{"name":"Contest Software"},{"name":"Continuous Integration Software"},{"name":"Contract Management Software"},{"name":"Contractor Management Software"},{"name":"Convenience Store Software"},{"name":"Corporate Tax Software"},{"name":"Corporate Wellness Software"},{"name":"Corrective and Preventive Action Software"},{"name":"Courier Software"},{"name":"Course Authoring Software"},{"name":"Court Management Software"},{"name":"Creative Management Software"},{"name":"Credentialing Software"},{"name":"Currency Exchange Software"},{"name":"Customer Advocacy Software"},{"name":"Customer Communications Management Software"},{"name":"Customer Engagement Software"},{"name":"Customer Experience Software"},{"name":"Customer Identity and Access Management Software"},{"name":"Customer Loyalty Software"},{"name":"Customer Reference Management Software"},{"name":"Customer Satisfaction Software"},{"name":"Customer Service Software"},{"name":"Customer Success Software"},{"name":"Customer Support Software"},{"name":"Cybersecurity Software"},{"name":"DDoS Protection Software"},{"name":"Dance Studio Software"},{"name":"Dashboard Software"},{"name":"Data Analysis Software"},{"name":"Data Center Management Software"},{"name":"Data Discovery Software"},{"name":"Data Entry Software"},{"name":"Data Extraction Software"},{"name":"Data Governance Software"},{"name":"Data Loss Prevention Software"},{"name":"Data Management Software"},{"name":"Data Mining Software"},{"name":"Data Preparation Software"},{"name":"Data Quality Software"},{"name":"Data Visualization Software"},{"name":"Data Warehouse Software"},{"name":"Database Monitoring Software"},{"name":"Database Software"},{"name":"Databases"},{"name":"Daycare Software"},{"name":"Debt Collection Software"},{"name":"Decision Support Software"},{"name":"Deep Learning Software"},{"name":"Delivery Management Software"},{"name":"Demand Planning Software"},{"name":"Demand Side Platform Software"},{"name":"Dental Charting Software"},{"name":"Dental Imaging Software"},{"name":"Dental Software"},{"name":"Dermatology Software"},{"name":"Desk Booking Software"},{"name":"Desktop as a Service Software"},{"name":"DevOps Software"},{"name":"Diagram Software"},{"name":"Digital Asset Management Software"},{"name":"Digital Experience Platforms Software"},{"name":"Digital Forensics Software"},{"name":"Digital Rights Management Software"},{"name":"Digital Signage Software"},{"name":"Digital Signature Software"},{"name":"Digital Workplace Software"},{"name":"Direct Mail Automation Software"},{"name":"Directory Software"},{"name":"Disk Imaging Software"},{"name":"Display Advertising Software"},{"name":"Distribution Software"},{"name":"Dock Scheduling Software"},{"name":"Docketing Software"},{"name":"Document Control Software"},{"name":"Document Generation Software"},{"name":"Document Management Software"},{"name":"Document Version Control Software"},{"name":"Donation Management Software"},{"name":"Driving School Software"},{"name":"Dropshipping Software"},{"name":"Dry Cleaning Software"},{"name":"EAM Software"},{"name":"EDI Software"},{"name":"EHS Management Software"},{"name":"EMS Software"},{"name":"ERP Software"},{"name":"ESG Software"},{"name":"ETL Software"},{"name":"Ecommerce"},{"name":"Electrical Contractor Software"},{"name":"Electrical Design Software"},{"name":"Electrical Estimating Software"},{"name":"Electronic Data Capture Software"},{"name":"Electronic Discovery Software"},{"name":"Electronic Lab Notebook Software"},{"name":"Electronic Medical Records Software"},{"name":"Email Archiving Software"},{"name":"Email Management Software"},{"name":"Email Marketing Software"},{"name":"Email Security Software"},{"name":"Email Signature Software"},{"name":"Email Tracking Software"},{"name":"Embedded Analytics Software"},{"name":"Emergency Notification Software"},{"name":"Emissions Management Software"},{"name":"Employee Advocacy Software"},{"name":"Employee Engagement Software"},{"name":"Employee Monitoring Software"},{"name":"Employee Recognition Software"},{"name":"Employee Scheduling Software"},{"name":"Encryption Software"},{"name":"Endpoint Detection and Response Software"},{"name":"Endpoint Protection Software"},{"name":"Energy Management Software"},{"name":"Engineering CAD Software"},{"name":"Enterprise Architecture Software"},{"name":"Enterprise Content Management Software"},{"name":"Enterprise Legal Management Software"},{"name":"Enterprise Resource Planning"},{"name":"Enterprise Search Software"},{"name":"Enterprise Service Bus Software"},{"name":"Entity Management Software"},{"name":"Environmental Software"},{"name":"Equipment Maintenance Software"},{"name":"Equipment Rental Software"},{"name":"Equity Management Software"},{"name":"Event Booking Software"},{"name":"Event Check In Software"},{"name":"Event Management Software"},{"name":"Event Marketing Software"},{"name":"Event Rental Software"},{"name":"Exam Software"},{"name":"Expense Report Software"},{"name":"Facility Management Software"},{"name":"Farm Management Software"},{"name":"Fashion Design Software"},{"name":"Fax Server Software"},{"name":"Festival Management Software"},{"name":"Field Sales Software"},{"name":"Field Service Management Software"},{"name":"File Sharing Software"},{"name":"File Sync Software"},{"name":"Financial CRM Software"},{"name":"Financial Close Software"},{"name":"Financial Fraud Detection Software"},{"name":"Financial Management Software"},{"name":"Financial Reporting Software"},{"name":"Financial Risk Management Software"},{"name":"Financial Services Software"},{"name":"Fire Department Software"},{"name":"Firewall Software"},{"name":"Fitness Software"},{"name":"Fixed Asset Management Software"},{"name":"Fleet Maintenance Software"},{"name":"Fleet Management Software"},{"name":"Florist Software"},{"name":"Flowchart Software"},{"name":"Food Costing Software"},{"name":"Food Delivery Software"},{"name":"Food Service Distribution Software"},{"name":"Food Service Management Software"},{"name":"Food Traceability Software"},{"name":"Forestry Software"},{"name":"Form Builder Software"},{"name":"Forms Automation Software"},{"name":"Franchise Management Software"},{"name":"Freight Software"},{"name":"Fuel Management Software"},{"name":"Fund Accounting Software"},{"name":"Fundraising Software"},{"name":"Funeral Home Software"},{"name":"GDPR Compliance Software"},{"name":"GIS Software"},{"name":"GPS Tracking Software"},{"name":"Game Development Software"},{"name":"Gamification Software"},{"name":"Gantt Chart Software"},{"name":"Garage Door Software"},{"name":"Garden Center Software"},{"name":"Golf Course Software"},{"name":"Governance Risk And Compliance Software"},{"name":"Government Software"},{"name":"Gradebook Software"},{"name":"Grant Management Software"},{"name":"Graphic Design Software"},{"name":"Gym Management Software"},{"name":"Gymnastics Software"},{"name":"HIPAA Compliance Software"},{"name":"HOA Software"},{"name":"HR Analytics Software"},{"name":"HVAC Estimating Software"},{"name":"HVAC Software"},{"name":"Handyman Software"},{"name":"Headless CMS Software"},{"name":"Headless eCommerce Software"},{"name":"Healthcare CRM Software"},{"name":"Heatmap Software"},{"name":"Hedge Fund Software"},{"name":"Help Desk Software"},{"name":"Higher Education Software"},{"name":"Home Builder Software"},{"name":"Home Care Software"},{"name":"Home Health Care Software"},{"name":"Home Inspection Software"},{"name":"Horse Software"},{"name":"Hospice Software"},{"name":"Hospital Management Software"},{"name":"Hospitality Property Management Software"},{"name":"Hostel Management Software"},{"name":"Hotel Channel Management Software"},{"name":"Human Resources Software"},{"name":"Human Services Software"},{"name":"Hybrid Events Software"},{"name":"IT Asset Management Software"},{"name":"IT Management Software"},{"name":"IT Project Management Software"},{"name":"IT Service Software"},{"name":"ITSM Software"},{"name":"IVR Software"},{"name":"IWMS Software"},{"name":"Idea Management Software"},{"name":"Identity Management Software"},{"name":"Incident Management Software"},{"name":"Influencer Marketing Software"},{"name":"Innovation Software"},{"name":"Inside Sales Software"},{"name":"Insight Engines Software"},{"name":"Inspection Software"},{"name":"Insurance Policy Software"},{"name":"Insurance Rating Software"},{"name":"Insurance Software"},{"name":"Integrated Development Environment Software"},{"name":"Integrated Risk Management Software"},{"name":"Integration Software"},{"name":"Intellectual Property Management Software"},{"name":"Internal Communications Software"},{"name":"Intranet Software"},{"name":"Inventory Control Software"},{"name":"Inventory Management Software"},{"name":"Investigation Management Software"},{"name":"Investment Management Software"},{"name":"IoT Analytics Software"},{"name":"IoT Software"},{"name":"Issue Tracking Software"},{"name":"Jail Management Software"},{"name":"Janitorial Software"},{"name":"Java CMS Software"},{"name":"JavaScript Frameworks"},{"name":"Jewelry Store Management Software"},{"name":"Job Board Software"},{"name":"Job Costing Software"},{"name":"Job Evaluation Software"},{"name":"Job Shop Software"},{"name":"K12 Software"},{"name":"Kennel Software"},{"name":"Key Management Software"},{"name":"Kiosk Software"},{"name":"Knowledge Base Software"},{"name":"Knowledge Management Software"},{"name":"LMS Software"},{"name":"Label Printing Software"},{"name":"Laboratory Information Management System Software"},{"name":"Land Management Software"},{"name":"Landing Page Software"},{"name":"Landscape Software"},{"name":"Language Learning Software"},{"name":"Law Enforcement Software"},{"name":"Law Practice Management Software"},{"name":"Lawn Care Software"},{"name":"Lead Capture Software"},{"name":"Lead Generation Software"},{"name":"Lead Management Software"},{"name":"Lead Nurturing Software"},{"name":"Learning Experience Platform Software"},{"name":"Learning Management System"},{"name":"Lease Accounting Software"},{"name":"Lease Management Software"},{"name":"Leave Management System"},{"name":"Legal Billing Software"},{"name":"Legal Calendar Software"},{"name":"Legal Case Management Software"},{"name":"Legal Document Management Software"},{"name":"Legal Research Software"},{"name":"Library Automation Software"},{"name":"License Management Software"},{"name":"Live Chat Software"},{"name":"Live Streaming Software"},{"name":"Load Balancing Software"},{"name":"Load Testing Software"},{"name":"Loan Origination Software"},{"name":"Loan Servicing Software"},{"name":"Location Intelligence Software"},{"name":"Locksmith Software"},{"name":"Log Analysis Software"},{"name":"Log Management Software"},{"name":"Logbook Software"},{"name":"Logistics Software"},{"name":"Long Term Care Software"},{"name":"Lost and Found Software"},{"name":"MLM Software"},{"name":"MRM Software"},{"name":"MRP Software"},{"name":"Mac CRM Software"},{"name":"Machine Learning Software"},{"name":"Maid Service Software"},{"name":"Mailroom Management Software"},{"name":"Maintenance Management Software"},{"name":"Managed Service Providers Software"},{"name":"Manufacturing Execution Software"},{"name":"Manufacturing Software"},{"name":"Marine Software"},{"name":"Market Research Software"},{"name":"Marketing Analytics Software"},{"name":"Marketing Attribution Software"},{"name":"Marketing Automation"},{"name":"Marketing Automation Software"},{"name":"Marketing Planning Software"},{"name":"Marketplace Software"},{"name":"Martial Arts Software"},{"name":"Massage Therapy Software"},{"name":"Master Data Management Software"},{"name":"Medical Billing Software"},{"name":"Medical Imaging Software"},{"name":"Medical Inventory Software"},{"name":"Medical Lab Software"},{"name":"Medical Practice Management Software"},{"name":"Medical Scheduling Software"},{"name":"Medical Spa Software"},{"name":"Medical Transcription Software"},{"name":"Meeting Room Booking System"},{"name":"Meeting Software"},{"name":"Membership Management Software"},{"name":"Mental Health Software"},{"name":"Mentoring Software"},{"name":"Metadata Management Software"},{"name":"Microlearning Software"},{"name":"Mind Mapping Software"},{"name":"Mining Software"},{"name":"Mobile Analytics Software"},{"name":"Mobile Banking Software"},{"name":"Mobile Content Management System"},{"name":"Mobile Credit Card Processing Software"},{"name":"Mobile Device Management Software"},{"name":"Mobile Frameworks"},{"name":"Mobile Learning Software"},{"name":"Mobile Marketing Software"},{"name":"Mobility Software"},{"name":"Mortgage Software"},{"name":"Moving Software"},{"name":"MultiChannel eCommerce Software"},{"name":"MultiFactor Authentication Software"},{"name":"Municipal Software"},{"name":"Museum Software"},{"name":"Music School Software"},{"name":"NPS Software"},{"name":"Natural Language Processing Software"},{"name":"Network Access Control Software"},{"name":"Network Management Software"},{"name":"Network Mapping Software"},{"name":"Network Monitoring Software"},{"name":"Network Security Software"},{"name":"Network Troubleshooting Software"},{"name":"No Code Platform Software"},{"name":"NoSQL Databases"},{"name":"Nonprofit Accounting Software"},{"name":"Nonprofit CRM Software"},{"name":"Nonprofit Project Management Software"},{"name":"Nonprofit Software"},{"name":"NoteTaking Software"},{"name":"Nurse Scheduling Software"},{"name":"Nursing Home Software"},{"name":"Nutrition Analysis Software"},{"name":"Nutritionist Software"},{"name":"OCR Software"},{"name":"OEE Software"},{"name":"OKR Software"},{"name":"Occupational Therapy Software"},{"name":"Oil and Gas Software"},{"name":"Onboarding Software"},{"name":"Online Banking Software"},{"name":"Online CRM Software"},{"name":"Online Ordering Software"},{"name":"Online Proofing Software"},{"name":"Operating Systems"},{"name":"Optometry Software"},{"name":"Order Entry Software"},{"name":"Order Management Software"},{"name":"Org Chart Software"},{"name":"PACS Software"},{"name":"PAndC Insurance Software"},{"name":"PCI Compliance Software"},{"name":"PDF Editor Software"},{"name":"PDF Software"},{"name":"PIM Software"},{"name":"PPC Software"},{"name":"Packaging Software"},{"name":"Parcel Audit Software"},{"name":"Parking Management Software"},{"name":"Parks and Recreation Software"},{"name":"Partner Management Software"},{"name":"Password Management Software"},{"name":"Patch Management Software"},{"name":"Patient Case Management Software"},{"name":"Patient Engagement Software"},{"name":"Patient Management Software"},{"name":"Patient Portal Software"},{"name":"Patient Scheduling Software"},{"name":"Pawn Shop Software"},{"name":"Payment Processing Software"},{"name":"Payroll Software"},{"name":"Pediatric Software"},{"name":"Performance Management System Software"},{"name":"Performance Testing Software"},{"name":"Permit Software"},{"name":"Personal Trainer Software"},{"name":"Personalization Software"},{"name":"Pest Control Software"},{"name":"Pet Grooming Software"},{"name":"Pet Sitting Software"},{"name":"Pharmacy Software"},{"name":"Photo Editing Software"},{"name":"Photography Studio Software"},{"name":"Physical Security Software"},{"name":"Physical Therapy Software"},{"name":"Pilates Studio Software"},{"name":"Plagiarism Checker"},{"name":"Plastic Surgery Software"},{"name":"Platform","children":[{"name":"AllinOne Marketing Platform"},{"name":"B2B eCommerce Platform"},{"name":"Blockchain Platform"},{"name":"Cloud Communication Platform"},{"name":"Conversational AI Platform"},{"name":"Conversational Marketing Platform"},{"name":"Customer Data Platform"},{"name":"Data Management Platform"},{"name":"Digital Adoption Platform"},{"name":"Low Code Development Platform"},{"name":"Open SMS Platform"},{"name":"Recruitment Marketing Platform"},{"name":"Student Engagement Platform"}]},{"name":"Plumbing Estimating Software"},{"name":"Plumbing Software"},{"name":"Podcast Hosting Software"},{"name":"Podiatry Software"},{"name":"Point of Sale Software"},{"name":"Policy Management Software"},{"name":"Political Campaign Software"},{"name":"Polling Software"},{"name":"Pool Service Software"},{"name":"Portal Software"},{"name":"Predictive Analytics Software"},{"name":"Predictive Dialer Software"},{"name":"Predictive Lead Scoring Software"},{"name":"Preemployment Testing Software"},{"name":"Presentation Software"},{"name":"Preventive Maintenance Software"},{"name":"Pricing Optimization Software"},{"name":"Print Estimating Software"},{"name":"Print Management Software"},{"name":"Privileged Access Management Software"},{"name":"Proctoring Software"},{"name":"Procure to Pay Software"},{"name":"Procurement Software"},{"name":"Product Analytics Software"},{"name":"Product Configurator Software"},{"name":"Product Data Management Software"},{"name":"Product Lifecycle Management Software"},{"name":"Product Management Software"},{"name":"Product Roadmap Software"},{"name":"Production Scheduling Software"},{"name":"Productivity Software"},{"name":"Professional Services Automation Software"},{"name":"Programming Languages"},{"name":"Project Management Software"},{"name":"Project Planning Software"},{"name":"Project Portfolio Management Software"},{"name":"Project Tracking Software"},{"name":"Proofreading Software"},{"name":"Property Management Software"},{"name":"Proposal Management Software"},{"name":"Prototyping Software"},{"name":"Public Relations Software"},{"name":"Public Transportation Software"},{"name":"Public Works Software"},{"name":"Publishing and Subscriptions Software"},{"name":"Punch List Software"},{"name":"Purchasing Software"},{"name":"Push Notifications Software"},{"name":"Qualitative Data Analysis Software"},{"name":"Quality Management Software"},{"name":"Quoting Software"},{"name":"RDBMS Software"},{"name":"RFP Software"},{"name":"Radiology Software"},{"name":"Real Estate Accounting Software"},{"name":"Real Estate Agency Software"},{"name":"Real Estate CMA Software"},{"name":"Real Estate CRM Software"},{"name":"Real Estate Property Management Software"},{"name":"Real Estate Transaction Management Software"},{"name":"Recruiting Agency Software"},{"name":"Recruiting Software"},{"name":"Recurring Billing Software"},{"name":"Recycling Software"},{"name":"Reference Check Software"},{"name":"Referral Software"},{"name":"Registration Software"},{"name":"Relocation Software"},{"name":"Remodeling Estimating Software"},{"name":"Remote Desktop Software"},{"name":"Remote Monitoring and Management Software"},{"name":"Remote Patient Monitoring Software"},{"name":"Remote Support Software"},{"name":"Remote Work Software"},{"name":"Rental Software"},{"name":"Reputation Management Software"},{"name":"Requirements Management Software"},{"name":"Reservations Software"},{"name":"Residential Construction Estimating Software"},{"name":"Resource Management Software"},{"name":"Restaurant Management Software"},{"name":"Restaurant POS Software"},{"name":"Retail Management Systems Software"},{"name":"Retail POS System"},{"name":"Retargeting Software"},{"name":"Revenue Cycle Management Software"},{"name":"Revenue Management Software"},{"name":"Review Management Software"},{"name":"Risk Management Software"},{"name":"Robotic Process Automation"},{"name":"Roofing Software"},{"name":"Route Planning Software"},{"name":"SCADA Software"},{"name":"SEO Software"},{"name":"SIEM Software"},{"name":"SMS Marketing Software"},{"name":"SMS Survey Software"},{"name":"SOAR Software"},{"name":"SPC Software"},{"name":"SaaS Management Software"},{"name":"Safety Management Software"},{"name":"Sales Coaching Software"},{"name":"Sales Content Management Software"},{"name":"Sales Enablement Software"},{"name":"Sales Engagement Platform Software"},{"name":"Sales Force Automation Software"},{"name":"Sales Forecasting Software"},{"name":"Sales Performance Management Software"},{"name":"Sales Tax Software"},{"name":"Sales Tracking Software"},{"name":"Salon Software"},{"name":"Scheduling Software"},{"name":"Scholarship Management Software"},{"name":"School Accounting Software"},{"name":"School Bus Routing Software"},{"name":"School Management Software"},{"name":"Screen Recording Software"},{"name":"Screen Sharing Software"},{"name":"Scrum Software"},{"name":"Secure Email Gateway Software"},{"name":"Security Awareness Training Software"},{"name":"Security Information Management"},{"name":"Security Orchestration Automation and Response Software"},{"name":"Security System Installer Software"},{"name":"Self Storage Software"},{"name":"SelfService Password Reset Software"},{"name":"Server Backup Software"},{"name":"Server Management Software"},{"name":"Server Monitoring Software"},{"name":"Service Desk Software"},{"name":"Service Dispatch Software"},{"name":"Shipment Tracking Software"},{"name":"Shipping Software"},{"name":"Shopping Cart Software"},{"name":"Simulation Software"},{"name":"Single Sign On Software"},{"name":"Small Business CRM Software"},{"name":"Small Business Loyalty Programs Software"},{"name":"Small Business eCommerce Software"},{"name":"Social Media Management Software"},{"name":"Social Media Marketing Software"},{"name":"Social Media Monitoring Software"},{"name":"Social Networking Software"},{"name":"Social Selling Software"},{"name":"Social Work Case Management Software"},{"name":"Softphone Software"},{"name":"Software Tools","children":[{"name":"Agile Project Management Tools"},{"name":"App Store Optimization Tools"},{"name":"Configuration Management Tools"},{"name":"Customer Journey Mapping Tools"},{"name":"Email Verification Tools"},{"name":"Employee Communication Tools"},{"name":"Kanban Tools"},{"name":"Link Management Tools"},{"name":"Reporting Tools"},{"name":"Social CRM Tools"},{"name":"Social Listening Tools"},{"name":"Social Media Analytics Tools"},{"name":"Website Optimization Tools"},{"name":"eLearning Authoring Tools"}]},{"name":"Solutions","children":[{"name":"Infrastructure as a Service Solutions"},{"name":"Platform as a Service Solutions"}]},{"name":"Source Code Management Software"},{"name":"Sourcing Software"},{"name":"Spa Software"},{"name":"Space Management Software"},{"name":"Speech Analytics Software"},{"name":"Speech Recognition Software"},{"name":"Speech Therapy Software"},{"name":"Spend Management Software"},{"name":"Sports League Software"},{"name":"Spreadsheet Software"},{"name":"Staffing Agency Software"},{"name":"Static Application Security Testing Software"},{"name":"Statistical Analysis Software"},{"name":"Stock Portfolio Management Software"},{"name":"Store Locator Software"},{"name":"Strategic Planning Software"},{"name":"Student Information System Software"},{"name":"Subscription Management Software"},{"name":"Succession Planning Software"},{"name":"Supply Chain Management Software"},{"name":"Survey Software"},{"name":"Sustainability Software"},{"name":"Swim School Software"},{"name":"Takeoff Software"},{"name":"Talent Management Software"},{"name":"Task Management Software"},{"name":"Tattoo Studio Software"},{"name":"Tax Practice Management Software"},{"name":"Team Communication Software"},{"name":"Team Management Software"},{"name":"Telecom Expense Management Software"},{"name":"Telemarketing Software"},{"name":"Telemedicine Software"},{"name":"Telephony Software"},{"name":"Text Mining Software"},{"name":"TextToSpeech Software"},{"name":"Threat Intelligence Software"},{"name":"ThreeD Architecture Software"},{"name":"ThreeD CAD Software"},{"name":"ThreeSixty Degree Feedback Software"},{"name":"Ticketing Software"},{"name":"Time Clock Software"},{"name":"Time Tracking Software"},{"name":"Time and Expense Software"},{"name":"Timeshare Software"},{"name":"Tool Management Software"},{"name":"Tour Operator Software"},{"name":"Towing Software"},{"name":"Trade Promotion Management Software"},{"name":"Training Software"},{"name":"Transactional Email Software"},{"name":"Transcription Software"},{"name":"Translation Management Software"},{"name":"Transportation Dispatch Software"},{"name":"Transportation Management Software"},{"name":"Travel Agency Software"},{"name":"Travel Management Software"},{"name":"Treasury Software"},{"name":"Trucking Software"},{"name":"Trust Accounting Software"},{"name":"Tutoring Software"},{"name":"UI Frameworks"},{"name":"URL Shortener"},{"name":"UX Software"},{"name":"Unified Communications Software"},{"name":"Unified Endpoint Management Software"},{"name":"User Testing Software"},{"name":"Utility Billing Software"},{"name":"Utility Management Systems Software"},{"name":"VDI Software"},{"name":"VPN Software"},{"name":"Vacation Rental Software"},{"name":"Vaccine Management Software"},{"name":"Vector Graphics Software"},{"name":"Vendor Management Software"},{"name":"Venue Management Software"},{"name":"Veterinary Software"},{"name":"Video Conferencing Software"},{"name":"Video Editing Software"},{"name":"Video Hosting Software"},{"name":"Video Interviewing Software"},{"name":"Video Making Software"},{"name":"Video Management Software"},{"name":"Video Marketing Software"},{"name":"Virtual Classroom Software"},{"name":"Virtual Data Room Software"},{"name":"Virtual Event Software"},{"name":"Virtual Machine Software"},{"name":"Virtual Private Server Software"},{"name":"Virtual Reality Software"},{"name":"Virtual Tour Software"},{"name":"Virtualization Software"},{"name":"Visitor Management Software"},{"name":"Visual Search Software"},{"name":"VoIP Software"},{"name":"Volunteer Management Software"},{"name":"Voting Software"},{"name":"Vulnerability Management Software"},{"name":"Vulnerability Scanner Software"},{"name":"Waitlist Software"},{"name":"Waiver Software"},{"name":"Wallets","children":[{"name":"Cryptocurrency Wallets"}]},{"name":"Warehouse Management Software"},{"name":"Warranty Management Software"},{"name":"Waste Management Software"},{"name":"Web Analytics Software"},{"name":"Web Conferencing Software"},{"name":"Web Content Management Software"},{"name":"Web Frameworks"},{"name":"Web to Print Software"},{"name":"Webinar Software"},{"name":"Website Accessibility Software"},{"name":"Website Builder Software"},{"name":"Website Monitoring Software"},{"name":"Website Security Software"},{"name":"Whistleblowing Software"},{"name":"Whiteboard Software"},{"name":"Winery Software"},{"name":"Wireframe Software"},{"name":"Wireless Expense Management Software"},{"name":"Work Order Software"},{"name":"Workflow Management Software"},{"name":"Workforce Management Software"},{"name":"Worship Software"},{"name":"Yard Management Software"},{"name":"Yoga Studio Software"},{"name":"Zoo Software"},{"name":"eCommerce Software"},{"name":"eDiscovery Software"},{"name":"ePrescribing Software"},{"name":"iPaaS Software"},{"name":"iPad Kiosk Software"},{"name":"iPad POS Software"}]},{"name":"Sound technology"},{"name":"Sports technology"},{"name":"Supply chain and logistics"},{"name":"ThreeD printing processes"},{"name":"Tools"},{"name":"Travel technology"},{"name":"Trenchless technology"},{"name":"Vehicle technology"},{"name":"Vehicles by type"},{"name":"Waste treatment technology"},{"name":"Water technology"},{"name":"Web technology"}]},"ArticleCategory":{"categories":[{"name":"Automotive","info":{"iabv2Id":"1"},"children":[{"name":"Auto Body Styles","children":[{"name":"Commercial Trucks","info":{"iabv2Id":"3"}},{"name":"Convertible","info":{"iabv2Id":"8"}},{"name":"Coupe","info":{"iabv2Id":"9"}},{"name":"Crossover","info":{"iabv2Id":"10"}},{"name":"Hatchback","info":{"iabv2Id":"11"}},{"name":"Microcar","info":{"iabv2Id":"12"}},{"name":"Minivan","info":{"iabv2Id":"13"}},{"name":"Off-Road Vehicles","info":{"iabv2Id":"14"}},{"name":"Pickup Trucks","info":{"iabv2Id":"15"}},{"name":"SUV","info":{"iabv2Id":"6"}},{"name":"Sedan","info":{"iabv2Id":"4"}},{"name":"Van","info":{"iabv2Id":"7"}}]},{"name":"Auto Buying and Selling","info":{"iabv2Id":"30"}},{"name":"Auto Insurance","info":{"iabv2Id":"31"}},{"name":"Auto Parts","info":{"iabv2Id":"32"}},{"name":"Auto Recalls","info":{"iabv2Id":"33"}},{"name":"Auto Rentals","info":{"iabv2Id":"41"}},{"name":"Auto Repair","info":{"iabv2Id":"34"}},{"name":"Auto Safety","info":{"iabv2Id":"35"}},{"name":"Auto Shows","info":{"iabv2Id":"36"}},{"name":"Auto Type","children":[{"name":"Budget Cars","info":{"iabv2Id":"17"}},{"name":"Certified Pre-Owned Cars","info":{"iabv2Id":"18"}},{"name":"Classic Cars","info":{"iabv2Id":"19"}},{"name":"Concept Cars","info":{"iabv2Id":"20"}},{"name":"Driverless Cars","info":{"iabv2Id":"21"}},{"name":"Green Vehicles","info":{"iabv2Id":"22"}},{"name":"Luxury Cars","info":{"iabv2Id":"23"}},{"name":"Performance Cars","info":{"iabv2Id":"24"}}]},{"name":"Car Culture","info":{"iabv2Id":"25"}},{"name":"Motorcycles","info":{"iabv2Id":"27"}},{"name":"Scooters","info":{"iabv2Id":"29"}}]},{"name":"Careers","info":{"iabv2Id":"123"},"children":[{"name":"Apprenticeships","info":{"iabv2Id":"124"}},{"name":"Career Advice","info":{"iabv2Id":"125"}},{"name":"Career Planning","info":{"iabv2Id":"126"}},{"name":"Job Search","info":{"iabv2Id":"127"}},{"name":"Remote Working","info":{"iabv2Id":"130"}},{"name":"Vocational Training","info":{"iabv2Id":"131"}}]},{"name":"Education","info":{"iabv2Id":"132"},"children":[{"name":"Adult Education","info":{"iabv2Id":"133"}},{"name":"College Education","info":{"iabv2Id":"137"}},{"name":"Early Childhood Education","info":{"iabv2Id":"142"}},{"name":"Educational Assessment","info":{"iabv2Id":"143"}},{"name":"Homeschooling","info":{"iabv2Id":"145"}},{"name":"Homework and Study","info":{"iabv2Id":"146"}},{"name":"Language Learning","info":{"iabv2Id":"147"}},{"name":"Online Education","info":{"iabv2Id":"148"}},{"name":"Primary Education","info":{"iabv2Id":"149"}},{"name":"Private School","info":{"iabv2Id":"134"}},{"name":"Secondary Education","info":{"iabv2Id":"135"}},{"name":"Special Education","info":{"iabv2Id":"136"}}]},{"name":"Events and Attractions","info":{"iabv2Id":"150"},"children":[{"name":"Amusement and Theme Parks","info":{"iabv2Id":"151"}},{"name":"Bars & Restaurants","info":{"iabv2Id":"179"}},{"name":"Business Expos & Conferences","info":{"iabv2Id":"180"}},{"name":"Casinos & Gambling","info":{"iabv2Id":"181"}},{"name":"Comedy Events","info":{"iabv2Id":"183"}},{"name":"Concerts & Music Events","info":{"iabv2Id":"184"}},{"name":"Historic Site and Landmark Tours","info":{"iabv2Id":"153"}},{"name":"Museums & Galleries","info":{"iabv2Id":"155"}},{"name":"Musicals","info":{"iabv2Id":"156"}},{"name":"National & Civic Holidays","info":{"iabv2Id":"157"}},{"name":"Nightclubs","info":{"iabv2Id":"158"}},{"name":"Outdoor Activities","info":{"iabv2Id":"159"}},{"name":"Parks & Nature","info":{"iabv2Id":"160"}},{"name":"Party Supplies and Decorations","info":{"iabv2Id":"161"}},{"name":"Personal Celebrations & Life Events","info":{"iabv2Id":"163"},"children":[{"name":"Funeral","info":{"iabv2Id":"171"}}]},{"name":"Zoos & Aquariums","info":{"iabv2Id":"178"}}]},{"name":"Family and Relationships","info":{"iabv2Id":"186"},"children":[{"name":"Bereavement","info":{"iabv2Id":"187"}},{"name":"Dating","info":{"iabv2Id":"188"}},{"name":"Divorce","info":{"iabv2Id":"189"}},{"name":"Eldercare","info":{"iabv2Id":"190"}},{"name":"Marriage and Civil Unions","info":{"iabv2Id":"191"}},{"name":"Parenting","info":{"iabv2Id":"192"}}]},{"name":"Fine Art","info":{"iabv2Id":"201"},"children":[{"name":"Digital Arts","info":{"iabv2Id":"205"}},{"name":"Modern Art","info":{"iabv2Id":"207"}},{"name":"Opera","info":{"iabv2Id":"208"}},{"name":"Theater","info":{"iabv2Id":"209"}}]},{"name":"Food & Drink","info":{"iabv2Id":"210"},"children":[{"name":"Alcoholic Beverages","info":{"iabv2Id":"211"}},{"name":"Barbecues and Grilling","info":{"iabv2Id":"215"}},{"name":"Cooking","info":{"iabv2Id":"216"}},{"name":"Desserts and Baking","info":{"iabv2Id":"217"}},{"name":"Dining Out","info":{"iabv2Id":"218"}},{"name":"Food Allergies","info":{"iabv2Id":"219"}},{"name":"Healthy Cooking and Eating","info":{"iabv2Id":"221"}},{"name":"Non-Alcoholic Beverages","info":{"iabv2Id":"222"}},{"name":"Vegan Diets","info":{"iabv2Id":"212"}},{"name":"Vegetarian Diets","info":{"iabv2Id":"213"}}]},{"name":"Healthy Living","info":{"iabv2Id":"223"},"children":[{"name":"Children's Health","info":{"iabv2Id":"224"}},{"name":"Fitness and Exercise","info":{"iabv2Id":"225"}},{"name":"Men's Health","info":{"iabv2Id":"228"}},{"name":"Nutrition","info":{"iabv2Id":"229"}},{"name":"Senior Health","info":{"iabv2Id":"230"}},{"name":"Weight Loss","info":{"iabv2Id":"231"}},{"name":"Wellness","info":{"iabv2Id":"232"}},{"name":"Women's Health","info":{"iabv2Id":"238"}}]},{"name":"Hobbies & Interests","info":{"iabv2Id":"239"},"children":[{"name":"Antiquing and Antiques","info":{"iabv2Id":"240"}},{"name":"Arts and Crafts","info":{"iabv2Id":"248"}},{"name":"Beekeeping","info":{"iabv2Id":"258"}},{"name":"Birdwatching","info":{"iabv2Id":"259"}},{"name":"Cigars","info":{"iabv2Id":"260"}},{"name":"Musical Instruments","info":{"iabv2Id":"243"}},{"name":"Paranormal Phenomena","info":{"iabv2Id":"244"}}]},{"name":"Home & Garden","info":{"iabv2Id":"274"},"children":[{"name":"Gardening","info":{"iabv2Id":"275"}},{"name":"Home Appliances","info":{"iabv2Id":"278"}},{"name":"Home Improvement","info":{"iabv2Id":"280"}},{"name":"Home Security","info":{"iabv2Id":"281"}},{"name":"Interior Decorating","info":{"iabv2Id":"283"}},{"name":"Landscaping","info":{"iabv2Id":"284"}},{"name":"Outdoor Decorating","info":{"iabv2Id":"285"}},{"name":"Remodeling & Construction","info":{"iabv2Id":"276"}},{"name":"Smart Home","info":{"iabv2Id":"277"}}]},{"name":"Medical Health","info":{"iabv2Id":"286"},"children":[{"name":"Cosmetic Medical Services","info":{"iabv2Id":"323"}},{"name":"Diseases and Conditions","info":{"iabv2Id":"287"},"children":[{"name":"Allergies","info":{"iabv2Id":"288"}},{"name":"Blood Disorders","info":{"iabv2Id":"306"}},{"name":"Bone and Joint Conditions","info":{"iabv2Id":"312"}},{"name":"Brain and Nervous System Disorders","info":{"iabv2Id":"313"}},{"name":"Cancer","info":{"iabv2Id":"314"}},{"name":"Cold and Flu","info":{"iabv2Id":"315"}},{"name":"Dental Health","info":{"iabv2Id":"316"}},{"name":"Diabetes","info":{"iabv2Id":"317"}},{"name":"Digestive Disorders","info":{"iabv2Id":"318"}},{"name":"Ear, Nose and Throat Conditions","info":{"iabv2Id":"289"}},{"name":"Endocrine and Metabolic Diseases","info":{"iabv2Id":"290"},"children":[{"name":"Hormonal Disorders","info":{"iabv2Id":"291"}},{"name":"Menopause","info":{"iabv2Id":"292"}},{"name":"Thyroid Disorders","info":{"iabv2Id":"293"}}]},{"name":"Eye and Vision Conditions","info":{"iabv2Id":"294"}},{"name":"Foot Health","info":{"iabv2Id":"295"}},{"name":"Heart and Cardiovascular Diseases","info":{"iabv2Id":"296"}},{"name":"Infectious Diseases","info":{"iabv2Id":"297"}},{"name":"Injuries","info":{"iabv2Id":"298"},"children":[{"name":"First Aid","info":{"iabv2Id":"299"}}]},{"name":"Lung and Respiratory Health","info":{"iabv2Id":"300"}},{"name":"Mental Health","info":{"iabv2Id":"301"}},{"name":"Reproductive Health","info":{"iabv2Id":"302"},"children":[{"name":"Birth Control","info":{"iabv2Id":"303"}},{"name":"Infertility","info":{"iabv2Id":"304"}},{"name":"Pregnancy","info":{"iabv2Id":"305"}}]},{"name":"Sexual Health","info":{"iabv2Id":"307"},"children":[{"name":"Sexual Conditions","info":{"iabv2Id":"308"}}]},{"name":"Skin and Dermatology","info":{"iabv2Id":"309"}},{"name":"Sleep Disorders","info":{"iabv2Id":"310"}},{"name":"Substance Abuse","info":{"iabv2Id":"311"}}]},{"name":"Medical Tests","info":{"iabv2Id":"319"}},{"name":"Pharmaceutical Drugs","info":{"iabv2Id":"320"}},{"name":"Surgery","info":{"iabv2Id":"321"}},{"name":"Vaccines","info":{"iabv2Id":"322"}}]},{"name":"Movies","info":{"iabv2Id":"324"}},{"name":"Music and Audio","info":{"iabv2Id":"338"}},{"name":"News and Politics","info":{"iabv2Id":"379"},"children":[{"name":"Crime","info":{"iabv2Id":"380"}},{"name":"Disasters","info":{"iabv2Id":"381"}},{"name":"Law","info":{"iabv2Id":"383"}},{"name":"Local News","info":{"iabv2Id":"384"}},{"name":"Politics","info":{"iabv2Id":"386"},"children":[{"name":"Elections","info":{"iabv2Id":"387"}},{"name":"Political Issues","info":{"iabv2Id":"388"}},{"name":"War and Conflicts","info":{"iabv2Id":"389"}}]},{"name":"Weather","info":{"iabv2Id":"390"}}]},{"name":"Personal Finance","info":{"iabv2Id":"391"},"children":[{"name":"Financial Assistance","info":{"iabv2Id":"393"}},{"name":"Financial Planning","info":{"iabv2Id":"396"}},{"name":"Frugal Living","info":{"iabv2Id":"397"}},{"name":"Insurance","info":{"iabv2Id":"398"}},{"name":"Personal Investing","info":{"iabv2Id":"410"}},{"name":"Retirement Planning","info":{"iabv2Id":"416"}}]},{"name":"Books and Literature","info":{"iabv2Id":"42"},"children":[{"name":"Biographies","info":{"iabv2Id":"44"}},{"name":"Comics and Graphic Novels","info":{"iabv2Id":"46"}},{"name":"Cookbooks","info":{"iabv2Id":"47"}},{"name":"Poetry","info":{"iabv2Id":"49"}}]},{"name":"Pets","info":{"iabv2Id":"422"},"children":[{"name":"Birds","info":{"iabv2Id":"423"}},{"name":"Cats","info":{"iabv2Id":"424"}},{"name":"Dogs","info":{"iabv2Id":"425"}},{"name":"Pet Adoptions","info":{"iabv2Id":"428"}},{"name":"Pet Supplies","info":{"iabv2Id":"431"}},{"name":"Reptiles","info":{"iabv2Id":"429"}},{"name":"Veterinary Medicine","info":{"iabv2Id":"430"}}]},{"name":"Pop Culture","info":{"iabv2Id":"432"},"children":[{"name":"Celebrity Deaths","info":{"iabv2Id":"433"}},{"name":"Celebrity Homes","info":{"iabv2Id":"435"}},{"name":"Celebrity Relationships","info":{"iabv2Id":"437"}},{"name":"Celebrity Style","info":{"iabv2Id":"439"}},{"name":"Humor and Satire","info":{"iabv2Id":"440"}}]},{"name":"Real Estate","info":{"iabv2Id":"441"}},{"name":"Religion & Spirituality","info":{"iabv2Id":"453"},"children":[{"name":"Astrology","info":{"iabv2Id":"456"}},{"name":"Atheism","info":{"iabv2Id":"457"}},{"name":"Buddhism","info":{"iabv2Id":"458"}},{"name":"Christianity","info":{"iabv2Id":"459"}},{"name":"Hinduism","info":{"iabv2Id":"460"}},{"name":"Islam","info":{"iabv2Id":"461"}},{"name":"Judaism","info":{"iabv2Id":"462"}},{"name":"Sikhism","info":{"iabv2Id":"463"}},{"name":"Spirituality","info":{"iabv2Id":"455"}}]},{"name":"Science","info":{"iabv2Id":"464"},"children":[{"name":"Biological Sciences","info":{"iabv2Id":"465"}},{"name":"Chemistry","info":{"iabv2Id":"466"}},{"name":"Environment","info":{"iabv2Id":"467"}},{"name":"Genetics","info":{"iabv2Id":"468"}},{"name":"Geography","info":{"iabv2Id":"469"}},{"name":"Geology","info":{"iabv2Id":"470"}},{"name":"Physics","info":{"iabv2Id":"471"}},{"name":"Space and Astronomy","info":{"iabv2Id":"472"}}]},{"name":"Shopping","info":{"iabv2Id":"473"},"children":[{"name":"Coupons and Discounts","info":{"iabv2Id":"474"}},{"name":"Flower Shopping","info":{"iabv2Id":"475"}},{"name":"Gifts and Greetings Cards","info":{"iabv2Id":"476"}},{"name":"Grocery Shopping","info":{"iabv2Id":"477"}},{"name":"Holiday Shopping","info":{"iabv2Id":"478"}},{"name":"Sales and Promotions","info":{"iabv2Id":"481"}}]},{"name":"Sports","info":{"iabv2Id":"483"},"children":[{"name":"American Football","info":{"iabv2Id":"484"}},{"name":"Australian Rules Football","info":{"iabv2Id":"507"}},{"name":"Auto Racing","info":{"iabv2Id":"518"}},{"name":"Badminton","info":{"iabv2Id":"534"}},{"name":"Baseball","info":{"iabv2Id":"545"}},{"name":"Basketball","info":{"iabv2Id":"547"}},{"name":"Beach Volleyball","info":{"iabv2Id":"548"}},{"name":"Bodybuilding","info":{"iabv2Id":"549"}},{"name":"Bowling","info":{"iabv2Id":"550"}},{"name":"Boxing","info":{"iabv2Id":"485"}},{"name":"Cheerleading","info":{"iabv2Id":"486"}},{"name":"College Sports","info":{"iabv2Id":"487"},"children":[{"name":"College Baseball","info":{"iabv2Id":"490"}},{"name":"College Basketball","info":{"iabv2Id":"489"}},{"name":"College Football","info":{"iabv2Id":"488"}}]},{"name":"Cricket","info":{"iabv2Id":"491"}},{"name":"Cycling","info":{"iabv2Id":"492"}},{"name":"Darts","info":{"iabv2Id":"493"}},{"name":"Disabled Sports","info":{"iabv2Id":"494"}},{"name":"Diving","info":{"iabv2Id":"495"}},{"name":"Extreme Sports","info":{"iabv2Id":"498"},"children":[{"name":"Canoeing and Kayaking","info":{"iabv2Id":"499"}},{"name":"Climbing","info":{"iabv2Id":"500"}},{"name":"Paintball","info":{"iabv2Id":"501"}},{"name":"Scuba Diving","info":{"iabv2Id":"502"}},{"name":"Skateboarding","info":{"iabv2Id":"503"}},{"name":"Snowboarding","info":{"iabv2Id":"504"}},{"name":"Surfing and Bodyboarding","info":{"iabv2Id":"505"}}]},{"name":"Fantasy Sports","info":{"iabv2Id":"508"}},{"name":"Field Hockey","info":{"iabv2Id":"509"}},{"name":"Figure Skating","info":{"iabv2Id":"510"}},{"name":"Fishing Sports","info":{"iabv2Id":"511"}},{"name":"Golf","info":{"iabv2Id":"512"}},{"name":"Gymnastics","info":{"iabv2Id":"513"}},{"name":"Horse Racing","info":{"iabv2Id":"497"}},{"name":"Ice Hockey","info":{"iabv2Id":"515"}},{"name":"Lacrosse","info":{"iabv2Id":"517"}},{"name":"Martial Arts","info":{"iabv2Id":"520"}},{"name":"Olympic Sports","info":{"iabv2Id":"521"},"children":[{"name":"Summer Olympic Sports","info":{"iabv2Id":"522"}},{"name":"Winter Olympic Sports","info":{"iabv2Id":"523"}}]},{"name":"Poker and Professional Gambling","info":{"iabv2Id":"524"}},{"name":"Rodeo","info":{"iabv2Id":"525"}},{"name":"Rowing","info":{"iabv2Id":"526"}},{"name":"Rugby","info":{"iabv2Id":"527"}},{"name":"Sailing","info":{"iabv2Id":"530"}},{"name":"Skiing","info":{"iabv2Id":"531"}},{"name":"Snooker/Pool/Billiards","info":{"iabv2Id":"532"}},{"name":"Soccer","info":{"iabv2Id":"533"}},{"name":"Softball","info":{"iabv2Id":"535"}},{"name":"Sports Equipment","info":{"iabv2Id":"551"}},{"name":"Swimming","info":{"iabv2Id":"537"}},{"name":"Table Tennis","info":{"iabv2Id":"538"}},{"name":"Tennis","info":{"iabv2Id":"539"}},{"name":"Track and Field","info":{"iabv2Id":"540"}},{"name":"Volleyball","info":{"iabv2Id":"541"}},{"name":"Walking","info":{"iabv2Id":"542"}},{"name":"Water Polo","info":{"iabv2Id":"543"}},{"name":"Weightlifting","info":{"iabv2Id":"544"}},{"name":"Wrestling","info":{"iabv2Id":"546"}}]},{"name":"Business and Finance","info":{"iabv2Id":"52"},"children":[{"name":"Business","info":{"iabv2Id":"53"},"children":[{"name":"Awards","info":{"diffbotId":"6"}},{"name":"Business Accounting & Finance","info":{"iabv2Id":"54"}},{"name":"Business Administration","info":{"iabv2Id":"62"}},{"name":"Business Banking & Finance","info":{"iabv2Id":"63"},"children":[{"name":"Acquisitions, Mergers and Takeovers","info":{"diffbotId":"1","iabv2Id":"68"}},{"name":"Angel Investment","info":{"iabv2Id":"64"}},{"name":"Bankruptcy","info":{"diffbotId":"8","iabv2Id":"65"}},{"name":"Business Loans","info":{"iabv2Id":"66"}},{"name":"Debt Factoring & Invoice Discounting","info":{"iabv2Id":"67"}},{"name":"Private Equity","info":{"iabv2Id":"69"}},{"name":"Sale & Lease Back","info":{"iabv2Id":"70"}},{"name":"Venture Capital","info":{"iabv2Id":"71"}}]},{"name":"Business I.T.","info":{"iabv2Id":"72"}},{"name":"Business Operations","info":{"iabv2Id":"73"}},{"name":"Business Utilities","info":{"iabv2Id":"79"}},{"name":"Consumer Issues","info":{"iabv2Id":"74"},"children":[{"name":"Recalls","info":{"iabv2Id":"75"}}]},{"name":"Contracts and Agreements","info":{"diffbotId":"13"}},{"name":"Environmental, Social and Governance (ESG)","info":{"diffbotId":"10","description":"Environment impact, Carbon footprint, Diversity issues, Fraud, Labor issues (child labor, modern slavery),"}},{"name":"Executive Leadership & Management","info":{"iabv2Id":"76"}},{"name":"Funding","info":{"diffbotId":"11","description":"Investments and financing received by a company"}},{"name":"Government Business","info":{"iabv2Id":"77"}},{"name":"Green Solutions","info":{"iabv2Id":"78"}},{"name":"Human Resources","info":{"iabv2Id":"55"}},{"name":"Intellectual Property","info":{"diffbotId":"18","description":"Patent, Copyright, Awarded, Renewed, Filed"}},{"name":"Large Business","info":{"iabv2Id":"56"}},{"name":"Litigation","info":{"diffbotId":"16"}},{"name":"Logistics","info":{"iabv2Id":"57"}},{"name":"Marketing and Advertising","info":{"iabv2Id":"58"}},{"name":"Partnerships and Joint Ventures","info":{"diffbotId":"2","description":"Strategic Partner, Supplier, Distributor, Promoter, Agent, Joint Venture, etc."}},{"name":"Personnel Changes","info":{"diffbotId":"9","description":"Leadership Change, Key Exit , Key Hire, Promotion, Succession, Executive Search, Layoff, Downsizing, Hiring, Death"},"children":[{"name":"Key Hires","info":{"diffbotId":"21","description":"Key Hire, Promotion, Succession, Appointed Board Member"}},{"name":"Layoffs","info":{"diffbotId":"22","description":"Layoff, Downsizing"}}]},{"name":"Products and Services Announcements","info":{"diffbotId":"4","description":"Launch, Integration, Innovation"}},{"name":"Real Estate Transactions","info":{"diffbotId":"7","description":"Land, Office, Manufacturing Facility, Distribution Center, Branch/Store, Lease, Sale, Opening, Closure, etc."}},{"name":"Regulatory Approvals","info":{"diffbotId":"20"},"children":[{"name":"Investigational New Drug Application","info":{"diffbotId":"23"}}]},{"name":"Sales","info":{"iabv2Id":"59"}},{"name":"Small and Medium-sized Business","info":{"iabv2Id":"60"}},{"name":"Startups","info":{"iabv2Id":"61"}},{"name":"Stock Offerings and IPOs","info":{"diffbotId":"3"}},{"name":"Stock Price News","info":{"diffbotId":"19"},"children":[{"name":"Dividends","info":{"diffbotId":"14"}},{"name":"Investment Opinion","info":{"diffbotId":"15"}},{"name":"Sales and Earnings","info":{"diffbotId":"5","description":"Quarterly, Annual, Any article where sales/earning reporting is the main topic"}},{"name":"Stock Split","info":{"diffbotId":"17"}}]}]},{"name":"Economy","info":{"iabv2Id":"80"},"children":[{"name":"Commodities","info":{"iabv2Id":"81"}},{"name":"Currencies","info":{"iabv2Id":"82"}},{"name":"Financial Crisis","info":{"iabv2Id":"83"}},{"name":"Financial Reform","info":{"iabv2Id":"84"}},{"name":"Financial Regulation","info":{"iabv2Id":"85"}},{"name":"Gasoline Prices","info":{"iabv2Id":"86"}},{"name":"Housing Market","info":{"iabv2Id":"87"}},{"name":"Interest Rates","info":{"iabv2Id":"88"}},{"name":"Job Market","info":{"iabv2Id":"89"}}]},{"name":"Industries","children":[{"name":"Advertising Industry","info":{"iabv2Id":"91"}},{"name":"Agriculture","info":{"iabv2Id":"102"}},{"name":"Apparel Industry","info":{"iabv2Id":"113"}},{"name":"Automotive Industry","info":{"iabv2Id":"117"}},{"name":"Aviation Industry","info":{"iabv2Id":"118"}},{"name":"Biotech and Biomedical Industry","info":{"iabv2Id":"119"}},{"name":"Civil Engineering Industry","info":{"iabv2Id":"120"}},{"name":"Construction Industry","info":{"iabv2Id":"121"}},{"name":"Defense Industry","info":{"iabv2Id":"122"}},{"name":"Education industry","info":{"iabv2Id":"92"}},{"name":"Entertainment Industry","info":{"iabv2Id":"93"}},{"name":"Environmental Services Industry","info":{"iabv2Id":"94"}},{"name":"Financial Industry","info":{"iabv2Id":"95"}},{"name":"Food Industry","info":{"iabv2Id":"96"}},{"name":"Healthcare Industry","info":{"iabv2Id":"97"}},{"name":"Hospitality Industry","info":{"iabv2Id":"98"}},{"name":"Information Services Industry","info":{"iabv2Id":"99"}},{"name":"Legal Services Industry","info":{"iabv2Id":"100"}},{"name":"Logistics and Transportation Industry","info":{"iabv2Id":"101"}},{"name":"Management Consulting Industry","info":{"iabv2Id":"103"}},{"name":"Manufacturing Industry","info":{"iabv2Id":"104"}},{"name":"Mechanical and Industrial Engineering Industry","info":{"iabv2Id":"105"}},{"name":"Media Industry","info":{"iabv2Id":"106"}},{"name":"Metals Industry","info":{"iabv2Id":"107"}},{"name":"Non-Profit Organizations","info":{"iabv2Id":"108"}},{"name":"Pharmaceutical Industry","info":{"iabv2Id":"109"}},{"name":"Power and Energy Industry","info":{"iabv2Id":"110"}},{"name":"Publishing Industry","info":{"iabv2Id":"111"}},{"name":"Real Estate Industry","info":{"iabv2Id":"112"}},{"name":"Retail Industry","info":{"iabv2Id":"114"}},{"name":"Technology Industry","info":{"iabv2Id":"115"}},{"name":"Telecommunications Industry","info":{"iabv2Id":"116"}}]}]},{"name":"Style & Fashion","info":{"iabv2Id":"552"},"children":[{"name":"Beauty","info":{"iabv2Id":"553"}},{"name":"Body Art","info":{"iabv2Id":"574"}},{"name":"Fashion Trends","info":{"iabv2Id":"577"}},{"name":"Men's Fashion","info":{"iabv2Id":"579"}},{"name":"Women's Fashion","info":{"iabv2Id":"560"}}]},{"name":"Technology & Computing","info":{"iabv2Id":"596"},"children":[{"name":"Artificial Intelligence","info":{"iabv2Id":"597"}},{"name":"Augmented Reality","info":{"iabv2Id":"598"}},{"name":"Computing","info":{"iabv2Id":"599"},"children":[{"name":"Computer Networking","info":{"iabv2Id":"600"}},{"name":"Computer Peripherals","info":{"iabv2Id":"601"}},{"name":"Computer Software and Applications","info":{"iabv2Id":"602"},"children":[{"name":"3-D Graphics","info":{"iabv2Id":"603"}},{"name":"Antivirus Software","info":{"iabv2Id":"608"}},{"name":"Browsers","info":{"iabv2Id":"609"}},{"name":"Computer Animation","info":{"iabv2Id":"610"}},{"name":"Databases","info":{"iabv2Id":"611"}},{"name":"Desktop Publishing","info":{"iabv2Id":"612"}},{"name":"Digital Audio","info":{"iabv2Id":"613"}},{"name":"Graphics Software","info":{"iabv2Id":"614"}},{"name":"Operating Systems","info":{"iabv2Id":"615"}},{"name":"Photo Editing Software","info":{"iabv2Id":"604"}},{"name":"Shareware and Freeware","info":{"iabv2Id":"605"}},{"name":"Video Software","info":{"iabv2Id":"606"}},{"name":"Web Conferencing","info":{"iabv2Id":"607"}}]},{"name":"Data Storage and Warehousing","info":{"iabv2Id":"616"}},{"name":"Desktops","info":{"iabv2Id":"617"}},{"name":"Information and Network Security","info":{"iabv2Id":"618"}},{"name":"Internet","info":{"iabv2Id":"619"},"children":[{"name":"Cloud Computing","info":{"iabv2Id":"620"}},{"name":"Email","info":{"iabv2Id":"623"}},{"name":"IT and Internet Support","info":{"iabv2Id":"626"}},{"name":"Internet for Beginners","info":{"iabv2Id":"624"}},{"name":"Internet of Things","info":{"iabv2Id":"625"}},{"name":"Search","info":{"iabv2Id":"627"}},{"name":"Social Networking","info":{"iabv2Id":"628"}},{"name":"Web Design and HTML","info":{"iabv2Id":"629"}},{"name":"Web Development","info":{"iabv2Id":"621"}},{"name":"Web Hosting","info":{"iabv2Id":"622"}}]},{"name":"Laptops","info":{"iabv2Id":"630"}},{"name":"Programming Languages","info":{"iabv2Id":"631"}},{"name":"Technical Documentation","info":{"diffbotId":"24"}}]},{"name":"Consumer Electronics","info":{"iabv2Id":"632"},"children":[{"name":"Cameras and Camcorders","info":{"iabv2Id":"633"}},{"name":"Home Entertainment Systems","info":{"iabv2Id":"634"}},{"name":"Smartphones","info":{"iabv2Id":"635"}},{"name":"Tablets and E-readers","info":{"iabv2Id":"636"}},{"name":"Wearable Technology","info":{"iabv2Id":"637"}}]},{"name":"Robotics","info":{"iabv2Id":"638"}},{"name":"Virtual Reality","info":{"iabv2Id":"639"}}]},{"name":"Television","info":{"iabv2Id":"640"}},{"name":"Travel","info":{"iabv2Id":"653"},"children":[{"name":"Travel Locations","info":{"iabv2Id":"655"},"children":[{"name":"Africa Travel","info":{"iabv2Id":"656"}},{"name":"Asia Travel","info":{"iabv2Id":"657"}},{"name":"Australia and Oceania Travel","info":{"iabv2Id":"658"}},{"name":"Europe Travel","info":{"iabv2Id":"659"}},{"name":"North America Travel","info":{"iabv2Id":"660"}},{"name":"Polar Travel","info":{"iabv2Id":"661"}},{"name":"South America Travel","info":{"iabv2Id":"662"}}]},{"name":"Travel Preparation and Advice","info":{"iabv2Id":"663"}},{"name":"Travel Type","info":{"iabv2Id":"664"},"children":[{"name":"Adventure Travel","info":{"iabv2Id":"665"}},{"name":"Air Travel","info":{"iabv2Id":"672"}},{"name":"Beach Travel","info":{"iabv2Id":"673"}},{"name":"Budget Travel","info":{"iabv2Id":"675"}},{"name":"Business Travel","info":{"iabv2Id":"676"}},{"name":"Camping","info":{"iabv2Id":"677"}},{"name":"Cruises","info":{"iabv2Id":"678"}},{"name":"Day Trips","info":{"iabv2Id":"679"}},{"name":"Family Travel","info":{"iabv2Id":"666"}},{"name":"Honeymoons and Getaways","info":{"iabv2Id":"667"}},{"name":"Hotels and Motels","info":{"iabv2Id":"668"}},{"name":"Rail Travel","info":{"iabv2Id":"669"}},{"name":"Road Trips","info":{"iabv2Id":"670"}},{"name":"Spas","info":{"iabv2Id":"671"}}]}]},{"name":"Video Gaming","info":{"iabv2Id":"680"},"children":[{"name":"Console Games","info":{"iabv2Id":"681"}},{"name":"Mobile Games","info":{"iabv2Id":"683"}},{"name":"PC Games","info":{"iabv2Id":"684"}},{"name":"eSports","info":{"iabv2Id":"682"}}]}]},"OrganizationCategory":{"categories":[{"name":"Aerospace And Defense Companies","info":{"naicsMapping":"336400","sicMapping":"3700"},"children":[{"name":"Aircraft Manufacturers","info":{"naicsMapping":"336411","sicMapping":"3721"}},{"name":"Aircraft Parts Manufacturers","info":{"naicsMapping":"336413","sicMapping":"3724"}},{"name":"Defense Companies","info":{"naicsMapping":"928110","sicMapping":"9711"},"children":[{"name":"Defense Electronic Companies","info":{"naicsMapping":"928110","sicMapping":"9711"}},{"name":"Weapons Manufacturers","info":{"naicsMapping":"928110","sicMapping":"3480"}}]},{"name":"Military Vehicles Manufacturers","info":{"naicsMapping":"336400","sicMapping":"3700"}},{"name":"Space And Satellite Manufacturers","info":{"naicsMapping":"336400","sicMapping":"3760"}},{"name":"Unmanned Aerial System Companies","info":{"naicsMapping":"336400","sicMapping":"3700"}}]},{"name":"Agricultural Organizations","info":{"naicsMapping":"110000","sicMapping":"0200"},"children":[{"name":"Animal Farms","info":{"naicsMapping":"112900","sicMapping":"0290"}},{"name":"Apiculture Organizations","info":{"naicsMapping":"112910","sicMapping":"0279"}},{"name":"Fruits And Vegetables","info":{"naicsMapping":"111200","sicMapping":"0161"}},{"name":"Oilseed And Grain Farming","info":{"naicsMapping":"111100","sicMapping":"0190"}},{"name":"Poultry Farms","info":{"naicsMapping":"112300","sicMapping":"0259"}}]},{"name":"Associations And Societies","info":{"naicsMapping":"813920","sicMapping":"8690"},"children":[{"name":"Communities","info":{"naicsMapping":"813920","sicMapping":"8690"}},{"name":"Construction Associations","info":{"naicsMapping":"813920","sicMapping":"8620"}},{"name":"Educational Associations","info":{"naicsMapping":"813920","sicMapping":"8620"}},{"name":"Engineering Societies","info":{"naicsMapping":"813920","sicMapping":"8620"}},{"name":"Financial Associations","info":{"naicsMapping":"813910","sicMapping":"8620"}},{"name":"Journalism Associations","info":{"naicsMapping":"813920","sicMapping":"8620"}},{"name":"Law Associations","info":{"naicsMapping":"813920","sicMapping":"8620"}},{"name":"Library Associations","info":{"naicsMapping":"813920","sicMapping":"8620"}},{"name":"Social Sciences Organizations","info":{"naicsMapping":"813410","sicMapping":"8641"}},{"name":"Standards Organizations","info":{"naicsMapping":"813920","sicMapping":"8620"}},{"name":"Youth Organizations","info":{"naicsMapping":"813410","sicMapping":"8641"}}]},{"name":"Basic Materials Companies","info":{"naicsMapping":"","sicMapping":""},"children":[{"name":"Cement Companies","info":{"naicsMapping":"327300","sicMapping":"2891"}},{"name":"Ceramics Manufacturers","info":{"naicsMapping":"327110","sicMapping":"1450"}},{"name":"Chemical Companies","info":{"naicsMapping":"325000","sicMapping":"2899"},"children":[{"name":"Fertilizer Companies","info":{"naicsMapping":"325320","sicMapping":"2879"}},{"name":"Paint Manufacturers","info":{"naicsMapping":"325510","sicMapping":"2850"}},{"name":"Plastic Producers","info":{"naicsMapping":"325000","sicMapping":"2899"}}]},{"name":"Glassmaking Companies","info":{"naicsMapping":"327210","sicMapping":"1793"}},{"name":"Mining Companies","info":{"naicsMapping":"210000","sicMapping":"1000"}},{"name":"Petrochemical Companies","info":{"naicsMapping":"325110","sicMapping":"2869"}},{"name":"Pulp And Paper Companies","info":{"naicsMapping":"322100","sicMapping":"5110"}},{"name":"Textile Mills Manufacturers","info":{"naicsMapping":"313310","sicMapping":"2200"}}]},{"name":"Community Services","info":{"naicsMapping":"713000","sicMapping":"7900"},"children":[{"name":"Amusement Parks","info":{"naicsMapping":"713110","sicMapping":"7996"}},{"name":"Art Galleries","info":{"naicsMapping":"712110","sicMapping":"8412"}},{"name":"Bowling Centers","info":{"naicsMapping":"713950","sicMapping":"7933"}},{"name":"Cinemas And Movie Theaters","info":{"naicsMapping":"512131","sicMapping":"7832"}},{"name":"Cultural Centers","info":{"naicsMapping":"713000","sicMapping":"7900"}},{"name":"Fitness And Sports Centers","info":{"naicsMapping":"713940","sicMapping":"7991"}},{"name":"Golf Courses And Country Clubs","info":{"naicsMapping":"713910","sicMapping":"7997"}},{"name":"Libraries","info":{"naicsMapping":"519210","sicMapping":"8231"}},{"name":"Museums","info":{"naicsMapping":"712110","sicMapping":"8412"}},{"name":"Parks And Recreation Area","info":{"naicsMapping":"713000","sicMapping":"7900"}},{"name":"Recreational Camps","info":{"naicsMapping":"721214","sicMapping":"7032"}},{"name":"Ski Resort","info":{"naicsMapping":"713920","sicMapping":"7999"}},{"name":"Stadiums And Arenas","info":{"naicsMapping":"711310","sicMapping":"7941"}},{"name":"Theatres","info":{"naicsMapping":"711310","sicMapping":"7832"}},{"name":"Zoos And Aquaria","info":{"naicsMapping":"712130","sicMapping":"8422"}}]},{"name":"Construction Companies","info":{"naicsMapping":"236000","sicMapping":"1629"},"children":[{"name":"Electrical Contractors","info":{"naicsMapping":"238210","sicMapping":"1730"}},{"name":"Flooring Contractors","info":{"naicsMapping":"238330","sicMapping":"1752"}},{"name":"General Contractors","info":{"naicsMapping":"238000","sicMapping":"1500"}},{"name":"Heating And Air Conditioning Contractors","info":{"naicsMapping":"238220","sicMapping":"1710"}},{"name":"Infrastructure Construction Companies","info":{"naicsMapping":"237990","sicMapping":"1600"}},{"name":"Landscaping Services","info":{"naicsMapping":"561730","sicMapping":"0782"}},{"name":"Painting Contractors","info":{"naicsMapping":"238320","sicMapping":"1790"}},{"name":"Plumbing Contractors","info":{"naicsMapping":"238220","sicMapping":"1790"}},{"name":"Power Plants Construction Companies","info":{"naicsMapping":"237130","sicMapping":"1629"}},{"name":"Recreational Facilities Construction Companies","info":{"naicsMapping":"237990","sicMapping":"1629"}},{"name":"Remodeling And Restoration Contractors","info":{"naicsMapping":"236118","sicMapping":"1500"}},{"name":"Residential Building Constructors","info":{"naicsMapping":"236110","sicMapping":"1520"}},{"name":"Roofing Contractors","info":{"naicsMapping":"238160","sicMapping":"1790"}}]},{"name":"Consumer Products","info":{"naicsMapping":"339999","sicMapping":"3999"},"children":[{"name":"Apparel And Accessories Companies","info":{"naicsMapping":"315990","sicMapping":"2300"},"children":[{"name":"Clothing Companies","info":{"naicsMapping":"315200","sicMapping":"2389"}},{"name":"Eyewear Manufacturers","info":{"naicsMapping":"339115","sicMapping":"3827"}},{"name":"Jewelry Manufacturers","info":{"naicsMapping":"339910","sicMapping":"3911"}},{"name":"Luggage Manufacturers","info":{"naicsMapping":"316990","sicMapping":"3161"}},{"name":"Pen Manufacturers","info":{"naicsMapping":"339940","sicMapping":"3951"}},{"name":"Shoe Brands","info":{"naicsMapping":"316210","sicMapping":"5139"}},{"name":"Sportswear Brands","info":{"naicsMapping":"339920","sicMapping":"3949"}},{"name":"Underwear Brands","info":{"naicsMapping":"315120","sicMapping":"2389"}},{"name":"Watch Manufacturing Companies","info":{"naicsMapping":"334519","sicMapping":"3870"}}]},{"name":"Appliance Manufacturers","info":{"naicsMapping":"335210","sicMapping":"3630"},"children":[{"name":"Air Conditioning Companies","info":{"naicsMapping":"333410","sicMapping":"1710"}},{"name":"Knife Manufacturing","info":{"naicsMapping":"332215","sicMapping":"3911"}}]},{"name":"Beauty Care Companies","info":{"naicsMapping":"339999","sicMapping":"3999"}},{"name":"Beverage Companies","info":{"naicsMapping":"312100","sicMapping":"2080"},"children":[{"name":"Bottled Water Companies","info":{"naicsMapping":"312112","sicMapping":"2086"}},{"name":"Breweries","info":{"naicsMapping":"312120","sicMapping":"2082"}},{"name":"Coffee Companies","info":{"naicsMapping":"311920","sicMapping":"2095"}},{"name":"Distilleries","info":{"naicsMapping":"312140","sicMapping":"2085"}},{"name":"Soft Drinks Companies","info":{"naicsMapping":"312111","sicMapping":"2086"}},{"name":"Tea Companies","info":{"naicsMapping":"311920","sicMapping":"2095"}},{"name":"Wineries","info":{"naicsMapping":"312130","sicMapping":"2084"}}]},{"name":"Food Companies","info":{"naicsMapping":"311000","sicMapping":"2000"},"children":[{"name":"Cocoa Companies","info":{"naicsMapping":"311351","sicMapping":"2066"}},{"name":"Dairy Companies","info":{"naicsMapping":"311000","sicMapping":"2000"}}]},{"name":"Furniture Manufacturers","info":{"naicsMapping":"337100","sicMapping":"5021"}},{"name":"Music Instruments Manufacturers","info":{"naicsMapping":"339992","sicMapping":"3931"}},{"name":"Pet Care Companies","info":{"naicsMapping":"339999","sicMapping":"3999"},"children":[{"name":"Animal Food Manufacturers","info":{"naicsMapping":"311110","sicMapping":"2048"}}]},{"name":"Sporting Goods Manufacturers","info":{"naicsMapping":"339920","sicMapping":"3949"},"children":[{"name":"Cycle Manufacturers","info":{"naicsMapping":"336991","sicMapping":"3900"}}]},{"name":"Toys Companies","info":{"naicsMapping":"339930","sicMapping":"3944"}}]},{"name":"Consumer Services","info":{"naicsMapping":"810000","sicMapping":"7200"},"children":[{"name":"Barber Shops","info":{"naicsMapping":"812111","sicMapping":"7241"}},{"name":"Beauty Salons And Spa","info":{"naicsMapping":"812112","sicMapping":"7231"}},{"name":"Car Washes","info":{"naicsMapping":"811192","sicMapping":"7542"}},{"name":"Catering Services","info":{"naicsMapping":"722320","sicMapping":"5812"}},{"name":"Cleaning Companies","info":{"naicsMapping":"561720","sicMapping":"7349"}},{"name":"Coworking Spaces","info":{"naicsMapping":"531120","sicMapping":"7389"}},{"name":"Death Care Services","info":{"naicsMapping":"812210","sicMapping":"7261"}},{"name":"Food Delivery Services","info":{"naicsMapping":"722513","sicMapping":"5963"}},{"name":"Laundry Companies","info":{"naicsMapping":"812320","sicMapping":"3582"}},{"name":"Locksmith Services","info":{"naicsMapping":"561622","sicMapping":"7699"}},{"name":"Parking Services","info":{"naicsMapping":"812930","sicMapping":"7521"}},{"name":"Pest Control Services","info":{"naicsMapping":"561710","sicMapping":"7342"}},{"name":"Pet Breeders","info":{"naicsMapping":"115210","sicMapping":"0752"}},{"name":"Repair And Maintenance","info":{"naicsMapping":"811000","sicMapping":"7600"},"children":[{"name":"Appliance Repair Services","info":{"naicsMapping":"811412","sicMapping":"7629"}},{"name":"Computer Repair Services","info":{"naicsMapping":"811210","sicMapping":"7378"}},{"name":"Vehicle Repair Services","info":{"naicsMapping":"811111","sicMapping":"7530"}},{"name":"Wellness Facility Maintenance Services","info":{"naicsMapping":"561790","sicMapping":"7349"}}]},{"name":"Restricted Services","info":{"naicsMapping":"810000","sicMapping":"7200"},"children":[{"name":"Adult Entertainment Clubs","info":{"naicsMapping":"722410","sicMapping":"5813"}},{"name":"Cannabis Companies","info":{"naicsMapping":"459991","sicMapping":"7200"}},{"name":"Casinos","info":{"naicsMapping":"713210","sicMapping":"7999"}},{"name":"Firearms Retailers","info":{"naicsMapping":"459110","sicMapping":"5091"}},{"name":"Gambling Companies","info":{"naicsMapping":"713290","sicMapping":"7999"}},{"name":"Liquor Stores","info":{"naicsMapping":"445320","sicMapping":"5920"}},{"name":"Tobacco Companies","info":{"naicsMapping":"312230","sicMapping":"5194"}},{"name":"Tobacco Stores","info":{"naicsMapping":"459991","sicMapping":"5993"}}]},{"name":"Shopping Delivery Services","info":{"naicsMapping":"492100","sicMapping":"7389"}},{"name":"Tattoo Shops","info":{"naicsMapping":"812199","sicMapping":"7299"}},{"name":"Tourism Agencies","info":{"naicsMapping":"561510","sicMapping":"4724"}}]},{"name":"Educational Organizations","info":{"naicsMapping":"611000","sicMapping":"8290"},"children":[{"name":"Educational Institutions","info":{"naicsMapping":"611000","sicMapping":"8290"},"children":[{"name":"Academies","info":{"naicsMapping":"611310","sicMapping":"8221"}},{"name":"K12 Schools","info":{"naicsMapping":"611110","sicMapping":"8211"},"children":[{"name":"Pre Schools","info":{"naicsMapping":"611110","sicMapping":"8211"}},{"name":"Primary Schools","info":{"naicsMapping":"611110","sicMapping":"8211"}},{"name":"Secondary Schools","info":{"naicsMapping":"611110","sicMapping":"8211"}}]},{"name":"Universities And Colleges","info":{"naicsMapping":"611310","sicMapping":"8221"},"children":[{"name":"Online University","info":{"naicsMapping":"611310","sicMapping":"8221"}}]}]},{"name":"Research Institutes","info":{"naicsMapping":"611000","sicMapping":"8732"}},{"name":"Sports Schools","info":{"naicsMapping":"611620","sicMapping":"8290"}}]},{"name":"Energy Companies","info":{"naicsMapping":"221000","sicMapping":"1382"},"children":[{"name":"Coal Mining Companies","info":{"naicsMapping":"212100","sicMapping":"1200"}},{"name":"Nuclear Energy Companies","info":{"naicsMapping":"221113","sicMapping":"4911"}},{"name":"Oil And Gas Companies","info":{"naicsMapping":"221000","sicMapping":"1382"},"children":[{"name":"Oil And Gas Drilling","info":{"naicsMapping":"213111","sicMapping":"1381"}},{"name":"Oil And Gas Exploration And Production","info":{"naicsMapping":"211120","sicMapping":"1311"}},{"name":"Oil And Gas Refining And Marketing","info":{"naicsMapping":"221000","sicMapping":"1382"}},{"name":"Oil And Gas Storage And Transportation","info":{"naicsMapping":"221000","sicMapping":"1382"}}]},{"name":"Renewable Energy Companies","info":{"naicsMapping":"221100","sicMapping":"4911"},"children":[{"name":"Biomass Energy Companies","info":{"naicsMapping":"221100","sicMapping":"4911"}},{"name":"Geothermal Energy Companies","info":{"naicsMapping":"221116","sicMapping":"4911"}},{"name":"Hydroelectric Power Companies","info":{"naicsMapping":"221111","sicMapping":"4911"}},{"name":"Renewable Fuels Companies","info":{"naicsMapping":"221100","sicMapping":"4911"}},{"name":"Solar Energy Companies","info":{"naicsMapping":"221114","sicMapping":"4911"}},{"name":"Wind Energy Companies","info":{"naicsMapping":"221115","sicMapping":"4911"}}]},{"name":"Thermal Power Generation Companies","info":{"naicsMapping":"221000","sicMapping":"1382"}}]},{"name":"Environmental Organizations","info":{"naicsMapping":"813312","sicMapping":"8399"},"children":[{"name":"Climate Change Organizations","info":{"naicsMapping":"813312","sicMapping":"8399"}},{"name":"Nature Conservation Organizations","info":{"naicsMapping":"813312","sicMapping":"8399"}}]},{"name":"Financial Services Companies","info":{"naicsMapping":"520000","sicMapping":"6000"},"children":[{"name":"Banking Services","info":{"naicsMapping":"522110","sicMapping":"6021"},"children":[{"name":"Banks","info":{"naicsMapping":"522110","sicMapping":"6020"},"children":[{"name":"Central Banks","info":{"naicsMapping":"521100","sicMapping":"6011"}}]},{"name":"Credit Unions","info":{"naicsMapping":"522130","sicMapping":"6061"}}]},{"name":"Currency And Lending Services","info":{"naicsMapping":"520000","sicMapping":"6000"},"children":[{"name":"Currency Exchange Services","info":{"naicsMapping":"522390","sicMapping":"6099"}},{"name":"Money Transfer And Remittance Services","info":{"naicsMapping":"522320","sicMapping":"6099"}},{"name":"Mortgage And Loans Lenders","info":{"naicsMapping":"522310","sicMapping":"6162"}}]},{"name":"Financial Research Companies","info":{"naicsMapping":"520000","sicMapping":"6000"},"children":[{"name":"Credit Rating and Reporting Services","info":{"naicsMapping":"561450","sicMapping":"7323"}},{"name":"ESG Research","info":{"naicsMapping":"520000","sicMapping":"6000"}},{"name":"Financial Data Vendors","info":{"naicsMapping":"520000","sicMapping":"6282"}},{"name":"Investment Research Services","info":{"naicsMapping":"520000","sicMapping":"6000"}},{"name":"Regulatory and Compliance Research","info":{"naicsMapping":"520000","sicMapping":"6000"}}]},{"name":"Insurance Companies","info":{"naicsMapping":"524100","sicMapping":"6300"},"children":[{"name":"Health Insurance Companies","info":{"naicsMapping":"524114","sicMapping":"6321"}},{"name":"Life Insurance Companies","info":{"naicsMapping":"524113","sicMapping":"6310"}},{"name":"Property Insurance Companies","info":{"naicsMapping":"524126","sicMapping":"6390"}}]},{"name":"Investment Companies","info":{"naicsMapping":"523999","sicMapping":"6722"},"children":[{"name":"Asset Management Services","info":{"naicsMapping":"523940","sicMapping":"6282"}},{"name":"Brokerage Firms","info":{"naicsMapping":"523150","sicMapping":"6211"}},{"name":"Business Incubators","info":{"naicsMapping":"523999","sicMapping":"7300"}},{"name":"Investment Management Companies","info":{"naicsMapping":"525000","sicMapping":"6722"},"children":[{"name":"Hedge Funds","info":{"naicsMapping":"525000","sicMapping":"6799"}},{"name":"Pension Funds","info":{"naicsMapping":"525110","sicMapping":"6371"}},{"name":"Private Equity Firms","info":{"naicsMapping":"523940","sicMapping":"6799"}},{"name":"Venture Capital Firms","info":{"naicsMapping":"523910","sicMapping":"6799"}}]},{"name":"Stock Exchanges","info":{"naicsMapping":"523210","sicMapping":"6231"}},{"name":"Wealth Management Services","info":{"naicsMapping":"523940","sicMapping":"6282"}}]},{"name":"Payment Services Providers","info":{"naicsMapping":"522320","sicMapping":"6099"},"children":[{"name":"B2B Payment Services","info":{"naicsMapping":"522320","sicMapping":"6099"}},{"name":"Credit and Debit Card Payment Processing","info":{"naicsMapping":"522320","sicMapping":"6099"}},{"name":"Payment Cards Providers","info":{"naicsMapping":"522320","sicMapping":"6099"},"children":[{"name":"Credit Card Providers","info":{"naicsMapping":"522210","sicMapping":"6099"}},{"name":"Fuel Card Providers","info":{"naicsMapping":"522320","sicMapping":"6099"}},{"name":"Prepaid Card Providers","info":{"naicsMapping":"522320","sicMapping":"6099"}}]},{"name":"Payment Technology Solutions","info":{"naicsMapping":"522320","sicMapping":"6099"},"children":[{"name":"Digital Payment Gateways","info":{"naicsMapping":"522320","sicMapping":"6099"}},{"name":"Digital Wallet Services","info":{"naicsMapping":"522320","sicMapping":"6099"}},{"name":"Installment Payment And BNPL Services","info":{"naicsMapping":"522291","sicMapping":"6099"}},{"name":"Mobile Payment Services","info":{"naicsMapping":"522320","sicMapping":"6099"}},{"name":"Peer-to-Peer Payment Services","info":{"naicsMapping":"522320","sicMapping":"6099"}},{"name":"Point-of-Sale Services","info":{"naicsMapping":"541519","sicMapping":"6099"}}]}]}]},{"name":"Hospitality Companies","info":{"naicsMapping":"720000","sicMapping":"7000"},"children":[{"name":"Food And Drink Companies","info":{"naicsMapping":"311000","sicMapping":"2000"},"children":[{"name":"Bars","info":{"naicsMapping":"722410","sicMapping":"5813"}},{"name":"Cafes","info":{"naicsMapping":"722515","sicMapping":"5810"}},{"name":"Fast Food Restaurants","info":{"naicsMapping":"722513","sicMapping":"5812"}},{"name":"Restaurants","info":{"naicsMapping":"722500","sicMapping":"5812"}}]},{"name":"Tourist Accommodations","info":{"naicsMapping":"721100","sicMapping":"7000"},"children":[{"name":"Campgrounds","info":{"naicsMapping":"721211","sicMapping":"7033"}},{"name":"Cruise Lines","info":{"naicsMapping":"483112","sicMapping":"4481"}},{"name":"Hostels And Motels","info":{"naicsMapping":"721110","sicMapping":"7011"}},{"name":"Hotels","info":{"naicsMapping":"721110","sicMapping":"7011"}},{"name":"Resorts","info":{"naicsMapping":"721199","sicMapping":"7011"}}]}]},{"name":"Manufacturing Companies","info":{"naicsMapping":"330000","sicMapping":"3900"},"children":[{"name":"Agricultural Machinery Manufacturers","info":{"naicsMapping":"333111","sicMapping":"3500"}},{"name":"Construction Equipment Manufacturers","info":{"naicsMapping":"333120","sicMapping":"3523"}},{"name":"Construction Supplies Manufacturers","info":{"naicsMapping":"330000","sicMapping":"3900"}},{"name":"Electrical Components Manufacturers","info":{"naicsMapping":"335000","sicMapping":"3900"},"children":[{"name":"Batteries Manufacturers","info":{"naicsMapping":"335910","sicMapping":"3900"}}]},{"name":"Electronic Components Manufacturers","info":{"naicsMapping":"334400","sicMapping":"3900"}},{"name":"Energy Equipment Manufacturers","info":{"naicsMapping":"333100","sicMapping":"3530"},"children":[{"name":"Oil And Gas Equipment Manufacturers","info":{"naicsMapping":"333132","sicMapping":"3533"}},{"name":"Photovoltaics Manufacturers","info":{"naicsMapping":"333100","sicMapping":"3530"}},{"name":"Wind Turbine Manufacturers","info":{"naicsMapping":"333611","sicMapping":"3530"}}]},{"name":"Engine Manufacturers","info":{"naicsMapping":"336310","sicMapping":"3510"}},{"name":"Industrial Machinery Manufacturers","info":{"naicsMapping":"333200","sicMapping":"3500"}},{"name":"Medical Equipment Manufacturers","info":{"naicsMapping":"339112","sicMapping":"3841"}},{"name":"Motor Vehicle Manufacturers","info":{"naicsMapping":"336100","sicMapping":"3711"},"children":[{"name":"Bus Manufacturers","info":{"naicsMapping":"336120","sicMapping":"3711"}},{"name":"Car Manufacturers","info":{"naicsMapping":"336110","sicMapping":"3711"}},{"name":"Electric Vehicles","info":{"naicsMapping":"336320","sicMapping":"5012"}},{"name":"Motorcycle Manufacturers","info":{"naicsMapping":"336991","sicMapping":"3750"}},{"name":"Shipbuilding Companies","info":{"naicsMapping":"336611","sicMapping":"3731"}},{"name":"Truck Manufacturers","info":{"naicsMapping":"336120","sicMapping":"3711"}}]},{"name":"Packaging Manufacturers","info":{"naicsMapping":"330000","sicMapping":"3900"}},{"name":"Self-Service Machine Manufacturers","info":{"naicsMapping":"330000","sicMapping":"3900"}},{"name":"Tool Manufacturers","info":{"naicsMapping":"333517","sicMapping":"3900"}},{"name":"Vehicle Parts Manufacturers","info":{"naicsMapping":"336390","sicMapping":"3714"},"children":[{"name":"Tires Manufacturers","info":{"naicsMapping":"326211","sicMapping":"3011"}}]}]},{"name":"Media And Information Companies","info":{"naicsMapping":"510000","sicMapping":"2700"},"children":[{"name":"Broadcasting Companies","info":{"naicsMapping":"516100","sicMapping":"4830"},"children":[{"name":"Radio Stations","info":{"naicsMapping":"516110","sicMapping":"4832"}},{"name":"Television Broadcasting Companies","info":{"naicsMapping":"516120","sicMapping":"4833"},"children":[{"name":"Television News Networks","info":{"naicsMapping":"516120","sicMapping":"4833"}}]}]},{"name":"Digital Publishing Companies","info":{"naicsMapping":"510000","sicMapping":"2700"},"children":[{"name":"Financial News Publishers","info":{"naicsMapping":"510000","sicMapping":"7383"}},{"name":"News Agencies","info":{"naicsMapping":"516210","sicMapping":"7383"}},{"name":"News Aggregators Publishers","info":{"naicsMapping":"510000","sicMapping":"2700"}},{"name":"Online News Publishers","info":{"naicsMapping":"513110","sicMapping":"2711"}},{"name":"Price Comparison Platform","info":{"naicsMapping":"510000","sicMapping":"2700"}},{"name":"Reviews Platform","info":{"naicsMapping":"510000","sicMapping":"2700"}}]},{"name":"Digital Streaming Companies","info":{"naicsMapping":"510000","sicMapping":"2700"},"children":[{"name":"Music Streaming Services","info":{"naicsMapping":"510000","sicMapping":"2700"}},{"name":"Podcast Hosting Platforms","info":{"naicsMapping":"510000","sicMapping":"2700"}},{"name":"Video Streaming Services","info":{"naicsMapping":"510000","sicMapping":"2700"}}]},{"name":"Entertainment Production Companies","info":{"naicsMapping":"510000","sicMapping":"2700"},"children":[{"name":"Animation Studios","info":{"naicsMapping":"512110","sicMapping":"7812"}},{"name":"Film Companies","info":{"naicsMapping":"512110","sicMapping":"7812"}},{"name":"Music Companies","info":{"naicsMapping":"512250","sicMapping":"7929"}}]},{"name":"Publishing Companies","info":{"naicsMapping":"513100","sicMapping":"2740"},"children":[{"name":"Book Publishing Companies","info":{"naicsMapping":"513130","sicMapping":"2731"}},{"name":"Comics Publishing Companies","info":{"naicsMapping":"513100","sicMapping":"2740"}},{"name":"Education Publishing Company","info":{"naicsMapping":"513100","sicMapping":"2740"}},{"name":"Magazine Publishing Companies","info":{"naicsMapping":"513120","sicMapping":"2740"}},{"name":"Newspaper Publishing Companies","info":{"naicsMapping":"513110","sicMapping":"2711"}},{"name":"Science Publishing Companies","info":{"naicsMapping":"513100","sicMapping":"2740"}}]}]},{"name":"Medical Organizations","info":{"naicsMapping":"620000","sicMapping":"8049"},"children":[{"name":"Alternative Medicine Organizations","info":{"naicsMapping":"621399","sicMapping":"8049"}},{"name":"Biotechnology Companies","info":{"naicsMapping":"541714","sicMapping":"8731"}},{"name":"Counseling Organizations","info":{"naicsMapping":"624190","sicMapping":"8322"}},{"name":"Dental Companies","info":{"naicsMapping":"621210","sicMapping":"8021"}},{"name":"Health Care Companies","info":{"naicsMapping":"623000","sicMapping":"8049"}},{"name":"Home Health Care","info":{"naicsMapping":"621610","sicMapping":"8082"}},{"name":"Hospitals","info":{"naicsMapping":"622110","sicMapping":"8060"}},{"name":"Medical Associations","info":{"naicsMapping":"813212","sicMapping":"8620"}},{"name":"Medical Laboratories","info":{"naicsMapping":"621511","sicMapping":"8071"}},{"name":"Mental Health Organizations","info":{"naicsMapping":"621330","sicMapping":"8049"}},{"name":"Optometrists","info":{"naicsMapping":"621320","sicMapping":"8042"}},{"name":"Pharmaceutical Companies","info":{"naicsMapping":"325412","sicMapping":"2834"}},{"name":"Physiotherapy Organization","info":{"naicsMapping":"621340","sicMapping":"8049"}},{"name":"Public Health Organizations","info":{"naicsMapping":"621491","sicMapping":"8011"}},{"name":"Veterinary Organizations","info":{"naicsMapping":"541940","sicMapping":"0740"}}]},{"name":"Performing Arts Companies","info":{"naicsMapping":"711100","sicMapping":"7922"},"children":[{"name":"Dance Groups","info":{"naicsMapping":"711120","sicMapping":"7922"}},{"name":"Musical Groups","info":{"naicsMapping":"711130","sicMapping":"7929"}},{"name":"Theatre Companies","info":{"naicsMapping":"711110","sicMapping":"7922"}}]},{"name":"Professional Service Companies","info":{"naicsMapping":"541000","sicMapping":"7300"},"children":[{"name":"Airports Services","info":{"naicsMapping":"541000","sicMapping":"4580"}},{"name":"Architectural Services","info":{"naicsMapping":"541310","sicMapping":"8712"},"children":[{"name":"Architecture Firms","info":{"naicsMapping":"541310","sicMapping":"8712"}},{"name":"Interior Design Services","info":{"naicsMapping":"541410","sicMapping":"8712"}}]},{"name":"Business Services","info":{"naicsMapping":"541000","sicMapping":"7300"},"children":[{"name":"Benefits Consulting Services","info":{"naicsMapping":"541000","sicMapping":"7300"}},{"name":"Corporate Training Services","info":{"naicsMapping":"541000","sicMapping":"7300"}},{"name":"Management Consulting Services","info":{"naicsMapping":"541610","sicMapping":"8742"}},{"name":"Payroll Services","info":{"naicsMapping":"541214","sicMapping":"8721"}},{"name":"Sales Consulting Services","info":{"naicsMapping":"541000","sicMapping":"7300"}}]},{"name":"Energy Management Services","info":{"naicsMapping":"541620","sicMapping":"7300"}},{"name":"Engineering Consulting Firms","info":{"naicsMapping":"541330","sicMapping":"8748"}},{"name":"Event Management Services","info":{"naicsMapping":"561920","sicMapping":"7300"}},{"name":"Finance Services","info":{"naicsMapping":"541000","sicMapping":"7300"},"children":[{"name":"Accounting Services","info":{"naicsMapping":"541200","sicMapping":"8720"}},{"name":"Auditing Services","info":{"naicsMapping":"541200","sicMapping":"8721"}},{"name":"Bookkeeping Services","info":{"naicsMapping":"541200","sicMapping":"8721"}},{"name":"Financial Consulting Services","info":{"naicsMapping":"523000","sicMapping":"6799"}},{"name":"Tax Services","info":{"naicsMapping":"541213","sicMapping":"7291"}}]},{"name":"Graphic Design Services","info":{"naicsMapping":"541430","sicMapping":"7336"}},{"name":"Legal Services","info":{"naicsMapping":"541110","sicMapping":"8111"}},{"name":"Logistics Services","info":{"naicsMapping":"488510","sicMapping":"4731"},"children":[{"name":"Freight Forwarding Services","info":{"naicsMapping":"488510","sicMapping":"4731"}},{"name":"Moving And Storage Services","info":{"naicsMapping":"488510","sicMapping":"4731"}},{"name":"Postal Services","info":{"naicsMapping":"491110","sicMapping":"4311"}}]},{"name":"Market Research Services","info":{"naicsMapping":"541910","sicMapping":"8732"}},{"name":"Marketing Services","info":{"naicsMapping":"541613","sicMapping":"8742"},"children":[{"name":"Advertising Services","info":{"naicsMapping":"541810","sicMapping":"7311"}},{"name":"Branding Services","info":{"naicsMapping":"541613","sicMapping":"7311"}},{"name":"Content Marketing Services","info":{"naicsMapping":"541613","sicMapping":"7311"}},{"name":"Content Writing Services","info":{"naicsMapping":"541613","sicMapping":"8742"}},{"name":"Lead Generation Services","info":{"naicsMapping":"541810","sicMapping":"7311"}},{"name":"Public Relations Services","info":{"naicsMapping":"541820","sicMapping":"8743"}},{"name":"Search Engine Marketing Services","info":{"naicsMapping":"541613","sicMapping":"7311"}},{"name":"Social Media Marketing Services","info":{"naicsMapping":"541613","sicMapping":"7311"}},{"name":"Video Production Services","info":{"naicsMapping":"512110","sicMapping":"7812"}},{"name":"Website Design Services","info":{"naicsMapping":"541511","sicMapping":"7371"}}]},{"name":"Photographic Studios","info":{"naicsMapping":"541921","sicMapping":"7221"}},{"name":"Polling Companies","info":{"naicsMapping":"541910","sicMapping":"8732"}},{"name":"Private Security Companies","info":{"naicsMapping":"561612","sicMapping":"7381"}},{"name":"Recruitment And Staffing Services","info":{"naicsMapping":"561311","sicMapping":"7361"},"children":[{"name":"HR Services Providers","info":{"naicsMapping":"541612","sicMapping":"7361"}},{"name":"PEO Providers","info":{"naicsMapping":"561330","sicMapping":"8742"}}]},{"name":"Research and Development Organizations","info":{"naicsMapping":"541700","sicMapping":"8731"}},{"name":"Translation Services","info":{"naicsMapping":"541930","sicMapping":"7389"}}]},{"name":"Public Administration","info":{"naicsMapping":"920000","sicMapping":"9100"},"children":[{"name":"Courts","info":{"naicsMapping":"922110","sicMapping":"9211"}},{"name":"Embassies And Consulates","info":{"naicsMapping":"928120","sicMapping":"9721"}},{"name":"Fire Departments","info":{"naicsMapping":"922160","sicMapping":"9224"}},{"name":"Government Agencies","info":{"naicsMapping":"922190","sicMapping":"9229"},"children":[{"name":"Intelligence Agency","info":{"naicsMapping":"928110","sicMapping":"9711"}},{"name":"Regulatory Agency","info":{"naicsMapping":"926150","sicMapping":"9651"}}]},{"name":"Government Departments","info":{"naicsMapping":"921190","sicMapping":"9190"}},{"name":"Intergovernmental Organizations","info":{"naicsMapping":"928120","sicMapping":"9721"}},{"name":"International Organizations","info":{"naicsMapping":"928120","sicMapping":"9721"}},{"name":"Local Governments","info":{"naicsMapping":"921110","sicMapping":"9111"}},{"name":"Military Bases","info":{"naicsMapping":"928110","sicMapping":"9711"}},{"name":"Military Related Organizations","info":{"naicsMapping":"928110","sicMapping":"9711"}},{"name":"Ministries","info":{"naicsMapping":"921110","sicMapping":"9111"}},{"name":"Police Departments","info":{"naicsMapping":"922120","sicMapping":"9221"}},{"name":"Political Parties","info":{"naicsMapping":"813940","sicMapping":"8651"}}]},{"name":"Real Estate Companies","info":{"naicsMapping":"531210","sicMapping":"6531"},"children":[{"name":"Real Estate Investment Management","info":{"naicsMapping":"523940","sicMapping":"6798"}},{"name":"Real Estate Investment Trusts","info":{"naicsMapping":"525920","sicMapping":"6798"}}]},{"name":"Religious Organizations","info":{"naicsMapping":"813110","sicMapping":"8661"},"children":[{"name":"Places Of Worship","info":{"naicsMapping":"813110","sicMapping":"8661"}},{"name":"Religious Administrative Units","info":{"naicsMapping":"813110","sicMapping":"8661"}}]},{"name":"Retailers","info":{"naicsMapping":"440000","sicMapping":"5900"},"children":[{"name":"Apparel Retailers","info":{"naicsMapping":"458110","sicMapping":"5651"},"children":[{"name":"Clothing Retailers","info":{"naicsMapping":"458000","sicMapping":"5600"},"children":[{"name":"Children Clothing Retailers","info":{"naicsMapping":"458110","sicMapping":"5640"}}]},{"name":"Footwear Retailers","info":{"naicsMapping":"458210","sicMapping":"3850"}},{"name":"Lingerie Retailers","info":{"naicsMapping":"458110","sicMapping":"5630"}}]},{"name":"Auction Houses","info":{"naicsMapping":"459999","sicMapping":"7389"}},{"name":"Automotive Retailers","info":{"naicsMapping":"441100","sicMapping":"5511"},"children":[{"name":"Automotive Part Retailers","info":{"naicsMapping":"441330","sicMapping":"3714"}},{"name":"Vehicle Retailers And Dealership","info":{"naicsMapping":"441100","sicMapping":"5510"}}]},{"name":"Bookstores","info":{"naicsMapping":"459210","sicMapping":"5942"}},{"name":"Construction Supplies Retailers","info":{"naicsMapping":"444100","sicMapping":"5211"},"children":[{"name":"Floor Covering Retailers","info":{"naicsMapping":"449121","sicMapping":"5713"}},{"name":"Hardware Retailers","info":{"naicsMapping":"444140","sicMapping":"5251"}},{"name":"Plumbing Equipment Retailers","info":{"naicsMapping":"444100","sicMapping":"5211"}}]},{"name":"Consumer Electronics Retailers","info":{"naicsMapping":"449210","sicMapping":"5940"}},{"name":"Convenience Stores","info":{"naicsMapping":"445131","sicMapping":"5411"}},{"name":"Department Stores","info":{"naicsMapping":"455110","sicMapping":"5311"}},{"name":"Floral Retailers","info":{"naicsMapping":"459310","sicMapping":"5992"}},{"name":"Food Retailers","info":{"naicsMapping":"445000","sicMapping":"5490"},"children":[{"name":"Food Markets","info":{"naicsMapping":"445200","sicMapping":"5490"}},{"name":"Food Trucks","info":{"naicsMapping":"722330","sicMapping":"5963"}},{"name":"Supermarkets","info":{"naicsMapping":"445110","sicMapping":"5411"}}]},{"name":"Furniture Retailers","info":{"naicsMapping":"449110","sicMapping":"5712"}},{"name":"Gas Station","info":{"naicsMapping":"457120","sicMapping":"5541"}},{"name":"Music Retailers","info":{"naicsMapping":"459140","sicMapping":"5736"}},{"name":"Online Retailers","info":{"naicsMapping":"440000","sicMapping":"5999"}},{"name":"Personal Accessories Retailers","info":{"naicsMapping":"458110","sicMapping":"5900"},"children":[{"name":"Eyewear Retailers","info":{"naicsMapping":"456130","sicMapping":"5995"}},{"name":"Jewelry Retailers","info":{"naicsMapping":"458310","sicMapping":"5944"}}]},{"name":"Pet Stores","info":{"naicsMapping":"459910","sicMapping":"5999"}},{"name":"Pharmacies","info":{"naicsMapping":"456110","sicMapping":"5910"}},{"name":"Photographic Equipment Stores","info":{"naicsMapping":"459410","sicMapping":"5946"}},{"name":"Sporting Goods Retailers","info":{"naicsMapping":"459110","sicMapping":"5940"}},{"name":"Toy And Video Game Retailers","info":{"naicsMapping":"459120","sicMapping":"5945"}},{"name":"Used Merchandise Retailers","info":{"naicsMapping":"459510","sicMapping":"5932"}},{"name":"Vending Machine Operators","info":{"naicsMapping":"445132","sicMapping":"5962"}}]},{"name":"Sport Organizations","info":{"naicsMapping":"711200","sicMapping":"7940"},"children":[{"name":"Sports Clubs","info":{"naicsMapping":"711211","sicMapping":"7941"}}]},{"name":"Technology Companies","info":{"naicsMapping":"","sicMapping":""},"children":[{"name":"Autonomous Vehicles","info":{"naicsMapping":"336100","sicMapping":"5012"}},{"name":"Computer Hardware Companies","info":{"naicsMapping":"334110","sicMapping":"5734"},"children":[{"name":"Computer Devices Companies","info":{"naicsMapping":"334110","sicMapping":"3570"}},{"name":"Computer Peripherals Companies","info":{"naicsMapping":"334110","sicMapping":"3577"}},{"name":"Networking Equipment Companies","info":{"naicsMapping":"334110","sicMapping":"3660"}},{"name":"Storage Devices Companies","info":{"naicsMapping":"334112","sicMapping":"3572"}}]},{"name":"Electronic Products Companies","info":{"naicsMapping":"334000","sicMapping":""},"children":[{"name":"Audio Equipment Manufacturers","info":{"naicsMapping":"334310","sicMapping":"3651"}},{"name":"Cameras Manufacturers","info":{"naicsMapping":"334000","sicMapping":"3861"}},{"name":"Entertainment Systems Companies","info":{"naicsMapping":"334310","sicMapping":"3651"}},{"name":"Mobile Phones Companies","info":{"naicsMapping":"334200","sicMapping":"3660"}},{"name":"Smart Devices Companies","info":{"naicsMapping":"334200","sicMapping":"3660"}},{"name":"Wearable Technology Companies","info":{"naicsMapping":"334200","sicMapping":"3660"}}]},{"name":"Financial Technology Companies","info":{"naicsMapping":"","sicMapping":"6282"},"children":[{"name":"Banking Technology Companies","info":{"naicsMapping":"","sicMapping":"6282"}},{"name":"Crowdfunding Technology Companies","info":{"naicsMapping":"","sicMapping":"6282"}},{"name":"Cryptocurrency Companies","info":{"naicsMapping":"","sicMapping":"6282"}}]},{"name":"Information Technology Services Companies","info":{"naicsMapping":"541500","sicMapping":"7370"},"children":[{"name":"Development Services Providers","info":{"naicsMapping":"541511","sicMapping":"7371"},"children":[{"name":"Mobile App Development Companies","info":{"naicsMapping":"541511","sicMapping":"7371"}},{"name":"Testing and QA Providers","info":{"naicsMapping":"541511","sicMapping":"7371"}},{"name":"Web Applications Developers","info":{"naicsMapping":"541511","sicMapping":"7371"}}]},{"name":"Implementation Services Providers","info":{"naicsMapping":"541500","sicMapping":"7370"}},{"name":"Security Services Providers","info":{"naicsMapping":"541500","sicMapping":"7370"}}]},{"name":"Medical Technology Companies","info":{"naicsMapping":"325410","sicMapping":"5047"}},{"name":"Optics Manufacturing Companies","info":{"naicsMapping":"333310","sicMapping":"3827"}},{"name":"Robotics Companies","info":{"naicsMapping":"541511","sicMapping":"7371"}},{"name":"Semiconductor Companies","info":{"naicsMapping":"334410","sicMapping":"3674"}},{"name":"Software Companies","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Accounting and Finance Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Accounting Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Accounts Payable Automation Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Billing Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Budgeting and Forecasting Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Expense Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Financial Close Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Financial Wellness Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Invoice Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Order Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Revenue Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Travel Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Agriculture Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Apparel Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Artificial Intelligence Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"AI Writing Assistants","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Computer Vision Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Image Recognition Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Conversational Intelligence Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Chatbots Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Text to Speech Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Voice Recognition Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Data Science and Machine Learning Platforms","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Natural Language Processing Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Association Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Auction Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Automotive Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Aviation Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Blockchain Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Child Care Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Collaboration and Productivity Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Board Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Idea Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Note-Taking Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Objectives and Key Results Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Productivity Bots Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Team Collaboration Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Collaborative Whiteboard Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Employee Intranet Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Meeting Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Screen Sharing Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Text Editor Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Commerce Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Communication Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Employee Communications Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Instant Messaging Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"VoIP Providers","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Web Conferencing Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Webinar Platforms","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Construction Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Content Aggregation Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Bookmarking Tools","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"RSS Feed Readers","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Content Management Systems","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Cloud Content Collaboration Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Digital Asset Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Digital Experience Platforms","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Mobile Forms Automation Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Online Form Builder Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"User-Generated Content Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Virtual Data Room Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Web Content Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Website Builder Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Creative Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"3D Design Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"3D Printing Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"CAD Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Virtual Tour Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Audio Editing Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Display Ad Design Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Graphic Design Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Photography Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Software Design Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Stock Media Platforms","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Video Editing Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Customer Service Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Call & Contact Center Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Conversational Support Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Customer Self-Service Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Customer Success Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Enterprise Feedback Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Experience Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Feedback Analytics Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Field Service Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Help Desk Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Live Chat Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Social Customer Service Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Speech Analytics Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Data Analytics Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Analytics Platforms","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Business Intelligence Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Data Visualization Tools","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Enterprise Search Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Predictive Analytics Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Text Analysis Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Data Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Data Extraction Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Data Integration Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Data Labeling Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Data Management Tools","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Data Migration Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Data Quality Tools","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Data Warehouse Solutions","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Database Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"ETL Tools","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Knowledge Base Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Data Privacy Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Identity Verification Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Development Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Application Development Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Application Development Platforms","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Cloud Platform as a Service Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Integrated Development Environments","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Low-Code Development Platforms","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Mobile Development Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"No-Code Development Platforms","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Web Frameworks","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"DevOps Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"AIOps Tools","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Automation Testing","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Bug Tracking Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"CI/CD Tools","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Containerization Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Load Testing Tools","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Version Control Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Software Testing Tools","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Digital Advertising Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Cross-Channel Advertising Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Data Management Platforms","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Demand Side Platform","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Display Advertising Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Mobile Advertising Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Publisher Ad Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Search Advertising Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Social Media Advertising Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Video Advertising Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"E-Commerce Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Catalog Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Drop Shipping Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"E-Commerce Analytics Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"E-Commerce Personalization Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"E-Commerce Platforms","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"E-Commerce Search Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"E-Commerce Tools","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"E-commerce Fraud Protection Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Marketplace Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Mobile E-Commerce Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Multichannel Retail Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Online Marketplace Optimization Tools","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Product Information Management Systems","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Review Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Subscription Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Education Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Learning Management Systems","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Library Management Systems","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Mentoring Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"School Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Education Platforms","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Code Development Education Platforms","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Language Education Platforms","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Training eLearning Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Energy Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Equipment Rental Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Event Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Financial Services Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Financial Analytics Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Insurance Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Investment Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Loan Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Fitness Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Food Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Fundraising Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Grant Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"HR Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Benefits Administration Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Compensation Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Corporate Performance Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Employee Engagement Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Employee Monitoring Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Employee Recognition Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Employee Scheduling Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"HR Analytics Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"HR Case Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Job Board Platforms","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Payroll Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Performance Management Systems","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Portfolio Board Platforms","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Recruiting Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Applicant Tracking Systems","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Employee Referral Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Onboarding Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Pre-Employment Screening Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Recruiting Automation Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Talent Acquisition Suites Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Technical Skills Screening Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Talent Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Time Tracking Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Workforce Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Health Care Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Clinical Communication and Collaboration Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Clinical Documentation Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Disease Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"EHR Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"HIPAA Compliant Messaging Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Healthcare Analytics Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Healthcare Claims Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Healthcare HR Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Home Health Care Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Medical 3D Visualization Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Medical Billing Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Medical Practice Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Medical Transcription Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Mental Health Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Patient Experience Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Pharmacy Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Population Health Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Provider Data Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Radiology Information Systems","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Revenue Cycle Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Telemedicine Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Wellness Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Hospitality Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Hotel Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Reservation Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Restaurant Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Spa and Salon Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Vacation Rental Platforms","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Hosting Providers","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Content Delivery Network Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Domain Registration Providers","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Managed DNS Providers Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Web Hosting Providers","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"IT Infrastructure Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Cloud File Storage Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Data Center Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Data Recovery Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Backup Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Data Transfer Tools","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Load Balancing Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Monitoring Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Application Performance Monitoring Tools","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Cloud Infrastructure Monitoring Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Database Monitoring Tools","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Enterprise Monitoring Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Log Monitoring Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Network Monitoring Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Server Monitoring Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Website Monitoring Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Network Management Tools","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Operating Systems","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Remote Desktop Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Remote Support Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Server Virtualization Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Storage Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Virtual Desktop Infrastructure Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"IT Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Application Portfolio Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Cloud Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Data Governance Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Enterprise Mobility Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"IT Asset Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"IT Service Management Tools","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Incident Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Mobile Device Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"OCR Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Process Automation Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Business Process Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Digital Process Automation Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Robotic Process Automation Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Workflow Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]}]},{"name":"IoT Management Platforms","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Laboratory Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Legal Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Life Sciences Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Logistics Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Distribution Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Inventory Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Shipping Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Supply Chain Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Marine Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Marketing Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Account-Based Marketing Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Account-Based Data Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Account-Based Execution Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Affiliate Marketing Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Audience Response Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Content Marketing Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Content Analytics Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Content Creation Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Content Curation Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Content Distribution Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Content Experience Platforms","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Conversational Marketing Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Conversion Rate Optimization Tools","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Landing Page Builders","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Product Analytics Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Customer Data Platforms","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Customer Journey Analytics Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Demand Generation Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Brand Advocacy Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Lead Generation Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Loyalty Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Digital Analytics Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Digital Signage Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Email Deliverability Tools","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Email Marketing Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Email Template Builder Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Inbound Call Tracking Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Local Marketing Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Market Intelligence Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Marketing Analytics Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Marketing Automation Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Marketing Resource Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Mobile Marketing Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Online Community Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Online Reputation Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Personalization Engines","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Personalization Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Print Fulfillment Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Public Relations Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Media Monitoring Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Media and Influencer Targeting Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Push Notification Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Rewards and Incentives Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"SEO Tools","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"SMS Marketing Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Social Media Marketing Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Influencer Marketing Platforms","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Social Media Analytics Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Social Media Management Tools","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Social Media Monitoring Tools","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Transactional Email Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"User Research Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Nonprofit Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Office Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Calendar Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Document Creation Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Document Generation Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Email Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Emergency Notification Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Meeting Room Booking Systems","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Online Appointment Scheduling Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"PDF Editor Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Presentation Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Survey Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Visitor Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Writing Assistants Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Oil and Gas Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Open Source Software Companies","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Parking Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Parks and Recreation Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Physical Security Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Political Campaign Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Property Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Public Safety Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Real Estate Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Retail Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Sales Tools","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"AI Sales Assistant Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"CRM Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Contract Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"E-Signature Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"ERP Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Asset Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Environmental Health and Safety Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Manufacturing Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Computer-Aided Manufacturing Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Manufacturing Execution System Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Manufacturing Intelligence Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Procurement Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Product Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Professional Services Automation Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Project Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Quality Management Systems","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Strategy And Innovation Roadmapping Tools","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Field Sales Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Partner Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Quote Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Sales Acceleration Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Email Tracking Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Outbound Call Tracking Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Sales Coaching Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Sales Conversation Intelligence Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Sales Enablement Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Sales Engagement Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Sales Performance Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Sales Training and Onboarding Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Sales Analytics Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Sales Gamification Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Sales Intelligence Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Security Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Antivirus Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Cloud Security Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Data Security Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"DevSecOps Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Email Security Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Encryption Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Endpoint Protection Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Identity Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Network Security Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Risk Assessment Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Security Awareness Training Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Vulnerability Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Web Security Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Social Network Platforms","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Dating Platforms","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Software As A Service Companies","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Sports Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Sustainability Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Tickets Registration Platforms","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Translation Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Travel Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Veterinary Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Video Software","info":{"naicsMapping":"513210","sicMapping":"7372"},"children":[{"name":"Live Stream Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Video CMS Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Video Hosting Platforms","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Virtual and Augmented Reality Software","info":{"naicsMapping":"513210","sicMapping":"7372"}},{"name":"Waste Management Software","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Telecommunications Companies","info":{"naicsMapping":"517110","sicMapping":"4800"},"children":[{"name":"Internet Service Providers","info":{"naicsMapping":"517110","sicMapping":"7375"}},{"name":"Telco Infrastructure Equipment Companies","info":{"naicsMapping":"517110","sicMapping":"4800"}}]},{"name":"Video Game Companies","info":{"naicsMapping":"513210","sicMapping":"7372"}}]},{"name":"Transport Companies","info":{"naicsMapping":"480000","sicMapping":"4729"},"children":[{"name":"Airlines","info":{"naicsMapping":"481111","sicMapping":"4512"}},{"name":"Ferry Companies","info":{"naicsMapping":"483212","sicMapping":"4489"}},{"name":"Public Transport Operators","info":{"naicsMapping":"485110","sicMapping":"4729"}},{"name":"Railway Companies","info":{"naicsMapping":"482110","sicMapping":"4000"}},{"name":"Ridesharing And Taxi Companies","info":{"naicsMapping":"485310","sicMapping":"4121"}},{"name":"Vehicle Rental Companies","info":{"naicsMapping":"532111","sicMapping":"7514"}}]},{"name":"Utility Companies","info":{"naicsMapping":"221000","sicMapping":"4900"},"children":[{"name":"Electricity Distribution Companies","info":{"naicsMapping":"221122","sicMapping":"4911"}},{"name":"Gas Distribution Companies","info":{"naicsMapping":"221210","sicMapping":"4924"}},{"name":"Heat Distribution Companies","info":{"naicsMapping":"221330","sicMapping":"4961"}},{"name":"Waste And Recycling Companies","info":{"naicsMapping":"562000","sicMapping":"4953"},"children":[{"name":"Recycling Companies","info":{"naicsMapping":"562920","sicMapping":"4953"}}]},{"name":"Water Distribution Companies","info":{"naicsMapping":"221310","sicMapping":"4941"}}]}]}},"dev-notes":"The ontology has these top-level elements:\n1. `metadata`: General metadata about the ontology. See [Metadata](#Metadata) section.\n2. `types`: Entity type definitions. See [Types](#Types) section.\n3. `composites`: Non-primitive type definitions referenced by entity fields. See [Composites](#Composites) section.\n4. `enums`: Enumerations referenced by entity fields. See [Enums](#Enums) section.\n5. `taxonomies`: Taxonomies referenced by entity fields. See [Taxonomies](#Taxonomies) section.\n6. `dev-notes`: These notes (don't we all loooove self-references)\n\n# Metadata\nMetadata has the following general structure:\n```\n\"metadata\": {\n \"kg-version\": \"175\",\n \"binary-version\": \"0.3.15\",\n \"generated\": \"1613687623\"\n}\n```\n1. `kg-version`: Version of the KG for which this ontology was generated\n2. `binary-version`: Internal developer metadata\n3. `generated`: Unix timestamp when this metadata was generated\n\n# Types\nType definitions have the following general structure:\n```\n\"Person\": {\n \"name\": \"Person\",\n \"typeHierarchy\": [\n \"DiffbotEntity\"\n ],\n \"taxonomy\": null,\n \"fields\": {\n \"twitterUri\": {\n \"name\": \"twitterUri\",\n \"description\": \"Link to the Twitter profile of the Person entity\",\n \"isFact\": true,\n \"isEnum\": false,\n \"isList\": false,\n \"isPrimitive\": false,\n \"type\": \"DiffbotUrl\",\n \"isDeprecated\": false\n },\n ...\n }\n}\n```\n1. `name`: Name of the entity\n2. `typeHierarchy`: Type hierarchy of the entity. `DiffbotEntity` is the root type. An entity inherits all fields from its hierarchy. The `typeHierarchy` is ordered from closest to farthest ancestor. Example:\n```\n \"LocalBusiness\": {\n \"typeHierarchy\": [\n \"Organization\",\n \"DiffbotEntity\"\n ],\n```\n3. `taxonomy`: Refers to a taxonomy for this entity, if one exists. See [Taxonomies](#Taxonomies) section. \n4. `fields`: Entity fields. See [Fields section](#Fields).\n\n### Fields\nEntity fields have the following general structure:\n```\n \"categories\":{\n \"name\":\"categories\",\n \"description\":\"Industry categories\",\n \"isFact\":true,\n \"isEnum\":false,\n \"isList\":true,\n \"isPrimitive\":false,\n \"type\":\"LinkedEntity\",\n \"leType\":[\n \"IndustryCategory\"\n ],\n \"isDeprecated\":false\n }\n```\n1. `name`: Name of the field\n2. `description`: Description of the field\n3. `isFact`: A value of `true` indicates that this field is a Fact field. Fact fields contain provenance and confidence information, aside from the value of the fact. See [Facts](#Facts) section for structure of fact.\n4. `isEnum`: A value of `true` indicates that this field is an enumeration. Enumeration values are listed in the `enum` section of the ontology. See section on [Enums](#Enums) .\n5. `isList`: A value of `true` indicates that this field is an array field and can hold multiple values.\n6. `isPrimitive`: A value of `true` indicates that this field is a primitive. See sections on [Primitives](#Primitives) and [Composites](#Composites) for more information on field datatypes.\n7. `type`: Type of the field. Fields can be [Primitives](#Primitives), [Composites](#Composites), [Enums](#Enums) or one of the [Entity Types](#Types).\n8. `leType`: Indicates that this fields refers to a LinkedEntity and lists the Entity Types that this LinkedEntity can refer to. See section on [LinkedEntity](#LinkedEntity) for details.\n9. `isDeprecated`: Indicates if the field is deprecated and may not be supported in the future.\n\n### Facts\nFact fields contain provenance and confidence information, aside from the value of the fact. Fact fields have the following general structure:\n```\n\"twitterUri\": {\n \"explicitOrigin\": [\n \"angel.co/diffbot\",\n \"crunchbase.com/organization/diffbot\",\n \"wikidata.org/entity/Q17052069\"\n ],\n \"confidence\": \"0.60\",\n \"value\": \"twitter.com/diffbot\"\n}\n```\n### Primitives\nThe following primitives types are supported:\n- `Integer`: Integer types such as `byte`, `short`, `int`, `long`\n- `Float`: Decimal types such as `float`, `double`\n- `Boolean`: Boolean type\n- `String`: String type\n- `URL`: This is a special type of String which represents a URL\n\n### LinkedEntity\nLinkedEntity fields refer to other other Entity Types. For example, a `Organization.founders` is a LinkedEntity that refers to `Person` type.\n\nLinkedEntities have the `type` fields declared as `LinkedEntity` and the possible Entity Types are listed in the `leType` element.\n```\n \"type\": \"LinkedEntity\",\n \"leType\": [ \"Person\" ],\n```\n\n# Composites\nComposites are complex datatypes. They have the following general structure:\n```\n \"Contact\":{\n \"name\":\"Contact\",\n \"fields\":{\n \"contactString\":{\n \"name\":\"contactString\",\n \"description\":\"A field such as email address etc.\",\n \"isFact\":false,\n \"isEnum\":false,\n \"isList\":false,\n \"isPrimitive\":true,\n \"type\":\"String\",\n \"isDeprecated\":false\n },\n ...\n }\n }\n```\n1. `name`: Name of the Composite\n2. `description`: Description of the Composite\n3. `fields`: Composite fields. They have the same structure as an Entity field. See [Fields section](#Fields).\n \n# Enums\nEnums have the following general structure:\n```\n \"EyeColor\":{\n \"name\":\"EyeColor\",\n \"values\":[\n \"Black\",\n \"Brown\",\n \"Blue\",\n ...\n ]\n }\n```\n1. `name`: Name of the Enum\n2. `description`: Description of the Enum\n3. `values`: Possible values of the composite\n\n# Taxonomies\nIf an Entity Type has an associated taxonomy, it'll be mentioned in the `taxonomy` field of the Type definition. The taxonomy definition itself is under the top-level `taxonomies` element.\n\n```\n \"IndustryCategory\":{\n \"name\":\"IndustryCategory\",\n \"taxonomy\": \"IndustryCategory\",\n \"typeHierarchy\":[\n \"Intangible\",\n \"DiffbotEntity\"\n ]\n }\n```\n\nTaxonomies have the following general structure:\n```\n[\n {\n \"name\":\"Food And Drink Companies\",\n \"diffbotId\": \"EXXXXXXXXXXX\",\n \"info\": {\n \"naicsMapping\":\"311000\"\n }\n \"children\":[\n {\n \"name\": \"Animal Food Manufacturers\",\n \"info\": {\n \"naicsMapping\":\"311000\"\n }\n \"children\":[\n ...\n ]\n }\n ]\n },\n ...\n]\n```\n1. `name`: Name of the category\n2. `diffbotId`: DiffbotId of the category, if an entity exists in Diffbot KG corresponding to the category\n3. `info`: Information specific to the taxonomy. The structure of this element is not formally defined and can change depending on the specific taxonomy.\n4. `children`: Child categories. Children have the same JSON structure as the parent and taxonomies can be arbitrarily deeply nested. "}
\ No newline at end of file
diff --git a/website/pages/en/index.js b/website/pages/en/index.js
index bc680aa6..947dfdda 100644
--- a/website/pages/en/index.js
+++ b/website/pages/en/index.js
@@ -23,11 +23,7 @@ class HomeSplash extends React.Component {
const SplashContainer = props => (