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

Project:Home: Difference between revisions

From Wikibase World
Jump to navigation Jump to search
(clarifying)
 
(36 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A spiritual successor to the Wikibase Registry, '''''Wikibase World''''' is the Wikibase of Wikibases.
'''''[[Item:Q3|Wikibase World]]''''' is a collaborative database of the Wikibase ecosystem, including individual Wikibase instances, itself running on Wikibase. By mapping Wikibases together based on [[Property:P4|the records they have in common]], we make our individual databases interoperable with each other, building a greater open data ecosystem.


==Add your Wikibase!==
Feel free to create an entry for your Wikibase on this wiki if:
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 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
# It intends to continue on an indefinite basis; in other words, it will not be deleted in the near future
 
To add your Wikibase:
 
# '''[[Special:NewItem|Create a new item]]''' with your name of the Wikibase as the label and "Wikibase site" or something else as the description
# Add a [[Property:P3|instance of]] (P3) claim with value [[Item:Q10|Wikibase site]] (Q10)
#* Add a [[Property:P1|URL]] (P1) claim with the URL to your Wikibase
#* Add [[Project:Properties|more properties]] if there are any—you can create items as needed to link to your Wikibase's item
# If your Wikibase has an '''[https://www.w3.org/2009/08/skos-reference/skos.html#exactMatch exact match]''' property (like [https://wikidata.org/wiki/Property:P2888 Wikidata's]), register it on Wikibase World's [[Property:P4]]
 
==Browse==
* '''[https://wikibase.world/query/#PREFIX%20wdt%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fprop%2Fdirect%2F%3E%0APREFIX%20wd%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fentity%2F%3E%0A%0ASELECT%20%3FitemLabel%20%3Furl%20%3Fitem%20WHERE%20%7B%0A%20%20%20%20%3Fitem%20wdt%3AP3%20wd%3AQ10%20.%0A%20%20%20%20%3Fitem%20wdt%3AP1%20%3Furl%20.%0A%20%20%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%7D All Wikibases on this wiki]'''
** [https://wikibase.world/query/#PREFIX%20wdt%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fprop%2Fdirect%2F%3E%0APREFIX%20wd%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fentity%2F%3E%0A%0ASELECT%20%3FitemLabel%20%3Furl%20%3Fitem%20WHERE%20%7B%0A%20%20%20%20%3Fitem%20wdt%3AP3%20wd%3AQ10%20.%0A%20%20%20%20%3Fitem%20wdt%3AP1%20%3Furl%20.%0A%20%20%20%20%3Fitem%20wdt%3AP13%20wd%3AQ54%20.%0A%20%20%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%7D Only Wikibases that are currently online]
** [https://wikibase.world/query/#PREFIX%20wdt%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fprop%2Fdirect%2F%3E%0APREFIX%20wd%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fentity%2F%3E%0A%0ASELECT%20%3Fitem%20%3FitemLabel%20%3Furl%20%3FinceptionDate%0AWHERE%20%7B%0A%20%20%3Fitem%20wdt%3AP2%20wd%3AQ5.%0A%20%20%3Fitem%20wdt%3AP1%20%3Furl.%0A%20%20%3Fitem%20wdt%3AP5%20%3FinceptionDate.%0A%20%20%3Fitem%20wdt%3AP13%20wd%3AQ54.%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%7D%0AORDER%20BY%20%3FinceptionDate Only Wikibases that are currently online with their inception date]
* '''[https://wikibase.world/query/#PREFIX%20wdt%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fprop%2Fdirect%2F%3E%0APREFIX%20wd%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fentity%2F%3E%0A%0ASELECT%20%3FitemLabel%20%3FavailabilityLabel%20%3Furl%20%3Fitem%20WHERE%20%7B%0A%20%20%20%20%3Fitem%20wdt%3AP3%20wd%3AQ11%20.%0A%20%20%20%20OPTIONAL%20%7B%20%3Fitem%20wdt%3AP1%20%3Furl%20.%20%7D%0A%20%20%20%20OPTIONAL%20%7B%20%3Fitem%20wdt%3AP13%20%3Favailability%20.%20%7D%0A%20%20%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%7D Known Wikibase hosts]'''
* '''[https://wikibase.world/query/#PREFIX%20wd%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fentity%2F%3E%0APREFIX%20wdt%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fprop%2Fdirect%2F%3E%0A%0ASELECT%20DISTINCT%20%3Fitem%20%3FitemLabel%20%3Fwikibase%20%3FwikibaseLabel%20WHERE%20%7B%0A%20%20%20%20%3Fwikibase%20wdt%3AP18%20%3Fitem%20.%0A%20%20%20%20%3Fitem%20wdt%3AP3%20wd%3AQ88%20.%0A%20%20%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%7D Apps supported by Wikibase]'''
* [https://wikibase.world/query/#PREFIX%20wd%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fentity%2F%3E%0APREFIX%20wdt%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fprop%2Fdirect%2F%3E%0A%0ASELECT%20%3Fitem%20%3FitemLabel%20WHERE%20%7B%0A%20%20%20%20%3Fitem%20wdt%3AP3%20wd%3AQ9%20.%0A%20%20%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%7D Classes used on this wiki]
* [https://wikibase.world/query/#PREFIX%20wd%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fentity%2F%3E%0APREFIX%20wdt%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fprop%2Fdirect%2F%3E%0A%0ASELECT%20%3Fitem%20%3FitemLabel%20WHERE%20%7B%0A%20%20%20%20%3Fitem%20wdt%3AP3%20wd%3AQ61%20.%0A%20%20%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%7D MediaWiki (non-Wikibase) extensions]
* [https://wikibase.world/query/#PREFIX%20wd%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fentity%2F%3E%0APREFIX%20wdt%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fprop%2Fdirect%2F%3E%0A%0ASELECT%20%3Fitem%20%3FitemLabel%20WHERE%20%7B%0A%20%20%20%20%3Fitem%20wdt%3AP3%20wd%3AQ222%20.%0A%20%20%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%7D Wikibase extensions]
* [https://wikibase.world/query/#PREFIX%20wd%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fentity%2F%3E%0APREFIX%20wdt%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fprop%2Fdirect%2F%3E%0A%0ASELECT%20%3Fitem%20%3FitemLabel%20WHERE%20%7B%0A%20%20%20%20%3Fitem%20wdt%3AP3%20wd%3AQ283%20.%0A%20%20%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%7D Wikibase tools]
* [https://wikibase.world/query/#PREFIX%20wd%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fentity%2F%3E%0APREFIX%20wdt%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fprop%2Fdirect%2F%3E%0A%0ASELECT%20%3Fitem%20%3FitemLabel%20WHERE%20%7B%0A%20%20%20%20%3Fitem%20wdt%3AP3%20wd%3AQ95%20.%0A%20%20%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%7D Gadgets]
* [https://wikibase.world/query/#PREFIX%20wd%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fentity%2F%3E%0APREFIX%20wdt%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fprop%2Fdirect%2F%3E%0A%0ASELECT%20%3Fitem%20%3FitemLabel%20WHERE%20%7B%0A%20%20%20%20%3Fitem%20wdt%3AP3%20wd%3AQ69%20.%0A%20%20%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%7D People]
* [https://wikibase.world/query/#PREFIX%20wd%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fentity%2F%3E%0APREFIX%20wdt%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fprop%2Fdirect%2F%3E%0A%0ASELECT%20DISTINCT%20%3Fitem%20%3FitemLabel%20WHERE%20%7B%0A%20%20%20%20%3Fitem%20wdt%3AP3%20wd%3AQ116%20.%0A%20%20%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%7D Copyright licenses]
* [https://wikibase.world/query/#PREFIX%20wd%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fentity%2F%3E%0APREFIX%20wdt%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fprop%2Fdirect%2F%3E%0A%0ASELECT%20DISTINCT%20%3Fitem%20%3FitemLabel%20WHERE%20%7B%0A%20%20%20%20%3Fitem%20wdt%3AP3%20wd%3AQ143%20.%0A%20%20%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%7D Software feature vocabulary]
 
'''Missing properties on items'''
 
* [https://wikibase.world/query/#prefix%20wdt%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fprop%2Fdirect%2F%3E%0Aprefix%20wd%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fentity%2F%3E%0Aselect%20%3Fid%20%3Flicense%20where%20%7B%0A%20%20%3Fid%20wdt%3AP3%20wd%3AQ10%20.%0A%20%20optional%20%7B%20%3Fid%20wdt%3AP9%20%3Flicense%20.%20%7D%0A%7D Items with or without licenses]
* [https://wikibase.world/query/#prefix%20wdt%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fprop%2Fdirect%2F%3E%0Aprefix%20wd%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fentity%2F%3E%0Aselect%20%3Fid%20%3Fqueryui%20where%20%7B%0A%20%20%3Fid%20wdt%3AP3%20wd%3AQ10%20.%0A%20%20optional%20%7B%20%3Fid%20wdt%3AP7%20%3Fqueryui%20.%20%7D%0A%7D Items with or without link to query UI]
* [https://wikibase.world/query/#prefix%20wdt%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fprop%2Fdirect%2F%3E%0Aprefix%20wd%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fentity%2F%3E%0Aselect%20%3Fid%20%3Fqueryendpoint%20where%20%7B%0A%20%20%3Fid%20wdt%3AP3%20wd%3AQ10%20.%0A%20%20optional%20%7B%20%3Fid%20wdt%3AP8%20%3Fqueryendpoint%20.%20%7D%0A%7D Items with or without link to query SPARQL endpoint]
* [https://wikibase.world/query/#prefix%20wdt%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fprop%2Fdirect%2F%3E%0Aprefix%20wd%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fentity%2F%3E%0Aselect%20%3Fid%20%3Favailability%20where%20%7B%0A%20%20%3Fid%20wdt%3AP3%20wd%3AQ10%20.%0A%20%20optional%20%7B%20%3Fid%20wdt%3AP13%20%3Favailability%20.%20%7D%0A%7D Items with or without availability status]
* [https://wikibase.world/query/#prefix%20wdt%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fprop%2Fdirect%2F%3E%0Aprefix%20wd%3A%20%3Chttps%3A%2F%2Fwikibase.world%2Fentity%2F%3E%0Aselect%20%3Fid%20%3Finception%20%3Fdiscontinuation%20where%20%7B%0A%20%20%3Fid%20wdt%3AP3%20wd%3AQ10%20.%0A%20%20optional%20%7B%20%3Fid%20wdt%3AP5%20%3Finception%20.%20%7D%0A%20%20optional%20%7B%20%3Fid%20wdt%3AP28%20%3Fdiscontinuation%20.%20%7D%0A%7D Inception date, discontinuation date]


==Data model==
==Data model==
Each Wikibase has:
See [[Project:Properties]]
* [[Property:P3|P3]] (instance of): [[Item:Q10|Q10]] (Wikibase site)
* [[Property:P1|P1]] (URL)
* [[Property:P2|P2]] (host)
* [[Property:P5|P5]] (inception)
 
Attempt at expressing this as a Shape Expression: [[EntitySchema:E1]]


==Property mapping==
{{cwbn}}
You can use this wiki to map properties between Wikibases using [[Property:P4|P4]], exact match. For an example of this in action, see how  [[Property:P3]] maps with its exact equivalent on Wikidata, [https://wikidata.org/wiki/Property:P31 P31].

Latest revision as of 04:01, 24 September 2023

Wikibase World is a collaborative database of the Wikibase ecosystem, including individual Wikibase instances, itself running on Wikibase. By mapping Wikibases together based on the records they have in common, we make our individual databases interoperable with each other, building a greater open data ecosystem.

Add your Wikibase!

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

  1. It is available for the public to consume (either read-only or read-write)
  2. It intends to continue on an indefinite basis; in other words, it will not be deleted in the near future

To add your Wikibase:

  1. Create a new item with your name of the Wikibase as the label and "Wikibase site" or something else as the description
  2. Add a instance of (P3) claim with value Wikibase site (Q10)
    • Add a URL (P1) claim with the URL to your Wikibase
    • Add more properties if there are any—you can create items as needed to link to your Wikibase's item
  3. If your Wikibase has an exact match property (like Wikidata's), register it on Wikibase World's Property:P4

Browse

Missing properties on items

Data model

See Project:Properties


Cool Wikibase NetworkWikibase WorldLibrarybaseInternet DomainsOpen Miscellaneous