Project:Home: Difference between revisions

1,169 bytes added ,  11 months ago
→‎Data model: every property
(fmt)
(→‎Data model: every property)
Line 12: Line 12:
* '''[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%3AQ11%20.%0A%20%20%20%20OPTIONAL%20%7B%20%3Fitem%20wdt%3AP1%20%3Furl%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%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%3AQ11%20.%0A%20%20%20%20OPTIONAL%20%7B%20%3Fitem%20wdt%3AP1%20%3Furl%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]'''
==Data model==
==Data model==
Each Wikibase has:
===Wikibase site===
* [[Property:P3|P3]] (instance of): [[Item:Q10|Q10]] (Wikibase site)
* [[Property:P3|instance of]] (P3)
* [[Property:P1|P1]] (URL)
** [[Item:Q10|Wikibase site]] (Q10)
* [[Property:P2|P2]] (host)
* [[Property:P1|URL]] (P1)
* [[Property:P5|P5]] (inception)
* [[Property:P2|host]] (P2)
* [[Property:P5|inception]] (P5)
** Use the date the Wikibase software was installed
* [[Property:P6|Wikimedia Commons logo]] (P6)
* [[Property:P7|query service UI]] (P7)
* [[Property:P8|query service API]] (P8)
* [[Property:P9|license or copyright status]] (P9)
* [[Property:P10|project-specific bug tracker]] (P10)
* [[Property:P11|Reasonator URL]] (P11)
* [[Property:P12|supported entity types]] (P12)
* [[Property:P13|availability status]] (P13)
** [[Item:Q54|online]] (Q54)
** [[Item:Q72|offline indefinitely]] (Q72) (offline; may or may not return)
** [[Item:Q57|offline permanently]] (Q57) (offline; will never return)
* [[Property:P14|MediaWiki extension in use]] (P14)
* [[Property:P20|gadget installed]] (P20)
* [[Property:P15|WikiApiary wiki ID]] (P15)
* [[Property:P17|author]] (P17)
** If the Wikibase has one or more primary authors, feel free to create items for them to link them
* [[Property:P18|supports application]] (P18)
** If the Wikibase serves as a backend for one or more apps, please create items for them and link them using this property


Attempt at expressing this as a Shape Expression: [[EntitySchema:E1]]
Attempt at expressing this as a Shape Expression: [[EntitySchema:E1]]
===Other===
* [[Property:P4|exact match]] (P4)
* [[Property:P16|formatter URL]] (P16)
* [[Property:P19|applies to namespace]] (P19)


==Associating with Wikidata==
==Associating with Wikidata==