User : Inductiveload

From Wikidata
Jump to navigation Jump to search

Hello! Welcome to my user page, maybe one day it can be exciting!

Gadgets [ edit ]

Copyright [ edit ]

JS snippeterie [ edit ]

	mw
.
hook
(
 'wikibase.entityPage.entityLoaded'
 ).
add
(
 function
 (
 entity
 )
 {

		console
.
log
(
 entity
 );

	}
 );

Things that I do not understand [ edit ]

  • Why do we need inverse properties at all? Is this not something that can be handled automatically (by the database, not by bot). They're messy, fiddly, error-prone and end up with bizarre cases like having thousands of child astronomical body (P398) on Sun (Q525) and this .

Inconsistent data models [ edit ]

Over-specific properties [ edit ]

Why are the so many properties? Doesn't object has role (P3831) completely negate the need for these? Is this a technical limitation on data access from Wikis and/or a query time limit thing?

Todo [ edit ]