AYLIEN · Schema

EntityLinks

News IntelligenceText AnalysisNLPSentiment AnalysisEntity RecognitionNatural Language ProcessingNews APIArticle ExtractionSummarizationConcept Detection

Properties

Name Type Description
dbpedia string A dbpedia resource URL (deprecated)
wikipedia string A wikipedia resource URL
wikidata string A wikidata resource URL
View JSON Schema on GitHub

JSON Schema

news-api-EntityLinks.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EntityLinks",
  "properties": {
    "dbpedia": {
      "description": "A dbpedia resource URL (deprecated)",
      "type": "string"
    },
    "wikipedia": {
      "description": "A wikipedia resource URL",
      "type": "string"
    },
    "wikidata": {
      "description": "A wikidata resource URL",
      "type": "string"
    }
  },
  "type": "object"
}