Wikibase
MediaWiki Wikibase extension
|
Wikibase allows exporting data in RDF format. See details of the implementation in RDF Dump Format
Changes to the RDF mapping are however subject to the Stable Interface Policy, see Wikidata:Stable Interface Policy.
Export RDF data from a Wikibase Repository is done with the maintenance script repo/maintenance/dumpRdf.php
By executing the following the Repository contents will be output to the console in RDF format.
--format
Set the dump format, such as "nt" or "ttl". Defaults to "ttl"--flavor
Set the flavor to produce. Can be either "full-dump" or "truthy-dump". Defaults to "full-dump"."full-dump"
contains all statements regardless of their rank."truthy-dump"
does not contain statements with a deprecated rank. If there are statements with normal and preferred rank, only the statements with preferred rank will be exported.--redirect-only
Whether to only export information about redirects.--part-id
Unique identifier for this part of multi-part dump, to be used for marking bnodes.The following are the RDF format versions, see FORMAT_VERSION in RdfVocabulary.php
.