FactGrid:Sample queries

From FactGrid
Revision as of 16:13, 31 January 2022 by Olaf Simons (talk | contribs) (→‎Maps)
Jump to navigation Jump to search

Help:



Looking for people

  • Search all people of the same family name, sort by given names, state everyone with information about life dates and family details. Table
  • Name of people who ever were a residents of place with basic personal information. Table

Looking for documents

  • All documents written by N.N. with corresponding documents. Table
  • All documents sent to N.N. with corresponding documents. Table
  • All documents mentioning N.N. with corresponding documents. Table
  • All documents of a file listed in sequence. Table
  • All documents sent from (place) by date. Table
  • All documents of a specific archive and research interest by date. Table

Maps

Second mission of the French Prophets, 1 June 1712-1714

Dots

All documents of a specific research interest where from? Map All persons of a certain profession in a town Merchants in Gotha / Poets in Paris

Lines

* The second missionary journey of the French Prophets 1712-1714 * The Illuminati correspondence, who wrote whom, from where, whereto * Arthur Schopenhauer, Places of residence

Tables

* Was a member of the Illuminati * All guided compositions, where written? when? plus links to FactGrid transcripts. * no functional query yet, but a first attempt is here, modeled after the "academic tree" graph in Scholia's author aspect * all 18th-century addresses in Gotha (which have already received geo-coordinates) * when was the Gregorian calendar introduced?

Graphs

*People and organisations * member of the Theocratie du verbe incarnée and connected information

Timelines

*All Illuminati events by date/ tinyurl * known membership entry points of Illuminati

Statistics

* The distribution of males and females who became followers of the early 18th-century "French Prophets" * Adherents of the French Prophets and their religious affiliation * The Illuminati membership statements The intricate thing is that this search excludes the two 100% bubbles of Illuminati and Freemasons that are of course given with every Illuminati membership. * Age at death of all human beings listed on FactGrid, diagram[1]

Grammatically intricate searches

* all places - with their respective Wikidata numbers * Member of the Illuminati, state the primary document reference that we have for this statement * [https://database.factgrid.de/query/index.html#SELECT%20%3Fitem%20%3FitemLabel%20%3FitemDescription%20%3FVater%20%3FVaterLabel%20%3FBildung_Vater%20%3FBildung_VaterLabel%20%3FBeruf_Vater%20%3FBeruf_VaterLabel%20%3FMutter%20%3FMutterLabel%20%3FMutters_Vater%20%3FMutters_VaterLabel%20%3FBildung_Mutters_Vater%20%3FBildung_Mutters_VaterLabel%20%3FBeruf_Mutters_Vater%20%3FBeruf_Mutters_VaterLabel%20WHERE%20%7B%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22de%22.%20%7D%0A%20%20%3Fitem%20wdt%3AP160%20wd%3AQ23295%3B%0A%20%20%20%20wdt%3AP141%20%3FVater.%0A%20%20%3FVater%20wdt%3AP160%20%3FBildung_Vater%3B%0A%20%20%20%20wdt%3AP165%20%3FBeruf_Vater.%0A%20%20OPTIONAL%20%7B%20%3Fitem%20wdt%3AP142%20%3FMutter.%0A%20%20%20%20%20%20%20%20%20%20%20%3FMutter%20wdt%3AP141%20%3FMutters_Vater.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3FMutters_Vater%20wdt%3AP160%20%3FBildung_Mutters_Vater%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wdt%3AP165%20%3FBeruf_Mutters_Vater.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%7D%0A%7D The graduates of Gotha's Gymnasium Illustre/Ernestinum: their fathers with career information, their mothers and the fathers of the mothers (i.e. maternal grandfathers) with the respective career information

The search is intricate as it goes into related database objects and brings information located there into the table.

Looking for a statement - give it with all the qualifying statements

This search is especially useful if the data model needs to be changed. It searches the database for a particular statement and gives all the instances with the respective qualifying sub-statements:

SELECT * WHERE {
  ?s wdt:P2 wd:Q7.
  ?s p:P266 ?st. # ?s is the the statement node
  ?st ps:P266 ?o. # that simulates the predicate
  ?st ?qualifier ?value. # this is an attribute (a qualifier)
}

Filters

Wishful thinking

Notes

  1. Adapted from here.