Wikipedia / MediaWiki · JSON Structure

Wikimedia Enterprise Wikidata Statements Structure

Array of statement objects for this property

Type: array Properties: 0
Open DataPublic APIsOpen KnowledgeEncyclopediaKnowledge GraphOpen SourceNon-Profit

wikidata_statements is a JSON Structure definition published by Wikipedia / MediaWiki. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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