Wikibase Registry is now Wikibase World. Learn more on the project talk page.

EntitySchema:E1 and Project:Home: Difference between pages

From Wikibase World
(Difference between pages)
Jump to navigation Jump to search
(Updated Schema text)
 
(data model)
 
Line 1: Line 1:
{
A spiritual successor to the Wikibase Registry, '''''Wikibase World''''' is the Wikibase of Wikibases.
    "id": "E1",
 
    "serializationVersion": "3.0",
Feel free to create an entry for your Wikibase on this wiki if:
    "labels": {
* It is available for the public to consume (either read-only or read-write)
        "en": "Wikibase site"
* It intends to continue on an indefinite basis; in other words, it is not a temporary or interim Wikibase
    },
 
    "descriptions": {
==Data model==
        "en": "An individual use case of the Wikibase software"
Each Wikibase has:
    },
* [[Property:P3|P3]] (instance of): [[Item:Q10|Q10]] (Wikibase site)
    "aliases": {
* [[Property:P1|P1]] (URL)
        "en": [
* [[Property:P2|P2]] (host)
            "Wikibase instance",
            "Wikibase installation"
        ]
    },
    "schemaText": "PREFIX wd: \u003Chttps://wikibase.world/entity/\u003E\nPREFIX wdt: \u003Chttps://wikibase.world/prop/direct/\u003E\n\n\u003Cwikibasesite\u003E {\n  wdt:P1 IRI ;\n  wdt:P2 IRI ;\n  wdt:P3 [wd:Q10]\n}",
    "type": "ShExC"
}

Revision as of 14:26, 5 June 2023

A spiritual successor to the Wikibase Registry, Wikibase World is the Wikibase of Wikibases.

Feel free to create an entry for your Wikibase on this wiki if:

  • It is available for the public to consume (either read-only or read-write)
  • It intends to continue on an indefinite basis; in other words, it is not a temporary or interim Wikibase

Data model

Each Wikibase has:

  • P3 (instance of): Q10 (Wikibase site)
  • P1 (URL)
  • P2 (host)