Main Page: Difference between revisions

From KBTestWikibase
Jump to navigation Jump to search
Line 53: Line 53:
* https://github.com/KBNLresearch/wikibase-api/tree/master/examples-kb - Examples on how to read, write, delete, update Ps, Qs, claims, qualifiers and references in https://kbtestwikibase.wikibase.cloud using Python
* https://github.com/KBNLresearch/wikibase-api/tree/master/examples-kb - Examples on how to read, write, delete, update Ps, Qs, claims, qualifiers and references in https://kbtestwikibase.wikibase.cloud using Python
* Docs/manual are on https://wikibase-api.readthedocs.io/en/latest/.
* Docs/manual are on https://wikibase-api.readthedocs.io/en/latest/.
== Snelheid van bulk data-importeren ==
* [https://wikibase.consulting/fast-bulk-import-into-wikibase/ Fast Bulk Import Into Wikibase] - ''Importing a large amount of Items into Wikibase can be a challenge. This post provides a high level overview of different importing approaches and their performance.''

Revision as of 15:36, 16 June 2022

Test Wikibase instance for the national library of The Netherlands.

Quick links

Eigenschappen (properties) (namespace = xx)

Items (namespace = 120)

Terminologie

  • Statements can also be expanded upon, annotated, or contextualized with the addition of optional qualifiers, references, and ranks.
  • The core part of a statement without references and ranks is also called claim. A claim without qualifiers is also referred to as snak. (= simplest P-Q pair)

SPARQL

Setup

PREFIX wd: <https://kbtestwikibase.wikibase.cloud/entity/>
PREFIX wds: <https://kbtestwikibase.wikibase.cloud/entity/statement/>
PREFIX wdv: <https://kbtestwikibase.wikibase.cloud/value/>
PREFIX wdt: <https://kbtestwikibase.wikibase.cloud/prop/direct/>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX p: <https://kbtestwikibase.wikibase.cloud/prop/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

Wat zit er in de Wikibase?

Eenvoudige zoekvragen

Voorbeeld-items

om (het API-matig schrijven van) onze KB-datamodellen te testen en te verbeteren

Centsprenten

  • [1] (Q20) - bron van de GGC-data staat [hier]

Personen

Interactie via de API

Endpoint

Via URLs

Via Python

Snelheid van bulk data-importeren

  • Fast Bulk Import Into Wikibase - Importing a large amount of Items into Wikibase can be a challenge. This post provides a high level overview of different importing approaches and their performance.