notebooks

main
Michael Murtaugh 1 year ago
parent 75e27690ee
commit 707abf262e

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1,16 @@
@media screen {
.pagedjs_pagebox {
--pagedjs-baseline: 22px;
--pagedjs-baseline-position: 5px;
--pagedjs-baseline-color: cyan;
background: linear-gradient(transparent 0%, transparent calc(var(--pagedjs-baseline) - 1px), var(--pagedjs-baseline-color) calc(var(--pagedjs-baseline) - 1px), var(--pagedjs-baseline-color) var(--pagedjs-baseline)), transparent;
background-size: 100% var(--pagedjs-baseline);
background-repeat: repeat-y;
background-position-y: var(--pagedjs-baseline-position);
}
}

@ -0,0 +1,127 @@
/* CSS for Paged.js interface v0.2 */
/* Change the look */
:root {
--color-background: whitesmoke;
--color-pageSheet: #cfcfcf;
--color-pageBox: violet;
--color-paper: white;
--color-marginBox: transparent;
--pagedjs-crop-color: black;
--pagedjs-crop-shadow: white;
--pagedjs-crop-stroke: 1px;
}
/* To define how the book look on the screen: */
@media screen {
body {
background-color: var(--color-background);
}
.pagedjs_pages {
display: flex;
width: calc(var(--pagedjs-width) * 2);
flex: 0;
flex-wrap: wrap;
margin: 0 auto;
}
.pagedjs_page {
background-color: var(--color-paper);
box-shadow: 0 0 0 1px var(--color-pageSheet);
margin: 0;
flex-shrink: 0;
flex-grow: 0;
margin-top: 10mm;
}
.pagedjs_first_page {
margin-left: var(--pagedjs-width);
}
.pagedjs_page:last-of-type {
margin-bottom: 10mm;
}
.pagedjs_pagebox{
box-shadow: 0 0 0 1px var(--color-pageBox);
}
.pagedjs_left_page{
z-index: 20;
width: calc(var(--pagedjs-bleed-left) + var(--pagedjs-pagebox-width))!important;
}
.pagedjs_left_page .pagedjs_bleed-right .pagedjs_marks-crop {
border-color: transparent;
}
.pagedjs_left_page .pagedjs_bleed-right .pagedjs_marks-middle{
width: 0;
}
.pagedjs_right_page{
z-index: 10;
position: relative;
left: calc(var(--pagedjs-bleed-left)*-1);
}
/* show the margin-box */
.pagedjs_margin-top-left-corner-holder,
.pagedjs_margin-top,
.pagedjs_margin-top-left,
.pagedjs_margin-top-center,
.pagedjs_margin-top-right,
.pagedjs_margin-top-right-corner-holder,
.pagedjs_margin-bottom-left-corner-holder,
.pagedjs_margin-bottom,
.pagedjs_margin-bottom-left,
.pagedjs_margin-bottom-center,
.pagedjs_margin-bottom-right,
.pagedjs_margin-bottom-right-corner-holder,
.pagedjs_margin-right,
.pagedjs_margin-right-top,
.pagedjs_margin-right-middle,
.pagedjs_margin-right-bottom,
.pagedjs_margin-left,
.pagedjs_margin-left-top,
.pagedjs_margin-left-middle,
.pagedjs_margin-left-bottom {
box-shadow: 0 0 0 1px inset var(--color-marginBox);
}
}
/* Marks (to delete when merge in paged.js) */
.pagedjs_marks-crop{
z-index: 999999999999;
}
.pagedjs_bleed-top .pagedjs_marks-crop,
.pagedjs_bleed-bottom .pagedjs_marks-crop{
box-shadow: 1px 0px 0px 0px var(--pagedjs-crop-shadow);
}
.pagedjs_bleed-top .pagedjs_marks-crop:last-child,
.pagedjs_bleed-bottom .pagedjs_marks-crop:last-child{
box-shadow: -1px 0px 0px 0px var(--pagedjs-crop-shadow);
}
.pagedjs_bleed-left .pagedjs_marks-crop,
.pagedjs_bleed-right .pagedjs_marks-crop{
box-shadow: 0px 1px 0px 0px var(--pagedjs-crop-shadow);
}
.pagedjs_bleed-left .pagedjs_marks-crop:last-child,
.pagedjs_bleed-right .pagedjs_marks-crop:last-child{
box-shadow: 0px -1px 0px 0px var(--pagedjs-crop-shadow);
}

@ -0,0 +1,33 @@
@media screen {
.pagedjs_pages {
flex-direction: column;
width: 100%;
}
.pagedjs_first_page {
margin-left: 0;
}
.pagedjs_page {
margin: 0 auto;
margin-top: 10mm;
}
.pagedjs_left_page{
width: calc(var(--pagedjs-bleed-left) + var(--pagedjs-pagebox-width) + var(--pagedjs-bleed-left))!important;
}
.pagedjs_left_page .pagedjs_bleed-right .pagedjs_marks-crop{
border-color: var(--pagedjs-crop-color);
}
.pagedjs_left_page .pagedjs_bleed-right .pagedjs_marks-middle{
width: var(--pagedjs-cross-size)!important;
}
.pagedjs_right_page{
left: 0;
}
}

@ -0,0 +1,17 @@
/* INTERFACE ------------------------------------------------------------------- */
/* paged js interface and screen view css */
@import "interface/interface.css";
/* uncomment for recto/verso book : */
/* @import "interface/recto-verso.css"; */
/* uncomment to see the baseline : */
/* @import "interface/baseline.css"; */
@import "interface/header.css";

@ -0,0 +1,449 @@
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/
html {
// line-height: 1.15; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0;
}
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main { /* 1 */
display: block;
}
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px;
}
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
background-color: transparent; /* 1 */
-webkit-text-decoration-skip: objects; /* 2 */
}
/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none; /* 1 */
text-decoration: underline; /* 2 */
text-decoration: underline dotted; /* 2 */
}
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit;
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic;
}
/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
color: #000;
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
display: inline-block;
}
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none;
}
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
text-transform: none;
}
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
-webkit-appearance: button; /* 2 */
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box; /* 1 */
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
}
/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
display: inline-block; /* 1 */
vertical-align: baseline; /* 2 */
}
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details, /* 1 */
menu {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
display: inline-block;
}
/**
* Add the correct display in IE.
*/
template {
display: none;
}
/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
display: none;
}

@ -0,0 +1,16 @@
@media print {
@page {
size: 148mm 210mm;
margin-top: 20mm;
margin-bottom: 20mm;
bleed: 6mm;
marks: crop;
@bottom-center{
content: counter(page);
}
}
img { max-width: 100% }
}

@ -0,0 +1,60 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<!-- Metadata -->
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="" />
<meta name="copyright" content="" />
<!-- Paged.js -->
<link rel="stylesheet" type="text/css" href="css/pagedjs/pagedjs.css">
<link rel="stylesheet" type="text/css" href="css/reset.css">
<script src="js/paged.polyfill.js"></script>
<script src="js/handlers.js"></script>
<!-- Fonts -->
<link rel="stylesheet" href="fonts/myFont/stylesheet.css">
<title>query-light</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
</style>
<link rel="stylesheet" href="mystyle.css" />
</head>
<body>
<h1 id="stanislav-adziogol-lighthouse">Stanislav-Adziogol Lighthouse</h1>
<p><img src="https://upload.wikimedia.org/wikipedia/commons/9/9a/Adziogol_hyperboloid_Lighthouse_by_Vladimir_Shukhov_1911.jpg" /></p>
<h1 id="nividic-lighthouse">Nividic Lighthouse</h1>
<p><img src="https://upload.wikimedia.org/wikipedia/commons/9/91/Ouessant_-_Faro_di_Nividic.JPG" /></p>
<h1 id="alte-weser">Alte Weser</h1>
<p><img src="https://upload.wikimedia.org/wikipedia/commons/7/74/AlteWeser_1964.jpg" /></p>
<h1 id="borkum-großer-leuchtturm">Borkum Großer Leuchtturm</h1>
<p><img src="https://upload.wikimedia.org/wikipedia/commons/8/8c/Neuer_Leuchtturm.jpg" /></p>
<h1 id="pilsum-lighthouse">Pilsum Lighthouse</h1>
<p><img src="https://upload.wikimedia.org/wikipedia/commons/9/97/Pilsumer_Leuchtturm_%281%29.jpg" /></p>
<h1 id="ardnamurchan-lighthouse">Ardnamurchan Lighthouse</h1>
<p><img src="https://upload.wikimedia.org/wikipedia/commons/3/35/Ardnamurchan_Lighthouse3.jpg" /></p>
<h1 id="hohe-weg-lighthouse">Hohe Weg Lighthouse</h1>
<p><img src="https://upload.wikimedia.org/wikipedia/commons/0/08/Lighthouse_Hoher_Weg_by_low_tide_03.jpg" /></p>
<h1 id="knock-lighthouse">Knock lighthouse</h1>
<p><img src="https://upload.wikimedia.org/wikipedia/commons/e/eb/VerkehrszentraleEms.JPG" /></p>
<h1 id="hvalnesviti">Hvalnesviti</h1>
<p><img src="https://upload.wikimedia.org/wikipedia/commons/9/9e/Leuchtturm_Hvalnes.jpg" /></p>
<h1 id="st-bees-lighthouse">St Bees Lighthouse</h1>
<p><img src="https://upload.wikimedia.org/wikipedia/commons/7/75/StBeesLighthouse.jpg" /></p>
</body>
</html>

@ -0,0 +1,10 @@
class MyHandler extends Paged.Handler {
constructor(chunker, polisher, caller) {
super(chunker, polisher, caller);
}
beforeParsed(content) {
// console.log(content);
}
}
Paged.registerHandlers(MyHandler);

File diff suppressed because it is too large Load Diff

@ -0,0 +1,7 @@
h1 {
break-before: page;
}
img {
max-width: 100%;
max-height: 200mm;
}

@ -0,0 +1,81 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="$lang$" xml:lang="$lang$"$if(dir)$ dir="$dir$"$endif$>
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<!-- Metadata -->
<meta name="robots" content="noindex, nofollow">
<meta name="author" content="" />
<meta name="copyright" content="" />
<!-- Paged.js -->
<link rel="stylesheet" type="text/css" href="css/pagedjs/pagedjs.css">
<link rel="stylesheet" type="text/css" href="css/reset.css">
<script src="js/paged.polyfill.js"></script>
<script src="js/handlers.js"></script>
<!-- Fonts -->
<link rel="stylesheet" href="fonts/myFont/stylesheet.css">
$for(author-meta)$
<meta name="author" content="$author-meta$" />
$endfor$
$if(date-meta)$
<meta name="dcterms.date" content="$date-meta$" />
$endif$
$if(keywords)$
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
$endif$
<title>$if(title-prefix)$$title-prefix$ $endif$$pagetitle$</title>
<style>
$styles.html()$
</style>
$for(css)$
<link rel="stylesheet" href="$css$" />
$endfor$
$if(math)$
$math$
$endif$
$for(header-includes)$
$header-includes$
$endfor$
</head>
<body>
$for(include-before)$
$include-before$
$endfor$
$if(title)$
<header id="title-block-header">
<h1 class="title">$title$</h1>
$if(subtitle)$
<p class="subtitle">$subtitle$</p>
$endif$
$for(author)$
<p class="author">$author$</p>
$endfor$
$if(date)$
<p class="date">$date$</p>
$endif$
</header>
$endif$
$if(toc)$
<nav id="$idprefix$TOC" role="doc-toc">
$if(toc-title)$
<h2 id="$idprefix$toc-title">$toc-title$</h2>
$endif$
$table-of-contents$
</nav>
$endif$
$body$
$for(include-after)$
$include-after$
$endfor$
</body>
</html>

@ -0,0 +1,101 @@
item,itemLabel
http://www.wikidata.org/entity/Q380270,Stanislav-Adziogol Lighthouse
http://www.wikidata.org/entity/Q406723,Nividic Lighthouse
http://www.wikidata.org/entity/Q436392,Alte Weser
http://www.wikidata.org/entity/Q522946,Borkum Großer Leuchtturm
http://www.wikidata.org/entity/Q539709,Pilsum Lighthouse
http://www.wikidata.org/entity/Q639663,Ardnamurchan Lighthouse
http://www.wikidata.org/entity/Q1657846,Hohe Weg Lighthouse
http://www.wikidata.org/entity/Q1821430,Knock lighthouse
http://www.wikidata.org/entity/Q3378265,Q3378265
http://www.wikidata.org/entity/Q2753066,St Bees Lighthouse
http://www.wikidata.org/entity/Q3378401,Solidão Lighthouse
http://www.wikidata.org/entity/Q5856133,Cabo Peñas Lighthouse
http://www.wikidata.org/entity/Q6766188,Marjaniemi lighthouse
http://www.wikidata.org/entity/Q7440295,Seacow Head Light
http://www.wikidata.org/entity/Q10688060,Sälskär lighthouse
http://www.wikidata.org/entity/Q10969490,Krynica Morska Lighthouse
http://www.wikidata.org/entity/Q11868929,Kaijakari lighthouse
http://www.wikidata.org/entity/Q106474620,Nilandhoo Lighthouse
http://www.wikidata.org/entity/Q5856392,Far de Tramuntana
http://www.wikidata.org/entity/Q7208336,Pointe aux Barques Light
http://www.wikidata.org/entity/Q17827973,Start Point Lighthouse
http://www.wikidata.org/entity/Q7621979,Stratford Point Light
http://www.wikidata.org/entity/Q2205850,Muckle Flugga Lighthouse
http://www.wikidata.org/entity/Q12053524,Bressay Lighthouse
http://www.wikidata.org/entity/Q5034639,Cape Canaveral Light
http://www.wikidata.org/entity/Q5856517,Castillo de San Telmo
http://www.wikidata.org/entity/Q26156177,Holy Isle Outer Lighthouse
http://www.wikidata.org/entity/Q776666,Lighthouse of Genoa
http://www.wikidata.org/entity/Q28376331,Great Stirrup Cay Lighthouse
http://www.wikidata.org/entity/Q10280148,Cabo Delgado Lighthouse
http://www.wikidata.org/entity/Q28831542,Stroma Lighthouse
http://www.wikidata.org/entity/Q1963379,Cape Flattery Light
http://www.wikidata.org/entity/Q20031500,Minsener Oog Buhne A lighthouse
http://www.wikidata.org/entity/Q29914119,Flötjan lighthouse
http://www.wikidata.org/entity/Q3269761,Rumeli Feneri
http://www.wikidata.org/entity/Q5485067,Kristiiankaupunki lighthouse
http://www.wikidata.org/entity/Q14537875,The Graves Light
http://www.wikidata.org/entity/Q6416484,Kish Bank Lighthouse
http://www.wikidata.org/entity/Q33985288,Anchuthengu lighthouse
http://www.wikidata.org/entity/Q6739805,Makkaur Lighthouse
http://www.wikidata.org/entity/Q15923523,Lyudao Lighthouse
http://www.wikidata.org/entity/Q108561861,Understen lighthouse auxiliary light
http://www.wikidata.org/entity/Q7995888,Whitefish Point Light
http://www.wikidata.org/entity/Q108941289,Dumpling Rocks Light
http://www.wikidata.org/entity/Q18619039,Delimara Lighthouse
http://www.wikidata.org/entity/Q1499942,Keldsnor Lighthouse
http://www.wikidata.org/entity/Q28790555,Porthcawl Lighthouse
http://www.wikidata.org/entity/Q19832618,Neuer Leuchtturm Wangerooge
http://www.wikidata.org/entity/Q11294379,Jastarnia Lighthouse
http://www.wikidata.org/entity/Q42351649,Q42351649
http://www.wikidata.org/entity/Q106112543,Jazireh-ye Khark Lighthouse
http://www.wikidata.org/entity/Q5856309,Rio Negro Lighthouse
http://www.wikidata.org/entity/Q15197902,Beachy Head Lighthouse
http://www.wikidata.org/entity/Q7590348,St. Mary's Lighthouse
http://www.wikidata.org/entity/Q7859001,Two Harbors Lighthouse
http://www.wikidata.org/entity/Q990511,Leuchtturm Arngast
http://www.wikidata.org/entity/Q1130607,Yaquina Head Light
http://www.wikidata.org/entity/Q1226093,Oland lighthouse
http://www.wikidata.org/entity/Q1768822,Nugget Point Lighthouse
http://www.wikidata.org/entity/Q28465887,Sgeirean Dubha Lighthouse
http://www.wikidata.org/entity/Q3378225,Garðskagaviti
http://www.wikidata.org/entity/Q40123739,Stora Juten lighthouse
http://www.wikidata.org/entity/Q33196656,Understen lighthouse
http://www.wikidata.org/entity/Q6943100,Musselbed Shoals Light
http://www.wikidata.org/entity/Q43002337,Äspeskär lighthouse
http://www.wikidata.org/entity/Q26256803,Megrundet lighthouse
http://www.wikidata.org/entity/Q28376019,Pomorac Memorial Lighthouse
http://www.wikidata.org/entity/Q28376333,Cay Lobos Lighthouse
http://www.wikidata.org/entity/Q11605469,Ytre Møkkalasset fyrstasjon
http://www.wikidata.org/entity/Q42317020,Svanshall lighthouse
http://www.wikidata.org/entity/Q66810112,Q66810112
http://www.wikidata.org/entity/Q712299,Långe Jan
http://www.wikidata.org/entity/Q114986821,Qelelevu Lighthouse
http://www.wikidata.org/entity/Q115046393,Huludao Jiao Lighthouse
http://www.wikidata.org/entity/Q115046430,Niúshāndǎo Lighthouse
http://www.wikidata.org/entity/Q115046431,Píngyǔ Lighthouse
http://www.wikidata.org/entity/Q28333639,Inishtearaght Lighthouse
http://www.wikidata.org/entity/Q28496266,Aranmore Lighthouse
http://www.wikidata.org/entity/Q33061460,Ve Skerries Lighthouse
http://www.wikidata.org/entity/Q7208156,Point Robinson Light
http://www.wikidata.org/entity/Q7998367,Wickford Harbor Light
http://www.wikidata.org/entity/Q62060063,Inkoo 2
http://www.wikidata.org/entity/Q28374947,Ponta da Praia Range Rear Light
http://www.wikidata.org/entity/Q28805844,Great Castle Head Light
http://www.wikidata.org/entity/Q11899745,Utö Lighthouse
http://www.wikidata.org/entity/Q66764004,"fixed white, red or green light"
http://www.wikidata.org/entity/Q62103847,Finnish lion
http://www.wikidata.org/entity/Q55333262,Cape Kormakitis Lighthouse
http://www.wikidata.org/entity/Q5856167,Punta Guzmán Lighthouse
http://www.wikidata.org/entity/Q29841335,Minni Minni Lighthouse
http://www.wikidata.org/entity/Q30015062,Rhodes Lighthouse
http://www.wikidata.org/entity/Q39922475,Tärnö East lighthouse
http://www.wikidata.org/entity/Q59156996,Castle Island Lighthouse
http://www.wikidata.org/entity/Q42293405,Stora Kornö lighthouse
http://www.wikidata.org/entity/Q38230420,Mehdia Lighthouse
http://www.wikidata.org/entity/Q67870811,flashing white light twice every 12 seconds
http://www.wikidata.org/entity/Q105675065,Ormara Lighthouse
http://www.wikidata.org/entity/Q105045470,Fedderwardersiel sector light
http://www.wikidata.org/entity/Q43177143,Böda pierhead
http://www.wikidata.org/entity/Q109314045,directional light
1 item itemLabel
2 http://www.wikidata.org/entity/Q380270 Stanislav-Adziogol Lighthouse
3 http://www.wikidata.org/entity/Q406723 Nividic Lighthouse
4 http://www.wikidata.org/entity/Q436392 Alte Weser
5 http://www.wikidata.org/entity/Q522946 Borkum Großer Leuchtturm
6 http://www.wikidata.org/entity/Q539709 Pilsum Lighthouse
7 http://www.wikidata.org/entity/Q639663 Ardnamurchan Lighthouse
8 http://www.wikidata.org/entity/Q1657846 Hohe Weg Lighthouse
9 http://www.wikidata.org/entity/Q1821430 Knock lighthouse
10 http://www.wikidata.org/entity/Q3378265 Q3378265
11 http://www.wikidata.org/entity/Q2753066 St Bees Lighthouse
12 http://www.wikidata.org/entity/Q3378401 Solidão Lighthouse
13 http://www.wikidata.org/entity/Q5856133 Cabo Peñas Lighthouse
14 http://www.wikidata.org/entity/Q6766188 Marjaniemi lighthouse
15 http://www.wikidata.org/entity/Q7440295 Seacow Head Light
16 http://www.wikidata.org/entity/Q10688060 Sälskär lighthouse
17 http://www.wikidata.org/entity/Q10969490 Krynica Morska Lighthouse
18 http://www.wikidata.org/entity/Q11868929 Kaijakari lighthouse
19 http://www.wikidata.org/entity/Q106474620 Nilandhoo Lighthouse
20 http://www.wikidata.org/entity/Q5856392 Far de Tramuntana
21 http://www.wikidata.org/entity/Q7208336 Pointe aux Barques Light
22 http://www.wikidata.org/entity/Q17827973 Start Point Lighthouse
23 http://www.wikidata.org/entity/Q7621979 Stratford Point Light
24 http://www.wikidata.org/entity/Q2205850 Muckle Flugga Lighthouse
25 http://www.wikidata.org/entity/Q12053524 Bressay Lighthouse
26 http://www.wikidata.org/entity/Q5034639 Cape Canaveral Light
27 http://www.wikidata.org/entity/Q5856517 Castillo de San Telmo
28 http://www.wikidata.org/entity/Q26156177 Holy Isle Outer Lighthouse
29 http://www.wikidata.org/entity/Q776666 Lighthouse of Genoa
30 http://www.wikidata.org/entity/Q28376331 Great Stirrup Cay Lighthouse
31 http://www.wikidata.org/entity/Q10280148 Cabo Delgado Lighthouse
32 http://www.wikidata.org/entity/Q28831542 Stroma Lighthouse
33 http://www.wikidata.org/entity/Q1963379 Cape Flattery Light
34 http://www.wikidata.org/entity/Q20031500 Minsener Oog Buhne A lighthouse
35 http://www.wikidata.org/entity/Q29914119 Flötjan lighthouse
36 http://www.wikidata.org/entity/Q3269761 Rumeli Feneri
37 http://www.wikidata.org/entity/Q5485067 Kristiiankaupunki lighthouse
38 http://www.wikidata.org/entity/Q14537875 The Graves Light
39 http://www.wikidata.org/entity/Q6416484 Kish Bank Lighthouse
40 http://www.wikidata.org/entity/Q33985288 Anchuthengu lighthouse
41 http://www.wikidata.org/entity/Q6739805 Makkaur Lighthouse
42 http://www.wikidata.org/entity/Q15923523 Lyudao Lighthouse
43 http://www.wikidata.org/entity/Q108561861 Understen lighthouse auxiliary light
44 http://www.wikidata.org/entity/Q7995888 Whitefish Point Light
45 http://www.wikidata.org/entity/Q108941289 Dumpling Rocks Light
46 http://www.wikidata.org/entity/Q18619039 Delimara Lighthouse
47 http://www.wikidata.org/entity/Q1499942 Keldsnor Lighthouse
48 http://www.wikidata.org/entity/Q28790555 Porthcawl Lighthouse
49 http://www.wikidata.org/entity/Q19832618 Neuer Leuchtturm Wangerooge
50 http://www.wikidata.org/entity/Q11294379 Jastarnia Lighthouse
51 http://www.wikidata.org/entity/Q42351649 Q42351649
52 http://www.wikidata.org/entity/Q106112543 Jazireh-ye Khark Lighthouse
53 http://www.wikidata.org/entity/Q5856309 Rio Negro Lighthouse
54 http://www.wikidata.org/entity/Q15197902 Beachy Head Lighthouse
55 http://www.wikidata.org/entity/Q7590348 St. Mary's Lighthouse
56 http://www.wikidata.org/entity/Q7859001 Two Harbors Lighthouse
57 http://www.wikidata.org/entity/Q990511 Leuchtturm Arngast
58 http://www.wikidata.org/entity/Q1130607 Yaquina Head Light
59 http://www.wikidata.org/entity/Q1226093 Oland lighthouse
60 http://www.wikidata.org/entity/Q1768822 Nugget Point Lighthouse
61 http://www.wikidata.org/entity/Q28465887 Sgeirean Dubha Lighthouse
62 http://www.wikidata.org/entity/Q3378225 Garðskagaviti
63 http://www.wikidata.org/entity/Q40123739 Stora Juten lighthouse
64 http://www.wikidata.org/entity/Q33196656 Understen lighthouse
65 http://www.wikidata.org/entity/Q6943100 Musselbed Shoals Light
66 http://www.wikidata.org/entity/Q43002337 Äspeskär lighthouse
67 http://www.wikidata.org/entity/Q26256803 Megrundet lighthouse
68 http://www.wikidata.org/entity/Q28376019 Pomorac Memorial Lighthouse
69 http://www.wikidata.org/entity/Q28376333 Cay Lobos Lighthouse
70 http://www.wikidata.org/entity/Q11605469 Ytre Møkkalasset fyrstasjon
71 http://www.wikidata.org/entity/Q42317020 Svanshall lighthouse
72 http://www.wikidata.org/entity/Q66810112 Q66810112
73 http://www.wikidata.org/entity/Q712299 Långe Jan
74 http://www.wikidata.org/entity/Q114986821 Qelelevu Lighthouse
75 http://www.wikidata.org/entity/Q115046393 Huludao Jiao Lighthouse
76 http://www.wikidata.org/entity/Q115046430 Niúshāndǎo Lighthouse
77 http://www.wikidata.org/entity/Q115046431 Píngyǔ Lighthouse
78 http://www.wikidata.org/entity/Q28333639 Inishtearaght Lighthouse
79 http://www.wikidata.org/entity/Q28496266 Aranmore Lighthouse
80 http://www.wikidata.org/entity/Q33061460 Ve Skerries Lighthouse
81 http://www.wikidata.org/entity/Q7208156 Point Robinson Light
82 http://www.wikidata.org/entity/Q7998367 Wickford Harbor Light
83 http://www.wikidata.org/entity/Q62060063 Inkoo 2
84 http://www.wikidata.org/entity/Q28374947 Ponta da Praia Range Rear Light
85 http://www.wikidata.org/entity/Q28805844 Great Castle Head Light
86 http://www.wikidata.org/entity/Q11899745 Utö Lighthouse
87 http://www.wikidata.org/entity/Q66764004 fixed white, red or green light
88 http://www.wikidata.org/entity/Q62103847 Finnish lion
89 http://www.wikidata.org/entity/Q55333262 Cape Kormakitis Lighthouse
90 http://www.wikidata.org/entity/Q5856167 Punta Guzmán Lighthouse
91 http://www.wikidata.org/entity/Q29841335 Minni Minni Lighthouse
92 http://www.wikidata.org/entity/Q30015062 Rhodes Lighthouse
93 http://www.wikidata.org/entity/Q39922475 Tärnö East lighthouse
94 http://www.wikidata.org/entity/Q59156996 Castle Island Lighthouse
95 http://www.wikidata.org/entity/Q42293405 Stora Kornö lighthouse
96 http://www.wikidata.org/entity/Q38230420 Mehdia Lighthouse
97 http://www.wikidata.org/entity/Q67870811 flashing white light twice every 12 seconds
98 http://www.wikidata.org/entity/Q105675065 Ormara Lighthouse
99 http://www.wikidata.org/entity/Q105045470 Fedderwardersiel sector light
100 http://www.wikidata.org/entity/Q43177143 Böda pierhead
101 http://www.wikidata.org/entity/Q109314045 directional light

@ -0,0 +1,40 @@
Stanislav-Adziogol Lighthouse
============
![](https://upload.wikimedia.org/wikipedia/commons/9/9a/Adziogol_hyperboloid_Lighthouse_by_Vladimir_Shukhov_1911.jpg)
Nividic Lighthouse
============
![](https://upload.wikimedia.org/wikipedia/commons/9/91/Ouessant_-_Faro_di_Nividic.JPG)
Alte Weser
============
![](https://upload.wikimedia.org/wikipedia/commons/7/74/AlteWeser_1964.jpg)
Borkum Großer Leuchtturm
============
![](https://upload.wikimedia.org/wikipedia/commons/8/8c/Neuer_Leuchtturm.jpg)
Pilsum Lighthouse
============
![](https://upload.wikimedia.org/wikipedia/commons/9/97/Pilsumer_Leuchtturm_%281%29.jpg)
Ardnamurchan Lighthouse
============
![](https://upload.wikimedia.org/wikipedia/commons/3/35/Ardnamurchan_Lighthouse3.jpg)
Hohe Weg Lighthouse
============
![](https://upload.wikimedia.org/wikipedia/commons/0/08/Lighthouse_Hoher_Weg_by_low_tide_03.jpg)
Knock lighthouse
============
![](https://upload.wikimedia.org/wikipedia/commons/e/eb/VerkehrszentraleEms.JPG)
Hvalnesviti
============
![](https://upload.wikimedia.org/wikipedia/commons/9/9e/Leuchtturm_Hvalnes.jpg)
St Bees Lighthouse
============
![](https://upload.wikimedia.org/wikipedia/commons/7/75/StBeesLighthouse.jpg)

@ -0,0 +1,101 @@
item,itemLabel
http://www.wikidata.org/entity/Q154996,Charlottenburg Palace
http://www.wikidata.org/entity/Q187723,Zellengefängnis Lehrter Straße
http://www.wikidata.org/entity/Q290234,Stadion der Freundschaft
http://www.wikidata.org/entity/Q670068,Palais Harrach
http://www.wikidata.org/entity/Q1237979,Q1237979
http://www.wikidata.org/entity/Q1676676,Hotel Lux
http://www.wikidata.org/entity/Q2691227,Administration building Potsdamer Straße 188192
http://www.wikidata.org/entity/Q111903385,Quinta Vigia
http://www.wikidata.org/entity/Q4255374,Lakhta Center
http://www.wikidata.org/entity/Q4165282,Harriet Beecher Stowe House
http://www.wikidata.org/entity/Q2452362,Trias
http://www.wikidata.org/entity/Q9341185,Q9341185
http://www.wikidata.org/entity/Q9341243,Q9341243
http://www.wikidata.org/entity/Q207385,Kensington Palace
http://www.wikidata.org/entity/Q323718,VfL-Stadion am Elsterweg
http://www.wikidata.org/entity/Q503319,Olympic Stadium
http://www.wikidata.org/entity/Q1362236,Neo Química Arena
http://www.wikidata.org/entity/Q1621482,Ulrich-Haberland-Stadion
http://www.wikidata.org/entity/Q11282346,Ainu Mosir
http://www.wikidata.org/entity/Q3655988,Dilijan City Stadium
http://www.wikidata.org/entity/Q95587331,Gemeindebau Riesgasse 4
http://www.wikidata.org/entity/Q4069762,Arnar Stadium
http://www.wikidata.org/entity/Q17127103,Q17127103
http://www.wikidata.org/entity/Q6382345,Keats House
http://www.wikidata.org/entity/Q207109,Johan Cruyff Arena
http://www.wikidata.org/entity/Q604001,Gazprom Headquarters
http://www.wikidata.org/entity/Q868772,Trump Tower
http://www.wikidata.org/entity/Q1283904,Olympiapark-Amateurstadion
http://www.wikidata.org/entity/Q1655145,Nicolaihaus
http://www.wikidata.org/entity/Q2306085,Petrokimia Stadium
http://www.wikidata.org/entity/Q2552609,Het Houten Stadion
http://www.wikidata.org/entity/Q20711858,Brook House
http://www.wikidata.org/entity/Q97592156,17 Kaliska Street in Warsaw
http://www.wikidata.org/entity/Q866804,East India House
http://www.wikidata.org/entity/Q567218,KLFA Stadium
http://www.wikidata.org/entity/Q820157,Bökelbergstadion
http://www.wikidata.org/entity/Q1040184,Ezo
http://www.wikidata.org/entity/Q19972077,Wellington Barracks
http://www.wikidata.org/entity/Q1913743,Maxburg
http://www.wikidata.org/entity/Q11741983,Sejm and Senate Complex of Poland
http://www.wikidata.org/entity/Q2967665,"Church House, Westminster"
http://www.wikidata.org/entity/Q30604109,Shell House
http://www.wikidata.org/entity/Q3435895,Subotica City Stadium
http://www.wikidata.org/entity/Q3784918,Henry Clay Frick House
http://www.wikidata.org/entity/Q26214756,Church of Blessed Virgin Mary Mother of Consolation in Wrocław
http://www.wikidata.org/entity/Q154074,Borussia-Park
http://www.wikidata.org/entity/Q303326,Castle Suresnes
http://www.wikidata.org/entity/Q320439,Stadion am Gesundbrunnen
http://www.wikidata.org/entity/Q373769,Ruhrstadion
http://www.wikidata.org/entity/Q1656772,Estadio Eladio Rosabal Cordero
http://www.wikidata.org/entity/Q2343802,Rodney Parade
http://www.wikidata.org/entity/Q29892436,Cassel villa
http://www.wikidata.org/entity/Q43743745,Q43743745
http://www.wikidata.org/entity/Q44763513,Q44763513
http://www.wikidata.org/entity/Q107467054,S-Bahn Instandhaltungswerk Köln-Nippes
http://www.wikidata.org/entity/Q108787851,Maison de Buffon
http://www.wikidata.org/entity/Q155603,Volkswagen Arena
http://www.wikidata.org/entity/Q156630,BayArena
http://www.wikidata.org/entity/Q311458,Dreisamstadion
http://www.wikidata.org/entity/Q49402478,Q49402478
http://www.wikidata.org/entity/Q109373985,BRSABV Ekana Cricket Stadium
http://www.wikidata.org/entity/Q1381890,Prinz-Georg-Palais
http://www.wikidata.org/entity/Q1651839,Palace of the Reich President
http://www.wikidata.org/entity/Q11525948,Tokyo Court Complex Building
http://www.wikidata.org/entity/Q13132687,Plas Tan-yr-allt
http://www.wikidata.org/entity/Q15135294,Wohnhaus Sepp
http://www.wikidata.org/entity/Q57237926,reservation
http://www.wikidata.org/entity/Q17546732,Tidcombe Manor
http://www.wikidata.org/entity/Q317837,Gazi-Stadion auf der Waldau
http://www.wikidata.org/entity/Q111097904,Schwarzspanierhaus
http://www.wikidata.org/entity/Q1143566,Estádio Municipal João Lamego Netto
http://www.wikidata.org/entity/Q1544286,Schloss Vechelde
http://www.wikidata.org/entity/Q55364699,Am Kupfergraben 6
http://www.wikidata.org/entity/Q61768966,Q61768966
http://www.wikidata.org/entity/Q61769649,Gelbes Haus
http://www.wikidata.org/entity/Q151374,Olympiastadion Berlin
http://www.wikidata.org/entity/Q151893,RheinEnergie Stadion
http://www.wikidata.org/entity/Q762012,Stadio Mirabello
http://www.wikidata.org/entity/Q1112724,De Meer Stadion
http://www.wikidata.org/entity/Q42646,Windsor Castle
http://www.wikidata.org/entity/Q11702859,Charlie Parker Residence
http://www.wikidata.org/entity/Q3361130,Soviet Wings Sport Palace
http://www.wikidata.org/entity/Q56214383,Japanese Tower
http://www.wikidata.org/entity/Q47636582,Spaarnhoven
http://www.wikidata.org/entity/Q22947991,Möckelhaus
http://www.wikidata.org/entity/Q22949413,Ehm Welk House
http://www.wikidata.org/entity/Q6499360,Arena Fonte Nova
http://www.wikidata.org/entity/Q61659663,Wohnhaus Josef Franke
http://www.wikidata.org/entity/Q78797804,Clayton
http://www.wikidata.org/entity/Q56214618,Chinese Pavilion
http://www.wikidata.org/entity/Q84711482,Q84711482
http://www.wikidata.org/entity/Q85306850,Q85306850
http://www.wikidata.org/entity/Q17310094,AOK Stadion
http://www.wikidata.org/entity/Q18668510,Bavariaring 10 (München)
http://www.wikidata.org/entity/Q58212003,John Cabot House
http://www.wikidata.org/entity/Q66050054,Harold Lloyd Birthplace
http://www.wikidata.org/entity/Q110027143,Q110027143
http://www.wikidata.org/entity/Q57279012,Gundelhof
http://www.wikidata.org/entity/Q55064950,Gelora Joko Samudro Stadium
http://www.wikidata.org/entity/Q104189019,"Hobbemastraat 20, Amsterdam"
1 item itemLabel
2 http://www.wikidata.org/entity/Q154996 Charlottenburg Palace
3 http://www.wikidata.org/entity/Q187723 Zellengefängnis Lehrter Straße
4 http://www.wikidata.org/entity/Q290234 Stadion der Freundschaft
5 http://www.wikidata.org/entity/Q670068 Palais Harrach
6 http://www.wikidata.org/entity/Q1237979 Q1237979
7 http://www.wikidata.org/entity/Q1676676 Hotel Lux
8 http://www.wikidata.org/entity/Q2691227 Administration building Potsdamer Straße 188–192
9 http://www.wikidata.org/entity/Q111903385 Quinta Vigia
10 http://www.wikidata.org/entity/Q4255374 Lakhta Center
11 http://www.wikidata.org/entity/Q4165282 Harriet Beecher Stowe House
12 http://www.wikidata.org/entity/Q2452362 Trias
13 http://www.wikidata.org/entity/Q9341185 Q9341185
14 http://www.wikidata.org/entity/Q9341243 Q9341243
15 http://www.wikidata.org/entity/Q207385 Kensington Palace
16 http://www.wikidata.org/entity/Q323718 VfL-Stadion am Elsterweg
17 http://www.wikidata.org/entity/Q503319 Olympic Stadium
18 http://www.wikidata.org/entity/Q1362236 Neo Química Arena
19 http://www.wikidata.org/entity/Q1621482 Ulrich-Haberland-Stadion
20 http://www.wikidata.org/entity/Q11282346 Ainu Mosir
21 http://www.wikidata.org/entity/Q3655988 Dilijan City Stadium
22 http://www.wikidata.org/entity/Q95587331 Gemeindebau Riesgasse 4
23 http://www.wikidata.org/entity/Q4069762 Arnar Stadium
24 http://www.wikidata.org/entity/Q17127103 Q17127103
25 http://www.wikidata.org/entity/Q6382345 Keats House
26 http://www.wikidata.org/entity/Q207109 Johan Cruyff Arena
27 http://www.wikidata.org/entity/Q604001 Gazprom Headquarters
28 http://www.wikidata.org/entity/Q868772 Trump Tower
29 http://www.wikidata.org/entity/Q1283904 Olympiapark-Amateurstadion
30 http://www.wikidata.org/entity/Q1655145 Nicolaihaus
31 http://www.wikidata.org/entity/Q2306085 Petrokimia Stadium
32 http://www.wikidata.org/entity/Q2552609 Het Houten Stadion
33 http://www.wikidata.org/entity/Q20711858 Brook House
34 http://www.wikidata.org/entity/Q97592156 17 Kaliska Street in Warsaw
35 http://www.wikidata.org/entity/Q866804 East India House
36 http://www.wikidata.org/entity/Q567218 KLFA Stadium
37 http://www.wikidata.org/entity/Q820157 Bökelbergstadion
38 http://www.wikidata.org/entity/Q1040184 Ezo
39 http://www.wikidata.org/entity/Q19972077 Wellington Barracks
40 http://www.wikidata.org/entity/Q1913743 Maxburg
41 http://www.wikidata.org/entity/Q11741983 Sejm and Senate Complex of Poland
42 http://www.wikidata.org/entity/Q2967665 Church House, Westminster
43 http://www.wikidata.org/entity/Q30604109 Shell House
44 http://www.wikidata.org/entity/Q3435895 Subotica City Stadium
45 http://www.wikidata.org/entity/Q3784918 Henry Clay Frick House
46 http://www.wikidata.org/entity/Q26214756 Church of Blessed Virgin Mary Mother of Consolation in Wrocław
47 http://www.wikidata.org/entity/Q154074 Borussia-Park
48 http://www.wikidata.org/entity/Q303326 Castle Suresnes
49 http://www.wikidata.org/entity/Q320439 Stadion am Gesundbrunnen
50 http://www.wikidata.org/entity/Q373769 Ruhrstadion
51 http://www.wikidata.org/entity/Q1656772 Estadio Eladio Rosabal Cordero
52 http://www.wikidata.org/entity/Q2343802 Rodney Parade
53 http://www.wikidata.org/entity/Q29892436 Cassel villa
54 http://www.wikidata.org/entity/Q43743745 Q43743745
55 http://www.wikidata.org/entity/Q44763513 Q44763513
56 http://www.wikidata.org/entity/Q107467054 S-Bahn Instandhaltungswerk Köln-Nippes
57 http://www.wikidata.org/entity/Q108787851 Maison de Buffon
58 http://www.wikidata.org/entity/Q155603 Volkswagen Arena
59 http://www.wikidata.org/entity/Q156630 BayArena
60 http://www.wikidata.org/entity/Q311458 Dreisamstadion
61 http://www.wikidata.org/entity/Q49402478 Q49402478
62 http://www.wikidata.org/entity/Q109373985 BRSABV Ekana Cricket Stadium
63 http://www.wikidata.org/entity/Q1381890 Prinz-Georg-Palais
64 http://www.wikidata.org/entity/Q1651839 Palace of the Reich President
65 http://www.wikidata.org/entity/Q11525948 Tokyo Court Complex Building
66 http://www.wikidata.org/entity/Q13132687 Plas Tan-yr-allt
67 http://www.wikidata.org/entity/Q15135294 Wohnhaus Sepp
68 http://www.wikidata.org/entity/Q57237926 reservation
69 http://www.wikidata.org/entity/Q17546732 Tidcombe Manor
70 http://www.wikidata.org/entity/Q317837 Gazi-Stadion auf der Waldau
71 http://www.wikidata.org/entity/Q111097904 Schwarzspanierhaus
72 http://www.wikidata.org/entity/Q1143566 Estádio Municipal João Lamego Netto
73 http://www.wikidata.org/entity/Q1544286 Schloss Vechelde
74 http://www.wikidata.org/entity/Q55364699 Am Kupfergraben 6
75 http://www.wikidata.org/entity/Q61768966 Q61768966
76 http://www.wikidata.org/entity/Q61769649 Gelbes Haus
77 http://www.wikidata.org/entity/Q151374 Olympiastadion Berlin
78 http://www.wikidata.org/entity/Q151893 RheinEnergie Stadion
79 http://www.wikidata.org/entity/Q762012 Stadio Mirabello
80 http://www.wikidata.org/entity/Q1112724 De Meer Stadion
81 http://www.wikidata.org/entity/Q42646 Windsor Castle
82 http://www.wikidata.org/entity/Q11702859 Charlie Parker Residence
83 http://www.wikidata.org/entity/Q3361130 Soviet Wings Sport Palace
84 http://www.wikidata.org/entity/Q56214383 Japanese Tower
85 http://www.wikidata.org/entity/Q47636582 Spaarnhoven
86 http://www.wikidata.org/entity/Q22947991 Möckelhaus
87 http://www.wikidata.org/entity/Q22949413 Ehm Welk House
88 http://www.wikidata.org/entity/Q6499360 Arena Fonte Nova
89 http://www.wikidata.org/entity/Q61659663 Wohnhaus Josef Franke
90 http://www.wikidata.org/entity/Q78797804 Clayton
91 http://www.wikidata.org/entity/Q56214618 Chinese Pavilion
92 http://www.wikidata.org/entity/Q84711482 Q84711482
93 http://www.wikidata.org/entity/Q85306850 Q85306850
94 http://www.wikidata.org/entity/Q17310094 AOK Stadion
95 http://www.wikidata.org/entity/Q18668510 Bavariaring 10 (München)
96 http://www.wikidata.org/entity/Q58212003 John Cabot House
97 http://www.wikidata.org/entity/Q66050054 Harold Lloyd Birthplace
98 http://www.wikidata.org/entity/Q110027143 Q110027143
99 http://www.wikidata.org/entity/Q57279012 Gundelhof
100 http://www.wikidata.org/entity/Q55064950 Gelora Joko Samudro Stadium
101 http://www.wikidata.org/entity/Q104189019 Hobbemastraat 20, Amsterdam
Loading…
Cancel
Save