Wikidata Extraction This dataset contains all RDF triples extracted from the latest Wikidata, converted from the N Triples format to Parquet. The data originates from Wikidata, a free and open knowledge base that acts as central storage for structured data used by Wikipedia and other Wikimedia projects. The source file is the "truthy" N Triples dump ( latest truthy.nt.bz2 ), which contains only the current, non deprecated statements. The code to extract this data is available at github.com/piebro/wikidata extraction. Schema Each row represents a single RDF triple with four columns: Column Type Description subject string The entity being described (typically a Wikidata Q ID URL) predicate string The property or relationship (typically a Wikidata P ID URL) object string The value, which can be another entity, literal, or external ID language string Language tag for literals (e.g., "en", "de"), null otherwise Example Values This triple means: "Q42 (Douglas Adams) has the English label 'Douglas Adams'". This triple means: "Q42 (Douglas Adams) is an instance of (P31) Q5 (human)". The language is null because the object is a URI, not a language tagged literal. Data Organization Triplets…
We use cookies for essential functionality and analytics. You can accept or reject analytics cookies.Cookie policy