-
List of most recently edited lexemes for language
```
SELECT
?timestamp ?lexeme (?lemma AS ?lexemeLabel) ?lexical_category ?lexical_categoryLabel
WHERE {
{
SELECT
?lexeme
W…
-
The Wikibase software [supports managing tabular data](https://www.mediawiki.org/wiki/Help:Tabular_Data). Data is mainly collected on Wikimedia Commons, for instance [tables with population data](http…
-
Setup:
Using WDQS:2 (wdqs0.3.142 from Oct 28, 2024) which solve correctly the issue to set the WIKIBASE_CONCEPT_URI required in wdqs-updater container (Note: However fix is needed in docker-compose.x…
-
## Description
We still can find licence in form like `Q18199165`.
* https://query.wikidata.org/
```
SELECT ?item ?itemLabel ?value WHERE {
?item wdt:P2479 ?value …
-
AC:
* Correct ASCII art in the commit message :)
* MediaWiki extension shows up on Special:Version
* i18n present
* depends on Wikibase Repository, WikibaseCirrusSearch, CirrusSearch
Optional…
-
In case ECLASS IRDI's are not available or are not the proper way to publish CDs I have not found a good way/tooling.
Also the described process in this repository seems not to be the best way.
…
foprs updated
15 hours ago
-
* https://metabase.wikibase.cloud/
* Add a new column for a Metabase Qid, together with Wikidata
* Ask frontend to use both, using Metabase as main database and Wikidata as fail-safe
* Migrate actu…
-
Hi, thanks for this groundbreaking plugin.
I try to run this query :
```
SELECT ?item ?label ?date ?geo WHERE {
SERVICE wikibase:box {
?item wdt:P625 ?geo.
bd:serviceParam wikibase:co…
-
In werden Koordinaten so modelliert:
~~~sparql
PREFIX geo:
PREFIX n4oc:
SELECT * FROM n4oc:9 WHERE {
?place geo:hasGeometry [ geo:asWKT ?wkt ].
}
~~~
Beispielwert: `POINT(-6.25455…
-
Are there any plans to support Wikibase (Wikidata)?
I have written a class for my own purposes, that implements a small set of Wikibase API calls. Are you interested in making it a part of wiki-java?