Babel user information
en-N This user has a native understanding of English.
en-GB-N This user has a native understanding of British English.
nys-0 This user has no knowledge of Nyunga (or understands it with considerable difficulty).
Users by language
This user is a member of the WikiProject Books.

Western Australian railway stations (with no end dates)Edit

The following query uses these:

WA local history GLAMsEdit

These can also be browsed via the Monumental GLAM tool at https://tools.wmflabs.org/monumental-glam/#/list/3206?c=-25.5226:123.2446:5

The following query uses these:

Libraries in AustraliaEdit

The following query uses these:

Features: Map (Q24515275)     

#defaultView:Map
SELECT ?library ?libraryLabel ?libraryDescription ?coordinate_location ?image ?website ?layer WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  { ?library wdt:P31 wd:Q7075 }
    UNION { ?library wdt:P31 wd:Q28564 }
    UNION { ?library wdt:P31 wd:Q856234 } .
  ?library wdt:P17 wd:Q408 .
  OPTIONAL { ?library wdt:P625 ?coordinate_location }
  OPTIONAL { ?library wdt:P18 ?image }
  BIND( IF( BOUND(?image), "", "Image needed!" ) AS ?layer )
  OPTIONAL { ?library wdt:P856 ?website }
}

Streets in FremantleEdit

SELECT ?street ?streetLabel ?osmRelation ?namedAfterLabel ?image
  ( GROUP_CONCAT( DISTINCT ?coordinateLocation; SEPARATOR=' ' ) AS ?coordinateLocations )
  ( GROUP_CONCAT( DISTINCT ?locationLabel; SEPARATOR='; ' ) AS ?locations )
  ( GROUP_CONCAT( DISTINCT ?connectsWithLabel; SEPARATOR='; ' ) AS ?connectsWiths )
WHERE {
  { ?street wdt:P31 wd:Q79007 . } UNION { ?street wdt:P31 wd:Q34442 . } .
  ?street wdt:P131 wd:Q1455046 .
  OPTIONAL { ?street wdt:P625 ?coordinateLocation }
  OPTIONAL { ?street wdt:P2789 ?connectsWith }
  OPTIONAL { ?street wdt:P402 ?osmRelation }
  OPTIONAL { ?street wdt:P138 ?namedAfter }
  OPTIONAL { ?street wdt:P18 ?image }
  OPTIONAL { ?street wdt:P276 ?location }
  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "en" .
    ?street rdfs:label ?streetLabel .
    ?namedAfter rdfs:label ?namedAfterLabel .
    ?location rdfs:label ?locationLabel .
    ?connectsWith rdfs:label ?connectsWithLabel .
  }
}
GROUP BY ?street ?streetLabel ?osmRelation ?namedAfterLabel ?image
ORDER BY ?streetLabel
Run it!

OSM export of street names in a given area.

Wikisource books to downloadEdit

The following query uses these:

  • Properties: publication date (P577)     
    SELECT
      ?item ?itemLabel ?articleTitle ?pubDate
      (URI(CONCAT("https://tools.wmflabs.org/wsexport/tool/book.php?lang=he&format=epub-3&page=", ?articleTitle)) AS ?epubDownload)
    WHERE {
      ?item wdt:P577 ?pubDate .
      ?article schema:about ?item .
      ?article schema:name ?articleTitle .
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],he". }
      ?article schema:isPartOf <https://he.wikisource.org/>
    }
    

Fremantle suburbsEdit

The following query uses these:

Fremantle heritage placesEdit

The following query uses these:

Geocoding from OpenStreetMap, with OpenRefine: https://gist.github.com/pdbartsch/5987932 (after house numbers are in OSM).

Burial plots at Fremantle cemeteryEdit

Search the MCB: https://portal.mcb.wa.gov.au/name-search/

The following query uses these: