wikidata_statements

Array of statement objects for this property

Open DataPublic APIsOpen KnowledgeEncyclopediaKnowledge GraphOpen SourceNon-Profit
View JSON Schema on GitHub

JSON Schema

wikimedia-enterprise-wikidata-statements-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wikipedia/refs/heads/main/json-schema/wikimedia-enterprise-wikidata-statements-schema.json",
  "title": "wikidata_statements",
  "description": "Array of statement objects for this property",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/wikidata_statement"
  }
}