Hello at the moment my main interest is programming and the automatic answering of questions and the biggest part of my user page is in German. If you have some questions you can ask me. I am interested in the automation of data processing and the automatic answering of questions. My dream is that it is possible for all people with basic Spreadsheet knowledge to create basic programms in in a free programming language. I make some tests about how this can be made possible at the moment and I use R for that. So I am not so active here in Wikidata. I think empowering people to be able to create programs for processing data is important and maybe it also helps Wikidata and Wikibase to be used by more people. The idea of free knowledge is from my point of view about to help people understanding things.

  • The following link goes to the Division of Corporations of the State of Delaware. [1] At this state many companys have a subsidary. This is also the seat of the Wikimedia LLC. A company founded by the Wikimedia Foundation to offer services to get content of Wikipedia.
# Forms of nouns in German
# Based on a query by Uziel302
SELECT ?lexemeId ?lemma ?form ?word ?grammatikalisches_Geschlecht ?grammatikalisches_GeschlechtLabel ?gF ?gFLabel WHERE {
  ?lexemeId dct:language wd:Q188;
    wikibase:lexicalCategory wd:Q1084;
    wikibase:lemma ?lemma;
    ontolex:lexicalForm ?form.
  ?form ontolex:representation ?word.
  ?form wikibase:grammaticalFeature ?gF.
  OPTIONAL { ?lexemeId wdt:P5185 ?grammatikalisches_Geschlecht. }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!

This is a query to get Lexemes with their forms in a specific language and the query is based on another query I have found in the list of the query examples and was changed after a request at the page for requesting a query here in Wikidata.


Herzlich willkommen auf meiner Benutzerseite. Mein aktuelles Interesse gilt dem automatischen Beantworten von Fragen und dem Programmieren in der Programmiersprache R mit einer SQL-Integration. Ich versuche verschiedene Verfahren zur Vereinfachung des Programmierens aus. Da ich keine Benutzeroberflächen gestalten kann ist es etwas was experimentell ist. Außerdem interessiert mich die Visualiserung von Daten in Diagrammen und Karten und wie diese visualisiert werden können ohne die Verwendung von JavaScript im Dokument. Das in Zusammenhang mit der abstrakten Wikipedia entstehende Projekt Wikifunctions ist eines, welches mir gut gefällt und an dem ich mich beteiligen möchte. Aufgrund anderer Interessen bin ich gerade in Wikidata nicht so sehr aktiv. Was ich vielleicht einmal machen möchte ist eine Bibliothek zu besuchen und dann in dieser aus Büchern Informationen zu entnehmen die dann in Wikidata eingefügt werden können. Hier ist eine Liste der Sprachcodes in den Wikimediaprojekten verlinkt. [[2]]. Den Sprachcode braucht man um eine Beschreibung mithilfe von quick statements ergänzen zu können. Deshalb ist meine Beitragszahl relativ hoch, hierbei muss man jedoch bedenken, dass ich diese nicht von Hand tätige. Hier eine Abfrage, die auch Qualifikatoren beinhaltet. [[3]] Hier ein Link zu petScan, mit diesem kann man Abfragen machen und sich das zu einem Artikel gehörige Datenobjekt anzeigen lassen.