Visar inlägg med etikett WikiDataTimeline. Visa alla inlägg
Visar inlägg med etikett WikiDataTimeline. Visa alla inlägg

måndag 5 juni 2017

Norra Begravningsplatsen +1900 graves cemetery in Stockholm, Sweden

Swedish Wikipedia with links to Google map and Svenskt Biografiskt Lexikon...



Map with filter per occupation
OBS with more people in the same grave just one is seen...
Map with graves with picture of the gravestone http://tinyurl.com/zwyfbn3


Below filter per occupation on the Northern cemetery Q252312 in Stockholm, Sweden

How to filter

Example of filter on Composer

torsdag 19 januari 2017

Kvinnoperspektiv - female

torsdag 14 juli 2016

Creating a Timeline from WikiData

Query url
More Piast Dynasty


# People in the Piast Dynasty on a map with Birth Death and burial locations
# If Wikitree property set you will have a link

Select ?person ?personLabel ?WikiTreeIDf ?pic ?coord ?coord2 ?coord3 {
?person wdt:P53 wd:Q201615
OPTIONAL {?person wdt:P2949 ?WikiTreeID} # P2949 all Wikidata articles with WikiTree id set
    BIND (URI(CONCAT("http://www.wikitree.com/wiki/",?WikiTreeID)) AS ?WikiTreeIDf)
OPTIONAL {?person wdt:P18 ?pic}
    OPTIONAL {  ?person wdt:P19 ?loc . # P19 Place of Birth
    ?loc wdt:P625 ?coord } .     # Get coordinates from Place of Birth
    OPTIONAL {  ?person wdt:P20 ?loc2 . # P19 Place of Death
    ?loc2 wdt:P625 ?coord2 } .     # Get coordinates from Place of Death
    OPTIONAL {  ?person wdt:P119 ?loc3 . # P19 Place of Burial
    ?loc3 wdt:P625 ?coord3 } .     # Get coordinates from Place of Burial

    SERVICE wikibase:label {bd:serviceParam wikibase:language "en" }
}
ORDER BY DESC(?WikiTreeIDf)


Video