Help:SPARQL: Difference between revisions

From FactGrid
Jump to navigation Jump to search
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Filter: create a number of items of your interest ==
== Filter: create a number of items of your interest ==


=== Get information from the items you selected ===
* [https://database.factgrid.de/query/#SELECT%20%3Fitem%20%3FitemLabel%20WHERE%20%7B%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%20%20%3Fitem%20wdt%3AP160%20wd%3AQ23295.%0A%7D%0ALIMIT%20100 all the students of Gotha's Gymnasium Illustre (100 hits preview)]
:*[https://database.factgrid.de/query/#SELECT%20%3Fitem%20%3FitemLabel%20%3FitemDescription%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.%0A%7D%0ALIMIT%20100 same search, add the "descriptions" and select German as language]
:* [https://database.factgrid.de/query/#SELECT%20%3Fitem%20%3FitemLabel%20%3FitemDescription%20%3FitemAltLabel%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.%0A%7D%0ALIMIT%20100 add alternative name variants]


=== Get information from items that are connected to your items ===
=== get information from the items you selected ===
 
* [https://database.factgrid.de/query/#SELECT%20%3FFruitbearing_Society%20%3FFruitbearing_SocietyLabel%20%3Fdate_of_birth%20%3Fprecision%20WHERE%20%7B%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%20%20%3FFruitbearing_Society%20wdt%3AP91%20wd%3AQ436419.%0A%20%20OPTIONAL%20%7B%20%3FFruitbearing_Society%20p%3AP77%2Fpsv%3AP77%20%5B%20wikibase%3AtimeValue%20%3Fdate_of_birth%3B%20wikibase%3AtimePrecision%20%3Fprecision%20%5D%20%20%20%20%7D%20%20%20%20%20%20%20%20%20%20%0A%7D all the members of the Fruitbearing Society with birth dates plus information on the precision of date]
[I do not yet get the psv P77 repitition here]
 
=== get information from items that are connected to your items ===
 
=== search both specifically and with a broader scope combining P2 and P3 statements ===
 
=== write iterative searches ===


== Get information from a specific property ==
== Get information from a specific property ==
Line 21: Line 32:
=== get dates with the respective statements of precision ===
=== get dates with the respective statements of precision ===


== Geography - get vicinities ==
== Statistics I: Count specific hits ==
 
== Statistics II: bring hits on a historical distribution ==
 
== Maps 1: Get results on a map ==
 
=== just dots ===
 
=== dots in different colours ===
 
=== dots with quantity statements ===


== Get dates with the respective statements of precision ==
=== lines on maps ===

Latest revision as of 23:56, 26 December 2022

Filter: create a number of items of your interest

get information from the items you selected

[I do not yet get the psv P77 repitition here]

get information from items that are connected to your items

search both specifically and with a broader scope combining P2 and P3 statements

write iterative searches

Get information from a specific property

get the information on a property with specific qualifiers

get the information on a property with all qualifiers and sources

Search for items that show a specific connection to other items

Search for items that show specific qualifiers

Search for items that share a specific source

Time - set filters

get dates with the respective statements of precision

Statistics I: Count specific hits

Statistics II: bring hits on a historical distribution

Maps 1: Get results on a map

just dots

dots in different colours

dots with quantity statements

lines on maps