You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66348 lines
2.7 MiB

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html>
<head><meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>QueeryingWikidata</title><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
<style type="text/css">
pre { line-height: 125%; margin: 0; }
td.linenos pre { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
span.linenos { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
td.linenos pre.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
.highlight .hll { background-color: var(--jp-cell-editor-active-background) }
.highlight { background: var(--jp-cell-editor-background); color: var(--jp-mirror-editor-variable-color) }
.highlight .c { color: var(--jp-mirror-editor-comment-color); font-style: italic } /* Comment */
.highlight .err { color: var(--jp-mirror-editor-error-color) } /* Error */
.highlight .k { color: var(--jp-mirror-editor-keyword-color); font-weight: bold } /* Keyword */
.highlight .o { color: var(--jp-mirror-editor-operator-color); font-weight: bold } /* Operator */
.highlight .p { color: var(--jp-mirror-editor-punctuation-color) } /* Punctuation */
.highlight .ch { color: var(--jp-mirror-editor-comment-color); font-style: italic } /* Comment.Hashbang */
.highlight .cm { color: var(--jp-mirror-editor-comment-color); font-style: italic } /* Comment.Multiline */
.highlight .cp { color: var(--jp-mirror-editor-comment-color); font-style: italic } /* Comment.Preproc */
.highlight .cpf { color: var(--jp-mirror-editor-comment-color); font-style: italic } /* Comment.PreprocFile */
.highlight .c1 { color: var(--jp-mirror-editor-comment-color); font-style: italic } /* Comment.Single */
.highlight .cs { color: var(--jp-mirror-editor-comment-color); font-style: italic } /* Comment.Special */
.highlight .kc { color: var(--jp-mirror-editor-keyword-color); font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: var(--jp-mirror-editor-keyword-color); font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: var(--jp-mirror-editor-keyword-color); font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: var(--jp-mirror-editor-keyword-color); font-weight: bold } /* Keyword.Pseudo */
.highlight .kr { color: var(--jp-mirror-editor-keyword-color); font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: var(--jp-mirror-editor-keyword-color); font-weight: bold } /* Keyword.Type */
.highlight .m { color: var(--jp-mirror-editor-number-color) } /* Literal.Number */
.highlight .s { color: var(--jp-mirror-editor-string-color) } /* Literal.String */
.highlight .ow { color: var(--jp-mirror-editor-operator-color); font-weight: bold } /* Operator.Word */
.highlight .w { color: var(--jp-mirror-editor-variable-color) } /* Text.Whitespace */
.highlight .mb { color: var(--jp-mirror-editor-number-color) } /* Literal.Number.Bin */
.highlight .mf { color: var(--jp-mirror-editor-number-color) } /* Literal.Number.Float */
.highlight .mh { color: var(--jp-mirror-editor-number-color) } /* Literal.Number.Hex */
.highlight .mi { color: var(--jp-mirror-editor-number-color) } /* Literal.Number.Integer */
.highlight .mo { color: var(--jp-mirror-editor-number-color) } /* Literal.Number.Oct */
.highlight .sa { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Affix */
.highlight .sb { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Backtick */
.highlight .sc { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Char */
.highlight .dl { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Delimiter */
.highlight .sd { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Doc */
.highlight .s2 { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Double */
.highlight .se { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Escape */
.highlight .sh { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Heredoc */
.highlight .si { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Interpol */
.highlight .sx { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Other */
.highlight .sr { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Regex */
.highlight .s1 { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Single */
.highlight .ss { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Symbol */
.highlight .il { color: var(--jp-mirror-editor-number-color) } /* Literal.Number.Integer.Long */
</style>
<style type="text/css">
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
/*
* Mozilla scrollbar styling
*/
/* use standard opaque scrollbars for most nodes */
[data-jp-theme-scrollbars='true'] {
scrollbar-color: rgb(var(--jp-scrollbar-thumb-color))
var(--jp-scrollbar-background-color);
}
/* for code nodes, use a transparent style of scrollbar. These selectors
* will match lower in the tree, and so will override the above */
[data-jp-theme-scrollbars='true'] .CodeMirror-hscrollbar,
[data-jp-theme-scrollbars='true'] .CodeMirror-vscrollbar {
scrollbar-color: rgba(var(--jp-scrollbar-thumb-color), 0.5) transparent;
}
/* tiny scrollbar */
.jp-scrollbar-tiny {
scrollbar-color: rgba(var(--jp-scrollbar-thumb-color), 0.5) transparent;
scrollbar-width: thin;
}
/*
* Webkit scrollbar styling
*/
/* use standard opaque scrollbars for most nodes */
[data-jp-theme-scrollbars='true'] ::-webkit-scrollbar,
[data-jp-theme-scrollbars='true'] ::-webkit-scrollbar-corner {
background: var(--jp-scrollbar-background-color);
}
[data-jp-theme-scrollbars='true'] ::-webkit-scrollbar-thumb {
background: rgb(var(--jp-scrollbar-thumb-color));
border: var(--jp-scrollbar-thumb-margin) solid transparent;
background-clip: content-box;
border-radius: var(--jp-scrollbar-thumb-radius);
}
[data-jp-theme-scrollbars='true'] ::-webkit-scrollbar-track:horizontal {
border-left: var(--jp-scrollbar-endpad) solid
var(--jp-scrollbar-background-color);
border-right: var(--jp-scrollbar-endpad) solid
var(--jp-scrollbar-background-color);
}
[data-jp-theme-scrollbars='true'] ::-webkit-scrollbar-track:vertical {
border-top: var(--jp-scrollbar-endpad) solid
var(--jp-scrollbar-background-color);
border-bottom: var(--jp-scrollbar-endpad) solid
var(--jp-scrollbar-background-color);
}
/* for code nodes, use a transparent style of scrollbar */
[data-jp-theme-scrollbars='true'] .CodeMirror-hscrollbar::-webkit-scrollbar,
[data-jp-theme-scrollbars='true'] .CodeMirror-vscrollbar::-webkit-scrollbar,
[data-jp-theme-scrollbars='true']
.CodeMirror-hscrollbar::-webkit-scrollbar-corner,
[data-jp-theme-scrollbars='true']
.CodeMirror-vscrollbar::-webkit-scrollbar-corner {
background-color: transparent;
}
[data-jp-theme-scrollbars='true']
.CodeMirror-hscrollbar::-webkit-scrollbar-thumb,
[data-jp-theme-scrollbars='true']
.CodeMirror-vscrollbar::-webkit-scrollbar-thumb {
background: rgba(var(--jp-scrollbar-thumb-color), 0.5);
border: var(--jp-scrollbar-thumb-margin) solid transparent;
background-clip: content-box;
border-radius: var(--jp-scrollbar-thumb-radius);
}
[data-jp-theme-scrollbars='true']
.CodeMirror-hscrollbar::-webkit-scrollbar-track:horizontal {
border-left: var(--jp-scrollbar-endpad) solid transparent;
border-right: var(--jp-scrollbar-endpad) solid transparent;
}
[data-jp-theme-scrollbars='true']
.CodeMirror-vscrollbar::-webkit-scrollbar-track:vertical {
border-top: var(--jp-scrollbar-endpad) solid transparent;
border-bottom: var(--jp-scrollbar-endpad) solid transparent;
}
/* tiny scrollbar */
.jp-scrollbar-tiny::-webkit-scrollbar,
.jp-scrollbar-tiny::-webkit-scrollbar-corner {
background-color: transparent;
height: 4px;
width: 4px;
}
.jp-scrollbar-tiny::-webkit-scrollbar-thumb {
background: rgba(var(--jp-scrollbar-thumb-color), 0.5);
}
.jp-scrollbar-tiny::-webkit-scrollbar-track:horizontal {
border-left: 0px solid transparent;
border-right: 0px solid transparent;
}
.jp-scrollbar-tiny::-webkit-scrollbar-track:vertical {
border-top: 0px solid transparent;
border-bottom: 0px solid transparent;
}
/*
* Phosphor
*/
.lm-ScrollBar[data-orientation='horizontal'] {
min-height: 16px;
max-height: 16px;
min-width: 45px;
border-top: 1px solid #a0a0a0;
}
.lm-ScrollBar[data-orientation='vertical'] {
min-width: 16px;
max-width: 16px;
min-height: 45px;
border-left: 1px solid #a0a0a0;
}
.lm-ScrollBar-button {
background-color: #f0f0f0;
background-position: center center;
min-height: 15px;
max-height: 15px;
min-width: 15px;
max-width: 15px;
}
.lm-ScrollBar-button:hover {
background-color: #dadada;
}
.lm-ScrollBar-button.lm-mod-active {
background-color: #cdcdcd;
}
.lm-ScrollBar-track {
background: #f0f0f0;
}
.lm-ScrollBar-thumb {
background: #cdcdcd;
}
.lm-ScrollBar-thumb:hover {
background: #bababa;
}
.lm-ScrollBar-thumb.lm-mod-active {
background: #a0a0a0;
}
.lm-ScrollBar[data-orientation='horizontal'] .lm-ScrollBar-thumb {
height: 100%;
min-width: 15px;
border-left: 1px solid #a0a0a0;
border-right: 1px solid #a0a0a0;
}
.lm-ScrollBar[data-orientation='vertical'] .lm-ScrollBar-thumb {
width: 100%;
min-height: 15px;
border-top: 1px solid #a0a0a0;
border-bottom: 1px solid #a0a0a0;
}
.lm-ScrollBar[data-orientation='horizontal']
.lm-ScrollBar-button[data-action='decrement'] {
background-image: var(--jp-icon-caret-left);
background-size: 17px;
}
.lm-ScrollBar[data-orientation='horizontal']
.lm-ScrollBar-button[data-action='increment'] {
background-image: var(--jp-icon-caret-right);
background-size: 17px;
}
.lm-ScrollBar[data-orientation='vertical']
.lm-ScrollBar-button[data-action='decrement'] {
background-image: var(--jp-icon-caret-up);
background-size: 17px;
}
.lm-ScrollBar[data-orientation='vertical']
.lm-ScrollBar-button[data-action='increment'] {
background-image: var(--jp-icon-caret-down);
background-size: 17px;
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Copyright (c) 2014-2017, PhosphorJS Contributors
|
| Distributed under the terms of the BSD 3-Clause License.
|
| The full license is in the file LICENSE, distributed with this software.
|----------------------------------------------------------------------------*/
/* <DEPRECATED> */ .p-Widget, /* </DEPRECATED> */
.lm-Widget {
box-sizing: border-box;
position: relative;
overflow: hidden;
cursor: default;
}
/* <DEPRECATED> */ .p-Widget.p-mod-hidden, /* </DEPRECATED> */
.lm-Widget.lm-mod-hidden {
display: none !important;
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Copyright (c) 2014-2017, PhosphorJS Contributors
|
| Distributed under the terms of the BSD 3-Clause License.
|
| The full license is in the file LICENSE, distributed with this software.
|----------------------------------------------------------------------------*/
/* <DEPRECATED> */ .p-CommandPalette, /* </DEPRECATED> */
.lm-CommandPalette {
display: flex;
flex-direction: column;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* <DEPRECATED> */ .p-CommandPalette-search, /* </DEPRECATED> */
.lm-CommandPalette-search {
flex: 0 0 auto;
}
/* <DEPRECATED> */ .p-CommandPalette-content, /* </DEPRECATED> */
.lm-CommandPalette-content {
flex: 1 1 auto;
margin: 0;
padding: 0;
min-height: 0;
overflow: auto;
list-style-type: none;
}
/* <DEPRECATED> */ .p-CommandPalette-header, /* </DEPRECATED> */
.lm-CommandPalette-header {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
/* <DEPRECATED> */ .p-CommandPalette-item, /* </DEPRECATED> */
.lm-CommandPalette-item {
display: flex;
flex-direction: row;
}
/* <DEPRECATED> */ .p-CommandPalette-itemIcon, /* </DEPRECATED> */
.lm-CommandPalette-itemIcon {
flex: 0 0 auto;
}
/* <DEPRECATED> */ .p-CommandPalette-itemContent, /* </DEPRECATED> */
.lm-CommandPalette-itemContent {
flex: 1 1 auto;
overflow: hidden;
}
/* <DEPRECATED> */ .p-CommandPalette-itemShortcut, /* </DEPRECATED> */
.lm-CommandPalette-itemShortcut {
flex: 0 0 auto;
}
/* <DEPRECATED> */ .p-CommandPalette-itemLabel, /* </DEPRECATED> */
.lm-CommandPalette-itemLabel {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.lm-close-icon {
border:1px solid transparent;
background-color: transparent;
position: absolute;
z-index:1;
right:3%;
top: 0;
bottom: 0;
margin: auto;
padding: 7px 0;
display: none;
vertical-align: middle;
outline: 0;
cursor: pointer;
}
.lm-close-icon:after {
content: "X";
display: block;
width: 15px;
height: 15px;
text-align: center;
color:#000;
font-weight: normal;
font-size: 12px;
cursor: pointer;
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Copyright (c) 2014-2017, PhosphorJS Contributors
|
| Distributed under the terms of the BSD 3-Clause License.
|
| The full license is in the file LICENSE, distributed with this software.
|----------------------------------------------------------------------------*/
/* <DEPRECATED> */ .p-DockPanel, /* </DEPRECATED> */
.lm-DockPanel {
z-index: 0;
}
/* <DEPRECATED> */ .p-DockPanel-widget, /* </DEPRECATED> */
.lm-DockPanel-widget {
z-index: 0;
}
/* <DEPRECATED> */ .p-DockPanel-tabBar, /* </DEPRECATED> */
.lm-DockPanel-tabBar {
z-index: 1;
}
/* <DEPRECATED> */ .p-DockPanel-handle, /* </DEPRECATED> */
.lm-DockPanel-handle {
z-index: 2;
}
/* <DEPRECATED> */ .p-DockPanel-handle.p-mod-hidden, /* </DEPRECATED> */
.lm-DockPanel-handle.lm-mod-hidden {
display: none !important;
}
/* <DEPRECATED> */ .p-DockPanel-handle:after, /* </DEPRECATED> */
.lm-DockPanel-handle:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
}
/* <DEPRECATED> */
.p-DockPanel-handle[data-orientation='horizontal'],
/* </DEPRECATED> */
.lm-DockPanel-handle[data-orientation='horizontal'] {
cursor: ew-resize;
}
/* <DEPRECATED> */
.p-DockPanel-handle[data-orientation='vertical'],
/* </DEPRECATED> */
.lm-DockPanel-handle[data-orientation='vertical'] {
cursor: ns-resize;
}
/* <DEPRECATED> */
.p-DockPanel-handle[data-orientation='horizontal']:after,
/* </DEPRECATED> */
.lm-DockPanel-handle[data-orientation='horizontal']:after {
left: 50%;
min-width: 8px;
transform: translateX(-50%);
}
/* <DEPRECATED> */
.p-DockPanel-handle[data-orientation='vertical']:after,
/* </DEPRECATED> */
.lm-DockPanel-handle[data-orientation='vertical']:after {
top: 50%;
min-height: 8px;
transform: translateY(-50%);
}
/* <DEPRECATED> */ .p-DockPanel-overlay, /* </DEPRECATED> */
.lm-DockPanel-overlay {
z-index: 3;
box-sizing: border-box;
pointer-events: none;
}
/* <DEPRECATED> */ .p-DockPanel-overlay.p-mod-hidden, /* </DEPRECATED> */
.lm-DockPanel-overlay.lm-mod-hidden {
display: none !important;
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Copyright (c) 2014-2017, PhosphorJS Contributors
|
| Distributed under the terms of the BSD 3-Clause License.
|
| The full license is in the file LICENSE, distributed with this software.
|----------------------------------------------------------------------------*/
/* <DEPRECATED> */ .p-Menu, /* </DEPRECATED> */
.lm-Menu {
z-index: 10000;
position: absolute;
white-space: nowrap;
overflow-x: hidden;
overflow-y: auto;
outline: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* <DEPRECATED> */ .p-Menu-content, /* </DEPRECATED> */
.lm-Menu-content {
margin: 0;
padding: 0;
display: table;
list-style-type: none;
}
/* <DEPRECATED> */ .p-Menu-item, /* </DEPRECATED> */
.lm-Menu-item {
display: table-row;
}
/* <DEPRECATED> */
.p-Menu-item.p-mod-hidden,
.p-Menu-item.p-mod-collapsed,
/* </DEPRECATED> */
.lm-Menu-item.lm-mod-hidden,
.lm-Menu-item.lm-mod-collapsed {
display: none !important;
}
/* <DEPRECATED> */
.p-Menu-itemIcon,
.p-Menu-itemSubmenuIcon,
/* </DEPRECATED> */
.lm-Menu-itemIcon,
.lm-Menu-itemSubmenuIcon {
display: table-cell;
text-align: center;
}
/* <DEPRECATED> */ .p-Menu-itemLabel, /* </DEPRECATED> */
.lm-Menu-itemLabel {
display: table-cell;
text-align: left;
}
/* <DEPRECATED> */ .p-Menu-itemShortcut, /* </DEPRECATED> */
.lm-Menu-itemShortcut {
display: table-cell;
text-align: right;
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Copyright (c) 2014-2017, PhosphorJS Contributors
|
| Distributed under the terms of the BSD 3-Clause License.
|
| The full license is in the file LICENSE, distributed with this software.
|----------------------------------------------------------------------------*/
/* <DEPRECATED> */ .p-MenuBar, /* </DEPRECATED> */
.lm-MenuBar {
outline: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* <DEPRECATED> */ .p-MenuBar-content, /* </DEPRECATED> */
.lm-MenuBar-content {
margin: 0;
padding: 0;
display: flex;
flex-direction: row;
list-style-type: none;
}
/* <DEPRECATED> */ .p--MenuBar-item, /* </DEPRECATED> */
.lm-MenuBar-item {
box-sizing: border-box;
}
/* <DEPRECATED> */
.p-MenuBar-itemIcon,
.p-MenuBar-itemLabel,
/* </DEPRECATED> */
.lm-MenuBar-itemIcon,
.lm-MenuBar-itemLabel {
display: inline-block;
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Copyright (c) 2014-2017, PhosphorJS Contributors
|
| Distributed under the terms of the BSD 3-Clause License.
|
| The full license is in the file LICENSE, distributed with this software.
|----------------------------------------------------------------------------*/
/* <DEPRECATED> */ .p-ScrollBar, /* </DEPRECATED> */
.lm-ScrollBar {
display: flex;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* <DEPRECATED> */
.p-ScrollBar[data-orientation='horizontal'],
/* </DEPRECATED> */
.lm-ScrollBar[data-orientation='horizontal'] {
flex-direction: row;
}
/* <DEPRECATED> */
.p-ScrollBar[data-orientation='vertical'],
/* </DEPRECATED> */
.lm-ScrollBar[data-orientation='vertical'] {
flex-direction: column;
}
/* <DEPRECATED> */ .p-ScrollBar-button, /* </DEPRECATED> */
.lm-ScrollBar-button {
box-sizing: border-box;
flex: 0 0 auto;
}
/* <DEPRECATED> */ .p-ScrollBar-track, /* </DEPRECATED> */
.lm-ScrollBar-track {
box-sizing: border-box;
position: relative;
overflow: hidden;
flex: 1 1 auto;
}
/* <DEPRECATED> */ .p-ScrollBar-thumb, /* </DEPRECATED> */
.lm-ScrollBar-thumb {
box-sizing: border-box;
position: absolute;
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Copyright (c) 2014-2017, PhosphorJS Contributors
|
| Distributed under the terms of the BSD 3-Clause License.
|
| The full license is in the file LICENSE, distributed with this software.
|----------------------------------------------------------------------------*/
/* <DEPRECATED> */ .p-SplitPanel-child, /* </DEPRECATED> */
.lm-SplitPanel-child {
z-index: 0;
}
/* <DEPRECATED> */ .p-SplitPanel-handle, /* </DEPRECATED> */
.lm-SplitPanel-handle {
z-index: 1;
}
/* <DEPRECATED> */ .p-SplitPanel-handle.p-mod-hidden, /* </DEPRECATED> */
.lm-SplitPanel-handle.lm-mod-hidden {
display: none !important;
}
/* <DEPRECATED> */ .p-SplitPanel-handle:after, /* </DEPRECATED> */
.lm-SplitPanel-handle:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
}
/* <DEPRECATED> */
.p-SplitPanel[data-orientation='horizontal'] > .p-SplitPanel-handle,
/* </DEPRECATED> */
.lm-SplitPanel[data-orientation='horizontal'] > .lm-SplitPanel-handle {
cursor: ew-resize;
}
/* <DEPRECATED> */
.p-SplitPanel[data-orientation='vertical'] > .p-SplitPanel-handle,
/* </DEPRECATED> */
.lm-SplitPanel[data-orientation='vertical'] > .lm-SplitPanel-handle {
cursor: ns-resize;
}
/* <DEPRECATED> */
.p-SplitPanel[data-orientation='horizontal'] > .p-SplitPanel-handle:after,
/* </DEPRECATED> */
.lm-SplitPanel[data-orientation='horizontal'] > .lm-SplitPanel-handle:after {
left: 50%;
min-width: 8px;
transform: translateX(-50%);
}
/* <DEPRECATED> */
.p-SplitPanel[data-orientation='vertical'] > .p-SplitPanel-handle:after,
/* </DEPRECATED> */
.lm-SplitPanel[data-orientation='vertical'] > .lm-SplitPanel-handle:after {
top: 50%;
min-height: 8px;
transform: translateY(-50%);
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Copyright (c) 2014-2017, PhosphorJS Contributors
|
| Distributed under the terms of the BSD 3-Clause License.
|
| The full license is in the file LICENSE, distributed with this software.
|----------------------------------------------------------------------------*/
/* <DEPRECATED> */ .p-TabBar, /* </DEPRECATED> */
.lm-TabBar {
display: flex;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* <DEPRECATED> */ .p-TabBar[data-orientation='horizontal'], /* </DEPRECATED> */
.lm-TabBar[data-orientation='horizontal'] {
flex-direction: row;
align-items: flex-end;
}
/* <DEPRECATED> */ .p-TabBar[data-orientation='vertical'], /* </DEPRECATED> */
.lm-TabBar[data-orientation='vertical'] {
flex-direction: column;
align-items: flex-end;
}
/* <DEPRECATED> */ .p-TabBar-content, /* </DEPRECATED> */
.lm-TabBar-content {
margin: 0;
padding: 0;
display: flex;
flex: 1 1 auto;
list-style-type: none;
}
/* <DEPRECATED> */
.p-TabBar[data-orientation='horizontal'] > .p-TabBar-content,
/* </DEPRECATED> */
.lm-TabBar[data-orientation='horizontal'] > .lm-TabBar-content {
flex-direction: row;
}
/* <DEPRECATED> */
.p-TabBar[data-orientation='vertical'] > .p-TabBar-content,
/* </DEPRECATED> */
.lm-TabBar[data-orientation='vertical'] > .lm-TabBar-content {
flex-direction: column;
}
/* <DEPRECATED> */ .p-TabBar-tab, /* </DEPRECATED> */
.lm-TabBar-tab {
display: flex;
flex-direction: row;
box-sizing: border-box;
overflow: hidden;
}
/* <DEPRECATED> */
.p-TabBar-tabIcon,
.p-TabBar-tabCloseIcon,
/* </DEPRECATED> */
.lm-TabBar-tabIcon,
.lm-TabBar-tabCloseIcon {
flex: 0 0 auto;
}
/* <DEPRECATED> */ .p-TabBar-tabLabel, /* </DEPRECATED> */
.lm-TabBar-tabLabel {
flex: 1 1 auto;
overflow: hidden;
white-space: nowrap;
}
.lm-TabBar-tabInput {
user-select: all;
width: 100%;
box-sizing : border-box;
}
/* <DEPRECATED> */ .p-TabBar-tab.p-mod-hidden, /* </DEPRECATED> */
.lm-TabBar-tab.lm-mod-hidden {
display: none !important;
}
.lm-TabBar-addButton.lm-mod-hidden {
display: none !important;
}
/* <DEPRECATED> */ .p-TabBar.p-mod-dragging .p-TabBar-tab, /* </DEPRECATED> */
.lm-TabBar.lm-mod-dragging .lm-TabBar-tab {
position: relative;
}
/* <DEPRECATED> */
.p-TabBar.p-mod-dragging[data-orientation='horizontal'] .p-TabBar-tab,
/* </DEPRECATED> */
.lm-TabBar.lm-mod-dragging[data-orientation='horizontal'] .lm-TabBar-tab {
left: 0;
transition: left 150ms ease;
}
/* <DEPRECATED> */
.p-TabBar.p-mod-dragging[data-orientation='vertical'] .p-TabBar-tab,
/* </DEPRECATED> */
.lm-TabBar.lm-mod-dragging[data-orientation='vertical'] .lm-TabBar-tab {
top: 0;
transition: top 150ms ease;
}
/* <DEPRECATED> */
.p-TabBar.p-mod-dragging .p-TabBar-tab.p-mod-dragging,
/* </DEPRECATED> */
.lm-TabBar.lm-mod-dragging .lm-TabBar-tab.lm-mod-dragging {
transition: none;
}
.lm-TabBar-tabLabel .lm-TabBar-tabInput {
user-select: all;
width: 100%;
box-sizing : border-box;
background: inherit;
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Copyright (c) 2014-2017, PhosphorJS Contributors
|
| Distributed under the terms of the BSD 3-Clause License.
|
| The full license is in the file LICENSE, distributed with this software.
|----------------------------------------------------------------------------*/
/* <DEPRECATED> */ .p-TabPanel-tabBar, /* </DEPRECATED> */
.lm-TabPanel-tabBar {
z-index: 1;
}
/* <DEPRECATED> */ .p-TabPanel-stackedPanel, /* </DEPRECATED> */
.lm-TabPanel-stackedPanel {
z-index: 0;
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Copyright (c) 2014-2017, PhosphorJS Contributors
|
| Distributed under the terms of the BSD 3-Clause License.
|
| The full license is in the file LICENSE, distributed with this software.
|----------------------------------------------------------------------------*/
@charset "UTF-8";
html{
-webkit-box-sizing:border-box;
box-sizing:border-box; }
*,
*::before,
*::after{
-webkit-box-sizing:inherit;
box-sizing:inherit; }
body{
font-size:14px;
font-weight:400;
letter-spacing:0;
line-height:1.28581;
text-transform:none;
color:#182026;
font-family:-apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", "Icons16", sans-serif; }
p{
margin-bottom:10px;
margin-top:0; }
small{
font-size:12px; }
strong{
font-weight:600; }
::-moz-selection{
background:rgba(125, 188, 255, 0.6); }
::selection{
background:rgba(125, 188, 255, 0.6); }
.bp3-heading{
color:#182026;
font-weight:600;
margin:0 0 10px;
padding:0; }
.bp3-dark .bp3-heading{
color:#f5f8fa; }
h1.bp3-heading, .bp3-running-text h1{
font-size:36px;
line-height:40px; }
h2.bp3-heading, .bp3-running-text h2{
font-size:28px;
line-height:32px; }
h3.bp3-heading, .bp3-running-text h3{
font-size:22px;
line-height:25px; }
h4.bp3-heading, .bp3-running-text h4{
font-size:18px;
line-height:21px; }
h5.bp3-heading, .bp3-running-text h5{
font-size:16px;
line-height:19px; }
h6.bp3-heading, .bp3-running-text h6{
font-size:14px;
line-height:16px; }
.bp3-ui-text{
font-size:14px;
font-weight:400;
letter-spacing:0;
line-height:1.28581;
text-transform:none; }
.bp3-monospace-text{
font-family:monospace;
text-transform:none; }
.bp3-text-muted{
color:#5c7080; }
.bp3-dark .bp3-text-muted{
color:#a7b6c2; }
.bp3-text-disabled{
color:rgba(92, 112, 128, 0.6); }
.bp3-dark .bp3-text-disabled{
color:rgba(167, 182, 194, 0.6); }
.bp3-text-overflow-ellipsis{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
word-wrap:normal; }
.bp3-running-text{
font-size:14px;
line-height:1.5; }
.bp3-running-text h1{
color:#182026;
font-weight:600;
margin-bottom:20px;
margin-top:40px; }
.bp3-dark .bp3-running-text h1{
color:#f5f8fa; }
.bp3-running-text h2{
color:#182026;
font-weight:600;
margin-bottom:20px;
margin-top:40px; }
.bp3-dark .bp3-running-text h2{
color:#f5f8fa; }
.bp3-running-text h3{
color:#182026;
font-weight:600;
margin-bottom:20px;
margin-top:40px; }
.bp3-dark .bp3-running-text h3{
color:#f5f8fa; }
.bp3-running-text h4{
color:#182026;
font-weight:600;
margin-bottom:20px;
margin-top:40px; }
.bp3-dark .bp3-running-text h4{
color:#f5f8fa; }
.bp3-running-text h5{
color:#182026;
font-weight:600;
margin-bottom:20px;
margin-top:40px; }
.bp3-dark .bp3-running-text h5{
color:#f5f8fa; }
.bp3-running-text h6{
color:#182026;
font-weight:600;
margin-bottom:20px;
margin-top:40px; }
.bp3-dark .bp3-running-text h6{
color:#f5f8fa; }
.bp3-running-text hr{
border:none;
border-bottom:1px solid rgba(16, 22, 26, 0.15);
margin:20px 0; }
.bp3-dark .bp3-running-text hr{
border-color:rgba(255, 255, 255, 0.15); }
.bp3-running-text p{
margin:0 0 10px;
padding:0; }
.bp3-text-large{
font-size:16px; }
.bp3-text-small{
font-size:12px; }
a{
color:#106ba3;
text-decoration:none; }
a:hover{
color:#106ba3;
cursor:pointer;
text-decoration:underline; }
a .bp3-icon, a .bp3-icon-standard, a .bp3-icon-large{
color:inherit; }
a code,
.bp3-dark a code{
color:inherit; }
.bp3-dark a,
.bp3-dark a:hover{
color:#48aff0; }
.bp3-dark a .bp3-icon, .bp3-dark a .bp3-icon-standard, .bp3-dark a .bp3-icon-large,
.bp3-dark a:hover .bp3-icon,
.bp3-dark a:hover .bp3-icon-standard,
.bp3-dark a:hover .bp3-icon-large{
color:inherit; }
.bp3-running-text code, .bp3-code{
font-family:monospace;
text-transform:none;
background:rgba(255, 255, 255, 0.7);
border-radius:3px;
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2);
color:#5c7080;
font-size:smaller;
padding:2px 5px; }
.bp3-dark .bp3-running-text code, .bp3-running-text .bp3-dark code, .bp3-dark .bp3-code{
background:rgba(16, 22, 26, 0.3);
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4);
color:#a7b6c2; }
.bp3-running-text a > code, a > .bp3-code{
color:#137cbd; }
.bp3-dark .bp3-running-text a > code, .bp3-running-text .bp3-dark a > code, .bp3-dark a > .bp3-code{
color:inherit; }
.bp3-running-text pre, .bp3-code-block{
font-family:monospace;
text-transform:none;
background:rgba(255, 255, 255, 0.7);
border-radius:3px;
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.15);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.15);
color:#182026;
display:block;
font-size:13px;
line-height:1.4;
margin:10px 0;
padding:13px 15px 12px;
word-break:break-all;
word-wrap:break-word; }
.bp3-dark .bp3-running-text pre, .bp3-running-text .bp3-dark pre, .bp3-dark .bp3-code-block{
background:rgba(16, 22, 26, 0.3);
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4);
color:#f5f8fa; }
.bp3-running-text pre > code, .bp3-code-block > code{
background:none;
-webkit-box-shadow:none;
box-shadow:none;
color:inherit;
font-size:inherit;
padding:0; }
.bp3-running-text kbd, .bp3-key{
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
background:#ffffff;
border-radius:3px;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2);
color:#5c7080;
display:-webkit-inline-box;
display:-ms-inline-flexbox;
display:inline-flex;
font-family:inherit;
font-size:12px;
height:24px;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
line-height:24px;
min-width:24px;
padding:3px 6px;
vertical-align:middle; }
.bp3-running-text kbd .bp3-icon, .bp3-key .bp3-icon, .bp3-running-text kbd .bp3-icon-standard, .bp3-key .bp3-icon-standard, .bp3-running-text kbd .bp3-icon-large, .bp3-key .bp3-icon-large{
margin-right:5px; }
.bp3-dark .bp3-running-text kbd, .bp3-running-text .bp3-dark kbd, .bp3-dark .bp3-key{
background:#394b59;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4);
color:#a7b6c2; }
.bp3-running-text blockquote, .bp3-blockquote{
border-left:solid 4px rgba(167, 182, 194, 0.5);
margin:0 0 10px;
padding:0 20px; }
.bp3-dark .bp3-running-text blockquote, .bp3-running-text .bp3-dark blockquote, .bp3-dark .bp3-blockquote{
border-color:rgba(115, 134, 148, 0.5); }
.bp3-running-text ul,
.bp3-running-text ol, .bp3-list{
margin:10px 0;
padding-left:30px; }
.bp3-running-text ul li:not(:last-child), .bp3-running-text ol li:not(:last-child), .bp3-list li:not(:last-child){
margin-bottom:5px; }
.bp3-running-text ul ol, .bp3-running-text ol ol, .bp3-list ol,
.bp3-running-text ul ul,
.bp3-running-text ol ul,
.bp3-list ul{
margin-top:5px; }
.bp3-list-unstyled{
list-style:none;
margin:0;
padding:0; }
.bp3-list-unstyled li{
padding:0; }
.bp3-rtl{
text-align:right; }
.bp3-dark{
color:#f5f8fa; }
:focus{
outline:rgba(19, 124, 189, 0.6) auto 2px;
outline-offset:2px;
-moz-outline-radius:6px; }
.bp3-focus-disabled :focus{
outline:none !important; }
.bp3-focus-disabled :focus ~ .bp3-control-indicator{
outline:none !important; }
.bp3-alert{
max-width:400px;
padding:20px; }
.bp3-alert-body{
display:-webkit-box;
display:-ms-flexbox;
display:flex; }
.bp3-alert-body .bp3-icon{
font-size:40px;
margin-right:20px;
margin-top:0; }
.bp3-alert-contents{
word-break:break-word; }
.bp3-alert-footer{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:reverse;
-ms-flex-direction:row-reverse;
flex-direction:row-reverse;
margin-top:10px; }
.bp3-alert-footer .bp3-button{
margin-left:10px; }
.bp3-breadcrumbs{
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
cursor:default;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
height:30px;
list-style:none;
margin:0;
padding:0; }
.bp3-breadcrumbs > li{
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
display:-webkit-box;
display:-ms-flexbox;
display:flex; }
.bp3-breadcrumbs > li::after{
background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.71 7.29l-4-4a1.003 1.003 0 00-1.42 1.42L8.59 8 5.3 11.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l4-4c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z' fill='%235C7080'/%3e%3c/svg%3e");
content:"";
display:block;
height:16px;
margin:0 5px;
width:16px; }
.bp3-breadcrumbs > li:last-of-type::after{
display:none; }
.bp3-breadcrumb,
.bp3-breadcrumb-current,
.bp3-breadcrumbs-collapsed{
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
display:-webkit-inline-box;
display:-ms-inline-flexbox;
display:inline-flex;
font-size:16px; }
.bp3-breadcrumb,
.bp3-breadcrumbs-collapsed{
color:#5c7080; }
.bp3-breadcrumb:hover{
text-decoration:none; }
.bp3-breadcrumb.bp3-disabled{
color:rgba(92, 112, 128, 0.6);
cursor:not-allowed; }
.bp3-breadcrumb .bp3-icon{
margin-right:5px; }
.bp3-breadcrumb-current{
color:inherit;
font-weight:600; }
.bp3-breadcrumb-current .bp3-input{
font-size:inherit;
font-weight:inherit;
vertical-align:baseline; }
.bp3-breadcrumbs-collapsed{
background:#ced9e0;
border:none;
border-radius:3px;
cursor:pointer;
margin-right:2px;
padding:1px 5px;
vertical-align:text-bottom; }
.bp3-breadcrumbs-collapsed::before{
background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cg fill='%235C7080'%3e%3ccircle cx='2' cy='8.03' r='2'/%3e%3ccircle cx='14' cy='8.03' r='2'/%3e%3ccircle cx='8' cy='8.03' r='2'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;
content:"";
display:block;
height:16px;
width:16px; }
.bp3-breadcrumbs-collapsed:hover{
background:#bfccd6;
color:#182026;
text-decoration:none; }
.bp3-dark .bp3-breadcrumb,
.bp3-dark .bp3-breadcrumbs-collapsed{
color:#a7b6c2; }
.bp3-dark .bp3-breadcrumbs > li::after{
color:#a7b6c2; }
.bp3-dark .bp3-breadcrumb.bp3-disabled{
color:rgba(167, 182, 194, 0.6); }
.bp3-dark .bp3-breadcrumb-current{
color:#f5f8fa; }
.bp3-dark .bp3-breadcrumbs-collapsed{
background:rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-breadcrumbs-collapsed:hover{
background:rgba(16, 22, 26, 0.6);
color:#f5f8fa; }
.bp3-button{
display:-webkit-inline-box;
display:-ms-inline-flexbox;
display:inline-flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
border:none;
border-radius:3px;
cursor:pointer;
font-size:14px;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
padding:5px 10px;
text-align:left;
vertical-align:middle;
min-height:30px;
min-width:30px; }
.bp3-button > *{
-webkit-box-flex:0;
-ms-flex-positive:0;
flex-grow:0;
-ms-flex-negative:0;
flex-shrink:0; }
.bp3-button > .bp3-fill{
-webkit-box-flex:1;
-ms-flex-positive:1;
flex-grow:1;
-ms-flex-negative:1;
flex-shrink:1; }
.bp3-button::before,
.bp3-button > *{
margin-right:7px; }
.bp3-button:empty::before,
.bp3-button > :last-child{
margin-right:0; }
.bp3-button:empty{
padding:0 !important; }
.bp3-button:disabled, .bp3-button.bp3-disabled{
cursor:not-allowed; }
.bp3-button.bp3-fill{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
width:100%; }
.bp3-button.bp3-align-right,
.bp3-align-right .bp3-button{
text-align:right; }
.bp3-button.bp3-align-left,
.bp3-align-left .bp3-button{
text-align:left; }
.bp3-button:not([class*="bp3-intent-"]){
background-color:#f5f8fa;
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1);
color:#182026; }
.bp3-button:not([class*="bp3-intent-"]):hover{
background-clip:padding-box;
background-color:#ebf1f5;
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); }
.bp3-button:not([class*="bp3-intent-"]):active, .bp3-button:not([class*="bp3-intent-"]).bp3-active{
background-color:#d8e1e8;
background-image:none;
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); }
.bp3-button:not([class*="bp3-intent-"]):disabled, .bp3-button:not([class*="bp3-intent-"]).bp3-disabled{
background-color:rgba(206, 217, 224, 0.5);
background-image:none;
-webkit-box-shadow:none;
box-shadow:none;
color:rgba(92, 112, 128, 0.6);
cursor:not-allowed;
outline:none; }
.bp3-button:not([class*="bp3-intent-"]):disabled.bp3-active, .bp3-button:not([class*="bp3-intent-"]):disabled.bp3-active:hover, .bp3-button:not([class*="bp3-intent-"]).bp3-disabled.bp3-active, .bp3-button:not([class*="bp3-intent-"]).bp3-disabled.bp3-active:hover{
background:rgba(206, 217, 224, 0.7); }
.bp3-button.bp3-intent-primary{
background-color:#137cbd;
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2);
color:#ffffff; }
.bp3-button.bp3-intent-primary:hover, .bp3-button.bp3-intent-primary:active, .bp3-button.bp3-intent-primary.bp3-active{
color:#ffffff; }
.bp3-button.bp3-intent-primary:hover{
background-color:#106ba3;
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); }
.bp3-button.bp3-intent-primary:active, .bp3-button.bp3-intent-primary.bp3-active{
background-color:#0e5a8a;
background-image:none;
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); }
.bp3-button.bp3-intent-primary:disabled, .bp3-button.bp3-intent-primary.bp3-disabled{
background-color:rgba(19, 124, 189, 0.5);
background-image:none;
border-color:transparent;
-webkit-box-shadow:none;
box-shadow:none;
color:rgba(255, 255, 255, 0.6); }
.bp3-button.bp3-intent-success{
background-color:#0f9960;
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2);
color:#ffffff; }
.bp3-button.bp3-intent-success:hover, .bp3-button.bp3-intent-success:active, .bp3-button.bp3-intent-success.bp3-active{
color:#ffffff; }
.bp3-button.bp3-intent-success:hover{
background-color:#0d8050;
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); }
.bp3-button.bp3-intent-success:active, .bp3-button.bp3-intent-success.bp3-active{
background-color:#0a6640;
background-image:none;
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); }
.bp3-button.bp3-intent-success:disabled, .bp3-button.bp3-intent-success.bp3-disabled{
background-color:rgba(15, 153, 96, 0.5);
background-image:none;
border-color:transparent;
-webkit-box-shadow:none;
box-shadow:none;
color:rgba(255, 255, 255, 0.6); }
.bp3-button.bp3-intent-warning{
background-color:#d9822b;
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2);
color:#ffffff; }
.bp3-button.bp3-intent-warning:hover, .bp3-button.bp3-intent-warning:active, .bp3-button.bp3-intent-warning.bp3-active{
color:#ffffff; }
.bp3-button.bp3-intent-warning:hover{
background-color:#bf7326;
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); }
.bp3-button.bp3-intent-warning:active, .bp3-button.bp3-intent-warning.bp3-active{
background-color:#a66321;
background-image:none;
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); }
.bp3-button.bp3-intent-warning:disabled, .bp3-button.bp3-intent-warning.bp3-disabled{
background-color:rgba(217, 130, 43, 0.5);
background-image:none;
border-color:transparent;
-webkit-box-shadow:none;
box-shadow:none;
color:rgba(255, 255, 255, 0.6); }
.bp3-button.bp3-intent-danger{
background-color:#db3737;
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2);
color:#ffffff; }
.bp3-button.bp3-intent-danger:hover, .bp3-button.bp3-intent-danger:active, .bp3-button.bp3-intent-danger.bp3-active{
color:#ffffff; }
.bp3-button.bp3-intent-danger:hover{
background-color:#c23030;
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); }
.bp3-button.bp3-intent-danger:active, .bp3-button.bp3-intent-danger.bp3-active{
background-color:#a82a2a;
background-image:none;
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); }
.bp3-button.bp3-intent-danger:disabled, .bp3-button.bp3-intent-danger.bp3-disabled{
background-color:rgba(219, 55, 55, 0.5);
background-image:none;
border-color:transparent;
-webkit-box-shadow:none;
box-shadow:none;
color:rgba(255, 255, 255, 0.6); }
.bp3-button[class*="bp3-intent-"] .bp3-button-spinner .bp3-spinner-head{
stroke:#ffffff; }
.bp3-button.bp3-large,
.bp3-large .bp3-button{
min-height:40px;
min-width:40px;
font-size:16px;
padding:5px 15px; }
.bp3-button.bp3-large::before,
.bp3-button.bp3-large > *,
.bp3-large .bp3-button::before,
.bp3-large .bp3-button > *{
margin-right:10px; }
.bp3-button.bp3-large:empty::before,
.bp3-button.bp3-large > :last-child,
.bp3-large .bp3-button:empty::before,
.bp3-large .bp3-button > :last-child{
margin-right:0; }
.bp3-button.bp3-small,
.bp3-small .bp3-button{
min-height:24px;
min-width:24px;
padding:0 7px; }
.bp3-button.bp3-loading{
position:relative; }
.bp3-button.bp3-loading[class*="bp3-icon-"]::before{
visibility:hidden; }
.bp3-button.bp3-loading .bp3-button-spinner{
margin:0;
position:absolute; }
.bp3-button.bp3-loading > :not(.bp3-button-spinner){
visibility:hidden; }
.bp3-button[class*="bp3-icon-"]::before{
font-family:"Icons16", sans-serif;
font-size:16px;
font-style:normal;
font-weight:400;
line-height:1;
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased;
color:#5c7080; }
.bp3-button .bp3-icon, .bp3-button .bp3-icon-standard, .bp3-button .bp3-icon-large{
color:#5c7080; }
.bp3-button .bp3-icon.bp3-align-right, .bp3-button .bp3-icon-standard.bp3-align-right, .bp3-button .bp3-icon-large.bp3-align-right{
margin-left:7px; }
.bp3-button .bp3-icon:first-child:last-child,
.bp3-button .bp3-spinner + .bp3-icon:last-child{
margin:0 -7px; }
.bp3-dark .bp3-button:not([class*="bp3-intent-"]){
background-color:#394b59;
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0)));
background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4);
color:#f5f8fa; }
.bp3-dark .bp3-button:not([class*="bp3-intent-"]):hover, .bp3-dark .bp3-button:not([class*="bp3-intent-"]):active, .bp3-dark .bp3-button:not([class*="bp3-intent-"]).bp3-active{
color:#f5f8fa; }
.bp3-dark .bp3-button:not([class*="bp3-intent-"]):hover{
background-color:#30404d;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-button:not([class*="bp3-intent-"]):active, .bp3-dark .bp3-button:not([class*="bp3-intent-"]).bp3-active{
background-color:#202b33;
background-image:none;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); }
.bp3-dark .bp3-button:not([class*="bp3-intent-"]):disabled, .bp3-dark .bp3-button:not([class*="bp3-intent-"]).bp3-disabled{
background-color:rgba(57, 75, 89, 0.5);
background-image:none;
-webkit-box-shadow:none;
box-shadow:none;
color:rgba(167, 182, 194, 0.6); }
.bp3-dark .bp3-button:not([class*="bp3-intent-"]):disabled.bp3-active, .bp3-dark .bp3-button:not([class*="bp3-intent-"]).bp3-disabled.bp3-active{
background:rgba(57, 75, 89, 0.7); }
.bp3-dark .bp3-button:not([class*="bp3-intent-"]) .bp3-button-spinner .bp3-spinner-head{
background:rgba(16, 22, 26, 0.5);
stroke:#8a9ba8; }
.bp3-dark .bp3-button:not([class*="bp3-intent-"])[class*="bp3-icon-"]::before{
color:#a7b6c2; }
.bp3-dark .bp3-button:not([class*="bp3-intent-"]) .bp3-icon, .bp3-dark .bp3-button:not([class*="bp3-intent-"]) .bp3-icon-standard, .bp3-dark .bp3-button:not([class*="bp3-intent-"]) .bp3-icon-large{
color:#a7b6c2; }
.bp3-dark .bp3-button[class*="bp3-intent-"]{
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-button[class*="bp3-intent-"]:hover{
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-button[class*="bp3-intent-"]:active, .bp3-dark .bp3-button[class*="bp3-intent-"].bp3-active{
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); }
.bp3-dark .bp3-button[class*="bp3-intent-"]:disabled, .bp3-dark .bp3-button[class*="bp3-intent-"].bp3-disabled{
background-image:none;
-webkit-box-shadow:none;
box-shadow:none;
color:rgba(255, 255, 255, 0.3); }
.bp3-dark .bp3-button[class*="bp3-intent-"] .bp3-button-spinner .bp3-spinner-head{
stroke:#8a9ba8; }
.bp3-button:disabled::before,
.bp3-button:disabled .bp3-icon, .bp3-button:disabled .bp3-icon-standard, .bp3-button:disabled .bp3-icon-large, .bp3-button.bp3-disabled::before,
.bp3-button.bp3-disabled .bp3-icon, .bp3-button.bp3-disabled .bp3-icon-standard, .bp3-button.bp3-disabled .bp3-icon-large, .bp3-button[class*="bp3-intent-"]::before,
.bp3-button[class*="bp3-intent-"] .bp3-icon, .bp3-button[class*="bp3-intent-"] .bp3-icon-standard, .bp3-button[class*="bp3-intent-"] .bp3-icon-large{
color:inherit !important; }
.bp3-button.bp3-minimal{
background:none;
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-button.bp3-minimal:hover{
background:rgba(167, 182, 194, 0.3);
-webkit-box-shadow:none;
box-shadow:none;
color:#182026;
text-decoration:none; }
.bp3-button.bp3-minimal:active, .bp3-button.bp3-minimal.bp3-active{
background:rgba(115, 134, 148, 0.3);
-webkit-box-shadow:none;
box-shadow:none;
color:#182026; }
.bp3-button.bp3-minimal:disabled, .bp3-button.bp3-minimal:disabled:hover, .bp3-button.bp3-minimal.bp3-disabled, .bp3-button.bp3-minimal.bp3-disabled:hover{
background:none;
color:rgba(92, 112, 128, 0.6);
cursor:not-allowed; }
.bp3-button.bp3-minimal:disabled.bp3-active, .bp3-button.bp3-minimal:disabled:hover.bp3-active, .bp3-button.bp3-minimal.bp3-disabled.bp3-active, .bp3-button.bp3-minimal.bp3-disabled:hover.bp3-active{
background:rgba(115, 134, 148, 0.3); }
.bp3-dark .bp3-button.bp3-minimal{
background:none;
-webkit-box-shadow:none;
box-shadow:none;
color:inherit; }
.bp3-dark .bp3-button.bp3-minimal:hover, .bp3-dark .bp3-button.bp3-minimal:active, .bp3-dark .bp3-button.bp3-minimal.bp3-active{
background:none;
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-dark .bp3-button.bp3-minimal:hover{
background:rgba(138, 155, 168, 0.15); }
.bp3-dark .bp3-button.bp3-minimal:active, .bp3-dark .bp3-button.bp3-minimal.bp3-active{
background:rgba(138, 155, 168, 0.3);
color:#f5f8fa; }
.bp3-dark .bp3-button.bp3-minimal:disabled, .bp3-dark .bp3-button.bp3-minimal:disabled:hover, .bp3-dark .bp3-button.bp3-minimal.bp3-disabled, .bp3-dark .bp3-button.bp3-minimal.bp3-disabled:hover{
background:none;
color:rgba(167, 182, 194, 0.6);
cursor:not-allowed; }
.bp3-dark .bp3-button.bp3-minimal:disabled.bp3-active, .bp3-dark .bp3-button.bp3-minimal:disabled:hover.bp3-active, .bp3-dark .bp3-button.bp3-minimal.bp3-disabled.bp3-active, .bp3-dark .bp3-button.bp3-minimal.bp3-disabled:hover.bp3-active{
background:rgba(138, 155, 168, 0.3); }
.bp3-button.bp3-minimal.bp3-intent-primary{
color:#106ba3; }
.bp3-button.bp3-minimal.bp3-intent-primary:hover, .bp3-button.bp3-minimal.bp3-intent-primary:active, .bp3-button.bp3-minimal.bp3-intent-primary.bp3-active{
background:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#106ba3; }
.bp3-button.bp3-minimal.bp3-intent-primary:hover{
background:rgba(19, 124, 189, 0.15);
color:#106ba3; }
.bp3-button.bp3-minimal.bp3-intent-primary:active, .bp3-button.bp3-minimal.bp3-intent-primary.bp3-active{
background:rgba(19, 124, 189, 0.3);
color:#106ba3; }
.bp3-button.bp3-minimal.bp3-intent-primary:disabled, .bp3-button.bp3-minimal.bp3-intent-primary.bp3-disabled{
background:none;
color:rgba(16, 107, 163, 0.5); }
.bp3-button.bp3-minimal.bp3-intent-primary:disabled.bp3-active, .bp3-button.bp3-minimal.bp3-intent-primary.bp3-disabled.bp3-active{
background:rgba(19, 124, 189, 0.3); }
.bp3-button.bp3-minimal.bp3-intent-primary .bp3-button-spinner .bp3-spinner-head{
stroke:#106ba3; }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary{
color:#48aff0; }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary:hover{
background:rgba(19, 124, 189, 0.2);
color:#48aff0; }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary:active, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary.bp3-active{
background:rgba(19, 124, 189, 0.3);
color:#48aff0; }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary:disabled, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary.bp3-disabled{
background:none;
color:rgba(72, 175, 240, 0.5); }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary:disabled.bp3-active, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary.bp3-disabled.bp3-active{
background:rgba(19, 124, 189, 0.3); }
.bp3-button.bp3-minimal.bp3-intent-success{
color:#0d8050; }
.bp3-button.bp3-minimal.bp3-intent-success:hover, .bp3-button.bp3-minimal.bp3-intent-success:active, .bp3-button.bp3-minimal.bp3-intent-success.bp3-active{
background:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#0d8050; }
.bp3-button.bp3-minimal.bp3-intent-success:hover{
background:rgba(15, 153, 96, 0.15);
color:#0d8050; }
.bp3-button.bp3-minimal.bp3-intent-success:active, .bp3-button.bp3-minimal.bp3-intent-success.bp3-active{
background:rgba(15, 153, 96, 0.3);
color:#0d8050; }
.bp3-button.bp3-minimal.bp3-intent-success:disabled, .bp3-button.bp3-minimal.bp3-intent-success.bp3-disabled{
background:none;
color:rgba(13, 128, 80, 0.5); }
.bp3-button.bp3-minimal.bp3-intent-success:disabled.bp3-active, .bp3-button.bp3-minimal.bp3-intent-success.bp3-disabled.bp3-active{
background:rgba(15, 153, 96, 0.3); }
.bp3-button.bp3-minimal.bp3-intent-success .bp3-button-spinner .bp3-spinner-head{
stroke:#0d8050; }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-success{
color:#3dcc91; }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-success:hover{
background:rgba(15, 153, 96, 0.2);
color:#3dcc91; }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-success:active, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-success.bp3-active{
background:rgba(15, 153, 96, 0.3);
color:#3dcc91; }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-success:disabled, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-success.bp3-disabled{
background:none;
color:rgba(61, 204, 145, 0.5); }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-success:disabled.bp3-active, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-success.bp3-disabled.bp3-active{
background:rgba(15, 153, 96, 0.3); }
.bp3-button.bp3-minimal.bp3-intent-warning{
color:#bf7326; }
.bp3-button.bp3-minimal.bp3-intent-warning:hover, .bp3-button.bp3-minimal.bp3-intent-warning:active, .bp3-button.bp3-minimal.bp3-intent-warning.bp3-active{
background:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#bf7326; }
.bp3-button.bp3-minimal.bp3-intent-warning:hover{
background:rgba(217, 130, 43, 0.15);
color:#bf7326; }
.bp3-button.bp3-minimal.bp3-intent-warning:active, .bp3-button.bp3-minimal.bp3-intent-warning.bp3-active{
background:rgba(217, 130, 43, 0.3);
color:#bf7326; }
.bp3-button.bp3-minimal.bp3-intent-warning:disabled, .bp3-button.bp3-minimal.bp3-intent-warning.bp3-disabled{
background:none;
color:rgba(191, 115, 38, 0.5); }
.bp3-button.bp3-minimal.bp3-intent-warning:disabled.bp3-active, .bp3-button.bp3-minimal.bp3-intent-warning.bp3-disabled.bp3-active{
background:rgba(217, 130, 43, 0.3); }
.bp3-button.bp3-minimal.bp3-intent-warning .bp3-button-spinner .bp3-spinner-head{
stroke:#bf7326; }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning{
color:#ffb366; }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning:hover{
background:rgba(217, 130, 43, 0.2);
color:#ffb366; }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning:active, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning.bp3-active{
background:rgba(217, 130, 43, 0.3);
color:#ffb366; }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning:disabled, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning.bp3-disabled{
background:none;
color:rgba(255, 179, 102, 0.5); }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning:disabled.bp3-active, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning.bp3-disabled.bp3-active{
background:rgba(217, 130, 43, 0.3); }
.bp3-button.bp3-minimal.bp3-intent-danger{
color:#c23030; }
.bp3-button.bp3-minimal.bp3-intent-danger:hover, .bp3-button.bp3-minimal.bp3-intent-danger:active, .bp3-button.bp3-minimal.bp3-intent-danger.bp3-active{
background:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#c23030; }
.bp3-button.bp3-minimal.bp3-intent-danger:hover{
background:rgba(219, 55, 55, 0.15);
color:#c23030; }
.bp3-button.bp3-minimal.bp3-intent-danger:active, .bp3-button.bp3-minimal.bp3-intent-danger.bp3-active{
background:rgba(219, 55, 55, 0.3);
color:#c23030; }
.bp3-button.bp3-minimal.bp3-intent-danger:disabled, .bp3-button.bp3-minimal.bp3-intent-danger.bp3-disabled{
background:none;
color:rgba(194, 48, 48, 0.5); }
.bp3-button.bp3-minimal.bp3-intent-danger:disabled.bp3-active, .bp3-button.bp3-minimal.bp3-intent-danger.bp3-disabled.bp3-active{
background:rgba(219, 55, 55, 0.3); }
.bp3-button.bp3-minimal.bp3-intent-danger .bp3-button-spinner .bp3-spinner-head{
stroke:#c23030; }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger{
color:#ff7373; }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger:hover{
background:rgba(219, 55, 55, 0.2);
color:#ff7373; }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger:active, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger.bp3-active{
background:rgba(219, 55, 55, 0.3);
color:#ff7373; }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger:disabled, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger.bp3-disabled{
background:none;
color:rgba(255, 115, 115, 0.5); }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger:disabled.bp3-active, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger.bp3-disabled.bp3-active{
background:rgba(219, 55, 55, 0.3); }
.bp3-button.bp3-outlined{
background:none;
-webkit-box-shadow:none;
box-shadow:none;
border:1px solid rgba(24, 32, 38, 0.2);
-webkit-box-sizing:border-box;
box-sizing:border-box; }
.bp3-button.bp3-outlined:hover{
background:rgba(167, 182, 194, 0.3);
-webkit-box-shadow:none;
box-shadow:none;
color:#182026;
text-decoration:none; }
.bp3-button.bp3-outlined:active, .bp3-button.bp3-outlined.bp3-active{
background:rgba(115, 134, 148, 0.3);
-webkit-box-shadow:none;
box-shadow:none;
color:#182026; }
.bp3-button.bp3-outlined:disabled, .bp3-button.bp3-outlined:disabled:hover, .bp3-button.bp3-outlined.bp3-disabled, .bp3-button.bp3-outlined.bp3-disabled:hover{
background:none;
color:rgba(92, 112, 128, 0.6);
cursor:not-allowed; }
.bp3-button.bp3-outlined:disabled.bp3-active, .bp3-button.bp3-outlined:disabled:hover.bp3-active, .bp3-button.bp3-outlined.bp3-disabled.bp3-active, .bp3-button.bp3-outlined.bp3-disabled:hover.bp3-active{
background:rgba(115, 134, 148, 0.3); }
.bp3-dark .bp3-button.bp3-outlined{
background:none;
-webkit-box-shadow:none;
box-shadow:none;
color:inherit; }
.bp3-dark .bp3-button.bp3-outlined:hover, .bp3-dark .bp3-button.bp3-outlined:active, .bp3-dark .bp3-button.bp3-outlined.bp3-active{
background:none;
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-dark .bp3-button.bp3-outlined:hover{
background:rgba(138, 155, 168, 0.15); }
.bp3-dark .bp3-button.bp3-outlined:active, .bp3-dark .bp3-button.bp3-outlined.bp3-active{
background:rgba(138, 155, 168, 0.3);
color:#f5f8fa; }
.bp3-dark .bp3-button.bp3-outlined:disabled, .bp3-dark .bp3-button.bp3-outlined:disabled:hover, .bp3-dark .bp3-button.bp3-outlined.bp3-disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-disabled:hover{
background:none;
color:rgba(167, 182, 194, 0.6);
cursor:not-allowed; }
.bp3-dark .bp3-button.bp3-outlined:disabled.bp3-active, .bp3-dark .bp3-button.bp3-outlined:disabled:hover.bp3-active, .bp3-dark .bp3-button.bp3-outlined.bp3-disabled.bp3-active, .bp3-dark .bp3-button.bp3-outlined.bp3-disabled:hover.bp3-active{
background:rgba(138, 155, 168, 0.3); }
.bp3-button.bp3-outlined.bp3-intent-primary{
color:#106ba3; }
.bp3-button.bp3-outlined.bp3-intent-primary:hover, .bp3-button.bp3-outlined.bp3-intent-primary:active, .bp3-button.bp3-outlined.bp3-intent-primary.bp3-active{
background:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#106ba3; }
.bp3-button.bp3-outlined.bp3-intent-primary:hover{
background:rgba(19, 124, 189, 0.15);
color:#106ba3; }
.bp3-button.bp3-outlined.bp3-intent-primary:active, .bp3-button.bp3-outlined.bp3-intent-primary.bp3-active{
background:rgba(19, 124, 189, 0.3);
color:#106ba3; }
.bp3-button.bp3-outlined.bp3-intent-primary:disabled, .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled{
background:none;
color:rgba(16, 107, 163, 0.5); }
.bp3-button.bp3-outlined.bp3-intent-primary:disabled.bp3-active, .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled.bp3-active{
background:rgba(19, 124, 189, 0.3); }
.bp3-button.bp3-outlined.bp3-intent-primary .bp3-button-spinner .bp3-spinner-head{
stroke:#106ba3; }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary{
color:#48aff0; }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary:hover{
background:rgba(19, 124, 189, 0.2);
color:#48aff0; }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary:active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary.bp3-active{
background:rgba(19, 124, 189, 0.3);
color:#48aff0; }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled{
background:none;
color:rgba(72, 175, 240, 0.5); }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary:disabled.bp3-active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled.bp3-active{
background:rgba(19, 124, 189, 0.3); }
.bp3-button.bp3-outlined.bp3-intent-success{
color:#0d8050; }
.bp3-button.bp3-outlined.bp3-intent-success:hover, .bp3-button.bp3-outlined.bp3-intent-success:active, .bp3-button.bp3-outlined.bp3-intent-success.bp3-active{
background:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#0d8050; }
.bp3-button.bp3-outlined.bp3-intent-success:hover{
background:rgba(15, 153, 96, 0.15);
color:#0d8050; }
.bp3-button.bp3-outlined.bp3-intent-success:active, .bp3-button.bp3-outlined.bp3-intent-success.bp3-active{
background:rgba(15, 153, 96, 0.3);
color:#0d8050; }
.bp3-button.bp3-outlined.bp3-intent-success:disabled, .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled{
background:none;
color:rgba(13, 128, 80, 0.5); }
.bp3-button.bp3-outlined.bp3-intent-success:disabled.bp3-active, .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled.bp3-active{
background:rgba(15, 153, 96, 0.3); }
.bp3-button.bp3-outlined.bp3-intent-success .bp3-button-spinner .bp3-spinner-head{
stroke:#0d8050; }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-success{
color:#3dcc91; }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-success:hover{
background:rgba(15, 153, 96, 0.2);
color:#3dcc91; }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-success:active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success.bp3-active{
background:rgba(15, 153, 96, 0.3);
color:#3dcc91; }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-success:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled{
background:none;
color:rgba(61, 204, 145, 0.5); }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-success:disabled.bp3-active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled.bp3-active{
background:rgba(15, 153, 96, 0.3); }
.bp3-button.bp3-outlined.bp3-intent-warning{
color:#bf7326; }
.bp3-button.bp3-outlined.bp3-intent-warning:hover, .bp3-button.bp3-outlined.bp3-intent-warning:active, .bp3-button.bp3-outlined.bp3-intent-warning.bp3-active{
background:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#bf7326; }
.bp3-button.bp3-outlined.bp3-intent-warning:hover{
background:rgba(217, 130, 43, 0.15);
color:#bf7326; }
.bp3-button.bp3-outlined.bp3-intent-warning:active, .bp3-button.bp3-outlined.bp3-intent-warning.bp3-active{
background:rgba(217, 130, 43, 0.3);
color:#bf7326; }
.bp3-button.bp3-outlined.bp3-intent-warning:disabled, .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled{
background:none;
color:rgba(191, 115, 38, 0.5); }
.bp3-button.bp3-outlined.bp3-intent-warning:disabled.bp3-active, .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled.bp3-active{
background:rgba(217, 130, 43, 0.3); }
.bp3-button.bp3-outlined.bp3-intent-warning .bp3-button-spinner .bp3-spinner-head{
stroke:#bf7326; }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning{
color:#ffb366; }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning:hover{
background:rgba(217, 130, 43, 0.2);
color:#ffb366; }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning:active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning.bp3-active{
background:rgba(217, 130, 43, 0.3);
color:#ffb366; }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled{
background:none;
color:rgba(255, 179, 102, 0.5); }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning:disabled.bp3-active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled.bp3-active{
background:rgba(217, 130, 43, 0.3); }
.bp3-button.bp3-outlined.bp3-intent-danger{
color:#c23030; }
.bp3-button.bp3-outlined.bp3-intent-danger:hover, .bp3-button.bp3-outlined.bp3-intent-danger:active, .bp3-button.bp3-outlined.bp3-intent-danger.bp3-active{
background:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#c23030; }
.bp3-button.bp3-outlined.bp3-intent-danger:hover{
background:rgba(219, 55, 55, 0.15);
color:#c23030; }
.bp3-button.bp3-outlined.bp3-intent-danger:active, .bp3-button.bp3-outlined.bp3-intent-danger.bp3-active{
background:rgba(219, 55, 55, 0.3);
color:#c23030; }
.bp3-button.bp3-outlined.bp3-intent-danger:disabled, .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled{
background:none;
color:rgba(194, 48, 48, 0.5); }
.bp3-button.bp3-outlined.bp3-intent-danger:disabled.bp3-active, .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled.bp3-active{
background:rgba(219, 55, 55, 0.3); }
.bp3-button.bp3-outlined.bp3-intent-danger .bp3-button-spinner .bp3-spinner-head{
stroke:#c23030; }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger{
color:#ff7373; }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger:hover{
background:rgba(219, 55, 55, 0.2);
color:#ff7373; }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger:active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger.bp3-active{
background:rgba(219, 55, 55, 0.3);
color:#ff7373; }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled{
background:none;
color:rgba(255, 115, 115, 0.5); }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger:disabled.bp3-active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled.bp3-active{
background:rgba(219, 55, 55, 0.3); }
.bp3-button.bp3-outlined:disabled, .bp3-button.bp3-outlined.bp3-disabled, .bp3-button.bp3-outlined:disabled:hover, .bp3-button.bp3-outlined.bp3-disabled:hover{
border-color:rgba(92, 112, 128, 0.1); }
.bp3-dark .bp3-button.bp3-outlined{
border-color:rgba(255, 255, 255, 0.4); }
.bp3-dark .bp3-button.bp3-outlined:disabled, .bp3-dark .bp3-button.bp3-outlined:disabled:hover, .bp3-dark .bp3-button.bp3-outlined.bp3-disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-disabled:hover{
border-color:rgba(255, 255, 255, 0.2); }
.bp3-button.bp3-outlined.bp3-intent-primary{
border-color:rgba(16, 107, 163, 0.6); }
.bp3-button.bp3-outlined.bp3-intent-primary:disabled, .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled{
border-color:rgba(16, 107, 163, 0.2); }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary{
border-color:rgba(72, 175, 240, 0.6); }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled{
border-color:rgba(72, 175, 240, 0.2); }
.bp3-button.bp3-outlined.bp3-intent-success{
border-color:rgba(13, 128, 80, 0.6); }
.bp3-button.bp3-outlined.bp3-intent-success:disabled, .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled{
border-color:rgba(13, 128, 80, 0.2); }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-success{
border-color:rgba(61, 204, 145, 0.6); }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-success:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled{
border-color:rgba(61, 204, 145, 0.2); }
.bp3-button.bp3-outlined.bp3-intent-warning{
border-color:rgba(191, 115, 38, 0.6); }
.bp3-button.bp3-outlined.bp3-intent-warning:disabled, .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled{
border-color:rgba(191, 115, 38, 0.2); }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning{
border-color:rgba(255, 179, 102, 0.6); }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled{
border-color:rgba(255, 179, 102, 0.2); }
.bp3-button.bp3-outlined.bp3-intent-danger{
border-color:rgba(194, 48, 48, 0.6); }
.bp3-button.bp3-outlined.bp3-intent-danger:disabled, .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled{
border-color:rgba(194, 48, 48, 0.2); }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger{
border-color:rgba(255, 115, 115, 0.6); }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled{
border-color:rgba(255, 115, 115, 0.2); }
a.bp3-button{
text-align:center;
text-decoration:none;
-webkit-transition:none;
transition:none; }
a.bp3-button, a.bp3-button:hover, a.bp3-button:active{
color:#182026; }
a.bp3-button.bp3-disabled{
color:rgba(92, 112, 128, 0.6); }
.bp3-button-text{
-webkit-box-flex:0;
-ms-flex:0 1 auto;
flex:0 1 auto; }
.bp3-button.bp3-align-left .bp3-button-text, .bp3-button.bp3-align-right .bp3-button-text,
.bp3-button-group.bp3-align-left .bp3-button-text,
.bp3-button-group.bp3-align-right .bp3-button-text{
-webkit-box-flex:1;
-ms-flex:1 1 auto;
flex:1 1 auto; }
.bp3-button-group{
display:-webkit-inline-box;
display:-ms-inline-flexbox;
display:inline-flex; }
.bp3-button-group .bp3-button{
-webkit-box-flex:0;
-ms-flex:0 0 auto;
flex:0 0 auto;
position:relative;
z-index:4; }
.bp3-button-group .bp3-button:focus{
z-index:5; }
.bp3-button-group .bp3-button:hover{
z-index:6; }
.bp3-button-group .bp3-button:active, .bp3-button-group .bp3-button.bp3-active{
z-index:7; }
.bp3-button-group .bp3-button:disabled, .bp3-button-group .bp3-button.bp3-disabled{
z-index:3; }
.bp3-button-group .bp3-button[class*="bp3-intent-"]{
z-index:9; }
.bp3-button-group .bp3-button[class*="bp3-intent-"]:focus{
z-index:10; }
.bp3-button-group .bp3-button[class*="bp3-intent-"]:hover{
z-index:11; }
.bp3-button-group .bp3-button[class*="bp3-intent-"]:active, .bp3-button-group .bp3-button[class*="bp3-intent-"].bp3-active{
z-index:12; }
.bp3-button-group .bp3-button[class*="bp3-intent-"]:disabled, .bp3-button-group .bp3-button[class*="bp3-intent-"].bp3-disabled{
z-index:8; }
.bp3-button-group:not(.bp3-minimal) > .bp3-popover-wrapper:not(:first-child) .bp3-button,
.bp3-button-group:not(.bp3-minimal) > .bp3-button:not(:first-child){
border-bottom-left-radius:0;
border-top-left-radius:0; }
.bp3-button-group:not(.bp3-minimal) > .bp3-popover-wrapper:not(:last-child) .bp3-button,
.bp3-button-group:not(.bp3-minimal) > .bp3-button:not(:last-child){
border-bottom-right-radius:0;
border-top-right-radius:0;
margin-right:-1px; }
.bp3-button-group.bp3-minimal .bp3-button{
background:none;
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-button-group.bp3-minimal .bp3-button:hover{
background:rgba(167, 182, 194, 0.3);
-webkit-box-shadow:none;
box-shadow:none;
color:#182026;
text-decoration:none; }
.bp3-button-group.bp3-minimal .bp3-button:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-active{
background:rgba(115, 134, 148, 0.3);
-webkit-box-shadow:none;
box-shadow:none;
color:#182026; }
.bp3-button-group.bp3-minimal .bp3-button:disabled, .bp3-button-group.bp3-minimal .bp3-button:disabled:hover, .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled, .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled:hover{
background:none;
color:rgba(92, 112, 128, 0.6);
cursor:not-allowed; }
.bp3-button-group.bp3-minimal .bp3-button:disabled.bp3-active, .bp3-button-group.bp3-minimal .bp3-button:disabled:hover.bp3-active, .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled.bp3-active, .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled:hover.bp3-active{
background:rgba(115, 134, 148, 0.3); }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button{
background:none;
-webkit-box-shadow:none;
box-shadow:none;
color:inherit; }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button:hover, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-active{
background:none;
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button:hover{
background:rgba(138, 155, 168, 0.15); }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button:active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-active{
background:rgba(138, 155, 168, 0.3);
color:#f5f8fa; }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button:disabled, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:disabled:hover, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled:hover{
background:none;
color:rgba(167, 182, 194, 0.6);
cursor:not-allowed; }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button:disabled.bp3-active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:disabled:hover.bp3-active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled.bp3-active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled:hover.bp3-active{
background:rgba(138, 155, 168, 0.3); }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary{
color:#106ba3; }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:hover, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary.bp3-active{
background:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#106ba3; }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:hover{
background:rgba(19, 124, 189, 0.15);
color:#106ba3; }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary.bp3-active{
background:rgba(19, 124, 189, 0.3);
color:#106ba3; }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:disabled, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary.bp3-disabled{
background:none;
color:rgba(16, 107, 163, 0.5); }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:disabled.bp3-active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary.bp3-disabled.bp3-active{
background:rgba(19, 124, 189, 0.3); }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary .bp3-button-spinner .bp3-spinner-head{
stroke:#106ba3; }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary{
color:#48aff0; }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:hover{
background:rgba(19, 124, 189, 0.2);
color:#48aff0; }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary.bp3-active{
background:rgba(19, 124, 189, 0.3);
color:#48aff0; }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:disabled, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary.bp3-disabled{
background:none;
color:rgba(72, 175, 240, 0.5); }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:disabled.bp3-active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary.bp3-disabled.bp3-active{
background:rgba(19, 124, 189, 0.3); }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success{
color:#0d8050; }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:hover, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success.bp3-active{
background:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#0d8050; }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:hover{
background:rgba(15, 153, 96, 0.15);
color:#0d8050; }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success.bp3-active{
background:rgba(15, 153, 96, 0.3);
color:#0d8050; }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:disabled, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success.bp3-disabled{
background:none;
color:rgba(13, 128, 80, 0.5); }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:disabled.bp3-active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success.bp3-disabled.bp3-active{
background:rgba(15, 153, 96, 0.3); }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success .bp3-button-spinner .bp3-spinner-head{
stroke:#0d8050; }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success{
color:#3dcc91; }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:hover{
background:rgba(15, 153, 96, 0.2);
color:#3dcc91; }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success.bp3-active{
background:rgba(15, 153, 96, 0.3);
color:#3dcc91; }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:disabled, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success.bp3-disabled{
background:none;
color:rgba(61, 204, 145, 0.5); }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:disabled.bp3-active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success.bp3-disabled.bp3-active{
background:rgba(15, 153, 96, 0.3); }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning{
color:#bf7326; }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:hover, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning.bp3-active{
background:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#bf7326; }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:hover{
background:rgba(217, 130, 43, 0.15);
color:#bf7326; }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning.bp3-active{
background:rgba(217, 130, 43, 0.3);
color:#bf7326; }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:disabled, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning.bp3-disabled{
background:none;
color:rgba(191, 115, 38, 0.5); }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:disabled.bp3-active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning.bp3-disabled.bp3-active{
background:rgba(217, 130, 43, 0.3); }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning .bp3-button-spinner .bp3-spinner-head{
stroke:#bf7326; }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning{
color:#ffb366; }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:hover{
background:rgba(217, 130, 43, 0.2);
color:#ffb366; }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning.bp3-active{
background:rgba(217, 130, 43, 0.3);
color:#ffb366; }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:disabled, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning.bp3-disabled{
background:none;
color:rgba(255, 179, 102, 0.5); }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:disabled.bp3-active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning.bp3-disabled.bp3-active{
background:rgba(217, 130, 43, 0.3); }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger{
color:#c23030; }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:hover, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger.bp3-active{
background:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#c23030; }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:hover{
background:rgba(219, 55, 55, 0.15);
color:#c23030; }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger.bp3-active{
background:rgba(219, 55, 55, 0.3);
color:#c23030; }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:disabled, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger.bp3-disabled{
background:none;
color:rgba(194, 48, 48, 0.5); }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:disabled.bp3-active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger.bp3-disabled.bp3-active{
background:rgba(219, 55, 55, 0.3); }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger .bp3-button-spinner .bp3-spinner-head{
stroke:#c23030; }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger{
color:#ff7373; }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:hover{
background:rgba(219, 55, 55, 0.2);
color:#ff7373; }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger.bp3-active{
background:rgba(219, 55, 55, 0.3);
color:#ff7373; }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:disabled, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger.bp3-disabled{
background:none;
color:rgba(255, 115, 115, 0.5); }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:disabled.bp3-active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger.bp3-disabled.bp3-active{
background:rgba(219, 55, 55, 0.3); }
.bp3-button-group .bp3-popover-wrapper,
.bp3-button-group .bp3-popover-target{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-flex:1;
-ms-flex:1 1 auto;
flex:1 1 auto; }
.bp3-button-group.bp3-fill{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
width:100%; }
.bp3-button-group .bp3-button.bp3-fill,
.bp3-button-group.bp3-fill .bp3-button:not(.bp3-fixed){
-webkit-box-flex:1;
-ms-flex:1 1 auto;
flex:1 1 auto; }
.bp3-button-group.bp3-vertical{
-webkit-box-align:stretch;
-ms-flex-align:stretch;
align-items:stretch;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column;
vertical-align:top; }
.bp3-button-group.bp3-vertical.bp3-fill{
height:100%;
width:unset; }
.bp3-button-group.bp3-vertical .bp3-button{
margin-right:0 !important;
width:100%; }
.bp3-button-group.bp3-vertical:not(.bp3-minimal) > .bp3-popover-wrapper:first-child .bp3-button,
.bp3-button-group.bp3-vertical:not(.bp3-minimal) > .bp3-button:first-child{
border-radius:3px 3px 0 0; }
.bp3-button-group.bp3-vertical:not(.bp3-minimal) > .bp3-popover-wrapper:last-child .bp3-button,
.bp3-button-group.bp3-vertical:not(.bp3-minimal) > .bp3-button:last-child{
border-radius:0 0 3px 3px; }
.bp3-button-group.bp3-vertical:not(.bp3-minimal) > .bp3-popover-wrapper:not(:last-child) .bp3-button,
.bp3-button-group.bp3-vertical:not(.bp3-minimal) > .bp3-button:not(:last-child){
margin-bottom:-1px; }
.bp3-button-group.bp3-align-left .bp3-button{
text-align:left; }
.bp3-dark .bp3-button-group:not(.bp3-minimal) > .bp3-popover-wrapper:not(:last-child) .bp3-button,
.bp3-dark .bp3-button-group:not(.bp3-minimal) > .bp3-button:not(:last-child){
margin-right:1px; }
.bp3-dark .bp3-button-group.bp3-vertical > .bp3-popover-wrapper:not(:last-child) .bp3-button,
.bp3-dark .bp3-button-group.bp3-vertical > .bp3-button:not(:last-child){
margin-bottom:1px; }
.bp3-callout{
font-size:14px;
line-height:1.5;
background-color:rgba(138, 155, 168, 0.15);
border-radius:3px;
padding:10px 12px 9px;
position:relative;
width:100%; }
.bp3-callout[class*="bp3-icon-"]{
padding-left:40px; }
.bp3-callout[class*="bp3-icon-"]::before{
font-family:"Icons20", sans-serif;
font-size:20px;
font-style:normal;
font-weight:400;
line-height:1;
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased;
color:#5c7080;
left:10px;
position:absolute;
top:10px; }
.bp3-callout.bp3-callout-icon{
padding-left:40px; }
.bp3-callout.bp3-callout-icon > .bp3-icon:first-child{
color:#5c7080;
left:10px;
position:absolute;
top:10px; }
.bp3-callout .bp3-heading{
line-height:20px;
margin-bottom:5px;
margin-top:0; }
.bp3-callout .bp3-heading:last-child{
margin-bottom:0; }
.bp3-dark .bp3-callout{
background-color:rgba(138, 155, 168, 0.2); }
.bp3-dark .bp3-callout[class*="bp3-icon-"]::before{
color:#a7b6c2; }
.bp3-callout.bp3-intent-primary{
background-color:rgba(19, 124, 189, 0.15); }
.bp3-callout.bp3-intent-primary[class*="bp3-icon-"]::before,
.bp3-callout.bp3-intent-primary > .bp3-icon:first-child,
.bp3-callout.bp3-intent-primary .bp3-heading{
color:#106ba3; }
.bp3-dark .bp3-callout.bp3-intent-primary{
background-color:rgba(19, 124, 189, 0.25); }
.bp3-dark .bp3-callout.bp3-intent-primary[class*="bp3-icon-"]::before,
.bp3-dark .bp3-callout.bp3-intent-primary > .bp3-icon:first-child,
.bp3-dark .bp3-callout.bp3-intent-primary .bp3-heading{
color:#48aff0; }
.bp3-callout.bp3-intent-success{
background-color:rgba(15, 153, 96, 0.15); }
.bp3-callout.bp3-intent-success[class*="bp3-icon-"]::before,
.bp3-callout.bp3-intent-success > .bp3-icon:first-child,
.bp3-callout.bp3-intent-success .bp3-heading{
color:#0d8050; }
.bp3-dark .bp3-callout.bp3-intent-success{
background-color:rgba(15, 153, 96, 0.25); }
.bp3-dark .bp3-callout.bp3-intent-success[class*="bp3-icon-"]::before,
.bp3-dark .bp3-callout.bp3-intent-success > .bp3-icon:first-child,
.bp3-dark .bp3-callout.bp3-intent-success .bp3-heading{
color:#3dcc91; }
.bp3-callout.bp3-intent-warning{
background-color:rgba(217, 130, 43, 0.15); }
.bp3-callout.bp3-intent-warning[class*="bp3-icon-"]::before,
.bp3-callout.bp3-intent-warning > .bp3-icon:first-child,
.bp3-callout.bp3-intent-warning .bp3-heading{
color:#bf7326; }
.bp3-dark .bp3-callout.bp3-intent-warning{
background-color:rgba(217, 130, 43, 0.25); }
.bp3-dark .bp3-callout.bp3-intent-warning[class*="bp3-icon-"]::before,
.bp3-dark .bp3-callout.bp3-intent-warning > .bp3-icon:first-child,
.bp3-dark .bp3-callout.bp3-intent-warning .bp3-heading{
color:#ffb366; }
.bp3-callout.bp3-intent-danger{
background-color:rgba(219, 55, 55, 0.15); }
.bp3-callout.bp3-intent-danger[class*="bp3-icon-"]::before,
.bp3-callout.bp3-intent-danger > .bp3-icon:first-child,
.bp3-callout.bp3-intent-danger .bp3-heading{
color:#c23030; }
.bp3-dark .bp3-callout.bp3-intent-danger{
background-color:rgba(219, 55, 55, 0.25); }
.bp3-dark .bp3-callout.bp3-intent-danger[class*="bp3-icon-"]::before,
.bp3-dark .bp3-callout.bp3-intent-danger > .bp3-icon:first-child,
.bp3-dark .bp3-callout.bp3-intent-danger .bp3-heading{
color:#ff7373; }
.bp3-running-text .bp3-callout{
margin:20px 0; }
.bp3-card{
background-color:#ffffff;
border-radius:3px;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.15), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.15), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0);
padding:20px;
-webkit-transition:-webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-box-shadow 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
transition:-webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-box-shadow 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
transition:transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9), box-shadow 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
transition:transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9), box-shadow 200ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-box-shadow 200ms cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-card.bp3-dark,
.bp3-dark .bp3-card{
background-color:#30404d;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0); }
.bp3-elevation-0{
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.15), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.15), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0); }
.bp3-elevation-0.bp3-dark,
.bp3-dark .bp3-elevation-0{
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0); }
.bp3-elevation-1{
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2); }
.bp3-elevation-1.bp3-dark,
.bp3-dark .bp3-elevation-1{
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4); }
.bp3-elevation-2{
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 1px 1px rgba(16, 22, 26, 0.2), 0 2px 6px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 1px 1px rgba(16, 22, 26, 0.2), 0 2px 6px rgba(16, 22, 26, 0.2); }
.bp3-elevation-2.bp3-dark,
.bp3-dark .bp3-elevation-2{
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.4), 0 2px 6px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.4), 0 2px 6px rgba(16, 22, 26, 0.4); }
.bp3-elevation-3{
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); }
.bp3-elevation-3.bp3-dark,
.bp3-dark .bp3-elevation-3{
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); }
.bp3-elevation-4{
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2); }
.bp3-elevation-4.bp3-dark,
.bp3-dark .bp3-elevation-4{
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4); }
.bp3-card.bp3-interactive:hover{
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2);
cursor:pointer; }
.bp3-card.bp3-interactive:hover.bp3-dark,
.bp3-dark .bp3-card.bp3-interactive:hover{
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); }
.bp3-card.bp3-interactive:active{
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2);
opacity:0.9;
-webkit-transition-duration:0;
transition-duration:0; }
.bp3-card.bp3-interactive:active.bp3-dark,
.bp3-dark .bp3-card.bp3-interactive:active{
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4); }
.bp3-collapse{
height:0;
overflow-y:hidden;
-webkit-transition:height 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
transition:height 200ms cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-collapse .bp3-collapse-body{
-webkit-transition:-webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
transition:-webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
transition:transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
transition:transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-collapse .bp3-collapse-body[aria-hidden="true"]{
display:none; }
.bp3-context-menu .bp3-popover-target{
display:block; }
.bp3-context-menu-popover-target{
position:fixed; }
.bp3-divider{
border-bottom:1px solid rgba(16, 22, 26, 0.15);
border-right:1px solid rgba(16, 22, 26, 0.15);
margin:5px; }
.bp3-dark .bp3-divider{
border-color:rgba(16, 22, 26, 0.4); }
.bp3-dialog-container{
opacity:1;
-webkit-transform:scale(1);
transform:scale(1);
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
min-height:100%;
pointer-events:none;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
width:100%; }
.bp3-dialog-container.bp3-overlay-enter > .bp3-dialog, .bp3-dialog-container.bp3-overlay-appear > .bp3-dialog{
opacity:0;
-webkit-transform:scale(0.5);
transform:scale(0.5); }
.bp3-dialog-container.bp3-overlay-enter-active > .bp3-dialog, .bp3-dialog-container.bp3-overlay-appear-active > .bp3-dialog{
opacity:1;
-webkit-transform:scale(1);
transform:scale(1);
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:300ms;
transition-duration:300ms;
-webkit-transition-property:opacity, -webkit-transform;
transition-property:opacity, -webkit-transform;
transition-property:opacity, transform;
transition-property:opacity, transform, -webkit-transform;
-webkit-transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11);
transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); }
.bp3-dialog-container.bp3-overlay-exit > .bp3-dialog{
opacity:1;
-webkit-transform:scale(1);
transform:scale(1); }
.bp3-dialog-container.bp3-overlay-exit-active > .bp3-dialog{
opacity:0;
-webkit-transform:scale(0.5);
transform:scale(0.5);
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:300ms;
transition-duration:300ms;
-webkit-transition-property:opacity, -webkit-transform;
transition-property:opacity, -webkit-transform;
transition-property:opacity, transform;
transition-property:opacity, transform, -webkit-transform;
-webkit-transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11);
transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); }
.bp3-dialog{
background:#ebf1f5;
border-radius:6px;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2);
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column;
margin:30px 0;
padding-bottom:20px;
pointer-events:all;
-webkit-user-select:text;
-moz-user-select:text;
-ms-user-select:text;
user-select:text;
width:500px; }
.bp3-dialog:focus{
outline:0; }
.bp3-dialog.bp3-dark,
.bp3-dark .bp3-dialog{
background:#293742;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4);
color:#f5f8fa; }
.bp3-dialog-header{
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
background:#ffffff;
border-radius:6px 6px 0 0;
-webkit-box-shadow:0 1px 0 rgba(16, 22, 26, 0.15);
box-shadow:0 1px 0 rgba(16, 22, 26, 0.15);
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-flex:0;
-ms-flex:0 0 auto;
flex:0 0 auto;
min-height:40px;
padding-left:20px;
padding-right:5px;
z-index:30; }
.bp3-dialog-header .bp3-icon-large,
.bp3-dialog-header .bp3-icon{
color:#5c7080;
-webkit-box-flex:0;
-ms-flex:0 0 auto;
flex:0 0 auto;
margin-right:10px; }
.bp3-dialog-header .bp3-heading{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
word-wrap:normal;
-webkit-box-flex:1;
-ms-flex:1 1 auto;
flex:1 1 auto;
line-height:inherit;
margin:0; }
.bp3-dialog-header .bp3-heading:last-child{
margin-right:20px; }
.bp3-dark .bp3-dialog-header{
background:#30404d;
-webkit-box-shadow:0 1px 0 rgba(16, 22, 26, 0.4);
box-shadow:0 1px 0 rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-dialog-header .bp3-icon-large,
.bp3-dark .bp3-dialog-header .bp3-icon{
color:#a7b6c2; }
.bp3-dialog-body{
-webkit-box-flex:1;
-ms-flex:1 1 auto;
flex:1 1 auto;
line-height:18px;
margin:20px; }
.bp3-dialog-footer{
-webkit-box-flex:0;
-ms-flex:0 0 auto;
flex:0 0 auto;
margin:0 20px; }
.bp3-dialog-footer-actions{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:end;
-ms-flex-pack:end;
justify-content:flex-end; }
.bp3-dialog-footer-actions .bp3-button{
margin-left:10px; }
.bp3-multistep-dialog-panels{
display:-webkit-box;
display:-ms-flexbox;
display:flex; }
.bp3-multistep-dialog-left-panel{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-flex:1;
-ms-flex:1;
flex:1;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column; }
.bp3-dark .bp3-multistep-dialog-left-panel{
background:#202b33; }
.bp3-multistep-dialog-right-panel{
background-color:#f5f8fa;
border-left:1px solid rgba(16, 22, 26, 0.15);
border-radius:0 0 6px 0;
-webkit-box-flex:3;
-ms-flex:3;
flex:3;
min-width:0; }
.bp3-dark .bp3-multistep-dialog-right-panel{
background-color:#293742;
border-left:1px solid rgba(16, 22, 26, 0.4); }
.bp3-multistep-dialog-footer{
background-color:#ffffff;
border-radius:0 0 6px 0;
border-top:1px solid rgba(16, 22, 26, 0.15);
padding:10px; }
.bp3-dark .bp3-multistep-dialog-footer{
background:#30404d;
border-top:1px solid rgba(16, 22, 26, 0.4); }
.bp3-dialog-step-container{
background-color:#f5f8fa;
border-bottom:1px solid rgba(16, 22, 26, 0.15); }
.bp3-dark .bp3-dialog-step-container{
background:#293742;
border-bottom:1px solid rgba(16, 22, 26, 0.4); }
.bp3-dialog-step-container.bp3-dialog-step-viewed{
background-color:#ffffff; }
.bp3-dark .bp3-dialog-step-container.bp3-dialog-step-viewed{
background:#30404d; }
.bp3-dialog-step{
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
background-color:#f5f8fa;
border-radius:6px;
cursor:not-allowed;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
margin:4px;
padding:6px 14px; }
.bp3-dark .bp3-dialog-step{
background:#293742; }
.bp3-dialog-step-viewed .bp3-dialog-step{
background-color:#ffffff;
cursor:pointer; }
.bp3-dark .bp3-dialog-step-viewed .bp3-dialog-step{
background:#30404d; }
.bp3-dialog-step:hover{
background-color:#f5f8fa; }
.bp3-dark .bp3-dialog-step:hover{
background:#293742; }
.bp3-dialog-step-icon{
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
background-color:rgba(92, 112, 128, 0.6);
border-radius:50%;
color:#ffffff;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
height:25px;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
width:25px; }
.bp3-dark .bp3-dialog-step-icon{
background-color:rgba(167, 182, 194, 0.6); }
.bp3-active.bp3-dialog-step-viewed .bp3-dialog-step-icon{
background-color:#2b95d6; }
.bp3-dialog-step-viewed .bp3-dialog-step-icon{
background-color:#8a9ba8; }
.bp3-dialog-step-title{
color:rgba(92, 112, 128, 0.6);
-webkit-box-flex:1;
-ms-flex:1;
flex:1;
padding-left:10px; }
.bp3-dark .bp3-dialog-step-title{
color:rgba(167, 182, 194, 0.6); }
.bp3-active.bp3-dialog-step-viewed .bp3-dialog-step-title{
color:#2b95d6; }
.bp3-dialog-step-viewed:not(.bp3-active) .bp3-dialog-step-title{
color:#182026; }
.bp3-dark .bp3-dialog-step-viewed:not(.bp3-active) .bp3-dialog-step-title{
color:#f5f8fa; }
.bp3-drawer{
background:#ffffff;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2);
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column;
margin:0;
padding:0; }
.bp3-drawer:focus{
outline:0; }
.bp3-drawer.bp3-position-top{
height:50%;
left:0;
right:0;
top:0; }
.bp3-drawer.bp3-position-top.bp3-overlay-enter, .bp3-drawer.bp3-position-top.bp3-overlay-appear{
-webkit-transform:translateY(-100%);
transform:translateY(-100%); }
.bp3-drawer.bp3-position-top.bp3-overlay-enter-active, .bp3-drawer.bp3-position-top.bp3-overlay-appear-active{
-webkit-transform:translateY(0);
transform:translateY(0);
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:200ms;
transition-duration:200ms;
-webkit-transition-property:-webkit-transform;
transition-property:-webkit-transform;
transition-property:transform;
transition-property:transform, -webkit-transform;
-webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-drawer.bp3-position-top.bp3-overlay-exit{
-webkit-transform:translateY(0);
transform:translateY(0); }
.bp3-drawer.bp3-position-top.bp3-overlay-exit-active{
-webkit-transform:translateY(-100%);
transform:translateY(-100%);
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:100ms;
transition-duration:100ms;
-webkit-transition-property:-webkit-transform;
transition-property:-webkit-transform;
transition-property:transform;
transition-property:transform, -webkit-transform;
-webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-drawer.bp3-position-bottom{
bottom:0;
height:50%;
left:0;
right:0; }
.bp3-drawer.bp3-position-bottom.bp3-overlay-enter, .bp3-drawer.bp3-position-bottom.bp3-overlay-appear{
-webkit-transform:translateY(100%);
transform:translateY(100%); }
.bp3-drawer.bp3-position-bottom.bp3-overlay-enter-active, .bp3-drawer.bp3-position-bottom.bp3-overlay-appear-active{
-webkit-transform:translateY(0);
transform:translateY(0);
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:200ms;
transition-duration:200ms;
-webkit-transition-property:-webkit-transform;
transition-property:-webkit-transform;
transition-property:transform;
transition-property:transform, -webkit-transform;
-webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-drawer.bp3-position-bottom.bp3-overlay-exit{
-webkit-transform:translateY(0);
transform:translateY(0); }
.bp3-drawer.bp3-position-bottom.bp3-overlay-exit-active{
-webkit-transform:translateY(100%);
transform:translateY(100%);
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:100ms;
transition-duration:100ms;
-webkit-transition-property:-webkit-transform;
transition-property:-webkit-transform;
transition-property:transform;
transition-property:transform, -webkit-transform;
-webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-drawer.bp3-position-left{
bottom:0;
left:0;
top:0;
width:50%; }
.bp3-drawer.bp3-position-left.bp3-overlay-enter, .bp3-drawer.bp3-position-left.bp3-overlay-appear{
-webkit-transform:translateX(-100%);
transform:translateX(-100%); }
.bp3-drawer.bp3-position-left.bp3-overlay-enter-active, .bp3-drawer.bp3-position-left.bp3-overlay-appear-active{
-webkit-transform:translateX(0);
transform:translateX(0);
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:200ms;
transition-duration:200ms;
-webkit-transition-property:-webkit-transform;
transition-property:-webkit-transform;
transition-property:transform;
transition-property:transform, -webkit-transform;
-webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-drawer.bp3-position-left.bp3-overlay-exit{
-webkit-transform:translateX(0);
transform:translateX(0); }
.bp3-drawer.bp3-position-left.bp3-overlay-exit-active{
-webkit-transform:translateX(-100%);
transform:translateX(-100%);
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:100ms;
transition-duration:100ms;
-webkit-transition-property:-webkit-transform;
transition-property:-webkit-transform;
transition-property:transform;
transition-property:transform, -webkit-transform;
-webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-drawer.bp3-position-right{
bottom:0;
right:0;
top:0;
width:50%; }
.bp3-drawer.bp3-position-right.bp3-overlay-enter, .bp3-drawer.bp3-position-right.bp3-overlay-appear{
-webkit-transform:translateX(100%);
transform:translateX(100%); }
.bp3-drawer.bp3-position-right.bp3-overlay-enter-active, .bp3-drawer.bp3-position-right.bp3-overlay-appear-active{
-webkit-transform:translateX(0);
transform:translateX(0);
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:200ms;
transition-duration:200ms;
-webkit-transition-property:-webkit-transform;
transition-property:-webkit-transform;
transition-property:transform;
transition-property:transform, -webkit-transform;
-webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-drawer.bp3-position-right.bp3-overlay-exit{
-webkit-transform:translateX(0);
transform:translateX(0); }
.bp3-drawer.bp3-position-right.bp3-overlay-exit-active{
-webkit-transform:translateX(100%);
transform:translateX(100%);
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:100ms;
transition-duration:100ms;
-webkit-transition-property:-webkit-transform;
transition-property:-webkit-transform;
transition-property:transform;
transition-property:transform, -webkit-transform;
-webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(
.bp3-position-right):not(.bp3-vertical){
bottom:0;
right:0;
top:0;
width:50%; }
.bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(
.bp3-position-right):not(.bp3-vertical).bp3-overlay-enter, .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(
.bp3-position-right):not(.bp3-vertical).bp3-overlay-appear{
-webkit-transform:translateX(100%);
transform:translateX(100%); }
.bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(
.bp3-position-right):not(.bp3-vertical).bp3-overlay-enter-active, .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(
.bp3-position-right):not(.bp3-vertical).bp3-overlay-appear-active{
-webkit-transform:translateX(0);
transform:translateX(0);
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:200ms;
transition-duration:200ms;
-webkit-transition-property:-webkit-transform;
transition-property:-webkit-transform;
transition-property:transform;
transition-property:transform, -webkit-transform;
-webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(
.bp3-position-right):not(.bp3-vertical).bp3-overlay-exit{
-webkit-transform:translateX(0);
transform:translateX(0); }
.bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(
.bp3-position-right):not(.bp3-vertical).bp3-overlay-exit-active{
-webkit-transform:translateX(100%);
transform:translateX(100%);
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:100ms;
transition-duration:100ms;
-webkit-transition-property:-webkit-transform;
transition-property:-webkit-transform;
transition-property:transform;
transition-property:transform, -webkit-transform;
-webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(
.bp3-position-right).bp3-vertical{
bottom:0;
height:50%;
left:0;
right:0; }
.bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(
.bp3-position-right).bp3-vertical.bp3-overlay-enter, .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(
.bp3-position-right).bp3-vertical.bp3-overlay-appear{
-webkit-transform:translateY(100%);
transform:translateY(100%); }
.bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(
.bp3-position-right).bp3-vertical.bp3-overlay-enter-active, .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(
.bp3-position-right).bp3-vertical.bp3-overlay-appear-active{
-webkit-transform:translateY(0);
transform:translateY(0);
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:200ms;
transition-duration:200ms;
-webkit-transition-property:-webkit-transform;
transition-property:-webkit-transform;
transition-property:transform;
transition-property:transform, -webkit-transform;
-webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(
.bp3-position-right).bp3-vertical.bp3-overlay-exit{
-webkit-transform:translateY(0);
transform:translateY(0); }
.bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(
.bp3-position-right).bp3-vertical.bp3-overlay-exit-active{
-webkit-transform:translateY(100%);
transform:translateY(100%);
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:100ms;
transition-duration:100ms;
-webkit-transition-property:-webkit-transform;
transition-property:-webkit-transform;
transition-property:transform;
transition-property:transform, -webkit-transform;
-webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-drawer.bp3-dark,
.bp3-dark .bp3-drawer{
background:#30404d;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4);
color:#f5f8fa; }
.bp3-drawer-header{
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
border-radius:0;
-webkit-box-shadow:0 1px 0 rgba(16, 22, 26, 0.15);
box-shadow:0 1px 0 rgba(16, 22, 26, 0.15);
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-flex:0;
-ms-flex:0 0 auto;
flex:0 0 auto;
min-height:40px;
padding:5px;
padding-left:20px;
position:relative; }
.bp3-drawer-header .bp3-icon-large,
.bp3-drawer-header .bp3-icon{
color:#5c7080;
-webkit-box-flex:0;
-ms-flex:0 0 auto;
flex:0 0 auto;
margin-right:10px; }
.bp3-drawer-header .bp3-heading{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
word-wrap:normal;
-webkit-box-flex:1;
-ms-flex:1 1 auto;
flex:1 1 auto;
line-height:inherit;
margin:0; }
.bp3-drawer-header .bp3-heading:last-child{
margin-right:20px; }
.bp3-dark .bp3-drawer-header{
-webkit-box-shadow:0 1px 0 rgba(16, 22, 26, 0.4);
box-shadow:0 1px 0 rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-drawer-header .bp3-icon-large,
.bp3-dark .bp3-drawer-header .bp3-icon{
color:#a7b6c2; }
.bp3-drawer-body{
-webkit-box-flex:1;
-ms-flex:1 1 auto;
flex:1 1 auto;
line-height:18px;
overflow:auto; }
.bp3-drawer-footer{
-webkit-box-shadow:inset 0 1px 0 rgba(16, 22, 26, 0.15);
box-shadow:inset 0 1px 0 rgba(16, 22, 26, 0.15);
-webkit-box-flex:0;
-ms-flex:0 0 auto;
flex:0 0 auto;
padding:10px 20px;
position:relative; }
.bp3-dark .bp3-drawer-footer{
-webkit-box-shadow:inset 0 1px 0 rgba(16, 22, 26, 0.4);
box-shadow:inset 0 1px 0 rgba(16, 22, 26, 0.4); }
.bp3-editable-text{
cursor:text;
display:inline-block;
max-width:100%;
position:relative;
vertical-align:top;
white-space:nowrap; }
.bp3-editable-text::before{
bottom:-3px;
left:-3px;
position:absolute;
right:-3px;
top:-3px;
border-radius:3px;
content:"";
-webkit-transition:background-color 100ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
transition:background-color 100ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
transition:background-color 100ms cubic-bezier(0.4, 1, 0.75, 0.9), box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
transition:background-color 100ms cubic-bezier(0.4, 1, 0.75, 0.9), box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-editable-text:hover::before{
-webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.15);
box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.15); }
.bp3-editable-text.bp3-editable-text-editing::before{
background-color:#ffffff;
-webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.bp3-editable-text.bp3-disabled::before{
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-editable-text.bp3-intent-primary .bp3-editable-text-input,
.bp3-editable-text.bp3-intent-primary .bp3-editable-text-content{
color:#137cbd; }
.bp3-editable-text.bp3-intent-primary:hover::before{
-webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(19, 124, 189, 0.4);
box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(19, 124, 189, 0.4); }
.bp3-editable-text.bp3-intent-primary.bp3-editable-text-editing::before{
-webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.bp3-editable-text.bp3-intent-success .bp3-editable-text-input,
.bp3-editable-text.bp3-intent-success .bp3-editable-text-content{
color:#0f9960; }
.bp3-editable-text.bp3-intent-success:hover::before{
-webkit-box-shadow:0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px rgba(15, 153, 96, 0.4);
box-shadow:0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px rgba(15, 153, 96, 0.4); }
.bp3-editable-text.bp3-intent-success.bp3-editable-text-editing::before{
-webkit-box-shadow:0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.bp3-editable-text.bp3-intent-warning .bp3-editable-text-input,
.bp3-editable-text.bp3-intent-warning .bp3-editable-text-content{
color:#d9822b; }
.bp3-editable-text.bp3-intent-warning:hover::before{
-webkit-box-shadow:0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px rgba(217, 130, 43, 0.4);
box-shadow:0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px rgba(217, 130, 43, 0.4); }
.bp3-editable-text.bp3-intent-warning.bp3-editable-text-editing::before{
-webkit-box-shadow:0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.bp3-editable-text.bp3-intent-danger .bp3-editable-text-input,
.bp3-editable-text.bp3-intent-danger .bp3-editable-text-content{
color:#db3737; }
.bp3-editable-text.bp3-intent-danger:hover::before{
-webkit-box-shadow:0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px rgba(219, 55, 55, 0.4);
box-shadow:0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px rgba(219, 55, 55, 0.4); }
.bp3-editable-text.bp3-intent-danger.bp3-editable-text-editing::before{
-webkit-box-shadow:0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.bp3-dark .bp3-editable-text:hover::before{
-webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.15);
box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.15); }
.bp3-dark .bp3-editable-text.bp3-editable-text-editing::before{
background-color:rgba(16, 22, 26, 0.3);
-webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-editable-text.bp3-disabled::before{
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-dark .bp3-editable-text.bp3-intent-primary .bp3-editable-text-content{
color:#48aff0; }
.bp3-dark .bp3-editable-text.bp3-intent-primary:hover::before{
-webkit-box-shadow:0 0 0 0 rgba(72, 175, 240, 0), 0 0 0 0 rgba(72, 175, 240, 0), inset 0 0 0 1px rgba(72, 175, 240, 0.4);
box-shadow:0 0 0 0 rgba(72, 175, 240, 0), 0 0 0 0 rgba(72, 175, 240, 0), inset 0 0 0 1px rgba(72, 175, 240, 0.4); }
.bp3-dark .bp3-editable-text.bp3-intent-primary.bp3-editable-text-editing::before{
-webkit-box-shadow:0 0 0 1px #48aff0, 0 0 0 3px rgba(72, 175, 240, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px #48aff0, 0 0 0 3px rgba(72, 175, 240, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-editable-text.bp3-intent-success .bp3-editable-text-content{
color:#3dcc91; }
.bp3-dark .bp3-editable-text.bp3-intent-success:hover::before{
-webkit-box-shadow:0 0 0 0 rgba(61, 204, 145, 0), 0 0 0 0 rgba(61, 204, 145, 0), inset 0 0 0 1px rgba(61, 204, 145, 0.4);
box-shadow:0 0 0 0 rgba(61, 204, 145, 0), 0 0 0 0 rgba(61, 204, 145, 0), inset 0 0 0 1px rgba(61, 204, 145, 0.4); }
.bp3-dark .bp3-editable-text.bp3-intent-success.bp3-editable-text-editing::before{
-webkit-box-shadow:0 0 0 1px #3dcc91, 0 0 0 3px rgba(61, 204, 145, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px #3dcc91, 0 0 0 3px rgba(61, 204, 145, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-editable-text.bp3-intent-warning .bp3-editable-text-content{
color:#ffb366; }
.bp3-dark .bp3-editable-text.bp3-intent-warning:hover::before{
-webkit-box-shadow:0 0 0 0 rgba(255, 179, 102, 0), 0 0 0 0 rgba(255, 179, 102, 0), inset 0 0 0 1px rgba(255, 179, 102, 0.4);
box-shadow:0 0 0 0 rgba(255, 179, 102, 0), 0 0 0 0 rgba(255, 179, 102, 0), inset 0 0 0 1px rgba(255, 179, 102, 0.4); }
.bp3-dark .bp3-editable-text.bp3-intent-warning.bp3-editable-text-editing::before{
-webkit-box-shadow:0 0 0 1px #ffb366, 0 0 0 3px rgba(255, 179, 102, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px #ffb366, 0 0 0 3px rgba(255, 179, 102, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-editable-text.bp3-intent-danger .bp3-editable-text-content{
color:#ff7373; }
.bp3-dark .bp3-editable-text.bp3-intent-danger:hover::before{
-webkit-box-shadow:0 0 0 0 rgba(255, 115, 115, 0), 0 0 0 0 rgba(255, 115, 115, 0), inset 0 0 0 1px rgba(255, 115, 115, 0.4);
box-shadow:0 0 0 0 rgba(255, 115, 115, 0), 0 0 0 0 rgba(255, 115, 115, 0), inset 0 0 0 1px rgba(255, 115, 115, 0.4); }
.bp3-dark .bp3-editable-text.bp3-intent-danger.bp3-editable-text-editing::before{
-webkit-box-shadow:0 0 0 1px #ff7373, 0 0 0 3px rgba(255, 115, 115, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px #ff7373, 0 0 0 3px rgba(255, 115, 115, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.bp3-editable-text-input,
.bp3-editable-text-content{
color:inherit;
display:inherit;
font:inherit;
letter-spacing:inherit;
max-width:inherit;
min-width:inherit;
position:relative;
resize:none;
text-transform:inherit;
vertical-align:top; }
.bp3-editable-text-input{
background:none;
border:none;
-webkit-box-shadow:none;
box-shadow:none;
padding:0;
white-space:pre-wrap;
width:100%; }
.bp3-editable-text-input::-webkit-input-placeholder{
color:rgba(92, 112, 128, 0.6);
opacity:1; }
.bp3-editable-text-input::-moz-placeholder{
color:rgba(92, 112, 128, 0.6);
opacity:1; }
.bp3-editable-text-input:-ms-input-placeholder{
color:rgba(92, 112, 128, 0.6);
opacity:1; }
.bp3-editable-text-input::-ms-input-placeholder{
color:rgba(92, 112, 128, 0.6);
opacity:1; }
.bp3-editable-text-input::placeholder{
color:rgba(92, 112, 128, 0.6);
opacity:1; }
.bp3-editable-text-input:focus{
outline:none; }
.bp3-editable-text-input::-ms-clear{
display:none; }
.bp3-editable-text-content{
overflow:hidden;
padding-right:2px;
text-overflow:ellipsis;
white-space:pre; }
.bp3-editable-text-editing > .bp3-editable-text-content{
left:0;
position:absolute;
visibility:hidden; }
.bp3-editable-text-placeholder > .bp3-editable-text-content{
color:rgba(92, 112, 128, 0.6); }
.bp3-dark .bp3-editable-text-placeholder > .bp3-editable-text-content{
color:rgba(167, 182, 194, 0.6); }
.bp3-editable-text.bp3-multiline{
display:block; }
.bp3-editable-text.bp3-multiline .bp3-editable-text-content{
overflow:auto;
white-space:pre-wrap;
word-wrap:break-word; }
.bp3-divider{
border-bottom:1px solid rgba(16, 22, 26, 0.15);
border-right:1px solid rgba(16, 22, 26, 0.15);
margin:5px; }
.bp3-dark .bp3-divider{
border-color:rgba(16, 22, 26, 0.4); }
.bp3-control-group{
-webkit-transform:translateZ(0);
transform:translateZ(0);
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-align:stretch;
-ms-flex-align:stretch;
align-items:stretch; }
.bp3-control-group > *{
-webkit-box-flex:0;
-ms-flex-positive:0;
flex-grow:0;
-ms-flex-negative:0;
flex-shrink:0; }
.bp3-control-group > .bp3-fill{
-webkit-box-flex:1;
-ms-flex-positive:1;
flex-grow:1;
-ms-flex-negative:1;
flex-shrink:1; }
.bp3-control-group .bp3-button,
.bp3-control-group .bp3-html-select,
.bp3-control-group .bp3-input,
.bp3-control-group .bp3-select{
position:relative; }
.bp3-control-group .bp3-input{
border-radius:inherit;
z-index:2; }
.bp3-control-group .bp3-input:focus{
border-radius:3px;
z-index:14; }
.bp3-control-group .bp3-input[class*="bp3-intent"]{
z-index:13; }
.bp3-control-group .bp3-input[class*="bp3-intent"]:focus{
z-index:15; }
.bp3-control-group .bp3-input[readonly], .bp3-control-group .bp3-input:disabled, .bp3-control-group .bp3-input.bp3-disabled{
z-index:1; }
.bp3-control-group .bp3-input-group[class*="bp3-intent"] .bp3-input{
z-index:13; }
.bp3-control-group .bp3-input-group[class*="bp3-intent"] .bp3-input:focus{
z-index:15; }
.bp3-control-group .bp3-button,
.bp3-control-group .bp3-html-select select,
.bp3-control-group .bp3-select select{
-webkit-transform:translateZ(0);
transform:translateZ(0);
border-radius:inherit;
z-index:4; }
.bp3-control-group .bp3-button:focus,
.bp3-control-group .bp3-html-select select:focus,
.bp3-control-group .bp3-select select:focus{
z-index:5; }
.bp3-control-group .bp3-button:hover,
.bp3-control-group .bp3-html-select select:hover,
.bp3-control-group .bp3-select select:hover{
z-index:6; }
.bp3-control-group .bp3-button:active,
.bp3-control-group .bp3-html-select select:active,
.bp3-control-group .bp3-select select:active{
z-index:7; }
.bp3-control-group .bp3-button[readonly], .bp3-control-group .bp3-button:disabled, .bp3-control-group .bp3-button.bp3-disabled,
.bp3-control-group .bp3-html-select select[readonly],
.bp3-control-group .bp3-html-select select:disabled,
.bp3-control-group .bp3-html-select select.bp3-disabled,
.bp3-control-group .bp3-select select[readonly],
.bp3-control-group .bp3-select select:disabled,
.bp3-control-group .bp3-select select.bp3-disabled{
z-index:3; }
.bp3-control-group .bp3-button[class*="bp3-intent"],
.bp3-control-group .bp3-html-select select[class*="bp3-intent"],
.bp3-control-group .bp3-select select[class*="bp3-intent"]{
z-index:9; }
.bp3-control-group .bp3-button[class*="bp3-intent"]:focus,
.bp3-control-group .bp3-html-select select[class*="bp3-intent"]:focus,
.bp3-control-group .bp3-select select[class*="bp3-intent"]:focus{
z-index:10; }
.bp3-control-group .bp3-button[class*="bp3-intent"]:hover,
.bp3-control-group .bp3-html-select select[class*="bp3-intent"]:hover,
.bp3-control-group .bp3-select select[class*="bp3-intent"]:hover{
z-index:11; }
.bp3-control-group .bp3-button[class*="bp3-intent"]:active,
.bp3-control-group .bp3-html-select select[class*="bp3-intent"]:active,
.bp3-control-group .bp3-select select[class*="bp3-intent"]:active{
z-index:12; }
.bp3-control-group .bp3-button[class*="bp3-intent"][readonly], .bp3-control-group .bp3-button[class*="bp3-intent"]:disabled, .bp3-control-group .bp3-button[class*="bp3-intent"].bp3-disabled,
.bp3-control-group .bp3-html-select select[class*="bp3-intent"][readonly],
.bp3-control-group .bp3-html-select select[class*="bp3-intent"]:disabled,
.bp3-control-group .bp3-html-select select[class*="bp3-intent"].bp3-disabled,
.bp3-control-group .bp3-select select[class*="bp3-intent"][readonly],
.bp3-control-group .bp3-select select[class*="bp3-intent"]:disabled,
.bp3-control-group .bp3-select select[class*="bp3-intent"].bp3-disabled{
z-index:8; }
.bp3-control-group .bp3-input-group > .bp3-icon,
.bp3-control-group .bp3-input-group > .bp3-button,
.bp3-control-group .bp3-input-group > .bp3-input-left-container,
.bp3-control-group .bp3-input-group > .bp3-input-action{
z-index:16; }
.bp3-control-group .bp3-select::after,
.bp3-control-group .bp3-html-select::after,
.bp3-control-group .bp3-select > .bp3-icon,
.bp3-control-group .bp3-html-select > .bp3-icon{
z-index:17; }
.bp3-control-group .bp3-select:focus-within{
z-index:5; }
.bp3-control-group:not(.bp3-vertical) > *:not(.bp3-divider){
margin-right:-1px; }
.bp3-control-group:not(.bp3-vertical) > .bp3-divider:not(:first-child){
margin-left:6px; }
.bp3-dark .bp3-control-group:not(.bp3-vertical) > *:not(.bp3-divider){
margin-right:0; }
.bp3-dark .bp3-control-group:not(.bp3-vertical) > .bp3-button + .bp3-button{
margin-left:1px; }
.bp3-control-group .bp3-popover-wrapper,
.bp3-control-group .bp3-popover-target{
border-radius:inherit; }
.bp3-control-group > :first-child{
border-radius:3px 0 0 3px; }
.bp3-control-group > :last-child{
border-radius:0 3px 3px 0;
margin-right:0; }
.bp3-control-group > :only-child{
border-radius:3px;
margin-right:0; }
.bp3-control-group .bp3-input-group .bp3-button{
border-radius:3px; }
.bp3-control-group .bp3-numeric-input:not(:first-child) .bp3-input-group{
border-bottom-left-radius:0;
border-top-left-radius:0; }
.bp3-control-group.bp3-fill{
width:100%; }
.bp3-control-group > .bp3-fill{
-webkit-box-flex:1;
-ms-flex:1 1 auto;
flex:1 1 auto; }
.bp3-control-group.bp3-fill > *:not(.bp3-fixed){
-webkit-box-flex:1;
-ms-flex:1 1 auto;
flex:1 1 auto; }
.bp3-control-group.bp3-vertical{
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column; }
.bp3-control-group.bp3-vertical > *{
margin-top:-1px; }
.bp3-control-group.bp3-vertical > :first-child{
border-radius:3px 3px 0 0;
margin-top:0; }
.bp3-control-group.bp3-vertical > :last-child{
border-radius:0 0 3px 3px; }
.bp3-control{
cursor:pointer;
display:block;
margin-bottom:10px;
position:relative;
text-transform:none; }
.bp3-control input:checked ~ .bp3-control-indicator{
background-color:#137cbd;
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2);
color:#ffffff; }
.bp3-control:hover input:checked ~ .bp3-control-indicator{
background-color:#106ba3;
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); }
.bp3-control input:not(:disabled):active:checked ~ .bp3-control-indicator{
background:#0e5a8a;
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); }
.bp3-control input:disabled:checked ~ .bp3-control-indicator{
background:rgba(19, 124, 189, 0.5);
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-dark .bp3-control input:checked ~ .bp3-control-indicator{
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-control:hover input:checked ~ .bp3-control-indicator{
background-color:#106ba3;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-control input:not(:disabled):active:checked ~ .bp3-control-indicator{
background-color:#0e5a8a;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); }
.bp3-dark .bp3-control input:disabled:checked ~ .bp3-control-indicator{
background:rgba(14, 90, 138, 0.5);
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-control:not(.bp3-align-right){
padding-left:26px; }
.bp3-control:not(.bp3-align-right) .bp3-control-indicator{
margin-left:-26px; }
.bp3-control.bp3-align-right{
padding-right:26px; }
.bp3-control.bp3-align-right .bp3-control-indicator{
margin-right:-26px; }
.bp3-control.bp3-disabled{
color:rgba(92, 112, 128, 0.6);
cursor:not-allowed; }
.bp3-control.bp3-inline{
display:inline-block;
margin-right:20px; }
.bp3-control input{
left:0;
opacity:0;
position:absolute;
top:0;
z-index:-1; }
.bp3-control .bp3-control-indicator{
background-clip:padding-box;
background-color:#f5f8fa;
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
border:none;
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1);
cursor:pointer;
display:inline-block;
font-size:16px;
height:1em;
margin-right:10px;
margin-top:-3px;
position:relative;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
vertical-align:middle;
width:1em; }
.bp3-control .bp3-control-indicator::before{
content:"";
display:block;
height:1em;
width:1em; }
.bp3-control:hover .bp3-control-indicator{
background-color:#ebf1f5; }
.bp3-control input:not(:disabled):active ~ .bp3-control-indicator{
background:#d8e1e8;
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); }
.bp3-control input:disabled ~ .bp3-control-indicator{
background:rgba(206, 217, 224, 0.5);
-webkit-box-shadow:none;
box-shadow:none;
cursor:not-allowed; }
.bp3-control input:focus ~ .bp3-control-indicator{
outline:rgba(19, 124, 189, 0.6) auto 2px;
outline-offset:2px;
-moz-outline-radius:6px; }
.bp3-control.bp3-align-right .bp3-control-indicator{
float:right;
margin-left:10px;
margin-top:1px; }
.bp3-control.bp3-large{
font-size:16px; }
.bp3-control.bp3-large:not(.bp3-align-right){
padding-left:30px; }
.bp3-control.bp3-large:not(.bp3-align-right) .bp3-control-indicator{
margin-left:-30px; }
.bp3-control.bp3-large.bp3-align-right{
padding-right:30px; }
.bp3-control.bp3-large.bp3-align-right .bp3-control-indicator{
margin-right:-30px; }
.bp3-control.bp3-large .bp3-control-indicator{
font-size:20px; }
.bp3-control.bp3-large.bp3-align-right .bp3-control-indicator{
margin-top:0; }
.bp3-control.bp3-checkbox input:indeterminate ~ .bp3-control-indicator{
background-color:#137cbd;
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2);
color:#ffffff; }
.bp3-control.bp3-checkbox:hover input:indeterminate ~ .bp3-control-indicator{
background-color:#106ba3;
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); }
.bp3-control.bp3-checkbox input:not(:disabled):active:indeterminate ~ .bp3-control-indicator{
background:#0e5a8a;
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); }
.bp3-control.bp3-checkbox input:disabled:indeterminate ~ .bp3-control-indicator{
background:rgba(19, 124, 189, 0.5);
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-dark .bp3-control.bp3-checkbox input:indeterminate ~ .bp3-control-indicator{
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-control.bp3-checkbox:hover input:indeterminate ~ .bp3-control-indicator{
background-color:#106ba3;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-control.bp3-checkbox input:not(:disabled):active:indeterminate ~ .bp3-control-indicator{
background-color:#0e5a8a;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); }
.bp3-dark .bp3-control.bp3-checkbox input:disabled:indeterminate ~ .bp3-control-indicator{
background:rgba(14, 90, 138, 0.5);
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-control.bp3-checkbox .bp3-control-indicator{
border-radius:3px; }
.bp3-control.bp3-checkbox input:checked ~ .bp3-control-indicator::before{
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 5c-.28 0-.53.11-.71.29L7 9.59l-2.29-2.3a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l5-5A1.003 1.003 0 0012 5z' fill='white'/%3e%3c/svg%3e"); }
.bp3-control.bp3-checkbox input:indeterminate ~ .bp3-control-indicator::before{
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 7H5c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1z' fill='white'/%3e%3c/svg%3e"); }
.bp3-control.bp3-radio .bp3-control-indicator{
border-radius:50%; }
.bp3-control.bp3-radio input:checked ~ .bp3-control-indicator::before{
background-image:radial-gradient(#ffffff, #ffffff 28%, transparent 32%); }
.bp3-control.bp3-radio input:checked:disabled ~ .bp3-control-indicator::before{
opacity:0.5; }
.bp3-control.bp3-radio input:focus ~ .bp3-control-indicator{
-moz-outline-radius:16px; }
.bp3-control.bp3-switch input ~ .bp3-control-indicator{
background:rgba(167, 182, 194, 0.5); }
.bp3-control.bp3-switch:hover input ~ .bp3-control-indicator{
background:rgba(115, 134, 148, 0.5); }
.bp3-control.bp3-switch input:not(:disabled):active ~ .bp3-control-indicator{
background:rgba(92, 112, 128, 0.5); }
.bp3-control.bp3-switch input:disabled ~ .bp3-control-indicator{
background:rgba(206, 217, 224, 0.5); }
.bp3-control.bp3-switch input:disabled ~ .bp3-control-indicator::before{
background:rgba(255, 255, 255, 0.8); }
.bp3-control.bp3-switch input:checked ~ .bp3-control-indicator{
background:#137cbd; }
.bp3-control.bp3-switch:hover input:checked ~ .bp3-control-indicator{
background:#106ba3; }
.bp3-control.bp3-switch input:checked:not(:disabled):active ~ .bp3-control-indicator{
background:#0e5a8a; }
.bp3-control.bp3-switch input:checked:disabled ~ .bp3-control-indicator{
background:rgba(19, 124, 189, 0.5); }
.bp3-control.bp3-switch input:checked:disabled ~ .bp3-control-indicator::before{
background:rgba(255, 255, 255, 0.8); }
.bp3-control.bp3-switch:not(.bp3-align-right){
padding-left:38px; }
.bp3-control.bp3-switch:not(.bp3-align-right) .bp3-control-indicator{
margin-left:-38px; }
.bp3-control.bp3-switch.bp3-align-right{
padding-right:38px; }
.bp3-control.bp3-switch.bp3-align-right .bp3-control-indicator{
margin-right:-38px; }
.bp3-control.bp3-switch .bp3-control-indicator{
border:none;
border-radius:1.75em;
-webkit-box-shadow:none !important;
box-shadow:none !important;
min-width:1.75em;
-webkit-transition:background-color 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
transition:background-color 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
width:auto; }
.bp3-control.bp3-switch .bp3-control-indicator::before{
background:#ffffff;
border-radius:50%;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.2);
height:calc(1em - 4px);
left:0;
margin:2px;
position:absolute;
-webkit-transition:left 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
transition:left 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
width:calc(1em - 4px); }
.bp3-control.bp3-switch input:checked ~ .bp3-control-indicator::before{
left:calc(100% - 1em); }
.bp3-control.bp3-switch.bp3-large:not(.bp3-align-right){
padding-left:45px; }
.bp3-control.bp3-switch.bp3-large:not(.bp3-align-right) .bp3-control-indicator{
margin-left:-45px; }
.bp3-control.bp3-switch.bp3-large.bp3-align-right{
padding-right:45px; }
.bp3-control.bp3-switch.bp3-large.bp3-align-right .bp3-control-indicator{
margin-right:-45px; }
.bp3-dark .bp3-control.bp3-switch input ~ .bp3-control-indicator{
background:rgba(16, 22, 26, 0.5); }
.bp3-dark .bp3-control.bp3-switch:hover input ~ .bp3-control-indicator{
background:rgba(16, 22, 26, 0.7); }
.bp3-dark .bp3-control.bp3-switch input:not(:disabled):active ~ .bp3-control-indicator{
background:rgba(16, 22, 26, 0.9); }
.bp3-dark .bp3-control.bp3-switch input:disabled ~ .bp3-control-indicator{
background:rgba(57, 75, 89, 0.5); }
.bp3-dark .bp3-control.bp3-switch input:disabled ~ .bp3-control-indicator::before{
background:rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-control.bp3-switch input:checked ~ .bp3-control-indicator{
background:#137cbd; }
.bp3-dark .bp3-control.bp3-switch:hover input:checked ~ .bp3-control-indicator{
background:#106ba3; }
.bp3-dark .bp3-control.bp3-switch input:checked:not(:disabled):active ~ .bp3-control-indicator{
background:#0e5a8a; }
.bp3-dark .bp3-control.bp3-switch input:checked:disabled ~ .bp3-control-indicator{
background:rgba(14, 90, 138, 0.5); }
.bp3-dark .bp3-control.bp3-switch input:checked:disabled ~ .bp3-control-indicator::before{
background:rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-control.bp3-switch .bp3-control-indicator::before{
background:#394b59;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-control.bp3-switch input:checked ~ .bp3-control-indicator::before{
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4); }
.bp3-control.bp3-switch .bp3-switch-inner-text{
font-size:0.7em;
text-align:center; }
.bp3-control.bp3-switch .bp3-control-indicator-child:first-child{
line-height:0;
margin-left:0.5em;
margin-right:1.2em;
visibility:hidden; }
.bp3-control.bp3-switch .bp3-control-indicator-child:last-child{
line-height:1em;
margin-left:1.2em;
margin-right:0.5em;
visibility:visible; }
.bp3-control.bp3-switch input:checked ~ .bp3-control-indicator .bp3-control-indicator-child:first-child{
line-height:1em;
visibility:visible; }
.bp3-control.bp3-switch input:checked ~ .bp3-control-indicator .bp3-control-indicator-child:last-child{
line-height:0;
visibility:hidden; }
.bp3-dark .bp3-control{
color:#f5f8fa; }
.bp3-dark .bp3-control.bp3-disabled{
color:rgba(167, 182, 194, 0.6); }
.bp3-dark .bp3-control .bp3-control-indicator{
background-color:#394b59;
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0)));
background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-control:hover .bp3-control-indicator{
background-color:#30404d; }
.bp3-dark .bp3-control input:not(:disabled):active ~ .bp3-control-indicator{
background:#202b33;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); }
.bp3-dark .bp3-control input:disabled ~ .bp3-control-indicator{
background:rgba(57, 75, 89, 0.5);
-webkit-box-shadow:none;
box-shadow:none;
cursor:not-allowed; }
.bp3-dark .bp3-control.bp3-checkbox input:disabled:checked ~ .bp3-control-indicator, .bp3-dark .bp3-control.bp3-checkbox input:disabled:indeterminate ~ .bp3-control-indicator{
color:rgba(167, 182, 194, 0.6); }
.bp3-file-input{
cursor:pointer;
display:inline-block;
height:30px;
position:relative; }
.bp3-file-input input{
margin:0;
min-width:200px;
opacity:0; }
.bp3-file-input input:disabled + .bp3-file-upload-input,
.bp3-file-input input.bp3-disabled + .bp3-file-upload-input{
background:rgba(206, 217, 224, 0.5);
-webkit-box-shadow:none;
box-shadow:none;
color:rgba(92, 112, 128, 0.6);
cursor:not-allowed;
resize:none; }
.bp3-file-input input:disabled + .bp3-file-upload-input::after,
.bp3-file-input input.bp3-disabled + .bp3-file-upload-input::after{
background-color:rgba(206, 217, 224, 0.5);
background-image:none;
-webkit-box-shadow:none;
box-shadow:none;
color:rgba(92, 112, 128, 0.6);
cursor:not-allowed;
outline:none; }
.bp3-file-input input:disabled + .bp3-file-upload-input::after.bp3-active, .bp3-file-input input:disabled + .bp3-file-upload-input::after.bp3-active:hover,
.bp3-file-input input.bp3-disabled + .bp3-file-upload-input::after.bp3-active,
.bp3-file-input input.bp3-disabled + .bp3-file-upload-input::after.bp3-active:hover{
background:rgba(206, 217, 224, 0.7); }
.bp3-dark .bp3-file-input input:disabled + .bp3-file-upload-input, .bp3-dark
.bp3-file-input input.bp3-disabled + .bp3-file-upload-input{
background:rgba(57, 75, 89, 0.5);
-webkit-box-shadow:none;
box-shadow:none;
color:rgba(167, 182, 194, 0.6); }
.bp3-dark .bp3-file-input input:disabled + .bp3-file-upload-input::after, .bp3-dark
.bp3-file-input input.bp3-disabled + .bp3-file-upload-input::after{
background-color:rgba(57, 75, 89, 0.5);
background-image:none;
-webkit-box-shadow:none;
box-shadow:none;
color:rgba(167, 182, 194, 0.6); }
.bp3-dark .bp3-file-input input:disabled + .bp3-file-upload-input::after.bp3-active, .bp3-dark
.bp3-file-input input.bp3-disabled + .bp3-file-upload-input::after.bp3-active{
background:rgba(57, 75, 89, 0.7); }
.bp3-file-input.bp3-file-input-has-selection .bp3-file-upload-input{
color:#182026; }
.bp3-dark .bp3-file-input.bp3-file-input-has-selection .bp3-file-upload-input{
color:#f5f8fa; }
.bp3-file-input.bp3-fill{
width:100%; }
.bp3-file-input.bp3-large,
.bp3-large .bp3-file-input{
height:40px; }
.bp3-file-input .bp3-file-upload-input-custom-text::after{
content:attr(bp3-button-text); }
.bp3-file-upload-input{
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
background:#ffffff;
border:none;
border-radius:3px;
-webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2);
color:#182026;
font-size:14px;
font-weight:400;
height:30px;
line-height:30px;
outline:none;
padding:0 10px;
-webkit-transition:-webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
transition:-webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
transition:box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
transition:box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
vertical-align:middle;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
word-wrap:normal;
color:rgba(92, 112, 128, 0.6);
left:0;
padding-right:80px;
position:absolute;
right:0;
top:0;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none; }
.bp3-file-upload-input::-webkit-input-placeholder{
color:rgba(92, 112, 128, 0.6);
opacity:1; }
.bp3-file-upload-input::-moz-placeholder{
color:rgba(92, 112, 128, 0.6);
opacity:1; }
.bp3-file-upload-input:-ms-input-placeholder{
color:rgba(92, 112, 128, 0.6);
opacity:1; }
.bp3-file-upload-input::-ms-input-placeholder{
color:rgba(92, 112, 128, 0.6);
opacity:1; }
.bp3-file-upload-input::placeholder{
color:rgba(92, 112, 128, 0.6);
opacity:1; }
.bp3-file-upload-input:focus, .bp3-file-upload-input.bp3-active{
-webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.bp3-file-upload-input[type="search"], .bp3-file-upload-input.bp3-round{
border-radius:30px;
-webkit-box-sizing:border-box;
box-sizing:border-box;
padding-left:10px; }
.bp3-file-upload-input[readonly]{
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.15);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.15); }
.bp3-file-upload-input:disabled, .bp3-file-upload-input.bp3-disabled{
background:rgba(206, 217, 224, 0.5);
-webkit-box-shadow:none;
box-shadow:none;
color:rgba(92, 112, 128, 0.6);
cursor:not-allowed;
resize:none; }
.bp3-file-upload-input::after{
background-color:#f5f8fa;
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1);
color:#182026;
min-height:24px;
min-width:24px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
word-wrap:normal;
border-radius:3px;
content:"Browse";
line-height:24px;
margin:3px;
position:absolute;
right:0;
text-align:center;
top:0;
width:70px; }
.bp3-file-upload-input::after:hover{
background-clip:padding-box;
background-color:#ebf1f5;
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); }
.bp3-file-upload-input::after:active, .bp3-file-upload-input::after.bp3-active{
background-color:#d8e1e8;
background-image:none;
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); }
.bp3-file-upload-input::after:disabled, .bp3-file-upload-input::after.bp3-disabled{
background-color:rgba(206, 217, 224, 0.5);
background-image:none;
-webkit-box-shadow:none;
box-shadow:none;
color:rgba(92, 112, 128, 0.6);
cursor:not-allowed;
outline:none; }
.bp3-file-upload-input::after:disabled.bp3-active, .bp3-file-upload-input::after:disabled.bp3-active:hover, .bp3-file-upload-input::after.bp3-disabled.bp3-active, .bp3-file-upload-input::after.bp3-disabled.bp3-active:hover{
background:rgba(206, 217, 224, 0.7); }
.bp3-file-upload-input:hover::after{
background-clip:padding-box;
background-color:#ebf1f5;
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); }
.bp3-file-upload-input:active::after{
background-color:#d8e1e8;
background-image:none;
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); }
.bp3-large .bp3-file-upload-input{
font-size:16px;
height:40px;
line-height:40px;
padding-right:95px; }
.bp3-large .bp3-file-upload-input[type="search"], .bp3-large .bp3-file-upload-input.bp3-round{
padding:0 15px; }
.bp3-large .bp3-file-upload-input::after{
min-height:30px;
min-width:30px;
line-height:30px;
margin:5px;
width:85px; }
.bp3-dark .bp3-file-upload-input{
background:rgba(16, 22, 26, 0.3);
-webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
color:#f5f8fa;
color:rgba(167, 182, 194, 0.6); }
.bp3-dark .bp3-file-upload-input::-webkit-input-placeholder{
color:rgba(167, 182, 194, 0.6); }
.bp3-dark .bp3-file-upload-input::-moz-placeholder{
color:rgba(167, 182, 194, 0.6); }
.bp3-dark .bp3-file-upload-input:-ms-input-placeholder{
color:rgba(167, 182, 194, 0.6); }
.bp3-dark .bp3-file-upload-input::-ms-input-placeholder{
color:rgba(167, 182, 194, 0.6); }
.bp3-dark .bp3-file-upload-input::placeholder{
color:rgba(167, 182, 194, 0.6); }
.bp3-dark .bp3-file-upload-input:focus{
-webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-file-upload-input[readonly]{
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-file-upload-input:disabled, .bp3-dark .bp3-file-upload-input.bp3-disabled{
background:rgba(57, 75, 89, 0.5);
-webkit-box-shadow:none;
box-shadow:none;
color:rgba(167, 182, 194, 0.6); }
.bp3-dark .bp3-file-upload-input::after{
background-color:#394b59;
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0)));
background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4);
color:#f5f8fa; }
.bp3-dark .bp3-file-upload-input::after:hover, .bp3-dark .bp3-file-upload-input::after:active, .bp3-dark .bp3-file-upload-input::after.bp3-active{
color:#f5f8fa; }
.bp3-dark .bp3-file-upload-input::after:hover{
background-color:#30404d;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-file-upload-input::after:active, .bp3-dark .bp3-file-upload-input::after.bp3-active{
background-color:#202b33;
background-image:none;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); }
.bp3-dark .bp3-file-upload-input::after:disabled, .bp3-dark .bp3-file-upload-input::after.bp3-disabled{
background-color:rgba(57, 75, 89, 0.5);
background-image:none;
-webkit-box-shadow:none;
box-shadow:none;
color:rgba(167, 182, 194, 0.6); }
.bp3-dark .bp3-file-upload-input::after:disabled.bp3-active, .bp3-dark .bp3-file-upload-input::after.bp3-disabled.bp3-active{
background:rgba(57, 75, 89, 0.7); }
.bp3-dark .bp3-file-upload-input::after .bp3-button-spinner .bp3-spinner-head{
background:rgba(16, 22, 26, 0.5);
stroke:#8a9ba8; }
.bp3-dark .bp3-file-upload-input:hover::after{
background-color:#30404d;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-file-upload-input:active::after{
background-color:#202b33;
background-image:none;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); }
.bp3-file-upload-input::after{
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); }
.bp3-form-group{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column;
margin:0 0 15px; }
.bp3-form-group label.bp3-label{
margin-bottom:5px; }
.bp3-form-group .bp3-control{
margin-top:7px; }
.bp3-form-group .bp3-form-helper-text{
color:#5c7080;
font-size:12px;
margin-top:5px; }
.bp3-form-group.bp3-intent-primary .bp3-form-helper-text{
color:#106ba3; }
.bp3-form-group.bp3-intent-success .bp3-form-helper-text{
color:#0d8050; }
.bp3-form-group.bp3-intent-warning .bp3-form-helper-text{
color:#bf7326; }
.bp3-form-group.bp3-intent-danger .bp3-form-helper-text{
color:#c23030; }
.bp3-form-group.bp3-inline{
-webkit-box-align:start;
-ms-flex-align:start;
align-items:flex-start;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row; }
.bp3-form-group.bp3-inline.bp3-large label.bp3-label{
line-height:40px;
margin:0 10px 0 0; }
.bp3-form-group.bp3-inline label.bp3-label{
line-height:30px;
margin:0 10px 0 0; }
.bp3-form-group.bp3-disabled .bp3-label,
.bp3-form-group.bp3-disabled .bp3-text-muted,
.bp3-form-group.bp3-disabled .bp3-form-helper-text{
color:rgba(92, 112, 128, 0.6) !important; }
.bp3-dark .bp3-form-group.bp3-intent-primary .bp3-form-helper-text{
color:#48aff0; }
.bp3-dark .bp3-form-group.bp3-intent-success .bp3-form-helper-text{
color:#3dcc91; }
.bp3-dark .bp3-form-group.bp3-intent-warning .bp3-form-helper-text{
color:#ffb366; }
.bp3-dark .bp3-form-group.bp3-intent-danger .bp3-form-helper-text{
color:#ff7373; }
.bp3-dark .bp3-form-group .bp3-form-helper-text{
color:#a7b6c2; }
.bp3-dark .bp3-form-group.bp3-disabled .bp3-label,
.bp3-dark .bp3-form-group.bp3-disabled .bp3-text-muted,
.bp3-dark .bp3-form-group.bp3-disabled .bp3-form-helper-text{
color:rgba(167, 182, 194, 0.6) !important; }
.bp3-input-group{
display:block;
position:relative; }
.bp3-input-group .bp3-input{
position:relative;
width:100%; }
.bp3-input-group .bp3-input:not(:first-child){
padding-left:30px; }
.bp3-input-group .bp3-input:not(:last-child){
padding-right:30px; }
.bp3-input-group .bp3-input-action,
.bp3-input-group > .bp3-input-left-container,
.bp3-input-group > .bp3-button,
.bp3-input-group > .bp3-icon{
position:absolute;
top:0; }
.bp3-input-group .bp3-input-action:first-child,
.bp3-input-group > .bp3-input-left-container:first-child,
.bp3-input-group > .bp3-button:first-child,
.bp3-input-group > .bp3-icon:first-child{
left:0; }
.bp3-input-group .bp3-input-action:last-child,
.bp3-input-group > .bp3-input-left-container:last-child,
.bp3-input-group > .bp3-button:last-child,
.bp3-input-group > .bp3-icon:last-child{
right:0; }
.bp3-input-group .bp3-button{
min-height:24px;
min-width:24px;
margin:3px;
padding:0 7px; }
.bp3-input-group .bp3-button:empty{
padding:0; }
.bp3-input-group > .bp3-input-left-container,
.bp3-input-group > .bp3-icon{
z-index:1; }
.bp3-input-group > .bp3-input-left-container > .bp3-icon,
.bp3-input-group > .bp3-icon{
color:#5c7080; }
.bp3-input-group > .bp3-input-left-container > .bp3-icon:empty,
.bp3-input-group > .bp3-icon:empty{
font-family:"Icons16", sans-serif;
font-size:16px;
font-style:normal;
font-weight:400;
line-height:1;
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased; }
.bp3-input-group > .bp3-input-left-container > .bp3-icon,
.bp3-input-group > .bp3-icon,
.bp3-input-group .bp3-input-action > .bp3-spinner{
margin:7px; }
.bp3-input-group .bp3-tag{
margin:5px; }
.bp3-input-group .bp3-input:not(:focus) + .bp3-button.bp3-minimal:not(:hover):not(:focus),
.bp3-input-group .bp3-input:not(:focus) + .bp3-input-action .bp3-button.bp3-minimal:not(:hover):not(:focus){
color:#5c7080; }
.bp3-dark .bp3-input-group .bp3-input:not(:focus) + .bp3-button.bp3-minimal:not(:hover):not(:focus), .bp3-dark
.bp3-input-group .bp3-input:not(:focus) + .bp3-input-action .bp3-button.bp3-minimal:not(:hover):not(:focus){
color:#a7b6c2; }
.bp3-input-group .bp3-input:not(:focus) + .bp3-button.bp3-minimal:not(:hover):not(:focus) .bp3-icon, .bp3-input-group .bp3-input:not(:focus) + .bp3-button.bp3-minimal:not(:hover):not(:focus) .bp3-icon-standard, .bp3-input-group .bp3-input:not(:focus) + .bp3-button.bp3-minimal:not(:hover):not(:focus) .bp3-icon-large,
.bp3-input-group .bp3-input:not(:focus) + .bp3-input-action .bp3-button.bp3-minimal:not(:hover):not(:focus) .bp3-icon,
.bp3-input-group .bp3-input:not(:focus) + .bp3-input-action .bp3-button.bp3-minimal:not(:hover):not(:focus) .bp3-icon-standard,
.bp3-input-group .bp3-input:not(:focus) + .bp3-input-action .bp3-button.bp3-minimal:not(:hover):not(:focus) .bp3-icon-large{
color:#5c7080; }
.bp3-input-group .bp3-input:not(:focus) + .bp3-button.bp3-minimal:disabled,
.bp3-input-group .bp3-input:not(:focus) + .bp3-input-action .bp3-button.bp3-minimal:disabled{
color:rgba(92, 112, 128, 0.6) !important; }
.bp3-input-group .bp3-input:not(:focus) + .bp3-button.bp3-minimal:disabled .bp3-icon, .bp3-input-group .bp3-input:not(:focus) + .bp3-button.bp3-minimal:disabled .bp3-icon-standard, .bp3-input-group .bp3-input:not(:focus) + .bp3-button.bp3-minimal:disabled .bp3-icon-large,
.bp3-input-group .bp3-input:not(:focus) + .bp3-input-action .bp3-button.bp3-minimal:disabled .bp3-icon,
.bp3-input-group .bp3-input:not(:focus) + .bp3-input-action .bp3-button.bp3-minimal:disabled .bp3-icon-standard,
.bp3-input-group .bp3-input:not(:focus) + .bp3-input-action .bp3-button.bp3-minimal:disabled .bp3-icon-large{
color:rgba(92, 112, 128, 0.6) !important; }
.bp3-input-group.bp3-disabled{
cursor:not-allowed; }
.bp3-input-group.bp3-disabled .bp3-icon{
color:rgba(92, 112, 128, 0.6); }
.bp3-input-group.bp3-large .bp3-button{
min-height:30px;
min-width:30px;
margin:5px; }
.bp3-input-group.bp3-large > .bp3-input-left-container > .bp3-icon,
.bp3-input-group.bp3-large > .bp3-icon,
.bp3-input-group.bp3-large .bp3-input-action > .bp3-spinner{
margin:12px; }
.bp3-input-group.bp3-large .bp3-input{
font-size:16px;
height:40px;
line-height:40px; }
.bp3-input-group.bp3-large .bp3-input[type="search"], .bp3-input-group.bp3-large .bp3-input.bp3-round{
padding:0 15px; }
.bp3-input-group.bp3-large .bp3-input:not(:first-child){
padding-left:40px; }
.bp3-input-group.bp3-large .bp3-input:not(:last-child){
padding-right:40px; }
.bp3-input-group.bp3-small .bp3-button{
min-height:20px;
min-width:20px;
margin:2px; }
.bp3-input-group.bp3-small .bp3-tag{
min-height:20px;
min-width:20px;
margin:2px; }
.bp3-input-group.bp3-small > .bp3-input-left-container > .bp3-icon,
.bp3-input-group.bp3-small > .bp3-icon,
.bp3-input-group.bp3-small .bp3-input-action > .bp3-spinner{
margin:4px; }
.bp3-input-group.bp3-small .bp3-input{
font-size:12px;
height:24px;
line-height:24px;
padding-left:8px;
padding-right:8px; }
.bp3-input-group.bp3-small .bp3-input[type="search"], .bp3-input-group.bp3-small .bp3-input.bp3-round{
padding:0 12px; }
.bp3-input-group.bp3-small .bp3-input:not(:first-child){
padding-left:24px; }
.bp3-input-group.bp3-small .bp3-input:not(:last-child){
padding-right:24px; }
.bp3-input-group.bp3-fill{
-webkit-box-flex:1;
-ms-flex:1 1 auto;
flex:1 1 auto;
width:100%; }
.bp3-input-group.bp3-round .bp3-button,
.bp3-input-group.bp3-round .bp3-input,
.bp3-input-group.bp3-round .bp3-tag{
border-radius:30px; }
.bp3-dark .bp3-input-group .bp3-icon{
color:#a7b6c2; }
.bp3-dark .bp3-input-group.bp3-disabled .bp3-icon{
color:rgba(167, 182, 194, 0.6); }
.bp3-input-group.bp3-intent-primary .bp3-input{
-webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px #137cbd, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px #137cbd, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.bp3-input-group.bp3-intent-primary .bp3-input:focus{
-webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.bp3-input-group.bp3-intent-primary .bp3-input[readonly]{
-webkit-box-shadow:inset 0 0 0 1px #137cbd;
box-shadow:inset 0 0 0 1px #137cbd; }
.bp3-input-group.bp3-intent-primary .bp3-input:disabled, .bp3-input-group.bp3-intent-primary .bp3-input.bp3-disabled{
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-input-group.bp3-intent-primary > .bp3-icon{
color:#106ba3; }
.bp3-dark .bp3-input-group.bp3-intent-primary > .bp3-icon{
color:#48aff0; }
.bp3-input-group.bp3-intent-success .bp3-input{
-webkit-box-shadow:0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px #0f9960, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px #0f9960, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.bp3-input-group.bp3-intent-success .bp3-input:focus{
-webkit-box-shadow:0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.bp3-input-group.bp3-intent-success .bp3-input[readonly]{
-webkit-box-shadow:inset 0 0 0 1px #0f9960;
box-shadow:inset 0 0 0 1px #0f9960; }
.bp3-input-group.bp3-intent-success .bp3-input:disabled, .bp3-input-group.bp3-intent-success .bp3-input.bp3-disabled{
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-input-group.bp3-intent-success > .bp3-icon{
color:#0d8050; }
.bp3-dark .bp3-input-group.bp3-intent-success > .bp3-icon{
color:#3dcc91; }
.bp3-input-group.bp3-intent-warning .bp3-input{
-webkit-box-shadow:0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px #d9822b, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px #d9822b, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.bp3-input-group.bp3-intent-warning .bp3-input:focus{
-webkit-box-shadow:0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.bp3-input-group.bp3-intent-warning .bp3-input[readonly]{
-webkit-box-shadow:inset 0 0 0 1px #d9822b;
box-shadow:inset 0 0 0 1px #d9822b; }
.bp3-input-group.bp3-intent-warning .bp3-input:disabled, .bp3-input-group.bp3-intent-warning .bp3-input.bp3-disabled{
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-input-group.bp3-intent-warning > .bp3-icon{
color:#bf7326; }
.bp3-dark .bp3-input-group.bp3-intent-warning > .bp3-icon{
color:#ffb366; }
.bp3-input-group.bp3-intent-danger .bp3-input{
-webkit-box-shadow:0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px #db3737, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px #db3737, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.bp3-input-group.bp3-intent-danger .bp3-input:focus{
-webkit-box-shadow:0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.bp3-input-group.bp3-intent-danger .bp3-input[readonly]{
-webkit-box-shadow:inset 0 0 0 1px #db3737;
box-shadow:inset 0 0 0 1px #db3737; }
.bp3-input-group.bp3-intent-danger .bp3-input:disabled, .bp3-input-group.bp3-intent-danger .bp3-input.bp3-disabled{
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-input-group.bp3-intent-danger > .bp3-icon{
color:#c23030; }
.bp3-dark .bp3-input-group.bp3-intent-danger > .bp3-icon{
color:#ff7373; }
.bp3-input{
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
background:#ffffff;
border:none;
border-radius:3px;
-webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2);
color:#182026;
font-size:14px;
font-weight:400;
height:30px;
line-height:30px;
outline:none;
padding:0 10px;
-webkit-transition:-webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
transition:-webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
transition:box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
transition:box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
vertical-align:middle; }
.bp3-input::-webkit-input-placeholder{
color:rgba(92, 112, 128, 0.6);
opacity:1; }
.bp3-input::-moz-placeholder{
color:rgba(92, 112, 128, 0.6);
opacity:1; }
.bp3-input:-ms-input-placeholder{
color:rgba(92, 112, 128, 0.6);
opacity:1; }
.bp3-input::-ms-input-placeholder{
color:rgba(92, 112, 128, 0.6);
opacity:1; }
.bp3-input::placeholder{
color:rgba(92, 112, 128, 0.6);
opacity:1; }
.bp3-input:focus, .bp3-input.bp3-active{
-webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.bp3-input[type="search"], .bp3-input.bp3-round{
border-radius:30px;
-webkit-box-sizing:border-box;
box-sizing:border-box;
padding-left:10px; }
.bp3-input[readonly]{
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.15);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.15); }
.bp3-input:disabled, .bp3-input.bp3-disabled{
background:rgba(206, 217, 224, 0.5);
-webkit-box-shadow:none;
box-shadow:none;
color:rgba(92, 112, 128, 0.6);
cursor:not-allowed;
resize:none; }
.bp3-input.bp3-large{
font-size:16px;
height:40px;
line-height:40px; }
.bp3-input.bp3-large[type="search"], .bp3-input.bp3-large.bp3-round{
padding:0 15px; }
.bp3-input.bp3-small{
font-size:12px;
height:24px;
line-height:24px;
padding-left:8px;
padding-right:8px; }
.bp3-input.bp3-small[type="search"], .bp3-input.bp3-small.bp3-round{
padding:0 12px; }
.bp3-input.bp3-fill{
-webkit-box-flex:1;
-ms-flex:1 1 auto;
flex:1 1 auto;
width:100%; }
.bp3-dark .bp3-input{
background:rgba(16, 22, 26, 0.3);
-webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
color:#f5f8fa; }
.bp3-dark .bp3-input::-webkit-input-placeholder{
color:rgba(167, 182, 194, 0.6); }
.bp3-dark .bp3-input::-moz-placeholder{
color:rgba(167, 182, 194, 0.6); }
.bp3-dark .bp3-input:-ms-input-placeholder{
color:rgba(167, 182, 194, 0.6); }
.bp3-dark .bp3-input::-ms-input-placeholder{
color:rgba(167, 182, 194, 0.6); }
.bp3-dark .bp3-input::placeholder{
color:rgba(167, 182, 194, 0.6); }
.bp3-dark .bp3-input:focus{
-webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-input[readonly]{
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-input:disabled, .bp3-dark .bp3-input.bp3-disabled{
background:rgba(57, 75, 89, 0.5);
-webkit-box-shadow:none;
box-shadow:none;
color:rgba(167, 182, 194, 0.6); }
.bp3-input.bp3-intent-primary{
-webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px #137cbd, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px #137cbd, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.bp3-input.bp3-intent-primary:focus{
-webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.bp3-input.bp3-intent-primary[readonly]{
-webkit-box-shadow:inset 0 0 0 1px #137cbd;
box-shadow:inset 0 0 0 1px #137cbd; }
.bp3-input.bp3-intent-primary:disabled, .bp3-input.bp3-intent-primary.bp3-disabled{
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-dark .bp3-input.bp3-intent-primary{
-webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px #137cbd, inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px #137cbd, inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-input.bp3-intent-primary:focus{
-webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-input.bp3-intent-primary[readonly]{
-webkit-box-shadow:inset 0 0 0 1px #137cbd;
box-shadow:inset 0 0 0 1px #137cbd; }
.bp3-dark .bp3-input.bp3-intent-primary:disabled, .bp3-dark .bp3-input.bp3-intent-primary.bp3-disabled{
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-input.bp3-intent-success{
-webkit-box-shadow:0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px #0f9960, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px #0f9960, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.bp3-input.bp3-intent-success:focus{
-webkit-box-shadow:0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.bp3-input.bp3-intent-success[readonly]{
-webkit-box-shadow:inset 0 0 0 1px #0f9960;
box-shadow:inset 0 0 0 1px #0f9960; }
.bp3-input.bp3-intent-success:disabled, .bp3-input.bp3-intent-success.bp3-disabled{
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-dark .bp3-input.bp3-intent-success{
-webkit-box-shadow:0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px #0f9960, inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px #0f9960, inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-input.bp3-intent-success:focus{
-webkit-box-shadow:0 0 0 1px #0f9960, 0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px #0f9960, 0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-input.bp3-intent-success[readonly]{
-webkit-box-shadow:inset 0 0 0 1px #0f9960;
box-shadow:inset 0 0 0 1px #0f9960; }
.bp3-dark .bp3-input.bp3-intent-success:disabled, .bp3-dark .bp3-input.bp3-intent-success.bp3-disabled{
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-input.bp3-intent-warning{
-webkit-box-shadow:0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px #d9822b, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px #d9822b, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.bp3-input.bp3-intent-warning:focus{
-webkit-box-shadow:0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.bp3-input.bp3-intent-warning[readonly]{
-webkit-box-shadow:inset 0 0 0 1px #d9822b;
box-shadow:inset 0 0 0 1px #d9822b; }
.bp3-input.bp3-intent-warning:disabled, .bp3-input.bp3-intent-warning.bp3-disabled{
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-dark .bp3-input.bp3-intent-warning{
-webkit-box-shadow:0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px #d9822b, inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px #d9822b, inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-input.bp3-intent-warning:focus{
-webkit-box-shadow:0 0 0 1px #d9822b, 0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px #d9822b, 0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-input.bp3-intent-warning[readonly]{
-webkit-box-shadow:inset 0 0 0 1px #d9822b;
box-shadow:inset 0 0 0 1px #d9822b; }
.bp3-dark .bp3-input.bp3-intent-warning:disabled, .bp3-dark .bp3-input.bp3-intent-warning.bp3-disabled{
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-input.bp3-intent-danger{
-webkit-box-shadow:0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px #db3737, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px #db3737, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.bp3-input.bp3-intent-danger:focus{
-webkit-box-shadow:0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.bp3-input.bp3-intent-danger[readonly]{
-webkit-box-shadow:inset 0 0 0 1px #db3737;
box-shadow:inset 0 0 0 1px #db3737; }
.bp3-input.bp3-intent-danger:disabled, .bp3-input.bp3-intent-danger.bp3-disabled{
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-dark .bp3-input.bp3-intent-danger{
-webkit-box-shadow:0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px #db3737, inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px #db3737, inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-input.bp3-intent-danger:focus{
-webkit-box-shadow:0 0 0 1px #db3737, 0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px #db3737, 0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-input.bp3-intent-danger[readonly]{
-webkit-box-shadow:inset 0 0 0 1px #db3737;
box-shadow:inset 0 0 0 1px #db3737; }
.bp3-dark .bp3-input.bp3-intent-danger:disabled, .bp3-dark .bp3-input.bp3-intent-danger.bp3-disabled{
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-input::-ms-clear{
display:none; }
textarea.bp3-input{
max-width:100%;
padding:10px; }
textarea.bp3-input, textarea.bp3-input.bp3-large, textarea.bp3-input.bp3-small{
height:auto;
line-height:inherit; }
textarea.bp3-input.bp3-small{
padding:8px; }
.bp3-dark textarea.bp3-input{
background:rgba(16, 22, 26, 0.3);
-webkit-box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
color:#f5f8fa; }
.bp3-dark textarea.bp3-input::-webkit-input-placeholder{
color:rgba(167, 182, 194, 0.6); }
.bp3-dark textarea.bp3-input::-moz-placeholder{
color:rgba(167, 182, 194, 0.6); }
.bp3-dark textarea.bp3-input:-ms-input-placeholder{
color:rgba(167, 182, 194, 0.6); }
.bp3-dark textarea.bp3-input::-ms-input-placeholder{
color:rgba(167, 182, 194, 0.6); }
.bp3-dark textarea.bp3-input::placeholder{
color:rgba(167, 182, 194, 0.6); }
.bp3-dark textarea.bp3-input:focus{
-webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.bp3-dark textarea.bp3-input[readonly]{
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.4); }
.bp3-dark textarea.bp3-input:disabled, .bp3-dark textarea.bp3-input.bp3-disabled{
background:rgba(57, 75, 89, 0.5);
-webkit-box-shadow:none;
box-shadow:none;
color:rgba(167, 182, 194, 0.6); }
label.bp3-label{
display:block;
margin-bottom:15px;
margin-top:0; }
label.bp3-label .bp3-html-select,
label.bp3-label .bp3-input,
label.bp3-label .bp3-select,
label.bp3-label .bp3-slider,
label.bp3-label .bp3-popover-wrapper{
display:block;
margin-top:5px;
text-transform:none; }
label.bp3-label .bp3-button-group{
margin-top:5px; }
label.bp3-label .bp3-select select,
label.bp3-label .bp3-html-select select{
font-weight:400;
vertical-align:top;
width:100%; }
label.bp3-label.bp3-disabled,
label.bp3-label.bp3-disabled .bp3-text-muted{
color:rgba(92, 112, 128, 0.6); }
label.bp3-label.bp3-inline{
line-height:30px; }
label.bp3-label.bp3-inline .bp3-html-select,
label.bp3-label.bp3-inline .bp3-input,
label.bp3-label.bp3-inline .bp3-input-group,
label.bp3-label.bp3-inline .bp3-select,
label.bp3-label.bp3-inline .bp3-popover-wrapper{
display:inline-block;
margin:0 0 0 5px;
vertical-align:top; }
label.bp3-label.bp3-inline .bp3-button-group{
margin:0 0 0 5px; }
label.bp3-label.bp3-inline .bp3-input-group .bp3-input{
margin-left:0; }
label.bp3-label.bp3-inline.bp3-large{
line-height:40px; }
label.bp3-label:not(.bp3-inline) .bp3-popover-target{
display:block; }
.bp3-dark label.bp3-label{
color:#f5f8fa; }
.bp3-dark label.bp3-label.bp3-disabled,
.bp3-dark label.bp3-label.bp3-disabled .bp3-text-muted{
color:rgba(167, 182, 194, 0.6); }
.bp3-numeric-input .bp3-button-group.bp3-vertical > .bp3-button{
-webkit-box-flex:1;
-ms-flex:1 1 14px;
flex:1 1 14px;
min-height:0;
padding:0;
width:30px; }
.bp3-numeric-input .bp3-button-group.bp3-vertical > .bp3-button:first-child{
border-radius:0 3px 0 0; }
.bp3-numeric-input .bp3-button-group.bp3-vertical > .bp3-button:last-child{
border-radius:0 0 3px 0; }
.bp3-numeric-input .bp3-button-group.bp3-vertical:first-child > .bp3-button:first-child{
border-radius:3px 0 0 0; }
.bp3-numeric-input .bp3-button-group.bp3-vertical:first-child > .bp3-button:last-child{
border-radius:0 0 0 3px; }
.bp3-numeric-input.bp3-large .bp3-button-group.bp3-vertical > .bp3-button{
width:40px; }
form{
display:block; }
.bp3-html-select select,
.bp3-select select{
display:-webkit-inline-box;
display:-ms-inline-flexbox;
display:inline-flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
border:none;
border-radius:3px;
cursor:pointer;
font-size:14px;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
padding:5px 10px;
text-align:left;
vertical-align:middle;
background-color:#f5f8fa;
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1);
color:#182026;
-moz-appearance:none;
-webkit-appearance:none;
border-radius:3px;
height:30px;
padding:0 25px 0 10px;
width:100%; }
.bp3-html-select select > *, .bp3-select select > *{
-webkit-box-flex:0;
-ms-flex-positive:0;
flex-grow:0;
-ms-flex-negative:0;
flex-shrink:0; }
.bp3-html-select select > .bp3-fill, .bp3-select select > .bp3-fill{
-webkit-box-flex:1;
-ms-flex-positive:1;
flex-grow:1;
-ms-flex-negative:1;
flex-shrink:1; }
.bp3-html-select select::before,
.bp3-select select::before, .bp3-html-select select > *, .bp3-select select > *{
margin-right:7px; }
.bp3-html-select select:empty::before,
.bp3-select select:empty::before,
.bp3-html-select select > :last-child,
.bp3-select select > :last-child{
margin-right:0; }
.bp3-html-select select:hover,
.bp3-select select:hover{
background-clip:padding-box;
background-color:#ebf1f5;
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); }
.bp3-html-select select:active,
.bp3-select select:active, .bp3-html-select select.bp3-active,
.bp3-select select.bp3-active{
background-color:#d8e1e8;
background-image:none;
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); }
.bp3-html-select select:disabled,
.bp3-select select:disabled, .bp3-html-select select.bp3-disabled,
.bp3-select select.bp3-disabled{
background-color:rgba(206, 217, 224, 0.5);
background-image:none;
-webkit-box-shadow:none;
box-shadow:none;
color:rgba(92, 112, 128, 0.6);
cursor:not-allowed;
outline:none; }
.bp3-html-select select:disabled.bp3-active,
.bp3-select select:disabled.bp3-active, .bp3-html-select select:disabled.bp3-active:hover,
.bp3-select select:disabled.bp3-active:hover, .bp3-html-select select.bp3-disabled.bp3-active,
.bp3-select select.bp3-disabled.bp3-active, .bp3-html-select select.bp3-disabled.bp3-active:hover,
.bp3-select select.bp3-disabled.bp3-active:hover{
background:rgba(206, 217, 224, 0.7); }
.bp3-html-select.bp3-minimal select,
.bp3-select.bp3-minimal select{
background:none;
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-html-select.bp3-minimal select:hover,
.bp3-select.bp3-minimal select:hover{
background:rgba(167, 182, 194, 0.3);
-webkit-box-shadow:none;
box-shadow:none;
color:#182026;
text-decoration:none; }
.bp3-html-select.bp3-minimal select:active,
.bp3-select.bp3-minimal select:active, .bp3-html-select.bp3-minimal select.bp3-active,
.bp3-select.bp3-minimal select.bp3-active{
background:rgba(115, 134, 148, 0.3);
-webkit-box-shadow:none;
box-shadow:none;
color:#182026; }
.bp3-html-select.bp3-minimal select:disabled,
.bp3-select.bp3-minimal select:disabled, .bp3-html-select.bp3-minimal select:disabled:hover,
.bp3-select.bp3-minimal select:disabled:hover, .bp3-html-select.bp3-minimal select.bp3-disabled,
.bp3-select.bp3-minimal select.bp3-disabled, .bp3-html-select.bp3-minimal select.bp3-disabled:hover,
.bp3-select.bp3-minimal select.bp3-disabled:hover{
background:none;
color:rgba(92, 112, 128, 0.6);
cursor:not-allowed; }
.bp3-html-select.bp3-minimal select:disabled.bp3-active,
.bp3-select.bp3-minimal select:disabled.bp3-active, .bp3-html-select.bp3-minimal select:disabled:hover.bp3-active,
.bp3-select.bp3-minimal select:disabled:hover.bp3-active, .bp3-html-select.bp3-minimal select.bp3-disabled.bp3-active,
.bp3-select.bp3-minimal select.bp3-disabled.bp3-active, .bp3-html-select.bp3-minimal select.bp3-disabled:hover.bp3-active,
.bp3-select.bp3-minimal select.bp3-disabled:hover.bp3-active{
background:rgba(115, 134, 148, 0.3); }
.bp3-dark .bp3-html-select.bp3-minimal select, .bp3-html-select.bp3-minimal .bp3-dark select,
.bp3-dark .bp3-select.bp3-minimal select, .bp3-select.bp3-minimal .bp3-dark select{
background:none;
-webkit-box-shadow:none;
box-shadow:none;
color:inherit; }
.bp3-dark .bp3-html-select.bp3-minimal select:hover, .bp3-html-select.bp3-minimal .bp3-dark select:hover,
.bp3-dark .bp3-select.bp3-minimal select:hover, .bp3-select.bp3-minimal .bp3-dark select:hover, .bp3-dark .bp3-html-select.bp3-minimal select:active, .bp3-html-select.bp3-minimal .bp3-dark select:active,
.bp3-dark .bp3-select.bp3-minimal select:active, .bp3-select.bp3-minimal .bp3-dark select:active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-active,
.bp3-dark .bp3-select.bp3-minimal select.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-active{
background:none;
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-dark .bp3-html-select.bp3-minimal select:hover, .bp3-html-select.bp3-minimal .bp3-dark select:hover,
.bp3-dark .bp3-select.bp3-minimal select:hover, .bp3-select.bp3-minimal .bp3-dark select:hover{
background:rgba(138, 155, 168, 0.15); }
.bp3-dark .bp3-html-select.bp3-minimal select:active, .bp3-html-select.bp3-minimal .bp3-dark select:active,
.bp3-dark .bp3-select.bp3-minimal select:active, .bp3-select.bp3-minimal .bp3-dark select:active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-active,
.bp3-dark .bp3-select.bp3-minimal select.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-active{
background:rgba(138, 155, 168, 0.3);
color:#f5f8fa; }
.bp3-dark .bp3-html-select.bp3-minimal select:disabled, .bp3-html-select.bp3-minimal .bp3-dark select:disabled,
.bp3-dark .bp3-select.bp3-minimal select:disabled, .bp3-select.bp3-minimal .bp3-dark select:disabled, .bp3-dark .bp3-html-select.bp3-minimal select:disabled:hover, .bp3-html-select.bp3-minimal .bp3-dark select:disabled:hover,
.bp3-dark .bp3-select.bp3-minimal select:disabled:hover, .bp3-select.bp3-minimal .bp3-dark select:disabled:hover, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-disabled, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-disabled,
.bp3-dark .bp3-select.bp3-minimal select.bp3-disabled, .bp3-select.bp3-minimal .bp3-dark select.bp3-disabled, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-disabled:hover, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-disabled:hover,
.bp3-dark .bp3-select.bp3-minimal select.bp3-disabled:hover, .bp3-select.bp3-minimal .bp3-dark select.bp3-disabled:hover{
background:none;
color:rgba(167, 182, 194, 0.6);
cursor:not-allowed; }
.bp3-dark .bp3-html-select.bp3-minimal select:disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select:disabled.bp3-active,
.bp3-dark .bp3-select.bp3-minimal select:disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select:disabled.bp3-active, .bp3-dark .bp3-html-select.bp3-minimal select:disabled:hover.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select:disabled:hover.bp3-active,
.bp3-dark .bp3-select.bp3-minimal select:disabled:hover.bp3-active, .bp3-select.bp3-minimal .bp3-dark select:disabled:hover.bp3-active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-disabled.bp3-active,
.bp3-dark .bp3-select.bp3-minimal select.bp3-disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-disabled.bp3-active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-disabled:hover.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-disabled:hover.bp3-active,
.bp3-dark .bp3-select.bp3-minimal select.bp3-disabled:hover.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-disabled:hover.bp3-active{
background:rgba(138, 155, 168, 0.3); }
.bp3-html-select.bp3-minimal select.bp3-intent-primary,
.bp3-select.bp3-minimal select.bp3-intent-primary{
color:#106ba3; }
.bp3-html-select.bp3-minimal select.bp3-intent-primary:hover,
.bp3-select.bp3-minimal select.bp3-intent-primary:hover, .bp3-html-select.bp3-minimal select.bp3-intent-primary:active,
.bp3-select.bp3-minimal select.bp3-intent-primary:active, .bp3-html-select.bp3-minimal select.bp3-intent-primary.bp3-active,
.bp3-select.bp3-minimal select.bp3-intent-primary.bp3-active{
background:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#106ba3; }
.bp3-html-select.bp3-minimal select.bp3-intent-primary:hover,
.bp3-select.bp3-minimal select.bp3-intent-primary:hover{
background:rgba(19, 124, 189, 0.15);
color:#106ba3; }
.bp3-html-select.bp3-minimal select.bp3-intent-primary:active,
.bp3-select.bp3-minimal select.bp3-intent-primary:active, .bp3-html-select.bp3-minimal select.bp3-intent-primary.bp3-active,
.bp3-select.bp3-minimal select.bp3-intent-primary.bp3-active{
background:rgba(19, 124, 189, 0.3);
color:#106ba3; }
.bp3-html-select.bp3-minimal select.bp3-intent-primary:disabled,
.bp3-select.bp3-minimal select.bp3-intent-primary:disabled, .bp3-html-select.bp3-minimal select.bp3-intent-primary.bp3-disabled,
.bp3-select.bp3-minimal select.bp3-intent-primary.bp3-disabled{
background:none;
color:rgba(16, 107, 163, 0.5); }
.bp3-html-select.bp3-minimal select.bp3-intent-primary:disabled.bp3-active,
.bp3-select.bp3-minimal select.bp3-intent-primary:disabled.bp3-active, .bp3-html-select.bp3-minimal select.bp3-intent-primary.bp3-disabled.bp3-active,
.bp3-select.bp3-minimal select.bp3-intent-primary.bp3-disabled.bp3-active{
background:rgba(19, 124, 189, 0.3); }
.bp3-html-select.bp3-minimal select.bp3-intent-primary .bp3-button-spinner .bp3-spinner-head, .bp3-select.bp3-minimal select.bp3-intent-primary .bp3-button-spinner .bp3-spinner-head{
stroke:#106ba3; }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary{
color:#48aff0; }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary:hover, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary:hover,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary:hover, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary:hover{
background:rgba(19, 124, 189, 0.2);
color:#48aff0; }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary:active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary:active,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary:active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary:active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary.bp3-active,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary.bp3-active{
background:rgba(19, 124, 189, 0.3);
color:#48aff0; }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary:disabled, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary:disabled,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary:disabled, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary:disabled, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary.bp3-disabled, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary.bp3-disabled,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary.bp3-disabled, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary.bp3-disabled{
background:none;
color:rgba(72, 175, 240, 0.5); }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary:disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary:disabled.bp3-active,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary:disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary:disabled.bp3-active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary.bp3-disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary.bp3-disabled.bp3-active,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary.bp3-disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary.bp3-disabled.bp3-active{
background:rgba(19, 124, 189, 0.3); }
.bp3-html-select.bp3-minimal select.bp3-intent-success,
.bp3-select.bp3-minimal select.bp3-intent-success{
color:#0d8050; }
.bp3-html-select.bp3-minimal select.bp3-intent-success:hover,
.bp3-select.bp3-minimal select.bp3-intent-success:hover, .bp3-html-select.bp3-minimal select.bp3-intent-success:active,
.bp3-select.bp3-minimal select.bp3-intent-success:active, .bp3-html-select.bp3-minimal select.bp3-intent-success.bp3-active,
.bp3-select.bp3-minimal select.bp3-intent-success.bp3-active{
background:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#0d8050; }
.bp3-html-select.bp3-minimal select.bp3-intent-success:hover,
.bp3-select.bp3-minimal select.bp3-intent-success:hover{
background:rgba(15, 153, 96, 0.15);
color:#0d8050; }
.bp3-html-select.bp3-minimal select.bp3-intent-success:active,
.bp3-select.bp3-minimal select.bp3-intent-success:active, .bp3-html-select.bp3-minimal select.bp3-intent-success.bp3-active,
.bp3-select.bp3-minimal select.bp3-intent-success.bp3-active{
background:rgba(15, 153, 96, 0.3);
color:#0d8050; }
.bp3-html-select.bp3-minimal select.bp3-intent-success:disabled,
.bp3-select.bp3-minimal select.bp3-intent-success:disabled, .bp3-html-select.bp3-minimal select.bp3-intent-success.bp3-disabled,
.bp3-select.bp3-minimal select.bp3-intent-success.bp3-disabled{
background:none;
color:rgba(13, 128, 80, 0.5); }
.bp3-html-select.bp3-minimal select.bp3-intent-success:disabled.bp3-active,
.bp3-select.bp3-minimal select.bp3-intent-success:disabled.bp3-active, .bp3-html-select.bp3-minimal select.bp3-intent-success.bp3-disabled.bp3-active,
.bp3-select.bp3-minimal select.bp3-intent-success.bp3-disabled.bp3-active{
background:rgba(15, 153, 96, 0.3); }
.bp3-html-select.bp3-minimal select.bp3-intent-success .bp3-button-spinner .bp3-spinner-head, .bp3-select.bp3-minimal select.bp3-intent-success .bp3-button-spinner .bp3-spinner-head{
stroke:#0d8050; }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success{
color:#3dcc91; }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success:hover, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success:hover,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success:hover, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success:hover{
background:rgba(15, 153, 96, 0.2);
color:#3dcc91; }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success:active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success:active,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success:active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success:active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success.bp3-active,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success.bp3-active{
background:rgba(15, 153, 96, 0.3);
color:#3dcc91; }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success:disabled, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success:disabled,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success:disabled, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success:disabled, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success.bp3-disabled, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success.bp3-disabled,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success.bp3-disabled, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success.bp3-disabled{
background:none;
color:rgba(61, 204, 145, 0.5); }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success:disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success:disabled.bp3-active,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success:disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success:disabled.bp3-active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success.bp3-disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success.bp3-disabled.bp3-active,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success.bp3-disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success.bp3-disabled.bp3-active{
background:rgba(15, 153, 96, 0.3); }
.bp3-html-select.bp3-minimal select.bp3-intent-warning,
.bp3-select.bp3-minimal select.bp3-intent-warning{
color:#bf7326; }
.bp3-html-select.bp3-minimal select.bp3-intent-warning:hover,
.bp3-select.bp3-minimal select.bp3-intent-warning:hover, .bp3-html-select.bp3-minimal select.bp3-intent-warning:active,
.bp3-select.bp3-minimal select.bp3-intent-warning:active, .bp3-html-select.bp3-minimal select.bp3-intent-warning.bp3-active,
.bp3-select.bp3-minimal select.bp3-intent-warning.bp3-active{
background:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#bf7326; }
.bp3-html-select.bp3-minimal select.bp3-intent-warning:hover,
.bp3-select.bp3-minimal select.bp3-intent-warning:hover{
background:rgba(217, 130, 43, 0.15);
color:#bf7326; }
.bp3-html-select.bp3-minimal select.bp3-intent-warning:active,
.bp3-select.bp3-minimal select.bp3-intent-warning:active, .bp3-html-select.bp3-minimal select.bp3-intent-warning.bp3-active,
.bp3-select.bp3-minimal select.bp3-intent-warning.bp3-active{
background:rgba(217, 130, 43, 0.3);
color:#bf7326; }
.bp3-html-select.bp3-minimal select.bp3-intent-warning:disabled,
.bp3-select.bp3-minimal select.bp3-intent-warning:disabled, .bp3-html-select.bp3-minimal select.bp3-intent-warning.bp3-disabled,
.bp3-select.bp3-minimal select.bp3-intent-warning.bp3-disabled{
background:none;
color:rgba(191, 115, 38, 0.5); }
.bp3-html-select.bp3-minimal select.bp3-intent-warning:disabled.bp3-active,
.bp3-select.bp3-minimal select.bp3-intent-warning:disabled.bp3-active, .bp3-html-select.bp3-minimal select.bp3-intent-warning.bp3-disabled.bp3-active,
.bp3-select.bp3-minimal select.bp3-intent-warning.bp3-disabled.bp3-active{
background:rgba(217, 130, 43, 0.3); }
.bp3-html-select.bp3-minimal select.bp3-intent-warning .bp3-button-spinner .bp3-spinner-head, .bp3-select.bp3-minimal select.bp3-intent-warning .bp3-button-spinner .bp3-spinner-head{
stroke:#bf7326; }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning{
color:#ffb366; }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning:hover, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning:hover,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning:hover, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning:hover{
background:rgba(217, 130, 43, 0.2);
color:#ffb366; }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning:active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning:active,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning:active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning:active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning.bp3-active,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning.bp3-active{
background:rgba(217, 130, 43, 0.3);
color:#ffb366; }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning:disabled, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning:disabled,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning:disabled, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning:disabled, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning.bp3-disabled, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning.bp3-disabled,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning.bp3-disabled, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning.bp3-disabled{
background:none;
color:rgba(255, 179, 102, 0.5); }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning:disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning:disabled.bp3-active,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning:disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning:disabled.bp3-active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning.bp3-disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning.bp3-disabled.bp3-active,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning.bp3-disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning.bp3-disabled.bp3-active{
background:rgba(217, 130, 43, 0.3); }
.bp3-html-select.bp3-minimal select.bp3-intent-danger,
.bp3-select.bp3-minimal select.bp3-intent-danger{
color:#c23030; }
.bp3-html-select.bp3-minimal select.bp3-intent-danger:hover,
.bp3-select.bp3-minimal select.bp3-intent-danger:hover, .bp3-html-select.bp3-minimal select.bp3-intent-danger:active,
.bp3-select.bp3-minimal select.bp3-intent-danger:active, .bp3-html-select.bp3-minimal select.bp3-intent-danger.bp3-active,
.bp3-select.bp3-minimal select.bp3-intent-danger.bp3-active{
background:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#c23030; }
.bp3-html-select.bp3-minimal select.bp3-intent-danger:hover,
.bp3-select.bp3-minimal select.bp3-intent-danger:hover{
background:rgba(219, 55, 55, 0.15);
color:#c23030; }
.bp3-html-select.bp3-minimal select.bp3-intent-danger:active,
.bp3-select.bp3-minimal select.bp3-intent-danger:active, .bp3-html-select.bp3-minimal select.bp3-intent-danger.bp3-active,
.bp3-select.bp3-minimal select.bp3-intent-danger.bp3-active{
background:rgba(219, 55, 55, 0.3);
color:#c23030; }
.bp3-html-select.bp3-minimal select.bp3-intent-danger:disabled,
.bp3-select.bp3-minimal select.bp3-intent-danger:disabled, .bp3-html-select.bp3-minimal select.bp3-intent-danger.bp3-disabled,
.bp3-select.bp3-minimal select.bp3-intent-danger.bp3-disabled{
background:none;
color:rgba(194, 48, 48, 0.5); }
.bp3-html-select.bp3-minimal select.bp3-intent-danger:disabled.bp3-active,
.bp3-select.bp3-minimal select.bp3-intent-danger:disabled.bp3-active, .bp3-html-select.bp3-minimal select.bp3-intent-danger.bp3-disabled.bp3-active,
.bp3-select.bp3-minimal select.bp3-intent-danger.bp3-disabled.bp3-active{
background:rgba(219, 55, 55, 0.3); }
.bp3-html-select.bp3-minimal select.bp3-intent-danger .bp3-button-spinner .bp3-spinner-head, .bp3-select.bp3-minimal select.bp3-intent-danger .bp3-button-spinner .bp3-spinner-head{
stroke:#c23030; }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger{
color:#ff7373; }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger:hover, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger:hover,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger:hover, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger:hover{
background:rgba(219, 55, 55, 0.2);
color:#ff7373; }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger:active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger:active,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger:active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger:active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger.bp3-active,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger.bp3-active{
background:rgba(219, 55, 55, 0.3);
color:#ff7373; }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger:disabled, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger:disabled,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger:disabled, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger:disabled, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger.bp3-disabled, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger.bp3-disabled,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger.bp3-disabled, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger.bp3-disabled{
background:none;
color:rgba(255, 115, 115, 0.5); }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger:disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger:disabled.bp3-active,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger:disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger:disabled.bp3-active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger.bp3-disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger.bp3-disabled.bp3-active,
.bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger.bp3-disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger.bp3-disabled.bp3-active{
background:rgba(219, 55, 55, 0.3); }
.bp3-html-select.bp3-large select,
.bp3-select.bp3-large select{
font-size:16px;
height:40px;
padding-right:35px; }
.bp3-dark .bp3-html-select select, .bp3-dark .bp3-select select{
background-color:#394b59;
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0)));
background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4);
color:#f5f8fa; }
.bp3-dark .bp3-html-select select:hover, .bp3-dark .bp3-select select:hover, .bp3-dark .bp3-html-select select:active, .bp3-dark .bp3-select select:active, .bp3-dark .bp3-html-select select.bp3-active, .bp3-dark .bp3-select select.bp3-active{
color:#f5f8fa; }
.bp3-dark .bp3-html-select select:hover, .bp3-dark .bp3-select select:hover{
background-color:#30404d;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-html-select select:active, .bp3-dark .bp3-select select:active, .bp3-dark .bp3-html-select select.bp3-active, .bp3-dark .bp3-select select.bp3-active{
background-color:#202b33;
background-image:none;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); }
.bp3-dark .bp3-html-select select:disabled, .bp3-dark .bp3-select select:disabled, .bp3-dark .bp3-html-select select.bp3-disabled, .bp3-dark .bp3-select select.bp3-disabled{
background-color:rgba(57, 75, 89, 0.5);
background-image:none;
-webkit-box-shadow:none;
box-shadow:none;
color:rgba(167, 182, 194, 0.6); }
.bp3-dark .bp3-html-select select:disabled.bp3-active, .bp3-dark .bp3-select select:disabled.bp3-active, .bp3-dark .bp3-html-select select.bp3-disabled.bp3-active, .bp3-dark .bp3-select select.bp3-disabled.bp3-active{
background:rgba(57, 75, 89, 0.7); }
.bp3-dark .bp3-html-select select .bp3-button-spinner .bp3-spinner-head, .bp3-dark .bp3-select select .bp3-button-spinner .bp3-spinner-head{
background:rgba(16, 22, 26, 0.5);
stroke:#8a9ba8; }
.bp3-html-select select:disabled,
.bp3-select select:disabled{
background-color:rgba(206, 217, 224, 0.5);
-webkit-box-shadow:none;
box-shadow:none;
color:rgba(92, 112, 128, 0.6);
cursor:not-allowed; }
.bp3-html-select .bp3-icon,
.bp3-select .bp3-icon, .bp3-select::after{
color:#5c7080;
pointer-events:none;
position:absolute;
right:7px;
top:7px; }
.bp3-html-select .bp3-disabled.bp3-icon,
.bp3-select .bp3-disabled.bp3-icon, .bp3-disabled.bp3-select::after{
color:rgba(92, 112, 128, 0.6); }
.bp3-html-select,
.bp3-select{
display:inline-block;
letter-spacing:normal;
position:relative;
vertical-align:middle; }
.bp3-html-select select::-ms-expand,
.bp3-select select::-ms-expand{
display:none; }
.bp3-html-select .bp3-icon,
.bp3-select .bp3-icon{
color:#5c7080; }
.bp3-html-select .bp3-icon:hover,
.bp3-select .bp3-icon:hover{
color:#182026; }
.bp3-dark .bp3-html-select .bp3-icon, .bp3-dark
.bp3-select .bp3-icon{
color:#a7b6c2; }
.bp3-dark .bp3-html-select .bp3-icon:hover, .bp3-dark
.bp3-select .bp3-icon:hover{
color:#f5f8fa; }
.bp3-html-select.bp3-large::after,
.bp3-html-select.bp3-large .bp3-icon,
.bp3-select.bp3-large::after,
.bp3-select.bp3-large .bp3-icon{
right:12px;
top:12px; }
.bp3-html-select.bp3-fill,
.bp3-html-select.bp3-fill select,
.bp3-select.bp3-fill,
.bp3-select.bp3-fill select{
width:100%; }
.bp3-dark .bp3-html-select option, .bp3-dark
.bp3-select option{
background-color:#30404d;
color:#f5f8fa; }
.bp3-dark .bp3-html-select option:disabled, .bp3-dark
.bp3-select option:disabled{
color:rgba(167, 182, 194, 0.6); }
.bp3-dark .bp3-html-select::after, .bp3-dark
.bp3-select::after{
color:#a7b6c2; }
.bp3-select::after{
font-family:"Icons16", sans-serif;
font-size:16px;
font-style:normal;
font-weight:400;
line-height:1;
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased;
content:""; }
.bp3-running-text table, table.bp3-html-table{
border-spacing:0;
font-size:14px; }
.bp3-running-text table th, table.bp3-html-table th,
.bp3-running-text table td,
table.bp3-html-table td{
padding:11px;
text-align:left;
vertical-align:top; }
.bp3-running-text table th, table.bp3-html-table th{
color:#182026;
font-weight:600; }
.bp3-running-text table td,
table.bp3-html-table td{
color:#182026; }
.bp3-running-text table tbody tr:first-child th, table.bp3-html-table tbody tr:first-child th,
.bp3-running-text table tbody tr:first-child td,
table.bp3-html-table tbody tr:first-child td,
.bp3-running-text table tfoot tr:first-child th,
table.bp3-html-table tfoot tr:first-child th,
.bp3-running-text table tfoot tr:first-child td,
table.bp3-html-table tfoot tr:first-child td{
-webkit-box-shadow:inset 0 1px 0 0 rgba(16, 22, 26, 0.15);
box-shadow:inset 0 1px 0 0 rgba(16, 22, 26, 0.15); }
.bp3-dark .bp3-running-text table th, .bp3-running-text .bp3-dark table th, .bp3-dark table.bp3-html-table th{
color:#f5f8fa; }
.bp3-dark .bp3-running-text table td, .bp3-running-text .bp3-dark table td, .bp3-dark table.bp3-html-table td{
color:#f5f8fa; }
.bp3-dark .bp3-running-text table tbody tr:first-child th, .bp3-running-text .bp3-dark table tbody tr:first-child th, .bp3-dark table.bp3-html-table tbody tr:first-child th,
.bp3-dark .bp3-running-text table tbody tr:first-child td,
.bp3-running-text .bp3-dark table tbody tr:first-child td,
.bp3-dark table.bp3-html-table tbody tr:first-child td,
.bp3-dark .bp3-running-text table tfoot tr:first-child th,
.bp3-running-text .bp3-dark table tfoot tr:first-child th,
.bp3-dark table.bp3-html-table tfoot tr:first-child th,
.bp3-dark .bp3-running-text table tfoot tr:first-child td,
.bp3-running-text .bp3-dark table tfoot tr:first-child td,
.bp3-dark table.bp3-html-table tfoot tr:first-child td{
-webkit-box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.15); }
table.bp3-html-table.bp3-html-table-condensed th,
table.bp3-html-table.bp3-html-table-condensed td, table.bp3-html-table.bp3-small th,
table.bp3-html-table.bp3-small td{
padding-bottom:6px;
padding-top:6px; }
table.bp3-html-table.bp3-html-table-striped tbody tr:nth-child(odd) td{
background:rgba(191, 204, 214, 0.15); }
table.bp3-html-table.bp3-html-table-bordered th:not(:first-child){
-webkit-box-shadow:inset 1px 0 0 0 rgba(16, 22, 26, 0.15);
box-shadow:inset 1px 0 0 0 rgba(16, 22, 26, 0.15); }
table.bp3-html-table.bp3-html-table-bordered tbody tr td,
table.bp3-html-table.bp3-html-table-bordered tfoot tr td{
-webkit-box-shadow:inset 0 1px 0 0 rgba(16, 22, 26, 0.15);
box-shadow:inset 0 1px 0 0 rgba(16, 22, 26, 0.15); }
table.bp3-html-table.bp3-html-table-bordered tbody tr td:not(:first-child),
table.bp3-html-table.bp3-html-table-bordered tfoot tr td:not(:first-child){
-webkit-box-shadow:inset 1px 1px 0 0 rgba(16, 22, 26, 0.15);
box-shadow:inset 1px 1px 0 0 rgba(16, 22, 26, 0.15); }
table.bp3-html-table.bp3-html-table-bordered.bp3-html-table-striped tbody tr:not(:first-child) td{
-webkit-box-shadow:none;
box-shadow:none; }
table.bp3-html-table.bp3-html-table-bordered.bp3-html-table-striped tbody tr:not(:first-child) td:not(:first-child){
-webkit-box-shadow:inset 1px 0 0 0 rgba(16, 22, 26, 0.15);
box-shadow:inset 1px 0 0 0 rgba(16, 22, 26, 0.15); }
table.bp3-html-table.bp3-interactive tbody tr:hover td{
background-color:rgba(191, 204, 214, 0.3);
cursor:pointer; }
table.bp3-html-table.bp3-interactive tbody tr:active td{
background-color:rgba(191, 204, 214, 0.4); }
.bp3-dark table.bp3-html-table{ }
.bp3-dark table.bp3-html-table.bp3-html-table-striped tbody tr:nth-child(odd) td{
background:rgba(92, 112, 128, 0.15); }
.bp3-dark table.bp3-html-table.bp3-html-table-bordered th:not(:first-child){
-webkit-box-shadow:inset 1px 0 0 0 rgba(255, 255, 255, 0.15);
box-shadow:inset 1px 0 0 0 rgba(255, 255, 255, 0.15); }
.bp3-dark table.bp3-html-table.bp3-html-table-bordered tbody tr td,
.bp3-dark table.bp3-html-table.bp3-html-table-bordered tfoot tr td{
-webkit-box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.15); }
.bp3-dark table.bp3-html-table.bp3-html-table-bordered tbody tr td:not(:first-child),
.bp3-dark table.bp3-html-table.bp3-html-table-bordered tfoot tr td:not(:first-child){
-webkit-box-shadow:inset 1px 1px 0 0 rgba(255, 255, 255, 0.15);
box-shadow:inset 1px 1px 0 0 rgba(255, 255, 255, 0.15); }
.bp3-dark table.bp3-html-table.bp3-html-table-bordered.bp3-html-table-striped tbody tr:not(:first-child) td{
-webkit-box-shadow:inset 1px 0 0 0 rgba(255, 255, 255, 0.15);
box-shadow:inset 1px 0 0 0 rgba(255, 255, 255, 0.15); }
.bp3-dark table.bp3-html-table.bp3-html-table-bordered.bp3-html-table-striped tbody tr:not(:first-child) td:first-child{
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-dark table.bp3-html-table.bp3-interactive tbody tr:hover td{
background-color:rgba(92, 112, 128, 0.3);
cursor:pointer; }
.bp3-dark table.bp3-html-table.bp3-interactive tbody tr:active td{
background-color:rgba(92, 112, 128, 0.4); }
.bp3-key-combo{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center; }
.bp3-key-combo > *{
-webkit-box-flex:0;
-ms-flex-positive:0;
flex-grow:0;
-ms-flex-negative:0;
flex-shrink:0; }
.bp3-key-combo > .bp3-fill{
-webkit-box-flex:1;
-ms-flex-positive:1;
flex-grow:1;
-ms-flex-negative:1;
flex-shrink:1; }
.bp3-key-combo::before,
.bp3-key-combo > *{
margin-right:5px; }
.bp3-key-combo:empty::before,
.bp3-key-combo > :last-child{
margin-right:0; }
.bp3-hotkey-dialog{
padding-bottom:0;
top:40px; }
.bp3-hotkey-dialog .bp3-dialog-body{
margin:0;
padding:0; }
.bp3-hotkey-dialog .bp3-hotkey-label{
-webkit-box-flex:1;
-ms-flex-positive:1;
flex-grow:1; }
.bp3-hotkey-column{
margin:auto;
max-height:80vh;
overflow-y:auto;
padding:30px; }
.bp3-hotkey-column .bp3-heading{
margin-bottom:20px; }
.bp3-hotkey-column .bp3-heading:not(:first-child){
margin-top:40px; }
.bp3-hotkey{
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
margin-left:0;
margin-right:0; }
.bp3-hotkey:not(:last-child){
margin-bottom:10px; }
.bp3-icon{
display:inline-block;
-webkit-box-flex:0;
-ms-flex:0 0 auto;
flex:0 0 auto;
vertical-align:text-bottom; }
.bp3-icon:not(:empty)::before{
content:"" !important;
content:unset !important; }
.bp3-icon > svg{
display:block; }
.bp3-icon > svg:not([fill]){
fill:currentColor; }
.bp3-icon.bp3-intent-primary, .bp3-icon-standard.bp3-intent-primary, .bp3-icon-large.bp3-intent-primary{
color:#106ba3; }
.bp3-dark .bp3-icon.bp3-intent-primary, .bp3-dark .bp3-icon-standard.bp3-intent-primary, .bp3-dark .bp3-icon-large.bp3-intent-primary{
color:#48aff0; }
.bp3-icon.bp3-intent-success, .bp3-icon-standard.bp3-intent-success, .bp3-icon-large.bp3-intent-success{
color:#0d8050; }
.bp3-dark .bp3-icon.bp3-intent-success, .bp3-dark .bp3-icon-standard.bp3-intent-success, .bp3-dark .bp3-icon-large.bp3-intent-success{
color:#3dcc91; }
.bp3-icon.bp3-intent-warning, .bp3-icon-standard.bp3-intent-warning, .bp3-icon-large.bp3-intent-warning{
color:#bf7326; }
.bp3-dark .bp3-icon.bp3-intent-warning, .bp3-dark .bp3-icon-standard.bp3-intent-warning, .bp3-dark .bp3-icon-large.bp3-intent-warning{
color:#ffb366; }
.bp3-icon.bp3-intent-danger, .bp3-icon-standard.bp3-intent-danger, .bp3-icon-large.bp3-intent-danger{
color:#c23030; }
.bp3-dark .bp3-icon.bp3-intent-danger, .bp3-dark .bp3-icon-standard.bp3-intent-danger, .bp3-dark .bp3-icon-large.bp3-intent-danger{
color:#ff7373; }
span.bp3-icon-standard{
font-family:"Icons16", sans-serif;
font-size:16px;
font-style:normal;
font-weight:400;
line-height:1;
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased;
display:inline-block; }
span.bp3-icon-large{
font-family:"Icons20", sans-serif;
font-size:20px;
font-style:normal;
font-weight:400;
line-height:1;
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased;
display:inline-block; }
span.bp3-icon:empty{
font-family:"Icons20";
font-size:inherit;
font-style:normal;
font-weight:400;
line-height:1; }
span.bp3-icon:empty::before{
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased; }
.bp3-icon-add::before{
content:""; }
.bp3-icon-add-column-left::before{
content:""; }
.bp3-icon-add-column-right::before{
content:""; }
.bp3-icon-add-row-bottom::before{
content:""; }
.bp3-icon-add-row-top::before{
content:""; }
.bp3-icon-add-to-artifact::before{
content:""; }
.bp3-icon-add-to-folder::before{
content:""; }
.bp3-icon-airplane::before{
content:""; }
.bp3-icon-align-center::before{
content:""; }
.bp3-icon-align-justify::before{
content:""; }
.bp3-icon-align-left::before{
content:""; }
.bp3-icon-align-right::before{
content:""; }
.bp3-icon-alignment-bottom::before{
content:""; }
.bp3-icon-alignment-horizontal-center::before{
content:""; }
.bp3-icon-alignment-left::before{
content:""; }
.bp3-icon-alignment-right::before{
content:""; }
.bp3-icon-alignment-top::before{
content:""; }
.bp3-icon-alignment-vertical-center::before{
content:""; }
.bp3-icon-annotation::before{
content:""; }
.bp3-icon-application::before{
content:""; }
.bp3-icon-applications::before{
content:""; }
.bp3-icon-archive::before{
content:""; }
.bp3-icon-arrow-bottom-left::before{
content:"↙"; }
.bp3-icon-arrow-bottom-right::before{
content:"↘"; }
.bp3-icon-arrow-down::before{
content:"↓"; }
.bp3-icon-arrow-left::before{
content:"←"; }
.bp3-icon-arrow-right::before{
content:"→"; }
.bp3-icon-arrow-top-left::before{
content:"↖"; }
.bp3-icon-arrow-top-right::before{
content:"↗"; }
.bp3-icon-arrow-up::before{
content:"↑"; }
.bp3-icon-arrows-horizontal::before{
content:"↔"; }
.bp3-icon-arrows-vertical::before{
content:"↕"; }
.bp3-icon-asterisk::before{
content:"*"; }
.bp3-icon-automatic-updates::before{
content:""; }
.bp3-icon-badge::before{
content:""; }
.bp3-icon-ban-circle::before{
content:""; }
.bp3-icon-bank-account::before{
content:""; }
.bp3-icon-barcode::before{
content:""; }
.bp3-icon-blank::before{
content:""; }
.bp3-icon-blocked-person::before{
content:""; }
.bp3-icon-bold::before{
content:""; }
.bp3-icon-book::before{
content:""; }
.bp3-icon-bookmark::before{
content:""; }
.bp3-icon-box::before{
content:""; }
.bp3-icon-briefcase::before{
content:""; }
.bp3-icon-bring-data::before{
content:""; }
.bp3-icon-build::before{
content:""; }
.bp3-icon-calculator::before{
content:""; }
.bp3-icon-calendar::before{
content:""; }
.bp3-icon-camera::before{
content:""; }
.bp3-icon-caret-down::before{
content:"⌄"; }
.bp3-icon-caret-left::before{
content:"〈"; }
.bp3-icon-caret-right::before{
content:"〉"; }
.bp3-icon-caret-up::before{
content:"⌃"; }
.bp3-icon-cell-tower::before{
content:""; }
.bp3-icon-changes::before{
content:""; }
.bp3-icon-chart::before{
content:""; }
.bp3-icon-chat::before{
content:""; }
.bp3-icon-chevron-backward::before{
content:""; }
.bp3-icon-chevron-down::before{
content:""; }
.bp3-icon-chevron-forward::before{
content:""; }
.bp3-icon-chevron-left::before{
content:""; }
.bp3-icon-chevron-right::before{
content:""; }
.bp3-icon-chevron-up::before{
content:""; }
.bp3-icon-circle::before{
content:""; }
.bp3-icon-circle-arrow-down::before{
content:""; }
.bp3-icon-circle-arrow-left::before{
content:""; }
.bp3-icon-circle-arrow-right::before{
content:""; }
.bp3-icon-circle-arrow-up::before{
content:""; }
.bp3-icon-citation::before{
content:""; }
.bp3-icon-clean::before{
content:""; }
.bp3-icon-clipboard::before{
content:""; }
.bp3-icon-cloud::before{
content:"☁"; }
.bp3-icon-cloud-download::before{
content:""; }
.bp3-icon-cloud-upload::before{
content:""; }
.bp3-icon-code::before{
content:""; }
.bp3-icon-code-block::before{
content:""; }
.bp3-icon-cog::before{
content:""; }
.bp3-icon-collapse-all::before{
content:""; }
.bp3-icon-column-layout::before{
content:""; }
.bp3-icon-comment::before{
content:""; }
.bp3-icon-comparison::before{
content:""; }
.bp3-icon-compass::before{
content:""; }
.bp3-icon-compressed::before{
content:""; }
.bp3-icon-confirm::before{
content:""; }
.bp3-icon-console::before{
content:""; }
.bp3-icon-contrast::before{
content:""; }
.bp3-icon-control::before{
content:""; }
.bp3-icon-credit-card::before{
content:""; }
.bp3-icon-cross::before{
content:"✗"; }
.bp3-icon-crown::before{
content:""; }
.bp3-icon-cube::before{
content:""; }
.bp3-icon-cube-add::before{
content:""; }
.bp3-icon-cube-remove::before{
content:""; }
.bp3-icon-curved-range-chart::before{
content:""; }
.bp3-icon-cut::before{
content:""; }
.bp3-icon-dashboard::before{
content:""; }
.bp3-icon-data-lineage::before{
content:""; }
.bp3-icon-database::before{
content:""; }
.bp3-icon-delete::before{
content:""; }
.bp3-icon-delta::before{
content:"Δ"; }
.bp3-icon-derive-column::before{
content:""; }
.bp3-icon-desktop::before{
content:""; }
.bp3-icon-diagnosis::before{
content:""; }
.bp3-icon-diagram-tree::before{
content:""; }
.bp3-icon-direction-left::before{
content:""; }
.bp3-icon-direction-right::before{
content:""; }
.bp3-icon-disable::before{
content:""; }
.bp3-icon-document::before{
content:""; }
.bp3-icon-document-open::before{
content:""; }
.bp3-icon-document-share::before{
content:""; }
.bp3-icon-dollar::before{
content:"$"; }
.bp3-icon-dot::before{
content:"•"; }
.bp3-icon-double-caret-horizontal::before{
content:""; }
.bp3-icon-double-caret-vertical::before{
content:""; }
.bp3-icon-double-chevron-down::before{
content:""; }
.bp3-icon-double-chevron-left::before{
content:""; }
.bp3-icon-double-chevron-right::before{
content:""; }
.bp3-icon-double-chevron-up::before{
content:""; }
.bp3-icon-doughnut-chart::before{
content:""; }
.bp3-icon-download::before{
content:""; }
.bp3-icon-drag-handle-horizontal::before{
content:""; }
.bp3-icon-drag-handle-vertical::before{
content:""; }
.bp3-icon-draw::before{
content:""; }
.bp3-icon-drive-time::before{
content:""; }
.bp3-icon-duplicate::before{
content:""; }
.bp3-icon-edit::before{
content:"✎"; }
.bp3-icon-eject::before{
content:"⏏"; }
.bp3-icon-endorsed::before{
content:""; }
.bp3-icon-envelope::before{
content:"✉"; }
.bp3-icon-equals::before{
content:""; }
.bp3-icon-eraser::before{
content:""; }
.bp3-icon-error::before{
content:""; }
.bp3-icon-euro::before{
content:"€"; }
.bp3-icon-exchange::before{
content:""; }
.bp3-icon-exclude-row::before{
content:""; }
.bp3-icon-expand-all::before{
content:""; }
.bp3-icon-export::before{
content:""; }
.bp3-icon-eye-off::before{
content:""; }
.bp3-icon-eye-on::before{
content:""; }
.bp3-icon-eye-open::before{
content:""; }
.bp3-icon-fast-backward::before{
content:""; }
.bp3-icon-fast-forward::before{
content:""; }
.bp3-icon-feed::before{
content:""; }
.bp3-icon-feed-subscribed::before{
content:""; }
.bp3-icon-film::before{
content:""; }
.bp3-icon-filter::before{
content:""; }
.bp3-icon-filter-keep::before{
content:""; }
.bp3-icon-filter-list::before{
content:""; }
.bp3-icon-filter-open::before{
content:""; }
.bp3-icon-filter-remove::before{
content:""; }
.bp3-icon-flag::before{
content:"⚑"; }
.bp3-icon-flame::before{
content:""; }
.bp3-icon-flash::before{
content:""; }
.bp3-icon-floppy-disk::before{
content:""; }
.bp3-icon-flow-branch::before{
content:""; }
.bp3-icon-flow-end::before{
content:""; }
.bp3-icon-flow-linear::before{
content:""; }
.bp3-icon-flow-review::before{
content:""; }
.bp3-icon-flow-review-branch::before{
content:""; }
.bp3-icon-flows::before{
content:""; }
.bp3-icon-folder-close::before{
content:""; }
.bp3-icon-folder-new::before{
content:""; }
.bp3-icon-folder-open::before{
content:""; }
.bp3-icon-folder-shared::before{
content:""; }
.bp3-icon-folder-shared-open::before{
content:""; }
.bp3-icon-follower::before{
content:""; }
.bp3-icon-following::before{
content:""; }
.bp3-icon-font::before{
content:""; }
.bp3-icon-fork::before{
content:""; }
.bp3-icon-form::before{
content:""; }
.bp3-icon-full-circle::before{
content:""; }
.bp3-icon-full-stacked-chart::before{
content:""; }
.bp3-icon-fullscreen::before{
content:""; }
.bp3-icon-function::before{
content:""; }
.bp3-icon-gantt-chart::before{
content:""; }
.bp3-icon-geolocation::before{
content:""; }
.bp3-icon-geosearch::before{
content:""; }
.bp3-icon-git-branch::before{
content:""; }
.bp3-icon-git-commit::before{
content:""; }
.bp3-icon-git-merge::before{
content:""; }
.bp3-icon-git-new-branch::before{
content:""; }
.bp3-icon-git-pull::before{
content:""; }
.bp3-icon-git-push::before{
content:""; }
.bp3-icon-git-repo::before{
content:""; }
.bp3-icon-glass::before{
content:""; }
.bp3-icon-globe::before{
content:""; }
.bp3-icon-globe-network::before{
content:""; }
.bp3-icon-graph::before{
content:""; }
.bp3-icon-graph-remove::before{
content:""; }
.bp3-icon-greater-than::before{
content:""; }
.bp3-icon-greater-than-or-equal-to::before{
content:""; }
.bp3-icon-grid::before{
content:""; }
.bp3-icon-grid-view::before{
content:""; }
.bp3-icon-group-objects::before{
content:""; }
.bp3-icon-grouped-bar-chart::before{
content:""; }
.bp3-icon-hand::before{
content:""; }
.bp3-icon-hand-down::before{
content:""; }
.bp3-icon-hand-left::before{
content:""; }
.bp3-icon-hand-right::before{
content:""; }
.bp3-icon-hand-up::before{
content:""; }
.bp3-icon-header::before{
content:""; }
.bp3-icon-header-one::before{
content:""; }
.bp3-icon-header-two::before{
content:""; }
.bp3-icon-headset::before{
content:""; }
.bp3-icon-heart::before{
content:"♥"; }
.bp3-icon-heart-broken::before{
content:""; }
.bp3-icon-heat-grid::before{
content:""; }
.bp3-icon-heatmap::before{
content:""; }
.bp3-icon-help::before{
content:"?"; }
.bp3-icon-helper-management::before{
content:""; }
.bp3-icon-highlight::before{
content:""; }
.bp3-icon-history::before{
content:""; }
.bp3-icon-home::before{
content:"⌂"; }
.bp3-icon-horizontal-bar-chart::before{
content:""; }
.bp3-icon-horizontal-bar-chart-asc::before{
content:""; }
.bp3-icon-horizontal-bar-chart-desc::before{
content:""; }
.bp3-icon-horizontal-distribution::before{
content:""; }
.bp3-icon-id-number::before{
content:""; }
.bp3-icon-image-rotate-left::before{
content:""; }
.bp3-icon-image-rotate-right::before{
content:""; }
.bp3-icon-import::before{
content:""; }
.bp3-icon-inbox::before{
content:""; }
.bp3-icon-inbox-filtered::before{
content:""; }
.bp3-icon-inbox-geo::before{
content:""; }
.bp3-icon-inbox-search::before{
content:""; }
.bp3-icon-inbox-update::before{
content:""; }
.bp3-icon-info-sign::before{
content:""; }
.bp3-icon-inheritance::before{
content:""; }
.bp3-icon-inner-join::before{
content:""; }
.bp3-icon-insert::before{
content:""; }
.bp3-icon-intersection::before{
content:""; }
.bp3-icon-ip-address::before{
content:""; }
.bp3-icon-issue::before{
content:""; }
.bp3-icon-issue-closed::before{
content:""; }
.bp3-icon-issue-new::before{
content:""; }
.bp3-icon-italic::before{
content:""; }
.bp3-icon-join-table::before{
content:""; }
.bp3-icon-key::before{
content:""; }
.bp3-icon-key-backspace::before{
content:""; }
.bp3-icon-key-command::before{
content:""; }
.bp3-icon-key-control::before{
content:""; }
.bp3-icon-key-delete::before{
content:""; }
.bp3-icon-key-enter::before{
content:""; }
.bp3-icon-key-escape::before{
content:""; }
.bp3-icon-key-option::before{
content:""; }
.bp3-icon-key-shift::before{
content:""; }
.bp3-icon-key-tab::before{
content:""; }
.bp3-icon-known-vehicle::before{
content:""; }
.bp3-icon-lab-test::before{
content:""; }
.bp3-icon-label::before{
content:""; }
.bp3-icon-layer::before{
content:""; }
.bp3-icon-layers::before{
content:""; }
.bp3-icon-layout::before{
content:""; }
.bp3-icon-layout-auto::before{
content:""; }
.bp3-icon-layout-balloon::before{
content:""; }
.bp3-icon-layout-circle::before{
content:""; }
.bp3-icon-layout-grid::before{
content:""; }
.bp3-icon-layout-group-by::before{
content:""; }
.bp3-icon-layout-hierarchy::before{
content:""; }
.bp3-icon-layout-linear::before{
content:""; }
.bp3-icon-layout-skew-grid::before{
content:""; }
.bp3-icon-layout-sorted-clusters::before{
content:""; }
.bp3-icon-learning::before{
content:""; }
.bp3-icon-left-join::before{
content:""; }
.bp3-icon-less-than::before{
content:""; }
.bp3-icon-less-than-or-equal-to::before{
content:""; }
.bp3-icon-lifesaver::before{
content:""; }
.bp3-icon-lightbulb::before{
content:""; }
.bp3-icon-link::before{
content:""; }
.bp3-icon-list::before{
content:"☰"; }
.bp3-icon-list-columns::before{
content:""; }
.bp3-icon-list-detail-view::before{
content:""; }
.bp3-icon-locate::before{
content:""; }
.bp3-icon-lock::before{
content:""; }
.bp3-icon-log-in::before{
content:""; }
.bp3-icon-log-out::before{
content:""; }
.bp3-icon-manual::before{
content:""; }
.bp3-icon-manually-entered-data::before{
content:""; }
.bp3-icon-map::before{
content:""; }
.bp3-icon-map-create::before{
content:""; }
.bp3-icon-map-marker::before{
content:""; }
.bp3-icon-maximize::before{
content:""; }
.bp3-icon-media::before{
content:""; }
.bp3-icon-menu::before{
content:""; }
.bp3-icon-menu-closed::before{
content:""; }
.bp3-icon-menu-open::before{
content:""; }
.bp3-icon-merge-columns::before{
content:""; }
.bp3-icon-merge-links::before{
content:""; }
.bp3-icon-minimize::before{
content:""; }
.bp3-icon-minus::before{
content:""; }
.bp3-icon-mobile-phone::before{
content:""; }
.bp3-icon-mobile-video::before{
content:""; }
.bp3-icon-moon::before{
content:""; }
.bp3-icon-more::before{
content:""; }
.bp3-icon-mountain::before{
content:""; }
.bp3-icon-move::before{
content:""; }
.bp3-icon-mugshot::before{
content:""; }
.bp3-icon-multi-select::before{
content:""; }
.bp3-icon-music::before{
content:""; }
.bp3-icon-new-drawing::before{
content:""; }
.bp3-icon-new-grid-item::before{
content:""; }
.bp3-icon-new-layer::before{
content:""; }
.bp3-icon-new-layers::before{
content:""; }
.bp3-icon-new-link::before{
content:""; }
.bp3-icon-new-object::before{
content:""; }
.bp3-icon-new-person::before{
content:""; }
.bp3-icon-new-prescription::before{
content:""; }
.bp3-icon-new-text-box::before{
content:""; }
.bp3-icon-ninja::before{
content:""; }
.bp3-icon-not-equal-to::before{
content:""; }
.bp3-icon-notifications::before{
content:""; }
.bp3-icon-notifications-updated::before{
content:""; }
.bp3-icon-numbered-list::before{
content:""; }
.bp3-icon-numerical::before{
content:""; }
.bp3-icon-office::before{
content:""; }
.bp3-icon-offline::before{
content:""; }
.bp3-icon-oil-field::before{
content:""; }
.bp3-icon-one-column::before{
content:""; }
.bp3-icon-outdated::before{
content:""; }
.bp3-icon-page-layout::before{
content:""; }
.bp3-icon-panel-stats::before{
content:""; }
.bp3-icon-panel-table::before{
content:""; }
.bp3-icon-paperclip::before{
content:""; }
.bp3-icon-paragraph::before{
content:""; }
.bp3-icon-path::before{
content:""; }
.bp3-icon-path-search::before{
content:""; }
.bp3-icon-pause::before{
content:""; }
.bp3-icon-people::before{
content:""; }
.bp3-icon-percentage::before{
content:""; }
.bp3-icon-person::before{
content:""; }
.bp3-icon-phone::before{
content:"☎"; }
.bp3-icon-pie-chart::before{
content:""; }
.bp3-icon-pin::before{
content:""; }
.bp3-icon-pivot::before{
content:""; }
.bp3-icon-pivot-table::before{
content:""; }
.bp3-icon-play::before{
content:""; }
.bp3-icon-plus::before{
content:"+"; }
.bp3-icon-polygon-filter::before{
content:""; }
.bp3-icon-power::before{
content:""; }
.bp3-icon-predictive-analysis::before{
content:""; }
.bp3-icon-prescription::before{
content:""; }
.bp3-icon-presentation::before{
content:""; }
.bp3-icon-print::before{
content:"⎙"; }
.bp3-icon-projects::before{
content:""; }
.bp3-icon-properties::before{
content:""; }
.bp3-icon-property::before{
content:""; }
.bp3-icon-publish-function::before{
content:""; }
.bp3-icon-pulse::before{
content:""; }
.bp3-icon-random::before{
content:""; }
.bp3-icon-record::before{
content:""; }
.bp3-icon-redo::before{
content:""; }
.bp3-icon-refresh::before{
content:""; }
.bp3-icon-regression-chart::before{
content:""; }
.bp3-icon-remove::before{
content:""; }
.bp3-icon-remove-column::before{
content:""; }
.bp3-icon-remove-column-left::before{
content:""; }
.bp3-icon-remove-column-right::before{
content:""; }
.bp3-icon-remove-row-bottom::before{
content:""; }
.bp3-icon-remove-row-top::before{
content:""; }
.bp3-icon-repeat::before{
content:""; }
.bp3-icon-reset::before{
content:""; }
.bp3-icon-resolve::before{
content:""; }
.bp3-icon-rig::before{
content:""; }
.bp3-icon-right-join::before{
content:""; }
.bp3-icon-ring::before{
content:""; }
.bp3-icon-rotate-document::before{
content:""; }
.bp3-icon-rotate-page::before{
content:""; }
.bp3-icon-satellite::before{
content:""; }
.bp3-icon-saved::before{
content:""; }
.bp3-icon-scatter-plot::before{
content:""; }
.bp3-icon-search::before{
content:""; }
.bp3-icon-search-around::before{
content:""; }
.bp3-icon-search-template::before{
content:""; }
.bp3-icon-search-text::before{
content:""; }
.bp3-icon-segmented-control::before{
content:""; }
.bp3-icon-select::before{
content:""; }
.bp3-icon-selection::before{
content:"⦿"; }
.bp3-icon-send-to::before{
content:""; }
.bp3-icon-send-to-graph::before{
content:""; }
.bp3-icon-send-to-map::before{
content:""; }
.bp3-icon-series-add::before{
content:""; }
.bp3-icon-series-configuration::before{
content:""; }
.bp3-icon-series-derived::before{
content:""; }
.bp3-icon-series-filtered::before{
content:""; }
.bp3-icon-series-search::before{
content:""; }
.bp3-icon-settings::before{
content:""; }
.bp3-icon-share::before{
content:""; }
.bp3-icon-shield::before{
content:""; }
.bp3-icon-shop::before{
content:""; }
.bp3-icon-shopping-cart::before{
content:""; }
.bp3-icon-signal-search::before{
content:""; }
.bp3-icon-sim-card::before{
content:""; }
.bp3-icon-slash::before{
content:""; }
.bp3-icon-small-cross::before{
content:""; }
.bp3-icon-small-minus::before{
content:""; }
.bp3-icon-small-plus::before{
content:""; }
.bp3-icon-small-tick::before{
content:""; }
.bp3-icon-snowflake::before{
content:""; }
.bp3-icon-social-media::before{
content:""; }
.bp3-icon-sort::before{
content:""; }
.bp3-icon-sort-alphabetical::before{
content:""; }
.bp3-icon-sort-alphabetical-desc::before{
content:""; }
.bp3-icon-sort-asc::before{
content:""; }
.bp3-icon-sort-desc::before{
content:""; }
.bp3-icon-sort-numerical::before{
content:""; }
.bp3-icon-sort-numerical-desc::before{
content:""; }
.bp3-icon-split-columns::before{
content:""; }
.bp3-icon-square::before{
content:""; }
.bp3-icon-stacked-chart::before{
content:""; }
.bp3-icon-star::before{
content:"★"; }
.bp3-icon-star-empty::before{
content:"☆"; }
.bp3-icon-step-backward::before{
content:""; }
.bp3-icon-step-chart::before{
content:""; }
.bp3-icon-step-forward::before{
content:""; }
.bp3-icon-stop::before{
content:""; }
.bp3-icon-stopwatch::before{
content:""; }
.bp3-icon-strikethrough::before{
content:""; }
.bp3-icon-style::before{
content:""; }
.bp3-icon-swap-horizontal::before{
content:""; }
.bp3-icon-swap-vertical::before{
content:""; }
.bp3-icon-symbol-circle::before{
content:""; }
.bp3-icon-symbol-cross::before{
content:""; }
.bp3-icon-symbol-diamond::before{
content:""; }
.bp3-icon-symbol-square::before{
content:""; }
.bp3-icon-symbol-triangle-down::before{
content:""; }
.bp3-icon-symbol-triangle-up::before{
content:""; }
.bp3-icon-tag::before{
content:""; }
.bp3-icon-take-action::before{
content:""; }
.bp3-icon-taxi::before{
content:""; }
.bp3-icon-text-highlight::before{
content:""; }
.bp3-icon-th::before{
content:""; }
.bp3-icon-th-derived::before{
content:""; }
.bp3-icon-th-disconnect::before{
content:""; }
.bp3-icon-th-filtered::before{
content:""; }
.bp3-icon-th-list::before{
content:""; }
.bp3-icon-thumbs-down::before{
content:""; }
.bp3-icon-thumbs-up::before{
content:""; }
.bp3-icon-tick::before{
content:"✓"; }
.bp3-icon-tick-circle::before{
content:""; }
.bp3-icon-time::before{
content:"⏲"; }
.bp3-icon-timeline-area-chart::before{
content:""; }
.bp3-icon-timeline-bar-chart::before{
content:""; }
.bp3-icon-timeline-events::before{
content:""; }
.bp3-icon-timeline-line-chart::before{
content:""; }
.bp3-icon-tint::before{
content:""; }
.bp3-icon-torch::before{
content:""; }
.bp3-icon-tractor::before{
content:""; }
.bp3-icon-train::before{
content:""; }
.bp3-icon-translate::before{
content:""; }
.bp3-icon-trash::before{
content:""; }
.bp3-icon-tree::before{
content:""; }
.bp3-icon-trending-down::before{
content:""; }
.bp3-icon-trending-up::before{
content:""; }
.bp3-icon-truck::before{
content:""; }
.bp3-icon-two-columns::before{
content:""; }
.bp3-icon-unarchive::before{
content:""; }
.bp3-icon-underline::before{
content:"⎁"; }
.bp3-icon-undo::before{
content:"⎌"; }
.bp3-icon-ungroup-objects::before{
content:""; }
.bp3-icon-unknown-vehicle::before{
content:""; }
.bp3-icon-unlock::before{
content:""; }
.bp3-icon-unpin::before{
content:""; }
.bp3-icon-unresolve::before{
content:""; }
.bp3-icon-updated::before{
content:""; }
.bp3-icon-upload::before{
content:""; }
.bp3-icon-user::before{
content:""; }
.bp3-icon-variable::before{
content:""; }
.bp3-icon-vertical-bar-chart-asc::before{
content:""; }
.bp3-icon-vertical-bar-chart-desc::before{
content:""; }
.bp3-icon-vertical-distribution::before{
content:""; }
.bp3-icon-video::before{
content:""; }
.bp3-icon-volume-down::before{
content:""; }
.bp3-icon-volume-off::before{
content:""; }
.bp3-icon-volume-up::before{
content:""; }
.bp3-icon-walk::before{
content:""; }
.bp3-icon-warning-sign::before{
content:""; }
.bp3-icon-waterfall-chart::before{
content:""; }
.bp3-icon-widget::before{
content:""; }
.bp3-icon-widget-button::before{
content:""; }
.bp3-icon-widget-footer::before{
content:""; }
.bp3-icon-widget-header::before{
content:""; }
.bp3-icon-wrench::before{
content:""; }
.bp3-icon-zoom-in::before{
content:""; }
.bp3-icon-zoom-out::before{
content:""; }
.bp3-icon-zoom-to-fit::before{
content:""; }
.bp3-submenu > .bp3-popover-wrapper{
display:block; }
.bp3-submenu .bp3-popover-target{
display:block; }
.bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-menu-item{ }
.bp3-submenu.bp3-popover{
-webkit-box-shadow:none;
box-shadow:none;
padding:0 5px; }
.bp3-submenu.bp3-popover > .bp3-popover-content{
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); }
.bp3-dark .bp3-submenu.bp3-popover, .bp3-submenu.bp3-popover.bp3-dark{
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-dark .bp3-submenu.bp3-popover > .bp3-popover-content, .bp3-submenu.bp3-popover.bp3-dark > .bp3-popover-content{
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); }
.bp3-menu{
background:#ffffff;
border-radius:3px;
color:#182026;
list-style:none;
margin:0;
min-width:180px;
padding:5px;
text-align:left; }
.bp3-menu-divider{
border-top:1px solid rgba(16, 22, 26, 0.15);
display:block;
margin:5px; }
.bp3-dark .bp3-menu-divider{
border-top-color:rgba(255, 255, 255, 0.15); }
.bp3-menu-item{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-align:start;
-ms-flex-align:start;
align-items:flex-start;
border-radius:2px;
color:inherit;
line-height:20px;
padding:5px 7px;
text-decoration:none;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none; }
.bp3-menu-item > *{
-webkit-box-flex:0;
-ms-flex-positive:0;
flex-grow:0;
-ms-flex-negative:0;
flex-shrink:0; }
.bp3-menu-item > .bp3-fill{
-webkit-box-flex:1;
-ms-flex-positive:1;
flex-grow:1;
-ms-flex-negative:1;
flex-shrink:1; }
.bp3-menu-item::before,
.bp3-menu-item > *{
margin-right:7px; }
.bp3-menu-item:empty::before,
.bp3-menu-item > :last-child{
margin-right:0; }
.bp3-menu-item > .bp3-fill{
word-break:break-word; }
.bp3-menu-item:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-menu-item{
background-color:rgba(167, 182, 194, 0.3);
cursor:pointer;
text-decoration:none; }
.bp3-menu-item.bp3-disabled{
background-color:inherit;
color:rgba(92, 112, 128, 0.6);
cursor:not-allowed; }
.bp3-dark .bp3-menu-item{
color:inherit; }
.bp3-dark .bp3-menu-item:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-menu-item{
background-color:rgba(138, 155, 168, 0.15);
color:inherit; }
.bp3-dark .bp3-menu-item.bp3-disabled{
background-color:inherit;
color:rgba(167, 182, 194, 0.6); }
.bp3-menu-item.bp3-intent-primary{
color:#106ba3; }
.bp3-menu-item.bp3-intent-primary .bp3-icon{
color:inherit; }
.bp3-menu-item.bp3-intent-primary::before, .bp3-menu-item.bp3-intent-primary::after,
.bp3-menu-item.bp3-intent-primary .bp3-menu-item-label{
color:#106ba3; }
.bp3-menu-item.bp3-intent-primary:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item, .bp3-menu-item.bp3-intent-primary.bp3-active{
background-color:#137cbd; }
.bp3-menu-item.bp3-intent-primary:active{
background-color:#106ba3; }
.bp3-menu-item.bp3-intent-primary:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item, .bp3-menu-item.bp3-intent-primary:hover::before, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item::before, .bp3-menu-item.bp3-intent-primary:hover::after, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item::after,
.bp3-menu-item.bp3-intent-primary:hover .bp3-menu-item-label,
.bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item .bp3-menu-item-label, .bp3-menu-item.bp3-intent-primary:active, .bp3-menu-item.bp3-intent-primary:active::before, .bp3-menu-item.bp3-intent-primary:active::after,
.bp3-menu-item.bp3-intent-primary:active .bp3-menu-item-label, .bp3-menu-item.bp3-intent-primary.bp3-active, .bp3-menu-item.bp3-intent-primary.bp3-active::before, .bp3-menu-item.bp3-intent-primary.bp3-active::after,
.bp3-menu-item.bp3-intent-primary.bp3-active .bp3-menu-item-label{
color:#ffffff; }
.bp3-menu-item.bp3-intent-success{
color:#0d8050; }
.bp3-menu-item.bp3-intent-success .bp3-icon{
color:inherit; }
.bp3-menu-item.bp3-intent-success::before, .bp3-menu-item.bp3-intent-success::after,
.bp3-menu-item.bp3-intent-success .bp3-menu-item-label{
color:#0d8050; }
.bp3-menu-item.bp3-intent-success:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item, .bp3-menu-item.bp3-intent-success.bp3-active{
background-color:#0f9960; }
.bp3-menu-item.bp3-intent-success:active{
background-color:#0d8050; }
.bp3-menu-item.bp3-intent-success:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item, .bp3-menu-item.bp3-intent-success:hover::before, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item::before, .bp3-menu-item.bp3-intent-success:hover::after, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item::after,
.bp3-menu-item.bp3-intent-success:hover .bp3-menu-item-label,
.bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item .bp3-menu-item-label, .bp3-menu-item.bp3-intent-success:active, .bp3-menu-item.bp3-intent-success:active::before, .bp3-menu-item.bp3-intent-success:active::after,
.bp3-menu-item.bp3-intent-success:active .bp3-menu-item-label, .bp3-menu-item.bp3-intent-success.bp3-active, .bp3-menu-item.bp3-intent-success.bp3-active::before, .bp3-menu-item.bp3-intent-success.bp3-active::after,
.bp3-menu-item.bp3-intent-success.bp3-active .bp3-menu-item-label{
color:#ffffff; }
.bp3-menu-item.bp3-intent-warning{
color:#bf7326; }
.bp3-menu-item.bp3-intent-warning .bp3-icon{
color:inherit; }
.bp3-menu-item.bp3-intent-warning::before, .bp3-menu-item.bp3-intent-warning::after,
.bp3-menu-item.bp3-intent-warning .bp3-menu-item-label{
color:#bf7326; }
.bp3-menu-item.bp3-intent-warning:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item, .bp3-menu-item.bp3-intent-warning.bp3-active{
background-color:#d9822b; }
.bp3-menu-item.bp3-intent-warning:active{
background-color:#bf7326; }
.bp3-menu-item.bp3-intent-warning:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item, .bp3-menu-item.bp3-intent-warning:hover::before, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item::before, .bp3-menu-item.bp3-intent-warning:hover::after, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item::after,
.bp3-menu-item.bp3-intent-warning:hover .bp3-menu-item-label,
.bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item .bp3-menu-item-label, .bp3-menu-item.bp3-intent-warning:active, .bp3-menu-item.bp3-intent-warning:active::before, .bp3-menu-item.bp3-intent-warning:active::after,
.bp3-menu-item.bp3-intent-warning:active .bp3-menu-item-label, .bp3-menu-item.bp3-intent-warning.bp3-active, .bp3-menu-item.bp3-intent-warning.bp3-active::before, .bp3-menu-item.bp3-intent-warning.bp3-active::after,
.bp3-menu-item.bp3-intent-warning.bp3-active .bp3-menu-item-label{
color:#ffffff; }
.bp3-menu-item.bp3-intent-danger{
color:#c23030; }
.bp3-menu-item.bp3-intent-danger .bp3-icon{
color:inherit; }
.bp3-menu-item.bp3-intent-danger::before, .bp3-menu-item.bp3-intent-danger::after,
.bp3-menu-item.bp3-intent-danger .bp3-menu-item-label{
color:#c23030; }
.bp3-menu-item.bp3-intent-danger:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item, .bp3-menu-item.bp3-intent-danger.bp3-active{
background-color:#db3737; }
.bp3-menu-item.bp3-intent-danger:active{
background-color:#c23030; }
.bp3-menu-item.bp3-intent-danger:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item, .bp3-menu-item.bp3-intent-danger:hover::before, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item::before, .bp3-menu-item.bp3-intent-danger:hover::after, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item::after,
.bp3-menu-item.bp3-intent-danger:hover .bp3-menu-item-label,
.bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item .bp3-menu-item-label, .bp3-menu-item.bp3-intent-danger:active, .bp3-menu-item.bp3-intent-danger:active::before, .bp3-menu-item.bp3-intent-danger:active::after,
.bp3-menu-item.bp3-intent-danger:active .bp3-menu-item-label, .bp3-menu-item.bp3-intent-danger.bp3-active, .bp3-menu-item.bp3-intent-danger.bp3-active::before, .bp3-menu-item.bp3-intent-danger.bp3-active::after,
.bp3-menu-item.bp3-intent-danger.bp3-active .bp3-menu-item-label{
color:#ffffff; }
.bp3-menu-item::before{
font-family:"Icons16", sans-serif;
font-size:16px;
font-style:normal;
font-weight:400;
line-height:1;
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased;
margin-right:7px; }
.bp3-menu-item::before,
.bp3-menu-item > .bp3-icon{
color:#5c7080;
margin-top:2px; }
.bp3-menu-item .bp3-menu-item-label{
color:#5c7080; }
.bp3-menu-item:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-menu-item{
color:inherit; }
.bp3-menu-item.bp3-active, .bp3-menu-item:active{
background-color:rgba(115, 134, 148, 0.3); }
.bp3-menu-item.bp3-disabled{
background-color:inherit !important;
color:rgba(92, 112, 128, 0.6) !important;
cursor:not-allowed !important;
outline:none !important; }
.bp3-menu-item.bp3-disabled::before,
.bp3-menu-item.bp3-disabled > .bp3-icon,
.bp3-menu-item.bp3-disabled .bp3-menu-item-label{
color:rgba(92, 112, 128, 0.6) !important; }
.bp3-large .bp3-menu-item{
font-size:16px;
line-height:22px;
padding:9px 7px; }
.bp3-large .bp3-menu-item .bp3-icon{
margin-top:3px; }
.bp3-large .bp3-menu-item::before{
font-family:"Icons20", sans-serif;
font-size:20px;
font-style:normal;
font-weight:400;
line-height:1;
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased;
margin-right:10px;
margin-top:1px; }
button.bp3-menu-item{
background:none;
border:none;
text-align:left;
width:100%; }
.bp3-menu-header{
border-top:1px solid rgba(16, 22, 26, 0.15);
display:block;
margin:5px;
cursor:default;
padding-left:2px; }
.bp3-dark .bp3-menu-header{
border-top-color:rgba(255, 255, 255, 0.15); }
.bp3-menu-header:first-of-type{
border-top:none; }
.bp3-menu-header > h6{
color:#182026;
font-weight:600;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
word-wrap:normal;
line-height:17px;
margin:0;
padding:10px 7px 0 1px; }
.bp3-dark .bp3-menu-header > h6{
color:#f5f8fa; }
.bp3-menu-header:first-of-type > h6{
padding-top:0; }
.bp3-large .bp3-menu-header > h6{
font-size:18px;
padding-bottom:5px;
padding-top:15px; }
.bp3-large .bp3-menu-header:first-of-type > h6{
padding-top:0; }
.bp3-dark .bp3-menu{
background:#30404d;
color:#f5f8fa; }
.bp3-dark .bp3-menu-item{ }
.bp3-dark .bp3-menu-item.bp3-intent-primary{
color:#48aff0; }
.bp3-dark .bp3-menu-item.bp3-intent-primary .bp3-icon{
color:inherit; }
.bp3-dark .bp3-menu-item.bp3-intent-primary::before, .bp3-dark .bp3-menu-item.bp3-intent-primary::after,
.bp3-dark .bp3-menu-item.bp3-intent-primary .bp3-menu-item-label{
color:#48aff0; }
.bp3-dark .bp3-menu-item.bp3-intent-primary:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active{
background-color:#137cbd; }
.bp3-dark .bp3-menu-item.bp3-intent-primary:active{
background-color:#106ba3; }
.bp3-dark .bp3-menu-item.bp3-intent-primary:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-primary:hover::before, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item::before, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item::before, .bp3-dark .bp3-menu-item.bp3-intent-primary:hover::after, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item::after, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item::after,
.bp3-dark .bp3-menu-item.bp3-intent-primary:hover .bp3-menu-item-label,
.bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item .bp3-menu-item-label,
.bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-primary.bp3-menu-item .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-primary:active, .bp3-dark .bp3-menu-item.bp3-intent-primary:active::before, .bp3-dark .bp3-menu-item.bp3-intent-primary:active::after,
.bp3-dark .bp3-menu-item.bp3-intent-primary:active .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active, .bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active::before, .bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active::after,
.bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active .bp3-menu-item-label{
color:#ffffff; }
.bp3-dark .bp3-menu-item.bp3-intent-success{
color:#3dcc91; }
.bp3-dark .bp3-menu-item.bp3-intent-success .bp3-icon{
color:inherit; }
.bp3-dark .bp3-menu-item.bp3-intent-success::before, .bp3-dark .bp3-menu-item.bp3-intent-success::after,
.bp3-dark .bp3-menu-item.bp3-intent-success .bp3-menu-item-label{
color:#3dcc91; }
.bp3-dark .bp3-menu-item.bp3-intent-success:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active{
background-color:#0f9960; }
.bp3-dark .bp3-menu-item.bp3-intent-success:active{
background-color:#0d8050; }
.bp3-dark .bp3-menu-item.bp3-intent-success:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-success:hover::before, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item::before, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item::before, .bp3-dark .bp3-menu-item.bp3-intent-success:hover::after, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item::after, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item::after,
.bp3-dark .bp3-menu-item.bp3-intent-success:hover .bp3-menu-item-label,
.bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item .bp3-menu-item-label,
.bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-success.bp3-menu-item .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-success:active, .bp3-dark .bp3-menu-item.bp3-intent-success:active::before, .bp3-dark .bp3-menu-item.bp3-intent-success:active::after,
.bp3-dark .bp3-menu-item.bp3-intent-success:active .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active, .bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active::before, .bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active::after,
.bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active .bp3-menu-item-label{
color:#ffffff; }
.bp3-dark .bp3-menu-item.bp3-intent-warning{
color:#ffb366; }
.bp3-dark .bp3-menu-item.bp3-intent-warning .bp3-icon{
color:inherit; }
.bp3-dark .bp3-menu-item.bp3-intent-warning::before, .bp3-dark .bp3-menu-item.bp3-intent-warning::after,
.bp3-dark .bp3-menu-item.bp3-intent-warning .bp3-menu-item-label{
color:#ffb366; }
.bp3-dark .bp3-menu-item.bp3-intent-warning:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active{
background-color:#d9822b; }
.bp3-dark .bp3-menu-item.bp3-intent-warning:active{
background-color:#bf7326; }
.bp3-dark .bp3-menu-item.bp3-intent-warning:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-warning:hover::before, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item::before, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item::before, .bp3-dark .bp3-menu-item.bp3-intent-warning:hover::after, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item::after, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item::after,
.bp3-dark .bp3-menu-item.bp3-intent-warning:hover .bp3-menu-item-label,
.bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item .bp3-menu-item-label,
.bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-warning.bp3-menu-item .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-warning:active, .bp3-dark .bp3-menu-item.bp3-intent-warning:active::before, .bp3-dark .bp3-menu-item.bp3-intent-warning:active::after,
.bp3-dark .bp3-menu-item.bp3-intent-warning:active .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active, .bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active::before, .bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active::after,
.bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active .bp3-menu-item-label{
color:#ffffff; }
.bp3-dark .bp3-menu-item.bp3-intent-danger{
color:#ff7373; }
.bp3-dark .bp3-menu-item.bp3-intent-danger .bp3-icon{
color:inherit; }
.bp3-dark .bp3-menu-item.bp3-intent-danger::before, .bp3-dark .bp3-menu-item.bp3-intent-danger::after,
.bp3-dark .bp3-menu-item.bp3-intent-danger .bp3-menu-item-label{
color:#ff7373; }
.bp3-dark .bp3-menu-item.bp3-intent-danger:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active{
background-color:#db3737; }
.bp3-dark .bp3-menu-item.bp3-intent-danger:active{
background-color:#c23030; }
.bp3-dark .bp3-menu-item.bp3-intent-danger:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-danger:hover::before, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item::before, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item::before, .bp3-dark .bp3-menu-item.bp3-intent-danger:hover::after, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item::after, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item::after,
.bp3-dark .bp3-menu-item.bp3-intent-danger:hover .bp3-menu-item-label,
.bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item .bp3-menu-item-label,
.bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open > .bp3-intent-danger.bp3-menu-item .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-danger:active, .bp3-dark .bp3-menu-item.bp3-intent-danger:active::before, .bp3-dark .bp3-menu-item.bp3-intent-danger:active::after,
.bp3-dark .bp3-menu-item.bp3-intent-danger:active .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active, .bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active::before, .bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active::after,
.bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active .bp3-menu-item-label{
color:#ffffff; }
.bp3-dark .bp3-menu-item::before,
.bp3-dark .bp3-menu-item > .bp3-icon{
color:#a7b6c2; }
.bp3-dark .bp3-menu-item .bp3-menu-item-label{
color:#a7b6c2; }
.bp3-dark .bp3-menu-item.bp3-active, .bp3-dark .bp3-menu-item:active{
background-color:rgba(138, 155, 168, 0.3); }
.bp3-dark .bp3-menu-item.bp3-disabled{
color:rgba(167, 182, 194, 0.6) !important; }
.bp3-dark .bp3-menu-item.bp3-disabled::before,
.bp3-dark .bp3-menu-item.bp3-disabled > .bp3-icon,
.bp3-dark .bp3-menu-item.bp3-disabled .bp3-menu-item-label{
color:rgba(167, 182, 194, 0.6) !important; }
.bp3-dark .bp3-menu-divider,
.bp3-dark .bp3-menu-header{
border-color:rgba(255, 255, 255, 0.15); }
.bp3-dark .bp3-menu-header > h6{
color:#f5f8fa; }
.bp3-label .bp3-menu{
margin-top:5px; }
.bp3-navbar{
background-color:#ffffff;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2);
height:50px;
padding:0 15px;
position:relative;
width:100%;
z-index:10; }
.bp3-navbar.bp3-dark,
.bp3-dark .bp3-navbar{
background-color:#394b59; }
.bp3-navbar.bp3-dark{
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-navbar{
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4); }
.bp3-navbar.bp3-fixed-top{
left:0;
position:fixed;
right:0;
top:0; }
.bp3-navbar-heading{
font-size:16px;
margin-right:15px; }
.bp3-navbar-group{
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
height:50px; }
.bp3-navbar-group.bp3-align-left{
float:left; }
.bp3-navbar-group.bp3-align-right{
float:right; }
.bp3-navbar-divider{
border-left:1px solid rgba(16, 22, 26, 0.15);
height:20px;
margin:0 10px; }
.bp3-dark .bp3-navbar-divider{
border-left-color:rgba(255, 255, 255, 0.15); }
.bp3-non-ideal-state{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
height:100%;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
text-align:center;
width:100%; }
.bp3-non-ideal-state > *{
-webkit-box-flex:0;
-ms-flex-positive:0;
flex-grow:0;
-ms-flex-negative:0;
flex-shrink:0; }
.bp3-non-ideal-state > .bp3-fill{
-webkit-box-flex:1;
-ms-flex-positive:1;
flex-grow:1;
-ms-flex-negative:1;
flex-shrink:1; }
.bp3-non-ideal-state::before,
.bp3-non-ideal-state > *{
margin-bottom:20px; }
.bp3-non-ideal-state:empty::before,
.bp3-non-ideal-state > :last-child{
margin-bottom:0; }
.bp3-non-ideal-state > *{
max-width:400px; }
.bp3-non-ideal-state-visual{
color:rgba(92, 112, 128, 0.6);
font-size:60px; }
.bp3-dark .bp3-non-ideal-state-visual{
color:rgba(167, 182, 194, 0.6); }
.bp3-overflow-list{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap:nowrap;
flex-wrap:nowrap;
min-width:0; }
.bp3-overflow-list-spacer{
-ms-flex-negative:1;
flex-shrink:1;
width:1px; }
body.bp3-overlay-open{
overflow:hidden; }
.bp3-overlay{
bottom:0;
left:0;
position:static;
right:0;
top:0;
z-index:20; }
.bp3-overlay:not(.bp3-overlay-open){
pointer-events:none; }
.bp3-overlay.bp3-overlay-container{
overflow:hidden;
position:fixed; }
.bp3-overlay.bp3-overlay-container.bp3-overlay-inline{
position:absolute; }
.bp3-overlay.bp3-overlay-scroll-container{
overflow:auto;
position:fixed; }
.bp3-overlay.bp3-overlay-scroll-container.bp3-overlay-inline{
position:absolute; }
.bp3-overlay.bp3-overlay-inline{
display:inline;
overflow:visible; }
.bp3-overlay-content{
position:fixed;
z-index:20; }
.bp3-overlay-inline .bp3-overlay-content,
.bp3-overlay-scroll-container .bp3-overlay-content{
position:absolute; }
.bp3-overlay-backdrop{
bottom:0;
left:0;
position:fixed;
right:0;
top:0;
opacity:1;
background-color:rgba(16, 22, 26, 0.7);
overflow:auto;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
z-index:20; }
.bp3-overlay-backdrop.bp3-overlay-enter, .bp3-overlay-backdrop.bp3-overlay-appear{
opacity:0; }
.bp3-overlay-backdrop.bp3-overlay-enter-active, .bp3-overlay-backdrop.bp3-overlay-appear-active{
opacity:1;
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:200ms;
transition-duration:200ms;
-webkit-transition-property:opacity;
transition-property:opacity;
-webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-overlay-backdrop.bp3-overlay-exit{
opacity:1; }
.bp3-overlay-backdrop.bp3-overlay-exit-active{
opacity:0;
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:200ms;
transition-duration:200ms;
-webkit-transition-property:opacity;
transition-property:opacity;
-webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-overlay-backdrop:focus{
outline:none; }
.bp3-overlay-inline .bp3-overlay-backdrop{
position:absolute; }
.bp3-panel-stack{
overflow:hidden;
position:relative; }
.bp3-panel-stack-header{
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
-webkit-box-shadow:0 1px rgba(16, 22, 26, 0.15);
box-shadow:0 1px rgba(16, 22, 26, 0.15);
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-negative:0;
flex-shrink:0;
height:30px;
z-index:1; }
.bp3-dark .bp3-panel-stack-header{
-webkit-box-shadow:0 1px rgba(255, 255, 255, 0.15);
box-shadow:0 1px rgba(255, 255, 255, 0.15); }
.bp3-panel-stack-header > span{
-webkit-box-align:stretch;
-ms-flex-align:stretch;
align-items:stretch;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-flex:1;
-ms-flex:1;
flex:1; }
.bp3-panel-stack-header .bp3-heading{
margin:0 5px; }
.bp3-button.bp3-panel-stack-header-back{
margin-left:5px;
padding-left:0;
white-space:nowrap; }
.bp3-button.bp3-panel-stack-header-back .bp3-icon{
margin:0 2px; }
.bp3-panel-stack-view{
bottom:0;
left:0;
position:absolute;
right:0;
top:0;
background-color:#ffffff;
border-right:1px solid rgba(16, 22, 26, 0.15);
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column;
margin-right:-1px;
overflow-y:auto;
z-index:1; }
.bp3-dark .bp3-panel-stack-view{
background-color:#30404d; }
.bp3-panel-stack-view:nth-last-child(n + 4){
display:none; }
.bp3-panel-stack-push .bp3-panel-stack-enter, .bp3-panel-stack-push .bp3-panel-stack-appear{
-webkit-transform:translateX(100%);
transform:translateX(100%);
opacity:0; }
.bp3-panel-stack-push .bp3-panel-stack-enter-active, .bp3-panel-stack-push .bp3-panel-stack-appear-active{
-webkit-transform:translate(0%);
transform:translate(0%);
opacity:1;
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:400ms;
transition-duration:400ms;
-webkit-transition-property:opacity, -webkit-transform;
transition-property:opacity, -webkit-transform;
transition-property:transform, opacity;
transition-property:transform, opacity, -webkit-transform;
-webkit-transition-timing-function:ease;
transition-timing-function:ease; }
.bp3-panel-stack-push .bp3-panel-stack-exit{
-webkit-transform:translate(0%);
transform:translate(0%);
opacity:1; }
.bp3-panel-stack-push .bp3-panel-stack-exit-active{
-webkit-transform:translateX(-50%);
transform:translateX(-50%);
opacity:0;
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:400ms;
transition-duration:400ms;
-webkit-transition-property:opacity, -webkit-transform;
transition-property:opacity, -webkit-transform;
transition-property:transform, opacity;
transition-property:transform, opacity, -webkit-transform;
-webkit-transition-timing-function:ease;
transition-timing-function:ease; }
.bp3-panel-stack-pop .bp3-panel-stack-enter, .bp3-panel-stack-pop .bp3-panel-stack-appear{
-webkit-transform:translateX(-50%);
transform:translateX(-50%);
opacity:0; }
.bp3-panel-stack-pop .bp3-panel-stack-enter-active, .bp3-panel-stack-pop .bp3-panel-stack-appear-active{
-webkit-transform:translate(0%);
transform:translate(0%);
opacity:1;
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:400ms;
transition-duration:400ms;
-webkit-transition-property:opacity, -webkit-transform;
transition-property:opacity, -webkit-transform;
transition-property:transform, opacity;
transition-property:transform, opacity, -webkit-transform;
-webkit-transition-timing-function:ease;
transition-timing-function:ease; }
.bp3-panel-stack-pop .bp3-panel-stack-exit{
-webkit-transform:translate(0%);
transform:translate(0%);
opacity:1; }
.bp3-panel-stack-pop .bp3-panel-stack-exit-active{
-webkit-transform:translateX(100%);
transform:translateX(100%);
opacity:0;
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:400ms;
transition-duration:400ms;
-webkit-transition-property:opacity, -webkit-transform;
transition-property:opacity, -webkit-transform;
transition-property:transform, opacity;
transition-property:transform, opacity, -webkit-transform;
-webkit-transition-timing-function:ease;
transition-timing-function:ease; }
.bp3-panel-stack2{
overflow:hidden;
position:relative; }
.bp3-panel-stack2-header{
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
-webkit-box-shadow:0 1px rgba(16, 22, 26, 0.15);
box-shadow:0 1px rgba(16, 22, 26, 0.15);
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-negative:0;
flex-shrink:0;
height:30px;
z-index:1; }
.bp3-dark .bp3-panel-stack2-header{
-webkit-box-shadow:0 1px rgba(255, 255, 255, 0.15);
box-shadow:0 1px rgba(255, 255, 255, 0.15); }
.bp3-panel-stack2-header > span{
-webkit-box-align:stretch;
-ms-flex-align:stretch;
align-items:stretch;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-flex:1;
-ms-flex:1;
flex:1; }
.bp3-panel-stack2-header .bp3-heading{
margin:0 5px; }
.bp3-button.bp3-panel-stack2-header-back{
margin-left:5px;
padding-left:0;
white-space:nowrap; }
.bp3-button.bp3-panel-stack2-header-back .bp3-icon{
margin:0 2px; }
.bp3-panel-stack2-view{
bottom:0;
left:0;
position:absolute;
right:0;
top:0;
background-color:#ffffff;
border-right:1px solid rgba(16, 22, 26, 0.15);
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column;
margin-right:-1px;
overflow-y:auto;
z-index:1; }
.bp3-dark .bp3-panel-stack2-view{
background-color:#30404d; }
.bp3-panel-stack2-view:nth-last-child(n + 4){
display:none; }
.bp3-panel-stack2-push .bp3-panel-stack2-enter, .bp3-panel-stack2-push .bp3-panel-stack2-appear{
-webkit-transform:translateX(100%);
transform:translateX(100%);
opacity:0; }
.bp3-panel-stack2-push .bp3-panel-stack2-enter-active, .bp3-panel-stack2-push .bp3-panel-stack2-appear-active{
-webkit-transform:translate(0%);
transform:translate(0%);
opacity:1;
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:400ms;
transition-duration:400ms;
-webkit-transition-property:opacity, -webkit-transform;
transition-property:opacity, -webkit-transform;
transition-property:transform, opacity;
transition-property:transform, opacity, -webkit-transform;
-webkit-transition-timing-function:ease;
transition-timing-function:ease; }
.bp3-panel-stack2-push .bp3-panel-stack2-exit{
-webkit-transform:translate(0%);
transform:translate(0%);
opacity:1; }
.bp3-panel-stack2-push .bp3-panel-stack2-exit-active{
-webkit-transform:translateX(-50%);
transform:translateX(-50%);
opacity:0;
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:400ms;
transition-duration:400ms;
-webkit-transition-property:opacity, -webkit-transform;
transition-property:opacity, -webkit-transform;
transition-property:transform, opacity;
transition-property:transform, opacity, -webkit-transform;
-webkit-transition-timing-function:ease;
transition-timing-function:ease; }
.bp3-panel-stack2-pop .bp3-panel-stack2-enter, .bp3-panel-stack2-pop .bp3-panel-stack2-appear{
-webkit-transform:translateX(-50%);
transform:translateX(-50%);
opacity:0; }
.bp3-panel-stack2-pop .bp3-panel-stack2-enter-active, .bp3-panel-stack2-pop .bp3-panel-stack2-appear-active{
-webkit-transform:translate(0%);
transform:translate(0%);
opacity:1;
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:400ms;
transition-duration:400ms;
-webkit-transition-property:opacity, -webkit-transform;
transition-property:opacity, -webkit-transform;
transition-property:transform, opacity;
transition-property:transform, opacity, -webkit-transform;
-webkit-transition-timing-function:ease;
transition-timing-function:ease; }
.bp3-panel-stack2-pop .bp3-panel-stack2-exit{
-webkit-transform:translate(0%);
transform:translate(0%);
opacity:1; }
.bp3-panel-stack2-pop .bp3-panel-stack2-exit-active{
-webkit-transform:translateX(100%);
transform:translateX(100%);
opacity:0;
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:400ms;
transition-duration:400ms;
-webkit-transition-property:opacity, -webkit-transform;
transition-property:opacity, -webkit-transform;
transition-property:transform, opacity;
transition-property:transform, opacity, -webkit-transform;
-webkit-transition-timing-function:ease;
transition-timing-function:ease; }
.bp3-popover{
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2);
-webkit-transform:scale(1);
transform:scale(1);
border-radius:3px;
display:inline-block;
z-index:20; }
.bp3-popover .bp3-popover-arrow{
height:30px;
position:absolute;
width:30px; }
.bp3-popover .bp3-popover-arrow::before{
height:20px;
margin:5px;
width:20px; }
.bp3-tether-element-attached-bottom.bp3-tether-target-attached-top > .bp3-popover{
margin-bottom:17px;
margin-top:-17px; }
.bp3-tether-element-attached-bottom.bp3-tether-target-attached-top > .bp3-popover > .bp3-popover-arrow{
bottom:-11px; }
.bp3-tether-element-attached-bottom.bp3-tether-target-attached-top > .bp3-popover > .bp3-popover-arrow svg{
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg); }
.bp3-tether-element-attached-left.bp3-tether-target-attached-right > .bp3-popover{
margin-left:17px; }
.bp3-tether-element-attached-left.bp3-tether-target-attached-right > .bp3-popover > .bp3-popover-arrow{
left:-11px; }
.bp3-tether-element-attached-left.bp3-tether-target-attached-right > .bp3-popover > .bp3-popover-arrow svg{
-webkit-transform:rotate(0);
transform:rotate(0); }
.bp3-tether-element-attached-top.bp3-tether-target-attached-bottom > .bp3-popover{
margin-top:17px; }
.bp3-tether-element-attached-top.bp3-tether-target-attached-bottom > .bp3-popover > .bp3-popover-arrow{
top:-11px; }
.bp3-tether-element-attached-top.bp3-tether-target-attached-bottom > .bp3-popover > .bp3-popover-arrow svg{
-webkit-transform:rotate(90deg);
transform:rotate(90deg); }
.bp3-tether-element-attached-right.bp3-tether-target-attached-left > .bp3-popover{
margin-left:-17px;
margin-right:17px; }
.bp3-tether-element-attached-right.bp3-tether-target-attached-left > .bp3-popover > .bp3-popover-arrow{
right:-11px; }
.bp3-tether-element-attached-right.bp3-tether-target-attached-left > .bp3-popover > .bp3-popover-arrow svg{
-webkit-transform:rotate(180deg);
transform:rotate(180deg); }
.bp3-tether-element-attached-middle > .bp3-popover > .bp3-popover-arrow{
top:50%;
-webkit-transform:translateY(-50%);
transform:translateY(-50%); }
.bp3-tether-element-attached-center > .bp3-popover > .bp3-popover-arrow{
right:50%;
-webkit-transform:translateX(50%);
transform:translateX(50%); }
.bp3-tether-element-attached-top.bp3-tether-target-attached-top > .bp3-popover > .bp3-popover-arrow{
top:-0.3934px; }
.bp3-tether-element-attached-right.bp3-tether-target-attached-right > .bp3-popover > .bp3-popover-arrow{
right:-0.3934px; }
.bp3-tether-element-attached-left.bp3-tether-target-attached-left > .bp3-popover > .bp3-popover-arrow{
left:-0.3934px; }
.bp3-tether-element-attached-bottom.bp3-tether-target-attached-bottom > .bp3-popover > .bp3-popover-arrow{
bottom:-0.3934px; }
.bp3-tether-element-attached-top.bp3-tether-element-attached-left > .bp3-popover{
-webkit-transform-origin:top left;
transform-origin:top left; }
.bp3-tether-element-attached-top.bp3-tether-element-attached-center > .bp3-popover{
-webkit-transform-origin:top center;
transform-origin:top center; }
.bp3-tether-element-attached-top.bp3-tether-element-attached-right > .bp3-popover{
-webkit-transform-origin:top right;
transform-origin:top right; }
.bp3-tether-element-attached-middle.bp3-tether-element-attached-left > .bp3-popover{
-webkit-transform-origin:center left;
transform-origin:center left; }
.bp3-tether-element-attached-middle.bp3-tether-element-attached-center > .bp3-popover{
-webkit-transform-origin:center center;
transform-origin:center center; }
.bp3-tether-element-attached-middle.bp3-tether-element-attached-right > .bp3-popover{
-webkit-transform-origin:center right;
transform-origin:center right; }
.bp3-tether-element-attached-bottom.bp3-tether-element-attached-left > .bp3-popover{
-webkit-transform-origin:bottom left;
transform-origin:bottom left; }
.bp3-tether-element-attached-bottom.bp3-tether-element-attached-center > .bp3-popover{
-webkit-transform-origin:bottom center;
transform-origin:bottom center; }
.bp3-tether-element-attached-bottom.bp3-tether-element-attached-right > .bp3-popover{
-webkit-transform-origin:bottom right;
transform-origin:bottom right; }
.bp3-popover .bp3-popover-content{
background:#ffffff;
color:inherit; }
.bp3-popover .bp3-popover-arrow::before{
-webkit-box-shadow:1px 1px 6px rgba(16, 22, 26, 0.2);
box-shadow:1px 1px 6px rgba(16, 22, 26, 0.2); }
.bp3-popover .bp3-popover-arrow-border{
fill:#10161a;
fill-opacity:0.1; }
.bp3-popover .bp3-popover-arrow-fill{
fill:#ffffff; }
.bp3-popover-enter > .bp3-popover, .bp3-popover-appear > .bp3-popover{
-webkit-transform:scale(0.3);
transform:scale(0.3); }
.bp3-popover-enter-active > .bp3-popover, .bp3-popover-appear-active > .bp3-popover{
-webkit-transform:scale(1);
transform:scale(1);
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:300ms;
transition-duration:300ms;
-webkit-transition-property:-webkit-transform;
transition-property:-webkit-transform;
transition-property:transform;
transition-property:transform, -webkit-transform;
-webkit-transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11);
transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); }
.bp3-popover-exit > .bp3-popover{
-webkit-transform:scale(1);
transform:scale(1); }
.bp3-popover-exit-active > .bp3-popover{
-webkit-transform:scale(0.3);
transform:scale(0.3);
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:300ms;
transition-duration:300ms;
-webkit-transition-property:-webkit-transform;
transition-property:-webkit-transform;
transition-property:transform;
transition-property:transform, -webkit-transform;
-webkit-transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11);
transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); }
.bp3-popover .bp3-popover-content{
border-radius:3px;
position:relative; }
.bp3-popover.bp3-popover-content-sizing .bp3-popover-content{
max-width:350px;
padding:20px; }
.bp3-popover-target + .bp3-overlay .bp3-popover.bp3-popover-content-sizing{
width:350px; }
.bp3-popover.bp3-minimal{
margin:0 !important; }
.bp3-popover.bp3-minimal .bp3-popover-arrow{
display:none; }
.bp3-popover.bp3-minimal.bp3-popover{
-webkit-transform:scale(1);
transform:scale(1); }
.bp3-popover-enter > .bp3-popover.bp3-minimal.bp3-popover, .bp3-popover-appear > .bp3-popover.bp3-minimal.bp3-popover{
-webkit-transform:scale(1);
transform:scale(1); }
.bp3-popover-enter-active > .bp3-popover.bp3-minimal.bp3-popover, .bp3-popover-appear-active > .bp3-popover.bp3-minimal.bp3-popover{
-webkit-transform:scale(1);
transform:scale(1);
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:100ms;
transition-duration:100ms;
-webkit-transition-property:-webkit-transform;
transition-property:-webkit-transform;
transition-property:transform;
transition-property:transform, -webkit-transform;
-webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-popover-exit > .bp3-popover.bp3-minimal.bp3-popover{
-webkit-transform:scale(1);
transform:scale(1); }
.bp3-popover-exit-active > .bp3-popover.bp3-minimal.bp3-popover{
-webkit-transform:scale(1);
transform:scale(1);
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:100ms;
transition-duration:100ms;
-webkit-transition-property:-webkit-transform;
transition-property:-webkit-transform;
transition-property:transform;
transition-property:transform, -webkit-transform;
-webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-popover.bp3-dark,
.bp3-dark .bp3-popover{
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); }
.bp3-popover.bp3-dark .bp3-popover-content,
.bp3-dark .bp3-popover .bp3-popover-content{
background:#30404d;
color:inherit; }
.bp3-popover.bp3-dark .bp3-popover-arrow::before,
.bp3-dark .bp3-popover .bp3-popover-arrow::before{
-webkit-box-shadow:1px 1px 6px rgba(16, 22, 26, 0.4);
box-shadow:1px 1px 6px rgba(16, 22, 26, 0.4); }
.bp3-popover.bp3-dark .bp3-popover-arrow-border,
.bp3-dark .bp3-popover .bp3-popover-arrow-border{
fill:#10161a;
fill-opacity:0.2; }
.bp3-popover.bp3-dark .bp3-popover-arrow-fill,
.bp3-dark .bp3-popover .bp3-popover-arrow-fill{
fill:#30404d; }
.bp3-popover-arrow::before{
border-radius:2px;
content:"";
display:block;
position:absolute;
-webkit-transform:rotate(45deg);
transform:rotate(45deg); }
.bp3-tether-pinned .bp3-popover-arrow{
display:none; }
.bp3-popover-backdrop{
background:rgba(255, 255, 255, 0); }
.bp3-transition-container{
opacity:1;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
z-index:20; }
.bp3-transition-container.bp3-popover-enter, .bp3-transition-container.bp3-popover-appear{
opacity:0; }
.bp3-transition-container.bp3-popover-enter-active, .bp3-transition-container.bp3-popover-appear-active{
opacity:1;
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:100ms;
transition-duration:100ms;
-webkit-transition-property:opacity;
transition-property:opacity;
-webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-transition-container.bp3-popover-exit{
opacity:1; }
.bp3-transition-container.bp3-popover-exit-active{
opacity:0;
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:100ms;
transition-duration:100ms;
-webkit-transition-property:opacity;
transition-property:opacity;
-webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-transition-container:focus{
outline:none; }
.bp3-transition-container.bp3-popover-leave .bp3-popover-content{
pointer-events:none; }
.bp3-transition-container[data-x-out-of-boundaries]{
display:none; }
span.bp3-popover-target{
display:inline-block; }
.bp3-popover-wrapper.bp3-fill{
width:100%; }
.bp3-portal{
left:0;
position:absolute;
right:0;
top:0; }
@-webkit-keyframes linear-progress-bar-stripes{
from{
background-position:0 0; }
to{
background-position:30px 0; } }
@keyframes linear-progress-bar-stripes{
from{
background-position:0 0; }
to{
background-position:30px 0; } }
.bp3-progress-bar{
background:rgba(92, 112, 128, 0.2);
border-radius:40px;
display:block;
height:8px;
overflow:hidden;
position:relative;
width:100%; }
.bp3-progress-bar .bp3-progress-meter{
background:linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%);
background-color:rgba(92, 112, 128, 0.8);
background-size:30px 30px;
border-radius:40px;
height:100%;
position:absolute;
-webkit-transition:width 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
transition:width 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
width:100%; }
.bp3-progress-bar:not(.bp3-no-animation):not(.bp3-no-stripes) .bp3-progress-meter{
animation:linear-progress-bar-stripes 300ms linear infinite reverse; }
.bp3-progress-bar.bp3-no-stripes .bp3-progress-meter{
background-image:none; }
.bp3-dark .bp3-progress-bar{
background:rgba(16, 22, 26, 0.5); }
.bp3-dark .bp3-progress-bar .bp3-progress-meter{
background-color:#8a9ba8; }
.bp3-progress-bar.bp3-intent-primary .bp3-progress-meter{
background-color:#137cbd; }
.bp3-progress-bar.bp3-intent-success .bp3-progress-meter{
background-color:#0f9960; }
.bp3-progress-bar.bp3-intent-warning .bp3-progress-meter{
background-color:#d9822b; }
.bp3-progress-bar.bp3-intent-danger .bp3-progress-meter{
background-color:#db3737; }
@-webkit-keyframes skeleton-glow{
from{
background:rgba(206, 217, 224, 0.2);
border-color:rgba(206, 217, 224, 0.2); }
to{
background:rgba(92, 112, 128, 0.2);
border-color:rgba(92, 112, 128, 0.2); } }
@keyframes skeleton-glow{
from{
background:rgba(206, 217, 224, 0.2);
border-color:rgba(206, 217, 224, 0.2); }
to{
background:rgba(92, 112, 128, 0.2);
border-color:rgba(92, 112, 128, 0.2); } }
.bp3-skeleton{
-webkit-animation:1000ms linear infinite alternate skeleton-glow;
animation:1000ms linear infinite alternate skeleton-glow;
background:rgba(206, 217, 224, 0.2);
background-clip:padding-box !important;
border-color:rgba(206, 217, 224, 0.2) !important;
border-radius:2px;
-webkit-box-shadow:none !important;
box-shadow:none !important;
color:transparent !important;
cursor:default;
pointer-events:none;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none; }
.bp3-skeleton::before, .bp3-skeleton::after,
.bp3-skeleton *{
visibility:hidden !important; }
.bp3-slider{
height:40px;
min-width:150px;
width:100%;
cursor:default;
outline:none;
position:relative;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none; }
.bp3-slider:hover{
cursor:pointer; }
.bp3-slider:active{
cursor:-webkit-grabbing;
cursor:grabbing; }
.bp3-slider.bp3-disabled{
cursor:not-allowed;
opacity:0.5; }
.bp3-slider.bp3-slider-unlabeled{
height:16px; }
.bp3-slider-track,
.bp3-slider-progress{
height:6px;
left:0;
right:0;
top:5px;
position:absolute; }
.bp3-slider-track{
border-radius:3px;
overflow:hidden; }
.bp3-slider-progress{
background:rgba(92, 112, 128, 0.2); }
.bp3-dark .bp3-slider-progress{
background:rgba(16, 22, 26, 0.5); }
.bp3-slider-progress.bp3-intent-primary{
background-color:#137cbd; }
.bp3-slider-progress.bp3-intent-success{
background-color:#0f9960; }
.bp3-slider-progress.bp3-intent-warning{
background-color:#d9822b; }
.bp3-slider-progress.bp3-intent-danger{
background-color:#db3737; }
.bp3-slider-handle{
background-color:#f5f8fa;
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1);
color:#182026;
border-radius:3px;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.2);
cursor:pointer;
height:16px;
left:0;
position:absolute;
top:0;
width:16px; }
.bp3-slider-handle:hover{
background-clip:padding-box;
background-color:#ebf1f5;
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); }
.bp3-slider-handle:active, .bp3-slider-handle.bp3-active{
background-color:#d8e1e8;
background-image:none;
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); }
.bp3-slider-handle:disabled, .bp3-slider-handle.bp3-disabled{
background-color:rgba(206, 217, 224, 0.5);
background-image:none;
-webkit-box-shadow:none;
box-shadow:none;
color:rgba(92, 112, 128, 0.6);
cursor:not-allowed;
outline:none; }
.bp3-slider-handle:disabled.bp3-active, .bp3-slider-handle:disabled.bp3-active:hover, .bp3-slider-handle.bp3-disabled.bp3-active, .bp3-slider-handle.bp3-disabled.bp3-active:hover{
background:rgba(206, 217, 224, 0.7); }
.bp3-slider-handle:focus{
z-index:1; }
.bp3-slider-handle:hover{
background-clip:padding-box;
background-color:#ebf1f5;
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1);
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.2);
cursor:-webkit-grab;
cursor:grab;
z-index:2; }
.bp3-slider-handle.bp3-active{
background-color:#d8e1e8;
background-image:none;
-webkit-box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2);
box-shadow:inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2);
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 1px rgba(16, 22, 26, 0.1);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 1px rgba(16, 22, 26, 0.1);
cursor:-webkit-grabbing;
cursor:grabbing; }
.bp3-disabled .bp3-slider-handle{
background:#bfccd6;
-webkit-box-shadow:none;
box-shadow:none;
pointer-events:none; }
.bp3-dark .bp3-slider-handle{
background-color:#394b59;
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0)));
background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4);
color:#f5f8fa; }
.bp3-dark .bp3-slider-handle:hover, .bp3-dark .bp3-slider-handle:active, .bp3-dark .bp3-slider-handle.bp3-active{
color:#f5f8fa; }
.bp3-dark .bp3-slider-handle:hover{
background-color:#30404d;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-slider-handle:active, .bp3-dark .bp3-slider-handle.bp3-active{
background-color:#202b33;
background-image:none;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); }
.bp3-dark .bp3-slider-handle:disabled, .bp3-dark .bp3-slider-handle.bp3-disabled{
background-color:rgba(57, 75, 89, 0.5);
background-image:none;
-webkit-box-shadow:none;
box-shadow:none;
color:rgba(167, 182, 194, 0.6); }
.bp3-dark .bp3-slider-handle:disabled.bp3-active, .bp3-dark .bp3-slider-handle.bp3-disabled.bp3-active{
background:rgba(57, 75, 89, 0.7); }
.bp3-dark .bp3-slider-handle .bp3-button-spinner .bp3-spinner-head{
background:rgba(16, 22, 26, 0.5);
stroke:#8a9ba8; }
.bp3-dark .bp3-slider-handle, .bp3-dark .bp3-slider-handle:hover{
background-color:#394b59; }
.bp3-dark .bp3-slider-handle.bp3-active{
background-color:#293742; }
.bp3-dark .bp3-disabled .bp3-slider-handle{
background:#5c7080;
border-color:#5c7080;
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-slider-handle .bp3-slider-label{
background:#394b59;
border-radius:3px;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2);
color:#f5f8fa;
margin-left:8px; }
.bp3-dark .bp3-slider-handle .bp3-slider-label{
background:#e1e8ed;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4);
color:#394b59; }
.bp3-disabled .bp3-slider-handle .bp3-slider-label{
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-slider-handle.bp3-start, .bp3-slider-handle.bp3-end{
width:8px; }
.bp3-slider-handle.bp3-start{
border-bottom-right-radius:0;
border-top-right-radius:0; }
.bp3-slider-handle.bp3-end{
border-bottom-left-radius:0;
border-top-left-radius:0;
margin-left:8px; }
.bp3-slider-handle.bp3-end .bp3-slider-label{
margin-left:0; }
.bp3-slider-label{
-webkit-transform:translate(-50%, 20px);
transform:translate(-50%, 20px);
display:inline-block;
font-size:12px;
line-height:1;
padding:2px 5px;
position:absolute;
vertical-align:top; }
.bp3-slider.bp3-vertical{
height:150px;
min-width:40px;
width:40px; }
.bp3-slider.bp3-vertical .bp3-slider-track,
.bp3-slider.bp3-vertical .bp3-slider-progress{
bottom:0;
height:auto;
left:5px;
top:0;
width:6px; }
.bp3-slider.bp3-vertical .bp3-slider-progress{
top:auto; }
.bp3-slider.bp3-vertical .bp3-slider-label{
-webkit-transform:translate(20px, 50%);
transform:translate(20px, 50%); }
.bp3-slider.bp3-vertical .bp3-slider-handle{
top:auto; }
.bp3-slider.bp3-vertical .bp3-slider-handle .bp3-slider-label{
margin-left:0;
margin-top:-8px; }
.bp3-slider.bp3-vertical .bp3-slider-handle.bp3-end, .bp3-slider.bp3-vertical .bp3-slider-handle.bp3-start{
height:8px;
margin-left:0;
width:16px; }
.bp3-slider.bp3-vertical .bp3-slider-handle.bp3-start{
border-bottom-right-radius:3px;
border-top-left-radius:0; }
.bp3-slider.bp3-vertical .bp3-slider-handle.bp3-start .bp3-slider-label{
-webkit-transform:translate(20px);
transform:translate(20px); }
.bp3-slider.bp3-vertical .bp3-slider-handle.bp3-end{
border-bottom-left-radius:0;
border-bottom-right-radius:0;
border-top-left-radius:3px;
margin-bottom:8px; }
@-webkit-keyframes pt-spinner-animation{
from{
-webkit-transform:rotate(0deg);
transform:rotate(0deg); }
to{
-webkit-transform:rotate(360deg);
transform:rotate(360deg); } }
@keyframes pt-spinner-animation{
from{
-webkit-transform:rotate(0deg);
transform:rotate(0deg); }
to{
-webkit-transform:rotate(360deg);
transform:rotate(360deg); } }
.bp3-spinner{
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
overflow:visible;
vertical-align:middle; }
.bp3-spinner svg{
display:block; }
.bp3-spinner path{
fill-opacity:0; }
.bp3-spinner .bp3-spinner-head{
stroke:rgba(92, 112, 128, 0.8);
stroke-linecap:round;
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transition:stroke-dashoffset 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
transition:stroke-dashoffset 200ms cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-spinner .bp3-spinner-track{
stroke:rgba(92, 112, 128, 0.2); }
.bp3-spinner-animation{
-webkit-animation:pt-spinner-animation 500ms linear infinite;
animation:pt-spinner-animation 500ms linear infinite; }
.bp3-no-spin > .bp3-spinner-animation{
-webkit-animation:none;
animation:none; }
.bp3-dark .bp3-spinner .bp3-spinner-head{
stroke:#8a9ba8; }
.bp3-dark .bp3-spinner .bp3-spinner-track{
stroke:rgba(16, 22, 26, 0.5); }
.bp3-spinner.bp3-intent-primary .bp3-spinner-head{
stroke:#137cbd; }
.bp3-spinner.bp3-intent-success .bp3-spinner-head{
stroke:#0f9960; }
.bp3-spinner.bp3-intent-warning .bp3-spinner-head{
stroke:#d9822b; }
.bp3-spinner.bp3-intent-danger .bp3-spinner-head{
stroke:#db3737; }
.bp3-tabs.bp3-vertical{
display:-webkit-box;
display:-ms-flexbox;
display:flex; }
.bp3-tabs.bp3-vertical > .bp3-tab-list{
-webkit-box-align:start;
-ms-flex-align:start;
align-items:flex-start;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column; }
.bp3-tabs.bp3-vertical > .bp3-tab-list .bp3-tab{
border-radius:3px;
padding:0 10px;
width:100%; }
.bp3-tabs.bp3-vertical > .bp3-tab-list .bp3-tab[aria-selected="true"]{
background-color:rgba(19, 124, 189, 0.2);
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-tabs.bp3-vertical > .bp3-tab-list .bp3-tab-indicator-wrapper .bp3-tab-indicator{
background-color:rgba(19, 124, 189, 0.2);
border-radius:3px;
bottom:0;
height:auto;
left:0;
right:0;
top:0; }
.bp3-tabs.bp3-vertical > .bp3-tab-panel{
margin-top:0;
padding-left:20px; }
.bp3-tab-list{
-webkit-box-align:end;
-ms-flex-align:end;
align-items:flex-end;
border:none;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-flex:0;
-ms-flex:0 0 auto;
flex:0 0 auto;
list-style:none;
margin:0;
padding:0;
position:relative; }
.bp3-tab-list > *:not(:last-child){
margin-right:20px; }
.bp3-tab{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
word-wrap:normal;
color:#182026;
cursor:pointer;
-webkit-box-flex:0;
-ms-flex:0 0 auto;
flex:0 0 auto;
font-size:14px;
line-height:30px;
max-width:100%;
position:relative;
vertical-align:top; }
.bp3-tab a{
color:inherit;
display:block;
text-decoration:none; }
.bp3-tab-indicator-wrapper ~ .bp3-tab{
background-color:transparent !important;
-webkit-box-shadow:none !important;
box-shadow:none !important; }
.bp3-tab[aria-disabled="true"]{
color:rgba(92, 112, 128, 0.6);
cursor:not-allowed; }
.bp3-tab[aria-selected="true"]{
border-radius:0;
-webkit-box-shadow:inset 0 -3px 0 #106ba3;
box-shadow:inset 0 -3px 0 #106ba3; }
.bp3-tab[aria-selected="true"], .bp3-tab:not([aria-disabled="true"]):hover{
color:#106ba3; }
.bp3-tab:focus{
-moz-outline-radius:0; }
.bp3-large > .bp3-tab{
font-size:16px;
line-height:40px; }
.bp3-tab-panel{
margin-top:20px; }
.bp3-tab-panel[aria-hidden="true"]{
display:none; }
.bp3-tab-indicator-wrapper{
left:0;
pointer-events:none;
position:absolute;
top:0;
-webkit-transform:translateX(0), translateY(0);
transform:translateX(0), translateY(0);
-webkit-transition:height, width, -webkit-transform;
transition:height, width, -webkit-transform;
transition:height, transform, width;
transition:height, transform, width, -webkit-transform;
-webkit-transition-duration:200ms;
transition-duration:200ms;
-webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-tab-indicator-wrapper .bp3-tab-indicator{
background-color:#106ba3;
bottom:0;
height:3px;
left:0;
position:absolute;
right:0; }
.bp3-tab-indicator-wrapper.bp3-no-animation{
-webkit-transition:none;
transition:none; }
.bp3-dark .bp3-tab{
color:#f5f8fa; }
.bp3-dark .bp3-tab[aria-disabled="true"]{
color:rgba(167, 182, 194, 0.6); }
.bp3-dark .bp3-tab[aria-selected="true"]{
-webkit-box-shadow:inset 0 -3px 0 #48aff0;
box-shadow:inset 0 -3px 0 #48aff0; }
.bp3-dark .bp3-tab[aria-selected="true"], .bp3-dark .bp3-tab:not([aria-disabled="true"]):hover{
color:#48aff0; }
.bp3-dark .bp3-tab-indicator{
background-color:#48aff0; }
.bp3-flex-expander{
-webkit-box-flex:1;
-ms-flex:1 1;
flex:1 1; }
.bp3-tag{
display:-webkit-inline-box;
display:-ms-inline-flexbox;
display:inline-flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
background-color:#5c7080;
border:none;
border-radius:3px;
-webkit-box-shadow:none;
box-shadow:none;
color:#f5f8fa;
font-size:12px;
line-height:16px;
max-width:100%;
min-height:20px;
min-width:20px;
padding:2px 6px;
position:relative; }
.bp3-tag.bp3-interactive{
cursor:pointer; }
.bp3-tag.bp3-interactive:hover{
background-color:rgba(92, 112, 128, 0.85); }
.bp3-tag.bp3-interactive.bp3-active, .bp3-tag.bp3-interactive:active{
background-color:rgba(92, 112, 128, 0.7); }
.bp3-tag > *{
-webkit-box-flex:0;
-ms-flex-positive:0;
flex-grow:0;
-ms-flex-negative:0;
flex-shrink:0; }
.bp3-tag > .bp3-fill{
-webkit-box-flex:1;
-ms-flex-positive:1;
flex-grow:1;
-ms-flex-negative:1;
flex-shrink:1; }
.bp3-tag::before,
.bp3-tag > *{
margin-right:4px; }
.bp3-tag:empty::before,
.bp3-tag > :last-child{
margin-right:0; }
.bp3-tag:focus{
outline:rgba(19, 124, 189, 0.6) auto 2px;
outline-offset:0;
-moz-outline-radius:6px; }
.bp3-tag.bp3-round{
border-radius:30px;
padding-left:8px;
padding-right:8px; }
.bp3-dark .bp3-tag{
background-color:#bfccd6;
color:#182026; }
.bp3-dark .bp3-tag.bp3-interactive{
cursor:pointer; }
.bp3-dark .bp3-tag.bp3-interactive:hover{
background-color:rgba(191, 204, 214, 0.85); }
.bp3-dark .bp3-tag.bp3-interactive.bp3-active, .bp3-dark .bp3-tag.bp3-interactive:active{
background-color:rgba(191, 204, 214, 0.7); }
.bp3-dark .bp3-tag > .bp3-icon, .bp3-dark .bp3-tag .bp3-icon-standard, .bp3-dark .bp3-tag .bp3-icon-large{
fill:currentColor; }
.bp3-tag > .bp3-icon, .bp3-tag .bp3-icon-standard, .bp3-tag .bp3-icon-large{
fill:#ffffff; }
.bp3-tag.bp3-large,
.bp3-large .bp3-tag{
font-size:14px;
line-height:20px;
min-height:30px;
min-width:30px;
padding:5px 10px; }
.bp3-tag.bp3-large::before,
.bp3-tag.bp3-large > *,
.bp3-large .bp3-tag::before,
.bp3-large .bp3-tag > *{
margin-right:7px; }
.bp3-tag.bp3-large:empty::before,
.bp3-tag.bp3-large > :last-child,
.bp3-large .bp3-tag:empty::before,
.bp3-large .bp3-tag > :last-child{
margin-right:0; }
.bp3-tag.bp3-large.bp3-round,
.bp3-large .bp3-tag.bp3-round{
padding-left:12px;
padding-right:12px; }
.bp3-tag.bp3-intent-primary{
background:#137cbd;
color:#ffffff; }
.bp3-tag.bp3-intent-primary.bp3-interactive{
cursor:pointer; }
.bp3-tag.bp3-intent-primary.bp3-interactive:hover{
background-color:rgba(19, 124, 189, 0.85); }
.bp3-tag.bp3-intent-primary.bp3-interactive.bp3-active, .bp3-tag.bp3-intent-primary.bp3-interactive:active{
background-color:rgba(19, 124, 189, 0.7); }
.bp3-tag.bp3-intent-success{
background:#0f9960;
color:#ffffff; }
.bp3-tag.bp3-intent-success.bp3-interactive{
cursor:pointer; }
.bp3-tag.bp3-intent-success.bp3-interactive:hover{
background-color:rgba(15, 153, 96, 0.85); }
.bp3-tag.bp3-intent-success.bp3-interactive.bp3-active, .bp3-tag.bp3-intent-success.bp3-interactive:active{
background-color:rgba(15, 153, 96, 0.7); }
.bp3-tag.bp3-intent-warning{
background:#d9822b;
color:#ffffff; }
.bp3-tag.bp3-intent-warning.bp3-interactive{
cursor:pointer; }
.bp3-tag.bp3-intent-warning.bp3-interactive:hover{
background-color:rgba(217, 130, 43, 0.85); }
.bp3-tag.bp3-intent-warning.bp3-interactive.bp3-active, .bp3-tag.bp3-intent-warning.bp3-interactive:active{
background-color:rgba(217, 130, 43, 0.7); }
.bp3-tag.bp3-intent-danger{
background:#db3737;
color:#ffffff; }
.bp3-tag.bp3-intent-danger.bp3-interactive{
cursor:pointer; }
.bp3-tag.bp3-intent-danger.bp3-interactive:hover{
background-color:rgba(219, 55, 55, 0.85); }
.bp3-tag.bp3-intent-danger.bp3-interactive.bp3-active, .bp3-tag.bp3-intent-danger.bp3-interactive:active{
background-color:rgba(219, 55, 55, 0.7); }
.bp3-tag.bp3-fill{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
width:100%; }
.bp3-tag.bp3-minimal > .bp3-icon, .bp3-tag.bp3-minimal .bp3-icon-standard, .bp3-tag.bp3-minimal .bp3-icon-large{
fill:#5c7080; }
.bp3-tag.bp3-minimal:not([class*="bp3-intent-"]){
background-color:rgba(138, 155, 168, 0.2);
color:#182026; }
.bp3-tag.bp3-minimal:not([class*="bp3-intent-"]).bp3-interactive{
cursor:pointer; }
.bp3-tag.bp3-minimal:not([class*="bp3-intent-"]).bp3-interactive:hover{
background-color:rgba(92, 112, 128, 0.3); }
.bp3-tag.bp3-minimal:not([class*="bp3-intent-"]).bp3-interactive.bp3-active, .bp3-tag.bp3-minimal:not([class*="bp3-intent-"]).bp3-interactive:active{
background-color:rgba(92, 112, 128, 0.4); }
.bp3-dark .bp3-tag.bp3-minimal:not([class*="bp3-intent-"]){
color:#f5f8fa; }
.bp3-dark .bp3-tag.bp3-minimal:not([class*="bp3-intent-"]).bp3-interactive{
cursor:pointer; }
.bp3-dark .bp3-tag.bp3-minimal:not([class*="bp3-intent-"]).bp3-interactive:hover{
background-color:rgba(191, 204, 214, 0.3); }
.bp3-dark .bp3-tag.bp3-minimal:not([class*="bp3-intent-"]).bp3-interactive.bp3-active, .bp3-dark .bp3-tag.bp3-minimal:not([class*="bp3-intent-"]).bp3-interactive:active{
background-color:rgba(191, 204, 214, 0.4); }
.bp3-dark .bp3-tag.bp3-minimal:not([class*="bp3-intent-"]) > .bp3-icon, .bp3-dark .bp3-tag.bp3-minimal:not([class*="bp3-intent-"]) .bp3-icon-standard, .bp3-dark .bp3-tag.bp3-minimal:not([class*="bp3-intent-"]) .bp3-icon-large{
fill:#a7b6c2; }
.bp3-tag.bp3-minimal.bp3-intent-primary{
background-color:rgba(19, 124, 189, 0.15);
color:#106ba3; }
.bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive{
cursor:pointer; }
.bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive:hover{
background-color:rgba(19, 124, 189, 0.25); }
.bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive.bp3-active, .bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive:active{
background-color:rgba(19, 124, 189, 0.35); }
.bp3-tag.bp3-minimal.bp3-intent-primary > .bp3-icon, .bp3-tag.bp3-minimal.bp3-intent-primary .bp3-icon-standard, .bp3-tag.bp3-minimal.bp3-intent-primary .bp3-icon-large{
fill:#137cbd; }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-primary{
background-color:rgba(19, 124, 189, 0.25);
color:#48aff0; }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive{
cursor:pointer; }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive:hover{
background-color:rgba(19, 124, 189, 0.35); }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive.bp3-active, .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive:active{
background-color:rgba(19, 124, 189, 0.45); }
.bp3-tag.bp3-minimal.bp3-intent-success{
background-color:rgba(15, 153, 96, 0.15);
color:#0d8050; }
.bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive{
cursor:pointer; }
.bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive:hover{
background-color:rgba(15, 153, 96, 0.25); }
.bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive.bp3-active, .bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive:active{
background-color:rgba(15, 153, 96, 0.35); }
.bp3-tag.bp3-minimal.bp3-intent-success > .bp3-icon, .bp3-tag.bp3-minimal.bp3-intent-success .bp3-icon-standard, .bp3-tag.bp3-minimal.bp3-intent-success .bp3-icon-large{
fill:#0f9960; }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-success{
background-color:rgba(15, 153, 96, 0.25);
color:#3dcc91; }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive{
cursor:pointer; }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive:hover{
background-color:rgba(15, 153, 96, 0.35); }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive.bp3-active, .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive:active{
background-color:rgba(15, 153, 96, 0.45); }
.bp3-tag.bp3-minimal.bp3-intent-warning{
background-color:rgba(217, 130, 43, 0.15);
color:#bf7326; }
.bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive{
cursor:pointer; }
.bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive:hover{
background-color:rgba(217, 130, 43, 0.25); }
.bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive.bp3-active, .bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive:active{
background-color:rgba(217, 130, 43, 0.35); }
.bp3-tag.bp3-minimal.bp3-intent-warning > .bp3-icon, .bp3-tag.bp3-minimal.bp3-intent-warning .bp3-icon-standard, .bp3-tag.bp3-minimal.bp3-intent-warning .bp3-icon-large{
fill:#d9822b; }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-warning{
background-color:rgba(217, 130, 43, 0.25);
color:#ffb366; }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive{
cursor:pointer; }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive:hover{
background-color:rgba(217, 130, 43, 0.35); }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive.bp3-active, .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive:active{
background-color:rgba(217, 130, 43, 0.45); }
.bp3-tag.bp3-minimal.bp3-intent-danger{
background-color:rgba(219, 55, 55, 0.15);
color:#c23030; }
.bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive{
cursor:pointer; }
.bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive:hover{
background-color:rgba(219, 55, 55, 0.25); }
.bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive.bp3-active, .bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive:active{
background-color:rgba(219, 55, 55, 0.35); }
.bp3-tag.bp3-minimal.bp3-intent-danger > .bp3-icon, .bp3-tag.bp3-minimal.bp3-intent-danger .bp3-icon-standard, .bp3-tag.bp3-minimal.bp3-intent-danger .bp3-icon-large{
fill:#db3737; }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-danger{
background-color:rgba(219, 55, 55, 0.25);
color:#ff7373; }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive{
cursor:pointer; }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive:hover{
background-color:rgba(219, 55, 55, 0.35); }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive.bp3-active, .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive:active{
background-color:rgba(219, 55, 55, 0.45); }
.bp3-tag-remove{
background:none;
border:none;
color:inherit;
cursor:pointer;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
margin-bottom:-2px;
margin-right:-6px !important;
margin-top:-2px;
opacity:0.5;
padding:2px;
padding-left:0; }
.bp3-tag-remove:hover{
background:none;
opacity:0.8;
text-decoration:none; }
.bp3-tag-remove:active{
opacity:1; }
.bp3-tag-remove:empty::before{
font-family:"Icons16", sans-serif;
font-size:16px;
font-style:normal;
font-weight:400;
line-height:1;
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased;
content:""; }
.bp3-large .bp3-tag-remove{
margin-right:-10px !important;
padding:0 5px 0 0; }
.bp3-large .bp3-tag-remove:empty::before{
font-family:"Icons20", sans-serif;
font-size:20px;
font-style:normal;
font-weight:400;
line-height:1; }
.bp3-tag-input{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-align:start;
-ms-flex-align:start;
align-items:flex-start;
cursor:text;
height:auto;
line-height:inherit;
min-height:30px;
padding-left:5px;
padding-right:0; }
.bp3-tag-input > *{
-webkit-box-flex:0;
-ms-flex-positive:0;
flex-grow:0;
-ms-flex-negative:0;
flex-shrink:0; }
.bp3-tag-input > .bp3-tag-input-values{
-webkit-box-flex:1;
-ms-flex-positive:1;
flex-grow:1;
-ms-flex-negative:1;
flex-shrink:1; }
.bp3-tag-input .bp3-tag-input-icon{
color:#5c7080;
margin-left:2px;
margin-right:7px;
margin-top:7px; }
.bp3-tag-input .bp3-tag-input-values{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
-ms-flex-item-align:stretch;
align-self:stretch;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
margin-right:7px;
margin-top:5px;
min-width:0; }
.bp3-tag-input .bp3-tag-input-values > *{
-webkit-box-flex:0;
-ms-flex-positive:0;
flex-grow:0;
-ms-flex-negative:0;
flex-shrink:0; }
.bp3-tag-input .bp3-tag-input-values > .bp3-fill{
-webkit-box-flex:1;
-ms-flex-positive:1;
flex-grow:1;
-ms-flex-negative:1;
flex-shrink:1; }
.bp3-tag-input .bp3-tag-input-values::before,
.bp3-tag-input .bp3-tag-input-values > *{
margin-right:5px; }
.bp3-tag-input .bp3-tag-input-values:empty::before,
.bp3-tag-input .bp3-tag-input-values > :last-child{
margin-right:0; }
.bp3-tag-input .bp3-tag-input-values:first-child .bp3-input-ghost:first-child{
padding-left:5px; }
.bp3-tag-input .bp3-tag-input-values > *{
margin-bottom:5px; }
.bp3-tag-input .bp3-tag{
overflow-wrap:break-word; }
.bp3-tag-input .bp3-tag.bp3-active{
outline:rgba(19, 124, 189, 0.6) auto 2px;
outline-offset:0;
-moz-outline-radius:6px; }
.bp3-tag-input .bp3-input-ghost{
-webkit-box-flex:1;
-ms-flex:1 1 auto;
flex:1 1 auto;
line-height:20px;
width:80px; }
.bp3-tag-input .bp3-input-ghost:disabled, .bp3-tag-input .bp3-input-ghost.bp3-disabled{
cursor:not-allowed; }
.bp3-tag-input .bp3-button,
.bp3-tag-input .bp3-spinner{
margin:3px;
margin-left:0; }
.bp3-tag-input .bp3-button{
min-height:24px;
min-width:24px;
padding:0 7px; }
.bp3-tag-input.bp3-large{
height:auto;
min-height:40px; }
.bp3-tag-input.bp3-large::before,
.bp3-tag-input.bp3-large > *{
margin-right:10px; }
.bp3-tag-input.bp3-large:empty::before,
.bp3-tag-input.bp3-large > :last-child{
margin-right:0; }
.bp3-tag-input.bp3-large .bp3-tag-input-icon{
margin-left:5px;
margin-top:10px; }
.bp3-tag-input.bp3-large .bp3-input-ghost{
line-height:30px; }
.bp3-tag-input.bp3-large .bp3-button{
min-height:30px;
min-width:30px;
padding:5px 10px;
margin:5px;
margin-left:0; }
.bp3-tag-input.bp3-large .bp3-spinner{
margin:8px;
margin-left:0; }
.bp3-tag-input.bp3-active{
background-color:#ffffff;
-webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.bp3-tag-input.bp3-active.bp3-intent-primary{
-webkit-box-shadow:0 0 0 1px #106ba3, 0 0 0 3px rgba(16, 107, 163, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px #106ba3, 0 0 0 3px rgba(16, 107, 163, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.bp3-tag-input.bp3-active.bp3-intent-success{
-webkit-box-shadow:0 0 0 1px #0d8050, 0 0 0 3px rgba(13, 128, 80, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px #0d8050, 0 0 0 3px rgba(13, 128, 80, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.bp3-tag-input.bp3-active.bp3-intent-warning{
-webkit-box-shadow:0 0 0 1px #bf7326, 0 0 0 3px rgba(191, 115, 38, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px #bf7326, 0 0 0 3px rgba(191, 115, 38, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.bp3-tag-input.bp3-active.bp3-intent-danger{
-webkit-box-shadow:0 0 0 1px #c23030, 0 0 0 3px rgba(194, 48, 48, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px #c23030, 0 0 0 3px rgba(194, 48, 48, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); }
.bp3-dark .bp3-tag-input .bp3-tag-input-icon, .bp3-tag-input.bp3-dark .bp3-tag-input-icon{
color:#a7b6c2; }
.bp3-dark .bp3-tag-input .bp3-input-ghost, .bp3-tag-input.bp3-dark .bp3-input-ghost{
color:#f5f8fa; }
.bp3-dark .bp3-tag-input .bp3-input-ghost::-webkit-input-placeholder, .bp3-tag-input.bp3-dark .bp3-input-ghost::-webkit-input-placeholder{
color:rgba(167, 182, 194, 0.6); }
.bp3-dark .bp3-tag-input .bp3-input-ghost::-moz-placeholder, .bp3-tag-input.bp3-dark .bp3-input-ghost::-moz-placeholder{
color:rgba(167, 182, 194, 0.6); }
.bp3-dark .bp3-tag-input .bp3-input-ghost:-ms-input-placeholder, .bp3-tag-input.bp3-dark .bp3-input-ghost:-ms-input-placeholder{
color:rgba(167, 182, 194, 0.6); }
.bp3-dark .bp3-tag-input .bp3-input-ghost::-ms-input-placeholder, .bp3-tag-input.bp3-dark .bp3-input-ghost::-ms-input-placeholder{
color:rgba(167, 182, 194, 0.6); }
.bp3-dark .bp3-tag-input .bp3-input-ghost::placeholder, .bp3-tag-input.bp3-dark .bp3-input-ghost::placeholder{
color:rgba(167, 182, 194, 0.6); }
.bp3-dark .bp3-tag-input.bp3-active, .bp3-tag-input.bp3-dark.bp3-active{
background-color:rgba(16, 22, 26, 0.3);
-webkit-box-shadow:0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-tag-input.bp3-active.bp3-intent-primary, .bp3-tag-input.bp3-dark.bp3-active.bp3-intent-primary{
-webkit-box-shadow:0 0 0 1px #106ba3, 0 0 0 3px rgba(16, 107, 163, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px #106ba3, 0 0 0 3px rgba(16, 107, 163, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-tag-input.bp3-active.bp3-intent-success, .bp3-tag-input.bp3-dark.bp3-active.bp3-intent-success{
-webkit-box-shadow:0 0 0 1px #0d8050, 0 0 0 3px rgba(13, 128, 80, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px #0d8050, 0 0 0 3px rgba(13, 128, 80, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-tag-input.bp3-active.bp3-intent-warning, .bp3-tag-input.bp3-dark.bp3-active.bp3-intent-warning{
-webkit-box-shadow:0 0 0 1px #bf7326, 0 0 0 3px rgba(191, 115, 38, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px #bf7326, 0 0 0 3px rgba(191, 115, 38, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.bp3-dark .bp3-tag-input.bp3-active.bp3-intent-danger, .bp3-tag-input.bp3-dark.bp3-active.bp3-intent-danger{
-webkit-box-shadow:0 0 0 1px #c23030, 0 0 0 3px rgba(194, 48, 48, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px #c23030, 0 0 0 3px rgba(194, 48, 48, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); }
.bp3-input-ghost{
background:none;
border:none;
-webkit-box-shadow:none;
box-shadow:none;
padding:0; }
.bp3-input-ghost::-webkit-input-placeholder{
color:rgba(92, 112, 128, 0.6);
opacity:1; }
.bp3-input-ghost::-moz-placeholder{
color:rgba(92, 112, 128, 0.6);
opacity:1; }
.bp3-input-ghost:-ms-input-placeholder{
color:rgba(92, 112, 128, 0.6);
opacity:1; }
.bp3-input-ghost::-ms-input-placeholder{
color:rgba(92, 112, 128, 0.6);
opacity:1; }
.bp3-input-ghost::placeholder{
color:rgba(92, 112, 128, 0.6);
opacity:1; }
.bp3-input-ghost:focus{
outline:none !important; }
.bp3-toast{
-webkit-box-align:start;
-ms-flex-align:start;
align-items:flex-start;
background-color:#ffffff;
border-radius:3px;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2);
display:-webkit-box;
display:-ms-flexbox;
display:flex;
margin:20px 0 0;
max-width:500px;
min-width:300px;
pointer-events:all;
position:relative !important; }
.bp3-toast.bp3-toast-enter, .bp3-toast.bp3-toast-appear{
-webkit-transform:translateY(-40px);
transform:translateY(-40px); }
.bp3-toast.bp3-toast-enter-active, .bp3-toast.bp3-toast-appear-active{
-webkit-transform:translateY(0);
transform:translateY(0);
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:300ms;
transition-duration:300ms;
-webkit-transition-property:-webkit-transform;
transition-property:-webkit-transform;
transition-property:transform;
transition-property:transform, -webkit-transform;
-webkit-transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11);
transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); }
.bp3-toast.bp3-toast-enter ~ .bp3-toast, .bp3-toast.bp3-toast-appear ~ .bp3-toast{
-webkit-transform:translateY(-40px);
transform:translateY(-40px); }
.bp3-toast.bp3-toast-enter-active ~ .bp3-toast, .bp3-toast.bp3-toast-appear-active ~ .bp3-toast{
-webkit-transform:translateY(0);
transform:translateY(0);
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:300ms;
transition-duration:300ms;
-webkit-transition-property:-webkit-transform;
transition-property:-webkit-transform;
transition-property:transform;
transition-property:transform, -webkit-transform;
-webkit-transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11);
transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11); }
.bp3-toast.bp3-toast-exit{
opacity:1;
-webkit-filter:blur(0);
filter:blur(0); }
.bp3-toast.bp3-toast-exit-active{
opacity:0;
-webkit-filter:blur(10px);
filter:blur(10px);
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:300ms;
transition-duration:300ms;
-webkit-transition-property:opacity, -webkit-filter;
transition-property:opacity, -webkit-filter;
transition-property:opacity, filter;
transition-property:opacity, filter, -webkit-filter;
-webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-toast.bp3-toast-exit ~ .bp3-toast{
-webkit-transform:translateY(0);
transform:translateY(0); }
.bp3-toast.bp3-toast-exit-active ~ .bp3-toast{
-webkit-transform:translateY(-40px);
transform:translateY(-40px);
-webkit-transition-delay:50ms;
transition-delay:50ms;
-webkit-transition-duration:100ms;
transition-duration:100ms;
-webkit-transition-property:-webkit-transform;
transition-property:-webkit-transform;
transition-property:transform;
transition-property:transform, -webkit-transform;
-webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-toast .bp3-button-group{
-webkit-box-flex:0;
-ms-flex:0 0 auto;
flex:0 0 auto;
padding:5px;
padding-left:0; }
.bp3-toast > .bp3-icon{
color:#5c7080;
margin:12px;
margin-right:0; }
.bp3-toast.bp3-dark,
.bp3-dark .bp3-toast{
background-color:#394b59;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); }
.bp3-toast.bp3-dark > .bp3-icon,
.bp3-dark .bp3-toast > .bp3-icon{
color:#a7b6c2; }
.bp3-toast[class*="bp3-intent-"] a{
color:rgba(255, 255, 255, 0.7); }
.bp3-toast[class*="bp3-intent-"] a:hover{
color:#ffffff; }
.bp3-toast[class*="bp3-intent-"] > .bp3-icon{
color:#ffffff; }
.bp3-toast[class*="bp3-intent-"] .bp3-button, .bp3-toast[class*="bp3-intent-"] .bp3-button::before,
.bp3-toast[class*="bp3-intent-"] .bp3-button .bp3-icon, .bp3-toast[class*="bp3-intent-"] .bp3-button:active{
color:rgba(255, 255, 255, 0.7) !important; }
.bp3-toast[class*="bp3-intent-"] .bp3-button:focus{
outline-color:rgba(255, 255, 255, 0.5); }
.bp3-toast[class*="bp3-intent-"] .bp3-button:hover{
background-color:rgba(255, 255, 255, 0.15) !important;
color:#ffffff !important; }
.bp3-toast[class*="bp3-intent-"] .bp3-button:active{
background-color:rgba(255, 255, 255, 0.3) !important;
color:#ffffff !important; }
.bp3-toast[class*="bp3-intent-"] .bp3-button::after{
background:rgba(255, 255, 255, 0.3) !important; }
.bp3-toast.bp3-intent-primary{
background-color:#137cbd;
color:#ffffff; }
.bp3-toast.bp3-intent-success{
background-color:#0f9960;
color:#ffffff; }
.bp3-toast.bp3-intent-warning{
background-color:#d9822b;
color:#ffffff; }
.bp3-toast.bp3-intent-danger{
background-color:#db3737;
color:#ffffff; }
.bp3-toast-message{
-webkit-box-flex:1;
-ms-flex:1 1 auto;
flex:1 1 auto;
padding:11px;
word-break:break-word; }
.bp3-toast-container{
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
display:-webkit-box !important;
display:-ms-flexbox !important;
display:flex !important;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column;
left:0;
overflow:hidden;
padding:0 20px 20px;
pointer-events:none;
right:0;
z-index:40; }
.bp3-toast-container.bp3-toast-container-in-portal{
position:fixed; }
.bp3-toast-container.bp3-toast-container-inline{
position:absolute; }
.bp3-toast-container.bp3-toast-container-top{
top:0; }
.bp3-toast-container.bp3-toast-container-bottom{
bottom:0;
-webkit-box-orient:vertical;
-webkit-box-direction:reverse;
-ms-flex-direction:column-reverse;
flex-direction:column-reverse;
top:auto; }
.bp3-toast-container.bp3-toast-container-left{
-webkit-box-align:start;
-ms-flex-align:start;
align-items:flex-start; }
.bp3-toast-container.bp3-toast-container-right{
-webkit-box-align:end;
-ms-flex-align:end;
align-items:flex-end; }
.bp3-toast-container-bottom .bp3-toast.bp3-toast-enter:not(.bp3-toast-enter-active),
.bp3-toast-container-bottom .bp3-toast.bp3-toast-enter:not(.bp3-toast-enter-active) ~ .bp3-toast, .bp3-toast-container-bottom .bp3-toast.bp3-toast-appear:not(.bp3-toast-appear-active),
.bp3-toast-container-bottom .bp3-toast.bp3-toast-appear:not(.bp3-toast-appear-active) ~ .bp3-toast,
.bp3-toast-container-bottom .bp3-toast.bp3-toast-exit-active ~ .bp3-toast,
.bp3-toast-container-bottom .bp3-toast.bp3-toast-leave-active ~ .bp3-toast{
-webkit-transform:translateY(60px);
transform:translateY(60px); }
.bp3-tooltip{
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2);
-webkit-transform:scale(1);
transform:scale(1); }
.bp3-tooltip .bp3-popover-arrow{
height:22px;
position:absolute;
width:22px; }
.bp3-tooltip .bp3-popover-arrow::before{
height:14px;
margin:4px;
width:14px; }
.bp3-tether-element-attached-bottom.bp3-tether-target-attached-top > .bp3-tooltip{
margin-bottom:11px;
margin-top:-11px; }
.bp3-tether-element-attached-bottom.bp3-tether-target-attached-top > .bp3-tooltip > .bp3-popover-arrow{
bottom:-8px; }
.bp3-tether-element-attached-bottom.bp3-tether-target-attached-top > .bp3-tooltip > .bp3-popover-arrow svg{
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg); }
.bp3-tether-element-attached-left.bp3-tether-target-attached-right > .bp3-tooltip{
margin-left:11px; }
.bp3-tether-element-attached-left.bp3-tether-target-attached-right > .bp3-tooltip > .bp3-popover-arrow{
left:-8px; }
.bp3-tether-element-attached-left.bp3-tether-target-attached-right > .bp3-tooltip > .bp3-popover-arrow svg{
-webkit-transform:rotate(0);
transform:rotate(0); }
.bp3-tether-element-attached-top.bp3-tether-target-attached-bottom > .bp3-tooltip{
margin-top:11px; }
.bp3-tether-element-attached-top.bp3-tether-target-attached-bottom > .bp3-tooltip > .bp3-popover-arrow{
top:-8px; }
.bp3-tether-element-attached-top.bp3-tether-target-attached-bottom > .bp3-tooltip > .bp3-popover-arrow svg{
-webkit-transform:rotate(90deg);
transform:rotate(90deg); }
.bp3-tether-element-attached-right.bp3-tether-target-attached-left > .bp3-tooltip{
margin-left:-11px;
margin-right:11px; }
.bp3-tether-element-attached-right.bp3-tether-target-attached-left > .bp3-tooltip > .bp3-popover-arrow{
right:-8px; }
.bp3-tether-element-attached-right.bp3-tether-target-attached-left > .bp3-tooltip > .bp3-popover-arrow svg{
-webkit-transform:rotate(180deg);
transform:rotate(180deg); }
.bp3-tether-element-attached-middle > .bp3-tooltip > .bp3-popover-arrow{
top:50%;
-webkit-transform:translateY(-50%);
transform:translateY(-50%); }
.bp3-tether-element-attached-center > .bp3-tooltip > .bp3-popover-arrow{
right:50%;
-webkit-transform:translateX(50%);
transform:translateX(50%); }
.bp3-tether-element-attached-top.bp3-tether-target-attached-top > .bp3-tooltip > .bp3-popover-arrow{
top:-0.22183px; }
.bp3-tether-element-attached-right.bp3-tether-target-attached-right > .bp3-tooltip > .bp3-popover-arrow{
right:-0.22183px; }
.bp3-tether-element-attached-left.bp3-tether-target-attached-left > .bp3-tooltip > .bp3-popover-arrow{
left:-0.22183px; }
.bp3-tether-element-attached-bottom.bp3-tether-target-attached-bottom > .bp3-tooltip > .bp3-popover-arrow{
bottom:-0.22183px; }
.bp3-tether-element-attached-top.bp3-tether-element-attached-left > .bp3-tooltip{
-webkit-transform-origin:top left;
transform-origin:top left; }
.bp3-tether-element-attached-top.bp3-tether-element-attached-center > .bp3-tooltip{
-webkit-transform-origin:top center;
transform-origin:top center; }
.bp3-tether-element-attached-top.bp3-tether-element-attached-right > .bp3-tooltip{
-webkit-transform-origin:top right;
transform-origin:top right; }
.bp3-tether-element-attached-middle.bp3-tether-element-attached-left > .bp3-tooltip{
-webkit-transform-origin:center left;
transform-origin:center left; }
.bp3-tether-element-attached-middle.bp3-tether-element-attached-center > .bp3-tooltip{
-webkit-transform-origin:center center;
transform-origin:center center; }
.bp3-tether-element-attached-middle.bp3-tether-element-attached-right > .bp3-tooltip{
-webkit-transform-origin:center right;
transform-origin:center right; }
.bp3-tether-element-attached-bottom.bp3-tether-element-attached-left > .bp3-tooltip{
-webkit-transform-origin:bottom left;
transform-origin:bottom left; }
.bp3-tether-element-attached-bottom.bp3-tether-element-attached-center > .bp3-tooltip{
-webkit-transform-origin:bottom center;
transform-origin:bottom center; }
.bp3-tether-element-attached-bottom.bp3-tether-element-attached-right > .bp3-tooltip{
-webkit-transform-origin:bottom right;
transform-origin:bottom right; }
.bp3-tooltip .bp3-popover-content{
background:#394b59;
color:#f5f8fa; }
.bp3-tooltip .bp3-popover-arrow::before{
-webkit-box-shadow:1px 1px 6px rgba(16, 22, 26, 0.2);
box-shadow:1px 1px 6px rgba(16, 22, 26, 0.2); }
.bp3-tooltip .bp3-popover-arrow-border{
fill:#10161a;
fill-opacity:0.1; }
.bp3-tooltip .bp3-popover-arrow-fill{
fill:#394b59; }
.bp3-popover-enter > .bp3-tooltip, .bp3-popover-appear > .bp3-tooltip{
-webkit-transform:scale(0.8);
transform:scale(0.8); }
.bp3-popover-enter-active > .bp3-tooltip, .bp3-popover-appear-active > .bp3-tooltip{
-webkit-transform:scale(1);
transform:scale(1);
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:100ms;
transition-duration:100ms;
-webkit-transition-property:-webkit-transform;
transition-property:-webkit-transform;
transition-property:transform;
transition-property:transform, -webkit-transform;
-webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-popover-exit > .bp3-tooltip{
-webkit-transform:scale(1);
transform:scale(1); }
.bp3-popover-exit-active > .bp3-tooltip{
-webkit-transform:scale(0.8);
transform:scale(0.8);
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:100ms;
transition-duration:100ms;
-webkit-transition-property:-webkit-transform;
transition-property:-webkit-transform;
transition-property:transform;
transition-property:transform, -webkit-transform;
-webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-tooltip .bp3-popover-content{
padding:10px 12px; }
.bp3-tooltip.bp3-dark,
.bp3-dark .bp3-tooltip{
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); }
.bp3-tooltip.bp3-dark .bp3-popover-content,
.bp3-dark .bp3-tooltip .bp3-popover-content{
background:#e1e8ed;
color:#394b59; }
.bp3-tooltip.bp3-dark .bp3-popover-arrow::before,
.bp3-dark .bp3-tooltip .bp3-popover-arrow::before{
-webkit-box-shadow:1px 1px 6px rgba(16, 22, 26, 0.4);
box-shadow:1px 1px 6px rgba(16, 22, 26, 0.4); }
.bp3-tooltip.bp3-dark .bp3-popover-arrow-border,
.bp3-dark .bp3-tooltip .bp3-popover-arrow-border{
fill:#10161a;
fill-opacity:0.2; }
.bp3-tooltip.bp3-dark .bp3-popover-arrow-fill,
.bp3-dark .bp3-tooltip .bp3-popover-arrow-fill{
fill:#e1e8ed; }
.bp3-tooltip.bp3-intent-primary .bp3-popover-content{
background:#137cbd;
color:#ffffff; }
.bp3-tooltip.bp3-intent-primary .bp3-popover-arrow-fill{
fill:#137cbd; }
.bp3-tooltip.bp3-intent-success .bp3-popover-content{
background:#0f9960;
color:#ffffff; }
.bp3-tooltip.bp3-intent-success .bp3-popover-arrow-fill{
fill:#0f9960; }
.bp3-tooltip.bp3-intent-warning .bp3-popover-content{
background:#d9822b;
color:#ffffff; }
.bp3-tooltip.bp3-intent-warning .bp3-popover-arrow-fill{
fill:#d9822b; }
.bp3-tooltip.bp3-intent-danger .bp3-popover-content{
background:#db3737;
color:#ffffff; }
.bp3-tooltip.bp3-intent-danger .bp3-popover-arrow-fill{
fill:#db3737; }
.bp3-tooltip-indicator{
border-bottom:dotted 1px;
cursor:help; }
.bp3-tree .bp3-icon, .bp3-tree .bp3-icon-standard, .bp3-tree .bp3-icon-large{
color:#5c7080; }
.bp3-tree .bp3-icon.bp3-intent-primary, .bp3-tree .bp3-icon-standard.bp3-intent-primary, .bp3-tree .bp3-icon-large.bp3-intent-primary{
color:#137cbd; }
.bp3-tree .bp3-icon.bp3-intent-success, .bp3-tree .bp3-icon-standard.bp3-intent-success, .bp3-tree .bp3-icon-large.bp3-intent-success{
color:#0f9960; }
.bp3-tree .bp3-icon.bp3-intent-warning, .bp3-tree .bp3-icon-standard.bp3-intent-warning, .bp3-tree .bp3-icon-large.bp3-intent-warning{
color:#d9822b; }
.bp3-tree .bp3-icon.bp3-intent-danger, .bp3-tree .bp3-icon-standard.bp3-intent-danger, .bp3-tree .bp3-icon-large.bp3-intent-danger{
color:#db3737; }
.bp3-tree-node-list{
list-style:none;
margin:0;
padding-left:0; }
.bp3-tree-root{
background-color:transparent;
cursor:default;
padding-left:0;
position:relative; }
.bp3-tree-node-content-0{
padding-left:0px; }
.bp3-tree-node-content-1{
padding-left:23px; }
.bp3-tree-node-content-2{
padding-left:46px; }
.bp3-tree-node-content-3{
padding-left:69px; }
.bp3-tree-node-content-4{
padding-left:92px; }
.bp3-tree-node-content-5{
padding-left:115px; }
.bp3-tree-node-content-6{
padding-left:138px; }
.bp3-tree-node-content-7{
padding-left:161px; }
.bp3-tree-node-content-8{
padding-left:184px; }
.bp3-tree-node-content-9{
padding-left:207px; }
.bp3-tree-node-content-10{
padding-left:230px; }
.bp3-tree-node-content-11{
padding-left:253px; }
.bp3-tree-node-content-12{
padding-left:276px; }
.bp3-tree-node-content-13{
padding-left:299px; }
.bp3-tree-node-content-14{
padding-left:322px; }
.bp3-tree-node-content-15{
padding-left:345px; }
.bp3-tree-node-content-16{
padding-left:368px; }
.bp3-tree-node-content-17{
padding-left:391px; }
.bp3-tree-node-content-18{
padding-left:414px; }
.bp3-tree-node-content-19{
padding-left:437px; }
.bp3-tree-node-content-20{
padding-left:460px; }
.bp3-tree-node-content{
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
height:30px;
padding-right:5px;
width:100%; }
.bp3-tree-node-content:hover{
background-color:rgba(191, 204, 214, 0.4); }
.bp3-tree-node-caret,
.bp3-tree-node-caret-none{
min-width:30px; }
.bp3-tree-node-caret{
color:#5c7080;
cursor:pointer;
padding:7px;
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
-webkit-transition:-webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
transition:-webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
transition:transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
transition:transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-tree-node-caret:hover{
color:#182026; }
.bp3-dark .bp3-tree-node-caret{
color:#a7b6c2; }
.bp3-dark .bp3-tree-node-caret:hover{
color:#f5f8fa; }
.bp3-tree-node-caret.bp3-tree-node-caret-open{
-webkit-transform:rotate(90deg);
transform:rotate(90deg); }
.bp3-tree-node-caret.bp3-icon-standard::before{
content:""; }
.bp3-tree-node-icon{
margin-right:7px;
position:relative; }
.bp3-tree-node-label{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
word-wrap:normal;
-webkit-box-flex:1;
-ms-flex:1 1 auto;
flex:1 1 auto;
position:relative;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none; }
.bp3-tree-node-label span{
display:inline; }
.bp3-tree-node-secondary-label{
padding:0 5px;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none; }
.bp3-tree-node-secondary-label .bp3-popover-wrapper,
.bp3-tree-node-secondary-label .bp3-popover-target{
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
display:-webkit-box;
display:-ms-flexbox;
display:flex; }
.bp3-tree-node.bp3-disabled .bp3-tree-node-content{
background-color:inherit;
color:rgba(92, 112, 128, 0.6);
cursor:not-allowed; }
.bp3-tree-node.bp3-disabled .bp3-tree-node-caret,
.bp3-tree-node.bp3-disabled .bp3-tree-node-icon{
color:rgba(92, 112, 128, 0.6);
cursor:not-allowed; }
.bp3-tree-node.bp3-tree-node-selected > .bp3-tree-node-content{
background-color:#137cbd; }
.bp3-tree-node.bp3-tree-node-selected > .bp3-tree-node-content,
.bp3-tree-node.bp3-tree-node-selected > .bp3-tree-node-content .bp3-icon, .bp3-tree-node.bp3-tree-node-selected > .bp3-tree-node-content .bp3-icon-standard, .bp3-tree-node.bp3-tree-node-selected > .bp3-tree-node-content .bp3-icon-large{
color:#ffffff; }
.bp3-tree-node.bp3-tree-node-selected > .bp3-tree-node-content .bp3-tree-node-caret::before{
color:rgba(255, 255, 255, 0.7); }
.bp3-tree-node.bp3-tree-node-selected > .bp3-tree-node-content .bp3-tree-node-caret:hover::before{
color:#ffffff; }
.bp3-dark .bp3-tree-node-content:hover{
background-color:rgba(92, 112, 128, 0.3); }
.bp3-dark .bp3-tree .bp3-icon, .bp3-dark .bp3-tree .bp3-icon-standard, .bp3-dark .bp3-tree .bp3-icon-large{
color:#a7b6c2; }
.bp3-dark .bp3-tree .bp3-icon.bp3-intent-primary, .bp3-dark .bp3-tree .bp3-icon-standard.bp3-intent-primary, .bp3-dark .bp3-tree .bp3-icon-large.bp3-intent-primary{
color:#137cbd; }
.bp3-dark .bp3-tree .bp3-icon.bp3-intent-success, .bp3-dark .bp3-tree .bp3-icon-standard.bp3-intent-success, .bp3-dark .bp3-tree .bp3-icon-large.bp3-intent-success{
color:#0f9960; }
.bp3-dark .bp3-tree .bp3-icon.bp3-intent-warning, .bp3-dark .bp3-tree .bp3-icon-standard.bp3-intent-warning, .bp3-dark .bp3-tree .bp3-icon-large.bp3-intent-warning{
color:#d9822b; }
.bp3-dark .bp3-tree .bp3-icon.bp3-intent-danger, .bp3-dark .bp3-tree .bp3-icon-standard.bp3-intent-danger, .bp3-dark .bp3-tree .bp3-icon-large.bp3-intent-danger{
color:#db3737; }
.bp3-dark .bp3-tree-node.bp3-tree-node-selected > .bp3-tree-node-content{
background-color:#137cbd; }
.bp3-omnibar{
-webkit-filter:blur(0);
filter:blur(0);
opacity:1;
background-color:#ffffff;
border-radius:3px;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2);
left:calc(50% - 250px);
top:20vh;
width:500px;
z-index:21; }
.bp3-omnibar.bp3-overlay-enter, .bp3-omnibar.bp3-overlay-appear{
-webkit-filter:blur(20px);
filter:blur(20px);
opacity:0.2; }
.bp3-omnibar.bp3-overlay-enter-active, .bp3-omnibar.bp3-overlay-appear-active{
-webkit-filter:blur(0);
filter:blur(0);
opacity:1;
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:200ms;
transition-duration:200ms;
-webkit-transition-property:opacity, -webkit-filter;
transition-property:opacity, -webkit-filter;
transition-property:filter, opacity;
transition-property:filter, opacity, -webkit-filter;
-webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-omnibar.bp3-overlay-exit{
-webkit-filter:blur(0);
filter:blur(0);
opacity:1; }
.bp3-omnibar.bp3-overlay-exit-active{
-webkit-filter:blur(20px);
filter:blur(20px);
opacity:0.2;
-webkit-transition-delay:0;
transition-delay:0;
-webkit-transition-duration:200ms;
transition-duration:200ms;
-webkit-transition-property:opacity, -webkit-filter;
transition-property:opacity, -webkit-filter;
transition-property:filter, opacity;
transition-property:filter, opacity, -webkit-filter;
-webkit-transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9); }
.bp3-omnibar .bp3-input{
background-color:transparent;
border-radius:0; }
.bp3-omnibar .bp3-input, .bp3-omnibar .bp3-input:focus{
-webkit-box-shadow:none;
box-shadow:none; }
.bp3-omnibar .bp3-menu{
background-color:transparent;
border-radius:0;
-webkit-box-shadow:inset 0 1px 0 rgba(16, 22, 26, 0.15);
box-shadow:inset 0 1px 0 rgba(16, 22, 26, 0.15);
max-height:calc(60vh - 40px);
overflow:auto; }
.bp3-omnibar .bp3-menu:empty{
display:none; }
.bp3-dark .bp3-omnibar, .bp3-omnibar.bp3-dark{
background-color:#30404d;
-webkit-box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4);
box-shadow:0 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4); }
.bp3-omnibar-overlay .bp3-overlay-backdrop{
background-color:rgba(16, 22, 26, 0.2); }
.bp3-select-popover .bp3-popover-content{
padding:5px; }
.bp3-select-popover .bp3-input-group{
margin-bottom:0; }
.bp3-select-popover .bp3-menu{
max-height:300px;
max-width:400px;
overflow:auto;
padding:0; }
.bp3-select-popover .bp3-menu:not(:first-child){
padding-top:5px; }
.bp3-multi-select{
min-width:150px; }
.bp3-multi-select-popover .bp3-menu{
max-height:300px;
max-width:400px;
overflow:auto; }
.bp3-select-popover .bp3-popover-content{
padding:5px; }
.bp3-select-popover .bp3-input-group{
margin-bottom:0; }
.bp3-select-popover .bp3-menu{
max-height:300px;
max-width:400px;
overflow:auto;
padding:0; }
.bp3-select-popover .bp3-menu:not(:first-child){
padding-top:5px; }
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
/* This file was auto-generated by ensureUiComponents() in @jupyterlab/buildutils */
/**
* (DEPRECATED) Support for consuming icons as CSS background images
*/
/* Icons urls */
:root {
--jp-icon-add: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTE5IDEzaC02djZoLTJ2LTZINXYtMmg2VjVoMnY2aDZ2MnoiLz4KICA8L2c+Cjwvc3ZnPgo=);
--jp-icon-bug: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIj4KICAgIDxwYXRoIGQ9Ik0yMCA4aC0yLjgxYy0uNDUtLjc4LTEuMDctMS40NS0xLjgyLTEuOTZMMTcgNC40MSAxNS41OSAzbC0yLjE3IDIuMTdDMTIuOTYgNS4wNiAxMi40OSA1IDEyIDVjLS40OSAwLS45Ni4wNi0xLjQxLjE3TDguNDEgMyA3IDQuNDFsMS42MiAxLjYzQzcuODggNi41NSA3LjI2IDcuMjIgNi44MSA4SDR2MmgyLjA5Yy0uMDUuMzMtLjA5LjY2LS4wOSAxdjFINHYyaDJ2MWMwIC4zNC4wNC42Ny4wOSAxSDR2MmgyLjgxYzEuMDQgMS43OSAyLjk3IDMgNS4xOSAzczQuMTUtMS4yMSA1LjE5LTNIMjB2LTJoLTIuMDljLjA1LS4zMy4wOS0uNjYuMDktMXYtMWgydi0yaC0ydi0xYzAtLjM0LS4wNC0uNjctLjA5LTFIMjBWOHptLTYgOGgtNHYtMmg0djJ6bTAtNGgtNHYtMmg0djJ6Ii8+CiAgPC9nPgo8L3N2Zz4K);
--jp-icon-build: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTE0LjkgMTcuNDVDMTYuMjUgMTcuNDUgMTcuMzUgMTYuMzUgMTcuMzUgMTVDMTcuMzUgMTMuNjUgMTYuMjUgMTIuNTUgMTQuOSAxMi41NUMxMy41NCAxMi41NSAxMi40NSAxMy42NSAxMi40NSAxNUMxMi40NSAxNi4zNSAxMy41NCAxNy40NSAxNC45IDE3LjQ1Wk0yMC4xIDE1LjY4TDIxLjU4IDE2Ljg0QzIxLjcxIDE2Ljk1IDIxLjc1IDE3LjEzIDIxLjY2IDE3LjI5TDIwLjI2IDE5LjcxQzIwLjE3IDE5Ljg2IDIwIDE5LjkyIDE5LjgzIDE5Ljg2TDE4LjA5IDE5LjE2QzE3LjczIDE5LjQ0IDE3LjMzIDE5LjY3IDE2LjkxIDE5Ljg1TDE2LjY0IDIxLjdDMTYuNjIgMjEuODcgMTYuNDcgMjIgMTYuMyAyMkgxMy41QzEzLjMyIDIyIDEzLjE4IDIxLjg3IDEzLjE1IDIxLjdMMTIuODkgMTkuODVDMTIuNDYgMTkuNjcgMTIuMDcgMTkuNDQgMTEuNzEgMTkuMTZMOS45NjAwMiAxOS44NkM5LjgxMDAyIDE5LjkyIDkuNjIwMDIgMTkuODYgOS41NDAwMiAxOS43MUw4LjE0MDAyIDE3LjI5QzguMDUwMDIgMTcuMTMgOC4wOTAwMiAxNi45NSA4LjIyMDAyIDE2Ljg0TDkuNzAwMDIgMTUuNjhMOS42NTAwMSAxNUw5LjcwMDAyIDE0LjMxTDguMjIwMDIgMTMuMTZDOC4wOTAwMiAxMy4wNSA4LjA1MDAyIDEyLjg2IDguMTQwMDIgMTIuNzFMOS41NDAwMiAxMC4yOUM5LjYyMDAyIDEwLjEzIDkuODEwMDIgMTAuMDcgOS45NjAwMiAxMC4xM0wxMS43MSAxMC44NEMxMi4wNyAxMC41NiAxMi40NiAxMC4zMiAxMi44OSAxMC4xNUwxMy4xNSA4LjI4OTk4QzEzLjE4IDguMTI5OTggMTMuMzIgNy45OTk5OCAxMy41IDcuOTk5OThIMTYuM0MxNi40NyA3Ljk5OTk4IDE2LjYyIDguMTI5OTggMTYuNjQgOC4yODk5OEwxNi45MSAxMC4xNUMxNy4zMyAxMC4zMiAxNy43MyAxMC41NiAxOC4wOSAxMC44NEwxOS44MyAxMC4xM0MyMCAxMC4wNyAyMC4xNyAxMC4xMyAyMC4yNiAxMC4yOUwyMS42NiAxMi43MUMyMS43NSAxMi44NiAyMS43MSAxMy4wNSAyMS41OCAxMy4xNkwyMC4xIDE0LjMxTDIwLjE1IDE1TDIwLjEgMTUuNjhaIi8+CiAgICA8cGF0aCBkPSJNNy4zMjk2NiA3LjQ0NDU0QzguMDgzMSA3LjAwOTU0IDguMzM5MzIgNi4wNTMzMiA3LjkwNDMyIDUuMjk5ODhDNy40NjkzMiA0LjU0NjQzIDYuNTA4MSA0LjI4MTU2IDUuNzU0NjYgNC43MTY1NkM1LjM5MTc2IDQuOTI2MDggNS4xMjY5NSA1LjI3MTE4IDUuMDE4NDkgNS42NzU5NEM0LjkxMDA0IDYuMDgwNzEgNC45NjY4MiA2LjUxMTk4IDUuMTc2MzQgNi44NzQ4OEM1LjYxMTM0IDcuNjI4MzIgNi41NzYyMiA3Ljg3OTU0IDcuMzI5NjYgNy40NDQ1NFpNOS42NTcxOCA0Ljc5NTkzTDEwLjg2NzIgNC45NTE3OUMxMC45NjI4IDQuOTc3NDEgMTEuMDQwMiA1LjA3MTMzIDExLjAzODIgNS4xODc5M0wxMS4wMzg4IDYuOTg4OTNDMTEuMDQ1NSA3LjEwMDU0IDEwLjk2MTYgNy4xOTUxOCAxMC44NTUgNy4yMTA1NEw5LjY2MDAxIDcuMzgwODNMOS4yMzkxNSA4LjEzMTg4TDkuNjY5NjEgOS4yNTc0NUM5LjcwNzI5IDkuMzYyNzEgOS42NjkzNCA5LjQ3Njk5IDkuNTc0MDggOS41MzE5OUw4LjAxNTIzIDEwLjQzMkM3LjkxMTMxIDEwLjQ5MiA3Ljc5MzM3IDEwLjQ2NzcgNy43MjEwNSAxMC4zODI0TDYuOTg3NDggOS40MzE4OEw2LjEwOTMxIDkuNDMwODNMNS4zNDcwNCAxMC4zOTA1QzUuMjg5MDkgMTAuNDcwMiA1LjE3MzgzIDEwLjQ5MDUgNS4wNzE4NyAxMC40MzM5TDMuNTEyNDUgOS41MzI5M0MzLjQxMDQ5IDkuNDc2MzMgMy4zNzY0NyA5LjM1NzQxIDMuNDEwNzUgOS4yNTY3OUwzLjg2MzQ3IDguMTQwOTNMMy42MTc0OSA3Ljc3NDg4TDMuNDIzNDcgNy4zNzg4M0wyLjIzMDc1IDcuMjEyOTdDMi4xMjY0NyA3LjE5MjM1IDIuMDQwNDkgNy4xMDM0MiAyLjA0MjQ1IDYuOTg2ODJMMi4wNDE4NyA1LjE4NTgyQzIuMDQzODMgNS4wNjkyMiAyLjExOTA5IDQuOTc5NTggMi4yMTcwNCA0Ljk2OTIyTDMuNDIwNjUgNC43OTM5M0wzLjg2NzQ5IDQuMDI3ODhMMy40MTEwNSAyLjkxNzMxQzMuMzczMzcgMi44MTIwNCAzLjQxMTMxIDIuNjk3NzYgMy41MTUyMyAyLjYzNzc2TDUuMDc0MDggMS43Mzc3NkM1LjE2OTM0IDEuNjgyNzYgNS4yODcyOSAxLjcwNzA0IDUuMzU5NjEgMS43OTIzMUw2LjExOTE1IDIuNzI3ODhMNi45ODAwMSAyLjczODkzTDcuNzI0OTYgMS43ODkyMkM3Ljc5MTU2IDEuNzA0NTggNy45MTU0OCAxLjY3OTIyIDguMDA4NzkgMS43NDA4Mkw5LjU2ODIxIDIuNjQxODJDOS42NzAxNyAyLjY5ODQyIDkuNzEyODUgMi44MTIzNCA5LjY4NzIzIDIuOTA3OTdMOS4yMTcxOCA0LjAzMzgzTDkuNDYzMTYgNC4zOTk4OEw5LjY1NzE4IDQuNzk1OTNaIi8+CiAgPC9nPgo8L3N2Zz4K);
--jp-icon-caret-down-empty-thin: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIwIDIwIj4KCTxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iPgoJCTxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iOS45LDEzLjYgMy42LDcuNCA0LjQsNi42IDkuOSwxMi4yIDE1LjQsNi43IDE2LjEsNy40ICIvPgoJPC9nPgo8L3N2Zz4K);
--jp-icon-caret-down-empty: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiIHNoYXBlLXJlbmRlcmluZz0iZ2VvbWV0cmljUHJlY2lzaW9uIj4KICAgIDxwYXRoIGQ9Ik01LjIsNS45TDksOS43bDMuOC0zLjhsMS4yLDEuMmwtNC45LDVsLTQuOS01TDUuMiw1Ljl6Ii8+CiAgPC9nPgo8L3N2Zz4K);
--jp-icon-caret-down: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiIHNoYXBlLXJlbmRlcmluZz0iZ2VvbWV0cmljUHJlY2lzaW9uIj4KICAgIDxwYXRoIGQ9Ik01LjIsNy41TDksMTEuMmwzLjgtMy44SDUuMnoiLz4KICA8L2c+Cjwvc3ZnPgo=);
--jp-icon-caret-left: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDE4IDE4Ij4KCTxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iPgoJCTxwYXRoIGQ9Ik0xMC44LDEyLjhMNy4xLDlsMy44LTMuOGwwLDcuNkgxMC44eiIvPgogIDwvZz4KPC9zdmc+Cg==);
--jp-icon-caret-right: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiIHNoYXBlLXJlbmRlcmluZz0iZ2VvbWV0cmljUHJlY2lzaW9uIj4KICAgIDxwYXRoIGQ9Ik03LjIsNS4yTDEwLjksOWwtMy44LDMuOFY1LjJINy4yeiIvPgogIDwvZz4KPC9zdmc+Cg==);
--jp-icon-caret-up-empty-thin: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIwIDIwIj4KCTxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iPgoJCTxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iMTUuNCwxMy4zIDkuOSw3LjcgNC40LDEzLjIgMy42LDEyLjUgOS45LDYuMyAxNi4xLDEyLjYgIi8+Cgk8L2c+Cjwvc3ZnPgo=);
--jp-icon-caret-up: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDE4IDE4Ij4KCTxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iPgoJCTxwYXRoIGQ9Ik01LjIsMTAuNUw5LDYuOGwzLjgsMy44SDUuMnoiLz4KICA8L2c+Cjwvc3ZnPgo=);
--jp-icon-case-sensitive: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8ZyBjbGFzcz0ianAtaWNvbjIiIGZpbGw9IiM0MTQxNDEiPgogICAgPHJlY3QgeD0iMiIgeT0iMiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ii8+CiAgPC9nPgogIDxnIGNsYXNzPSJqcC1pY29uLWFjY2VudDIiIGZpbGw9IiNGRkYiPgogICAgPHBhdGggZD0iTTcuNiw4aDAuOWwzLjUsOGgtMS4xTDEwLDE0SDZsLTAuOSwySDRMNy42LDh6IE04LDkuMUw2LjQsMTNoMy4yTDgsOS4xeiIvPgogICAgPHBhdGggZD0iTTE2LjYsOS44Yy0wLjIsMC4xLTAuNCwwLjEtMC43LDAuMWMtMC4yLDAtMC40LTAuMS0wLjYtMC4yYy0wLjEtMC4xLTAuMi0wLjQtMC4yLTAuNyBjLTAuMywwLjMtMC42LDAuNS0wLjksMC43Yy0wLjMsMC4xLTAuNywwLjItMS4xLDAuMmMtMC4zLDAtMC41LDAtMC43LTAuMWMtMC4yLTAuMS0wLjQtMC4yLTAuNi0wLjNjLTAuMi0wLjEtMC4zLTAuMy0wLjQtMC41IGMtMC4xLTAuMi0wLjEtMC40LTAuMS0wLjdjMC0wLjMsMC4xLTAuNiwwLjItMC44YzAuMS0wLjIsMC4zLTAuNCwwLjQtMC41QzEyLDcsMTIuMiw2LjksMTIuNSw2LjhjMC4yLTAuMSwwLjUtMC4xLDAuNy0wLjIgYzAuMy0wLjEsMC41LTAuMSwwLjctMC4xYzAuMiwwLDAuNC0wLjEsMC42LTAuMWMwLjIsMCwwLjMtMC4xLDAuNC0wLjJjMC4xLTAuMSwwLjItMC4yLDAuMi0wLjRjMC0xLTEuMS0xLTEuMy0xIGMtMC40LDAtMS40LDAtMS40LDEuMmgtMC45YzAtMC40LDAuMS0wLjcsMC4yLTFjMC4xLTAuMiwwLjMtMC40LDAuNS0wLjZjMC4yLTAuMiwwLjUtMC4zLDAuOC0wLjNDMTMuMyw0LDEzLjYsNCwxMy45LDQgYzAuMywwLDAuNSwwLDAuOCwwLjFjMC4zLDAsMC41LDAuMSwwLjcsMC4yYzAuMiwwLjEsMC40LDAuMywwLjUsMC41QzE2LDUsMTYsNS4yLDE2LDUuNnYyLjljMCwwLjIsMCwwLjQsMCwwLjUgYzAsMC4xLDAuMSwwLjIsMC4zLDAuMmMwLjEsMCwwLjIsMCwwLjMsMFY5Ljh6IE0xNS4yLDYuOWMtMS4yLDAuNi0zLjEsMC4yLTMuMSwxLjRjMCwxLjQsMy4xLDEsMy4xLTAuNVY2Ljl6Ii8+CiAgPC9nPgo8L3N2Zz4K);
--jp-icon-check: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIj4KICAgIDxwYXRoIGQ9Ik05IDE2LjE3TDQuODMgMTJsLTEuNDIgMS40MUw5IDE5IDIxIDdsLTEuNDEtMS40MXoiLz4KICA8L2c+Cjwvc3ZnPgo=);
--jp-icon-circle-empty: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTEyIDJDNi40NyAyIDIgNi40NyAyIDEyczQuNDcgMTAgMTAgMTAgMTAtNC40NyAxMC0xMFMxNy41MyAyIDEyIDJ6bTAgMThjLTQuNDEgMC04LTMuNTktOC04czMuNTktOCA4LTggOCAzLjU5IDggOC0zLjU5IDgtOCA4eiIvPgogIDwvZz4KPC9zdmc+Cg==);
--jp-icon-circle: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjgiLz4KICA8L2c+Cjwvc3ZnPgo=);
--jp-icon-clear: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8bWFzayBpZD0iZG9udXRIb2xlIj4KICAgIDxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiIC8+CiAgICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSI4IiBmaWxsPSJibGFjayIvPgogIDwvbWFzaz4KCiAgPGcgY2xhc3M9ImpwLWljb24zIiBmaWxsPSIjNjE2MTYxIj4KICAgIDxyZWN0IGhlaWdodD0iMTgiIHdpZHRoPSIyIiB4PSIxMSIgeT0iMyIgdHJhbnNmb3JtPSJyb3RhdGUoMzE1LCAxMiwgMTIpIi8+CiAgICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIgbWFzaz0idXJsKCNkb251dEhvbGUpIi8+CiAgPC9nPgo8L3N2Zz4K);
--jp-icon-close: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbi1ub25lIGpwLWljb24tc2VsZWN0YWJsZS1pbnZlcnNlIGpwLWljb24zLWhvdmVyIiBmaWxsPSJub25lIj4KICAgIDxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjExIi8+CiAgPC9nPgoKICA8ZyBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIGpwLWljb24tYWNjZW50Mi1ob3ZlciIgZmlsbD0iIzYxNjE2MSI+CiAgICA8cGF0aCBkPSJNMTkgNi40MUwxNy41OSA1IDEyIDEwLjU5IDYuNDEgNSA1IDYuNDEgMTAuNTkgMTIgNSAxNy41OSA2LjQxIDE5IDEyIDEzLjQxIDE3LjU5IDE5IDE5IDE3LjU5IDEzLjQxIDEyeiIvPgogIDwvZz4KCiAgPGcgY2xhc3M9ImpwLWljb24tbm9uZSBqcC1pY29uLWJ1c3kiIGZpbGw9Im5vbmUiPgogICAgPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iNyIvPgogIDwvZz4KPC9zdmc+Cg==);
--jp-icon-code: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyOCAyOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CgkJPHBhdGggZD0iTTExLjQgMTguNkw2LjggMTRMMTEuNCA5LjRMMTAgOEw0IDE0TDEwIDIwTDExLjQgMTguNlpNMTYuNiAxOC42TDIxLjIgMTRMMTYuNiA5LjRMMTggOEwyNCAxNEwxOCAyMEwxNi42IDE4LjZWMTguNloiLz4KCTwvZz4KPC9zdmc+Cg==);
--jp-icon-console: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIwMCAyMDAiPgogIDxnIGNsYXNzPSJqcC1pY29uLWJyYW5kMSBqcC1pY29uLXNlbGVjdGFibGUiIGZpbGw9IiMwMjg4RDEiPgogICAgPHBhdGggZD0iTTIwIDE5LjhoMTYwdjE1OS45SDIweiIvPgogIDwvZz4KICA8ZyBjbGFzcz0ianAtaWNvbi1zZWxlY3RhYmxlLWludmVyc2UiIGZpbGw9IiNmZmYiPgogICAgPHBhdGggZD0iTTEwNSAxMjcuM2g0MHYxMi44aC00MHpNNTEuMSA3N0w3NCA5OS45bC0yMy4zIDIzLjMgMTAuNSAxMC41IDIzLjMtMjMuM0w5NSA5OS45IDg0LjUgODkuNCA2MS42IDY2LjV6Ii8+CiAgPC9nPgo8L3N2Zz4K);
--jp-icon-copy: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTExLjksMUgzLjJDMi40LDEsMS43LDEuNywxLjcsMi41djEwLjJoMS41VjIuNWg4LjdWMXogTTE0LjEsMy45aC04Yy0wLjgsMC0xLjUsMC43LTEuNSwxLjV2MTAuMmMwLDAuOCwwLjcsMS41LDEuNSwxLjVoOCBjMC44LDAsMS41LTAuNywxLjUtMS41VjUuNEMxNS41LDQuNiwxNC45LDMuOSwxNC4xLDMuOXogTTE0LjEsMTUuNWgtOFY1LjRoOFYxNS41eiIvPgogIDwvZz4KPC9zdmc+Cg==);
--jp-icon-copyright: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCI+CiAgPGcgY2xhc3M9ImpwLWljb24zIiBmaWxsPSIjNjE2MTYxIj4KICAgIDxwYXRoIGQ9Ik0xMS44OCw5LjE0YzEuMjgsMC4wNiwxLjYxLDEuMTUsMS42MywxLjY2aDEuNzljLTAuMDgtMS45OC0xLjQ5LTMuMTktMy40NS0zLjE5QzkuNjQsNy42MSw4LDksOCwxMi4xNCBjMCwxLjk0LDAuOTMsNC4yNCwzLjg0LDQuMjRjMi4yMiwwLDMuNDEtMS42NSwzLjQ0LTIuOTVoLTEuNzljLTAuMDMsMC41OS0wLjQ1LDEuMzgtMS42MywxLjQ0QzEwLjU1LDE0LjgzLDEwLDEzLjgxLDEwLDEyLjE0IEMxMCw5LjI1LDExLjI4LDkuMTYsMTEuODgsOS4xNHogTTEyLDJDNi40OCwyLDIsNi40OCwyLDEyczQuNDgsMTAsMTAsMTBzMTAtNC40OCwxMC0xMFMxNy41MiwyLDEyLDJ6IE0xMiwyMGMtNC40MSwwLTgtMy41OS04LTggczMuNTktOCw4LThzOCwzLjU5LDgsOFMxNi40MSwyMCwxMiwyMHoiLz4KICA8L2c+Cjwvc3ZnPgo=);
--jp-icon-cut: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTkuNjQgNy42NGMuMjMtLjUuMzYtMS4wNS4zNi0xLjY0IDAtMi4yMS0xLjc5LTQtNC00UzIgMy43OSAyIDZzMS43OSA0IDQgNGMuNTkgMCAxLjE0LS4xMyAxLjY0LS4zNkwxMCAxMmwtMi4zNiAyLjM2QzcuMTQgMTQuMTMgNi41OSAxNCA2IDE0Yy0yLjIxIDAtNCAxLjc5LTQgNHMxLjc5IDQgNCA0IDQtMS43OSA0LTRjMC0uNTktLjEzLTEuMTQtLjM2LTEuNjRMMTIgMTRsNyA3aDN2LTFMOS42NCA3LjY0ek02IDhjLTEuMSAwLTItLjg5LTItMnMuOS0yIDItMiAyIC44OSAyIDItLjkgMi0yIDJ6bTAgMTJjLTEuMSAwLTItLjg5LTItMnMuOS0yIDItMiAyIC44OSAyIDItLjkgMi0yIDJ6bTYtNy41Yy0uMjggMC0uNS0uMjItLjUtLjVzLjIyLS41LjUtLjUuNS4yMi41LjUtLjIyLjUtLjUuNXpNMTkgM2wtNiA2IDIgMiA3LTdWM3oiLz4KICA8L2c+Cjwvc3ZnPgo=);
--jp-icon-download: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTE5IDloLTRWM0g5djZINWw3IDcgNy03ek01IDE4djJoMTR2LTJINXoiLz4KICA8L2c+Cjwvc3ZnPgo=);
--jp-icon-edit: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTMgMTcuMjVWMjFoMy43NUwxNy44MSA5Ljk0bC0zLjc1LTMuNzVMMyAxNy4yNXpNMjAuNzEgNy4wNGMuMzktLjM5LjM5LTEuMDIgMC0xLjQxbC0yLjM0LTIuMzRjLS4zOS0uMzktMS4wMi0uMzktMS40MSAwbC0xLjgzIDEuODMgMy43NSAzLjc1IDEuODMtMS44M3oiLz4KICA8L2c+Cjwvc3ZnPgo=);
--jp-icon-ellipses: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPGNpcmNsZSBjeD0iNSIgY3k9IjEyIiByPSIyIi8+CiAgICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIyIi8+CiAgICA8Y2lyY2xlIGN4PSIxOSIgY3k9IjEyIiByPSIyIi8+CiAgPC9nPgo8L3N2Zz4K);
--jp-icon-extension: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTIwLjUgMTFIMTlWN2MwLTEuMS0uOS0yLTItMmgtNFYzLjVDMTMgMi4xMiAxMS44OCAxIDEwLjUgMVM4IDIuMTIgOCAzLjVWNUg0Yy0xLjEgMC0xLjk5LjktMS45OSAydjMuOEgzLjVjMS40OSAwIDIuNyAxLjIxIDIuNyAyLjdzLTEuMjEgMi43LTIuNyAyLjdIMlYyMGMwIDEuMS45IDIgMiAyaDMuOHYtMS41YzAtMS40OSAxLjIxLTIuNyAyLjctMi43IDEuNDkgMCAyLjcgMS4yMSAyLjcgMi43VjIySDE3YzEuMSAwIDItLjkgMi0ydi00aDEuNWMxLjM4IDAgMi41LTEuMTIgMi41LTIuNVMyMS44OCAxMSAyMC41IDExeiIvPgogIDwvZz4KPC9zdmc+Cg==);
--jp-icon-fast-forward: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTQgMThsOC41LTZMNCA2djEyem05LTEydjEybDguNS02TDEzIDZ6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=);
--jp-icon-file-upload: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTkgMTZoNnYtNmg0bC03LTctNyA3aDR6bS00IDJoMTR2Mkg1eiIvPgogIDwvZz4KPC9zdmc+Cg==);
--jp-icon-file: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8cGF0aCBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIiBkPSJNMTkuMyA4LjJsLTUuNS01LjVjLS4zLS4zLS43LS41LTEuMi0uNUgzLjljLS44LjEtMS42LjktMS42IDEuOHYxNC4xYzAgLjkuNyAxLjYgMS42IDEuNmgxNC4yYy45IDAgMS42LS43IDEuNi0xLjZWOS40Yy4xLS41LS4xLS45LS40LTEuMnptLTUuOC0zLjNsMy40IDMuNmgtMy40VjQuOXptMy45IDEyLjdINC43Yy0uMSAwLS4yIDAtLjItLjJWNC43YzAtLjIuMS0uMy4yLS4zaDcuMnY0LjRzMCAuOC4zIDEuMWMuMy4zIDEuMS4zIDEuMS4zaDQuM3Y3LjJzLS4xLjItLjIuMnoiLz4KPC9zdmc+Cg==);
--jp-icon-filter-list: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTEwIDE4aDR2LTJoLTR2MnpNMyA2djJoMThWNkgzem0zIDdoMTJ2LTJINnYyeiIvPgogIDwvZz4KPC9zdmc+Cg==);
--jp-icon-folder: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIiBkPSJNMTAgNEg0Yy0xLjEgMC0xLjk5LjktMS45OSAyTDIgMThjMCAxLjEuOSAyIDIgMmgxNmMxLjEgMCAyLS45IDItMlY4YzAtMS4xLS45LTItMi0yaC04bC0yLTJ6Ii8+Cjwvc3ZnPgo=);
--jp-icon-html5: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPgogIDxwYXRoIGNsYXNzPSJqcC1pY29uMCBqcC1pY29uLXNlbGVjdGFibGUiIGZpbGw9IiMwMDAiIGQ9Ik0xMDguNCAwaDIzdjIyLjhoMjEuMlYwaDIzdjY5aC0yM1Y0NmgtMjF2MjNoLTIzLjJNMjA2IDIzaC0yMC4zVjBoNjMuN3YyM0gyMjl2NDZoLTIzbTUzLjUtNjloMjQuMWwxNC44IDI0LjNMMzEzLjIgMGgyNC4xdjY5aC0yM1YzNC44bC0xNi4xIDI0LjgtMTYuMS0yNC44VjY5aC0yMi42bTg5LjItNjloMjN2NDYuMmgzMi42VjY5aC01NS42Ii8+CiAgPHBhdGggY2xhc3M9ImpwLWljb24tc2VsZWN0YWJsZSIgZmlsbD0iI2U0NGQyNiIgZD0iTTEwNy42IDQ3MWwtMzMtMzcwLjRoMzYyLjhsLTMzIDM3MC4yTDI1NS43IDUxMiIvPgogIDxwYXRoIGNsYXNzPSJqcC1pY29uLXNlbGVjdGFibGUiIGZpbGw9IiNmMTY1MjkiIGQ9Ik0yNTYgNDgwLjVWMTMxaDE0OC4zTDM3NiA0NDciLz4KICA8cGF0aCBjbGFzcz0ianAtaWNvbi1zZWxlY3RhYmxlLWludmVyc2UiIGZpbGw9IiNlYmViZWIiIGQ9Ik0xNDIgMTc2LjNoMTE0djQ1LjRoLTY0LjJsNC4yIDQ2LjVoNjB2NDUuM0gxNTQuNG0yIDIyLjhIMjAybDMuMiAzNi4zIDUwLjggMTMuNnY0Ny40bC05My4yLTI2Ii8+CiAgPHBhdGggY2xhc3M9ImpwLWljb24tc2VsZWN0YWJsZS1pbnZlcnNlIiBmaWxsPSIjZmZmIiBkPSJNMzY5LjYgMTc2LjNIMjU1Ljh2NDUuNGgxMDkuNm0tNC4xIDQ2LjVIMjU1Ljh2NDUuNGg1NmwtNS4zIDU5LTUwLjcgMTMuNnY0Ny4ybDkzLTI1LjgiLz4KPC9zdmc+Cg==);
--jp-icon-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8cGF0aCBjbGFzcz0ianAtaWNvbi1icmFuZDQganAtaWNvbi1zZWxlY3RhYmxlLWludmVyc2UiIGZpbGw9IiNGRkYiIGQ9Ik0yLjIgMi4yaDE3LjV2MTcuNUgyLjJ6Ii8+CiAgPHBhdGggY2xhc3M9ImpwLWljb24tYnJhbmQwIGpwLWljb24tc2VsZWN0YWJsZSIgZmlsbD0iIzNGNTFCNSIgZD0iTTIuMiAyLjJ2MTcuNWgxNy41bC4xLTE3LjVIMi4yem0xMi4xIDIuMmMxLjIgMCAyLjIgMSAyLjIgMi4ycy0xIDIuMi0yLjIgMi4yLTIuMi0xLTIuMi0yLjIgMS0yLjIgMi4yLTIuMnpNNC40IDE3LjZsMy4zLTguOCAzLjMgNi42IDIuMi0zLjIgNC40IDUuNEg0LjR6Ii8+Cjwvc3ZnPgo=);
--jp-icon-inspector: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIiBkPSJNMjAgNEg0Yy0xLjEgMC0xLjk5LjktMS45OSAyTDIgMThjMCAxLjEuOSAyIDIgMmgxNmMxLjEgMCAyLS45IDItMlY2YzAtMS4xLS45LTItMi0yem0tNSAxNEg0di00aDExdjR6bTAtNUg0VjloMTF2NHptNSA1aC00VjloNHY5eiIvPgo8L3N2Zz4K);
--jp-icon-json: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8ZyBjbGFzcz0ianAtaWNvbi13YXJuMSBqcC1pY29uLXNlbGVjdGFibGUiIGZpbGw9IiNGOUE4MjUiPgogICAgPHBhdGggZD0iTTIwLjIgMTEuOGMtMS42IDAtMS43LjUtMS43IDEgMCAuNC4xLjkuMSAxLjMuMS41LjEuOS4xIDEuMyAwIDEuNy0xLjQgMi4zLTMuNSAyLjNoLS45di0xLjloLjVjMS4xIDAgMS40IDAgMS40LS44IDAtLjMgMC0uNi0uMS0xIDAtLjQtLjEtLjgtLjEtMS4yIDAtMS4zIDAtMS44IDEuMy0yLTEuMy0uMi0xLjMtLjctMS4zLTIgMC0uNC4xLS44LjEtMS4yLjEtLjQuMS0uNy4xLTEgMC0uOC0uNC0uNy0xLjQtLjhoLS41VjQuMWguOWMyLjIgMCAzLjUuNyAzLjUgMi4zIDAgLjQtLjEuOS0uMSAxLjMtLjEuNS0uMS45LS4xIDEuMyAwIC41LjIgMSAxLjcgMXYxLjh6TTEuOCAxMC4xYzEuNiAwIDEuNy0uNSAxLjctMSAwLS40LS4xLS45LS4xLTEuMy0uMS0uNS0uMS0uOS0uMS0xLjMgMC0xLjYgMS40LTIuMyAzLjUtMi4zaC45djEuOWgtLjVjLTEgMC0xLjQgMC0xLjQuOCAwIC4zIDAgLjYuMSAxIDAgLjIuMS42LjEgMSAwIDEuMyAwIDEuOC0xLjMgMkM2IDExLjIgNiAxMS43IDYgMTNjMCAuNC0uMS44LS4xIDEuMi0uMS4zLS4xLjctLjEgMSAwIC44LjMuOCAxLjQuOGguNXYxLjloLS45Yy0yLjEgMC0zLjUtLjYtMy41LTIuMyAwLS40LjEtLjkuMS0xLjMuMS0uNS4xLS45LjEtMS4zIDAtLjUtLjItMS0xLjctMXYtMS45eiIvPgogICAgPGNpcmNsZSBjeD0iMTEiIGN5PSIxMy44IiByPSIyLjEiLz4KICAgIDxjaXJjbGUgY3g9IjExIiBjeT0iOC4yIiByPSIyLjEiLz4KICA8L2c+Cjwvc3ZnPgo=);
--jp-icon-julia: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDMyNSAzMDAiPgogIDxnIGNsYXNzPSJqcC1icmFuZDAganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjY2IzYzMzIj4KICAgIDxwYXRoIGQ9Ik0gMTUwLjg5ODQzOCAyMjUgQyAxNTAuODk4NDM4IDI2Ni40MjE4NzUgMTE3LjMyMDMxMiAzMDAgNzUuODk4NDM4IDMwMCBDIDM0LjQ3NjU2MiAzMDAgMC44OTg0MzggMjY2LjQyMTg3NSAwLjg5ODQzOCAyMjUgQyAwLjg5ODQzOCAxODMuNTc4MTI1IDM0LjQ3NjU2MiAxNTAgNzUuODk4NDM4IDE1MCBDIDExNy4zMjAzMTIgMTUwIDE1MC44OTg0MzggMTgzLjU3ODEyNSAxNTAuODk4NDM4IDIyNSIvPgogIDwvZz4KICA8ZyBjbGFzcz0ianAtYnJhbmQwIGpwLWljb24tc2VsZWN0YWJsZSIgZmlsbD0iIzM4OTgyNiI+CiAgICA8cGF0aCBkPSJNIDIzNy41IDc1IEMgMjM3LjUgMTE2LjQyMTg3NSAyMDMuOTIxODc1IDE1MCAxNjIuNSAxNTAgQyAxMjEuMDc4MTI1IDE1MCA4Ny41IDExNi40MjE4NzUgODcuNSA3NSBDIDg3LjUgMzMuNTc4MTI1IDEyMS4wNzgxMjUgMCAxNjIuNSAwIEMgMjAzLjkyMTg3NSAwIDIzNy41IDMzLjU3ODEyNSAyMzcuNSA3NSIvPgogIDwvZz4KICA8ZyBjbGFzcz0ianAtYnJhbmQwIGpwLWljb24tc2VsZWN0YWJsZSIgZmlsbD0iIzk1NThiMiI+CiAgICA8cGF0aCBkPSJNIDMyNC4xMDE1NjIgMjI1IEMgMzI0LjEwMTU2MiAyNjYuNDIxODc1IDI5MC41MjM0MzggMzAwIDI0OS4xMDE1NjIgMzAwIEMgMjA3LjY3OTY4OCAzMDAgMTc0LjEwMTU2MiAyNjYuNDIxODc1IDE3NC4xMDE1NjIgMjI1IEMgMTc0LjEwMTU2MiAxODMuNTc4MTI1IDIwNy42Nzk2ODggMTUwIDI0OS4xMDE1NjIgMTUwIEMgMjkwLjUyMzQzOCAxNTAgMzI0LjEwMTU2MiAxODMuNTc4MTI1IDMyNC4xMDE1NjIgMjI1Ii8+CiAgPC9nPgo8L3N2Zz4K);
--jp-icon-jupyter-favicon: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUyIiBoZWlnaHQ9IjE2NSIgdmlld0JveD0iMCAwIDE1MiAxNjUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbi13YXJuMCIgZmlsbD0iI0YzNzcyNiI+CiAgICA8cGF0aCB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjA3ODk0NywgMTEwLjU4MjkyNykiIGQ9Ik03NS45NDIyODQyLDI5LjU4MDQ1NjEgQzQzLjMwMjM5NDcsMjkuNTgwNDU2MSAxNC43OTY3ODMyLDE3LjY1MzQ2MzQgMCwwIEM1LjUxMDgzMjExLDE1Ljg0MDY4MjkgMTUuNzgxNTM4OSwyOS41NjY3NzMyIDI5LjM5MDQ5NDcsMzkuMjc4NDE3MSBDNDIuOTk5Nyw0OC45ODk4NTM3IDU5LjI3MzcsNTQuMjA2NzgwNSA3NS45NjA1Nzg5LDU0LjIwNjc4MDUgQzkyLjY0NzQ1NzksNTQuMjA2NzgwNSAxMDguOTIxNDU4LDQ4Ljk4OTg1MzcgMTIyLjUzMDY2MywzOS4yNzg0MTcxIEMxMzYuMTM5NDUzLDI5LjU2Njc3MzIgMTQ2LjQxMDI4NCwxNS44NDA2ODI5IDE1MS45MjExNTgsMCBDMTM3LjA4Nzg2OCwxNy42NTM0NjM0IDEwOC41ODI1ODksMjkuNTgwNDU2MSA3NS45NDIyODQyLDI5LjU4MDQ1NjEgTDc1Ljk0MjI4NDIsMjkuNTgwNDU2MSBaIiAvPgogICAgPHBhdGggdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMzczNjgsIDAuNzA0ODc4KSIgZD0iTTc1Ljk3ODQ1NzksMjQuNjI2NDA3MyBDMTA4LjYxODc2MywyNC42MjY0MDczIDEzNy4xMjQ0NTgsMzYuNTUzNDQxNSAxNTEuOTIxMTU4LDU0LjIwNjc4MDUgQzE0Ni40MTAyODQsMzguMzY2MjIyIDEzNi4xMzk0NTMsMjQuNjQwMTMxNyAxMjIuNTMwNjYzLDE0LjkyODQ4NzggQzEwOC45MjE0NTgsNS4yMTY4NDM5IDkyLjY0NzQ1NzksMCA3NS45NjA1Nzg5LDAgQzU5LjI3MzcsMCA0Mi45OTk3LDUuMjE2ODQzOSAyOS4zOTA0OTQ3LDE0LjkyODQ4NzggQzE1Ljc4MTUzODksMjQuNjQwMTMxNyA1LjUxMDgzMjExLDM4LjM2NjIyMiAwLDU0LjIwNjc4MDUgQzE0LjgzMzA4MTYsMzYuNTg5OTI5MyA0My4zMzg1Njg0LDI0LjYyNjQwNzMgNzUuOTc4NDU3OSwyNC42MjY0MDczIEw3NS45Nzg0NTc5LDI0LjYyNjQwNzMgWiIgLz4KICA8L2c+Cjwvc3ZnPgo=);
--jp-icon-jupyter: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iNTEiIHZpZXdCb3g9IjAgMCAzOSA1MSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYzOCAtMjI4MSkiPgogICAgPGcgY2xhc3M9ImpwLWljb24td2FybjAiIGZpbGw9IiNGMzc3MjYiPgogICAgICA8cGF0aCB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNjM5Ljc0IDIzMTEuOTgpIiBkPSJNIDE4LjI2NDYgNy4xMzQxMUMgMTAuNDE0NSA3LjEzNDExIDMuNTU4NzIgNC4yNTc2IDAgMEMgMS4zMjUzOSAzLjgyMDQgMy43OTU1NiA3LjEzMDgxIDcuMDY4NiA5LjQ3MzAzQyAxMC4zNDE3IDExLjgxNTIgMTQuMjU1NyAxMy4wNzM0IDE4LjI2OSAxMy4wNzM0QyAyMi4yODIzIDEzLjA3MzQgMjYuMTk2MyAxMS44MTUyIDI5LjQ2OTQgOS40NzMwM0MgMzIuNzQyNCA3LjEzMDgxIDM1LjIxMjYgMy44MjA0IDM2LjUzOCAwQyAzMi45NzA1IDQuMjU3NiAyNi4xMTQ4IDcuMTM0MTEgMTguMjY0NiA3LjEzNDExWiIvPgogICAgICA8cGF0aCB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNjM5LjczIDIyODUuNDgpIiBkPSJNIDE4LjI3MzMgNS45MzkzMUMgMjYuMTIzNSA1LjkzOTMxIDMyLjk3OTMgOC44MTU4MyAzNi41MzggMTMuMDczNEMgMzUuMjEyNiA5LjI1MzAzIDMyLjc0MjQgNS45NDI2MiAyOS40Njk0IDMuNjAwNEMgMjYuMTk2MyAxLjI1ODE4IDIyLjI4MjMgMCAxOC4yNjkgMEMgMTQuMjU1NyAwIDEwLjM0MTcgMS4yNTgxOCA3LjA2ODYgMy42MDA0QyAzLjc5NTU2IDUuOTQyNjIgMS4zMjUzOSA5LjI1MzAzIDAgMTMuMDczNEMgMy41Njc0NSA4LjgyNDYzIDEwLjQyMzIgNS45MzkzMSAxOC4yNzMzIDUuOTM5MzFaIi8+CiAgICA8L2c+CiAgICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgICA8cGF0aCB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNjY5LjMgMjI4MS4zMSkiIGQ9Ik0gNS44OTM1MyAyLjg0NEMgNS45MTg4OSAzLjQzMTY1IDUuNzcwODUgNC4wMTM2NyA1LjQ2ODE1IDQuNTE2NDVDIDUuMTY1NDUgNS4wMTkyMiA0LjcyMTY4IDUuNDIwMTUgNC4xOTI5OSA1LjY2ODUxQyAzLjY2NDMgNS45MTY4OCAzLjA3NDQ0IDYuMDAxNTEgMi40OTgwNSA1LjkxMTcxQyAxLjkyMTY2IDUuODIxOSAxLjM4NDYzIDUuNTYxNyAwLjk1NDg5OCA1LjE2NDAxQyAwLjUyNTE3IDQuNzY2MzMgMC4yMjIwNTYgNC4yNDkwMyAwLjA4MzkwMzcgMy42Nzc1N0MgLTAuMDU0MjQ4MyAzLjEwNjExIC0wLjAyMTIzIDIuNTA2MTcgMC4xNzg3ODEgMS45NTM2NEMgMC4zNzg3OTMgMS40MDExIDAuNzM2ODA5IDAuOTIwODE3IDEuMjA3NTQgMC41NzM1MzhDIDEuNjc4MjYgMC4yMjYyNTkgMi4yNDA1NSAwLjAyNzU5MTkgMi44MjMyNiAwLjAwMjY3MjI5QyAzLjYwMzg5IC0wLjAzMDcxMTUgNC4zNjU3MyAwLjI0OTc4OSA0Ljk0MTQyIDAuNzgyNTUxQyA1LjUxNzExIDEuMzE1MzEgNS44NTk1NiAyLjA1Njc2IDUuODkzNTMgMi44NDRaIi8+CiAgICAgIDxwYXRoIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2MzkuOCAyMzIzLjgxKSIgZD0iTSA3LjQyNzg5IDMuNTgzMzhDIDcuNDYwMDggNC4zMjQzIDcuMjczNTUgNS4wNTgxOSA2Ljg5MTkzIDUuNjkyMTNDIDYuNTEwMzEgNi4zMjYwNyA1Ljk1MDc1IDYuODMxNTYgNS4yODQxMSA3LjE0NDZDIDQuNjE3NDcgNy40NTc2MyAzLjg3MzcxIDcuNTY0MTQgMy4xNDcwMiA3LjQ1MDYzQyAyLjQyMDMyIDcuMzM3MTIgMS43NDMzNiA3LjAwODcgMS4yMDE4NCA2LjUwNjk1QyAwLjY2MDMyOCA2LjAwNTIgMC4yNzg2MSA1LjM1MjY4IDAuMTA1MDE3IDQuNjMyMDJDIC0wLjA2ODU3NTcgMy45MTEzNSAtMC4wMjYyMzYxIDMuMTU0OTQgMC4yMjY2NzUgMi40NTg1NkMgMC40Nzk1ODcgMS43NjIxNyAwLjkzMTY5NyAxLjE1NzEzIDEuNTI1NzYgMC43MjAwMzNDIDIuMTE5ODMgMC4yODI5MzUgMi44MjkxNCAwLjAzMzQzOTUgMy41NjM4OSAwLjAwMzEzMzQ0QyA0LjU0NjY3IC0wLjAzNzQwMzMgNS41MDUyOSAwLjMxNjcwNiA2LjIyOTYxIDAuOTg3ODM1QyA2Ljk1MzkzIDEuNjU4OTYgNy4zODQ4NCAyLjU5MjM1IDcuNDI3ODkgMy41ODMzOEwgNy40Mjc4OSAzLjU4MzM4WiIvPgogICAgICA8cGF0aCB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNjM4LjM2IDIyODYuMDYpIiBkPSJNIDIuMjc0NzEgNC4zOTYyOUMgMS44NDM2MyA0LjQxNTA4IDEuNDE2NzEgNC4zMDQ0NSAxLjA0Nzk5IDQuMDc4NDNDIDAuNjc5MjY4IDMuODUyNCAwLjM4NTMyOCAzLjUyMTE0IDAuMjAzMzcxIDMuMTI2NTZDIDAuMDIxNDEzNiAyLjczMTk4IC0wLjA0MDM3OTggMi4yOTE4MyAwLjAyNTgxMTYgMS44NjE4MUMgMC4wOTIwMDMxIDEuNDMxOCAwLjI4MzIwNCAxLjAzMTI2IDAuNTc1MjEzIDAuNzEwODgzQyAwLjg2NzIyMiAwLjM5MDUxIDEuMjQ2OTEgMC4xNjQ3MDggMS42NjYyMiAwLjA2MjA1OTJDIDIuMDg1NTMgLTAuMDQwNTg5NyAyLjUyNTYxIC0wLjAxNTQ3MTQgMi45MzA3NiAwLjEzNDIzNUMgMy4zMzU5MSAwLjI4Mzk0MSAzLjY4NzkyIDAuNTUxNTA1IDMuOTQyMjIgMC45MDMwNkMgNC4xOTY1MiAxLjI1NDYyIDQuMzQxNjkgMS42NzQzNiA0LjM1OTM1IDIuMTA5MTZDIDQuMzgyOTkgMi42OTEwNyA0LjE3Njc4IDMuMjU4NjkgMy43ODU5NyAzLjY4NzQ2QyAzLjM5NTE2IDQuMTE2MjQgMi44NTE2NiA0LjM3MTE2IDIuMjc0NzEgNC4zOTYyOUwgMi4yNzQ3MSA0LjM5NjI5WiIvPgogICAgPC9nPgogIDwvZz4+Cjwvc3ZnPgo=);
--jp-icon-jupyterlab-wordmark: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIHZpZXdCb3g9IjAgMCAxODYwLjggNDc1Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjIiIGZpbGw9IiM0RTRFNEUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ4MC4xMzY0MDEsIDY0LjI3MTQ5MykiPgogICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDU4Ljg3NTU2NikiPgogICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjA4NzYwMywgMC4xNDAyOTQpIj4KICAgICAgICA8cGF0aCBkPSJNLTQyNi45LDE2OS44YzAsNDguNy0zLjcsNjQuNy0xMy42LDc2LjRjLTEwLjgsMTAtMjUsMTUuNS0zOS43LDE1LjVsMy43LDI5IGMyMi44LDAuMyw0NC44LTcuOSw2MS45LTIzLjFjMTcuOC0xOC41LDI0LTQ0LjEsMjQtODMuM1YwSC00Mjd2MTcwLjFMLTQyNi45LDE2OS44TC00MjYuOSwxNjkuOHoiLz4KICAgICAgPC9nPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTU1LjA0NTI5NiwgNTYuODM3MTA0KSI+CiAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuNTYyNDUzLCAxLjc5OTg0MikiPgogICAgICAgIDxwYXRoIGQ9Ik0tMzEyLDE0OGMwLDIxLDAsMzkuNSwxLjcsNTUuNGgtMzEuOGwtMi4xLTMzLjNoLTAuOGMtNi43LDExLjYtMTYuNCwyMS4zLTI4LDI3LjkgYy0xMS42LDYuNi0yNC44LDEwLTM4LjIsOS44Yy0zMS40LDAtNjktMTcuNy02OS04OVYwaDM2LjR2MTEyLjdjMCwzOC43LDExLjYsNjQuNyw0NC42LDY0LjdjMTAuMy0wLjIsMjAuNC0zLjUsMjguOS05LjQgYzguNS01LjksMTUuMS0xNC4zLDE4LjktMjMuOWMyLjItNi4xLDMuMy0xMi41LDMuMy0xOC45VjAuMmgzNi40VjE0OEgtMzEyTC0zMTIsMTQ4eiIvPgogICAgICA8L2c+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOTAuMDEzMzIyLCA1My40Nzk2MzgpIj4KICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS43MDY0NTgsIDAuMjMxNDI1KSI+CiAgICAgICAgPHBhdGggZD0iTS00NzguNiw3MS40YzAtMjYtMC44LTQ3LTEuNy02Ni43aDMyLjdsMS43LDM0LjhoMC44YzcuMS0xMi41LDE3LjUtMjIuOCwzMC4xLTI5LjcgYzEyLjUtNywyNi43LTEwLjMsNDEtOS44YzQ4LjMsMCw4NC43LDQxLjcsODQuNywxMDMuM2MwLDczLjEtNDMuNywxMDkuMi05MSwxMDkuMmMtMTIuMSwwLjUtMjQuMi0yLjItMzUtNy44IGMtMTAuOC01LjYtMTkuOS0xMy45LTI2LjYtMjQuMmgtMC44VjI5MWgtMzZ2LTIyMEwtNDc4LjYsNzEuNEwtNDc4LjYsNzEuNHogTS00NDIuNiwxMjUuNmMwLjEsNS4xLDAuNiwxMC4xLDEuNywxNS4xIGMzLDEyLjMsOS45LDIzLjMsMTkuOCwzMS4xYzkuOSw3LjgsMjIuMSwxMi4xLDM0LjcsMTIuMWMzOC41LDAsNjAuNy0zMS45LDYwLjctNzguNWMwLTQwLjctMjEuMS03NS42LTU5LjUtNzUuNiBjLTEyLjksMC40LTI1LjMsNS4xLTM1LjMsMTMuNGMtOS45LDguMy0xNi45LDE5LjctMTkuNiwzMi40Yy0xLjUsNC45LTIuMywxMC0yLjUsMTUuMVYxMjUuNkwtNDQyLjYsMTI1LjZMLTQ0Mi42LDEyNS42eiIvPgogICAgICA8L2c+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2MDYuNzQwNzI2LCA1Ni44MzcxMDQpIj4KICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC43NTEyMjYsIDEuOTg5Mjk5KSI+CiAgICAgICAgPHBhdGggZD0iTS00NDAuOCwwbDQzLjcsMTIwLjFjNC41LDEzLjQsOS41LDI5LjQsMTIuOCw0MS43aDAuOGMzLjctMTIuMiw3LjktMjcuNywxMi44LTQyLjQgbDM5LjctMTE5LjJoMzguNUwtMzQ2LjksMTQ1Yy0yNiw2OS43LTQzLjcsMTA1LjQtNjguNiwxMjcuMmMtMTIuNSwxMS43LTI3LjksMjAtNDQuNiwyMy45bC05LjEtMzEuMSBjMTEuNy0zLjksMjIuNS0xMC4xLDMxLjgtMTguMWMxMy4yLTExLjEsMjMuNy0yNS4yLDMwLjYtNDEuMmMxLjUtMi44LDIuNS01LjcsMi45LTguOGMtMC4zLTMuMy0xLjItNi42LTIuNS05LjdMLTQ4MC4yLDAuMSBoMzkuN0wtNDQwLjgsMEwtNDQwLjgsMHoiLz4KICAgICAgPC9nPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODIyLjc0ODEwNCwgMC4wMDAwMDApIj4KICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS40NjQwNTAsIDAuMzc4OTE0KSI+CiAgICAgICAgPHBhdGggZD0iTS00MTMuNywwdjU4LjNoNTJ2MjguMmgtNTJWMTk2YzAsMjUsNywzOS41LDI3LjMsMzkuNWM3LjEsMC4xLDE0LjItMC43LDIxLjEtMi41IGwxLjcsMjcuN2MtMTAuMywzLjctMjEuMyw1LjQtMzIuMiw1Yy03LjMsMC40LTE0LjYtMC43LTIxLjMtMy40Yy02LjgtMi43LTEyLjktNi44LTE3LjktMTIuMWMtMTAuMy0xMC45LTE0LjEtMjktMTQuMS01Mi45IFY4Ni41aC0zMVY1OC4zaDMxVjkuNkwtNDEzLjcsMEwtNDEzLjcsMHoiLz4KICAgICAgPC9nPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOTc0LjQzMzI4NiwgNTMuNDc5NjM4KSI+CiAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuOTkwMDM0LCAwLjYxMDMzOSkiPgogICAgICAgIDxwYXRoIGQ9Ik0tNDQ1LjgsMTEzYzAuOCw1MCwzMi4yLDcwLjYsNjguNiw3MC42YzE5LDAuNiwzNy45LTMsNTUuMy0xMC41bDYuMiwyNi40IGMtMjAuOSw4LjktNDMuNSwxMy4xLTY2LjIsMTIuNmMtNjEuNSwwLTk4LjMtNDEuMi05OC4zLTEwMi41Qy00ODAuMiw0OC4yLTQ0NC43LDAtMzg2LjUsMGM2NS4yLDAsODIuNyw1OC4zLDgyLjcsOTUuNyBjLTAuMSw1LjgtMC41LDExLjUtMS4yLDE3LjJoLTE0MC42SC00NDUuOEwtNDQ1LjgsMTEzeiBNLTMzOS4yLDg2LjZjMC40LTIzLjUtOS41LTYwLjEtNTAuNC02MC4xIGMtMzYuOCwwLTUyLjgsMzQuNC01NS43LDYwLjFILTMzOS4yTC0zMzkuMiw4Ni42TC0zMzkuMiw4Ni42eiIvPgogICAgICA8L2c+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjAxLjk2MTA1OCwgNTMuNDc5NjM4KSI+CiAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuMTc5NjQwLCAwLjcwNTA2OCkiPgogICAgICAgIDxwYXRoIGQ9Ik0tNDc4LjYsNjhjMC0yMy45LTAuNC00NC41LTEuNy02My40aDMxLjhsMS4yLDM5LjloMS43YzkuMS0yNy4zLDMxLTQ0LjUsNTUuMy00NC41IGMzLjUtMC4xLDcsMC40LDEwLjMsMS4ydjM0LjhjLTQuMS0wLjktOC4yLTEuMy0xMi40LTEuMmMtMjUuNiwwLTQzLjcsMTkuNy00OC43LDQ3LjRjLTEsNS43LTEuNiwxMS41LTEuNywxNy4ydjEwOC4zaC0zNlY2OCBMLTQ3OC42LDY4eiIvPgogICAgICA8L2c+CiAgICA8L2c+CiAgPC9nPgoKICA8ZyBjbGFzcz0ianAtaWNvbi13YXJuMCIgZmlsbD0iI0YzNzcyNiI+CiAgICA8cGF0aCBkPSJNMTM1Mi4zLDMyNi4yaDM3VjI4aC0zN1YzMjYuMnogTTE2MDQuOCwzMjYuMmMtMi41LTEzLjktMy40LTMxLjEtMy40LTQ4Ljd2LTc2IGMwLTQwLjctMTUuMS04My4xLTc3LjMtODMuMWMtMjUuNiwwLTUwLDcuMS02Ni44LDE4LjFsOC40LDI0LjRjMTQuMy05LjIsMzQtMTUuMSw1My0xNS4xYzQxLjYsMCw0Ni4yLDMwLjIsNDYuMiw0N3Y0LjIgYy03OC42LTAuNC0xMjIuMywyNi41LTEyMi4zLDc1LjZjMCwyOS40LDIxLDU4LjQsNjIuMiw1OC40YzI5LDAsNTAuOS0xNC4zLDYyLjItMzAuMmgxLjNsMi45LDI1LjZIMTYwNC44eiBNMTU2NS43LDI1Ny43IGMwLDMuOC0wLjgsOC0yLjEsMTEuOGMtNS45LDE3LjItMjIuNywzNC00OS4yLDM0Yy0xOC45LDAtMzQuOS0xMS4zLTM0LjktMzUuM2MwLTM5LjUsNDUuOC00Ni42LDg2LjItNDUuOFYyNTcuN3ogTTE2OTguNSwzMjYuMiBsMS43LTMzLjZoMS4zYzE1LjEsMjYuOSwzOC43LDM4LjIsNjguMSwzOC4yYzQ1LjQsMCw5MS4yLTM2LjEsOTEuMi0xMDguOGMwLjQtNjEuNy0zNS4zLTEwMy43LTg1LjctMTAzLjcgYy0zMi44LDAtNTYuMywxNC43LTY5LjMsMzcuNGgtMC44VjI4aC0zNi42djI0NS43YzAsMTguMS0wLjgsMzguNi0xLjcsNTIuNUgxNjk4LjV6IE0xNzA0LjgsMjA4LjJjMC01LjksMS4zLTEwLjksMi4xLTE1LjEgYzcuNi0yOC4xLDMxLjEtNDUuNCw1Ni4zLTQ1LjRjMzkuNSwwLDYwLjUsMzQuOSw2MC41LDc1LjZjMCw0Ni42LTIzLjEsNzguMS02MS44LDc4LjFjLTI2LjksMC00OC4zLTE3LjYtNTUuNS00My4zIGMtMC44LTQuMi0xLjctOC44LTEuNy0xMy40VjIwOC4yeiIvPgogIDwvZz4KPC9zdmc+Cg==);
--jp-icon-kernel: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGNsYXNzPSJqcC1pY29uMiIgZmlsbD0iIzYxNjE2MSIgZD0iTTE1IDlIOXY2aDZWOXptLTIgNGgtMnYtMmgydjJ6bTgtMlY5aC0yVjdjMC0xLjEtLjktMi0yLTJoLTJWM2gtMnYyaC0yVjNIOXYySDdjLTEuMSAwLTIgLjktMiAydjJIM3YyaDJ2MkgzdjJoMnYyYzAgMS4xLjkgMiAyIDJoMnYyaDJ2LTJoMnYyaDJ2LTJoMmMxLjEgMCAyLS45IDItMnYtMmgydi0yaC0ydi0yaDJ6bS00IDZIN1Y3aDEwdjEweiIvPgo8L3N2Zz4K);
--jp-icon-keyboard: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIiBkPSJNMjAgNUg0Yy0xLjEgMC0xLjk5LjktMS45OSAyTDIgMTdjMCAxLjEuOSAyIDIgMmgxNmMxLjEgMCAyLS45IDItMlY3YzAtMS4xLS45LTItMi0yem0tOSAzaDJ2MmgtMlY4em0wIDNoMnYyaC0ydi0yek04IDhoMnYySDhWOHptMCAzaDJ2Mkg4di0yem0tMSAySDV2LTJoMnYyem0wLTNINVY4aDJ2MnptOSA3SDh2LTJoOHYyem0wLTRoLTJ2LTJoMnYyem0wLTNoLTJWOGgydjJ6bTMgM2gtMnYtMmgydjJ6bTAtM2gtMlY4aDJ2MnoiLz4KPC9zdmc+Cg==);
--jp-icon-launcher: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIiBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAwLTIgMnYxNGEyIDIgMCAwMDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz4KPC9zdmc+Cg==);
--jp-icon-line-form: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGZpbGw9IndoaXRlIiBkPSJNNS44OCA0LjEyTDEzLjc2IDEybC03Ljg4IDcuODhMOCAyMmwxMC0xMEw4IDJ6Ii8+Cjwvc3ZnPgo=);
--jp-icon-link: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTMuOSAxMmMwLTEuNzEgMS4zOS0zLjEgMy4xLTMuMWg0VjdIN2MtMi43NiAwLTUgMi4yNC01IDVzMi4yNCA1IDUgNWg0di0xLjlIN2MtMS43MSAwLTMuMS0xLjM5LTMuMS0zLjF6TTggMTNoOHYtMkg4djJ6bTktNmgtNHYxLjloNGMxLjcxIDAgMy4xIDEuMzkgMy4xIDMuMXMtMS4zOSAzLjEtMy4xIDMuMWgtNFYxN2g0YzIuNzYgMCA1LTIuMjQgNS01cy0yLjI0LTUtNS01eiIvPgogIDwvZz4KPC9zdmc+Cg==);
--jp-icon-list: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGNsYXNzPSJqcC1pY29uMiBqcC1pY29uLXNlbGVjdGFibGUiIGZpbGw9IiM2MTYxNjEiIGQ9Ik0xOSA1djE0SDVWNWgxNG0xLjEtMkgzLjljLS41IDAtLjkuNC0uOS45djE2LjJjMCAuNC40LjkuOS45aDE2LjJjLjQgMCAuOS0uNS45LS45VjMuOWMwLS41LS41LS45LS45LS45ek0xMSA3aDZ2MmgtNlY3em0wIDRoNnYyaC02di0yem0wIDRoNnYyaC02ek03IDdoMnYySDd6bTAgNGgydjJIN3ptMCA0aDJ2Mkg3eiIvPgo8L3N2Zz4=);
--jp-icon-listings-info: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MC45NzggNTAuOTc4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MC45NzggNTAuOTc4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cgk8Zz4KCQk8cGF0aCBzdHlsZT0iZmlsbDojMDEwMDAyOyIgZD0iTTQzLjUyLDcuNDU4QzM4LjcxMSwyLjY0OCwzMi4zMDcsMCwyNS40ODksMEMxOC42NywwLDEyLjI2NiwyLjY0OCw3LjQ1OCw3LjQ1OAoJCQljLTkuOTQzLDkuOTQxLTkuOTQzLDI2LjExOSwwLDM2LjA2MmM0LjgwOSw0LjgwOSwxMS4yMTIsNy40NTYsMTguMDMxLDcuNDU4YzAsMCwwLjAwMSwwLDAuMDAyLDAKCQkJYzYuODE2LDAsMTMuMjIxLTIuNjQ4LDE4LjAyOS03LjQ1OGM0LjgwOS00LjgwOSw3LjQ1Ny0xMS4yMTIsNy40NTctMTguMDNDNTAuOTc3LDE4LjY3LDQ4LjMyOCwxMi4yNjYsNDMuNTIsNy40NTh6CgkJCSBNNDIuMTA2LDQyLjEwNWMtNC40MzIsNC40MzEtMTAuMzMyLDYuODcyLTE2LjYxNSw2Ljg3MmgtMC4wMDJjLTYuMjg1LTAuMDAxLTEyLjE4Ny0yLjQ0MS0xNi42MTctNi44NzIKCQkJYy05LjE2Mi05LjE2My05LjE2Mi0yNC4wNzEsMC0zMy4yMzNDMTMuMzAzLDQuNDQsMTkuMjA0LDIsMjUuNDg5LDJjNi4yODQsMCwxMi4xODYsMi40NCwxNi42MTcsNi44NzIKCQkJYzQuNDMxLDQuNDMxLDYuODcxLDEwLjMzMiw2Ljg3MSwxNi42MTdDNDguOTc3LDMxLjc3Miw0Ni41MzYsMzcuNjc1LDQyLjEwNiw0Mi4xMDV6Ii8+CgkJPHBhdGggc3R5bGU9ImZpbGw6IzAxMDAwMjsiIGQ9Ik0yMy41NzgsMzIuMjE4Yy0wLjAyMy0xLjczNCwwLjE0My0zLjA1OSwwLjQ5Ni0zLjk3MmMwLjM1My0wLjkxMywxLjExLTEuOTk3LDIuMjcyLTMuMjUzCgkJCWMwLjQ2OC0wLjUzNiwwLjkyMy0xLjA2MiwxLjM2Ny0xLjU3NWMwLjYyNi0wLjc1MywxLjEwNC0xLjQ3OCwxLjQzNi0yLjE3NWMwLjMzMS0wLjcwNywwLjQ5NS0xLjU0MSwwLjQ5NS0yLjUKCQkJYzAtMS4wOTYtMC4yNi0yLjA4OC0wLjc3OS0yLjk3OWMtMC41NjUtMC44NzktMS41MDEtMS4zMzYtMi44MDYtMS4zNjljLTEuODAyLDAuMDU3LTIuOTg1LDAuNjY3LTMuNTUsMS44MzIKCQkJYy0wLjMwMSwwLjUzNS0wLjUwMywxLjE0MS0wLjYwNywxLjgxNGMtMC4xMzksMC43MDctMC4yMDcsMS40MzItMC4yMDcsMi4xNzRoLTIuOTM3Yy0wLjA5MS0yLjIwOCwwLjQwNy00LjExNCwxLjQ5My01LjcxOQoJCQljMS4wNjItMS42NCwyLjg1NS0yLjQ4MSw1LjM3OC0yLjUyN2MyLjE2LDAuMDIzLDMuODc0LDAuNjA4LDUuMTQxLDEuNzU4YzEuMjc4LDEuMTYsMS45MjksMi43NjQsMS45NSw0LjgxMQoJCQljMCwxLjE0Mi0wLjEzNywyLjExMS0wLjQxLDIuOTExYy0wLjMwOSwwLjg0NS0wLjczMSwxLjU5My0xLjI2OCwyLjI0M2MtMC40OTIsMC42NS0xLjA2OCwxLjMxOC0xLjczLDIuMDAyCgkJCWMtMC42NSwwLjY5Ny0xLjMxMywxLjQ3OS0xLjk4NywyLjM0NmMtMC4yMzksMC4zNzctMC40MjksMC43NzctMC41NjUsMS4xOTljLTAuMTYsMC45NTktMC4yMTcsMS45NTEtMC4xNzEsMi45NzkKCQkJQzI2LjU4OSwzMi4yMTgsMjMuNTc4LDMyLjIxOCwyMy41NzgsMzIuMjE4eiBNMjMuNTc4LDM4LjIydi0zLjQ4NGgzLjA3NnYzLjQ4NEgyMy41Nzh6Ii8+Cgk8L2c+Cjwvc3ZnPgo=);
--jp-icon-markdown: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8cGF0aCBjbGFzcz0ianAtaWNvbi1jb250cmFzdDAganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjN0IxRkEyIiBkPSJNNSAxNC45aDEybC02LjEgNnptOS40LTYuOGMwLTEuMy0uMS0yLjktLjEtNC41LS40IDEuNC0uOSAyLjktMS4zIDQuM2wtMS4zIDQuM2gtMkw4LjUgNy45Yy0uNC0xLjMtLjctMi45LTEtNC4zLS4xIDEuNi0uMSAzLjItLjIgNC42TDcgMTIuNEg0LjhsLjctMTFoMy4zTDEwIDVjLjQgMS4yLjcgMi43IDEgMy45LjMtMS4yLjctMi42IDEtMy45bDEuMi0zLjdoMy4zbC42IDExaC0yLjRsLS4zLTQuMnoiLz4KPC9zdmc+Cg==);
--jp-icon-new-folder: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTIwIDZoLThsLTItMkg0Yy0xLjExIDAtMS45OS44OS0xLjk5IDJMMiAxOGMwIDEuMTEuODkgMiAyIDJoMTZjMS4xMSAwIDItLjg5IDItMlY4YzAtMS4xMS0uODktMi0yLTJ6bS0xIDhoLTN2M2gtMnYtM2gtM3YtMmgzVjloMnYzaDN2MnoiLz4KICA8L2c+Cjwvc3ZnPgo=);
--jp-icon-not-trusted: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI1IDI1Ij4KICAgIDxwYXRoIGNsYXNzPSJqcC1pY29uMiIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMgMykiIGQ9Ik0xLjg2MDk0IDExLjQ0MDlDMC44MjY0NDggOC43NzAyNyAwLjg2Mzc3OSA2LjA1NzY0IDEuMjQ5MDcgNC4xOTkzMkMyLjQ4MjA2IDMuOTMzNDcgNC4wODA2OCAzLjQwMzQ3IDUuNjAxMDIgMi44NDQ5QzcuMjM1NDkgMi4yNDQ0IDguODU2NjYgMS41ODE1IDkuOTg3NiAxLjA5NTM5QzExLjA1OTcgMS41ODM0MSAxMi42MDk0IDIuMjQ0NCAxNC4yMTggMi44NDMzOUMxNS43NTAzIDMuNDEzOTQgMTcuMzk5NSAzLjk1MjU4IDE4Ljc1MzkgNC4yMTM4NUMxOS4xMzY0IDYuMDcxNzcgMTkuMTcwOSA4Ljc3NzIyIDE4LjEzOSAxMS40NDA5QzE3LjAzMDMgMTQuMzAzMiAxNC42NjY4IDE3LjE4NDQgOS45OTk5OSAxOC45MzU0QzUuMzMzMTkgMTcuMTg0NCAyLjk2OTY4IDE0LjMwMzIgMS44NjA5NCAxMS40NDA5WiIvPgogICAgPHBhdGggY2xhc3M9ImpwLWljb24yIiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS4zMTU5MiA5LjMyMDMxKSIgZD0iTTcuMzY4NDIgMEwwIDcuMzY0NzkiLz4KICAgIDxwYXRoIGNsYXNzPSJqcC1pY29uMiIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkuMzE1OTIgMTYuNjgzNikgc2NhbGUoMSAtMSkiIGQ9Ik03LjM2ODQyIDBMMCA3LjM2NDc5Ii8+Cjwvc3ZnPgo=);
--jp-icon-notebook: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8ZyBjbGFzcz0ianAtaWNvbi13YXJuMCBqcC1pY29uLXNlbGVjdGFibGUiIGZpbGw9IiNFRjZDMDAiPgogICAgPHBhdGggZD0iTTE4LjcgMy4zdjE1LjRIMy4zVjMuM2gxNS40bTEuNS0xLjVIMS44djE4LjNoMTguM2wuMS0xOC4zeiIvPgogICAgPHBhdGggZD0iTTE2LjUgMTYuNWwtNS40LTQuMy01LjYgNC4zdi0xMWgxMXoiLz4KICA8L2c+Cjwvc3ZnPgo=);
--jp-icon-numbering: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyOCAyOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CgkJPHBhdGggZD0iTTQgMTlINlYxOS41SDVWMjAuNUg2VjIxSDRWMjJIN1YxOEg0VjE5Wk01IDEwSDZWNkg0VjdINVYxMFpNNCAxM0g1LjhMNCAxNS4xVjE2SDdWMTVINS4yTDcgMTIuOVYxMkg0VjEzWk05IDdWOUgyM1Y3SDlaTTkgMjFIMjNWMTlIOVYyMVpNOSAxNUgyM1YxM0g5VjE1WiIvPgoJPC9nPgo8L3N2Zz4K);
--jp-icon-offline-bolt: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjE2Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTEyIDIuMDJjLTUuNTEgMC05Ljk4IDQuNDctOS45OCA5Ljk4czQuNDcgOS45OCA5Ljk4IDkuOTggOS45OC00LjQ3IDkuOTgtOS45OFMxNy41MSAyLjAyIDEyIDIuMDJ6TTExLjQ4IDIwdi02LjI2SDhMMTMgNHY2LjI2aDMuMzVMMTEuNDggMjB6Ii8+CiAgPC9nPgo8L3N2Zz4K);
--jp-icon-palette: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTE4IDEzVjIwSDRWNkg5LjAyQzkuMDcgNS4yOSA5LjI0IDQuNjIgOS41IDRINEMyLjkgNCAyIDQuOSAyIDZWMjBDMiAyMS4xIDIuOSAyMiA0IDIySDE4QzE5LjEgMjIgMjAgMjEuMSAyMCAyMFYxNUwxOCAxM1pNMTkuMyA4Ljg5QzE5Ljc0IDguMTkgMjAgNy4zOCAyMCA2LjVDMjAgNC4wMSAxNy45OSAyIDE1LjUgMkMxMy4wMSAyIDExIDQuMDEgMTEgNi41QzExIDguOTkgMTMuMDEgMTEgMTUuNDkgMTFDMTYuMzcgMTEgMTcuMTkgMTAuNzQgMTcuODggMTAuM0wyMSAxMy40MkwyMi40MiAxMkwxOS4zIDguODlaTTE1LjUgOUMxNC4xMiA5IDEzIDcuODggMTMgNi41QzEzIDUuMTIgMTQuMTIgNCAxNS41IDRDMTYuODggNCAxOCA1LjEyIDE4IDYuNUMxOCA3Ljg4IDE2Ljg4IDkgMTUuNSA5WiIvPgogICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00IDZIOS4wMTg5NEM5LjAwNjM5IDYuMTY1MDIgOSA2LjMzMTc2IDkgNi41QzkgOC44MTU3NyAxMC4yMTEgMTAuODQ4NyAxMi4wMzQzIDEySDlWMTRIMTZWMTIuOTgxMUMxNi41NzAzIDEyLjkzNzcgMTcuMTIgMTIuODIwNyAxNy42Mzk2IDEyLjYzOTZMMTggMTNWMjBINFY2Wk04IDhINlYxMEg4VjhaTTYgMTJIOFYxNEg2VjEyWk04IDE2SDZWMThIOFYxNlpNOSAxNkgxNlYxOEg5VjE2WiIvPgogIDwvZz4KPC9zdmc+Cg==);
--jp-icon-paste: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTE5IDJoLTQuMThDMTQuNC44NCAxMy4zIDAgMTIgMGMtMS4zIDAtMi40Ljg0LTIuODIgMkg1Yy0xLjEgMC0yIC45LTIgMnYxNmMwIDEuMS45IDIgMiAyaDE0YzEuMSAwIDItLjkgMi0yVjRjMC0xLjEtLjktMi0yLTJ6bS03IDBjLjU1IDAgMSAuNDUgMSAxcy0uNDUgMS0xIDEtMS0uNDUtMS0xIC40NS0xIDEtMXptNyAxOEg1VjRoMnYzaDEwVjRoMnYxNnoiLz4KICAgIDwvZz4KPC9zdmc+Cg==);
--jp-icon-pdf: url(data:image/svg+xml;base64,PHN2ZwogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMiAyMiIgd2lkdGg9IjE2Ij4KICAgIDxwYXRoIHRyYW5zZm9ybT0icm90YXRlKDQ1KSIgY2xhc3M9ImpwLWljb24tc2VsZWN0YWJsZSIgZmlsbD0iI0ZGMkEyQSIKICAgICAgIGQ9Im0gMjIuMzQ0MzY5LC0zLjAxNjM2NDIgaCA1LjYzODYwNCB2IDEuNTc5MjQzMyBoIC0zLjU0OTIyNyB2IDEuNTA4NjkyOTkgaCAzLjMzNzU3NiBWIDEuNjUwODE1NCBoIC0zLjMzNzU3NiB2IDMuNDM1MjYxMyBoIC0yLjA4OTM3NyB6IG0gLTcuMTM2NDQ0LDEuNTc5MjQzMyB2IDQuOTQzOTU0MyBoIDAuNzQ4OTIgcSAxLjI4MDc2MSwwIDEuOTUzNzAzLC0wLjYzNDk1MzUgMC42NzgzNjksLTAuNjM0OTUzNSAwLjY3ODM2OSwtMS44NDUxNjQxIDAsLTEuMjA0NzgzNTUgLTAuNjcyOTQyLC0xLjgzNDMxMDExIC0wLjY3Mjk0MiwtMC42Mjk1MjY1OSAtMS45NTkxMywtMC42Mjk1MjY1OSB6IG0gLTIuMDg5Mzc3LC0xLjU3OTI0MzMgaCAyLjIwMzM0MyBxIDEuODQ1MTY0LDAgMi43NDYwMzksMC4yNjU5MjA3IDAuOTA2MzAxLDAuMjYwNDkzNyAxLjU1MjEwOCwwLjg5MDAyMDMgMC41Njk4MywwLjU0ODEyMjMgMC44NDY2MDUsMS4yNjQ0ODAwNiAwLjI3Njc3NCwwLjcxNjM1NzgxIDAuMjc2Nzc0LDEuNjIyNjU4OTQgMCwwLjkxNzE1NTEgLTAuMjc2Nzc0LDEuNjM4OTM5OSAtMC4yNzY3NzUsMC43MTYzNTc4IC0wLjg0NjYwNSwxLjI2NDQ4IC0wLjY1MTIzNCwwLjYyOTUyNjYgLTEuNTYyOTYyLDAuODk1NDQ3MyAtMC45MTE3MjgsMC4yNjA0OTM3IC0yLjczNTE4NSwwLjI2MDQ5MzcgaCAtMi4yMDMzNDMgeiBtIC04LjE0NTg1NjUsMCBoIDMuNDY3ODIzIHEgMS41NDY2ODE2LDAgMi4zNzE1Nzg1LDAuNjg5MjIzIDAuODMwMzI0LDAuNjgzNzk2MSAwLjgzMDMyNCwxLjk1MzcwMzE0IDAsMS4yNzUzMzM5NyAtMC44MzAzMjQsMS45NjQ1NTcwNiBRIDkuOTg3MTk2MSwyLjI3NDkxNSA4LjQ0MDUxNDUsMi4yNzQ5MTUgSCA3LjA2MjA2ODQgViA1LjA4NjA3NjcgSCA0Ljk3MjY5MTUgWiBtIDIuMDg5Mzc2OSwxLjUxNDExOTkgdiAyLjI2MzAzOTQzIGggMS4xNTU5NDEgcSAwLjYwNzgxODgsMCAwLjkzODg2MjksLTAuMjkzMDU1NDcgMC4zMzEwNDQxLC0wLjI5ODQ4MjQxIDAuMzMxMDQ0MSwtMC44NDExNzc3MiAwLC0wLjU0MjY5NTMxIC0wLjMzMTA0NDEsLTAuODM1NzUwNzQgLTAuMzMxMDQ0MSwtMC4yOTMwNTU1IC0wLjkzODg2MjksLTAuMjkzMDU1NSB6IgovPgo8L3N2Zz4K);
--jp-icon-python: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8ZyBjbGFzcz0ianAtaWNvbi1icmFuZDAganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjMEQ0N0ExIj4KICAgIDxwYXRoIGQ9Ik0xMS4xIDYuOVY1LjhINi45YzAtLjUgMC0xLjMuMi0xLjYuNC0uNy44LTEuMSAxLjctMS40IDEuNy0uMyAyLjUtLjMgMy45LS4xIDEgLjEgMS45LjkgMS45IDEuOXY0LjJjMCAuNS0uOSAxLjYtMiAxLjZIOC44Yy0xLjUgMC0yLjQgMS40LTIuNCAyLjh2Mi4ySDQuN0MzLjUgMTUuMSAzIDE0IDMgMTMuMVY5Yy0uMS0xIC42LTIgMS44LTIgMS41LS4xIDYuMy0uMSA2LjMtLjF6Ii8+CiAgICA8cGF0aCBkPSJNMTAuOSAxNS4xdjEuMWg0LjJjMCAuNSAwIDEuMy0uMiAxLjYtLjQuNy0uOCAxLjEtMS43IDEuNC0xLjcuMy0yLjUuMy0zLjkuMS0xLS4xLTEuOS0uOS0xLjktMS45di00LjJjMC0uNS45LTEuNiAyLTEuNmgzLjhjMS41IDAgMi40LTEuNCAyLjQtMi44VjYuNmgxLjdDMTguNSA2LjkgMTkgOCAxOSA4LjlWMTNjMCAxLS43IDIuMS0xLjkgMi4xaC02LjJ6Ii8+CiAgPC9nPgo8L3N2Zz4K);
--jp-icon-r-kernel: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8cGF0aCBjbGFzcz0ianAtaWNvbi1jb250cmFzdDMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjMjE5NkYzIiBkPSJNNC40IDIuNWMxLjItLjEgMi45LS4zIDQuOS0uMyAyLjUgMCA0LjEuNCA1LjIgMS4zIDEgLjcgMS41IDEuOSAxLjUgMy41IDAgMi0xLjQgMy41LTIuOSA0LjEgMS4yLjQgMS43IDEuNiAyLjIgMyAuNiAxLjkgMSAzLjkgMS4zIDQuNmgtMy44Yy0uMy0uNC0uOC0xLjctMS4yLTMuN3MtMS4yLTIuNi0yLjYtMi42aC0uOXY2LjRINC40VjIuNXptMy43IDYuOWgxLjRjMS45IDAgMi45LS45IDIuOS0yLjNzLTEtMi4zLTIuOC0yLjNjLS43IDAtMS4zIDAtMS42LjJ2NC41aC4xdi0uMXoiLz4KPC9zdmc+Cg==);
--jp-icon-react: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMTUwIDE1MCA1NDEuOSAyOTUuMyI+CiAgPGcgY2xhc3M9ImpwLWljb24tYnJhbmQyIGpwLWljb24tc2VsZWN0YWJsZSIgZmlsbD0iIzYxREFGQiI+CiAgICA8cGF0aCBkPSJNNjY2LjMgMjk2LjVjMC0zMi41LTQwLjctNjMuMy0xMDMuMS04Mi40IDE0LjQtNjMuNiA4LTExNC4yLTIwLjItMTMwLjQtNi41LTMuOC0xNC4xLTUuNi0yMi40LTUuNnYyMi4zYzQuNiAwIDguMy45IDExLjQgMi42IDEzLjYgNy44IDE5LjUgMzcuNSAxNC45IDc1LjctMS4xIDkuNC0yLjkgMTkuMy01LjEgMjkuNC0xOS42LTQuOC00MS04LjUtNjMuNS0xMC45LTEzLjUtMTguNS0yNy41LTM1LjMtNDEuNi01MCAzMi42LTMwLjMgNjMuMi00Ni45IDg0LTQ2LjlWNzhjLTI3LjUgMC02My41IDE5LjYtOTkuOSA1My42LTM2LjQtMzMuOC03Mi40LTUzLjItOTkuOS01My4ydjIyLjNjMjAuNyAwIDUxLjQgMTYuNSA4NCA0Ni42LTE0IDE0LjctMjggMzEuNC00MS4zIDQ5LjktMjIuNiAyLjQtNDQgNi4xLTYzLjYgMTEtMi4zLTEwLTQtMTkuNy01LjItMjktNC43LTM4LjIgMS4xLTY3LjkgMTQuNi03NS44IDMtMS44IDYuOS0yLjYgMTEuNS0yLjZWNzguNWMtOC40IDAtMTYgMS44LTIyLjYgNS42LTI4LjEgMTYuMi0zNC40IDY2LjctMTkuOSAxMzAuMS02Mi4yIDE5LjItMTAyLjcgNDkuOS0xMDIuNyA4Mi4zIDAgMzIuNSA0MC43IDYzLjMgMTAzLjEgODIuNC0xNC40IDYzLjYtOCAxMTQuMiAyMC4yIDEzMC40IDYuNSAzLjggMTQuMSA1LjYgMjIuNSA1LjYgMjcuNSAwIDYzLjUtMTkuNiA5OS45LTUzLjYgMzYuNCAzMy44IDcyLjQgNTMuMiA5OS45IDUzLjIgOC40IDAgMTYtMS44IDIyLjYtNS42IDI4LjEtMTYuMiAzNC40LTY2LjcgMTkuOS0xMzAuMSA2Mi0xOS4xIDEwMi41LTQ5LjkgMTAyLjUtODIuM3ptLTEzMC4yLTY2LjdjLTMuNyAxMi45LTguMyAyNi4yLTEzLjUgMzkuNS00LjEtOC04LjQtMTYtMTMuMS0yNC00LjYtOC05LjUtMTUuOC0xNC40LTIzLjQgMTQuMiAyLjEgMjcuOSA0LjcgNDEgNy45em0tNDUuOCAxMDYuNWMtNy44IDEzLjUtMTUuOCAyNi4zLTI0LjEgMzguMi0xNC45IDEuMy0zMCAyLTQ1LjIgMi0xNS4xIDAtMzAuMi0uNy00NS0xLjktOC4zLTExLjktMTYuNC0yNC42LTI0LjItMzgtNy42LTEzLjEtMTQuNS0yNi40LTIwLjgtMzkuOCA2LjItMTMuNCAxMy4yLTI2LjggMjAuNy0zOS45IDcuOC0xMy41IDE1LjgtMjYuMyAyNC4xLTM4LjIgMTQuOS0xLjMgMzAtMiA0NS4yLTIgMTUuMSAwIDMwLjIuNyA0NSAxLjkgOC4zIDExLjkgMTYuNCAyNC42IDI0LjIgMzggNy42IDEzLjEgMTQuNSAyNi40IDIwLjggMzkuOC02LjMgMTMuNC0xMy4yIDI2LjgtMjAuNyAzOS45em0zMi4zLTEzYzUuNCAxMy40IDEwIDI2LjggMTMuOCAzOS44LTEzLjEgMy4yLTI2LjkgNS45LTQxLjIgOCA0LjktNy43IDkuOC0xNS42IDE0LjQtMjMuNyA0LjYtOCA4LjktMTYuMSAxMy0yNC4xek00MjEuMiA0MzBjLTkuMy05LjYtMTguNi0yMC4zLTI3LjgtMzIgOSAuNCAxOC4yLjcgMjcuNS43IDkuNCAwIDE4LjctLjIgMjcuOC0uNy05IDExLjctMTguMyAyMi40LTI3LjUgMzJ6bS03NC40LTU4LjljLTE0LjItMi4xLTI3LjktNC43LTQxLTcuOSAzLjctMTIuOSA4LjMtMjYuMiAxMy41LTM5LjUgNC4xIDggOC40IDE2IDEzLjEgMjQgNC43IDggOS41IDE1LjggMTQuNCAyMy40ek00MjAuNyAxNjNjOS4zIDkuNiAxOC42IDIwLjMgMjcuOCAzMi05LS40LTE4LjItLjctMjcuNS0uNy05LjQgMC0xOC43LjItMjcuOC43IDktMTEuNyAxOC4zLTIyLjQgMjcuNS0zMnptLTc0IDU4LjljLTQuOSA3LjctOS44IDE1LjYtMTQuNCAyMy43LTQuNiA4LTguOSAxNi0xMyAyNC01LjQtMTMuNC0xMC0yNi44LTEzLjgtMzkuOCAxMy4xLTMuMSAyNi45LTUuOCA0MS4yLTcuOXptLTkwLjUgMTI1LjJjLTM1LjQtMTUuMS01OC4zLTM0LjktNTguMy01MC42IDAtMTUuNyAyMi45LTM1LjYgNTguMy01MC42IDguNi0zLjcgMTgtNyAyNy43LTEwLjEgNS43IDE5LjYgMTMuMiA0MCAyMi41IDYwLjktOS4yIDIwLjgtMTYuNiA0MS4xLTIyLjIgNjAuNi05LjktMy4xLTE5LjMtNi41LTI4LTEwLjJ6TTMxMCA0OTBjLTEzLjYtNy44LTE5LjUtMzcuNS0xNC45LTc1LjcgMS4xLTkuNCAyLjktMTkuMyA1LjEtMjkuNCAxOS42IDQuOCA0MSA4LjUgNjMuNSAxMC45IDEzLjUgMTguNSAyNy41IDM1LjMgNDEuNiA1MC0zMi42IDMwLjMtNjMuMiA0Ni45LTg0IDQ2LjktNC41LS4xLTguMy0xLTExLjMtMi43em0yMzcuMi03Ni4yYzQuNyAzOC4yLTEuMSA2Ny45LTE0LjYgNzUuOC0zIDEuOC02LjkgMi42LTExLjUgMi42LTIwLjcgMC01MS40LTE2LjUtODQtNDYuNiAxNC0xNC43IDI4LTMxLjQgNDEuMy00OS45IDIyLjYtMi40IDQ0LTYuMSA2My42LTExIDIuMyAxMC4xIDQuMSAxOS44IDUuMiAyOS4xem0zOC41LTY2LjdjLTguNiAzLjctMTggNy0yNy43IDEwLjEtNS43LTE5LjYtMTMuMi00MC0yMi41LTYwLjkgOS4yLTIwLjggMTYuNi00MS4xIDIyLjItNjAuNiA5LjkgMy4xIDE5LjMgNi41IDI4LjEgMTAuMiAzNS40IDE1LjEgNTguMyAzNC45IDU4LjMgNTAuNi0uMSAxNS43LTIzIDM1LjYtNTguNCA1MC42ek0zMjAuOCA3OC40eiIvPgogICAgPGNpcmNsZSBjeD0iNDIwLjkiIGN5PSIyOTYuNSIgcj0iNDUuNyIvPgogIDwvZz4KPC9zdmc+Cg==);
--jp-icon-redo: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjE2Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTE4LjQgMTAuNkMxNi41NSA4Ljk5IDE0LjE1IDggMTEuNSA4Yy00LjY1IDAtOC41OCAzLjAzLTkuOTYgNy4yMkwzLjkgMTZjMS4wNS0zLjE5IDQuMDUtNS41IDcuNi01LjUgMS45NSAwIDMuNzMuNzIgNS4xMiAxLjg4TDEzIDE2aDlWN2wtMy42IDMuNnoiLz4KICA8L2c+Cjwvc3ZnPgo=);
--jp-icon-refresh: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTkgMTMuNWMtMi40OSAwLTQuNS0yLjAxLTQuNS00LjVTNi41MSA0LjUgOSA0LjVjMS4yNCAwIDIuMzYuNTIgMy4xNyAxLjMzTDEwIDhoNVYzbC0xLjc2IDEuNzZDMTIuMTUgMy42OCAxMC42NiAzIDkgMyA1LjY5IDMgMy4wMSA1LjY5IDMuMDEgOVM1LjY5IDE1IDkgMTVjMi45NyAwIDUuNDMtMi4xNiA1LjktNWgtMS41MmMtLjQ2IDItMi4yNCAzLjUtNC4zOCAzLjV6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=);
--jp-icon-regex: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8ZyBjbGFzcz0ianAtaWNvbjIiIGZpbGw9IiM0MTQxNDEiPgogICAgPHJlY3QgeD0iMiIgeT0iMiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ii8+CiAgPC9nPgoKICA8ZyBjbGFzcz0ianAtaWNvbi1hY2NlbnQyIiBmaWxsPSIjRkZGIj4KICAgIDxjaXJjbGUgY2xhc3M9InN0MiIgY3g9IjUuNSIgY3k9IjE0LjUiIHI9IjEuNSIvPgogICAgPHJlY3QgeD0iMTIiIHk9IjQiIGNsYXNzPSJzdDIiIHdpZHRoPSIxIiBoZWlnaHQ9IjgiLz4KICAgIDxyZWN0IHg9IjguNSIgeT0iNy41IiB0cmFuc2Zvcm09Im1hdHJpeCgwLjg2NiAtMC41IDAuNSAwLjg2NiAtMi4zMjU1IDcuMzIxOSkiIGNsYXNzPSJzdDIiIHdpZHRoPSI4IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IHg9IjEyIiB5PSI0IiB0cmFuc2Zvcm09Im1hdHJpeCgwLjUgLTAuODY2IDAuODY2IDAuNSAtMC42Nzc5IDE0LjgyNTIpIiBjbGFzcz0ic3QyIiB3aWR0aD0iMSIgaGVpZ2h0PSI4Ii8+CiAgPC9nPgo8L3N2Zz4K);
--jp-icon-run: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTggNXYxNGwxMS03eiIvPgogICAgPC9nPgo8L3N2Zz4K);
--jp-icon-running: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPgogIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICA8cGF0aCBkPSJNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHptOTYgMzI4YzAgOC44LTcuMiAxNi0xNiAxNkgxNzZjLTguOCAwLTE2LTcuMi0xNi0xNlYxNzZjMC04LjggNy4yLTE2IDE2LTE2aDE2MGM4LjggMCAxNiA3LjIgMTYgMTZ2MTYweiIvPgogIDwvZz4KPC9zdmc+Cg==);
--jp-icon-save: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTE3IDNINWMtMS4xMSAwLTIgLjktMiAydjE0YzAgMS4xLjg5IDIgMiAyaDE0YzEuMSAwIDItLjkgMi0yVjdsLTQtNHptLTUgMTZjLTEuNjYgMC0zLTEuMzQtMy0zczEuMzQtMyAzLTMgMyAxLjM0IDMgMy0xLjM0IDMtMyAzem0zLTEwSDVWNWgxMHY0eiIvPgogICAgPC9nPgo8L3N2Zz4K);
--jp-icon-search: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTEyLjEsMTAuOWgtMC43bC0wLjItMC4yYzAuOC0wLjksMS4zLTIuMiwxLjMtMy41YzAtMy0yLjQtNS40LTUuNC01LjRTMS44LDQuMiwxLjgsNy4xczIuNCw1LjQsNS40LDUuNCBjMS4zLDAsMi41LTAuNSwzLjUtMS4zbDAuMiwwLjJ2MC43bDQuMSw0LjFsMS4yLTEuMkwxMi4xLDEwLjl6IE03LjEsMTAuOWMtMi4xLDAtMy43LTEuNy0zLjctMy43czEuNy0zLjcsMy43LTMuN3MzLjcsMS43LDMuNywzLjcgUzkuMiwxMC45LDcuMSwxMC45eiIvPgogIDwvZz4KPC9zdmc+Cg==);
--jp-icon-settings: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIiBkPSJNMTkuNDMgMTIuOThjLjA0LS4zMi4wNy0uNjQuMDctLjk4cy0uMDMtLjY2LS4wNy0uOThsMi4xMS0xLjY1Yy4xOS0uMTUuMjQtLjQyLjEyLS42NGwtMi0zLjQ2Yy0uMTItLjIyLS4zOS0uMy0uNjEtLjIybC0yLjQ5IDFjLS41Mi0uNC0xLjA4LS43My0xLjY5LS45OGwtLjM4LTIuNjVBLjQ4OC40ODggMCAwMDE0IDJoLTRjLS4yNSAwLS40Ni4xOC0uNDkuNDJsLS4zOCAyLjY1Yy0uNjEuMjUtMS4xNy41OS0xLjY5Ljk4bC0yLjQ5LTFjLS4yMy0uMDktLjQ5IDAtLjYxLjIybC0yIDMuNDZjLS4xMy4yMi0uMDcuNDkuMTIuNjRsMi4xMSAxLjY1Yy0uMDQuMzItLjA3LjY1LS4wNy45OHMuMDMuNjYuMDcuOThsLTIuMTEgMS42NWMtLjE5LjE1LS4yNC40Mi0uMTIuNjRsMiAzLjQ2Yy4xMi4yMi4zOS4zLjYxLjIybDIuNDktMWMuNTIuNCAxLjA4LjczIDEuNjkuOThsLjM4IDIuNjVjLjAzLjI0LjI0LjQyLjQ5LjQyaDRjLjI1IDAgLjQ2LS4xOC40OS0uNDJsLjM4LTIuNjVjLjYxLS4yNSAxLjE3LS41OSAxLjY5LS45OGwyLjQ5IDFjLjIzLjA5LjQ5IDAgLjYxLS4yMmwyLTMuNDZjLjEyLS4yMi4wNy0uNDktLjEyLS42NGwtMi4xMS0xLjY1ek0xMiAxNS41Yy0xLjkzIDAtMy41LTEuNTctMy41LTMuNXMxLjU3LTMuNSAzLjUtMy41IDMuNSAxLjU3IDMuNSAzLjUtMS41NyAzLjUtMy41IDMuNXoiLz4KPC9zdmc+Cg==);
--jp-icon-spreadsheet: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8cGF0aCBjbGFzcz0ianAtaWNvbi1jb250cmFzdDEganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNENBRjUwIiBkPSJNMi4yIDIuMnYxNy42aDE3LjZWMi4ySDIuMnptMTUuNCA3LjdoLTUuNVY0LjRoNS41djUuNXpNOS45IDQuNHY1LjVINC40VjQuNGg1LjV6bS01LjUgNy43aDUuNXY1LjVINC40di01LjV6bTcuNyA1LjV2LTUuNWg1LjV2NS41aC01LjV6Ii8+Cjwvc3ZnPgo=);
--jp-icon-stop: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPgogICAgICAgIDxwYXRoIGQ9Ik02IDZoMTJ2MTJINnoiLz4KICAgIDwvZz4KPC9zdmc+Cg==);
--jp-icon-tab: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTIxIDNIM2MtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxOGMxLjEgMCAyLS45IDItMlY1YzAtMS4xLS45LTItMi0yem0wIDE2SDNWNWgxMHY0aDh2MTB6Ii8+CiAgPC9nPgo8L3N2Zz4K);
--jp-icon-table-rows: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPgogICAgICAgIDxwYXRoIGQ9Ik0yMSw4SDNWNGgxOFY4eiBNMjEsMTBIM3Y0aDE4VjEweiBNMjEsMTZIM3Y0aDE4VjE2eiIvPgogICAgPC9nPgo8L3N2Zz4=);
--jp-icon-tag: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCA0MyAyOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CgkJPHBhdGggZD0iTTI4LjgzMzIgMTIuMzM0TDMyLjk5OTggMTYuNTAwN0wzNy4xNjY1IDEyLjMzNEgyOC44MzMyWiIvPgoJCTxwYXRoIGQ9Ik0xNi4yMDk1IDIxLjYxMDRDMTUuNjg3MyAyMi4xMjk5IDE0Ljg0NDMgMjIuMTI5OSAxNC4zMjQ4IDIxLjYxMDRMNi45ODI5IDE0LjcyNDVDNi41NzI0IDE0LjMzOTQgNi4wODMxMyAxMy42MDk4IDYuMDQ3ODYgMTMuMDQ4MkM1Ljk1MzQ3IDExLjUyODggNi4wMjAwMiA4LjYxOTQ0IDYuMDY2MjEgNy4wNzY5NUM2LjA4MjgxIDYuNTE0NzcgNi41NTU0OCA2LjA0MzQ3IDcuMTE4MDQgNi4wMzA1NUM5LjA4ODYzIDUuOTg0NzMgMTMuMjYzOCA1LjkzNTc5IDEzLjY1MTggNi4zMjQyNUwyMS43MzY5IDEzLjYzOUMyMi4yNTYgMTQuMTU4NSAyMS43ODUxIDE1LjQ3MjQgMjEuMjYyIDE1Ljk5NDZMMTYuMjA5NSAyMS42MTA0Wk05Ljc3NTg1IDguMjY1QzkuMzM1NTEgNy44MjU2NiA4LjYyMzUxIDcuODI1NjYgOC4xODI4IDguMjY1QzcuNzQzNDYgOC43MDU3MSA3Ljc0MzQ2IDkuNDE3MzMgOC4xODI4IDkuODU2NjdDOC42MjM4MiAxMC4yOTY0IDkuMzM1ODIgMTAuMjk2NCA5Ljc3NTg1IDkuODU2NjdDMTAuMjE1NiA5LjQxNzMzIDEwLjIxNTYgOC43MDUzMyA5Ljc3NTg1IDguMjY1WiIvPgoJPC9nPgo8L3N2Zz4K);
--jp-icon-terminal: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiA+CiAgICA8cmVjdCBjbGFzcz0ianAtaWNvbjIganAtaWNvbi1zZWxlY3RhYmxlIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgMikiIGZpbGw9IiMzMzMzMzMiLz4KICAgIDxwYXRoIGNsYXNzPSJqcC1pY29uLWFjY2VudDIganAtaWNvbi1zZWxlY3RhYmxlLWludmVyc2UiIGQ9Ik01LjA1NjY0IDguNzYxNzJDNS4wNTY2NCA4LjU5NzY2IDUuMDMxMjUgOC40NTMxMiA0Ljk4MDQ3IDguMzI4MTJDNC45MzM1OSA4LjE5OTIyIDQuODU1NDcgOC4wODIwMyA0Ljc0NjA5IDcuOTc2NTZDNC42NDA2MiA3Ljg3MTA5IDQuNSA3Ljc3NTM5IDQuMzI0MjIgNy42ODk0NUM0LjE1MjM0IDcuNTk5NjEgMy45NDMzNiA3LjUxMTcyIDMuNjk3MjcgNy40MjU3OEMzLjMwMjczIDcuMjg1MTYgMi45NDMzNiA3LjEzNjcyIDIuNjE5MTQgNi45ODA0N0MyLjI5NDkyIDYuODI0MjIgMi4wMTc1OCA2LjY0MjU4IDEuNzg3MTEgNi40MzU1NUMxLjU2MDU1IDYuMjI4NTIgMS4zODQ3NyA1Ljk4ODI4IDEuMjU5NzcgNS43MTQ4NEMxLjEzNDc3IDUuNDM3NSAxLjA3MjI3IDUuMTA5MzggMS4wNzIyNyA0LjczMDQ3QzEuMDcyMjcgNC4zOTg0NCAxLjEyODkxIDQuMDk1NyAxLjI0MjE5IDMuODIyMjdDMS4zNTU0NyAzLjU0NDkyIDEuNTE1NjIgMy4zMDQ2OSAxLjcyMjY2IDMuMTAxNTZDMS45Mjk2OSAyLjg5ODQ0IDIuMTc5NjkgMi43MzQzNyAyLjQ3MjY2IDIuNjA5MzhDMi43NjU2MiAyLjQ4NDM4IDMuMDkxOCAyLjQwNDMgMy40NTExNyAyLjM2OTE0VjEuMTA5MzhINC4zODg2N1YyLjM4MDg2QzQuNzQwMjMgMi40Mjc3MyA1LjA1NjY0IDIuNTIzNDQgNS4zMzc4OSAyLjY2Nzk3QzUuNjE5MTQgMi44MTI1IDUuODU3NDIgMy4wMDE5NSA2LjA1MjczIDMuMjM2MzNDNi4yNTE5NSAzLjQ2NjggNi40MDQzIDMuNzQwMjMgNi41MDk3NyA0LjA1NjY0QzYuNjE5MTQgNC4zNjkxNCA2LjY3MzgzIDQuNzIwNyA2LjY3MzgzIDUuMTExMzNINS4wNDQ5MkM1LjA0NDkyIDQuNjM4NjcgNC45Mzc1IDQuMjgxMjUgNC43MjI2NiA0LjAzOTA2QzQuNTA3ODEgMy43OTI5NyA0LjIxNjggMy42Njk5MiAzLjg0OTYxIDMuNjY5OTJDMy42NTAzOSAzLjY2OTkyIDMuNDc2NTYgMy42OTcyNyAzLjMyODEyIDMuNzUxOTVDMy4xODM1OSAzLjgwMjczIDMuMDY0NDUgMy44NzY5NSAyLjk3MDcgMy45NzQ2MUMyLjg3Njk1IDQuMDY4MzYgMi44MDY2NCA0LjE3OTY5IDIuNzU5NzcgNC4zMDg1OUMyLjcxNjggNC40Mzc1IDIuNjk1MzEgNC41NzgxMiAyLjY5NTMxIDQuNzMwNDdDMi42OTUzMSA0Ljg4MjgxIDIuNzE2OCA1LjAxOTUzIDIuNzU5NzcgNS4xNDA2MkMyLjgwNjY0IDUuMjU3ODEgMi44ODI4MSA1LjM2NzE5IDIuOTg4MjggNS40Njg3NUMzLjA5NzY2IDUuNTcwMzEgMy4yNDAyMyA1LjY2Nzk3IDMuNDE2MDIgNS43NjE3MkMzLjU5MTggNS44NTE1NiAzLjgxMDU1IDUuOTQzMzYgNC4wNzIyNyA2LjAzNzExQzQuNDY2OCA2LjE4NTU1IDQuODI0MjIgNi4zMzk4NCA1LjE0NDUzIDYuNUM1LjQ2NDg0IDYuNjU2MjUgNS43MzgyOCA2LjgzOTg0IDUuOTY0ODQgNy4wNTA3OEM2LjE5NTMxIDcuMjU3ODEgNi4zNzEwOSA3LjUgNi40OTIxOSA3Ljc3NzM0QzYuNjE3MTkgOC4wNTA3OCA2LjY3OTY5IDguMzc1IDYuNjc5NjkgOC43NUM2LjY3OTY5IDkuMDkzNzUgNi42MjMwNSA5LjQwNDMgNi41MDk3NyA5LjY4MTY0QzYuMzk2NDggOS45NTUwOCA2LjIzNDM4IDEwLjE5MTQgNi4wMjM0NCAxMC4zOTA2QzUuODEyNSAxMC41ODk4IDUuNTU4NTkgMTAuNzUgNS4yNjE3MiAxMC44NzExQzQuOTY0ODQgMTAuOTg4MyA0LjYzMjgxIDExLjA2NDUgNC4yNjU2MiAxMS4wOTk2VjEyLjI0OEgzLjMzMzk4VjExLjA5OTZDMy4wMDE5NSAxMS4wNjg0IDIuNjc5NjkgMTAuOTk2MSAyLjM2NzE5IDEwLjg4MjhDMi4wNTQ2OSAxMC43NjU2IDEuNzc3MzQgMTAuNTk3NyAxLjUzNTE2IDEwLjM3ODlDMS4yOTY4OCAxMC4xNjAyIDEuMTA1NDcgOS44ODQ3NyAwLjk2MDkzOCA5LjU1MjczQzAuODE2NDA2IDkuMjE2OCAwLjc0NDE0MSA4LjgxNDQ1IDAuNzQ0MTQxIDguMzQ1N0gyLjM3ODkxQzIuMzc4OTEgOC42MjY5NSAyLjQxOTkyIDguODYzMjggMi41MDE5NSA5LjA1NDY5QzIuNTgzOTggOS4yNDIxOSAyLjY4OTQ1IDkuMzkyNTggMi44MTgzNiA5LjUwNTg2QzIuOTUxMTcgOS42MTUyMyAzLjEwMTU2IDkuNjkzMzYgMy4yNjk1MyA5Ljc0MDIzQzMuNDM3NSA5Ljc4NzExIDMuNjA5MzggOS44MTA1NSAzLjc4NTE2IDkuODEwNTVDNC4yMDMxMiA5LjgxMDU1IDQuNTE5NTMgOS43MTI4OSA0LjczNDM4IDkuNTE3NThDNC45NDkyMiA5LjMyMjI3IDUuMDU2NjQgOS4wNzAzMSA1LjA1NjY0IDguNzYxNzJaTTEzLjQxOCAxMi4yNzE1SDguMDc0MjJWMTFIMTMuNDE4VjEyLjI3MTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzLjk1MjY0IDYpIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
--jp-icon-text-editor: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIiBkPSJNMTUgMTVIM3YyaDEydi0yem0wLThIM3YyaDEyVjd6TTMgMTNoMTh2LTJIM3Yyem0wIDhoMTh2LTJIM3Yyek0zIDN2MmgxOFYzSDN6Ii8+Cjwvc3ZnPgo=);
--jp-icon-toc: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIj4KICAgIDxwYXRoIGQ9Ik03LDVIMjFWN0g3VjVNNywxM1YxMUgyMVYxM0g3TTQsNC41QTEuNSwxLjUgMCAwLDEgNS41LDZBMS41LDEuNSAwIDAsMSA0LDcuNUExLjUsMS41IDAgMCwxIDIuNSw2QTEuNSwxLjUgMCAwLDEgNCw0LjVNNCwxMC41QTEuNSwxLjUgMCAwLDEgNS41LDEyQTEuNSwxLjUgMCAwLDEgNCwxMy41QTEuNSwxLjUgMCAwLDEgMi41LDEyQTEuNSwxLjUgMCAwLDEgNCwxMC41TTcsMTlWMTdIMjFWMTlIN000LDE2LjVBMS41LDEuNSAwIDAsMSA1LjUsMThBMS41LDEuNSAwIDAsMSA0LDE5LjVBMS41LDEuNSAwIDAsMSAyLjUsMThBMS41LDEuNSAwIDAsMSA0LDE2LjVaIiAvPgogIDwvZz4KPC9zdmc+Cg==);
--jp-icon-tree-view: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPgogICAgICAgIDxwYXRoIGQ9Ik0yMiAxMVYzaC03djNIOVYzSDJ2OGg3VjhoMnYxMGg0djNoN3YtOGgtN3YzaC0yVjhoMnYzeiIvPgogICAgPC9nPgo8L3N2Zz4=);
--jp-icon-trusted: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI1Ij4KICAgIDxwYXRoIGNsYXNzPSJqcC1pY29uMiIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgMykiIGQ9Ik0xLjg2MDk0IDExLjQ0MDlDMC44MjY0NDggOC43NzAyNyAwLjg2Mzc3OSA2LjA1NzY0IDEuMjQ5MDcgNC4xOTkzMkMyLjQ4MjA2IDMuOTMzNDcgNC4wODA2OCAzLjQwMzQ3IDUuNjAxMDIgMi44NDQ5QzcuMjM1NDkgMi4yNDQ0IDguODU2NjYgMS41ODE1IDkuOTg3NiAxLjA5NTM5QzExLjA1OTcgMS41ODM0MSAxMi42MDk0IDIuMjQ0NCAxNC4yMTggMi44NDMzOUMxNS43NTAzIDMuNDEzOTQgMTcuMzk5NSAzLjk1MjU4IDE4Ljc1MzkgNC4yMTM4NUMxOS4xMzY0IDYuMDcxNzcgMTkuMTcwOSA4Ljc3NzIyIDE4LjEzOSAxMS40NDA5QzE3LjAzMDMgMTQuMzAzMiAxNC42NjY4IDE3LjE4NDQgOS45OTk5OSAxOC45MzU0QzUuMzMzMiAxNy4xODQ0IDIuOTY5NjggMTQuMzAzMiAxLjg2MDk0IDExLjQ0MDlaIi8+CiAgICA8cGF0aCBjbGFzcz0ianAtaWNvbjIiIGZpbGw9IiMzMzMzMzMiIHN0cm9rZT0iIzMzMzMzMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOCA5Ljg2NzE5KSIgZD0iTTIuODYwMTUgNC44NjUzNUwwLjcyNjU0OSAyLjk5OTU5TDAgMy42MzA0NUwyLjg2MDE1IDYuMTMxNTdMOCAwLjYzMDg3Mkw3LjI3ODU3IDBMMi44NjAxNSA0Ljg2NTM1WiIvPgo8L3N2Zz4K);
--jp-icon-undo: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTEyLjUgOGMtMi42NSAwLTUuMDUuOTktNi45IDIuNkwyIDd2OWg5bC0zLjYyLTMuNjJjMS4zOS0xLjE2IDMuMTYtMS44OCA1LjEyLTEuODggMy41NCAwIDYuNTUgMi4zMSA3LjYgNS41bDIuMzctLjc4QzIxLjA4IDExLjAzIDE3LjE1IDggMTIuNSA4eiIvPgogIDwvZz4KPC9zdmc+Cg==);
--jp-icon-vega: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8ZyBjbGFzcz0ianAtaWNvbjEganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjMjEyMTIxIj4KICAgIDxwYXRoIGQ9Ik0xMC42IDUuNGwyLjItMy4ySDIuMnY3LjNsNC02LjZ6Ii8+CiAgICA8cGF0aCBkPSJNMTUuOCAyLjJsLTQuNCA2LjZMNyA2LjNsLTQuOCA4djUuNWgxNy42VjIuMmgtNHptLTcgMTUuNEg1LjV2LTQuNGgzLjN2NC40em00LjQgMEg5LjhWOS44aDMuNHY3Ljh6bTQuNCAwaC0zLjRWNi41aDMuNHYxMS4xeiIvPgogIDwvZz4KPC9zdmc+Cg==);
--jp-icon-yaml: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8ZyBjbGFzcz0ianAtaWNvbi1jb250cmFzdDIganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjRDgxQjYwIj4KICAgIDxwYXRoIGQ9Ik03LjIgMTguNnYtNS40TDMgNS42aDMuM2wxLjQgMy4xYy4zLjkuNiAxLjYgMSAyLjUuMy0uOC42LTEuNiAxLTIuNWwxLjQtMy4xaDMuNGwtNC40IDcuNnY1LjVsLTIuOS0uMXoiLz4KICAgIDxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjE3LjYiIGN5PSIxNi41IiByPSIyLjEiLz4KICAgIDxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjE3LjYiIGN5PSIxMSIgcj0iMi4xIi8+CiAgPC9nPgo8L3N2Zz4K);
}
/* Icon CSS class declarations */
.jp-AddIcon {
background-image: var(--jp-icon-add);
}
.jp-BugIcon {
background-image: var(--jp-icon-bug);
}
.jp-BuildIcon {
background-image: var(--jp-icon-build);
}
.jp-CaretDownEmptyIcon {
background-image: var(--jp-icon-caret-down-empty);
}
.jp-CaretDownEmptyThinIcon {
background-image: var(--jp-icon-caret-down-empty-thin);
}
.jp-CaretDownIcon {
background-image: var(--jp-icon-caret-down);
}
.jp-CaretLeftIcon {
background-image: var(--jp-icon-caret-left);
}
.jp-CaretRightIcon {
background-image: var(--jp-icon-caret-right);
}
.jp-CaretUpEmptyThinIcon {
background-image: var(--jp-icon-caret-up-empty-thin);
}
.jp-CaretUpIcon {
background-image: var(--jp-icon-caret-up);
}
.jp-CaseSensitiveIcon {
background-image: var(--jp-icon-case-sensitive);
}
.jp-CheckIcon {
background-image: var(--jp-icon-check);
}
.jp-CircleEmptyIcon {
background-image: var(--jp-icon-circle-empty);
}
.jp-CircleIcon {
background-image: var(--jp-icon-circle);
}
.jp-ClearIcon {
background-image: var(--jp-icon-clear);
}
.jp-CloseIcon {
background-image: var(--jp-icon-close);
}
.jp-CodeIcon {
background-image: var(--jp-icon-code);
}
.jp-ConsoleIcon {
background-image: var(--jp-icon-console);
}
.jp-CopyIcon {
background-image: var(--jp-icon-copy);
}
.jp-CopyrightIcon {
background-image: var(--jp-icon-copyright);
}
.jp-CutIcon {
background-image: var(--jp-icon-cut);
}
.jp-DownloadIcon {
background-image: var(--jp-icon-download);
}
.jp-EditIcon {
background-image: var(--jp-icon-edit);
}
.jp-EllipsesIcon {
background-image: var(--jp-icon-ellipses);
}
.jp-ExtensionIcon {
background-image: var(--jp-icon-extension);
}
.jp-FastForwardIcon {
background-image: var(--jp-icon-fast-forward);
}
.jp-FileIcon {
background-image: var(--jp-icon-file);
}
.jp-FileUploadIcon {
background-image: var(--jp-icon-file-upload);
}
.jp-FilterListIcon {
background-image: var(--jp-icon-filter-list);
}
.jp-FolderIcon {
background-image: var(--jp-icon-folder);
}
.jp-Html5Icon {
background-image: var(--jp-icon-html5);
}
.jp-ImageIcon {
background-image: var(--jp-icon-image);
}
.jp-InspectorIcon {
background-image: var(--jp-icon-inspector);
}
.jp-JsonIcon {
background-image: var(--jp-icon-json);
}
.jp-JuliaIcon {
background-image: var(--jp-icon-julia);
}
.jp-JupyterFaviconIcon {
background-image: var(--jp-icon-jupyter-favicon);
}
.jp-JupyterIcon {
background-image: var(--jp-icon-jupyter);
}
.jp-JupyterlabWordmarkIcon {
background-image: var(--jp-icon-jupyterlab-wordmark);
}
.jp-KernelIcon {
background-image: var(--jp-icon-kernel);
}
.jp-KeyboardIcon {
background-image: var(--jp-icon-keyboard);
}
.jp-LauncherIcon {
background-image: var(--jp-icon-launcher);
}
.jp-LineFormIcon {
background-image: var(--jp-icon-line-form);
}
.jp-LinkIcon {
background-image: var(--jp-icon-link);
}
.jp-ListIcon {
background-image: var(--jp-icon-list);
}
.jp-ListingsInfoIcon {
background-image: var(--jp-icon-listings-info);
}
.jp-MarkdownIcon {
background-image: var(--jp-icon-markdown);
}
.jp-NewFolderIcon {
background-image: var(--jp-icon-new-folder);
}
.jp-NotTrustedIcon {
background-image: var(--jp-icon-not-trusted);
}
.jp-NotebookIcon {
background-image: var(--jp-icon-notebook);
}
.jp-NumberingIcon {
background-image: var(--jp-icon-numbering);
}
.jp-OfflineBoltIcon {
background-image: var(--jp-icon-offline-bolt);
}
.jp-PaletteIcon {
background-image: var(--jp-icon-palette);
}
.jp-PasteIcon {
background-image: var(--jp-icon-paste);
}
.jp-PdfIcon {
background-image: var(--jp-icon-pdf);
}
.jp-PythonIcon {
background-image: var(--jp-icon-python);
}
.jp-RKernelIcon {
background-image: var(--jp-icon-r-kernel);
}
.jp-ReactIcon {
background-image: var(--jp-icon-react);
}
.jp-RedoIcon {
background-image: var(--jp-icon-redo);
}
.jp-RefreshIcon {
background-image: var(--jp-icon-refresh);
}
.jp-RegexIcon {
background-image: var(--jp-icon-regex);
}
.jp-RunIcon {
background-image: var(--jp-icon-run);
}
.jp-RunningIcon {
background-image: var(--jp-icon-running);
}
.jp-SaveIcon {
background-image: var(--jp-icon-save);
}
.jp-SearchIcon {
background-image: var(--jp-icon-search);
}
.jp-SettingsIcon {
background-image: var(--jp-icon-settings);
}
.jp-SpreadsheetIcon {
background-image: var(--jp-icon-spreadsheet);
}
.jp-StopIcon {
background-image: var(--jp-icon-stop);
}
.jp-TabIcon {
background-image: var(--jp-icon-tab);
}
.jp-TableRowsIcon {
background-image: var(--jp-icon-table-rows);
}
.jp-TagIcon {
background-image: var(--jp-icon-tag);
}
.jp-TerminalIcon {
background-image: var(--jp-icon-terminal);
}
.jp-TextEditorIcon {
background-image: var(--jp-icon-text-editor);
}
.jp-TocIcon {
background-image: var(--jp-icon-toc);
}
.jp-TreeViewIcon {
background-image: var(--jp-icon-tree-view);
}
.jp-TrustedIcon {
background-image: var(--jp-icon-trusted);
}
.jp-UndoIcon {
background-image: var(--jp-icon-undo);
}
.jp-VegaIcon {
background-image: var(--jp-icon-vega);
}
.jp-YamlIcon {
background-image: var(--jp-icon-yaml);
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
/**
* (DEPRECATED) Support for consuming icons as CSS background images
*/
.jp-Icon,
.jp-MaterialIcon {
background-position: center;
background-repeat: no-repeat;
background-size: 16px;
min-width: 16px;
min-height: 16px;
}
.jp-Icon-cover {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
/**
* (DEPRECATED) Support for specific CSS icon sizes
*/
.jp-Icon-16 {
background-size: 16px;
min-width: 16px;
min-height: 16px;
}
.jp-Icon-18 {
background-size: 18px;
min-width: 18px;
min-height: 18px;
}
.jp-Icon-20 {
background-size: 20px;
min-width: 20px;
min-height: 20px;
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
/**
* Support for icons as inline SVG HTMLElements
*/
/* recolor the primary elements of an icon */
.jp-icon0[fill] {
fill: var(--jp-inverse-layout-color0);
}
.jp-icon1[fill] {
fill: var(--jp-inverse-layout-color1);
}
.jp-icon2[fill] {
fill: var(--jp-inverse-layout-color2);
}
.jp-icon3[fill] {
fill: var(--jp-inverse-layout-color3);
}
.jp-icon4[fill] {
fill: var(--jp-inverse-layout-color4);
}
.jp-icon0[stroke] {
stroke: var(--jp-inverse-layout-color0);
}
.jp-icon1[stroke] {
stroke: var(--jp-inverse-layout-color1);
}
.jp-icon2[stroke] {
stroke: var(--jp-inverse-layout-color2);
}
.jp-icon3[stroke] {
stroke: var(--jp-inverse-layout-color3);
}
.jp-icon4[stroke] {
stroke: var(--jp-inverse-layout-color4);
}
/* recolor the accent elements of an icon */
.jp-icon-accent0[fill] {
fill: var(--jp-layout-color0);
}
.jp-icon-accent1[fill] {
fill: var(--jp-layout-color1);
}
.jp-icon-accent2[fill] {
fill: var(--jp-layout-color2);
}
.jp-icon-accent3[fill] {
fill: var(--jp-layout-color3);
}
.jp-icon-accent4[fill] {
fill: var(--jp-layout-color4);
}
.jp-icon-accent0[stroke] {
stroke: var(--jp-layout-color0);
}
.jp-icon-accent1[stroke] {
stroke: var(--jp-layout-color1);
}
.jp-icon-accent2[stroke] {
stroke: var(--jp-layout-color2);
}
.jp-icon-accent3[stroke] {
stroke: var(--jp-layout-color3);
}
.jp-icon-accent4[stroke] {
stroke: var(--jp-layout-color4);
}
/* set the color of an icon to transparent */
.jp-icon-none[fill] {
fill: none;
}
.jp-icon-none[stroke] {
stroke: none;
}
/* brand icon colors. Same for light and dark */
.jp-icon-brand0[fill] {
fill: var(--jp-brand-color0);
}
.jp-icon-brand1[fill] {
fill: var(--jp-brand-color1);
}
.jp-icon-brand2[fill] {
fill: var(--jp-brand-color2);
}
.jp-icon-brand3[fill] {
fill: var(--jp-brand-color3);
}
.jp-icon-brand4[fill] {
fill: var(--jp-brand-color4);
}
.jp-icon-brand0[stroke] {
stroke: var(--jp-brand-color0);
}
.jp-icon-brand1[stroke] {
stroke: var(--jp-brand-color1);
}
.jp-icon-brand2[stroke] {
stroke: var(--jp-brand-color2);
}
.jp-icon-brand3[stroke] {
stroke: var(--jp-brand-color3);
}
.jp-icon-brand4[stroke] {
stroke: var(--jp-brand-color4);
}
/* warn icon colors. Same for light and dark */
.jp-icon-warn0[fill] {
fill: var(--jp-warn-color0);
}
.jp-icon-warn1[fill] {
fill: var(--jp-warn-color1);
}
.jp-icon-warn2[fill] {
fill: var(--jp-warn-color2);
}
.jp-icon-warn3[fill] {
fill: var(--jp-warn-color3);
}
.jp-icon-warn0[stroke] {
stroke: var(--jp-warn-color0);
}
.jp-icon-warn1[stroke] {
stroke: var(--jp-warn-color1);
}
.jp-icon-warn2[stroke] {
stroke: var(--jp-warn-color2);
}
.jp-icon-warn3[stroke] {
stroke: var(--jp-warn-color3);
}
/* icon colors that contrast well with each other and most backgrounds */
.jp-icon-contrast0[fill] {
fill: var(--jp-icon-contrast-color0);
}
.jp-icon-contrast1[fill] {
fill: var(--jp-icon-contrast-color1);
}
.jp-icon-contrast2[fill] {
fill: var(--jp-icon-contrast-color2);
}
.jp-icon-contrast3[fill] {
fill: var(--jp-icon-contrast-color3);
}
.jp-icon-contrast0[stroke] {
stroke: var(--jp-icon-contrast-color0);
}
.jp-icon-contrast1[stroke] {
stroke: var(--jp-icon-contrast-color1);
}
.jp-icon-contrast2[stroke] {
stroke: var(--jp-icon-contrast-color2);
}
.jp-icon-contrast3[stroke] {
stroke: var(--jp-icon-contrast-color3);
}
/* CSS for icons in selected items in the settings editor */
#setting-editor .jp-PluginList .jp-mod-selected .jp-icon-selectable[fill] {
fill: #fff;
}
#setting-editor
.jp-PluginList
.jp-mod-selected
.jp-icon-selectable-inverse[fill] {
fill: var(--jp-brand-color1);
}
/* CSS for icons in selected filebrowser listing items */
.jp-DirListing-item.jp-mod-selected .jp-icon-selectable[fill] {
fill: #fff;
}
.jp-DirListing-item.jp-mod-selected .jp-icon-selectable-inverse[fill] {
fill: var(--jp-brand-color1);
}
/* CSS for icons in selected tabs in the sidebar tab manager */
#tab-manager .lm-TabBar-tab.jp-mod-active .jp-icon-selectable[fill] {
fill: #fff;
}
#tab-manager .lm-TabBar-tab.jp-mod-active .jp-icon-selectable-inverse[fill] {
fill: var(--jp-brand-color1);
}
#tab-manager
.lm-TabBar-tab.jp-mod-active
.jp-icon-hover
:hover
.jp-icon-selectable[fill] {
fill: var(--jp-brand-color1);
}
#tab-manager
.lm-TabBar-tab.jp-mod-active
.jp-icon-hover
:hover
.jp-icon-selectable-inverse[fill] {
fill: #fff;
}
/**
* TODO: come up with non css-hack solution for showing the busy icon on top
* of the close icon
* CSS for complex behavior of close icon of tabs in the sidebar tab manager
*/
#tab-manager
.lm-TabBar-tab.jp-mod-dirty
> .lm-TabBar-tabCloseIcon
> :not(:hover)
> .jp-icon3[fill] {
fill: none;
}
#tab-manager
.lm-TabBar-tab.jp-mod-dirty
> .lm-TabBar-tabCloseIcon
> :not(:hover)
> .jp-icon-busy[fill] {
fill: var(--jp-inverse-layout-color3);
}
#tab-manager
.lm-TabBar-tab.jp-mod-dirty.jp-mod-active
> .lm-TabBar-tabCloseIcon
> :not(:hover)
> .jp-icon-busy[fill] {
fill: #fff;
}
/**
* TODO: come up with non css-hack solution for showing the busy icon on top
* of the close icon
* CSS for complex behavior of close icon of tabs in the main area tabbar
*/
.lm-DockPanel-tabBar
.lm-TabBar-tab.lm-mod-closable.jp-mod-dirty
> .lm-TabBar-tabCloseIcon
> :not(:hover)
> .jp-icon3[fill] {
fill: none;
}
.lm-DockPanel-tabBar
.lm-TabBar-tab.lm-mod-closable.jp-mod-dirty
> .lm-TabBar-tabCloseIcon
> :not(:hover)
> .jp-icon-busy[fill] {
fill: var(--jp-inverse-layout-color3);
}
/* CSS for icons in status bar */
#jp-main-statusbar .jp-mod-selected .jp-icon-selectable[fill] {
fill: #fff;
}
#jp-main-statusbar .jp-mod-selected .jp-icon-selectable-inverse[fill] {
fill: var(--jp-brand-color1);
}
/* special handling for splash icon CSS. While the theme CSS reloads during
splash, the splash icon can loose theming. To prevent that, we set a
default for its color variable */
:root {
--jp-warn-color0: var(--md-orange-700);
}
/* not sure what to do with this one, used in filebrowser listing */
.jp-DragIcon {
margin-right: 4px;
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
/**
* Support for alt colors for icons as inline SVG HTMLElements
*/
/* alt recolor the primary elements of an icon */
.jp-icon-alt .jp-icon0[fill] {
fill: var(--jp-layout-color0);
}
.jp-icon-alt .jp-icon1[fill] {
fill: var(--jp-layout-color1);
}
.jp-icon-alt .jp-icon2[fill] {
fill: var(--jp-layout-color2);
}
.jp-icon-alt .jp-icon3[fill] {
fill: var(--jp-layout-color3);
}
.jp-icon-alt .jp-icon4[fill] {
fill: var(--jp-layout-color4);
}
.jp-icon-alt .jp-icon0[stroke] {
stroke: var(--jp-layout-color0);
}
.jp-icon-alt .jp-icon1[stroke] {
stroke: var(--jp-layout-color1);
}
.jp-icon-alt .jp-icon2[stroke] {
stroke: var(--jp-layout-color2);
}
.jp-icon-alt .jp-icon3[stroke] {
stroke: var(--jp-layout-color3);
}
.jp-icon-alt .jp-icon4[stroke] {
stroke: var(--jp-layout-color4);
}
/* alt recolor the accent elements of an icon */
.jp-icon-alt .jp-icon-accent0[fill] {
fill: var(--jp-inverse-layout-color0);
}
.jp-icon-alt .jp-icon-accent1[fill] {
fill: var(--jp-inverse-layout-color1);
}
.jp-icon-alt .jp-icon-accent2[fill] {
fill: var(--jp-inverse-layout-color2);
}
.jp-icon-alt .jp-icon-accent3[fill] {
fill: var(--jp-inverse-layout-color3);
}
.jp-icon-alt .jp-icon-accent4[fill] {
fill: var(--jp-inverse-layout-color4);
}
.jp-icon-alt .jp-icon-accent0[stroke] {
stroke: var(--jp-inverse-layout-color0);
}
.jp-icon-alt .jp-icon-accent1[stroke] {
stroke: var(--jp-inverse-layout-color1);
}
.jp-icon-alt .jp-icon-accent2[stroke] {
stroke: var(--jp-inverse-layout-color2);
}
.jp-icon-alt .jp-icon-accent3[stroke] {
stroke: var(--jp-inverse-layout-color3);
}
.jp-icon-alt .jp-icon-accent4[stroke] {
stroke: var(--jp-inverse-layout-color4);
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-icon-hoverShow:not(:hover) svg {
display: none !important;
}
/**
* Support for hover colors for icons as inline SVG HTMLElements
*/
/**
* regular colors
*/
/* recolor the primary elements of an icon */
.jp-icon-hover :hover .jp-icon0-hover[fill] {
fill: var(--jp-inverse-layout-color0);
}
.jp-icon-hover :hover .jp-icon1-hover[fill] {
fill: var(--jp-inverse-layout-color1);
}
.jp-icon-hover :hover .jp-icon2-hover[fill] {
fill: var(--jp-inverse-layout-color2);
}
.jp-icon-hover :hover .jp-icon3-hover[fill] {
fill: var(--jp-inverse-layout-color3);
}
.jp-icon-hover :hover .jp-icon4-hover[fill] {
fill: var(--jp-inverse-layout-color4);
}
.jp-icon-hover :hover .jp-icon0-hover[stroke] {
stroke: var(--jp-inverse-layout-color0);
}
.jp-icon-hover :hover .jp-icon1-hover[stroke] {
stroke: var(--jp-inverse-layout-color1);
}
.jp-icon-hover :hover .jp-icon2-hover[stroke] {
stroke: var(--jp-inverse-layout-color2);
}
.jp-icon-hover :hover .jp-icon3-hover[stroke] {
stroke: var(--jp-inverse-layout-color3);
}
.jp-icon-hover :hover .jp-icon4-hover[stroke] {
stroke: var(--jp-inverse-layout-color4);
}
/* recolor the accent elements of an icon */
.jp-icon-hover :hover .jp-icon-accent0-hover[fill] {
fill: var(--jp-layout-color0);
}
.jp-icon-hover :hover .jp-icon-accent1-hover[fill] {
fill: var(--jp-layout-color1);
}
.jp-icon-hover :hover .jp-icon-accent2-hover[fill] {
fill: var(--jp-layout-color2);
}
.jp-icon-hover :hover .jp-icon-accent3-hover[fill] {
fill: var(--jp-layout-color3);
}
.jp-icon-hover :hover .jp-icon-accent4-hover[fill] {
fill: var(--jp-layout-color4);
}
.jp-icon-hover :hover .jp-icon-accent0-hover[stroke] {
stroke: var(--jp-layout-color0);
}
.jp-icon-hover :hover .jp-icon-accent1-hover[stroke] {
stroke: var(--jp-layout-color1);
}
.jp-icon-hover :hover .jp-icon-accent2-hover[stroke] {
stroke: var(--jp-layout-color2);
}
.jp-icon-hover :hover .jp-icon-accent3-hover[stroke] {
stroke: var(--jp-layout-color3);
}
.jp-icon-hover :hover .jp-icon-accent4-hover[stroke] {
stroke: var(--jp-layout-color4);
}
/* set the color of an icon to transparent */
.jp-icon-hover :hover .jp-icon-none-hover[fill] {
fill: none;
}
.jp-icon-hover :hover .jp-icon-none-hover[stroke] {
stroke: none;
}
/**
* inverse colors
*/
/* inverse recolor the primary elements of an icon */
.jp-icon-hover.jp-icon-alt :hover .jp-icon0-hover[fill] {
fill: var(--jp-layout-color0);
}
.jp-icon-hover.jp-icon-alt :hover .jp-icon1-hover[fill] {
fill: var(--jp-layout-color1);
}
.jp-icon-hover.jp-icon-alt :hover .jp-icon2-hover[fill] {
fill: var(--jp-layout-color2);
}
.jp-icon-hover.jp-icon-alt :hover .jp-icon3-hover[fill] {
fill: var(--jp-layout-color3);
}
.jp-icon-hover.jp-icon-alt :hover .jp-icon4-hover[fill] {
fill: var(--jp-layout-color4);
}
.jp-icon-hover.jp-icon-alt :hover .jp-icon0-hover[stroke] {
stroke: var(--jp-layout-color0);
}
.jp-icon-hover.jp-icon-alt :hover .jp-icon1-hover[stroke] {
stroke: var(--jp-layout-color1);
}
.jp-icon-hover.jp-icon-alt :hover .jp-icon2-hover[stroke] {
stroke: var(--jp-layout-color2);
}
.jp-icon-hover.jp-icon-alt :hover .jp-icon3-hover[stroke] {
stroke: var(--jp-layout-color3);
}
.jp-icon-hover.jp-icon-alt :hover .jp-icon4-hover[stroke] {
stroke: var(--jp-layout-color4);
}
/* inverse recolor the accent elements of an icon */
.jp-icon-hover.jp-icon-alt :hover .jp-icon-accent0-hover[fill] {
fill: var(--jp-inverse-layout-color0);
}
.jp-icon-hover.jp-icon-alt :hover .jp-icon-accent1-hover[fill] {
fill: var(--jp-inverse-layout-color1);
}
.jp-icon-hover.jp-icon-alt :hover .jp-icon-accent2-hover[fill] {
fill: var(--jp-inverse-layout-color2);
}
.jp-icon-hover.jp-icon-alt :hover .jp-icon-accent3-hover[fill] {
fill: var(--jp-inverse-layout-color3);
}
.jp-icon-hover.jp-icon-alt :hover .jp-icon-accent4-hover[fill] {
fill: var(--jp-inverse-layout-color4);
}
.jp-icon-hover.jp-icon-alt :hover .jp-icon-accent0-hover[stroke] {
stroke: var(--jp-inverse-layout-color0);
}
.jp-icon-hover.jp-icon-alt :hover .jp-icon-accent1-hover[stroke] {
stroke: var(--jp-inverse-layout-color1);
}
.jp-icon-hover.jp-icon-alt :hover .jp-icon-accent2-hover[stroke] {
stroke: var(--jp-inverse-layout-color2);
}
.jp-icon-hover.jp-icon-alt :hover .jp-icon-accent3-hover[stroke] {
stroke: var(--jp-inverse-layout-color3);
}
.jp-icon-hover.jp-icon-alt :hover .jp-icon-accent4-hover[stroke] {
stroke: var(--jp-inverse-layout-color4);
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-switch {
display: flex;
align-items: center;
padding-left: 4px;
padding-right: 4px;
font-size: var(--jp-ui-font-size1);
background-color: transparent;
color: var(--jp-ui-font-color1);
border: none;
height: 20px;
}
.jp-switch:hover {
background-color: var(--jp-layout-color2);
}
.jp-switch-label {
margin-right: 5px;
}
.jp-switch-track {
cursor: pointer;
background-color: var(--jp-border-color1);
-webkit-transition: 0.4s;
transition: 0.4s;
border-radius: 34px;
height: 16px;
width: 35px;
position: relative;
}
.jp-switch-track::before {
content: '';
position: absolute;
height: 10px;
width: 10px;
margin: 3px;
left: 0px;
background-color: var(--jp-ui-inverse-font-color1);
-webkit-transition: 0.4s;
transition: 0.4s;
border-radius: 50%;
}
.jp-switch[aria-checked='true'] .jp-switch-track {
background-color: var(--jp-warn-color0);
}
.jp-switch[aria-checked='true'] .jp-switch-track::before {
/* track width (35) - margins (3 + 3) - thumb width (10) */
left: 19px;
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
/* Sibling imports */
/* Override Blueprint's _reset.scss styles */
html {
box-sizing: unset;
}
*,
*::before,
*::after {
box-sizing: unset;
}
body {
color: unset;
font-family: var(--jp-ui-font-family);
}
p {
margin-top: unset;
margin-bottom: unset;
}
small {
font-size: unset;
}
strong {
font-weight: unset;
}
/* Override Blueprint's _typography.scss styles */
a {
text-decoration: unset;
color: unset;
}
a:hover {
text-decoration: unset;
color: unset;
}
/* Override Blueprint's _accessibility.scss styles */
:focus {
outline: unset;
outline-offset: unset;
-moz-outline-radius: unset;
}
/* Styles for ui-components */
.jp-Button {
border-radius: var(--jp-border-radius);
padding: 0px 12px;
font-size: var(--jp-ui-font-size1);
}
/* Use our own theme for hover styles */
button.jp-Button.bp3-button.bp3-minimal:hover {
background-color: var(--jp-layout-color2);
}
.jp-Button.minimal {
color: unset !important;
}
.jp-Button.jp-ToolbarButtonComponent {
text-transform: none;
}
.jp-InputGroup input {
box-sizing: border-box;
border-radius: 0;
background-color: transparent;
color: var(--jp-ui-font-color0);
box-shadow: inset 0 0 0 var(--jp-border-width) var(--jp-input-border-color);
}
.jp-InputGroup input:focus {
box-shadow: inset 0 0 0 var(--jp-border-width)
var(--jp-input-active-box-shadow-color),
inset 0 0 0 3px var(--jp-input-active-box-shadow-color);
}
.jp-InputGroup input::placeholder,
input::placeholder {
color: var(--jp-ui-font-color3);
}
.jp-BPIcon {
display: inline-block;
vertical-align: middle;
margin: auto;
}
/* Stop blueprint futzing with our icon fills */
.bp3-icon.jp-BPIcon > svg:not([fill]) {
fill: var(--jp-inverse-layout-color3);
}
.jp-InputGroupAction {
padding: 6px;
}
.jp-HTMLSelect.jp-DefaultStyle select {
background-color: initial;
border: none;
border-radius: 0;
box-shadow: none;
color: var(--jp-ui-font-color0);
display: block;
font-size: var(--jp-ui-font-size1);
height: 24px;
line-height: 14px;
padding: 0 25px 0 10px;
text-align: left;
-moz-appearance: none;
-webkit-appearance: none;
}
/* Use our own theme for hover and option styles */
.jp-HTMLSelect.jp-DefaultStyle select:hover,
.jp-HTMLSelect.jp-DefaultStyle select > option {
background-color: var(--jp-layout-color2);
color: var(--jp-ui-font-color0);
}
select {
box-sizing: border-box;
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-Collapse {
display: flex;
flex-direction: column;
align-items: stretch;
border-top: 1px solid var(--jp-border-color2);
border-bottom: 1px solid var(--jp-border-color2);
}
.jp-Collapse-header {
padding: 1px 12px;
color: var(--jp-ui-font-color1);
background-color: var(--jp-layout-color1);
font-size: var(--jp-ui-font-size2);
}
.jp-Collapse-header:hover {
background-color: var(--jp-layout-color2);
}
.jp-Collapse-contents {
padding: 0px 12px 0px 12px;
background-color: var(--jp-layout-color1);
color: var(--jp-ui-font-color1);
overflow: auto;
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
| Variables
|----------------------------------------------------------------------------*/
:root {
--jp-private-commandpalette-search-height: 28px;
}
/*-----------------------------------------------------------------------------
| Overall styles
|----------------------------------------------------------------------------*/
.lm-CommandPalette {
padding-bottom: 0px;
color: var(--jp-ui-font-color1);
background: var(--jp-layout-color1);
/* This is needed so that all font sizing of children done in ems is
* relative to this base size */
font-size: var(--jp-ui-font-size1);
}
/*-----------------------------------------------------------------------------
| Modal variant
|----------------------------------------------------------------------------*/
.jp-ModalCommandPalette {
position: absolute;
z-index: 10000;
top: 38px;
left: 30%;
margin: 0;
padding: 4px;
width: 40%;
box-shadow: var(--jp-elevation-z4);
border-radius: 4px;
background: var(--jp-layout-color0);
}
.jp-ModalCommandPalette .lm-CommandPalette {
max-height: 40vh;
}
.jp-ModalCommandPalette .lm-CommandPalette .lm-close-icon::after {
display: none;
}
.jp-ModalCommandPalette .lm-CommandPalette .lm-CommandPalette-header {
display: none;
}
.jp-ModalCommandPalette .lm-CommandPalette .lm-CommandPalette-item {
margin-left: 4px;
margin-right: 4px;
}
.jp-ModalCommandPalette
.lm-CommandPalette
.lm-CommandPalette-item.lm-mod-disabled {
display: none;
}
/*-----------------------------------------------------------------------------
| Search
|----------------------------------------------------------------------------*/
.lm-CommandPalette-search {
padding: 4px;
background-color: var(--jp-layout-color1);
z-index: 2;
}
.lm-CommandPalette-wrapper {
overflow: overlay;
padding: 0px 9px;
background-color: var(--jp-input-active-background);
height: 30px;
box-shadow: inset 0 0 0 var(--jp-border-width) var(--jp-input-border-color);
}
.lm-CommandPalette.lm-mod-focused .lm-CommandPalette-wrapper {
box-shadow: inset 0 0 0 1px var(--jp-input-active-box-shadow-color),
inset 0 0 0 3px var(--jp-input-active-box-shadow-color);
}
.jp-SearchIconGroup {
color: white;
background-color: var(--jp-brand-color1);
position: absolute;
top: 4px;
right: 4px;
padding: 5px 5px 1px 5px;
}
.jp-SearchIconGroup svg {
height: 20px;
width: 20px;
}
.jp-SearchIconGroup .jp-icon3[fill] {
fill: var(--jp-layout-color0);
}
.lm-CommandPalette-input {
background: transparent;
width: calc(100% - 18px);
float: left;
border: none;
outline: none;
font-size: var(--jp-ui-font-size1);
color: var(--jp-ui-font-color0);
line-height: var(--jp-private-commandpalette-search-height);
}
.lm-CommandPalette-input::-webkit-input-placeholder,
.lm-CommandPalette-input::-moz-placeholder,
.lm-CommandPalette-input:-ms-input-placeholder {
color: var(--jp-ui-font-color2);
font-size: var(--jp-ui-font-size1);
}
/*-----------------------------------------------------------------------------
| Results
|----------------------------------------------------------------------------*/
.lm-CommandPalette-header:first-child {
margin-top: 0px;
}
.lm-CommandPalette-header {
border-bottom: solid var(--jp-border-width) var(--jp-border-color2);
color: var(--jp-ui-font-color1);
cursor: pointer;
display: flex;
font-size: var(--jp-ui-font-size0);
font-weight: 600;
letter-spacing: 1px;
margin-top: 8px;
padding: 8px 0 8px 12px;
text-transform: uppercase;
}
.lm-CommandPalette-header.lm-mod-active {
background: var(--jp-layout-color2);
}
.lm-CommandPalette-header > mark {
background-color: transparent;
font-weight: bold;
color: var(--jp-ui-font-color1);
}
.lm-CommandPalette-item {
padding: 4px 12px 4px 4px;
color: var(--jp-ui-font-color1);
font-size: var(--jp-ui-font-size1);
font-weight: 400;
display: flex;
}
.lm-CommandPalette-item.lm-mod-disabled {
color: var(--jp-ui-font-color2);
}
.lm-CommandPalette-item.lm-mod-active {
color: var(--jp-ui-inverse-font-color1);
background: var(--jp-brand-color1);
}
.lm-CommandPalette-item.lm-mod-active .lm-CommandPalette-itemLabel > mark {
color: var(--jp-ui-inverse-font-color0);
}
.lm-CommandPalette-item.lm-mod-active .jp-icon-selectable[fill] {
fill: var(--jp-layout-color0);
}
.lm-CommandPalette-item.lm-mod-active .lm-CommandPalette-itemLabel > mark {
color: var(--jp-ui-inverse-font-color0);
}
.lm-CommandPalette-item.lm-mod-active:hover:not(.lm-mod-disabled) {
color: var(--jp-ui-inverse-font-color1);
background: var(--jp-brand-color1);
}
.lm-CommandPalette-item:hover:not(.lm-mod-active):not(.lm-mod-disabled) {
background: var(--jp-layout-color2);
}
.lm-CommandPalette-itemContent {
overflow: hidden;
}
.lm-CommandPalette-itemLabel > mark {
color: var(--jp-ui-font-color0);
background-color: transparent;
font-weight: bold;
}
.lm-CommandPalette-item.lm-mod-disabled mark {
color: var(--jp-ui-font-color2);
}
.lm-CommandPalette-item .lm-CommandPalette-itemIcon {
margin: 0 4px 0 0;
position: relative;
width: 16px;
top: 2px;
flex: 0 0 auto;
}
.lm-CommandPalette-item.lm-mod-disabled .lm-CommandPalette-itemIcon {
opacity: 0.6;
}
.lm-CommandPalette-item .lm-CommandPalette-itemShortcut {
flex: 0 0 auto;
}
.lm-CommandPalette-itemCaption {
display: none;
}
.lm-CommandPalette-content {
background-color: var(--jp-layout-color1);
}
.lm-CommandPalette-content:empty:after {
content: 'No results';
margin: auto;
margin-top: 20px;
width: 100px;
display: block;
font-size: var(--jp-ui-font-size2);
font-family: var(--jp-ui-font-family);
font-weight: lighter;
}
.lm-CommandPalette-emptyMessage {
text-align: center;
margin-top: 24px;
line-height: 1.32;
padding: 0px 8px;
color: var(--jp-content-font-color3);
}
/*-----------------------------------------------------------------------------
| Copyright (c) 2014-2017, Jupyter Development Team.
|
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-Dialog {
position: absolute;
z-index: 10000;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
top: 0px;
left: 0px;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background: var(--jp-dialog-background);
}
.jp-Dialog-content {
display: flex;
flex-direction: column;
margin-left: auto;
margin-right: auto;
background: var(--jp-layout-color1);
padding: 24px;
padding-bottom: 12px;
min-width: 300px;
min-height: 150px;
max-width: 1000px;
max-height: 500px;
box-sizing: border-box;
box-shadow: var(--jp-elevation-z20);
word-wrap: break-word;
border-radius: var(--jp-border-radius);
/* This is needed so that all font sizing of children done in ems is
* relative to this base size */
font-size: var(--jp-ui-font-size1);
color: var(--jp-ui-font-color1);
resize: both;
}
.jp-Dialog-button {
overflow: visible;
}
button.jp-Dialog-button:focus {
outline: 1px solid var(--jp-brand-color1);
outline-offset: 4px;
-moz-outline-radius: 0px;
}
button.jp-Dialog-button:focus::-moz-focus-inner {
border: 0;
}
button.jp-Dialog-close-button {
padding: 0;
height: 100%;
min-width: unset;
min-height: unset;
}
.jp-Dialog-header {
display: flex;
justify-content: space-between;
flex: 0 0 auto;
padding-bottom: 12px;
font-size: var(--jp-ui-font-size3);
font-weight: 400;
color: var(--jp-ui-font-color0);
}
.jp-Dialog-body {
display: flex;
flex-direction: column;
flex: 1 1 auto;
font-size: var(--jp-ui-font-size1);
background: var(--jp-layout-color1);
overflow: auto;
}
.jp-Dialog-footer {
display: flex;
flex-direction: row;
justify-content: flex-end;
flex: 0 0 auto;
margin-left: -12px;
margin-right: -12px;
padding: 12px;
}
.jp-Dialog-title {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.jp-Dialog-body > .jp-select-wrapper {
width: 100%;
}
.jp-Dialog-body > button {
padding: 0px 16px;
}
.jp-Dialog-body > label {
line-height: 1.4;
color: var(--jp-ui-font-color0);
}
.jp-Dialog-button.jp-mod-styled:not(:last-child) {
margin-right: 12px;
}
/*-----------------------------------------------------------------------------
| Copyright (c) 2014-2016, Jupyter Development Team.
|
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-HoverBox {
position: fixed;
}
.jp-HoverBox.jp-mod-outofview {
display: none;
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-IFrame {
width: 100%;
height: 100%;
}
.jp-IFrame > iframe {
border: none;
}
/*
When drag events occur, `p-mod-override-cursor` is added to the body.
Because iframes steal all cursor events, the following two rules are necessary
to suppress pointer events while resize drags are occurring. There may be a
better solution to this problem.
*/
body.lm-mod-override-cursor .jp-IFrame {
position: relative;
}
body.lm-mod-override-cursor .jp-IFrame:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: transparent;
}
.jp-Input-Boolean-Dialog {
flex-direction: row-reverse;
align-items: end;
width: 100%;
}
.jp-Input-Boolean-Dialog > label {
flex: 1 1 auto;
}
/*-----------------------------------------------------------------------------
| Copyright (c) 2014-2016, Jupyter Development Team.
|
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-MainAreaWidget > :focus {
outline: none;
}
/**
* google-material-color v1.2.6
* https://github.com/danlevan/google-material-color
*/
:root {
--md-red-50: #ffebee;
--md-red-100: #ffcdd2;
--md-red-200: #ef9a9a;
--md-red-300: #e57373;
--md-red-400: #ef5350;
--md-red-500: #f44336;
--md-red-600: #e53935;
--md-red-700: #d32f2f;
--md-red-800: #c62828;
--md-red-900: #b71c1c;
--md-red-A100: #ff8a80;
--md-red-A200: #ff5252;
--md-red-A400: #ff1744;
--md-red-A700: #d50000;
--md-pink-50: #fce4ec;
--md-pink-100: #f8bbd0;
--md-pink-200: #f48fb1;
--md-pink-300: #f06292;
--md-pink-400: #ec407a;
--md-pink-500: #e91e63;
--md-pink-600: #d81b60;
--md-pink-700: #c2185b;
--md-pink-800: #ad1457;
--md-pink-900: #880e4f;
--md-pink-A100: #ff80ab;
--md-pink-A200: #ff4081;
--md-pink-A400: #f50057;
--md-pink-A700: #c51162;
--md-purple-50: #f3e5f5;
--md-purple-100: #e1bee7;
--md-purple-200: #ce93d8;
--md-purple-300: #ba68c8;
--md-purple-400: #ab47bc;
--md-purple-500: #9c27b0;
--md-purple-600: #8e24aa;
--md-purple-700: #7b1fa2;
--md-purple-800: #6a1b9a;
--md-purple-900: #4a148c;
--md-purple-A100: #ea80fc;
--md-purple-A200: #e040fb;
--md-purple-A400: #d500f9;
--md-purple-A700: #aa00ff;
--md-deep-purple-50: #ede7f6;
--md-deep-purple-100: #d1c4e9;
--md-deep-purple-200: #b39ddb;
--md-deep-purple-300: #9575cd;
--md-deep-purple-400: #7e57c2;
--md-deep-purple-500: #673ab7;
--md-deep-purple-600: #5e35b1;
--md-deep-purple-700: #512da8;
--md-deep-purple-800: #4527a0;
--md-deep-purple-900: #311b92;
--md-deep-purple-A100: #b388ff;
--md-deep-purple-A200: #7c4dff;
--md-deep-purple-A400: #651fff;
--md-deep-purple-A700: #6200ea;
--md-indigo-50: #e8eaf6;
--md-indigo-100: #c5cae9;
--md-indigo-200: #9fa8da;
--md-indigo-300: #7986cb;
--md-indigo-400: #5c6bc0;
--md-indigo-500: #3f51b5;
--md-indigo-600: #3949ab;
--md-indigo-700: #303f9f;
--md-indigo-800: #283593;
--md-indigo-900: #1a237e;
--md-indigo-A100: #8c9eff;
--md-indigo-A200: #536dfe;
--md-indigo-A400: #3d5afe;
--md-indigo-A700: #304ffe;
--md-blue-50: #e3f2fd;
--md-blue-100: #bbdefb;
--md-blue-200: #90caf9;
--md-blue-300: #64b5f6;
--md-blue-400: #42a5f5;
--md-blue-500: #2196f3;
--md-blue-600: #1e88e5;
--md-blue-700: #1976d2;
--md-blue-800: #1565c0;
--md-blue-900: #0d47a1;
--md-blue-A100: #82b1ff;
--md-blue-A200: #448aff;
--md-blue-A400: #2979ff;
--md-blue-A700: #2962ff;
--md-light-blue-50: #e1f5fe;
--md-light-blue-100: #b3e5fc;
--md-light-blue-200: #81d4fa;
--md-light-blue-300: #4fc3f7;
--md-light-blue-400: #29b6f6;
--md-light-blue-500: #03a9f4;
--md-light-blue-600: #039be5;
--md-light-blue-700: #0288d1;
--md-light-blue-800: #0277bd;
--md-light-blue-900: #01579b;
--md-light-blue-A100: #80d8ff;
--md-light-blue-A200: #40c4ff;
--md-light-blue-A400: #00b0ff;
--md-light-blue-A700: #0091ea;
--md-cyan-50: #e0f7fa;
--md-cyan-100: #b2ebf2;
--md-cyan-200: #80deea;
--md-cyan-300: #4dd0e1;
--md-cyan-400: #26c6da;
--md-cyan-500: #00bcd4;
--md-cyan-600: #00acc1;
--md-cyan-700: #0097a7;
--md-cyan-800: #00838f;
--md-cyan-900: #006064;
--md-cyan-A100: #84ffff;
--md-cyan-A200: #18ffff;
--md-cyan-A400: #00e5ff;
--md-cyan-A700: #00b8d4;
--md-teal-50: #e0f2f1;
--md-teal-100: #b2dfdb;
--md-teal-200: #80cbc4;
--md-teal-300: #4db6ac;
--md-teal-400: #26a69a;
--md-teal-500: #009688;
--md-teal-600: #00897b;
--md-teal-700: #00796b;
--md-teal-800: #00695c;
--md-teal-900: #004d40;
--md-teal-A100: #a7ffeb;
--md-teal-A200: #64ffda;
--md-teal-A400: #1de9b6;
--md-teal-A700: #00bfa5;
--md-green-50: #e8f5e9;
--md-green-100: #c8e6c9;
--md-green-200: #a5d6a7;
--md-green-300: #81c784;
--md-green-400: #66bb6a;
--md-green-500: #4caf50;
--md-green-600: #43a047;
--md-green-700: #388e3c;
--md-green-800: #2e7d32;
--md-green-900: #1b5e20;
--md-green-A100: #b9f6ca;
--md-green-A200: #69f0ae;
--md-green-A400: #00e676;
--md-green-A700: #00c853;
--md-light-green-50: #f1f8e9;
--md-light-green-100: #dcedc8;
--md-light-green-200: #c5e1a5;
--md-light-green-300: #aed581;
--md-light-green-400: #9ccc65;
--md-light-green-500: #8bc34a;
--md-light-green-600: #7cb342;
--md-light-green-700: #689f38;
--md-light-green-800: #558b2f;
--md-light-green-900: #33691e;
--md-light-green-A100: #ccff90;
--md-light-green-A200: #b2ff59;
--md-light-green-A400: #76ff03;
--md-light-green-A700: #64dd17;
--md-lime-50: #f9fbe7;
--md-lime-100: #f0f4c3;
--md-lime-200: #e6ee9c;
--md-lime-300: #dce775;
--md-lime-400: #d4e157;
--md-lime-500: #cddc39;
--md-lime-600: #c0ca33;
--md-lime-700: #afb42b;
--md-lime-800: #9e9d24;
--md-lime-900: #827717;
--md-lime-A100: #f4ff81;
--md-lime-A200: #eeff41;
--md-lime-A400: #c6ff00;
--md-lime-A700: #aeea00;
--md-yellow-50: #fffde7;
--md-yellow-100: #fff9c4;
--md-yellow-200: #fff59d;
--md-yellow-300: #fff176;
--md-yellow-400: #ffee58;
--md-yellow-500: #ffeb3b;
--md-yellow-600: #fdd835;
--md-yellow-700: #fbc02d;
--md-yellow-800: #f9a825;
--md-yellow-900: #f57f17;
--md-yellow-A100: #ffff8d;
--md-yellow-A200: #ffff00;
--md-yellow-A400: #ffea00;
--md-yellow-A700: #ffd600;
--md-amber-50: #fff8e1;
--md-amber-100: #ffecb3;
--md-amber-200: #ffe082;
--md-amber-300: #ffd54f;
--md-amber-400: #ffca28;
--md-amber-500: #ffc107;
--md-amber-600: #ffb300;
--md-amber-700: #ffa000;
--md-amber-800: #ff8f00;
--md-amber-900: #ff6f00;
--md-amber-A100: #ffe57f;
--md-amber-A200: #ffd740;
--md-amber-A400: #ffc400;
--md-amber-A700: #ffab00;
--md-orange-50: #fff3e0;
--md-orange-100: #ffe0b2;
--md-orange-200: #ffcc80;
--md-orange-300: #ffb74d;
--md-orange-400: #ffa726;
--md-orange-500: #ff9800;
--md-orange-600: #fb8c00;
--md-orange-700: #f57c00;
--md-orange-800: #ef6c00;
--md-orange-900: #e65100;
--md-orange-A100: #ffd180;
--md-orange-A200: #ffab40;
--md-orange-A400: #ff9100;
--md-orange-A700: #ff6d00;
--md-deep-orange-50: #fbe9e7;
--md-deep-orange-100: #ffccbc;
--md-deep-orange-200: #ffab91;
--md-deep-orange-300: #ff8a65;
--md-deep-orange-400: #ff7043;
--md-deep-orange-500: #ff5722;
--md-deep-orange-600: #f4511e;
--md-deep-orange-700: #e64a19;
--md-deep-orange-800: #d84315;
--md-deep-orange-900: #bf360c;
--md-deep-orange-A100: #ff9e80;
--md-deep-orange-A200: #ff6e40;
--md-deep-orange-A400: #ff3d00;
--md-deep-orange-A700: #dd2c00;
--md-brown-50: #efebe9;
--md-brown-100: #d7ccc8;
--md-brown-200: #bcaaa4;
--md-brown-300: #a1887f;
--md-brown-400: #8d6e63;
--md-brown-500: #795548;
--md-brown-600: #6d4c41;
--md-brown-700: #5d4037;
--md-brown-800: #4e342e;
--md-brown-900: #3e2723;
--md-grey-50: #fafafa;
--md-grey-100: #f5f5f5;
--md-grey-200: #eeeeee;
--md-grey-300: #e0e0e0;
--md-grey-400: #bdbdbd;
--md-grey-500: #9e9e9e;
--md-grey-600: #757575;
--md-grey-700: #616161;
--md-grey-800: #424242;
--md-grey-900: #212121;
--md-blue-grey-50: #eceff1;
--md-blue-grey-100: #cfd8dc;
--md-blue-grey-200: #b0bec5;
--md-blue-grey-300: #90a4ae;
--md-blue-grey-400: #78909c;
--md-blue-grey-500: #607d8b;
--md-blue-grey-600: #546e7a;
--md-blue-grey-700: #455a64;
--md-blue-grey-800: #37474f;
--md-blue-grey-900: #263238;
}
/*-----------------------------------------------------------------------------
| Copyright (c) 2017, Jupyter Development Team.
|
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-Spinner {
position: absolute;
display: flex;
justify-content: center;
align-items: center;
z-index: 10;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: var(--jp-layout-color0);
outline: none;
}
.jp-SpinnerContent {
font-size: 10px;
margin: 50px auto;
text-indent: -9999em;
width: 3em;
height: 3em;
border-radius: 50%;
background: var(--jp-brand-color3);
background: linear-gradient(
to right,
#f37626 10%,
rgba(255, 255, 255, 0) 42%
);
position: relative;
animation: load3 1s infinite linear, fadeIn 1s;
}
.jp-SpinnerContent:before {
width: 50%;
height: 50%;
background: #f37626;
border-radius: 100% 0 0 0;
position: absolute;
top: 0;
left: 0;
content: '';
}
.jp-SpinnerContent:after {
background: var(--jp-layout-color0);
width: 75%;
height: 75%;
border-radius: 50%;
content: '';
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes load3 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
/*-----------------------------------------------------------------------------
| Copyright (c) 2014-2017, Jupyter Development Team.
|
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
button.jp-mod-styled {
font-size: var(--jp-ui-font-size1);
color: var(--jp-ui-font-color0);
border: none;
box-sizing: border-box;
text-align: center;
line-height: 32px;
height: 32px;
padding: 0px 12px;
letter-spacing: 0.8px;
outline: none;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
}
input.jp-mod-styled {
background: var(--jp-input-background);
height: 28px;
box-sizing: border-box;
border: var(--jp-border-width) solid var(--jp-border-color1);
padding-left: 7px;
padding-right: 7px;
font-size: var(--jp-ui-font-size2);
color: var(--jp-ui-font-color0);
outline: none;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
}
input[type='checkbox'].jp-mod-styled {
appearance: checkbox;
-webkit-appearance: checkbox;
-moz-appearance: checkbox;
height: auto;
}
input.jp-mod-styled:focus {
border: var(--jp-border-width) solid var(--md-blue-500);
box-shadow: inset 0 0 4px var(--md-blue-300);
}
.jp-FileDialog-Checkbox {
margin-top: 35px;
display: flex;
flex-direction: row;
align-items: end;
width: 100%;
}
.jp-FileDialog-Checkbox > label {
flex: 1 1 auto;
}
.jp-select-wrapper {
display: flex;
position: relative;
flex-direction: column;
padding: 1px;
background-color: var(--jp-layout-color1);
height: 28px;
box-sizing: border-box;
margin-bottom: 12px;
}
.jp-select-wrapper.jp-mod-focused select.jp-mod-styled {
border: var(--jp-border-width) solid var(--jp-input-active-border-color);
box-shadow: var(--jp-input-box-shadow);
background-color: var(--jp-input-active-background);
}
select.jp-mod-styled:hover {
background-color: var(--jp-layout-color1);
cursor: pointer;
color: var(--jp-ui-font-color0);
background-color: var(--jp-input-hover-background);
box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.5);
}
select.jp-mod-styled {
flex: 1 1 auto;
height: 32px;
width: 100%;
font-size: var(--jp-ui-font-size2);
background: var(--jp-input-background);
color: var(--jp-ui-font-color0);
padding: 0 25px 0 8px;
border: var(--jp-border-width) solid var(--jp-input-border-color);
border-radius: 0px;
outline: none;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
}
/*-----------------------------------------------------------------------------
| Copyright (c) 2014-2016, Jupyter Development Team.
|
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
:root {
--jp-private-toolbar-height: calc(
28px + var(--jp-border-width)
); /* leave 28px for content */
}
.jp-Toolbar {
color: var(--jp-ui-font-color1);
flex: 0 0 auto;
display: flex;
flex-direction: row;
border-bottom: var(--jp-border-width) solid var(--jp-toolbar-border-color);
box-shadow: var(--jp-toolbar-box-shadow);
background: var(--jp-toolbar-background);
min-height: var(--jp-toolbar-micro-height);
padding: 2px;
z-index: 1;
overflow-x: auto;
}
/* Toolbar items */
.jp-Toolbar > .jp-Toolbar-item.jp-Toolbar-spacer {
flex-grow: 1;
flex-shrink: 1;
}
.jp-Toolbar-item.jp-Toolbar-kernelStatus {
display: inline-block;
width: 32px;
background-repeat: no-repeat;
background-position: center;
background-size: 16px;
}
.jp-Toolbar > .jp-Toolbar-item {
flex: 0 0 auto;
display: flex;
padding-left: 1px;
padding-right: 1px;
font-size: var(--jp-ui-font-size1);
line-height: var(--jp-private-toolbar-height);
height: 100%;
}
/* Toolbar buttons */
/* This is the div we use to wrap the react component into a Widget */
div.jp-ToolbarButton {
color: transparent;
border: none;
box-sizing: border-box;
outline: none;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
padding: 0px;
margin: 0px;
}
button.jp-ToolbarButtonComponent {
background: var(--jp-layout-color1);
border: none;
box-sizing: border-box;
outline: none;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
padding: 0px 6px;
margin: 0px;
height: 24px;
border-radius: var(--jp-border-radius);
display: flex;
align-items: center;
text-align: center;
font-size: 14px;
min-width: unset;
min-height: unset;
}
button.jp-ToolbarButtonComponent:disabled {
opacity: 0.4;
}
button.jp-ToolbarButtonComponent span {
padding: 0px;
flex: 0 0 auto;
}
button.jp-ToolbarButtonComponent .jp-ToolbarButtonComponent-label {
font-size: var(--jp-ui-font-size1);
line-height: 100%;
padding-left: 2px;
color: var(--jp-ui-font-color1);
}
#jp-main-dock-panel[data-mode='single-document']
.jp-MainAreaWidget
> .jp-Toolbar.jp-Toolbar-micro {
padding: 0;
min-height: 0;
}
#jp-main-dock-panel[data-mode='single-document']
.jp-MainAreaWidget
> .jp-Toolbar {
border: none;
box-shadow: none;
}
/*-----------------------------------------------------------------------------
| Copyright (c) 2014-2017, Jupyter Development Team.
|
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Copyright (c) 2014-2017, PhosphorJS Contributors
|
| Distributed under the terms of the BSD 3-Clause License.
|
| The full license is in the file LICENSE, distributed with this software.
|----------------------------------------------------------------------------*/
/* <DEPRECATED> */ body.p-mod-override-cursor *, /* </DEPRECATED> */
body.lm-mod-override-cursor * {
cursor: inherit !important;
}
/*-----------------------------------------------------------------------------
| Copyright (c) 2014-2016, Jupyter Development Team.
|
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-JSONEditor {
display: flex;
flex-direction: column;
width: 100%;
}
.jp-JSONEditor-host {
flex: 1 1 auto;
border: var(--jp-border-width) solid var(--jp-input-border-color);
border-radius: 0px;
background: var(--jp-layout-color0);
min-height: 50px;
padding: 1px;
}
.jp-JSONEditor.jp-mod-error .jp-JSONEditor-host {
border-color: red;
outline-color: red;
}
.jp-JSONEditor-header {
display: flex;
flex: 1 0 auto;
padding: 0 0 0 12px;
}
.jp-JSONEditor-header label {
flex: 0 0 auto;
}
.jp-JSONEditor-commitButton {
height: 16px;
width: 16px;
background-size: 18px;
background-repeat: no-repeat;
background-position: center;
}
.jp-JSONEditor-host.jp-mod-focused {
background-color: var(--jp-input-active-background);
border: 1px solid var(--jp-input-active-border-color);
box-shadow: var(--jp-input-box-shadow);
}
.jp-Editor.jp-mod-dropTarget {
border: var(--jp-border-width) solid var(--jp-input-active-border-color);
box-shadow: var(--jp-input-box-shadow);
}
/* BASICS */
.CodeMirror {
/* Set height, width, borders, and global font properties here */
font-family: monospace;
height: 300px;
color: black;
direction: ltr;
}
/* PADDING */
.CodeMirror-lines {
padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
padding: 0 4px; /* Horizontal padding of content */
}
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
background-color: white; /* The little square between H and V scrollbars */
}
/* GUTTER */
.CodeMirror-gutters {
border-right: 1px solid #ddd;
background-color: #f7f7f7;
white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
padding: 0 3px 0 5px;
min-width: 20px;
text-align: right;
color: #999;
white-space: nowrap;
}
.CodeMirror-guttermarker { color: black; }
.CodeMirror-guttermarker-subtle { color: #999; }
/* CURSOR */
.CodeMirror-cursor {
border-left: 1px solid black;
border-right: none;
width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
width: auto;
border: 0 !important;
background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
z-index: 1;
}
.cm-fat-cursor-mark {
background-color: rgba(20, 255, 20, 0.5);
-webkit-animation: blink 1.06s steps(1) infinite;
-moz-animation: blink 1.06s steps(1) infinite;
animation: blink 1.06s steps(1) infinite;
}
.cm-animate-fat-cursor {
width: auto;
border: 0;
-webkit-animation: blink 1.06s steps(1) infinite;
-moz-animation: blink 1.06s steps(1) infinite;
animation: blink 1.06s steps(1) infinite;
background-color: #7e7;
}
@-moz-keyframes blink {
0% {}
50% { background-color: transparent; }
100% {}
}
@-webkit-keyframes blink {
0% {}
50% { background-color: transparent; }
100% {}
}
@keyframes blink {
0% {}
50% { background-color: transparent; }
100% {}
}
/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror-overwrite .CodeMirror-cursor {}
.cm-tab { display: inline-block; text-decoration: inherit; }
.CodeMirror-rulers {
position: absolute;
left: 0; right: 0; top: -50px; bottom: 0;
overflow: hidden;
}
.CodeMirror-ruler {
border-left: 1px solid #ccc;
top: 0; bottom: 0;
position: absolute;
}
/* DEFAULT THEME */
.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-strikethrough {text-decoration: line-through;}
.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}
.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}
.CodeMirror-composing { border-bottom: 2px solid; }
/* Default styles for common addons */
div.CodeMirror span.CodeMirror-matchingbracket {color: #0b0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
.CodeMirror-activeline-background {background: #e8f2ff;}
/* STOP */
/* The rest of this file contains styles related to the mechanics of
the editor. You probably shouldn't touch them. */
.CodeMirror {
position: relative;
overflow: hidden;
background: white;
}
.CodeMirror-scroll {
overflow: scroll !important; /* Things will break if this is overridden */
/* 50px is the magic margin used to hide the element's real scrollbars */
/* See overflow: hidden in .CodeMirror */
margin-bottom: -50px; margin-right: -50px;
padding-bottom: 50px;
height: 100%;
outline: none; /* Prevent dragging from highlighting the element */
position: relative;
}
.CodeMirror-sizer {
position: relative;
border-right: 50px solid transparent;
}
/* The fake, visible scrollbars. Used to force redraw during scrolling
before actual scrolling happens, thus preventing shaking and
flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
position: absolute;
z-index: 6;
display: none;
outline: none;
}
.CodeMirror-vscrollbar {
right: 0; top: 0;
overflow-x: hidden;
overflow-y: scroll;
}
.CodeMirror-hscrollbar {
bottom: 0; left: 0;
overflow-y: hidden;
overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
left: 0; bottom: 0;
}
.CodeMirror-gutters {
position: absolute; left: 0; top: 0;
min-height: 100%;
z-index: 3;
}
.CodeMirror-gutter {
white-space: normal;
height: 100%;
display: inline-block;
vertical-align: top;
margin-bottom: -50px;
}
.CodeMirror-gutter-wrapper {
position: absolute;
z-index: 4;
background: none !important;
border: none !important;
}
.CodeMirror-gutter-background {
position: absolute;
top: 0; bottom: 0;
z-index: 4;
}
.CodeMirror-gutter-elt {
position: absolute;
cursor: default;
z-index: 4;
}
.CodeMirror-gutter-wrapper ::selection { background-color: transparent }
.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }
.CodeMirror-lines {
cursor: text;
min-height: 1px; /* prevents collapsing before first draw */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
/* Reset some styles that the rest of the page might have set */
-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
border-width: 0;
background: transparent;
font-family: inherit;
font-size: inherit;
margin: 0;
white-space: pre;
word-wrap: normal;
line-height: inherit;
color: inherit;
z-index: 2;
position: relative;
overflow: visible;
-webkit-tap-highlight-color: transparent;
-webkit-font-variant-ligatures: contextual;
font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
word-wrap: break-word;
white-space: pre-wrap;
word-break: normal;
}
.CodeMirror-linebackground {
position: absolute;
left: 0; right: 0; top: 0; bottom: 0;
z-index: 0;
}
.CodeMirror-linewidget {
position: relative;
z-index: 2;
padding: 0.1px; /* Force widget margins to stay inside of the container */
}
.CodeMirror-widget {}
.CodeMirror-rtl pre { direction: rtl; }
.CodeMirror-code {
outline: none;
}
/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.CodeMirror-measure {
position: absolute;
width: 100%;
height: 0;
overflow: hidden;
visibility: hidden;
}
.CodeMirror-cursor {
position: absolute;
pointer-events: none;
}
.CodeMirror-measure pre { position: static; }
div.CodeMirror-cursors {
visibility: hidden;
position: relative;
z-index: 3;
}
div.CodeMirror-dragcursors {
visibility: visible;
}
.CodeMirror-focused div.CodeMirror-cursors {
visibility: visible;
}
.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }
.cm-searching {
background-color: #ffa;
background-color: rgba(255, 255, 0, .4);
}
/* Used to force a border model for a node */
.cm-force-border { padding-right: .1px; }
@media print {
/* Hide the cursor when printing */
.CodeMirror div.CodeMirror-cursors {
visibility: hidden;
}
}
/* See issue #2901 */
.cm-tab-wrap-hack:after { content: ''; }
/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext { background: none; }
.CodeMirror-dialog {
position: absolute;
left: 0; right: 0;
background: inherit;
z-index: 15;
padding: .1em .8em;
overflow: hidden;
color: inherit;
}
.CodeMirror-dialog-top {
border-bottom: 1px solid #eee;
top: 0;
}
.CodeMirror-dialog-bottom {
border-top: 1px solid #eee;
bottom: 0;
}
.CodeMirror-dialog input {
border: none;
outline: none;
background: transparent;
width: 20em;
color: inherit;
font-family: monospace;
}
.CodeMirror-dialog button {
font-size: 70%;
}
.CodeMirror-foldmarker {
color: blue;
text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px;
font-family: arial;
line-height: .3;
cursor: pointer;
}
.CodeMirror-foldgutter {
width: .7em;
}
.CodeMirror-foldgutter-open,
.CodeMirror-foldgutter-folded {
cursor: pointer;
}
.CodeMirror-foldgutter-open:after {
content: "\25BE";
}
.CodeMirror-foldgutter-folded:after {
content: "\25B8";
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.CodeMirror {
line-height: var(--jp-code-line-height);
font-size: var(--jp-code-font-size);
font-family: var(--jp-code-font-family);
border: 0;
border-radius: 0;
height: auto;
/* Changed to auto to autogrow */
}
.CodeMirror pre {
padding: 0 var(--jp-code-padding);
}
.jp-CodeMirrorEditor[data-type='inline'] .CodeMirror-dialog {
background-color: var(--jp-layout-color0);
color: var(--jp-content-font-color1);
}
/* This causes https://github.com/jupyter/jupyterlab/issues/522 */
/* May not cause it not because we changed it! */
.CodeMirror-lines {
padding: var(--jp-code-padding) 0;
}
.CodeMirror-linenumber {
padding: 0 8px;
}
.jp-CodeMirrorEditor {
cursor: text;
}
.jp-CodeMirrorEditor[data-type='inline'] .CodeMirror-cursor {
border-left: var(--jp-code-cursor-width0) solid var(--jp-editor-cursor-color);
}
/* When zoomed out 67% and 33% on a screen of 1440 width x 900 height */
@media screen and (min-width: 2138px) and (max-width: 4319px) {
.jp-CodeMirrorEditor[data-type='inline'] .CodeMirror-cursor {
border-left: var(--jp-code-cursor-width1) solid
var(--jp-editor-cursor-color);
}
}
/* When zoomed out less than 33% */
@media screen and (min-width: 4320px) {
.jp-CodeMirrorEditor[data-type='inline'] .CodeMirror-cursor {
border-left: var(--jp-code-cursor-width2) solid
var(--jp-editor-cursor-color);
}
}
.CodeMirror.jp-mod-readOnly .CodeMirror-cursor {
display: none;
}
.CodeMirror-gutters {
border-right: 1px solid var(--jp-border-color2);
background-color: var(--jp-layout-color0);
}
.jp-CollaboratorCursor {
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: none;
border-bottom: 3px solid;
background-clip: content-box;
margin-left: -5px;
margin-right: -5px;
}
.CodeMirror-selectedtext.cm-searching {
background-color: var(--jp-search-selected-match-background-color) !important;
color: var(--jp-search-selected-match-color) !important;
}
.cm-searching {
background-color: var(
--jp-search-unselected-match-background-color
) !important;
color: var(--jp-search-unselected-match-color) !important;
}
.CodeMirror-focused .CodeMirror-selected {
background-color: var(--jp-editor-selected-focused-background);
}
.CodeMirror-selected {
background-color: var(--jp-editor-selected-background);
}
.jp-CollaboratorCursor-hover {
position: absolute;
z-index: 1;
transform: translateX(-50%);
color: white;
border-radius: 3px;
padding-left: 4px;
padding-right: 4px;
padding-top: 1px;
padding-bottom: 1px;
text-align: center;
font-size: var(--jp-ui-font-size1);
white-space: nowrap;
}
.jp-CodeMirror-ruler {
border-left: 1px dashed var(--jp-border-color2);
}
/**
* Here is our jupyter theme for CodeMirror syntax highlighting
* This is used in our marked.js syntax highlighting and CodeMirror itself
* The string "jupyter" is set in ../codemirror/widget.DEFAULT_CODEMIRROR_THEME
* This came from the classic notebook, which came form highlight.js/GitHub
*/
/**
* CodeMirror themes are handling the background/color in this way. This works
* fine for CodeMirror editors outside the notebook, but the notebook styles
* these things differently.
*/
.CodeMirror.cm-s-jupyter {
background: var(--jp-layout-color0);
color: var(--jp-content-font-color1);
}
/* In the notebook, we want this styling to be handled by its container */
.jp-CodeConsole .CodeMirror.cm-s-jupyter,
.jp-Notebook .CodeMirror.cm-s-jupyter {
background: transparent;
}
.cm-s-jupyter .CodeMirror-cursor {
border-left: var(--jp-code-cursor-width0) solid var(--jp-editor-cursor-color);
}
.cm-s-jupyter span.cm-keyword {
color: var(--jp-mirror-editor-keyword-color);
font-weight: bold;
}
.cm-s-jupyter span.cm-atom {
color: var(--jp-mirror-editor-atom-color);
}
.cm-s-jupyter span.cm-number {
color: var(--jp-mirror-editor-number-color);
}
.cm-s-jupyter span.cm-def {
color: var(--jp-mirror-editor-def-color);
}
.cm-s-jupyter span.cm-variable {
color: var(--jp-mirror-editor-variable-color);
}
.cm-s-jupyter span.cm-variable-2 {
color: var(--jp-mirror-editor-variable-2-color);
}
.cm-s-jupyter span.cm-variable-3 {
color: var(--jp-mirror-editor-variable-3-color);
}
.cm-s-jupyter span.cm-punctuation {
color: var(--jp-mirror-editor-punctuation-color);
}
.cm-s-jupyter span.cm-property {
color: var(--jp-mirror-editor-property-color);
}
.cm-s-jupyter span.cm-operator {
color: var(--jp-mirror-editor-operator-color);
font-weight: bold;
}
.cm-s-jupyter span.cm-comment {
color: var(--jp-mirror-editor-comment-color);
font-style: italic;
}
.cm-s-jupyter span.cm-string {
color: var(--jp-mirror-editor-string-color);
}
.cm-s-jupyter span.cm-string-2 {
color: var(--jp-mirror-editor-string-2-color);
}
.cm-s-jupyter span.cm-meta {
color: var(--jp-mirror-editor-meta-color);
}
.cm-s-jupyter span.cm-qualifier {
color: var(--jp-mirror-editor-qualifier-color);
}
.cm-s-jupyter span.cm-builtin {
color: var(--jp-mirror-editor-builtin-color);
}
.cm-s-jupyter span.cm-bracket {
color: var(--jp-mirror-editor-bracket-color);
}
.cm-s-jupyter span.cm-tag {
color: var(--jp-mirror-editor-tag-color);
}
.cm-s-jupyter span.cm-attribute {
color: var(--jp-mirror-editor-attribute-color);
}
.cm-s-jupyter span.cm-header {
color: var(--jp-mirror-editor-header-color);
}
.cm-s-jupyter span.cm-quote {
color: var(--jp-mirror-editor-quote-color);
}
.cm-s-jupyter span.cm-link {
color: var(--jp-mirror-editor-link-color);
}
.cm-s-jupyter span.cm-error {
color: var(--jp-mirror-editor-error-color);
}
.cm-s-jupyter span.cm-hr {
color: #999;
}
.cm-s-jupyter span.cm-tab {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=);
background-position: right;
background-repeat: no-repeat;
}
.cm-s-jupyter .CodeMirror-activeline-background,
.cm-s-jupyter .CodeMirror-gutter {
background-color: var(--jp-layout-color2);
}
/* Styles for shared cursors (remote cursor locations and selected ranges) */
.jp-CodeMirrorEditor .remote-caret {
position: relative;
border-left: 2px solid black;
margin-left: -1px;
margin-right: -1px;
box-sizing: border-box;
}
.jp-CodeMirrorEditor .remote-caret > div {
white-space: nowrap;
position: absolute;
top: -1.15em;
padding-bottom: 0.05em;
left: -2px;
font-size: 0.95em;
background-color: rgb(250, 129, 0);
font-family: var(--jp-ui-font-family);
font-weight: bold;
line-height: normal;
user-select: none;
color: white;
padding-left: 2px;
padding-right: 2px;
z-index: 3;
transition: opacity 0.3s ease-in-out;
}
.jp-CodeMirrorEditor .remote-caret.hide-name > div {
transition-delay: 0.7s;
opacity: 0;
}
.jp-CodeMirrorEditor .remote-caret:hover > div {
opacity: 1;
transition-delay: 0s;
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
| RenderedText
|----------------------------------------------------------------------------*/
:root {
/* This is the padding value to fill the gaps between lines containing spans with background color. */
--jp-private-code-span-padding: calc(
(var(--jp-code-line-height) - 1) * var(--jp-code-font-size) / 2
);
}
.jp-RenderedText {
text-align: left;
padding-left: var(--jp-code-padding);
line-height: var(--jp-code-line-height);
font-family: var(--jp-code-font-family);
}
.jp-RenderedText pre,
.jp-RenderedJavaScript pre,
.jp-RenderedHTMLCommon pre {
color: var(--jp-content-font-color1);
font-size: var(--jp-code-font-size);
border: none;
margin: 0px;
padding: 0px;
}
.jp-RenderedText pre a:link {
text-decoration: none;
color: var(--jp-content-link-color);
}
.jp-RenderedText pre a:hover {
text-decoration: underline;
color: var(--jp-content-link-color);
}
.jp-RenderedText pre a:visited {
text-decoration: none;
color: var(--jp-content-link-color);
}
/* console foregrounds and backgrounds */
.jp-RenderedText pre .ansi-black-fg {
color: #3e424d;
}
.jp-RenderedText pre .ansi-red-fg {
color: #e75c58;
}
.jp-RenderedText pre .ansi-green-fg {
color: #00a250;
}
.jp-RenderedText pre .ansi-yellow-fg {
color: #ddb62b;
}
.jp-RenderedText pre .ansi-blue-fg {
color: #208ffb;
}
.jp-RenderedText pre .ansi-magenta-fg {
color: #d160c4;
}
.jp-RenderedText pre .ansi-cyan-fg {
color: #60c6c8;
}
.jp-RenderedText pre .ansi-white-fg {
color: #c5c1b4;
}
.jp-RenderedText pre .ansi-black-bg {
background-color: #3e424d;
padding: var(--jp-private-code-span-padding) 0;
}
.jp-RenderedText pre .ansi-red-bg {
background-color: #e75c58;
padding: var(--jp-private-code-span-padding) 0;
}
.jp-RenderedText pre .ansi-green-bg {
background-color: #00a250;
padding: var(--jp-private-code-span-padding) 0;
}
.jp-RenderedText pre .ansi-yellow-bg {
background-color: #ddb62b;
padding: var(--jp-private-code-span-padding) 0;
}
.jp-RenderedText pre .ansi-blue-bg {
background-color: #208ffb;
padding: var(--jp-private-code-span-padding) 0;
}
.jp-RenderedText pre .ansi-magenta-bg {
background-color: #d160c4;
padding: var(--jp-private-code-span-padding) 0;
}
.jp-RenderedText pre .ansi-cyan-bg {
background-color: #60c6c8;
padding: var(--jp-private-code-span-padding) 0;
}
.jp-RenderedText pre .ansi-white-bg {
background-color: #c5c1b4;
padding: var(--jp-private-code-span-padding) 0;
}
.jp-RenderedText pre .ansi-black-intense-fg {
color: #282c36;
}
.jp-RenderedText pre .ansi-red-intense-fg {
color: #b22b31;
}
.jp-RenderedText pre .ansi-green-intense-fg {
color: #007427;
}
.jp-RenderedText pre .ansi-yellow-intense-fg {
color: #b27d12;
}
.jp-RenderedText pre .ansi-blue-intense-fg {
color: #0065ca;
}
.jp-RenderedText pre .ansi-magenta-intense-fg {
color: #a03196;
}
.jp-RenderedText pre .ansi-cyan-intense-fg {
color: #258f8f;
}
.jp-RenderedText pre .ansi-white-intense-fg {
color: #a1a6b2;
}
.jp-RenderedText pre .ansi-black-intense-bg {
background-color: #282c36;
padding: var(--jp-private-code-span-padding) 0;
}
.jp-RenderedText pre .ansi-red-intense-bg {
background-color: #b22b31;
padding: var(--jp-private-code-span-padding) 0;
}
.jp-RenderedText pre .ansi-green-intense-bg {
background-color: #007427;
padding: var(--jp-private-code-span-padding) 0;
}
.jp-RenderedText pre .ansi-yellow-intense-bg {
background-color: #b27d12;
padding: var(--jp-private-code-span-padding) 0;
}
.jp-RenderedText pre .ansi-blue-intense-bg {
background-color: #0065ca;
padding: var(--jp-private-code-span-padding) 0;
}
.jp-RenderedText pre .ansi-magenta-intense-bg {
background-color: #a03196;
padding: var(--jp-private-code-span-padding) 0;
}
.jp-RenderedText pre .ansi-cyan-intense-bg {
background-color: #258f8f;
padding: var(--jp-private-code-span-padding) 0;
}
.jp-RenderedText pre .ansi-white-intense-bg {
background-color: #a1a6b2;
padding: var(--jp-private-code-span-padding) 0;
}
.jp-RenderedText pre .ansi-default-inverse-fg {
color: var(--jp-ui-inverse-font-color0);
}
.jp-RenderedText pre .ansi-default-inverse-bg {
background-color: var(--jp-inverse-layout-color0);
padding: var(--jp-private-code-span-padding) 0;
}
.jp-RenderedText pre .ansi-bold {
font-weight: bold;
}
.jp-RenderedText pre .ansi-underline {
text-decoration: underline;
}
.jp-RenderedText[data-mime-type='application/vnd.jupyter.stderr'] {
background: var(--jp-rendermime-error-background);
padding-top: var(--jp-code-padding);
}
/*-----------------------------------------------------------------------------
| RenderedLatex
|----------------------------------------------------------------------------*/
.jp-RenderedLatex {
color: var(--jp-content-font-color1);
font-size: var(--jp-content-font-size1);
line-height: var(--jp-content-line-height);
}
/* Left-justify outputs.*/
.jp-OutputArea-output.jp-RenderedLatex {
padding: var(--jp-code-padding);
text-align: left;
}
/*-----------------------------------------------------------------------------
| RenderedHTML
|----------------------------------------------------------------------------*/
.jp-RenderedHTMLCommon {
color: var(--jp-content-font-color1);
font-family: var(--jp-content-font-family);
font-size: var(--jp-content-font-size1);
line-height: var(--jp-content-line-height);
/* Give a bit more R padding on Markdown text to keep line lengths reasonable */
padding-right: 20px;
}
.jp-RenderedHTMLCommon em {
font-style: italic;
}
.jp-RenderedHTMLCommon strong {
font-weight: bold;
}
.jp-RenderedHTMLCommon u {
text-decoration: underline;
}
.jp-RenderedHTMLCommon a:link {
text-decoration: none;
color: var(--jp-content-link-color);
}
.jp-RenderedHTMLCommon a:hover {
text-decoration: underline;
color: var(--jp-content-link-color);
}
.jp-RenderedHTMLCommon a:visited {
text-decoration: none;
color: var(--jp-content-link-color);
}
/* Headings */
.jp-RenderedHTMLCommon h1,
.jp-RenderedHTMLCommon h2,
.jp-RenderedHTMLCommon h3,
.jp-RenderedHTMLCommon h4,
.jp-RenderedHTMLCommon h5,
.jp-RenderedHTMLCommon h6 {
line-height: var(--jp-content-heading-line-height);
font-weight: var(--jp-content-heading-font-weight);
font-style: normal;
margin: var(--jp-content-heading-margin-top) 0
var(--jp-content-heading-margin-bottom) 0;
}
.jp-RenderedHTMLCommon h1:first-child,
.jp-RenderedHTMLCommon h2:first-child,
.jp-RenderedHTMLCommon h3:first-child,
.jp-RenderedHTMLCommon h4:first-child,
.jp-RenderedHTMLCommon h5:first-child,
.jp-RenderedHTMLCommon h6:first-child {
margin-top: calc(0.5 * var(--jp-content-heading-margin-top));
}
.jp-RenderedHTMLCommon h1:last-child,
.jp-RenderedHTMLCommon h2:last-child,
.jp-RenderedHTMLCommon h3:last-child,
.jp-RenderedHTMLCommon h4:last-child,
.jp-RenderedHTMLCommon h5:last-child,
.jp-RenderedHTMLCommon h6:last-child {
margin-bottom: calc(0.5 * var(--jp-content-heading-margin-bottom));
}
.jp-RenderedHTMLCommon h1 {
font-size: var(--jp-content-font-size5);
}
.jp-RenderedHTMLCommon h2 {
font-size: var(--jp-content-font-size4);
}
.jp-RenderedHTMLCommon h3 {
font-size: var(--jp-content-font-size3);
}
.jp-RenderedHTMLCommon h4 {
font-size: var(--jp-content-font-size2);
}
.jp-RenderedHTMLCommon h5 {
font-size: var(--jp-content-font-size1);
}
.jp-RenderedHTMLCommon h6 {
font-size: var(--jp-content-font-size0);
}
/* Lists */
.jp-RenderedHTMLCommon ul:not(.list-inline),
.jp-RenderedHTMLCommon ol:not(.list-inline) {
padding-left: 2em;
}
.jp-RenderedHTMLCommon ul {
list-style: disc;
}
.jp-RenderedHTMLCommon ul ul {
list-style: square;
}
.jp-RenderedHTMLCommon ul ul ul {
list-style: circle;
}
.jp-RenderedHTMLCommon ol {
list-style: decimal;
}
.jp-RenderedHTMLCommon ol ol {
list-style: upper-alpha;
}
.jp-RenderedHTMLCommon ol ol ol {
list-style: lower-alpha;
}
.jp-RenderedHTMLCommon ol ol ol ol {
list-style: lower-roman;
}
.jp-RenderedHTMLCommon ol ol ol ol ol {
list-style: decimal;
}
.jp-RenderedHTMLCommon ol,
.jp-RenderedHTMLCommon ul {
margin-bottom: 1em;
}
.jp-RenderedHTMLCommon ul ul,
.jp-RenderedHTMLCommon ul ol,
.jp-RenderedHTMLCommon ol ul,
.jp-RenderedHTMLCommon ol ol {
margin-bottom: 0em;
}
.jp-RenderedHTMLCommon hr {
color: var(--jp-border-color2);
background-color: var(--jp-border-color1);
margin-top: 1em;
margin-bottom: 1em;
}
.jp-RenderedHTMLCommon > pre {
margin: 1.5em 2em;
}
.jp-RenderedHTMLCommon pre,
.jp-RenderedHTMLCommon code {
border: 0;
background-color: var(--jp-layout-color0);
color: var(--jp-content-font-color1);
font-family: var(--jp-code-font-family);
font-size: inherit;
line-height: var(--jp-code-line-height);
padding: 0;
white-space: pre-wrap;
}
.jp-RenderedHTMLCommon :not(pre) > code {
background-color: var(--jp-layout-color2);
padding: 1px 5px;
}
/* Tables */
.jp-RenderedHTMLCommon table {
border-collapse: collapse;
border-spacing: 0;
border: none;
color: var(--jp-ui-font-color1);
font-size: 12px;
table-layout: fixed;
margin-left: auto;
margin-right: auto;
}
.jp-RenderedHTMLCommon thead {
border-bottom: var(--jp-border-width) solid var(--jp-border-color1);
vertical-align: bottom;
}
.jp-RenderedHTMLCommon td,
.jp-RenderedHTMLCommon th,
.jp-RenderedHTMLCommon tr {
vertical-align: middle;
padding: 0.5em 0.5em;
line-height: normal;
white-space: normal;
max-width: none;
border: none;
}
.jp-RenderedMarkdown.jp-RenderedHTMLCommon td,
.jp-RenderedMarkdown.jp-RenderedHTMLCommon th {
max-width: none;
}
:not(.jp-RenderedMarkdown).jp-RenderedHTMLCommon td,
:not(.jp-RenderedMarkdown).jp-RenderedHTMLCommon th,
:not(.jp-RenderedMarkdown).jp-RenderedHTMLCommon tr {
text-align: right;
}
.jp-RenderedHTMLCommon th {
font-weight: bold;
}
.jp-RenderedHTMLCommon tbody tr:nth-child(odd) {
background: var(--jp-layout-color0);
}
.jp-RenderedHTMLCommon tbody tr:nth-child(even) {
background: var(--jp-rendermime-table-row-background);
}
.jp-RenderedHTMLCommon tbody tr:hover {
background: var(--jp-rendermime-table-row-hover-background);
}
.jp-RenderedHTMLCommon table {
margin-bottom: 1em;
}
.jp-RenderedHTMLCommon p {
text-align: left;
margin: 0px;
}
.jp-RenderedHTMLCommon p {
margin-bottom: 1em;
}
.jp-RenderedHTMLCommon img {
-moz-force-broken-image-icon: 1;
}
/* Restrict to direct children as other images could be nested in other content. */
.jp-RenderedHTMLCommon > img {
display: block;
margin-left: 0;
margin-right: 0;
margin-bottom: 1em;
}
/* Change color behind transparent images if they need it... */
[data-jp-theme-light='false'] .jp-RenderedImage img.jp-needs-light-background {
background-color: var(--jp-inverse-layout-color1);
}
[data-jp-theme-light='true'] .jp-RenderedImage img.jp-needs-dark-background {
background-color: var(--jp-inverse-layout-color1);
}
/* ...or leave it untouched if they don't */
[data-jp-theme-light='false'] .jp-RenderedImage img.jp-needs-dark-background {
}
[data-jp-theme-light='true'] .jp-RenderedImage img.jp-needs-light-background {
}
.jp-RenderedHTMLCommon img,
.jp-RenderedImage img,
.jp-RenderedHTMLCommon svg,
.jp-RenderedSVG svg {
max-width: 100%;
height: auto;
}
.jp-RenderedHTMLCommon img.jp-mod-unconfined,
.jp-RenderedImage img.jp-mod-unconfined,
.jp-RenderedHTMLCommon svg.jp-mod-unconfined,
.jp-RenderedSVG svg.jp-mod-unconfined {
max-width: none;
}
.jp-RenderedHTMLCommon .alert {
padding: var(--jp-notebook-padding);
border: var(--jp-border-width) solid transparent;
border-radius: var(--jp-border-radius);
margin-bottom: 1em;
}
.jp-RenderedHTMLCommon .alert-info {
color: var(--jp-info-color0);
background-color: var(--jp-info-color3);
border-color: var(--jp-info-color2);
}
.jp-RenderedHTMLCommon .alert-info hr {
border-color: var(--jp-info-color3);
}
.jp-RenderedHTMLCommon .alert-info > p:last-child,
.jp-RenderedHTMLCommon .alert-info > ul:last-child {
margin-bottom: 0;
}
.jp-RenderedHTMLCommon .alert-warning {
color: var(--jp-warn-color0);
background-color: var(--jp-warn-color3);
border-color: var(--jp-warn-color2);
}
.jp-RenderedHTMLCommon .alert-warning hr {
border-color: var(--jp-warn-color3);
}
.jp-RenderedHTMLCommon .alert-warning > p:last-child,
.jp-RenderedHTMLCommon .alert-warning > ul:last-child {
margin-bottom: 0;
}
.jp-RenderedHTMLCommon .alert-success {
color: var(--jp-success-color0);
background-color: var(--jp-success-color3);
border-color: var(--jp-success-color2);
}
.jp-RenderedHTMLCommon .alert-success hr {
border-color: var(--jp-success-color3);
}
.jp-RenderedHTMLCommon .alert-success > p:last-child,
.jp-RenderedHTMLCommon .alert-success > ul:last-child {
margin-bottom: 0;
}
.jp-RenderedHTMLCommon .alert-danger {
color: var(--jp-error-color0);
background-color: var(--jp-error-color3);
border-color: var(--jp-error-color2);
}
.jp-RenderedHTMLCommon .alert-danger hr {
border-color: var(--jp-error-color3);
}
.jp-RenderedHTMLCommon .alert-danger > p:last-child,
.jp-RenderedHTMLCommon .alert-danger > ul:last-child {
margin-bottom: 0;
}
.jp-RenderedHTMLCommon blockquote {
margin: 1em 2em;
padding: 0 1em;
border-left: 5px solid var(--jp-border-color2);
}
a.jp-InternalAnchorLink {
visibility: hidden;
margin-left: 8px;
color: var(--md-blue-800);
}
h1:hover .jp-InternalAnchorLink,
h2:hover .jp-InternalAnchorLink,
h3:hover .jp-InternalAnchorLink,
h4:hover .jp-InternalAnchorLink,
h5:hover .jp-InternalAnchorLink,
h6:hover .jp-InternalAnchorLink {
visibility: visible;
}
.jp-RenderedHTMLCommon kbd {
background-color: var(--jp-rendermime-table-row-background);
border: 1px solid var(--jp-border-color0);
border-bottom-color: var(--jp-border-color2);
border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
display: inline-block;
font-size: 0.8em;
line-height: 1em;
padding: 0.2em 0.5em;
}
/* Most direct children of .jp-RenderedHTMLCommon have a margin-bottom of 1.0.
* At the bottom of cells this is a bit too much as there is also spacing
* between cells. Going all the way to 0 gets too tight between markdown and
* code cells.
*/
.jp-RenderedHTMLCommon > *:last-child {
margin-bottom: 0.5em;
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-MimeDocument {
outline: none;
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
| Variables
|----------------------------------------------------------------------------*/
:root {
--jp-private-filebrowser-button-height: 28px;
--jp-private-filebrowser-button-width: 48px;
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-FileBrowser {
display: flex;
flex-direction: column;
color: var(--jp-ui-font-color1);
background: var(--jp-layout-color1);
/* This is needed so that all font sizing of children done in ems is
* relative to this base size */
font-size: var(--jp-ui-font-size1);
}
.jp-FileBrowser-toolbar.jp-Toolbar {
border-bottom: none;
height: auto;
margin: var(--jp-toolbar-header-margin);
box-shadow: none;
}
.jp-BreadCrumbs {
flex: 0 0 auto;
margin: 8px 12px 8px 12px;
}
.jp-BreadCrumbs-item {
margin: 0px 2px;
padding: 0px 2px;
border-radius: var(--jp-border-radius);
cursor: pointer;
}
.jp-BreadCrumbs-item:hover {
background-color: var(--jp-layout-color2);
}
.jp-BreadCrumbs-item:first-child {
margin-left: 0px;
}
.jp-BreadCrumbs-item.jp-mod-dropTarget {
background-color: var(--jp-brand-color2);
opacity: 0.7;
}
/*-----------------------------------------------------------------------------
| Buttons
|----------------------------------------------------------------------------*/
.jp-FileBrowser-toolbar.jp-Toolbar {
padding: 0px;
margin: 8px 12px 0px 12px;
}
.jp-FileBrowser-toolbar.jp-Toolbar {
justify-content: flex-start;
}
.jp-FileBrowser-toolbar.jp-Toolbar .jp-Toolbar-item {
flex: 0 0 auto;
padding-left: 0px;
padding-right: 2px;
}
.jp-FileBrowser-toolbar.jp-Toolbar .jp-ToolbarButtonComponent {
width: 40px;
}
.jp-FileBrowser-toolbar.jp-Toolbar
.jp-Toolbar-item:first-child
.jp-ToolbarButtonComponent {
width: 72px;
background: var(--jp-brand-color1);
}
.jp-FileBrowser-toolbar.jp-Toolbar
.jp-Toolbar-item:first-child
.jp-ToolbarButtonComponent:focus-visible {
background-color: var(--jp-brand-color0);
}
.jp-FileBrowser-toolbar.jp-Toolbar
.jp-Toolbar-item:first-child
.jp-ToolbarButtonComponent
.jp-icon3 {
fill: white;
}
/*-----------------------------------------------------------------------------
| Other styles
|----------------------------------------------------------------------------*/
.jp-FileDialog.jp-mod-conflict input {
color: var(--jp-error-color1);
}
.jp-FileDialog .jp-new-name-title {
margin-top: 12px;
}
.jp-LastModified-hidden {
display: none;
}
.jp-FileBrowser-filterBox {
padding: 0px;
flex: 0 0 auto;
margin: 8px 12px 0px 12px;
}
/*-----------------------------------------------------------------------------
| DirListing
|----------------------------------------------------------------------------*/
.jp-DirListing {
flex: 1 1 auto;
display: flex;
flex-direction: column;
outline: 0;
}
.jp-DirListing:focus-visible {
border: 1px solid var(--jp-brand-color1);
}
.jp-DirListing-header {
flex: 0 0 auto;
display: flex;
flex-direction: row;
overflow: hidden;
border-top: var(--jp-border-width) solid var(--jp-border-color2);
border-bottom: var(--jp-border-width) solid var(--jp-border-color1);
box-shadow: var(--jp-toolbar-box-shadow);
z-index: 2;
}
.jp-DirListing-headerItem {
padding: 4px 12px 2px 12px;
font-weight: 500;
}
.jp-DirListing-headerItem:hover {
background: var(--jp-layout-color2);
}
.jp-DirListing-headerItem.jp-id-name {
flex: 1 0 84px;
}
.jp-DirListing-headerItem.jp-id-modified {
flex: 0 0 112px;
border-left: var(--jp-border-width) solid var(--jp-border-color2);
text-align: right;
}
.jp-id-narrow {
display: none;
flex: 0 0 5px;
padding: 4px 4px;
border-left: var(--jp-border-width) solid var(--jp-border-color2);
text-align: right;
color: var(--jp-border-color2);
}
.jp-DirListing-narrow .jp-id-narrow {
display: block;
}
.jp-DirListing-narrow .jp-id-modified,
.jp-DirListing-narrow .jp-DirListing-itemModified {
display: none;
}
.jp-DirListing-headerItem.jp-mod-selected {
font-weight: 600;
}
/* increase specificity to override bundled default */
.jp-DirListing-content {
flex: 1 1 auto;
margin: 0;
padding: 0;
list-style-type: none;
overflow: auto;
background-color: var(--jp-layout-color1);
}
.jp-DirListing-content mark {
color: var(--jp-ui-font-color0);
background-color: transparent;
font-weight: bold;
}
.jp-DirListing-content .jp-DirListing-item.jp-mod-selected mark {
color: var(--jp-ui-inverse-font-color0);
}
/* Style the directory listing content when a user drops a file to upload */
.jp-DirListing.jp-mod-native-drop .jp-DirListing-content {
outline: 5px dashed rgba(128, 128, 128, 0.5);
outline-offset: -10px;
cursor: copy;
}
.jp-DirListing-item {
display: flex;
flex-direction: row;
padding: 4px 12px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.jp-DirListing-item[data-is-dot] {
opacity: 75%;
}
.jp-DirListing-item.jp-mod-selected {
color: var(--jp-ui-inverse-font-color1);
background: var(--jp-brand-color1);
}
.jp-DirListing-item.jp-mod-dropTarget {
background: var(--jp-brand-color3);
}
.jp-DirListing-item:hover:not(.jp-mod-selected) {
background: var(--jp-layout-color2);
}
.jp-DirListing-itemIcon {
flex: 0 0 20px;
margin-right: 4px;
}
.jp-DirListing-itemText {
flex: 1 0 64px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
user-select: none;
}
.jp-DirListing-itemModified {
flex: 0 0 125px;
text-align: right;
}
.jp-DirListing-editor {
flex: 1 0 64px;
outline: none;
border: none;
}
.jp-DirListing-item.jp-mod-running .jp-DirListing-itemIcon:before {
color: var(--jp-success-color1);
content: '\25CF';
font-size: 8px;
position: absolute;
left: -8px;
}
.jp-DirListing-item.jp-mod-running.jp-mod-selected
.jp-DirListing-itemIcon:before {
color: var(--jp-ui-inverse-font-color1);
}
.jp-DirListing-item.lm-mod-drag-image,
.jp-DirListing-item.jp-mod-selected.lm-mod-drag-image {
font-size: var(--jp-ui-font-size1);
padding-left: 4px;
margin-left: 4px;
width: 160px;
background-color: var(--jp-ui-inverse-font-color2);
box-shadow: var(--jp-elevation-z2);
border-radius: 0px;
color: var(--jp-ui-font-color1);
transform: translateX(-40%) translateY(-58%);
}
.jp-DirListing-deadSpace {
flex: 1 1 auto;
margin: 0;
padding: 0;
list-style-type: none;
overflow: auto;
background-color: var(--jp-layout-color1);
}
.jp-Document {
min-width: 120px;
min-height: 120px;
outline: none;
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
| Private CSS variables
|----------------------------------------------------------------------------*/
:root {
}
/*-----------------------------------------------------------------------------
| Main OutputArea
| OutputArea has a list of Outputs
|----------------------------------------------------------------------------*/
.jp-OutputArea {
overflow-y: auto;
}
.jp-OutputArea-child {
display: flex;
flex-direction: row;
}
body[data-format='mobile'] .jp-OutputArea-child {
flex-direction: column;
}
.jp-OutputPrompt {
flex: 0 0 var(--jp-cell-prompt-width);
color: var(--jp-cell-outprompt-font-color);
font-family: var(--jp-cell-prompt-font-family);
padding: var(--jp-code-padding);
letter-spacing: var(--jp-cell-prompt-letter-spacing);
line-height: var(--jp-code-line-height);
font-size: var(--jp-code-font-size);
border: var(--jp-border-width) solid transparent;
opacity: var(--jp-cell-prompt-opacity);
/* Right align prompt text, don't wrap to handle large prompt numbers */
text-align: right;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
/* Disable text selection */
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
body[data-format='mobile'] .jp-OutputPrompt {
flex: 0 0 auto;
text-align: left;
}
.jp-OutputArea-output {
height: auto;
overflow: auto;
user-select: text;
-moz-user-select: text;
-webkit-user-select: text;
-ms-user-select: text;
}
.jp-OutputArea-child .jp-OutputArea-output {
flex-grow: 1;
flex-shrink: 1;
}
body[data-format='mobile'] .jp-OutputArea-child .jp-OutputArea-output {
margin-left: var(--jp-notebook-padding);
}
/**
* Isolated output.
*/
.jp-OutputArea-output.jp-mod-isolated {
width: 100%;
display: block;
}
/*
When drag events occur, `p-mod-override-cursor` is added to the body.
Because iframes steal all cursor events, the following two rules are necessary
to suppress pointer events while resize drags are occurring. There may be a
better solution to this problem.
*/
body.lm-mod-override-cursor .jp-OutputArea-output.jp-mod-isolated {
position: relative;
}
body.lm-mod-override-cursor .jp-OutputArea-output.jp-mod-isolated:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: transparent;
}
/* pre */
.jp-OutputArea-output pre {
border: none;
margin: 0px;
padding: 0px;
overflow-x: auto;
overflow-y: auto;
word-break: break-all;
word-wrap: break-word;
white-space: pre-wrap;
}
/* tables */
.jp-OutputArea-output.jp-RenderedHTMLCommon table {
margin-left: 0;
margin-right: 0;
}
/* description lists */
.jp-OutputArea-output dl,
.jp-OutputArea-output dt,
.jp-OutputArea-output dd {
display: block;
}
.jp-OutputArea-output dl {
width: 100%;
overflow: hidden;
padding: 0;
margin: 0;
}
.jp-OutputArea-output dt {
font-weight: bold;
float: left;
width: 20%;
padding: 0;
margin: 0;
}
.jp-OutputArea-output dd {
float: left;
width: 80%;
padding: 0;
margin: 0;
}
/* Hide the gutter in case of
* - nested output areas (e.g. in the case of output widgets)
* - mirrored output areas
*/
.jp-OutputArea .jp-OutputArea .jp-OutputArea-prompt {
display: none;
}
/*-----------------------------------------------------------------------------
| executeResult is added to any Output-result for the display of the object
| returned by a cell
|----------------------------------------------------------------------------*/
.jp-OutputArea-output.jp-OutputArea-executeResult {
margin-left: 0px;
flex: 1 1 auto;
}
/* Text output with the Out[] prompt needs a top padding to match the
* alignment of the Out[] prompt itself.
*/
.jp-OutputArea-executeResult .jp-RenderedText.jp-OutputArea-output {
padding-top: var(--jp-code-padding);
border-top: var(--jp-border-width) solid transparent;
}
/*-----------------------------------------------------------------------------
| The Stdin output
|----------------------------------------------------------------------------*/
.jp-OutputArea-stdin {
line-height: var(--jp-code-line-height);
padding-top: var(--jp-code-padding);
display: flex;
}
.jp-Stdin-prompt {
color: var(--jp-content-font-color0);
padding-right: var(--jp-code-padding);
vertical-align: baseline;
flex: 0 0 auto;
}
.jp-Stdin-input {
font-family: var(--jp-code-font-family);
font-size: inherit;
color: inherit;
background-color: inherit;
width: 42%;
min-width: 200px;
/* make sure input baseline aligns with prompt */
vertical-align: baseline;
/* padding + margin = 0.5em between prompt and cursor */
padding: 0em 0.25em;
margin: 0em 0.25em;
flex: 0 0 70%;
}
.jp-Stdin-input:focus {
box-shadow: none;
}
/*-----------------------------------------------------------------------------
| Output Area View
|----------------------------------------------------------------------------*/
.jp-LinkedOutputView .jp-OutputArea {
height: 100%;
display: block;
}
.jp-LinkedOutputView .jp-OutputArea-output:only-child {
height: 100%;
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-Collapser {
flex: 0 0 var(--jp-cell-collapser-width);
padding: 0px;
margin: 0px;
border: none;
outline: none;
background: transparent;
border-radius: var(--jp-border-radius);
opacity: 1;
}
.jp-Collapser-child {
display: block;
width: 100%;
box-sizing: border-box;
/* height: 100% doesn't work because the height of its parent is computed from content */
position: absolute;
top: 0px;
bottom: 0px;
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
| Header/Footer
|----------------------------------------------------------------------------*/
/* Hidden by zero height by default */
.jp-CellHeader,
.jp-CellFooter {
height: 0px;
width: 100%;
padding: 0px;
margin: 0px;
border: none;
outline: none;
background: transparent;
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
| Input
|----------------------------------------------------------------------------*/
/* All input areas */
.jp-InputArea {
display: flex;
flex-direction: row;
overflow: hidden;
}
body[data-format='mobile'] .jp-InputArea {
flex-direction: column;
}
.jp-InputArea-editor {
flex: 1 1 auto;
overflow: hidden;
}
.jp-InputArea-editor {
/* This is the non-active, default styling */
border: var(--jp-border-width) solid var(--jp-cell-editor-border-color);
border-radius: 0px;
background: var(--jp-cell-editor-background);
}
body[data-format='mobile'] .jp-InputArea-editor {
margin-left: var(--jp-notebook-padding);
}
.jp-InputPrompt {
flex: 0 0 var(--jp-cell-prompt-width);
color: var(--jp-cell-inprompt-font-color);
font-family: var(--jp-cell-prompt-font-family);
padding: var(--jp-code-padding);
letter-spacing: var(--jp-cell-prompt-letter-spacing);
opacity: var(--jp-cell-prompt-opacity);
line-height: var(--jp-code-line-height);
font-size: var(--jp-code-font-size);
border: var(--jp-border-width) solid transparent;
opacity: var(--jp-cell-prompt-opacity);
/* Right align prompt text, don't wrap to handle large prompt numbers */
text-align: right;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
/* Disable text selection */
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
body[data-format='mobile'] .jp-InputPrompt {
flex: 0 0 auto;
text-align: left;
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
| Placeholder
|----------------------------------------------------------------------------*/
.jp-Placeholder {
display: flex;
flex-direction: row;
flex: 1 1 auto;
}
.jp-Placeholder-prompt {
box-sizing: border-box;
}
.jp-Placeholder-content {
flex: 1 1 auto;
border: none;
background: transparent;
height: 20px;
box-sizing: border-box;
}
.jp-Placeholder-content .jp-MoreHorizIcon {
width: 32px;
height: 16px;
border: 1px solid transparent;
border-radius: var(--jp-border-radius);
}
.jp-Placeholder-content .jp-MoreHorizIcon:hover {
border: 1px solid var(--jp-border-color1);
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
background-color: var(--jp-layout-color0);
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
| Private CSS variables
|----------------------------------------------------------------------------*/
:root {
--jp-private-cell-scrolling-output-offset: 5px;
}
/*-----------------------------------------------------------------------------
| Cell
|----------------------------------------------------------------------------*/
.jp-Cell {
padding: var(--jp-cell-padding);
margin: 0px;
border: none;
outline: none;
background: transparent;
}
/*-----------------------------------------------------------------------------
| Common input/output
|----------------------------------------------------------------------------*/
.jp-Cell-inputWrapper,
.jp-Cell-outputWrapper {
display: flex;
flex-direction: row;
padding: 0px;
margin: 0px;
/* Added to reveal the box-shadow on the input and output collapsers. */
overflow: visible;
}
/* Only input/output areas inside cells */
.jp-Cell-inputArea,
.jp-Cell-outputArea {
flex: 1 1 auto;
}
/*-----------------------------------------------------------------------------
| Collapser
|----------------------------------------------------------------------------*/
/* Make the output collapser disappear when there is not output, but do so
* in a manner that leaves it in the layout and preserves its width.
*/
.jp-Cell.jp-mod-noOutputs .jp-Cell-outputCollapser {
border: none !important;
background: transparent !important;
}
.jp-Cell:not(.jp-mod-noOutputs) .jp-Cell-outputCollapser {
min-height: var(--jp-cell-collapser-min-height);
}
/*-----------------------------------------------------------------------------
| Output
|----------------------------------------------------------------------------*/
/* Put a space between input and output when there IS output */
.jp-Cell:not(.jp-mod-noOutputs) .jp-Cell-outputWrapper {
margin-top: 5px;
}
.jp-CodeCell.jp-mod-outputsScrolled .jp-Cell-outputArea {
overflow-y: auto;
max-height: 200px;
box-shadow: inset 0 0 6px 2px rgba(0, 0, 0, 0.3);
margin-left: var(--jp-private-cell-scrolling-output-offset);
}
.jp-CodeCell.jp-mod-outputsScrolled .jp-OutputArea-prompt {
flex: 0 0
calc(
var(--jp-cell-prompt-width) -
var(--jp-private-cell-scrolling-output-offset)
);
}
/*-----------------------------------------------------------------------------
| CodeCell
|----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
| MarkdownCell
|----------------------------------------------------------------------------*/
.jp-MarkdownOutput {
flex: 1 1 auto;
margin-top: 0;
margin-bottom: 0;
padding-left: var(--jp-code-padding);
}
.jp-MarkdownOutput.jp-RenderedHTMLCommon {
overflow: auto;
}
.jp-showHiddenCellsButton {
margin-left: calc(var(--jp-cell-prompt-width) + 2 * var(--jp-code-padding));
margin-top: var(--jp-code-padding);
border: 1px solid var(--jp-border-color2);
background-color: var(--jp-border-color3) !important;
color: var(--jp-content-font-color0) !important;
}
.jp-showHiddenCellsButton:hover {
background-color: var(--jp-border-color2) !important;
}
.jp-collapseHeadingButton {
display: none;
}
.jp-MarkdownCell:hover .jp-collapseHeadingButton {
display: flex;
min-height: var(--jp-cell-collapser-min-height);
position: absolute;
right: 0;
top: 0;
bottom: 0;
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
| Variables
|----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
/*-----------------------------------------------------------------------------
| Styles
|----------------------------------------------------------------------------*/
.jp-NotebookPanel-toolbar {
padding: 2px;
}
.jp-Toolbar-item.jp-Notebook-toolbarCellType .jp-select-wrapper.jp-mod-focused {
border: none;
box-shadow: none;
}
.jp-Notebook-toolbarCellTypeDropdown select {
height: 24px;
font-size: var(--jp-ui-font-size1);
line-height: 14px;
border-radius: 0;
display: block;
}
.jp-Notebook-toolbarCellTypeDropdown span {
top: 5px !important;
}
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
| Private CSS variables
|----------------------------------------------------------------------------*/
:root {
--jp-private-notebook-dragImage-width: 304px;
--jp-private-notebook-dragImage-height: 36px;
--jp-private-notebook-selected-color: var(--md-blue-400);
--jp-private-notebook-active-color: var(--md-green-400);
}
/*-----------------------------------------------------------------------------
| Imports
|----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
| Notebook
|----------------------------------------------------------------------------*/
.jp-NotebookPanel {
display: block;
height: 100%;
}
.jp-NotebookPanel.jp-Document {
min-width: 240px;
min-height: 120px;
}
.jp-Notebook {
padding: var(--jp-notebook-padding);
outline: none;
overflow: auto;
background: var(--jp-layout-color0);
}
.jp-Notebook.jp-mod-scrollPastEnd::after {
display: block;
content: '';
min-height: var(--jp-notebook-scroll-padding);
}
.jp-MainAreaWidget-ContainStrict .jp-Notebook * {
contain: strict;
}
.jp-Notebook-render * {
contain: none !important;
}
.jp-Notebook .jp-Cell {
overflow: visible;
}
.jp-Notebook .jp-Cell .jp-InputPrompt {
cursor: move;
float: left;
}
/*-----------------------------------------------------------------------------
| Notebook state related styling
|
| The notebook and cells each have states, here are the possibilities:
|
| - Notebook
| - Command
| - Edit
| - Cell
| - None
| - Active (only one can be active)
| - Selected (the cells actions are applied to)
| - Multiselected (when multiple selected, the cursor)
| - No outputs
|----------------------------------------------------------------------------*/
/* Command or edit modes */
.jp-Notebook .jp-Cell:not(.jp-mod-active) .jp-InputPrompt {
opacity: var(--jp-cell-prompt-not-active-opacity);
color: var(--jp-cell-prompt-not-active-font-color);
}
.jp-Notebook .jp-Cell:not(.jp-mod-active) .jp-OutputPrompt {
opacity: var(--jp-cell-prompt-not-active-opacity);
color: var(--jp-cell-prompt-not-active-font-color);
}
/* cell is active */
.jp-Notebook .jp-Cell.jp-mod-active .jp-Collapser {
background: var(--jp-brand-color1);
}
/* cell is dirty */
.jp-Notebook .jp-Cell.jp-mod-dirty .jp-InputPrompt {
color: var(--jp-warn-color1);
}
.jp-Notebook .jp-Cell.jp-mod-dirty .jp-InputPrompt:before {
color: var(--jp-warn-color1);
content: '•';
}
.jp-Notebook .jp-Cell.jp-mod-active.jp-mod-dirty .jp-Collapser {
background: var(--jp-warn-color1);
}
/* collapser is hovered */
.jp-Notebook .jp-Cell .jp-Collapser:hover {
box-shadow: var(--jp-elevation-z2);
background: var(--jp-brand-color1);
opacity: var(--jp-cell-collapser-not-active-hover-opacity);
}
/* cell is active and collapser is hovered */
.jp-Notebook .jp-Cell.jp-mod-active .jp-Collapser:hover {
background: var(--jp-brand-color0);
opacity: 1;
}
/* Command mode */
.jp-Notebook.jp-mod-commandMode .jp-Cell.jp-mod-selected {
background: var(--jp-notebook-multiselected-color);
}
.jp-Notebook.jp-mod-commandMode
.jp-Cell.jp-mod-active.jp-mod-selected:not(.jp-mod-multiSelected) {
background: transparent;
}
/* Edit mode */
.jp-Notebook.jp-mod-editMode .jp-Cell.jp-mod-active .jp-InputArea-editor {
border: var(--jp-border-width) solid var(--jp-cell-editor-active-border-color);
box-shadow: var(--jp-input-box-shadow);
background-color: var(--jp-cell-editor-active-background);
}
/*-----------------------------------------------------------------------------
| Notebook drag and drop
|----------------------------------------------------------------------------*/
.jp-Notebook-cell.jp-mod-dropSource {
opacity: 0.5;
}
.jp-Notebook-cell.jp-mod-dropTarget,
.jp-Notebook.jp-mod-commandMode
.jp-Notebook-cell.jp-mod-active.jp-mod-selected.jp-mod-dropTarget {
border-top-color: var(--jp-private-notebook-selected-color);
border-top-style: solid;
border-top-width: 2px;
}
.jp-dragImage {
display: block;
flex-direction: row;
width: var(--jp-private-notebook-dragImage-width);
height: var(--jp-private-notebook-dragImage-height);
border: var(--jp-border-width) solid var(--jp-cell-editor-border-color);
background: var(--jp-cell-editor-background);
overflow: visible;
}
.jp-dragImage-singlePrompt {
box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
}
.jp-dragImage .jp-dragImage-content {
flex: 1 1 auto;
z-index: 2;
font-size: var(--jp-code-font-size);
font-family: var(--jp-code-font-family);
line-height: var(--jp-code-line-height);
padding: var(--jp-code-padding);
border: var(--jp-border-width) solid var(--jp-cell-editor-border-color);
background: var(--jp-cell-editor-background-color);
color: var(--jp-content-font-color3);
text-align: left;
margin: 4px 4px 4px 0px;
}
.jp-dragImage .jp-dragImage-prompt {
flex: 0 0 auto;
min-width: 36px;
color: var(--jp-cell-inprompt-font-color);
padding: var(--jp-code-padding);
padding-left: 12px;
font-family: var(--jp-cell-prompt-font-family);
letter-spacing: var(--jp-cell-prompt-letter-spacing);
line-height: 1.9;
font-size: var(--jp-code-font-size);
border: var(--jp-border-width) solid transparent;
}
.jp-dragImage-multipleBack {
z-index: -1;
position: absolute;
height: 32px;
width: 300px;
top: 8px;
left: 8px;
background: var(--jp-layout-color2);
border: var(--jp-border-width) solid var(--jp-input-border-color);
box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
}
/*-----------------------------------------------------------------------------
| Cell toolbar
|----------------------------------------------------------------------------*/
.jp-NotebookTools {
display: block;
min-width: var(--jp-sidebar-min-width);
color: var(--jp-ui-font-color1);
background: var(--jp-layout-color1);
/* This is needed so that all font sizing of children done in ems is
* relative to this base size */
font-size: var(--jp-ui-font-size1);
overflow: auto;
}
.jp-NotebookTools-tool {
padding: 0px 12px 0 12px;
}
.jp-ActiveCellTool {
padding: 12px;
background-color: var(--jp-layout-color1);
border-top: none !important;
}
.jp-ActiveCellTool .jp-InputArea-prompt {
flex: 0 0 auto;
padding-left: 0px;
}
.jp-ActiveCellTool .jp-InputArea-editor {
flex: 1 1 auto;
background: var(--jp-cell-editor-background);
border-color: var(--jp-cell-editor-border-color);
}
.jp-ActiveCellTool .jp-InputArea-editor .CodeMirror {
background: transparent;
}
.jp-MetadataEditorTool {
flex-direction: column;
padding: 12px 0px 12px 0px;
}
.jp-RankedPanel > :not(:first-child) {
margin-top: 12px;
}
.jp-KeySelector select.jp-mod-styled {
font-size: var(--jp-ui-font-size1);
color: var(--jp-ui-font-color0);
border: var(--jp-border-width) solid var(--jp-border-color1);
}
.jp-KeySelector label,
.jp-MetadataEditorTool label {
line-height: 1.4;
}
.jp-NotebookTools .jp-select-wrapper {
margin-top: 4px;
margin-bottom: 0px;
}
.jp-NotebookTools .jp-Collapse {
margin-top: 16px;
}
/*-----------------------------------------------------------------------------
| Presentation Mode (.jp-mod-presentationMode)
|----------------------------------------------------------------------------*/
.jp-mod-presentationMode .jp-Notebook {
--jp-content-font-size1: var(--jp-content-presentation-font-size1);
--jp-code-font-size: var(--jp-code-presentation-font-size);
}
.jp-mod-presentationMode .jp-Notebook .jp-Cell .jp-InputPrompt,
.jp-mod-presentationMode .jp-Notebook .jp-Cell .jp-OutputPrompt {
flex: 0 0 110px;
}
/*-----------------------------------------------------------------------------
| Placeholder
|----------------------------------------------------------------------------*/
.jp-Cell-Placeholder {
padding-left: 55px;
}
.jp-Cell-Placeholder-wrapper {
background: #fff;
border: 1px solid;
border-color: #e5e6e9 #dfe0e4 #d0d1d5;
border-radius: 4px;
-webkit-border-radius: 4px;
margin: 10px 15px;
}
.jp-Cell-Placeholder-wrapper-inner {
padding: 15px;
position: relative;
}
.jp-Cell-Placeholder-wrapper-body {
background-repeat: repeat;
background-size: 50% auto;
}
.jp-Cell-Placeholder-wrapper-body div {
background: #f6f7f8;
background-image: -webkit-linear-gradient(
left,
#f6f7f8 0%,
#edeef1 20%,
#f6f7f8 40%,
#f6f7f8 100%
);
background-repeat: no-repeat;
background-size: 800px 104px;
height: 104px;
position: relative;
}
.jp-Cell-Placeholder-wrapper-body div {
position: absolute;
right: 15px;
left: 15px;
top: 15px;
}
div.jp-Cell-Placeholder-h1 {
top: 20px;
height: 20px;
left: 15px;
width: 150px;
}
div.jp-Cell-Placeholder-h2 {
left: 15px;
top: 50px;
height: 10px;
width: 100px;
}
div.jp-Cell-Placeholder-content-1,
div.jp-Cell-Placeholder-content-2,
div.jp-Cell-Placeholder-content-3 {
left: 15px;
right: 15px;
height: 10px;
}
div.jp-Cell-Placeholder-content-1 {
top: 100px;
}
div.jp-Cell-Placeholder-content-2 {
top: 120px;
}
div.jp-Cell-Placeholder-content-3 {
top: 140px;
}
</style>
<style type="text/css">
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
/*
The following CSS variables define the main, public API for styling JupyterLab.
These variables should be used by all plugins wherever possible. In other
words, plugins should not define custom colors, sizes, etc unless absolutely
necessary. This enables users to change the visual theme of JupyterLab
by changing these variables.
Many variables appear in an ordered sequence (0,1,2,3). These sequences
are designed to work well together, so for example, `--jp-border-color1` should
be used with `--jp-layout-color1`. The numbers have the following meanings:
* 0: super-primary, reserved for special emphasis
* 1: primary, most important under normal situations
* 2: secondary, next most important under normal situations
* 3: tertiary, next most important under normal situations
Throughout JupyterLab, we are mostly following principles from Google's
Material Design when selecting colors. We are not, however, following
all of MD as it is not optimized for dense, information rich UIs.
*/
:root {
/* Elevation
*
* We style box-shadows using Material Design's idea of elevation. These particular numbers are taken from here:
*
* https://github.com/material-components/material-components-web
* https://material-components-web.appspot.com/elevation.html
*/
--jp-shadow-base-lightness: 0;
--jp-shadow-umbra-color: rgba(
var(--jp-shadow-base-lightness),
var(--jp-shadow-base-lightness),
var(--jp-shadow-base-lightness),
0.2
);
--jp-shadow-penumbra-color: rgba(
var(--jp-shadow-base-lightness),
var(--jp-shadow-base-lightness),
var(--jp-shadow-base-lightness),
0.14
);
--jp-shadow-ambient-color: rgba(
var(--jp-shadow-base-lightness),
var(--jp-shadow-base-lightness),
var(--jp-shadow-base-lightness),
0.12
);
--jp-elevation-z0: none;
--jp-elevation-z1: 0px 2px 1px -1px var(--jp-shadow-umbra-color),
0px 1px 1px 0px var(--jp-shadow-penumbra-color),
0px 1px 3px 0px var(--jp-shadow-ambient-color);
--jp-elevation-z2: 0px 3px 1px -2px var(--jp-shadow-umbra-color),
0px 2px 2px 0px var(--jp-shadow-penumbra-color),
0px 1px 5px 0px var(--jp-shadow-ambient-color);
--jp-elevation-z4: 0px 2px 4px -1px var(--jp-shadow-umbra-color),
0px 4px 5px 0px var(--jp-shadow-penumbra-color),
0px 1px 10px 0px var(--jp-shadow-ambient-color);
--jp-elevation-z6: 0px 3px 5px -1px var(--jp-shadow-umbra-color),
0px 6px 10px 0px var(--jp-shadow-penumbra-color),
0px 1px 18px 0px var(--jp-shadow-ambient-color);
--jp-elevation-z8: 0px 5px 5px -3px var(--jp-shadow-umbra-color),
0px 8px 10px 1px var(--jp-shadow-penumbra-color),
0px 3px 14px 2px var(--jp-shadow-ambient-color);
--jp-elevation-z12: 0px 7px 8px -4px var(--jp-shadow-umbra-color),
0px 12px 17px 2px var(--jp-shadow-penumbra-color),
0px 5px 22px 4px var(--jp-shadow-ambient-color);
--jp-elevation-z16: 0px 8px 10px -5px var(--jp-shadow-umbra-color),
0px 16px 24px 2px var(--jp-shadow-penumbra-color),
0px 6px 30px 5px var(--jp-shadow-ambient-color);
--jp-elevation-z20: 0px 10px 13px -6px var(--jp-shadow-umbra-color),
0px 20px 31px 3px var(--jp-shadow-penumbra-color),
0px 8px 38px 7px var(--jp-shadow-ambient-color);
--jp-elevation-z24: 0px 11px 15px -7px var(--jp-shadow-umbra-color),
0px 24px 38px 3px var(--jp-shadow-penumbra-color),
0px 9px 46px 8px var(--jp-shadow-ambient-color);
/* Borders
*
* The following variables, specify the visual styling of borders in JupyterLab.
*/
--jp-border-width: 1px;
--jp-border-color0: var(--md-grey-400);
--jp-border-color1: var(--md-grey-400);
--jp-border-color2: var(--md-grey-300);
--jp-border-color3: var(--md-grey-200);
--jp-border-radius: 2px;
/* UI Fonts
*
* The UI font CSS variables are used for the typography all of the JupyterLab
* user interface elements that are not directly user generated content.
*
* The font sizing here is done assuming that the body font size of --jp-ui-font-size1
* is applied to a parent element. When children elements, such as headings, are sized
* in em all things will be computed relative to that body size.
*/
--jp-ui-font-scale-factor: 1.2;
--jp-ui-font-size0: 0.83333em;
--jp-ui-font-size1: 13px; /* Base font size */
--jp-ui-font-size2: 1.2em;
--jp-ui-font-size3: 1.44em;
--jp-ui-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica,
Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
/*
* Use these font colors against the corresponding main layout colors.
* In a light theme, these go from dark to light.
*/
/* Defaults use Material Design specification */
--jp-ui-font-color0: rgba(0, 0, 0, 1);
--jp-ui-font-color1: rgba(0, 0, 0, 0.87);
--jp-ui-font-color2: rgba(0, 0, 0, 0.54);
--jp-ui-font-color3: rgba(0, 0, 0, 0.38);
/*
* Use these against the brand/accent/warn/error colors.
* These will typically go from light to darker, in both a dark and light theme.
*/
--jp-ui-inverse-font-color0: rgba(255, 255, 255, 1);
--jp-ui-inverse-font-color1: rgba(255, 255, 255, 1);
--jp-ui-inverse-font-color2: rgba(255, 255, 255, 0.7);
--jp-ui-inverse-font-color3: rgba(255, 255, 255, 0.5);
/* Content Fonts
*
* Content font variables are used for typography of user generated content.
*
* The font sizing here is done assuming that the body font size of --jp-content-font-size1
* is applied to a parent element. When children elements, such as headings, are sized
* in em all things will be computed relative to that body size.
*/
--jp-content-line-height: 1.6;
--jp-content-font-scale-factor: 1.2;
--jp-content-font-size0: 0.83333em;
--jp-content-font-size1: 14px; /* Base font size */
--jp-content-font-size2: 1.2em;
--jp-content-font-size3: 1.44em;
--jp-content-font-size4: 1.728em;
--jp-content-font-size5: 2.0736em;
/* This gives a magnification of about 125% in presentation mode over normal. */
--jp-content-presentation-font-size1: 17px;
--jp-content-heading-line-height: 1;
--jp-content-heading-margin-top: 1.2em;
--jp-content-heading-margin-bottom: 0.8em;
--jp-content-heading-font-weight: 500;
/* Defaults use Material Design specification */
--jp-content-font-color0: rgba(0, 0, 0, 1);
--jp-content-font-color1: rgba(0, 0, 0, 0.87);
--jp-content-font-color2: rgba(0, 0, 0, 0.54);
--jp-content-font-color3: rgba(0, 0, 0, 0.38);
--jp-content-link-color: var(--md-blue-700);
--jp-content-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI',
Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
'Segoe UI Symbol';
/*
* Code Fonts
*
* Code font variables are used for typography of code and other monospaces content.
*/
--jp-code-font-size: 13px;
--jp-code-line-height: 1.3077; /* 17px for 13px base */
--jp-code-padding: 5px; /* 5px for 13px base, codemirror highlighting needs integer px value */
--jp-code-font-family-default: Menlo, Consolas, 'DejaVu Sans Mono', monospace;
--jp-code-font-family: var(--jp-code-font-family-default);
/* This gives a magnification of about 125% in presentation mode over normal. */
--jp-code-presentation-font-size: 16px;
/* may need to tweak cursor width if you change font size */
--jp-code-cursor-width0: 1.4px;
--jp-code-cursor-width1: 2px;
--jp-code-cursor-width2: 4px;
/* Layout
*
* The following are the main layout colors use in JupyterLab. In a light
* theme these would go from light to dark.
*/
--jp-layout-color0: white;
--jp-layout-color1: white;
--jp-layout-color2: var(--md-grey-200);
--jp-layout-color3: var(--md-grey-400);
--jp-layout-color4: var(--md-grey-600);
/* Inverse Layout
*
* The following are the inverse layout colors use in JupyterLab. In a light
* theme these would go from dark to light.
*/
--jp-inverse-layout-color0: #111111;
--jp-inverse-layout-color1: var(--md-grey-900);
--jp-inverse-layout-color2: var(--md-grey-800);
--jp-inverse-layout-color3: var(--md-grey-700);
--jp-inverse-layout-color4: var(--md-grey-600);
/* Brand/accent */
--jp-brand-color0: var(--md-blue-900);
--jp-brand-color1: var(--md-blue-700);
--jp-brand-color2: var(--md-blue-300);
--jp-brand-color3: var(--md-blue-100);
--jp-brand-color4: var(--md-blue-50);
--jp-accent-color0: var(--md-green-900);
--jp-accent-color1: var(--md-green-700);
--jp-accent-color2: var(--md-green-300);
--jp-accent-color3: var(--md-green-100);
/* State colors (warn, error, success, info) */
--jp-warn-color0: var(--md-orange-900);
--jp-warn-color1: var(--md-orange-700);
--jp-warn-color2: var(--md-orange-300);
--jp-warn-color3: var(--md-orange-100);
--jp-error-color0: var(--md-red-900);
--jp-error-color1: var(--md-red-700);
--jp-error-color2: var(--md-red-300);
--jp-error-color3: var(--md-red-100);
--jp-success-color0: var(--md-green-900);
--jp-success-color1: var(--md-green-700);
--jp-success-color2: var(--md-green-300);
--jp-success-color3: var(--md-green-100);
--jp-info-color0: var(--md-cyan-900);
--jp-info-color1: var(--md-cyan-700);
--jp-info-color2: var(--md-cyan-300);
--jp-info-color3: var(--md-cyan-100);
/* Cell specific styles */
--jp-cell-padding: 5px;
--jp-cell-collapser-width: 8px;
--jp-cell-collapser-min-height: 20px;
--jp-cell-collapser-not-active-hover-opacity: 0.6;
--jp-cell-editor-background: var(--md-grey-100);
--jp-cell-editor-border-color: var(--md-grey-300);
--jp-cell-editor-box-shadow: inset 0 0 2px var(--md-blue-300);
--jp-cell-editor-active-background: var(--jp-layout-color0);
--jp-cell-editor-active-border-color: var(--jp-brand-color1);
--jp-cell-prompt-width: 64px;
--jp-cell-prompt-font-family: var(--jp-code-font-family-default);
--jp-cell-prompt-letter-spacing: 0px;
--jp-cell-prompt-opacity: 1;
--jp-cell-prompt-not-active-opacity: 0.5;
--jp-cell-prompt-not-active-font-color: var(--md-grey-700);
/* A custom blend of MD grey and blue 600
* See https://meyerweb.com/eric/tools/color-blend/#546E7A:1E88E5:5:hex */
--jp-cell-inprompt-font-color: #307fc1;
/* A custom blend of MD grey and orange 600
* https://meyerweb.com/eric/tools/color-blend/#546E7A:F4511E:5:hex */
--jp-cell-outprompt-font-color: #bf5b3d;
/* Notebook specific styles */
--jp-notebook-padding: 10px;
--jp-notebook-select-background: var(--jp-layout-color1);
--jp-notebook-multiselected-color: var(--md-blue-50);
/* The scroll padding is calculated to fill enough space at the bottom of the
notebook to show one single-line cell (with appropriate padding) at the top
when the notebook is scrolled all the way to the bottom. We also subtract one
pixel so that no scrollbar appears if we have just one single-line cell in the
notebook. This padding is to enable a 'scroll past end' feature in a notebook.
*/
--jp-notebook-scroll-padding: calc(
100% - var(--jp-code-font-size) * var(--jp-code-line-height) -
var(--jp-code-padding) - var(--jp-cell-padding) - 1px
);
/* Rendermime styles */
--jp-rendermime-error-background: #fdd;
--jp-rendermime-table-row-background: var(--md-grey-100);
--jp-rendermime-table-row-hover-background: var(--md-light-blue-50);
/* Dialog specific styles */
--jp-dialog-background: rgba(0, 0, 0, 0.25);
/* Console specific styles */
--jp-console-padding: 10px;
/* Toolbar specific styles */
--jp-toolbar-border-color: var(--jp-border-color1);
--jp-toolbar-micro-height: 8px;
--jp-toolbar-background: var(--jp-layout-color1);
--jp-toolbar-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
--jp-toolbar-header-margin: 4px 4px 0px 4px;
--jp-toolbar-active-background: var(--md-grey-300);
/* Statusbar specific styles */
--jp-statusbar-height: 24px;
/* Input field styles */
--jp-input-box-shadow: inset 0 0 2px var(--md-blue-300);
--jp-input-active-background: var(--jp-layout-color1);
--jp-input-hover-background: var(--jp-layout-color1);
--jp-input-background: var(--md-grey-100);
--jp-input-border-color: var(--jp-border-color1);
--jp-input-active-border-color: var(--jp-brand-color1);
--jp-input-active-box-shadow-color: rgba(19, 124, 189, 0.3);
/* General editor styles */
--jp-editor-selected-background: #d9d9d9;
--jp-editor-selected-focused-background: #d7d4f0;
--jp-editor-cursor-color: var(--jp-ui-font-color0);
/* Code mirror specific styles */
--jp-mirror-editor-keyword-color: #008000;
--jp-mirror-editor-atom-color: #88f;
--jp-mirror-editor-number-color: #080;
--jp-mirror-editor-def-color: #00f;
--jp-mirror-editor-variable-color: var(--md-grey-900);
--jp-mirror-editor-variable-2-color: #05a;
--jp-mirror-editor-variable-3-color: #085;
--jp-mirror-editor-punctuation-color: #05a;
--jp-mirror-editor-property-color: #05a;
--jp-mirror-editor-operator-color: #aa22ff;
--jp-mirror-editor-comment-color: #408080;
--jp-mirror-editor-string-color: #ba2121;
--jp-mirror-editor-string-2-color: #708;
--jp-mirror-editor-meta-color: #aa22ff;
--jp-mirror-editor-qualifier-color: #555;
--jp-mirror-editor-builtin-color: #008000;
--jp-mirror-editor-bracket-color: #997;
--jp-mirror-editor-tag-color: #170;
--jp-mirror-editor-attribute-color: #00c;
--jp-mirror-editor-header-color: blue;
--jp-mirror-editor-quote-color: #090;
--jp-mirror-editor-link-color: #00c;
--jp-mirror-editor-error-color: #f00;
--jp-mirror-editor-hr-color: #999;
/* Vega extension styles */
--jp-vega-background: white;
/* Sidebar-related styles */
--jp-sidebar-min-width: 250px;
/* Search-related styles */
--jp-search-toggle-off-opacity: 0.5;
--jp-search-toggle-hover-opacity: 0.8;
--jp-search-toggle-on-opacity: 1;
--jp-search-selected-match-background-color: rgb(245, 200, 0);
--jp-search-selected-match-color: black;
--jp-search-unselected-match-background-color: var(
--jp-inverse-layout-color0
);
--jp-search-unselected-match-color: var(--jp-ui-inverse-font-color0);
/* Icon colors that work well with light or dark backgrounds */
--jp-icon-contrast-color0: var(--md-purple-600);
--jp-icon-contrast-color1: var(--md-green-600);
--jp-icon-contrast-color2: var(--md-pink-600);
--jp-icon-contrast-color3: var(--md-blue-600);
}
</style>
<style type="text/css">
/* Force rendering true colors when outputing to pdf */
* {
-webkit-print-color-adjust: exact;
}
/* Misc */
a.anchor-link {
display: none;
}
.highlight {
margin: 0.4em;
}
/* Input area styling */
.jp-InputArea {
overflow: hidden;
}
.jp-InputArea-editor {
overflow: hidden;
}
.CodeMirror pre {
margin: 0;
padding: 0;
}
/* Using table instead of flexbox so that we can use break-inside property */
/* CSS rules under this comment should not be required anymore after we move to the JupyterLab 4.0 CSS */
.jp-CodeCell.jp-mod-outputsScrolled .jp-OutputArea-prompt {
min-width: calc(
var(--jp-cell-prompt-width) - var(--jp-private-cell-scrolling-output-offset)
);
}
.jp-OutputArea-child {
display: table;
width: 100%;
}
.jp-OutputPrompt {
display: table-cell;
vertical-align: top;
min-width: var(--jp-cell-prompt-width);
}
body[data-format='mobile'] .jp-OutputPrompt {
display: table-row;
}
.jp-OutputArea-output {
display: table-cell;
width: 100%;
}
body[data-format='mobile'] .jp-OutputArea-child .jp-OutputArea-output {
display: table-row;
}
.jp-OutputArea-output.jp-OutputArea-executeResult {
width: 100%;
}
/* Hiding the collapser by default */
.jp-Collapser {
display: none;
}
@media print {
.jp-Cell-inputWrapper,
.jp-Cell-outputWrapper {
display: block;
}
.jp-OutputArea-child {
break-inside: avoid-page;
}
}
</style>
<!-- Load mathjax -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS_CHTML-full,Safe"> </script>
<!-- MathJax configuration -->
<script type="text/x-mathjax-config">
init_mathjax = function() {
if (window.MathJax) {
// MathJax loaded
MathJax.Hub.Config({
TeX: {
equationNumbers: {
autoNumber: "AMS",
useLabelIds: true
}
},
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
processEscapes: true,
processEnvironments: true
},
displayAlign: 'center',
CommonHTML: {
linebreaks: {
automatic: true
}
}
});
MathJax.Hub.Queue(["Typeset", MathJax.Hub]);
}
}
init_mathjax();
</script>
<!-- End of mathjax configuration --></head>
<body class="jp-Notebook" data-jp-theme-light="true" data-jp-theme-name="JupyterLab Light">
<div class="jp-Cell jp-MarkdownCell jp-Notebook-cell">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput " data-mime-type="text/markdown">
<h1 id="Que(e)rying-WikiData">Que(e)rying WikiData<a class="anchor-link" href="#Que(e)rying-WikiData">&#182;</a></h1><ul>
<li><a href="https://www.anaisberck.be/wikidata-writing-exercise/">https://www.anaisberck.be/wikidata-writing-exercise/</a></li>
<li><a href="https://pad.constantvzw.org/p/wikidata_xpub">https://pad.constantvzw.org/p/wikidata_xpub</a></li>
<li><a href="https://gitlab.constantvzw.org/anais_berck/queerying-wikidata">git@constant</a>, <a href="https://git.xpub.nl/XPUB/queerying_wikidata">git@xpub</a></li>
</ul>
<p>Example of the wikipedia haiku bot...</p>
<p><a href="https://botsin.space/@wikipediahaiku">https://botsin.space/@wikipediahaiku</a></p>
<p>which includes (as of this moment -- Oct 27 10:59)</p>
<blockquote><p>He is married to<br>
Amy McLawhorn, and has<br>
a son named Michael</p>
</blockquote>
<p>But tragically (I think), the bot doesn't link to its sources (which would make it so much more interesting as an interface INTO wikipedia / permit reading the isolated phrases in context.</p>
<p>Consider the case of House of Dust, an early computer assisted art project by Alison Knowles, a New York based artist associated with the Fluxus movement.</p>
<p><a href="https://hub.xpub.nl/bootleglibrary/search?query=house+of+dust">https://hub.xpub.nl/bootleglibrary/search?query=house+of+dust</a></p>
<p><img src="ahouseofdustcode_knowles.png" alt=""></p>
<ul>
<li><a href="https://upload.wikimedia.org/wikipedia/commons/f/f7/SparQL_-_Wikidata_-_%C3%89cole_de_Biblioth%C3%A9caires_Documentalistes_-_2016-04-04.pdf">Presentation SPARQL (french)</a></li>
</ul>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[10]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="kn">from</span> <span class="nn">random</span> <span class="kn">import</span> <span class="n">choice</span>
<span class="n">material</span> <span class="o">=</span> <span class="p">[</span><span class="s1">&#39;SAND&#39;</span><span class="p">,</span> <span class="s1">&#39;DUST&#39;</span><span class="p">,</span> <span class="s1">&#39;LEAVES&#39;</span><span class="p">,</span> <span class="s1">&#39;PAPER&#39;</span><span class="p">,</span> <span class="s1">&#39;TIN&#39;</span><span class="p">,</span> <span class="s1">&#39;ROOTS&#39;</span><span class="p">,</span> <span class="s1">&#39;BRICK&#39;</span><span class="p">,</span> <span class="s1">&#39;STONE&#39;</span><span class="p">,</span> <span class="s1">&#39;DISCARDED CLOTHING&#39;</span><span class="p">,</span> <span class="s1">&#39;GLASS&#39;</span><span class="p">,</span> <span class="s1">&#39;STEEL&#39;</span><span class="p">,</span> <span class="s1">&#39;PLASTIC&#39;</span><span class="p">,</span> <span class="s1">&#39;MUD&#39;</span><span class="p">,</span> <span class="s1">&#39;BROKEN DISHES&#39;</span><span class="p">,</span> <span class="s1">&#39;WOOD&#39;</span><span class="p">,</span> <span class="s1">&#39;STRAW&#39;</span><span class="p">,</span> <span class="s1">&#39;WEEDS&#39;</span><span class="p">]</span>
<span class="n">location</span> <span class="o">=</span> <span class="p">[</span><span class="s1">&#39;IN A GREEN, MOSSY TERRAIN&#39;</span><span class="p">,</span> <span class="s1">&#39;IN AN OVERPOPULATED AREA&#39;</span><span class="p">,</span> <span class="s1">&#39;BY THE SEA&#39;</span><span class="p">,</span> <span class="s1">&#39;BY AN ABANDONED LAKE&#39;</span><span class="p">,</span> <span class="s1">&#39;IN A DESERTED FACTORY&#39;</span><span class="p">,</span> <span class="s1">&#39;IN DENSE WOODS&#39;</span><span class="p">,</span> <span class="s1">&#39;IN JAPAN&#39;</span><span class="p">,</span> <span class="s1">&#39;AMONG SMALL HILLS&#39;</span><span class="p">,</span> <span class="s1">&#39;IN SOUTHERN FRANCE&#39;</span><span class="p">,</span> <span class="s1">&#39;AMONG HIGH MOUNTAINS&#39;</span><span class="p">,</span> <span class="s1">&#39;ON AN ISLAND&#39;</span><span class="p">,</span> <span class="s1">&#39;IN A COLD, WINDY CLIMATE&#39;</span><span class="p">,</span> <span class="s1">&#39;IN A PLACE WITH BOTH HEAVY RAIN AND BRIGHT SUN&#39;</span><span class="p">,</span> <span class="s1">&#39;IN A DESERTED AIRPORT&#39;</span><span class="p">,</span> <span class="s1">&#39;IN A HOT CLIMATE&#39;</span><span class="p">,</span> <span class="s1">&#39;INSIDE A MOUNTAIN&#39;</span><span class="p">,</span> <span class="s1">&#39;ON THE SEA&#39;</span><span class="p">,</span> <span class="s1">&#39;IN MICHIGAN&#39;</span><span class="p">,</span> <span class="s1">&#39;IN HEAVY JUNGLE UNDERGROWTH&#39;</span><span class="p">,</span> <span class="s1">&#39;BY A RIVER&#39;</span><span class="p">,</span> <span class="s1">&#39;AMONG OTHER HOUSES&#39;</span><span class="p">,</span> <span class="s1">&#39;IN A DESERTED CHURCH&#39;</span><span class="p">,</span> <span class="s1">&#39;IN A METROPOLIS&#39;</span><span class="p">,</span> <span class="s1">&#39;UNDERWATER&#39;</span><span class="p">]</span>
<span class="n">light_source</span> <span class="o">=</span> <span class="p">[</span><span class="s1">&#39;CANDLES&#39;</span><span class="p">,</span> <span class="s1">&#39;ALL AVAILABLE LIGHTING&#39;</span><span class="p">,</span> <span class="s1">&#39;ELECTRICITY&#39;</span><span class="p">,</span> <span class="s1">&#39;NATURAL LIGHT&#39;</span><span class="p">]</span>
<span class="n">inhabitants</span> <span class="o">=</span> <span class="p">[</span><span class="s1">&#39;PEOPLE WHO SLEEP VERY LITTLE&#39;</span><span class="p">,</span> <span class="s1">&#39;VEGETARIANS&#39;</span><span class="p">,</span> <span class="s1">&#39;HORSES AND BIRDS&#39;</span><span class="p">,</span> <span class="s1">&#39;PEOPLE SPEAKING MANY LANGUAGES WEARING LITTLE OR NO CLOTHING&#39;</span><span class="p">,</span> <span class="s1">&#39;ALL RACES OF MEN REPRESENTED WEARING PREDOMINANTLY RED CLOTHING&#39;</span><span class="p">,</span> <span class="s1">&#39;CHILDREN AND OLD PEOPLE&#39;</span><span class="p">,</span> <span class="s1">&#39;VARIOUS BIRDS AND FISH&#39;</span><span class="p">,</span> <span class="s1">&#39;LOVERS&#39;</span><span class="p">,</span> <span class="s1">&#39;PEOPLE WHO ENJOY EATING TOGETHER&#39;</span><span class="p">,</span> <span class="s1">&#39;PEOPLE WHO EAT A GREAT DEAL&#39;</span><span class="p">,</span> <span class="s1">&#39;COLLECTORS OF ALL TYPES&#39;</span><span class="p">,</span> <span class="s1">&#39;FRIENDS AND ENEMIES&#39;</span><span class="p">,</span> <span class="s1">&#39;PEOPLE WHO SLEEP ALMOST ALL THE TIME&#39;</span><span class="p">,</span> <span class="s1">&#39;VERY TALL PEOPLE&#39;</span><span class="p">,</span> <span class="s1">&#39;AMERICAN INDIANS&#39;</span><span class="p">,</span> <span class="s1">&#39;LITTLE BOYS&#39;</span><span class="p">,</span> <span class="s1">&#39;PEOPLE FROM MANY WALKS OF LIFE&#39;</span><span class="p">,</span> <span class="s1">&#39;NEGROS WEARING ALL COLORS&#39;</span><span class="p">,</span> <span class="s1">&#39;FRIENDS&#39;</span><span class="p">,</span> <span class="s1">&#39;FRENCH AND GERMAN SPEAKING PEOPLE&#39;</span><span class="p">,</span> <span class="s1">&#39;FISHERMEN AND FAMILIES&#39;</span><span class="p">,</span> <span class="s1">&#39;PEOPLE WHO LOVE TO READ&#39;</span><span class="p">]</span>
<span class="nb">print</span><span class="p">(</span><span class="s1">&#39;&#39;</span><span class="p">)</span>
<span class="nb">print</span><span class="p">(</span><span class="s1">&#39;A HOUSE OF &#39;</span> <span class="o">+</span> <span class="n">choice</span><span class="p">(</span><span class="n">material</span><span class="p">))</span>
<span class="nb">print</span><span class="p">(</span><span class="s1">&#39; &#39;</span> <span class="o">+</span> <span class="n">choice</span><span class="p">(</span><span class="n">location</span><span class="p">))</span>
<span class="nb">print</span><span class="p">(</span><span class="s1">&#39; USING &#39;</span> <span class="o">+</span> <span class="n">choice</span><span class="p">(</span><span class="n">light_source</span><span class="p">))</span>
<span class="nb">print</span><span class="p">(</span><span class="s1">&#39; INHABITED BY &#39;</span> <span class="o">+</span> <span class="n">choice</span><span class="p">(</span><span class="n">inhabitants</span><span class="p">))</span>
<span class="nb">print</span><span class="p">(</span><span class="s1">&#39;&#39;</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="text/plain">
<pre>
A HOUSE OF WOOD
ON THE SEA
USING ALL AVAILABLE LIGHTING
INHABITED BY CHILDREN AND OLD PEOPLE
</pre>
</div>
</div>
</div>
</div>
</div>
<div class="jp-Cell jp-MarkdownCell jp-Notebook-cell">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput " data-mime-type="text/markdown">
<h2 id="Querying-wikidata-for-materials...">Querying wikidata for materials...<a class="anchor-link" href="#Querying-wikidata-for-materials...">&#182;</a></h2><p>Go to <a href="https://query.wikidata.org/querybuilder/">querybuilder</a> and search in the property box for Material... regardless of value, with references... And ... super slow... in fact it times out...</p>
<p>Show the query in Query Service reveals the text version of the query in the SPARQL language...</p>
<div class="highlight"><pre><span></span><span class="k">SELECT</span> <span class="k">DISTINCT</span> <span class="nv">?item</span> <span class="nv">?itemLabel</span> <span class="k">WHERE</span> <span class="p">{</span>
<span class="k">SERVICE</span> <span class="nn">wikibase</span><span class="p">:</span><span class="nt">label</span> <span class="p">{</span> <span class="nn">bd</span><span class="p">:</span><span class="nt">serviceParam</span> <span class="nn">wikibase</span><span class="p">:</span><span class="nt">language</span> <span class="s">&quot;[AUTO_LANGUAGE]&quot;</span><span class="p">.</span> <span class="p">}</span>
<span class="p">{</span>
<span class="k">SELECT</span> <span class="k">DISTINCT</span> <span class="nv">?item</span> <span class="k">WHERE</span> <span class="p">{</span>
<span class="p">{</span>
<span class="nv">?item</span> <span class="nn">p</span><span class="p">:</span><span class="nt">P186</span> <span class="nv">?statement0</span><span class="p">.</span>
<span class="nv">?statement0</span> <span class="p">(</span><span class="nn">ps</span><span class="p">:</span><span class="nt">P186</span><span class="o">/</span><span class="p">(</span><span class="nn">wdt</span><span class="p">:</span><span class="nt">P279</span><span class="o">*</span><span class="p">))</span> <span class="nl">_:anyValueP186</span><span class="p">.</span>
<span class="k">FILTER</span><span class="p">(</span><span class="nf">EXISTS</span> <span class="p">{</span> <span class="nv">?statement0</span> <span class="nn">prov</span><span class="p">:</span><span class="nt">wasDerivedFrom</span> <span class="nv">?reference</span><span class="p">.</span> <span class="p">})</span>
<span class="p">}</span>
<span class="p">}</span>
<span class="k">LIMIT</span> <span class="mi">100</span>
<span class="p">}</span>
<span class="p">}</span>
</pre></div>
<p>Indeed, as indicated clicking the checkbox to show IDs instead of labels makes the query actually return results, but the results then need to be clicked on to understand them...</p>
<div class="highlight"><pre><span></span><span class="k">SELECT</span> <span class="k">DISTINCT</span> <span class="nv">?item</span> <span class="k">WHERE</span> <span class="p">{</span>
<span class="p">{</span>
<span class="nv">?item</span> <span class="nn">p</span><span class="p">:</span><span class="nt">P186</span> <span class="nv">?statement0</span><span class="p">.</span>
<span class="nv">?statement0</span> <span class="p">(</span><span class="nn">ps</span><span class="p">:</span><span class="nt">P186</span><span class="o">/</span><span class="p">(</span><span class="nn">wdt</span><span class="p">:</span><span class="nt">P279</span><span class="o">*</span><span class="p">))</span> <span class="nl">_:anyValueP186</span><span class="p">.</span>
<span class="k">FILTER</span><span class="p">(</span><span class="nf">EXISTS</span> <span class="p">{</span> <span class="nv">?statement0</span> <span class="nn">prov</span><span class="p">:</span><span class="nt">wasDerivedFrom</span> <span class="nv">?reference</span><span class="p">.</span> <span class="p">})</span>
<span class="p">}</span>
<span class="p">}</span>
<span class="k">LIMIT</span> <span class="mi">100</span>
</pre></div>
<ul>
<li><a href="https://www.wikidata.org/wiki/Property:P186">https://www.wikidata.org/wiki/Property:P186</a></li>
<li><a href="https://www.wikidata.org/wiki/Q287">https://www.wikidata.org/wiki/Q287</a></li>
</ul>
<p>ok so I did this query...</p>
<div class="highlight"><pre><span></span><span class="k">SELECT</span> <span class="k">DISTINCT</span> <span class="nv">?statement0</span> <span class="nv">?p</span> <span class="nv">?o</span> <span class="k">WHERE</span> <span class="p">{</span>
<span class="p">{</span>
<span class="nv">?item</span> <span class="nn">p</span><span class="p">:</span><span class="nt">P186</span> <span class="nv">?statement0</span><span class="p">.</span>
<span class="nv">?statement0</span> <span class="nv">?p</span> <span class="nv">?o</span><span class="p">.</span>
<span class="p">}</span>
<span class="p">}</span>
<span class="k">LIMIT</span> <span class="mi">100</span>
</pre></div>
<p>And I see in the result that the statement is then the thing that contains the P186 (ps:P186?) to the actual material, for instance:</p>
<table>
<thead><tr>
<th>s</th>
<th>p</th>
<th>o</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="http://www.wikidata.org/entity/statement/Q181008-966f70cd-49ff-d4eb-5036-c45c1dabbbda">wds:Q181008-966f70cd-49ff-d4eb-5036-c45c1dabbbda ps:P186 wd:Q287</a>&lt;/td&gt;<td>[wds:Q181008-966f70cd-49ff-d4eb-5036-c45c1dabbbda ps:P186 wd:Q287](http://www.wikidata.org/prop/statement/P186)</td><td>[wds:Q181008-966f70cd-49ff-d4eb-5036-c45c1dabbbda ps:P186 wd:Q287](http://www.wikidata.org/entity/Q287)</td>&lt;/tr&gt;&lt;/table&gt;</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[&nbsp;]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[&nbsp;]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span>
</pre></div>
</div>
</div>
</div>
</div>
</div>
<div class="jp-Cell jp-MarkdownCell jp-Notebook-cell">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput " data-mime-type="text/markdown">
<div class="highlight"><pre><span></span><span class="k">SELECT</span> <span class="k">DISTINCT</span> <span class="nv">?material</span> <span class="k">WHERE</span> <span class="p">{</span>
<span class="p">{</span>
<span class="nv">?item</span> <span class="nn">p</span><span class="p">:</span><span class="nt">P186</span> <span class="nv">?statement0</span><span class="p">.</span>
<span class="nv">?statement0</span> <span class="nn">ps</span><span class="p">:</span><span class="nt">P186</span> <span class="nv">?material</span><span class="p">.</span>
<span class="p">}</span>
<span class="p">}</span>
<span class="k">LIMIT</span> <span class="mi">100</span>
</pre></div>
<p>MAGIC LINE TO ADD</p>
<div class="highlight"><pre><span></span><span class="k">SERVICE</span> <span class="nn">wikibase</span><span class="p">:</span><span class="nt">label</span> <span class="p">{</span> <span class="nn">bd</span><span class="p">:</span><span class="nt">serviceParam</span> <span class="nn">wikibase</span><span class="p">:</span><span class="nt">language</span> <span class="s">&quot;[AUTO_LANGUAGE],en&quot;</span> <span class="p">}</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell jp-MarkdownCell jp-Notebook-cell">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput " data-mime-type="text/markdown">
<p>Putting the pieces together...</p>
</div>
</div>
</div>
</div>
<div class="jp-Cell jp-MarkdownCell jp-Notebook-cell">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput " data-mime-type="text/markdown">
<div class="highlight"><pre><span></span><span class="k">SELECT</span> <span class="k">DISTINCT</span> <span class="nv">?item</span> <span class="nv">?itemLabel</span> <span class="nv">?statement0</span> <span class="nv">?material</span> <span class="nv">?materialLabel</span> <span class="k">WHERE</span> <span class="p">{</span>
<span class="p">{</span>
<span class="nv">?item</span> <span class="nn">p</span><span class="p">:</span><span class="nt">P186</span> <span class="nv">?statement0</span><span class="p">.</span>
<span class="nv">?statement0</span> <span class="nn">ps</span><span class="p">:</span><span class="nt">P186</span> <span class="nv">?material</span><span class="p">.</span>
<span class="k">SERVICE</span> <span class="nn">wikibase</span><span class="p">:</span><span class="nt">label</span> <span class="p">{</span> <span class="nn">bd</span><span class="p">:</span><span class="nt">serviceParam</span> <span class="nn">wikibase</span><span class="p">:</span><span class="nt">language</span> <span class="s">&quot;[AUTO_LANGUAGE],en&quot;</span> <span class="p">}</span>
<span class="p">}</span>
<span class="p">}</span>
<span class="k">LIMIT</span> <span class="mi">10</span>
</pre></div>
<p><a href="https://query.wikidata.org/#SELECT%20DISTINCT%20%3Fitem%20%3FitemLabel%20%3Fstatement0%20%3Fmaterial%20%3FmaterialLabel%20WHERE%20%7B%0A%20%20%7B%0A%20%20%20%20%3Fitem%20p%3AP186%20%3Fstatement0.%0A%20%20%20%20%3Fstatement0%20ps%3AP186%20%3Fmaterial.%0A%20%20%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22%20%7D%0A%20%20%7D%0A%7D%0ALIMIT%2010">LINK TO THIS QUERY</a></p>
<p>Quite beautiful in a way, the query showed ethanol, clicking on the statement takes me to the page of the object in question, a thermometer indeed described as being made of glass + ethanol:</p>
<p><a href="https://www.wikidata.org/wiki/Q53866756#Q53866756$d48d012a-4cf5-6f1c-c4c0-0b314d444026">https://www.wikidata.org/wiki/Q53866756#Q53866756$d48d012a-4cf5-6f1c-c4c0-0b314d444026</a></p>
<p><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/ad/Copy_of_Gallileo_Firenze_thermometer-MHS_1882-P5200181-gradient.jpg/220px-Copy_of_Gallileo_Firenze_thermometer-MHS_1882-P5200181-gradient.jpg" alt=""></p>
</div>
</div>
</div>
</div>
<div class="jp-Cell jp-MarkdownCell jp-Notebook-cell">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput " data-mime-type="text/markdown">
<h2 id="Linked-Data">Linked Data<a class="anchor-link" href="#Linked-Data">&#182;</a></h2><ul>
<li><a href="https://www.wikidata.org/wiki/Wikidata:Data_access#Linked_Data_Interface_(URI">https://www.wikidata.org/wiki/Wikidata:Data_access#Linked_Data_Interface_(URI</a>)</li>
</ul>
<p>Special:EntityData</p>
<p>In a browser, this reveals the readable page:</p>
<ul>
<li><a href="https://www.wikidata.org/wiki/Special:EntityData/Q42">https://www.wikidata.org/wiki/Special:EntityData/Q42</a></li>
</ul>
<p>But from code...</p>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[6]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="kn">from</span> <span class="nn">urllib.request</span> <span class="kn">import</span> <span class="n">urlopen</span>
<span class="c1"># f = urlopen(&quot;https://www.wikidata.org/wiki/Special:EntityData/Q42&quot;)</span>
<span class="c1"># print (f.read().decode(&quot;utf-8&quot;))</span>
<span class="kn">import</span> <span class="nn">json</span>
<span class="n">data</span> <span class="o">=</span> <span class="n">json</span><span class="o">.</span><span class="n">load</span><span class="p">(</span><span class="n">urlopen</span><span class="p">(</span><span class="s2">&quot;https://www.wikidata.org/wiki/Special:EntityData/Q42&quot;</span><span class="p">))</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[7]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="nb">print</span> <span class="p">(</span><span class="n">json</span><span class="o">.</span><span class="n">dumps</span><span class="p">(</span><span class="n">data</span><span class="p">,</span> <span class="n">indent</span><span class="o">=</span><span class="mi">2</span><span class="p">))</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="text/plain">
<pre>{
&#34;entities&#34;: {
&#34;Q42&#34;: {
&#34;pageid&#34;: 138,
&#34;ns&#34;: 0,
&#34;title&#34;: &#34;Q42&#34;,
&#34;lastrevid&#34;: 1757862527,
&#34;modified&#34;: &#34;2022-10-25T12:03:35Z&#34;,
&#34;type&#34;: &#34;item&#34;,
&#34;id&#34;: &#34;Q42&#34;,
&#34;labels&#34;: {
&#34;en&#34;: {
&#34;language&#34;: &#34;en&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;fr&#34;: {
&#34;language&#34;: &#34;fr&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;ru&#34;: {
&#34;language&#34;: &#34;ru&#34;,
&#34;value&#34;: &#34;\u0414\u0443\u0433\u043b\u0430\u0441 \u0410\u0434\u0430\u043c\u0441&#34;
},
&#34;pl&#34;: {
&#34;language&#34;: &#34;pl&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;it&#34;: {
&#34;language&#34;: &#34;it&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;en-gb&#34;: {
&#34;language&#34;: &#34;en-gb&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;nb&#34;: {
&#34;language&#34;: &#34;nb&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;es&#34;: {
&#34;language&#34;: &#34;es&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;en-ca&#34;: {
&#34;language&#34;: &#34;en-ca&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;hr&#34;: {
&#34;language&#34;: &#34;hr&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;pt&#34;: {
&#34;language&#34;: &#34;pt&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;ko&#34;: {
&#34;language&#34;: &#34;ko&#34;,
&#34;value&#34;: &#34;\ub354\uae00\ub7ec\uc2a4 \uc560\ub364\uc2a4&#34;
},
&#34;nl&#34;: {
&#34;language&#34;: &#34;nl&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;el&#34;: {
&#34;language&#34;: &#34;el&#34;,
&#34;value&#34;: &#34;\u039d\u03c4\u03ac\u03b3\u03ba\u03bb\u03b1\u03c2 \u0386\u03bd\u03c4\u03b1\u03bc\u03c2&#34;
},
&#34;ar&#34;: {
&#34;language&#34;: &#34;ar&#34;,
&#34;value&#34;: &#34;\u062f\u0648\u063a\u0644\u0627\u0633 \u0622\u062f\u0645\u0632&#34;
},
&#34;arz&#34;: {
&#34;language&#34;: &#34;arz&#34;,
&#34;value&#34;: &#34;\u062f\u0648\u062c\u0644\u0627\u0633 \u0627\u062f\u0627\u0645\u0632&#34;
},
&#34;bar&#34;: {
&#34;language&#34;: &#34;bar&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;be&#34;: {
&#34;language&#34;: &#34;be&#34;,
&#34;value&#34;: &#34;\u0414\u0443\u0433\u043b\u0430\u0441 \u0410\u0434\u0430\u043c\u0441&#34;
},
&#34;bg&#34;: {
&#34;language&#34;: &#34;bg&#34;,
&#34;value&#34;: &#34;\u0414\u044a\u0433\u043b\u0430\u0441 \u0410\u0434\u0430\u043c\u0441&#34;
},
&#34;bs&#34;: {
&#34;language&#34;: &#34;bs&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;ca&#34;: {
&#34;language&#34;: &#34;ca&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;cs&#34;: {
&#34;language&#34;: &#34;cs&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;cy&#34;: {
&#34;language&#34;: &#34;cy&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;da&#34;: {
&#34;language&#34;: &#34;da&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;eo&#34;: {
&#34;language&#34;: &#34;eo&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;et&#34;: {
&#34;language&#34;: &#34;et&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;fa&#34;: {
&#34;language&#34;: &#34;fa&#34;,
&#34;value&#34;: &#34;\u062f\u0627\u06af\u0644\u0627\u0633 \u0622\u062f\u0627\u0645\u0632&#34;
},
&#34;fi&#34;: {
&#34;language&#34;: &#34;fi&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;ga&#34;: {
&#34;language&#34;: &#34;ga&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;gl&#34;: {
&#34;language&#34;: &#34;gl&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;he&#34;: {
&#34;language&#34;: &#34;he&#34;,
&#34;value&#34;: &#34;\u05d3\u05d0\u05d2\u05dc\u05e1 \u05d0\u05d3\u05de\u05e1&#34;
},
&#34;hu&#34;: {
&#34;language&#34;: &#34;hu&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;id&#34;: {
&#34;language&#34;: &#34;id&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;io&#34;: {
&#34;language&#34;: &#34;io&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;is&#34;: {
&#34;language&#34;: &#34;is&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;ja&#34;: {
&#34;language&#34;: &#34;ja&#34;,
&#34;value&#34;: &#34;\u30c0\u30b0\u30e9\u30b9\u30fb\u30a2\u30c0\u30e0\u30ba&#34;
},
&#34;jv&#34;: {
&#34;language&#34;: &#34;jv&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;ka&#34;: {
&#34;language&#34;: &#34;ka&#34;,
&#34;value&#34;: &#34;\u10d3\u10d0\u10d2\u10da\u10d0\u10e1 \u10d0\u10d3\u10d0\u10db\u10e1\u10d8&#34;
},
&#34;la&#34;: {
&#34;language&#34;: &#34;la&#34;,
&#34;value&#34;: &#34;Duglassius Adams&#34;
},
&#34;lv&#34;: {
&#34;language&#34;: &#34;lv&#34;,
&#34;value&#34;: &#34;Duglass Adamss&#34;
},
&#34;mk&#34;: {
&#34;language&#34;: &#34;mk&#34;,
&#34;value&#34;: &#34;\u0414\u0430\u0433\u043b\u0430\u0441 \u0410\u0434\u0430\u043c\u0441&#34;
},
&#34;mr&#34;: {
&#34;language&#34;: &#34;mr&#34;,
&#34;value&#34;: &#34;\u0921\u0917\u094d\u0932\u0938 \u0905\u0945\u0921\u092e\u094d\u0938&#34;
},
&#34;nn&#34;: {
&#34;language&#34;: &#34;nn&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;ro&#34;: {
&#34;language&#34;: &#34;ro&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;sco&#34;: {
&#34;language&#34;: &#34;sco&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;sh&#34;: {
&#34;language&#34;: &#34;sh&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;sk&#34;: {
&#34;language&#34;: &#34;sk&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;sl&#34;: {
&#34;language&#34;: &#34;sl&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;sq&#34;: {
&#34;language&#34;: &#34;sq&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;sr&#34;: {
&#34;language&#34;: &#34;sr&#34;,
&#34;value&#34;: &#34;\u0414\u0430\u0433\u043b\u0430\u0441 \u0410\u0434\u0430\u043c\u0441&#34;
},
&#34;sv&#34;: {
&#34;language&#34;: &#34;sv&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;ta&#34;: {
&#34;language&#34;: &#34;ta&#34;,
&#34;value&#34;: &#34;\u0b9f\u0b95\u0bcd\u0bb3\u0bb8\u0bcd \u0b86\u0b9f\u0bae\u0bcd\u0bb8\u0bcd&#34;
},
&#34;tr&#34;: {
&#34;language&#34;: &#34;tr&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;uk&#34;: {
&#34;language&#34;: &#34;uk&#34;,
&#34;value&#34;: &#34;\u0414\u0443\u0433\u043b\u0430\u0441 \u0410\u0434\u0430\u043c\u0441&#34;
},
&#34;vi&#34;: {
&#34;language&#34;: &#34;vi&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;zh&#34;: {
&#34;language&#34;: &#34;zh&#34;,
&#34;value&#34;: &#34;\u9053\u683c\u62c9\u65af\u00b7\u4e9e\u7576\u65af&#34;
},
&#34;zh-cn&#34;: {
&#34;language&#34;: &#34;zh-cn&#34;,
&#34;value&#34;: &#34;\u9053\u683c\u62c9\u65af\u00b7\u4e9a\u5f53\u65af&#34;
},
&#34;zh-hans&#34;: {
&#34;language&#34;: &#34;zh-hans&#34;,
&#34;value&#34;: &#34;\u9053\u683c\u62c9\u65af\u00b7\u4e9a\u5f53\u65af&#34;
},
&#34;zh-hant&#34;: {
&#34;language&#34;: &#34;zh-hant&#34;,
&#34;value&#34;: &#34;\u9053\u683c\u62c9\u65af\u00b7\u4e9e\u7576\u65af&#34;
},
&#34;de-ch&#34;: {
&#34;language&#34;: &#34;de-ch&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;pt-br&#34;: {
&#34;language&#34;: &#34;pt-br&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;zh-sg&#34;: {
&#34;language&#34;: &#34;zh-sg&#34;,
&#34;value&#34;: &#34;\u9053\u683c\u62c9\u65af\u00b7\u4e9a\u5f53\u65af&#34;
},
&#34;zh-my&#34;: {
&#34;language&#34;: &#34;zh-my&#34;,
&#34;value&#34;: &#34;\u9053\u683c\u62c9\u65af\u00b7\u4e9a\u5f53\u65af&#34;
},
&#34;zh-hk&#34;: {
&#34;language&#34;: &#34;zh-hk&#34;,
&#34;value&#34;: &#34;\u9053\u683c\u62c9\u65af\u00b7\u4e9e\u7576\u65af&#34;
},
&#34;zh-tw&#34;: {
&#34;language&#34;: &#34;zh-tw&#34;,
&#34;value&#34;: &#34;\u9053\u683c\u62c9\u65af\u00b7\u4e9e\u7576\u65af&#34;
},
&#34;zh-mo&#34;: {
&#34;language&#34;: &#34;zh-mo&#34;,
&#34;value&#34;: &#34;\u9053\u683c\u62c9\u65af\u00b7\u4e9e\u7576\u65af&#34;
},
&#34;war&#34;: {
&#34;language&#34;: &#34;war&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;be-tarask&#34;: {
&#34;language&#34;: &#34;be-tarask&#34;,
&#34;value&#34;: &#34;\u0414\u0443\u0433\u043b\u0430\u0441 \u0410\u0434\u0430\u043c\u0437&#34;
},
&#34;vep&#34;: {
&#34;language&#34;: &#34;vep&#34;,
&#34;value&#34;: &#34;Adams Duglas&#34;
},
&#34;ur&#34;: {
&#34;language&#34;: &#34;ur&#34;,
&#34;value&#34;: &#34;\u0688\u06af\u0644\u0633 \u0627\u06cc\u0688\u0645&#34;
},
&#34;oc&#34;: {
&#34;language&#34;: &#34;oc&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;af&#34;: {
&#34;language&#34;: &#34;af&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;an&#34;: {
&#34;language&#34;: &#34;an&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;br&#34;: {
&#34;language&#34;: &#34;br&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;eu&#34;: {
&#34;language&#34;: &#34;eu&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;lb&#34;: {
&#34;language&#34;: &#34;lb&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;lmo&#34;: {
&#34;language&#34;: &#34;lmo&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;lt&#34;: {
&#34;language&#34;: &#34;lt&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;nds&#34;: {
&#34;language&#34;: &#34;nds&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;nds-nl&#34;: {
&#34;language&#34;: &#34;nds-nl&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;pms&#34;: {
&#34;language&#34;: &#34;pms&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;vec&#34;: {
&#34;language&#34;: &#34;vec&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;wa&#34;: {
&#34;language&#34;: &#34;wa&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;sr-ec&#34;: {
&#34;language&#34;: &#34;sr-ec&#34;,
&#34;value&#34;: &#34;\u0414\u0430\u0433\u043b\u0430\u0441 \u0410\u0434\u0430\u043c\u0441&#34;
},
&#34;sr-el&#34;: {
&#34;language&#34;: &#34;sr-el&#34;,
&#34;value&#34;: &#34;Daglas Adams&#34;
},
&#34;de&#34;: {
&#34;language&#34;: &#34;de&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;ckb&#34;: {
&#34;language&#34;: &#34;ckb&#34;,
&#34;value&#34;: &#34;\u062f\u06d5\u06af\u0644\u0627\u0633 \u0626\u0627\u062f\u0645\u0632&#34;
},
&#34;fo&#34;: {
&#34;language&#34;: &#34;fo&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;kl&#34;: {
&#34;language&#34;: &#34;kl&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;gsw&#34;: {
&#34;language&#34;: &#34;gsw&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;te&#34;: {
&#34;language&#34;: &#34;te&#34;,
&#34;value&#34;: &#34;\u0c21\u0c17\u0c4d\u0c32\u0c38\u0c4d \u0c06\u0c21\u0c2e\u0c4d\u0c38\u0c4d&#34;
},
&#34;si&#34;: {
&#34;language&#34;: &#34;si&#34;,
&#34;value&#34;: &#34;\u0da9\u0d9c\u0dca\u0dbd\u0dc3\u0dca \u0d87\u0da9\u0db8\u0dca\u0dc3\u0dca&#34;
},
&#34;bn&#34;: {
&#34;language&#34;: &#34;bn&#34;,
&#34;value&#34;: &#34;\u09a1\u0997\u09b2\u09be\u09b8 \u0985\u09cd\u09af\u09be\u09a1\u09be\u09ae\u09b8&#34;
},
&#34;hi&#34;: {
&#34;language&#34;: &#34;hi&#34;,
&#34;value&#34;: &#34;\u0921\u0917\u094d\u0932\u0938 \u0905\u200d\u0921\u092e\u094d\u0938&#34;
},
&#34;rwr&#34;: {
&#34;language&#34;: &#34;rwr&#34;,
&#34;value&#34;: &#34;\u0921\u0917\u094d\u0932\u0938 \u0905\u200d\u0921\u092e\u094d\u0938&#34;
},
&#34;mg&#34;: {
&#34;language&#34;: &#34;mg&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;ml&#34;: {
&#34;language&#34;: &#34;ml&#34;,
&#34;value&#34;: &#34;\u0d21\u0d17\u0d4d\u0d32\u0d38\u0d4d \u0d06\u0d21\u0d02\u0d38\u0d4d&#34;
},
&#34;gu&#34;: {
&#34;language&#34;: &#34;gu&#34;,
&#34;value&#34;: &#34;\u0aa1\u0a97\u0acd\u0ab2\u0abe\u0ab8 \u0a8f\u0aa1\u0aae\u0acd\u0ab8&#34;
},
&#34;hy&#34;: {
&#34;language&#34;: &#34;hy&#34;,
&#34;value&#34;: &#34;\u0534\u0578\u0582\u0563\u056c\u0561\u057d \u0531\u0564\u0561\u0574\u057d&#34;
},
&#34;ast&#34;: {
&#34;language&#34;: &#34;ast&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;co&#34;: {
&#34;language&#34;: &#34;co&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;de-at&#34;: {
&#34;language&#34;: &#34;de-at&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;frp&#34;: {
&#34;language&#34;: &#34;frp&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;fur&#34;: {
&#34;language&#34;: &#34;fur&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;gd&#34;: {
&#34;language&#34;: &#34;gd&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;ia&#34;: {
&#34;language&#34;: &#34;ia&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;ie&#34;: {
&#34;language&#34;: &#34;ie&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;kg&#34;: {
&#34;language&#34;: &#34;kg&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;li&#34;: {
&#34;language&#34;: &#34;li&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;lij&#34;: {
&#34;language&#34;: &#34;lij&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;min&#34;: {
&#34;language&#34;: &#34;min&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;ms&#34;: {
&#34;language&#34;: &#34;ms&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;nap&#34;: {
&#34;language&#34;: &#34;nap&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;nrm&#34;: {
&#34;language&#34;: &#34;nrm&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;pcd&#34;: {
&#34;language&#34;: &#34;pcd&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;rm&#34;: {
&#34;language&#34;: &#34;rm&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;sc&#34;: {
&#34;language&#34;: &#34;sc&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;scn&#34;: {
&#34;language&#34;: &#34;scn&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;sw&#34;: {
&#34;language&#34;: &#34;sw&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;vls&#34;: {
&#34;language&#34;: &#34;vls&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;vo&#34;: {
&#34;language&#34;: &#34;vo&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;wo&#34;: {
&#34;language&#34;: &#34;wo&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;zu&#34;: {
&#34;language&#34;: &#34;zu&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;az&#34;: {
&#34;language&#34;: &#34;az&#34;,
&#34;value&#34;: &#34;Duqlas Noel Adams&#34;
},
&#34;ak&#34;: {
&#34;language&#34;: &#34;ak&#34;,
&#34;value&#34;: &#34;Doglas Adams&#34;
},
&#34;or&#34;: {
&#34;language&#34;: &#34;or&#34;,
&#34;value&#34;: &#34;\u0b21\u0b17\u0b4d\u200c\u0b32\u0b3e\u0b38\u0b4d\u200c \u0b06\u0b26\u0b3e\u0b2e\u0b4d\u200c\u0b38&#34;
},
&#34;kn&#34;: {
&#34;language&#34;: &#34;kn&#34;,
&#34;value&#34;: &#34;\u0ca1\u0c97\u0ccd\u0cb2\u0cb8\u0ccd \u0c86\u0ca1\u0cae\u0ccd\u0cb8\u0ccd&#34;
},
&#34;ne&#34;: {
&#34;language&#34;: &#34;ne&#34;,
&#34;value&#34;: &#34;\u0921\u0917\u0932\u0938 \u090f\u0921\u092e\u094d\u0938&#34;
},
&#34;mrj&#34;: {
&#34;language&#34;: &#34;mrj&#34;,
&#34;value&#34;: &#34;\u0410\u0434\u0430\u043c\u0441&#34;
},
&#34;th&#34;: {
&#34;language&#34;: &#34;th&#34;,
&#34;value&#34;: &#34;\u0e14\u0e31\u0e01\u0e25\u0e31\u0e2a \u0e41\u0e2d\u0e14\u0e31\u0e21\u0e2a\u0e4c&#34;
},
&#34;pa&#34;: {
&#34;language&#34;: &#34;pa&#34;,
&#34;value&#34;: &#34;\u0a21\u0a17\u0a32\u0a38 \u0a10\u0a21\u0a2e\u0a1c\u0a3c&#34;
},
&#34;tcy&#34;: {
&#34;language&#34;: &#34;tcy&#34;,
&#34;value&#34;: &#34;\u0ca1\u0cbe\u0c97\u0ccd\u0cb2\u0cb8\u0ccd \u0c86\u0ca1\u0cae\u0ccd\u0cb8\u0ccd&#34;
},
&#34;tl&#34;: {
&#34;language&#34;: &#34;tl&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;ext&#34;: {
&#34;language&#34;: &#34;ext&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;azb&#34;: {
&#34;language&#34;: &#34;azb&#34;,
&#34;value&#34;: &#34;\u062f\u0627\u0642\u0644\u0627\u0633 \u0622\u062f\u0627\u0645\u0632&#34;
},
&#34;lfn&#34;: {
&#34;language&#34;: &#34;lfn&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;nan&#34;: {
&#34;language&#34;: &#34;nan&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;ky&#34;: {
&#34;language&#34;: &#34;ky&#34;,
&#34;value&#34;: &#34;\u0414\u0443\u0433\u043b\u0430\u0441 \u0410\u0434\u0430\u043c\u0441&#34;
},
&#34;bho&#34;: {
&#34;language&#34;: &#34;bho&#34;,
&#34;value&#34;: &#34;\u0921\u0917\u0932\u0938 \u090f\u0921\u092e\u094d\u0938&#34;
},
&#34;wuu&#34;: {
&#34;language&#34;: &#34;wuu&#34;,
&#34;value&#34;: &#34;\u9053\u683c\u62c9\u65af\u00b7\u4e9a\u5f53\u65af&#34;
},
&#34;yue&#34;: {
&#34;language&#34;: &#34;yue&#34;,
&#34;value&#34;: &#34;\u9053\u683c\u62c9\u65af\u4e9e\u7576\u65af&#34;
},
&#34;pnb&#34;: {
&#34;language&#34;: &#34;pnb&#34;,
&#34;value&#34;: &#34;\u0688\u06af\u0644\u0633 \u0627\u06cc\u0688\u0645\u0633&#34;
},
&#34;sje&#34;: {
&#34;language&#34;: &#34;sje&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;se&#34;: {
&#34;language&#34;: &#34;se&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;smn&#34;: {
&#34;language&#34;: &#34;smn&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;sms&#34;: {
&#34;language&#34;: &#34;sms&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;sma&#34;: {
&#34;language&#34;: &#34;sma&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;smj&#34;: {
&#34;language&#34;: &#34;smj&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;bm&#34;: {
&#34;language&#34;: &#34;bm&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;frc&#34;: {
&#34;language&#34;: &#34;frc&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;jam&#34;: {
&#34;language&#34;: &#34;jam&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;kab&#34;: {
&#34;language&#34;: &#34;kab&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;pap&#34;: {
&#34;language&#34;: &#34;pap&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;prg&#34;: {
&#34;language&#34;: &#34;prg&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;rgn&#34;: {
&#34;language&#34;: &#34;rgn&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;vmf&#34;: {
&#34;language&#34;: &#34;vmf&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;nqo&#34;: {
&#34;language&#34;: &#34;nqo&#34;,
&#34;value&#34;: &#34;\u07d8\u07ce\u07dc\u07ed\u07d1\u07df\u07ca\u07db \u07ca\u07d8\u07ca\u07e1\u07db&#34;
},
&#34;fy&#34;: {
&#34;language&#34;: &#34;fy&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;hsb&#34;: {
&#34;language&#34;: &#34;hsb&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;yi&#34;: {
&#34;language&#34;: &#34;yi&#34;,
&#34;value&#34;: &#34;\u05d3\u05d0\u05b7\u05d2\u05dc\u05d0\u05b7\u05e1 \u05d0\u05b7\u05d3\u05d0\u05b7\u05de\u05e1&#34;
},
&#34;kw&#34;: {
&#34;language&#34;: &#34;kw&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;ms-arab&#34;: {
&#34;language&#34;: &#34;ms-arab&#34;,
&#34;value&#34;: &#34;\u062f\u0762\u0644\u0633 \u0627\u064a\u062f\u0645\ufeaf&#34;
},
&#34;jut&#34;: {
&#34;language&#34;: &#34;jut&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;ba&#34;: {
&#34;language&#34;: &#34;ba&#34;,
&#34;value&#34;: &#34;\u0414\u0443\u0433\u043b\u0430\u0441 \u0410\u0434\u0430\u043c\u0441&#34;
},
&#34;ig&#34;: {
&#34;language&#34;: &#34;ig&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
&#34;ary&#34;: {
&#34;language&#34;: &#34;ary&#34;,
&#34;value&#34;: &#34;\u062f\u0648\u06ad\u0644\u0627\u0633 \u0623\u062f\u0627\u0645\u0632&#34;
}
},
&#34;descriptions&#34;: {
&#34;en&#34;: {
&#34;language&#34;: &#34;en&#34;,
&#34;value&#34;: &#34;English science fiction writer and humourist (1952\u20132001)&#34;
},
&#34;fr&#34;: {
&#34;language&#34;: &#34;fr&#34;,
&#34;value&#34;: &#34;\u00e9crivain de science-fiction et humoriste anglais (1952\u20132001)&#34;
},
&#34;en-gb&#34;: {
&#34;language&#34;: &#34;en-gb&#34;,
&#34;value&#34;: &#34;English writer and humourist&#34;
},
&#34;nb&#34;: {
&#34;language&#34;: &#34;nb&#34;,
&#34;value&#34;: &#34;engelsk science fiction-forfatter og humorist&#34;
},
&#34;it&#34;: {
&#34;language&#34;: &#34;it&#34;,
&#34;value&#34;: &#34;scrittore e umorista britannico&#34;
},
&#34;de&#34;: {
&#34;language&#34;: &#34;de&#34;,
&#34;value&#34;: &#34;britischer Science-Fiction-Autor und Humorist (1952\u20132001)&#34;
},
&#34;es&#34;: {
&#34;language&#34;: &#34;es&#34;,
&#34;value&#34;: &#34;escritor y humorista brit\u00e1nico&#34;
},
&#34;ru&#34;: {
&#34;language&#34;: &#34;ru&#34;,
&#34;value&#34;: &#34;\u0430\u043d\u0433\u043b\u0438\u0439\u0441\u043a\u0438\u0439 \u043f\u0438\u0441\u0430\u0442\u0435\u043b\u044c, \u0434\u0440\u0430\u043c\u0430\u0442\u0443\u0440\u0433 \u0438 \u0441\u0446\u0435\u043d\u0430\u0440\u0438\u0441\u0442, \u0430\u0432\u0442\u043e\u0440 \u0441\u0435\u0440\u0438\u0438 \u043a\u043d\u0438\u0433 \u00ab\u0410\u0432\u0442\u043e\u0441\u0442\u043e\u043f\u043e\u043c \u043f\u043e \u0433\u0430\u043b\u0430\u043a\u0442\u0438\u043a\u0435\u00bb&#34;
},
&#34;zh-hans&#34;: {
&#34;language&#34;: &#34;zh-hans&#34;,
&#34;value&#34;: &#34;\u82f1\u56fd\u4f5c\u5bb6&#34;
},
&#34;zh-hant&#34;: {
&#34;language&#34;: &#34;zh-hant&#34;,
&#34;value&#34;: &#34;\u82f1\u570b\u4f5c\u5bb6&#34;
},
&#34;zh-cn&#34;: {
&#34;language&#34;: &#34;zh-cn&#34;,
&#34;value&#34;: &#34;\u82f1\u56fd\u4f5c\u5bb6&#34;
},
&#34;zh-sg&#34;: {
&#34;language&#34;: &#34;zh-sg&#34;,
&#34;value&#34;: &#34;\u82f1\u56fd\u4f5c\u5bb6&#34;
},
&#34;zh-my&#34;: {
&#34;language&#34;: &#34;zh-my&#34;,
&#34;value&#34;: &#34;\u82f1\u56fd\u4f5c\u5bb6&#34;
},
&#34;zh&#34;: {
&#34;language&#34;: &#34;zh&#34;,
&#34;value&#34;: &#34;\u82f1\u570b\u4f5c\u5bb6&#34;
},
&#34;zh-hk&#34;: {
&#34;language&#34;: &#34;zh-hk&#34;,
&#34;value&#34;: &#34;\u82f1\u570b\u4f5c\u5bb6&#34;
},
&#34;zh-tw&#34;: {
&#34;language&#34;: &#34;zh-tw&#34;,
&#34;value&#34;: &#34;\u82f1\u570b\u6587\u5b78\u5bb6\u3001\u5e7d\u9ed8\u4f5c\u5bb6&#34;
},
&#34;zh-mo&#34;: {
&#34;language&#34;: &#34;zh-mo&#34;,
&#34;value&#34;: &#34;\u82f1\u570b\u4f5c\u5bb6&#34;
},
&#34;ca&#34;: {
&#34;language&#34;: &#34;ca&#34;,
&#34;value&#34;: &#34;escriptor angl\u00e8s&#34;
},
&#34;fi&#34;: {
&#34;language&#34;: &#34;fi&#34;,
&#34;value&#34;: &#34;englantilainen kirjailija ja humoristi&#34;
},
&#34;cs&#34;: {
&#34;language&#34;: &#34;cs&#34;,
&#34;value&#34;: &#34;anglick\u00fd spisovatel, humorista a dramatik&#34;
},
&#34;sv&#34;: {
&#34;language&#34;: &#34;sv&#34;,
&#34;value&#34;: &#34;brittisk f\u00f6rfattare (1952\u20132001)&#34;
},
&#34;pt-br&#34;: {
&#34;language&#34;: &#34;pt-br&#34;,
&#34;value&#34;: &#34;escritor e comediante brit\u00e2nico&#34;
},
&#34;ta&#34;: {
&#34;language&#34;: &#34;ta&#34;,
&#34;value&#34;: &#34;\u0b86\u0b99\u0bcd\u0b95\u0bbf\u0bb2 \u0b8e\u0bb4\u0bc1\u0ba4\u0bcd\u0ba4\u0bbe\u0bb3\u0bb0\u0bcd \u0bae\u0bb1\u0bcd\u0bb1\u0bc1\u0bae\u0bcd \u0ba8\u0b95\u0bc8\u0b9a\u0bcd\u0b9a\u0bc1\u0bb5\u0bc8\u0baf\u0bbe\u0bb3\u0bb0\u0bcd&#34;
},
&#34;sl&#34;: {
&#34;language&#34;: &#34;sl&#34;,
&#34;value&#34;: &#34;angle\u0161ki pisatelj, humorist in dramatik&#34;
},
&#34;da&#34;: {
&#34;language&#34;: &#34;da&#34;,
&#34;value&#34;: &#34;engelsk forfatter&#34;
},
&#34;nl&#34;: {
&#34;language&#34;: &#34;nl&#34;,
&#34;value&#34;: &#34;Engelse schrijver (1952-2001)&#34;
},
&#34;pt&#34;: {
&#34;language&#34;: &#34;pt&#34;,
&#34;value&#34;: &#34;escritor e comediante brit\u00e2nico&#34;
},
&#34;pl&#34;: {
&#34;language&#34;: &#34;pl&#34;,
&#34;value&#34;: &#34;brytyjski pisarz&#34;
},
&#34;lv&#34;: {
&#34;language&#34;: &#34;lv&#34;,
&#34;value&#34;: &#34;ang\u013cu zin\u0101tnisk\u0101s fantastikas rakstnieks un humorists&#34;
},
&#34;sr&#34;: {
&#34;language&#34;: &#34;sr&#34;,
&#34;value&#34;: &#34;\u0435\u043d\u0433\u043b\u0435\u0441\u043a\u0438 \u043f\u0438\u0441\u0430\u0446 \u0438 \u0445\u0443\u043c\u043e\u0440\u0438\u0441\u0442\u0430&#34;
},
&#34;sr-ec&#34;: {
&#34;language&#34;: &#34;sr-ec&#34;,
&#34;value&#34;: &#34;\u0435\u043d\u0433\u043b\u0435\u0441\u043a\u0438 \u043f\u0438\u0441\u0430\u0446 \u043d\u0430\u0443\u0447\u043d\u0435 \u0444\u0430\u043d\u0442\u0430\u0441\u0442\u0438\u043a\u0435 \u0438 \u0445\u0443\u043c\u043e\u0440\u0438\u0441\u0442\u0430&#34;
},
&#34;sr-el&#34;: {
&#34;language&#34;: &#34;sr-el&#34;,
&#34;value&#34;: &#34;engleski pisac nau\u010dne fantastike i humorista&#34;
},
&#34;eo&#34;: {
&#34;language&#34;: &#34;eo&#34;,
&#34;value&#34;: &#34;angla a\u016dtoro de sciencfikcio-romanoj kaj humoristo&#34;
},
&#34;bar&#34;: {
&#34;language&#34;: &#34;bar&#34;,
&#34;value&#34;: &#34;a englischer Science-Fiction-Schriftsteller&#34;
},
&#34;br&#34;: {
&#34;language&#34;: &#34;br&#34;,
&#34;value&#34;: &#34;skrivagner saoznek&#34;
},
&#34;ja&#34;: {
&#34;language&#34;: &#34;ja&#34;,
&#34;value&#34;: &#34;\u30a4\u30f3\u30b0\u30e9\u30f3\u30c9\u306e\u4f5c\u5bb6&#34;
},
&#34;nn&#34;: {
&#34;language&#34;: &#34;nn&#34;,
&#34;value&#34;: &#34;forfattar&#34;
},
&#34;tr&#34;: {
&#34;language&#34;: &#34;tr&#34;,
&#34;value&#34;: &#34;\u0130ngiliz yazar&#34;
},
&#34;si&#34;: {
&#34;language&#34;: &#34;si&#34;,
&#34;value&#34;: &#34;\u0d89\u0d82\u0d9c\u0dca\u200d\u0dbb\u0dd3\u0dc3\u0dd2 \u0d9a\u0dc0\u0dd2\u0dba\u0dd9\u0d9a\u0dca&#34;
},
&#34;vi&#34;: {
&#34;language&#34;: &#34;vi&#34;,
&#34;value&#34;: &#34;nh\u00e0 v\u0103n v\u00e0 nh\u00e0 so\u1ea1n h\u00e0i k\u1ecbch ng\u01b0\u1eddi Anh (1952-2001)&#34;
},
&#34;cy&#34;: {
&#34;language&#34;: &#34;cy&#34;,
&#34;value&#34;: &#34;awdur a dychanwr Seisnig&#34;
},
&#34;gu&#34;: {
&#34;language&#34;: &#34;gu&#34;,
&#34;value&#34;: &#34;\u0a85\u0a82\u0a97\u0acd\u0ab0\u0ac7\u0a9c\u0ac0 \u0ab2\u0ac7\u0a96\u0a95 \u0a85\u0aa8\u0ac7 \u0ab9\u0abe\u0ab8\u0acd\u0aaf\u0a95\u0abe\u0ab0&#34;
},
&#34;uk&#34;: {
&#34;language&#34;: &#34;uk&#34;,
&#34;value&#34;: &#34;\u0431\u0440\u0438\u0442\u0430\u043d\u0441\u044c\u043a\u0438\u0439 \u043a\u043e\u043c\u0456\u0447\u043d\u0438\u0439 \u0440\u0430\u0434\u0456\u043e\u0434\u0440\u0430\u043c\u0430\u0442\u0443\u0440\u0433, \u043f\u0438\u0441\u044c\u043c\u0435\u043d\u043d\u0438\u043a&#34;
},
&#34;ro&#34;: {
&#34;language&#34;: &#34;ro&#34;,
&#34;value&#34;: &#34;scriitor, dramaturg englez&#34;
},
&#34;hu&#34;: {
&#34;language&#34;: &#34;hu&#34;,
&#34;value&#34;: &#34;angol \u00edr\u00f3 \u00e9s humorista (1952\u20132001)&#34;
},
&#34;fa&#34;: {
&#34;language&#34;: &#34;fa&#34;,
&#34;value&#34;: &#34;\u0641\u06cc\u0644\u0645\u0646\u0627\u0645\u0647\u200c\u0646\u0648\u06cc\u0633 \u0648 \u0646\u0648\u06cc\u0633\u0646\u062f\u0647 \u0628\u0631\u06cc\u062a\u0627\u0646\u06cc\u0627\u06cc\u06cc&#34;
},
&#34;af&#34;: {
&#34;language&#34;: &#34;af&#34;,
&#34;value&#34;: &#34;Engelse skrywer en humoris&#34;
},
&#34;mk&#34;: {
&#34;language&#34;: &#34;mk&#34;,
&#34;value&#34;: &#34;\u0430\u043d\u0433\u043b\u0438\u0441\u043a\u0438 \u043f\u0438\u0441\u0430\u0442\u0435\u043b \u0438 \u0445\u0443\u043c\u043e\u0440\u0438\u0441\u0442&#34;
},
&#34;el&#34;: {
&#34;language&#34;: &#34;el&#34;,
&#34;value&#34;: &#34;\u0386\u03b3\u03b3\u03bb\u03bf\u03c2 \u03c3\u03c5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ad\u03b1\u03c2 (1952\u20132001)&#34;
},
&#34;hy&#34;: {
&#34;language&#34;: &#34;hy&#34;,
&#34;value&#34;: &#34;\u0561\u0576\u0563\u056c\u056b\u0561\u0581\u056b \u0563\u0580\u0578\u0572, \u0564\u0580\u0561\u0574\u0561\u057f\u0578\u0582\u0580\u0563, \u057d\u0581\u0565\u0576\u0561\u0580\u056b\u057d\u057f, \u00ab\u0531\u057e\u057f\u0578\u057d\u057f\u0578\u057a\u0578\u057e \u0566\u0562\u0578\u057d\u0561\u0577\u0580\u057b\u056b\u056f\u056b \u0574\u056b\u057b\u0563\u0561\u056c\u0561\u056f\u057f\u056b\u056f\u0561\u056f\u0561\u0576 \u0578\u0582\u0572\u0565\u0581\u0578\u0582\u0575\u0581\u00bb \u057e\u0565\u057a\u0565\u0580\u056b \u0577\u0561\u0580\u0584&#34;
},
&#34;bg&#34;: {
&#34;language&#34;: &#34;bg&#34;,
&#34;value&#34;: &#34;\u0430\u043d\u0433\u043b\u0438\u0439\u0441\u043a\u0438 \u043f\u0438\u0441\u0430\u0442\u0435\u043b \u0438 \u0445\u0443\u043c\u043e\u0440\u0438\u0441\u0442&#34;
},
&#34;ne&#34;: {
&#34;language&#34;: &#34;ne&#34;,
&#34;value&#34;: &#34;\u0905\u0919\u094d\u0917\u094d\u0930\u0947\u091c\u0940 \u0932\u0947\u0916\u0915 \u0930 \u0935\u094d\u092f\u0919\u094d\u0917\u094d\u092f\u0915\u093e\u0930&#34;
},
&#34;he&#34;: {
&#34;language&#34;: &#34;he&#34;,
&#34;value&#34;: &#34;\u05e1\u05d5\u05e4\u05e8 \u05d5\u05d4\u05d5\u05de\u05d5\u05e8\u05d9\u05e1\u05d8\u05df \u05d1\u05e8\u05d9\u05d8\u05d9&#34;
},
&#34;de-at&#34;: {
&#34;language&#34;: &#34;de-at&#34;,
&#34;value&#34;: &#34;britischer Schriftsteller&#34;
},
&#34;de-ch&#34;: {
&#34;language&#34;: &#34;de-ch&#34;,
&#34;value&#34;: &#34;britischer Schriftsteller&#34;
},
&#34;gsw&#34;: {
&#34;language&#34;: &#34;gsw&#34;,
&#34;value&#34;: &#34;britischer Schriftsteller&#34;
},
&#34;nds&#34;: {
&#34;language&#34;: &#34;nds&#34;,
&#34;value&#34;: &#34;englischer Schriftsteller&#34;
},
&#34;kn&#34;: {
&#34;language&#34;: &#34;kn&#34;,
&#34;value&#34;: &#34;\u0c87\u0c82\u0c97\u0ccd\u0cb2\u0cbf\u0cb7\u0ccd \u0cad\u0cbe\u0cb7\u0cc6\u0caf \u0cac\u0cb0\u0cb9\u0c97\u0cbe\u0cb0 \u0cb9\u0cbe\u0c97\u0cc2 \u0cb9\u0cbe\u0cb8\u0ccd\u0caf \u0cb2\u0cc7\u0c96\u0c95&#34;
},
&#34;pa&#34;: {
&#34;language&#34;: &#34;pa&#34;,
&#34;value&#34;: &#34;\u0a05\u0a70\u0a17\u0a30\u0a47\u0a1c\u0a3c\u0a40 \u0a32\u0a47\u0a16\u0a15&#34;
},
&#34;ar&#34;: {
&#34;language&#34;: &#34;ar&#34;,
&#34;value&#34;: &#34;\u0643\u0627\u062a\u0628 \u0625\u0646\u062c\u0644\u064a\u0632\u064a \u0641\u0643\u0627\u0647\u064a&#34;
},
&#34;tl&#34;: {
&#34;language&#34;: &#34;tl&#34;,
&#34;value&#34;: &#34;taga-Inglatera na manunulat at tagapagpatawa&#34;
},
&#34;eu&#34;: {
&#34;language&#34;: &#34;eu&#34;,
&#34;value&#34;: &#34;idazle eta umorista britaniarra&#34;
},
&#34;hr&#34;: {
&#34;language&#34;: &#34;hr&#34;,
&#34;value&#34;: &#34;britanski radijski dramaturg i pisac znanstvene fantastike&#34;
},
&#34;ko&#34;: {
&#34;language&#34;: &#34;ko&#34;,
&#34;value&#34;: &#34;\uc601\uad6d\uc758 \uc791\uac00&#34;
},
&#34;sw&#34;: {
&#34;language&#34;: &#34;sw&#34;,
&#34;value&#34;: &#34;mwandishi Mwingereza&#34;
},
&#34;th&#34;: {
&#34;language&#34;: &#34;th&#34;,
&#34;value&#34;: &#34;\u0e19\u0e31\u0e01\u0e40\u0e02\u0e35\u0e22\u0e19\u0e41\u0e25\u0e30\u0e1c\u0e39\u0e49\u0e40\u0e25\u0e48\u0e32\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e2d\u0e32\u0e23\u0e21\u0e13\u0e4c\u0e02\u0e31\u0e19\u0e0a\u0e32\u0e27\u0e2d\u0e31\u0e07\u0e01\u0e24\u0e29&#34;
},
&#34;en-ca&#34;: {
&#34;language&#34;: &#34;en-ca&#34;,
&#34;value&#34;: &#34;English writer&#34;
},
&#34;gd&#34;: {
&#34;language&#34;: &#34;gd&#34;,
&#34;value&#34;: &#34;sgr\u00ecobhadair Sasannach&#34;
},
&#34;ka&#34;: {
&#34;language&#34;: &#34;ka&#34;,
&#34;value&#34;: &#34;\u10d8\u10dc\u10d2\u10da\u10d8\u10e1\u10d4\u10da\u10d8 \u10db\u10ec\u10d4\u10e0\u10d0\u10da\u10d8 \u10d3\u10d0 \u10d8\u10e3\u10db\u10dd\u10e0\u10d8\u10e1\u10e2\u10d8&#34;
},
&#34;et&#34;: {
&#34;language&#34;: &#34;et&#34;,
&#34;value&#34;: &#34;inglise ulmekirjanik&#34;
},
&#34;te&#34;: {
&#34;language&#34;: &#34;te&#34;,
&#34;value&#34;: &#34;\u0c07\u0c02\u0c17\u0c4d\u0c32\u0c40\u0c37\u0c41 \u0c30\u0c1a\u0c2f\u0c3f\u0c24, \u0c39\u0c3e\u0c38\u0c4d\u0c2f\u0c15\u0c3e\u0c30\u0c41\u0c21\u0c41&#34;
},
&#34;ast&#34;: {
&#34;language&#34;: &#34;ast&#34;,
&#34;value&#34;: &#34;escritor y humorista ingl\u00e9s&#34;
},
&#34;sq&#34;: {
&#34;language&#34;: &#34;sq&#34;,
&#34;value&#34;: &#34;autor dhe humorist anglez&#34;
},
&#34;gl&#34;: {
&#34;language&#34;: &#34;gl&#34;,
&#34;value&#34;: &#34;escritor e guionista brit\u00e1nico&#34;
},
&#34;bho&#34;: {
&#34;language&#34;: &#34;bho&#34;,
&#34;value&#34;: &#34;\u0905\u0902\u0917\u094d\u0930\u0947\u091c\u0940 \u092d\u093e\u0937\u093e \u0915\u0947 \u092c\u094d\u0930\u093f\u091f\u093f\u0936 \u0932\u0947\u0916\u0915&#34;
},
&#34;sk&#34;: {
&#34;language&#34;: &#34;sk&#34;,
&#34;value&#34;: &#34;anglick\u00fd spisovate\u013e&#34;
},
&#34;la&#34;: {
&#34;language&#34;: &#34;la&#34;,
&#34;value&#34;: &#34;scriptor, scriptor scaenicus, et mythistoricus (1952\u20132001)&#34;
},
&#34;ml&#34;: {
&#34;language&#34;: &#34;ml&#34;,
&#34;value&#34;: &#34;\u0d2c\u0d4d\u0d30\u0d3f\u0d1f\u0d4d\u0d1f\u0d40\u0d37\u0d4d \u0d0e\u0d34\u0d41\u0d24\u0d4d\u0d24\u0d41\u0d15\u0d3e\u0d30\u0d28\u0d41\u0d02 \u0d39\u0d3e\u0d38\u0d4d\u0d2f\u0d38\u0d3e\u0d39\u0d3f\u0d24\u0d4d\u0d2f\u0d3e\u0d15\u0d3e\u0d30\u0d28\u0d41\u0d02&#34;
},
&#34;ga&#34;: {
&#34;language&#34;: &#34;ga&#34;,
&#34;value&#34;: &#34;scr\u00edbhneoir Sasanach&#34;
},
&#34;ku-latn&#34;: {
&#34;language&#34;: &#34;ku-latn&#34;,
&#34;value&#34;: &#34;niv\u00eeskar\u00ea br\u00eetan\u00ee&#34;
},
&#34;min&#34;: {
&#34;language&#34;: &#34;min&#34;,
&#34;value&#34;: &#34;Panulih jo palawak dari Inggirih&#34;
},
&#34;hi&#34;: {
&#34;language&#34;: &#34;hi&#34;,
&#34;value&#34;: &#34;\u0905\u0902\u0917\u094d\u0930\u0947\u091c\u0940 \u0932\u0947\u0916\u0915&#34;
},
&#34;nqo&#34;: {
&#34;language&#34;: &#34;nqo&#34;,
&#34;value&#34;: &#34;\u07ca\u07f2\u07ec\u07dc\u07ed\u07cc\u07ec\u07df\u07cb\u07ec \u07db\u07d3\u07cd\u07e6\u07df\u07ca \u07de\u07ce\u07f2\u07ec\u07d8\u07d0\u07ec\u07d5\u07cd\u07f0 \u07df\u07d0\u07f2\u07de\u07cf \u07de\u07ca\u07f2\u07ec&#34;
},
&#34;be&#34;: {
&#34;language&#34;: &#34;be&#34;,
&#34;value&#34;: &#34;\u0430\u043d\u0433\u043b\u0456\u0439\u0441\u043a\u0456 \u043f\u0456\u0441\u044c\u043c\u0435\u043d\u043d\u0456\u043a&#34;
},
&#34;id&#34;: {
&#34;language&#34;: &#34;id&#34;,
&#34;value&#34;: &#34;penulis dan humoris asal Britania Raya (1952-2001)&#34;
},
&#34;bs&#34;: {
&#34;language&#34;: &#34;bs&#34;,
&#34;value&#34;: &#34;engleski pisac i humorist&#34;
},
&#34;ms&#34;: {
&#34;language&#34;: &#34;ms&#34;,
&#34;value&#34;: &#34;penulis dan pelawak Inggeris&#34;
},
&#34;mr&#34;: {
&#34;language&#34;: &#34;mr&#34;,
&#34;value&#34;: &#34;\u092c\u094d\u0930\u093f\u091f\u093f\u0936 \u0932\u0947\u0916\u0915 \u0935 \u0928\u093e\u091f\u0915\u0915\u093e\u0930&#34;
},
&#34;bn&#34;: {
&#34;language&#34;: &#34;bn&#34;,
&#34;value&#34;: &#34;\u0987\u0982\u09b0\u09c7\u099c \u0995\u09b2\u09cd\u09aa\u09ac\u09bf\u099c\u09cd\u099e\u09be\u09a8 \u09b2\u09c7\u0996\u0995 \u0993 \u0995\u09cc\u09a4\u09c1\u0995\u09ac\u09bf\u09a6&#34;
},
&#34;dv&#34;: {
&#34;language&#34;: &#34;dv&#34;,
&#34;value&#34;: &#34;\u078d\u07a8\u0794\u07aa\u0782\u07b0\u078c\u07ac\u0783\u07a8\u0787\u07ac\u0787\u07b0&#34;
},
&#34;is&#34;: {
&#34;language&#34;: &#34;is&#34;,
&#34;value&#34;: &#34;Enskur h\u00f6fundur&#34;
},
&#34;ary&#34;: {
&#34;language&#34;: &#34;ary&#34;,
&#34;value&#34;: &#34;\u0643\u0627\u062a\u0628 \u0646\u06ad\u0644\u064a\u0632\u064a \u062f\u064a\u0627\u0644 \u0644\u062e\u064a\u0627\u0644 \u0644\u0639\u0644\u0645\u064a \u0648 \u0644\u0641\u0643\u0627\u0647\u0629&#34;
}
},
&#34;aliases&#34;: {
&#34;en&#34;: [
{
&#34;language&#34;: &#34;en&#34;,
&#34;value&#34;: &#34;Douglas No\u00ebl Adams&#34;
},
{
&#34;language&#34;: &#34;en&#34;,
&#34;value&#34;: &#34;DNA&#34;
}
],
&#34;ru&#34;: [
{
&#34;language&#34;: &#34;ru&#34;,
&#34;value&#34;: &#34;\u0410\u0434\u0430\u043c\u0441, \u0414\u0443\u0433\u043b\u0430\u0441&#34;
},
{
&#34;language&#34;: &#34;ru&#34;,
&#34;value&#34;: &#34;\u0414\u0443\u0433\u043b\u0430\u0441 \u041d\u043e\u044d\u043b\u044c \u0410\u0434\u0430\u043c\u0441&#34;
},
{
&#34;language&#34;: &#34;ru&#34;,
&#34;value&#34;: &#34;\u0410\u0434\u0430\u043c\u0441, \u0414\u0443\u0433\u043b\u0430\u0441 \u041d\u043e\u044d\u043b\u044c&#34;
}
],
&#34;nb&#34;: [
{
&#34;language&#34;: &#34;nb&#34;,
&#34;value&#34;: &#34;Douglas No\u00ebl Adams&#34;
},
{
&#34;language&#34;: &#34;nb&#34;,
&#34;value&#34;: &#34;Douglas N. Adams&#34;
}
],
&#34;fr&#34;: [
{
&#34;language&#34;: &#34;fr&#34;,
&#34;value&#34;: &#34;Douglas No\u00ebl Adams&#34;
}
],
&#34;de&#34;: [
{
&#34;language&#34;: &#34;de&#34;,
&#34;value&#34;: &#34;Douglas No\u00ebl Adams&#34;
}
],
&#34;pt-br&#34;: [
{
&#34;language&#34;: &#34;pt-br&#34;,
&#34;value&#34;: &#34;Douglas No\u00ebl Adams&#34;
},
{
&#34;language&#34;: &#34;pt-br&#34;,
&#34;value&#34;: &#34;Douglas Noel Adams&#34;
}
],
&#34;be-tarask&#34;: [
{
&#34;language&#34;: &#34;be-tarask&#34;,
&#34;value&#34;: &#34;\u0414\u0443\u0433\u043b\u0430\u0441 \u0410\u0434\u0430\u043c\u0441&#34;
}
],
&#34;zh&#34;: [
{
&#34;language&#34;: &#34;zh&#34;,
&#34;value&#34;: &#34;\u4e9e\u7576\u65af&#34;
}
],
&#34;es&#34;: [
{
&#34;language&#34;: &#34;es&#34;,
&#34;value&#34;: &#34;Douglas Noel Adams&#34;
},
{
&#34;language&#34;: &#34;es&#34;,
&#34;value&#34;: &#34;Douglas No\u00ebl Adams&#34;
}
],
&#34;it&#34;: [
{
&#34;language&#34;: &#34;it&#34;,
&#34;value&#34;: &#34;Douglas Noel Adams&#34;
},
{
&#34;language&#34;: &#34;it&#34;,
&#34;value&#34;: &#34;Douglas N. Adams&#34;
}
],
&#34;cs&#34;: [
{
&#34;language&#34;: &#34;cs&#34;,
&#34;value&#34;: &#34;Douglas No\u00ebl Adams&#34;
},
{
&#34;language&#34;: &#34;cs&#34;,
&#34;value&#34;: &#34;Douglas Noel Adams&#34;
},
{
&#34;language&#34;: &#34;cs&#34;,
&#34;value&#34;: &#34;Douglas N. Adams&#34;
}
],
&#34;hy&#34;: [
{
&#34;language&#34;: &#34;hy&#34;,
&#34;value&#34;: &#34;\u0531\u0564\u0561\u0574\u057d, \u0534\u0578\u0582\u0563\u056c\u0561\u057d&#34;
}
],
&#34;el&#34;: [
{
&#34;language&#34;: &#34;el&#34;,
&#34;value&#34;: &#34;\u039d\u03c4\u03ac\u03b3\u03ba\u03bb\u03b1\u03c2 \u039d\u03cc\u03b5\u03bb \u0386\u03bd\u03c4\u03b1\u03bc\u03c2&#34;
}
],
&#34;nl&#34;: [
{
&#34;language&#34;: &#34;nl&#34;,
&#34;value&#34;: &#34;Douglas Noel Adams&#34;
},
{
&#34;language&#34;: &#34;nl&#34;,
&#34;value&#34;: &#34;Douglas No\u00ebl Adams&#34;
}
],
&#34;pt&#34;: [
{
&#34;language&#34;: &#34;pt&#34;,
&#34;value&#34;: &#34;Douglas No\u00ebl Adams&#34;
},
{
&#34;language&#34;: &#34;pt&#34;,
&#34;value&#34;: &#34;Douglas Noel Adams&#34;
}
],
&#34;ja&#34;: [
{
&#34;language&#34;: &#34;ja&#34;,
&#34;value&#34;: &#34;\u30c0\u30b0\u30e9\u30b9\u30fb\u30a2\u30c0\u30e0\u30b9&#34;
}
],
&#34;pa&#34;: [
{
&#34;language&#34;: &#34;pa&#34;,
&#34;value&#34;: &#34;\u0a21\u0a17\u0a32\u0a38 \u0a28\u0a4b\u0a0f\u0a32 \u0a10\u0a21\u0a2e\u0a1c\u0a3c&#34;
},
{
&#34;language&#34;: &#34;pa&#34;,
&#34;value&#34;: &#34;\u0a21\u0a17\u0a32\u0a38 \u0a10\u0a21\u0a2e\u0a38&#34;
}
],
&#34;tl&#34;: [
{
&#34;language&#34;: &#34;tl&#34;,
&#34;value&#34;: &#34;Douglas No\u00ebl Adams&#34;
},
{
&#34;language&#34;: &#34;tl&#34;,
&#34;value&#34;: &#34;Douglas Noel Adams&#34;
}
],
&#34;eu&#34;: [
{
&#34;language&#34;: &#34;eu&#34;,
&#34;value&#34;: &#34;Douglas Noel Adams&#34;
},
{
&#34;language&#34;: &#34;eu&#34;,
&#34;value&#34;: &#34;Douglas No\u00ebl Adams&#34;
}
],
&#34;uk&#34;: [
{
&#34;language&#34;: &#34;uk&#34;,
&#34;value&#34;: &#34;\u0414\u0443\u0433\u043b\u0430\u0441 \u041d\u043e\u0435\u043b \u0410\u0434\u0430\u043c\u0441&#34;
},
{
&#34;language&#34;: &#34;uk&#34;,
&#34;value&#34;: &#34;\u0410\u0434\u0430\u043c\u0441 \u0414\u0443\u0433\u043b\u0430\u0441&#34;
}
],
&#34;hr&#34;: [
{
&#34;language&#34;: &#34;hr&#34;,
&#34;value&#34;: &#34;Douglas No\u00ebl Adams&#34;
},
{
&#34;language&#34;: &#34;hr&#34;,
&#34;value&#34;: &#34;Douglas N. Adams&#34;
},
{
&#34;language&#34;: &#34;hr&#34;,
&#34;value&#34;: &#34;Douglas Noel Adams&#34;
}
],
&#34;he&#34;: [
{
&#34;language&#34;: &#34;he&#34;,
&#34;value&#34;: &#34;\u05d3\u05d2\u05dc\u05e1 \u05d0\u05d3\u05de\u05e1&#34;
},
{
&#34;language&#34;: &#34;he&#34;,
&#34;value&#34;: &#34;\u05d3\u05d0\u05d2\u05dc\u05e1 \u05e0\u05d5\u05d0\u05dc \u05d0\u05d3\u05de\u05e1&#34;
}
],
&#34;ko&#34;: [
{
&#34;language&#34;: &#34;ko&#34;,
&#34;value&#34;: &#34;\ub354\uae00\ub77c\uc2a4 \uc560\ub364\uc2a4&#34;
},
{
&#34;language&#34;: &#34;ko&#34;,
&#34;value&#34;: &#34;\ub354\uae00\ub7ec\uc2a4 \ub178\uc5d8 \uc560\ub364\uc2a4&#34;
}
],
&#34;sw&#34;: [
{
&#34;language&#34;: &#34;sw&#34;,
&#34;value&#34;: &#34;Douglas Noel Adams&#34;
},
{
&#34;language&#34;: &#34;sw&#34;,
&#34;value&#34;: &#34;Douglas No\u00ebl Adams&#34;
}
],
&#34;tr&#34;: [
{
&#34;language&#34;: &#34;tr&#34;,
&#34;value&#34;: &#34;Douglas Noel Adams&#34;
},
{
&#34;language&#34;: &#34;tr&#34;,
&#34;value&#34;: &#34;Douglas N. Adams&#34;
},
{
&#34;language&#34;: &#34;tr&#34;,
&#34;value&#34;: &#34;Douglas No\u00ebl Adams&#34;
}
],
&#34;et&#34;: [
{
&#34;language&#34;: &#34;et&#34;,
&#34;value&#34;: &#34;Douglas No\u00ebl Adams&#34;
}
],
&#34;ar&#34;: [
{
&#34;language&#34;: &#34;ar&#34;,
&#34;value&#34;: &#34;\u062f\u0648\u063a\u0644\u0627\u0633 \u0646\u0648\u064a\u0644 \u0622\u062f\u0645\u0632&#34;
},
{
&#34;language&#34;: &#34;ar&#34;,
&#34;value&#34;: &#34;\u062f\u0648\u063a\u0644\u0627\u0633 \u0646. \u0622\u062f\u0645\u0632&#34;
},
{
&#34;language&#34;: &#34;ar&#34;,
&#34;value&#34;: &#34;\u062f\u0648\u063a\u0644\u0627\u0633 \u0622\u062f\u0627\u0645\u0632&#34;
},
{
&#34;language&#34;: &#34;ar&#34;,
&#34;value&#34;: &#34;\u062f\u0648\u062c\u0644\u0627\u0633 \u0622\u062f\u0645\u0632&#34;
},
{
&#34;language&#34;: &#34;ar&#34;,
&#34;value&#34;: &#34;\u062f\u0648\u062c\u0644\u0627\u0633 \u0622\u062f\u0627\u0645\u0632&#34;
}
],
&#34;la&#34;: [
{
&#34;language&#34;: &#34;la&#34;,
&#34;value&#34;: &#34;Duglassius No\u00eblus Adams&#34;
},
{
&#34;language&#34;: &#34;la&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
},
{
&#34;language&#34;: &#34;la&#34;,
&#34;value&#34;: &#34;Duglassius Natalis Adams&#34;
}
],
&#34;gl&#34;: [
{
&#34;language&#34;: &#34;gl&#34;,
&#34;value&#34;: &#34;Douglas No\u00ebl Adams&#34;
}
],
&#34;bho&#34;: [
{
&#34;language&#34;: &#34;bho&#34;,
&#34;value&#34;: &#34;\u0921\u0917\u094d\u0932\u0938 \u0905\u0921\u092e\u094d\u0938&#34;
},
{
&#34;language&#34;: &#34;bho&#34;,
&#34;value&#34;: &#34;\u0921\u0917\u094d\u0932\u0938 \u090f\u0921\u092e\u094d\u0938&#34;
}
],
&#34;sv&#34;: [
{
&#34;language&#34;: &#34;sv&#34;,
&#34;value&#34;: &#34;Douglas Noel Adams&#34;
},
{
&#34;language&#34;: &#34;sv&#34;,
&#34;value&#34;: &#34;Douglas No\u00ebl Adams&#34;
}
],
&#34;ml&#34;: [
{
&#34;language&#34;: &#34;ml&#34;,
&#34;value&#34;: &#34;\u0d21\u0d17\u0d4d\u0d32\u0d38\u0d4d \u0d28\u0d4b\u0d2f\u0d7d \u0d06\u0d21\u0d02\u0d38\u0d4d&#34;
},
{
&#34;language&#34;: &#34;ml&#34;,
&#34;value&#34;: &#34;\u0d21\u0d17\u0d4d\u0d32\u0d38\u0d4d \u0d0e\u0d28\u0d4d\u200d \u0d06\u0d21\u0d02\u0d38\u0d4d&#34;
}
],
&#34;nn&#34;: [
{
&#34;language&#34;: &#34;nn&#34;,
&#34;value&#34;: &#34;Douglas Noel Adams&#34;
}
],
&#34;ga&#34;: [
{
&#34;language&#34;: &#34;ga&#34;,
&#34;value&#34;: &#34;Douglas Noel Adams&#34;
},
{
&#34;language&#34;: &#34;ga&#34;,
&#34;value&#34;: &#34;Douglas No\u00ebl Adams&#34;
},
{
&#34;language&#34;: &#34;ga&#34;,
&#34;value&#34;: &#34;Douglas N. Adams&#34;
}
],
&#34;zh-tw&#34;: [
{
&#34;language&#34;: &#34;zh-tw&#34;,
&#34;value&#34;: &#34;\u9053\u683c\u62c9\u65af\u00b7\u8afe\u8036\u723e\u00b7\u4e9e\u7576\u65af&#34;
}
],
&#34;ro&#34;: [
{
&#34;language&#34;: &#34;ro&#34;,
&#34;value&#34;: &#34;Douglas No\u00ebl Adams&#34;
}
],
&#34;eo&#34;: [
{
&#34;language&#34;: &#34;eo&#34;,
&#34;value&#34;: &#34;Douglas ADAMS&#34;
},
{
&#34;language&#34;: &#34;eo&#34;,
&#34;value&#34;: &#34;Douglas No\u00ebl ADAMS&#34;
}
],
&#34;ca&#34;: [
{
&#34;language&#34;: &#34;ca&#34;,
&#34;value&#34;: &#34;Douglas Noel Adams&#34;
},
{
&#34;language&#34;: &#34;ca&#34;,
&#34;value&#34;: &#34;Douglas No\u00ebl Adams&#34;
}
],
&#34;nqo&#34;: [
{
&#34;language&#34;: &#34;nqo&#34;,
&#34;value&#34;: &#34;\u07d8\u07ce\u07dc\u07ed\u07d1\u07df\u07ca\u07db \u07e3\u07cf\u07e5\u07cd\u07df \u07ca\u07d8\u07ca\u07e1\u07db&#34;
},
{
&#34;language&#34;: &#34;nqo&#34;,
&#34;value&#34;: &#34;\u07d8\u07ce\u07dc\u07ed\u07d1\u07df\u07ca\u07db \u07e3. \u07ca\u07d8\u07ca\u07e1\u07db&#34;
}
],
&#34;pl&#34;: [
{
&#34;language&#34;: &#34;pl&#34;,
&#34;value&#34;: &#34;Douglas Noel Adams&#34;
}
],
&#34;ms&#34;: [
{
&#34;language&#34;: &#34;ms&#34;,
&#34;value&#34;: &#34;Douglas Noel Adams&#34;
},
{
&#34;language&#34;: &#34;ms&#34;,
&#34;value&#34;: &#34;Douglas No\u00ebl Adams&#34;
},
{
&#34;language&#34;: &#34;ms&#34;,
&#34;value&#34;: &#34;Douglas N. Adams&#34;
}
],
&#34;da&#34;: [
{
&#34;language&#34;: &#34;da&#34;,
&#34;value&#34;: &#34;Douglas Noel Adams&#34;
}
],
&#34;fi&#34;: [
{
&#34;language&#34;: &#34;fi&#34;,
&#34;value&#34;: &#34;Douglas Noel Adams&#34;
}
],
&#34;az&#34;: [
{
&#34;language&#34;: &#34;az&#34;,
&#34;value&#34;: &#34;Duqlas Adams&#34;
},
{
&#34;language&#34;: &#34;az&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
}
],
&#34;mrj&#34;: [
{
&#34;language&#34;: &#34;mrj&#34;,
&#34;value&#34;: &#34;\u0410\u0434\u0430\u043c\u0441, \u0414\u0443\u0433\u043b\u0430\u0441&#34;
}
],
&#34;ur&#34;: [
{
&#34;language&#34;: &#34;ur&#34;,
&#34;value&#34;: &#34;\u0688\u06af\u0644\u0633 \u0627\u06cc\u0688\u0645\u0633&#34;
}
],
&#34;lv&#34;: [
{
&#34;language&#34;: &#34;lv&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
}
],
&#34;sr-el&#34;: [
{
&#34;language&#34;: &#34;sr-el&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
}
],
&#34;ak&#34;: [
{
&#34;language&#34;: &#34;ak&#34;,
&#34;value&#34;: &#34;Douglas Adams&#34;
}
],
&#34;hu&#34;: [
{
&#34;language&#34;: &#34;hu&#34;,
&#34;value&#34;: &#34;Douglas Noel Adams&#34;
},
{
&#34;language&#34;: &#34;hu&#34;,
&#34;value&#34;: &#34;Douglas No\u00ebl Adams&#34;
}
],
&#34;ia&#34;: [
{
&#34;language&#34;: &#34;ia&#34;,
&#34;value&#34;: &#34;Douglas Noel Adams&#34;
}
],
&#34;id&#34;: [
{
&#34;language&#34;: &#34;id&#34;,
&#34;value&#34;: &#34;Douglas Noel Adams&#34;
},
{
&#34;language&#34;: &#34;id&#34;,
&#34;value&#34;: &#34;Douglas No\u00ebl Adams&#34;
},
{
&#34;language&#34;: &#34;id&#34;,
&#34;value&#34;: &#34;Douglas N. Adams&#34;
}
],
&#34;sk&#34;: [
{
&#34;language&#34;: &#34;sk&#34;,
&#34;value&#34;: &#34;Douglas Noel Adams&#34;
},
{
&#34;language&#34;: &#34;sk&#34;,
&#34;value&#34;: &#34;Douglas No\u00ebl Adams&#34;
},
{
&#34;language&#34;: &#34;sk&#34;,
&#34;value&#34;: &#34;Douglas N. Adams&#34;
}
],
&#34;af&#34;: [
{
&#34;language&#34;: &#34;af&#34;,
&#34;value&#34;: &#34;Douglas Noel Adams&#34;
}
],
&#34;bar&#34;: [
{
&#34;language&#34;: &#34;bar&#34;,
&#34;value&#34;: &#34;Douglas No\u00ebl Adams&#34;
}
]
},
&#34;claims&#34;: {
&#34;P31&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P31&#34;,
&#34;hash&#34;: &#34;ad7d38a03cdd40cdc373de0dc4e7b7fcbccb31d9&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 5,
&#34;id&#34;: &#34;Q5&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$F078E5B3-F9A8-480E-B7AC-D97778CBBEF9&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;a4d108601216cffd2ff1819ccf12b483486b62e7&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;def9f19d84b65167a2a17ce38364d264c16127fc&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 19938912,
&#34;id&#34;: &#34;Q19938912&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P268&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P268&#34;,
&#34;hash&#34;: &#34;8721e8944f95e9ce185c270dd1e12b81d13f7e9b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;11888092r&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;d197d0a5efa4b4c23a302a829dd3ef43684fe002&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 150,
&#34;id&#34;: &#34;Q150&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;f44435a8f14d71ab1b0c0aad17c46fcc01fc7702&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2022-10-09T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P268&#34;,
&#34;P407&#34;,
&#34;P813&#34;
]
},
{
&#34;hash&#34;: &#34;f38b0c50096908694fe215d33497be11eb3f9d3b&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;019a50b7de741e0068bde41c9d9955b22a5de47b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 36578,
&#34;id&#34;: &#34;Q36578&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P227&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P227&#34;,
&#34;hash&#34;: &#34;2a20755d12051fc95152d6107bd8a34e7fbc63c4&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;119033364&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;46bfd327b830f66f7061ea92d1be430c135fa91f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 188,
&#34;id&#34;: &#34;Q188&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;f44435a8f14d71ab1b0c0aad17c46fcc01fc7702&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2022-10-09T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P227&#34;,
&#34;P407&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P21&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P21&#34;,
&#34;hash&#34;: &#34;85ad4b1c7348f7a5aac521135040d74e91fb5939&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 6581097,
&#34;id&#34;: &#34;Q6581097&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;q42$39F4DE4F-C277-449C-9F99-512350971B5B&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;f38b0c50096908694fe215d33497be11eb3f9d3b&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;019a50b7de741e0068bde41c9d9955b22a5de47b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 36578,
&#34;id&#34;: &#34;Q36578&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P227&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P227&#34;,
&#34;hash&#34;: &#34;2a20755d12051fc95152d6107bd8a34e7fbc63c4&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;119033364&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;46bfd327b830f66f7061ea92d1be430c135fa91f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 188,
&#34;id&#34;: &#34;Q188&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;f44435a8f14d71ab1b0c0aad17c46fcc01fc7702&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2022-10-09T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P227&#34;,
&#34;P407&#34;,
&#34;P813&#34;
]
},
{
&#34;hash&#34;: &#34;a4d108601216cffd2ff1819ccf12b483486b62e7&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;def9f19d84b65167a2a17ce38364d264c16127fc&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 19938912,
&#34;id&#34;: &#34;Q19938912&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P268&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P268&#34;,
&#34;hash&#34;: &#34;8721e8944f95e9ce185c270dd1e12b81d13f7e9b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;11888092r&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;d197d0a5efa4b4c23a302a829dd3ef43684fe002&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 150,
&#34;id&#34;: &#34;Q150&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;f44435a8f14d71ab1b0c0aad17c46fcc01fc7702&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2022-10-09T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P268&#34;,
&#34;P407&#34;,
&#34;P813&#34;
]
},
{
&#34;hash&#34;: &#34;6f60c456c95ba618e266011ead6d50a81cfb3e76&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;e5f853298b310a45c2ee3b01a2a4940640f7985a&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 47757534,
&#34;id&#34;: &#34;Q47757534&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P269&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P269&#34;,
&#34;hash&#34;: &#34;adb558674eda6bfe9b17c3fed9be99c3d55f0cc3&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;026677636&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;d197d0a5efa4b4c23a302a829dd3ef43684fe002&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 150,
&#34;id&#34;: &#34;Q150&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;f44435a8f14d71ab1b0c0aad17c46fcc01fc7702&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2022-10-09T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P269&#34;,
&#34;P407&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P106&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P106&#34;,
&#34;hash&#34;: &#34;1ecddfdb184ec1e8540abf98fb07f825697cfab5&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 214917,
&#34;id&#34;: &#34;Q214917&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$e0f736bd-4711-c43b-9277-af1e9b2fb85f&#34;,
&#34;rank&#34;: &#34;normal&#34;
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P106&#34;,
&#34;hash&#34;: &#34;8c403faaa2be823ac66d54a4e5e1c37ddbf96da0&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 28389,
&#34;id&#34;: &#34;Q28389&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;q42$E13E619F-63EF-4B72-99D9-7A45C7C6AD34&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;f67142030dd221e1441a10a7438323ad44f35be8&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;52af760ff9ceb914251924abe88e53af182b0f92&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 193563,
&#34;id&#34;: &#34;Q193563&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P268&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P268&#34;,
&#34;hash&#34;: &#34;8721e8944f95e9ce185c270dd1e12b81d13f7e9b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;11888092r&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;6b8fcfa6afb3911fecec93ae1dff2b6b6cde5659&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2013-12-07T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P268&#34;,
&#34;P813&#34;
]
},
{
&#34;hash&#34;: &#34;0fed87b3320338e0ed0587df9b43e47cfcf5b69f&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;d679e707f58412628d39fb85af3e5393e7935e69&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;http://www.jinni.com/tv/the-hitchhikers-guide-to-the-galaxy/cast-crew/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;
]
}
]
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P106&#34;,
&#34;hash&#34;: &#34;7992d2aec094f84d664106049d9a4955d096082f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 6625963,
&#34;id&#34;: &#34;Q6625963&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P580&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P580&#34;,
&#34;hash&#34;: &#34;68d492daaeed01d65e875ac221c09b26399b8ba6&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+1979-00-00T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 9,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P580&#34;
],
&#34;id&#34;: &#34;Q42$D6E21D67-05D6-4A0B-8458-0744FCEED13D&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;ebf92afc2ec3ffcf1aec1d55f0b066d190281576&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;ce45c622a9170b7f462f34f0f08f543843add2a9&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 2567271,
&#34;id&#34;: &#34;Q2567271&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P4789&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P4789&#34;,
&#34;hash&#34;: &#34;bb5a76d21ce7a9507293d4e26847bd068e04be27&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;U4994&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P4789&#34;
]
}
]
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P106&#34;,
&#34;hash&#34;: &#34;05de1894dc52a056fa732acf7078c4f194b036d5&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 4853732,
&#34;id&#34;: &#34;Q4853732&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$7eb8aaef-4ddf-8b87-bd02-406f91a296bd&#34;,
&#34;rank&#34;: &#34;normal&#34;
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P106&#34;,
&#34;hash&#34;: &#34;468425a7d5990169ca1caa25413280f78cb985f8&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 18844224,
&#34;id&#34;: &#34;Q18844224&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;q42$CBDC4890-D5A2-469C-AEBB-EFB682B891E7&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;2f26d70b1e8b8cb53882b83197d1859e226da12d&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;d257e42604861810e838f211e8259afd949dd449&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 15222191,
&#34;id&#34;: &#34;Q15222191&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P268&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P268&#34;,
&#34;hash&#34;: &#34;8721e8944f95e9ce185c270dd1e12b81d13f7e9b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;11888092r&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;6b8fcfa6afb3911fecec93ae1dff2b6b6cde5659&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2013-12-07T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P268&#34;,
&#34;P813&#34;
]
}
]
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P106&#34;,
&#34;hash&#34;: &#34;cb6956acd8af4f54927985ab67fb99c443340c03&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 245068,
&#34;id&#34;: &#34;Q245068&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$58F0D772-9CE4-46AC-BF0D-FBBBAFA09603&#34;,
&#34;rank&#34;: &#34;normal&#34;
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P106&#34;,
&#34;hash&#34;: &#34;70541c2eb72d85fa5f74008b4ee33b004a1ff7eb&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 36180,
&#34;id&#34;: &#34;Q36180&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$663C6872-388F-4024-995A-BC3C1C0E57C6&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;f38b0c50096908694fe215d33497be11eb3f9d3b&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;019a50b7de741e0068bde41c9d9955b22a5de47b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 36578,
&#34;id&#34;: &#34;Q36578&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P227&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P227&#34;,
&#34;hash&#34;: &#34;2a20755d12051fc95152d6107bd8a34e7fbc63c4&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;119033364&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;46bfd327b830f66f7061ea92d1be430c135fa91f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 188,
&#34;id&#34;: &#34;Q188&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;f44435a8f14d71ab1b0c0aad17c46fcc01fc7702&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2022-10-09T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P227&#34;,
&#34;P407&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P800&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P800&#34;,
&#34;hash&#34;: &#34;12e1c410170de1e9247f6517a0da31885e9d1d62&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 25169,
&#34;id&#34;: &#34;Q25169&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$FA73986E-3D1D-4CAB-B358-424B58544620&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;355b56329b78db22be549dec34f2570ca61ca056&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;d1d1b10a05a8f3fc5d26bb4aeb6849617ad81fc7&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 5375741,
&#34;id&#34;: &#34;Q5375741&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;
]
}
]
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P800&#34;,
&#34;hash&#34;: &#34;d4d95f64e9b01211698438ce2fce587657513a4a&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 20736364,
&#34;id&#34;: &#34;Q20736364&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$61ce65a9-454a-5b97-e014-496299c1c03a&#34;,
&#34;rank&#34;: &#34;normal&#34;
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P800&#34;,
&#34;hash&#34;: &#34;2f2742d0598fbc9673d3ef91ff5dbe88188276c2&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 7758404,
&#34;id&#34;: &#34;Q7758404&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$1c92fbe2-4743-0b27-e4ac-16320efe7864&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P569&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P569&#34;,
&#34;hash&#34;: &#34;27f538a50ad110d1e6716c972f5f0ac24ca17430&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+1952-03-11T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;q42$D8404CDA-25E4-4334-AF13-A3290BCD9C0F&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;355b56329b78db22be549dec34f2570ca61ca056&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;d1d1b10a05a8f3fc5d26bb4aeb6849617ad81fc7&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 5375741,
&#34;id&#34;: &#34;Q5375741&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;
]
},
{
&#34;hash&#34;: &#34;a02f3a77ddd343e6b88be25696b055f5131c3d64&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;019a50b7de741e0068bde41c9d9955b22a5de47b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 36578,
&#34;id&#34;: &#34;Q36578&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P227&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P227&#34;,
&#34;hash&#34;: &#34;2a20755d12051fc95152d6107bd8a34e7fbc63c4&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;119033364&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;c1b3a8484d531e0eac6b9835b63e74b1412ccdb0&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2015-07-07T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P227&#34;,
&#34;P813&#34;
]
},
{
&#34;hash&#34;: &#34;87dfb64c99ab2c706c135e0110f57d1ba58d67eb&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;def9f19d84b65167a2a17ce38364d264c16127fc&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 19938912,
&#34;id&#34;: &#34;Q19938912&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P268&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P268&#34;,
&#34;hash&#34;: &#34;8721e8944f95e9ce185c270dd1e12b81d13f7e9b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;11888092r&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;e8d57e647c5bed000c86c300ee914ccd5d948b3f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2020-06-26T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P268&#34;,
&#34;P813&#34;
]
},
{
&#34;hash&#34;: &#34;3bc90af5225a0b1248b3362e911577073e904e20&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;dbd2f3b8b11eb0da5209a6ea4a74ce0df88c749b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1139587,
&#34;id&#34;: &#34;Q1139587&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P2168&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2168&#34;,
&#34;hash&#34;: &#34;5b535a453c0f88c11cb592ae35510abe93d2eec5&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;271209&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;b468ee5535c44e76e52a8ad71217a0f5c5077d19&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2016-01-11T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P2168&#34;,
&#34;P813&#34;
]
},
{
&#34;hash&#34;: &#34;b460d7e5cae668698a5dfe74198df6632fe7231d&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;f98ec89708e8eab9511c049702ef59df0721d652&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 29861311,
&#34;id&#34;: &#34;Q29861311&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P3430&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3430&#34;,
&#34;hash&#34;: &#34;1e9a0d6461bed3d3b3f7ed1956b151058982cd6e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;w65h7md1&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;03773f9c659ee8c03a232bce2522c8bb1b66402c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;e5f60ab0b03700bb883efce38f8022d023bc49fb&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2017-10-09T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P3430&#34;,
&#34;P1810&#34;,
&#34;P813&#34;
]
},
{
&#34;hash&#34;: &#34;28af4e1131157dbbb2a5bbae189519a22e7d2b79&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;21e8e2c39cd74b26201557fb152f6a894b180241&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://www.wired.com/2012/03/i-miss-douglas-adams/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;
]
},
{
&#34;hash&#34;: &#34;fcdddce2cc4540a613b0b8c0e5d2bbd2cc5704a9&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;7278d120725f30a1e40e337049583011d3578bd3&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;http://www.independent.co.uk/arts-entertainment/books/news/google-doodle-celebrates-life-of-hitchhikers-guide-to-the-galaxy-author-douglas-adams-8528856.html&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;
]
},
{
&#34;hash&#34;: &#34;162d5556b3c48733c6c27b4cddcb99bc86f4bf70&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;871891c242389d06b23bf809fdc0301df1ed9c77&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 2629164,
&#34;id&#34;: &#34;Q2629164&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P1233&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1233&#34;,
&#34;hash&#34;: &#34;b601606b4bce3131ed7b591bb3acbcaeaa8f7a6e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;122&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;03773f9c659ee8c03a232bce2522c8bb1b66402c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;e5f60ab0b03700bb883efce38f8022d023bc49fb&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2017-10-09T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P1233&#34;,
&#34;P1810&#34;,
&#34;P813&#34;
]
},
{
&#34;hash&#34;: &#34;bab32d323b6c92d91ff7d0c4707346012900761b&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;d74ce84c9bceb1f94564bc8d53ad074739e46eb3&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;http://www.screenonline.org.uk/people/id/1233876/index.html&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;
]
},
{
&#34;hash&#34;: &#34;0d9f07c561f61776c61a026473508c535af28267&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;b62f3fa8bab7eb5e1bfe16d03cda082d25315c85&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 63056,
&#34;id&#34;: &#34;Q63056&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P535&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P535&#34;,
&#34;hash&#34;: &#34;ce3fb403e96b3b004b1b480734c941819c442c01&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;22814&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;d34dcfad6c25d9dfabf330ae1c0c8159e36f1fa6&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas Noel Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;e5f60ab0b03700bb883efce38f8022d023bc49fb&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2017-10-09T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P535&#34;,
&#34;P1810&#34;,
&#34;P813&#34;
]
},
{
&#34;hash&#34;: &#34;dc42b8fb4c89807fe07a74ee933d45e4ba6353a1&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;9d66409d3d04632fc69413ea86abf094f92fae88&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 3343389,
&#34;id&#34;: &#34;Q3343389&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P5570&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P5570&#34;,
&#34;hash&#34;: &#34;0a407feec4ece2cd71d650ad10574fb91b9f5b18&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;143&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;2956a68705d15418b9490fb5feb13d1c1c2801fc&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas ADAMS&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;e5f60ab0b03700bb883efce38f8022d023bc49fb&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2017-10-09T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P5570&#34;,
&#34;P1810&#34;,
&#34;P813&#34;
]
},
{
&#34;hash&#34;: &#34;7571c014841534580d357bfbc652e23c8dfe6f76&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;e2a81dbf2f7dd02b332d6358ef65f622f82e8cc3&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 237227,
&#34;id&#34;: &#34;Q237227&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P5019&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P5019&#34;,
&#34;hash&#34;: &#34;43ed67a7e85525f6e09d5b1c7d8cf48a13b0249d&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;adams-douglas-noel&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;c4476ecceaffe79708600de5842ba5b400aa7065&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas No\u00ebl Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;e5f60ab0b03700bb883efce38f8022d023bc49fb&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2017-10-09T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P5019&#34;,
&#34;P1810&#34;,
&#34;P813&#34;
]
},
{
&#34;hash&#34;: &#34;a3feaf25fa95c4893bc1dc74ca6d884bc37c2723&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;155e1a7322c5a7febad55feba5ba4c3a2656b1c4&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 2877812,
&#34;id&#34;: &#34;Q2877812&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P3630&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3630&#34;,
&#34;hash&#34;: &#34;c943a67cefbf6c5f52cd624308b923cddb344024&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;2627&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;03773f9c659ee8c03a232bce2522c8bb1b66402c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P3630&#34;,
&#34;P1810&#34;
]
},
{
&#34;hash&#34;: &#34;3780b8d878be9297899f30beb767bf408acbbd4a&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;055f82ef73ce123450780d681359ac6e9077e315&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 107343683,
&#34;id&#34;: &#34;Q107343683&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P1284&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1284&#34;,
&#34;hash&#34;: &#34;2f5c2e65a1d9fca309615b885bf62f3e5260874e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;00000020676&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;e5f60ab0b03700bb883efce38f8022d023bc49fb&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2017-10-09T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;03773f9c659ee8c03a232bce2522c8bb1b66402c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P1284&#34;,
&#34;P813&#34;,
&#34;P1810&#34;
]
}
]
}
],
&#34;P19&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P19&#34;,
&#34;hash&#34;: &#34;779e8852aac9ba2014a9434016cba24b1890a9da&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 350,
&#34;id&#34;: &#34;Q350&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;q42$3D284234-52BC-4DA3-83A3-7C39F84BA518&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;355b56329b78db22be549dec34f2570ca61ca056&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;d1d1b10a05a8f3fc5d26bb4aeb6849617ad81fc7&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 5375741,
&#34;id&#34;: &#34;Q5375741&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;
]
},
{
&#34;hash&#34;: &#34;3f4d26cf841e20630c969afc0e48e5e3ef0c5a49&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;a99756c83f320398a58edbbdccd46eb682e68267&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;http://www.theguardian.com/news/2001/may/15/guardianobituaries.books&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P577&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P577&#34;,
&#34;hash&#34;: &#34;27c7402a696628d2a0e5abbf443995be8b895503&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2001-05-15T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;6b8fcfa6afb3911fecec93ae1dff2b6b6cde5659&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2013-12-07T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P1433&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1433&#34;,
&#34;hash&#34;: &#34;5c3e5ddc26dbc4ebdea58b53cc7f40811ef9e2ec&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 11148,
&#34;id&#34;: &#34;Q11148&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P50&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P50&#34;,
&#34;hash&#34;: &#34;0c09ca36156b084dd45e1b836575dc7382d4a16e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 18145749,
&#34;id&#34;: &#34;Q18145749&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P1476&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1476&#34;,
&#34;hash&#34;: &#34;0730f27f8dcabe7b3d74ea981c7a9c15ea162685&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Obituary: Douglas Adams&#34;,
&#34;language&#34;: &#34;en&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1860,
&#34;id&#34;: &#34;Q1860&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;,
&#34;P577&#34;,
&#34;P813&#34;,
&#34;P1433&#34;,
&#34;P50&#34;,
&#34;P1476&#34;,
&#34;P407&#34;
]
},
{
&#34;hash&#34;: &#34;1e351ee9aaac2b04ed1af6c6adcfd211f380c072&#34;,
&#34;snaks&#34;: {
&#34;P1476&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1476&#34;,
&#34;hash&#34;: &#34;608a4db5259bcc914081457a65a62291c0d60fba&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Hitch Hiker&#39;s Guide author Douglas Adams dies aged 49&#34;,
&#34;language&#34;: &#34;en&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
}
],
&#34;P577&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P577&#34;,
&#34;hash&#34;: &#34;9a430275f318d708678f048d2fcc2f4e1336fccf&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2001-05-13T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1860,
&#34;id&#34;: &#34;Q1860&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;f58a3ab6374660155a7a316dc8e0fb3e2a30263b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;http://www.telegraph.co.uk/news/uknews/1330072/Hitch-Hikers-Guide-author-Douglas-Adams-dies-aged-49.html&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;0af3fa4e868fcf34f10f64051305ed69118d9254&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2015-01-03T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P2093&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2093&#34;,
&#34;hash&#34;: &#34;cd28b3b7e15f568ddd9d9819994cb94b37947611&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Andrew Alderson&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
},
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2093&#34;,
&#34;hash&#34;: &#34;de8ede1bb270fbebffa870f31441682ce0282a83&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Daniel Foggo&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
],
&#34;P1433&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1433&#34;,
&#34;hash&#34;: &#34;355e72568d6b11855e43a80b5024c7caf60b5c79&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 192621,
&#34;id&#34;: &#34;Q192621&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P1476&#34;,
&#34;P577&#34;,
&#34;P407&#34;,
&#34;P854&#34;,
&#34;P813&#34;,
&#34;P2093&#34;,
&#34;P1433&#34;
]
},
{
&#34;hash&#34;: &#34;f38b0c50096908694fe215d33497be11eb3f9d3b&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;019a50b7de741e0068bde41c9d9955b22a5de47b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 36578,
&#34;id&#34;: &#34;Q36578&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P227&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P227&#34;,
&#34;hash&#34;: &#34;2a20755d12051fc95152d6107bd8a34e7fbc63c4&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;119033364&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;46bfd327b830f66f7061ea92d1be430c135fa91f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 188,
&#34;id&#34;: &#34;Q188&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;f44435a8f14d71ab1b0c0aad17c46fcc01fc7702&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2022-10-09T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P227&#34;,
&#34;P407&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P570&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P570&#34;,
&#34;hash&#34;: &#34;ccf97856f19fb921cadad798dea5abfcbfc0e6b8&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2001-05-11T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;q42$65EA9C32-B26C-469B-84FE-FC612B71D159&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;355b56329b78db22be549dec34f2570ca61ca056&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;d1d1b10a05a8f3fc5d26bb4aeb6849617ad81fc7&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 5375741,
&#34;id&#34;: &#34;Q5375741&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;
]
},
{
&#34;hash&#34;: &#34;a02f3a77ddd343e6b88be25696b055f5131c3d64&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;019a50b7de741e0068bde41c9d9955b22a5de47b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 36578,
&#34;id&#34;: &#34;Q36578&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P227&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P227&#34;,
&#34;hash&#34;: &#34;2a20755d12051fc95152d6107bd8a34e7fbc63c4&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;119033364&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;c1b3a8484d531e0eac6b9835b63e74b1412ccdb0&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2015-07-07T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P227&#34;,
&#34;P813&#34;
]
},
{
&#34;hash&#34;: &#34;87dfb64c99ab2c706c135e0110f57d1ba58d67eb&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;def9f19d84b65167a2a17ce38364d264c16127fc&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 19938912,
&#34;id&#34;: &#34;Q19938912&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P268&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P268&#34;,
&#34;hash&#34;: &#34;8721e8944f95e9ce185c270dd1e12b81d13f7e9b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;11888092r&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;e8d57e647c5bed000c86c300ee914ccd5d948b3f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2020-06-26T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P268&#34;,
&#34;P813&#34;
]
},
{
&#34;hash&#34;: &#34;3bc90af5225a0b1248b3362e911577073e904e20&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;dbd2f3b8b11eb0da5209a6ea4a74ce0df88c749b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1139587,
&#34;id&#34;: &#34;Q1139587&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P2168&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2168&#34;,
&#34;hash&#34;: &#34;5b535a453c0f88c11cb592ae35510abe93d2eec5&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;271209&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;b468ee5535c44e76e52a8ad71217a0f5c5077d19&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2016-01-11T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P2168&#34;,
&#34;P813&#34;
]
},
{
&#34;hash&#34;: &#34;b460d7e5cae668698a5dfe74198df6632fe7231d&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;f98ec89708e8eab9511c049702ef59df0721d652&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 29861311,
&#34;id&#34;: &#34;Q29861311&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P3430&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3430&#34;,
&#34;hash&#34;: &#34;1e9a0d6461bed3d3b3f7ed1956b151058982cd6e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;w65h7md1&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;03773f9c659ee8c03a232bce2522c8bb1b66402c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;e5f60ab0b03700bb883efce38f8022d023bc49fb&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2017-10-09T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P3430&#34;,
&#34;P1810&#34;,
&#34;P813&#34;
]
},
{
&#34;hash&#34;: &#34;e9a6c72ac1c0c2bc336ff672ddaf89ecd17fff68&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;473ac6b52f2c348ee11cff8601894a2e9a3cf838&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://www.theguardian.com/uk/2001/may/13/books.booksnews&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;53b72c0a5e7ac57b3d64967a96bf920db6313b87&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2017-10-28T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;,
&#34;P813&#34;
]
},
{
&#34;hash&#34;: &#34;28af4e1131157dbbb2a5bbae189519a22e7d2b79&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;21e8e2c39cd74b26201557fb152f6a894b180241&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://www.wired.com/2012/03/i-miss-douglas-adams/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;
]
},
{
&#34;hash&#34;: &#34;268aeb992f54257af5a86d9d7f0d9627214b628f&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;6172a0cb0d358ba70297f9f43fb3e4d436f81181&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://www.locusmag.com/2001/News/News05a.html&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;
]
},
{
&#34;hash&#34;: &#34;5f3599922f5bee23969e91300f9eb461c7903a4b&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;753f4de4abfc5bbb20c7e5d13605cf0fff82f3ca&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;http://www.nytimes.com/2001/05/15/arts/douglas-adams-49-author-of-hitchhiker-s-guide-spoofs.html&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;
]
},
{
&#34;hash&#34;: &#34;162d5556b3c48733c6c27b4cddcb99bc86f4bf70&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;871891c242389d06b23bf809fdc0301df1ed9c77&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 2629164,
&#34;id&#34;: &#34;Q2629164&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P1233&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1233&#34;,
&#34;hash&#34;: &#34;b601606b4bce3131ed7b591bb3acbcaeaa8f7a6e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;122&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;03773f9c659ee8c03a232bce2522c8bb1b66402c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;e5f60ab0b03700bb883efce38f8022d023bc49fb&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2017-10-09T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P1233&#34;,
&#34;P1810&#34;,
&#34;P813&#34;
]
},
{
&#34;hash&#34;: &#34;bab32d323b6c92d91ff7d0c4707346012900761b&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;d74ce84c9bceb1f94564bc8d53ad074739e46eb3&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;http://www.screenonline.org.uk/people/id/1233876/index.html&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;
]
},
{
&#34;hash&#34;: &#34;0d9f07c561f61776c61a026473508c535af28267&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;b62f3fa8bab7eb5e1bfe16d03cda082d25315c85&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 63056,
&#34;id&#34;: &#34;Q63056&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P535&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P535&#34;,
&#34;hash&#34;: &#34;ce3fb403e96b3b004b1b480734c941819c442c01&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;22814&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;d34dcfad6c25d9dfabf330ae1c0c8159e36f1fa6&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas Noel Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;e5f60ab0b03700bb883efce38f8022d023bc49fb&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2017-10-09T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P535&#34;,
&#34;P1810&#34;,
&#34;P813&#34;
]
},
{
&#34;hash&#34;: &#34;dc42b8fb4c89807fe07a74ee933d45e4ba6353a1&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;9d66409d3d04632fc69413ea86abf094f92fae88&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 3343389,
&#34;id&#34;: &#34;Q3343389&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P5570&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P5570&#34;,
&#34;hash&#34;: &#34;0a407feec4ece2cd71d650ad10574fb91b9f5b18&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;143&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;2956a68705d15418b9490fb5feb13d1c1c2801fc&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas ADAMS&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;e5f60ab0b03700bb883efce38f8022d023bc49fb&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2017-10-09T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P5570&#34;,
&#34;P1810&#34;,
&#34;P813&#34;
]
},
{
&#34;hash&#34;: &#34;7571c014841534580d357bfbc652e23c8dfe6f76&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;e2a81dbf2f7dd02b332d6358ef65f622f82e8cc3&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 237227,
&#34;id&#34;: &#34;Q237227&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P5019&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P5019&#34;,
&#34;hash&#34;: &#34;43ed67a7e85525f6e09d5b1c7d8cf48a13b0249d&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;adams-douglas-noel&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;c4476ecceaffe79708600de5842ba5b400aa7065&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas No\u00ebl Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;e5f60ab0b03700bb883efce38f8022d023bc49fb&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2017-10-09T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P5019&#34;,
&#34;P1810&#34;,
&#34;P813&#34;
]
},
{
&#34;hash&#34;: &#34;8da4cf44f0a93c09c81d3b38ef8e68f8a4c4a6dc&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;1276fef541b741cec556020ad14ea6b2287a1aae&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 23023088,
&#34;id&#34;: &#34;Q23023088&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P2191&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2191&#34;,
&#34;hash&#34;: &#34;f30cf12ee4be16978a4a76b17518ea1b80db8b89&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;10014&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;03773f9c659ee8c03a232bce2522c8bb1b66402c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P2191&#34;,
&#34;P1810&#34;
]
},
{
&#34;hash&#34;: &#34;a3feaf25fa95c4893bc1dc74ca6d884bc37c2723&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;155e1a7322c5a7febad55feba5ba4c3a2656b1c4&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 2877812,
&#34;id&#34;: &#34;Q2877812&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P3630&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3630&#34;,
&#34;hash&#34;: &#34;c943a67cefbf6c5f52cd624308b923cddb344024&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;2627&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;03773f9c659ee8c03a232bce2522c8bb1b66402c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P3630&#34;,
&#34;P1810&#34;
]
},
{
&#34;hash&#34;: &#34;3780b8d878be9297899f30beb767bf408acbbd4a&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;055f82ef73ce123450780d681359ac6e9077e315&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 107343683,
&#34;id&#34;: &#34;Q107343683&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P1284&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1284&#34;,
&#34;hash&#34;: &#34;2f5c2e65a1d9fca309615b885bf62f3e5260874e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;00000020676&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;e5f60ab0b03700bb883efce38f8022d023bc49fb&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2017-10-09T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;03773f9c659ee8c03a232bce2522c8bb1b66402c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P1284&#34;,
&#34;P813&#34;,
&#34;P1810&#34;
]
}
]
}
],
&#34;P1196&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1196&#34;,
&#34;hash&#34;: &#34;95c96aff195f7cfc9cd0c684f46ebed97ae1c5f4&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 3739104,
&#34;id&#34;: &#34;Q3739104&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$2CF6704F-527F-46F7-9A89-41FC0C9DF492&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;792c357be1391569a970da13099242a6ad44af96&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;89c35e15158c76b5bcd87f9e1d7c1d1f3495af93&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://web.archive.org/web/20111010233102/http://www.laweekly.com/2001-05-24/news/lots-of-screamingly-funny-sentences-no-fish/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;
]
}
]
}
],
&#34;P509&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P509&#34;,
&#34;hash&#34;: &#34;7c9686796c28e0d6dbb7a35cf2975c1bba3f2291&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 12152,
&#34;id&#34;: &#34;Q12152&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;q42$E651BD8A-EA3E-478A-8558-C956EE60B29F&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;f7d13e8497267ca24630766d281da71ad49e6cf1&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;29658ead4a7640c28bb3c1176b16bc05c1165352&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;http://www.historyorb.com/people/douglas-adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1860,
&#34;id&#34;: &#34;Q1860&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;6b8fcfa6afb3911fecec93ae1dff2b6b6cde5659&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2013-12-07T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P1476&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1476&#34;,
&#34;hash&#34;: &#34;1e70ab6477d30a1f61497e41162394447f226c6b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Famous People - Douglas Adams&#34;,
&#34;language&#34;: &#34;en&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
}
],
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;0ed231c0e3c0ebe175b9e5328195c50d64e49f7e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 15290366,
&#34;id&#34;: &#34;Q15290366&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P1065&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1065&#34;,
&#34;hash&#34;: &#34;c5910588b271379fd0238e8e360d66105e23c198&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://web.archive.org/web/20131203010221/http://www.historyorb.com/people/douglas-adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P2960&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2960&#34;,
&#34;hash&#34;: &#34;9e7e24c898cf24563768e4aecf8030268d7622b1&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2013-12-03T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;,
&#34;P407&#34;,
&#34;P813&#34;,
&#34;P1476&#34;,
&#34;P248&#34;,
&#34;P1065&#34;,
&#34;P2960&#34;
]
},
{
&#34;hash&#34;: &#34;94f550fd58f53396915a7910e0bea7fac646924f&#34;,
&#34;snaks&#34;: {
&#34;P1476&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1476&#34;,
&#34;hash&#34;: &#34;0730f27f8dcabe7b3d74ea981c7a9c15ea162685&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Obituary: Douglas Adams&#34;,
&#34;language&#34;: &#34;en&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
}
],
&#34;P577&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P577&#34;,
&#34;hash&#34;: &#34;27c7402a696628d2a0e5abbf443995be8b895503&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2001-05-15T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1860,
&#34;id&#34;: &#34;Q1860&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;a99756c83f320398a58edbbdccd46eb682e68267&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;http://www.theguardian.com/news/2001/may/15/guardianobituaries.books&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;d81043f19518b0726f361bea2dd5eb2caa8cb454&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2014-01-03T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P50&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P50&#34;,
&#34;hash&#34;: &#34;0c09ca36156b084dd45e1b836575dc7382d4a16e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 18145749,
&#34;id&#34;: &#34;Q18145749&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;5eb5f0ed5b2c86115f3003ddf19524e65e45340a&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 11148,
&#34;id&#34;: &#34;Q11148&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P1476&#34;,
&#34;P577&#34;,
&#34;P407&#34;,
&#34;P854&#34;,
&#34;P813&#34;,
&#34;P50&#34;,
&#34;P248&#34;
]
},
{
&#34;hash&#34;: &#34;8a954fb86baef5ac9f138ca641aea07b80570447&#34;,
&#34;snaks&#34;: {
&#34;P1476&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1476&#34;,
&#34;hash&#34;: &#34;608a4db5259bcc914081457a65a62291c0d60fba&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Hitch Hiker&#39;s Guide author Douglas Adams dies aged 49&#34;,
&#34;language&#34;: &#34;en&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
}
],
&#34;P577&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P577&#34;,
&#34;hash&#34;: &#34;9a430275f318d708678f048d2fcc2f4e1336fccf&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2001-05-13T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1860,
&#34;id&#34;: &#34;Q1860&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;f58a3ab6374660155a7a316dc8e0fb3e2a30263b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;http://www.telegraph.co.uk/news/uknews/1330072/Hitch-Hikers-Guide-author-Douglas-Adams-dies-aged-49.html&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;d81043f19518b0726f361bea2dd5eb2caa8cb454&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2014-01-03T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;eebb17bd40383600a49dee25c2177c288975a83f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 192621,
&#34;id&#34;: &#34;Q192621&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P1476&#34;,
&#34;P577&#34;,
&#34;P407&#34;,
&#34;P854&#34;,
&#34;P813&#34;,
&#34;P248&#34;
]
}
]
}
],
&#34;P20&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P20&#34;,
&#34;hash&#34;: &#34;83bea4973abdd248ba04a3149ce7ce6952b4c9b0&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 159288,
&#34;id&#34;: &#34;Q159288&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;q42$C0DE2013-54C0-48F9-AD90-8A235248D8C7&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;355b56329b78db22be549dec34f2570ca61ca056&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;d1d1b10a05a8f3fc5d26bb4aeb6849617ad81fc7&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 5375741,
&#34;id&#34;: &#34;Q5375741&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;
]
},
{
&#34;hash&#34;: &#34;7ee048b166930e319a10ef56bc8bfa7202a31997&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;f11da58783cfeb447930ec66140c9c809464411f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;http://www.nytimes.com/books/01/05/13/daily/adams-obit.html&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P577&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P577&#34;,
&#34;hash&#34;: &#34;9e597a1ff0ca651f1af353078d5399eed329d6ce&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2001-05-12T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P50&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P50&#34;,
&#34;hash&#34;: &#34;419ce2e3b0574f6aa77d16d971681078a27337c6&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 26724169,
&#34;id&#34;: &#34;Q26724169&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1860,
&#34;id&#34;: &#34;Q1860&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P1476&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1476&#34;,
&#34;hash&#34;: &#34;f7562124f8f0eedb06fd945242d8c7789ad10e74&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Douglas Adams, Author of &#39;Hitchhiker&#39;s Guide to the Galaxy,&#39; Dies at 49&#34;,
&#34;language&#34;: &#34;en&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
}
],
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;475d735fbc5aaf9a3cc1d7ac725da0c204ae55c5&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 9684,
&#34;id&#34;: &#34;Q9684&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;,
&#34;P577&#34;,
&#34;P50&#34;,
&#34;P407&#34;,
&#34;P1476&#34;,
&#34;P248&#34;
]
},
{
&#34;hash&#34;: &#34;de76f366926e923ef61d60535280c65570d26cc2&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;effd2a5d8045dbb30aa66c3be3755e84165f5369&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;http://www.eskimo.com/~rkj/weekly/aa051701a.htm&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;
]
},
{
&#34;hash&#34;: &#34;027c2e3272694f0292b8ed6efa7d26e4b27fa458&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;4ff990b07c7dab21f6354e0022ce8240d74220ea&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;http://www.waymarking.com/waymarks/WMH912_Douglas_Adams_Highgate_East_Cemetery_London_UK&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;
]
},
{
&#34;hash&#34;: &#34;f38b0c50096908694fe215d33497be11eb3f9d3b&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;019a50b7de741e0068bde41c9d9955b22a5de47b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 36578,
&#34;id&#34;: &#34;Q36578&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P227&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P227&#34;,
&#34;hash&#34;: &#34;2a20755d12051fc95152d6107bd8a34e7fbc63c4&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;119033364&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;46bfd327b830f66f7061ea92d1be430c135fa91f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 188,
&#34;id&#34;: &#34;Q188&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;f44435a8f14d71ab1b0c0aad17c46fcc01fc7702&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2022-10-09T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P227&#34;,
&#34;P407&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P119&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P119&#34;,
&#34;hash&#34;: &#34;f22d367759fe126d0723a18e59399e4206b8f37d&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 533697,
&#34;id&#34;: &#34;Q533697&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P625&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P625&#34;,
&#34;hash&#34;: &#34;84f23a18c6c1b7bba4b68376b531cf47a0083517&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;latitude&#34;: 51.56652777777778,
&#34;longitude&#34;: -0.14544444444444443,
&#34;altitude&#34;: null,
&#34;precision&#34;: 2.777777777777778e-05,
&#34;globe&#34;: &#34;http://www.wikidata.org/entity/Q2&#34;
},
&#34;type&#34;: &#34;globecoordinate&#34;
},
&#34;datatype&#34;: &#34;globe-coordinate&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P625&#34;
],
&#34;id&#34;: &#34;q42$881F40DC-0AFE-4FEB-B882-79600D234273&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;e4f9e55d169fadcbf86b00425f1cce94ce788679&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;e9255857dc130ffd8c712ebbe7ab0f6981ebe238&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;http://highgatecemetery.org/visit/who&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1860,
&#34;id&#34;: &#34;Q1860&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;6b8fcfa6afb3911fecec93ae1dff2b6b6cde5659&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2013-12-07T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P1476&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1476&#34;,
&#34;hash&#34;: &#34;ff1f7fd05dc971bfb5e56d485c37d091bcc3d06f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Who\u2019s here&#34;,
&#34;language&#34;: &#34;en&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
}
],
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;6e7a635736e0c94ea66c6e56955b54c6b5742cd1&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 533697,
&#34;id&#34;: &#34;Q533697&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P1065&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1065&#34;,
&#34;hash&#34;: &#34;78fd39b044425501305f1156c7ccc2a79df8b041&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://web.archive.org/web/20131203025040/http://highgatecemetery.org/visit/who&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P2960&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2960&#34;,
&#34;hash&#34;: &#34;9e7e24c898cf24563768e4aecf8030268d7622b1&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2013-12-03T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;,
&#34;P407&#34;,
&#34;P813&#34;,
&#34;P1476&#34;,
&#34;P248&#34;,
&#34;P1065&#34;,
&#34;P2960&#34;
]
},
{
&#34;hash&#34;: &#34;e71a7903858496c67eea189a7084d5559f788edb&#34;,
&#34;snaks&#34;: {
&#34;P143&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P143&#34;,
&#34;hash&#34;: &#34;5d3b16d350189b0a81818758208505444c86c127&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 565,
&#34;id&#34;: &#34;Q565&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P143&#34;
]
}
]
}
],
&#34;P1442&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1442&#34;,
&#34;hash&#34;: &#34;fb7cd07a669a425f896132e0b8cfdb97254b1650&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas Adams&#39; gravestone.jpg&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;commonsMedia&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P585&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P585&#34;,
&#34;hash&#34;: &#34;b0796a50c4126c95d3787856a9765dee1a802ea2&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2008-10-24T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P2096&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2096&#34;,
&#34;hash&#34;: &#34;a6c9827df7e5fda60f05af58ebd1951305789552&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Douglas Adams&#39; gravestone&#34;,
&#34;language&#34;: &#34;en&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
},
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2096&#34;,
&#34;hash&#34;: &#34;55dbb9493d4baf3334911fdc2c49da9a2cabfd5a&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Grabstein von Douglas Adams&#34;,
&#34;language&#34;: &#34;de&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
},
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2096&#34;,
&#34;hash&#34;: &#34;5a8fb865177d8b211fe5d0303c8b2cabd6b9b6ab&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Douglas Adams&#39;\u0131n mezar ta\u015f\u0131&#34;,
&#34;language&#34;: &#34;tr&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
},
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2096&#34;,
&#34;hash&#34;: &#34;53953a9ded74d3ddb8feff393c1c256b34ed5505&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Batu nisan Douglas Adams&#34;,
&#34;language&#34;: &#34;ms&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
},
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2096&#34;,
&#34;hash&#34;: &#34;bdd738a764ed352a83cf37ed9ff0d73ac1bbdd54&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;\u0628\u0627\u062a\u0648 \u0646\u064a\u0633\u0646 \u062f\u0762\u0644\u0633 \u0627\u064a\u062f\u0645\ufeaf&#34;,
&#34;language&#34;: &#34;ms-arab&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
},
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2096&#34;,
&#34;hash&#34;: &#34;af4f9a2ac41314fd2530f8869141f6d65d0be15f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;n\u00e1hrobek Douglase Adamse&#34;,
&#34;language&#34;: &#34;cs&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
},
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2096&#34;,
&#34;hash&#34;: &#34;6dd1c99c583b04f2047fcc98659a0f831e5ca3c8&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;\u9053\u683c\u62c9\u65af\u00b7\u4e9e\u7576\u65af\u7684\u5893\u7891&#34;,
&#34;language&#34;: &#34;zh-hant&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
},
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2096&#34;,
&#34;hash&#34;: &#34;22641c1d2a39820f0dd0a5f4c54dc784d7f2788e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;\u9053\u683c\u62c9\u65af\u00b7\u4e9a\u5f53\u65af\u7684\u5893\u7891&#34;,
&#34;language&#34;: &#34;zh-hans&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P585&#34;,
&#34;P2096&#34;
],
&#34;id&#34;: &#34;Q42$db1ba2ba-47b9-3650-e6c4-db683abf788c&#34;,
&#34;rank&#34;: &#34;preferred&#34;
}
],
&#34;P1015&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1015&#34;,
&#34;hash&#34;: &#34;33cb2c4a2227c950c19177a4c85fc4e38cacf526&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;90196888&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$6583fdb7-4ffa-9fe1-4288-1a1cbb2950d0&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P735&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P735&#34;,
&#34;hash&#34;: &#34;bc69fedf2b7ca78a342409c262e30f07008590cd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 463035,
&#34;id&#34;: &#34;Q463035&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P1545&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1545&#34;,
&#34;hash&#34;: &#34;2a1ced1dca90648ea7e306acbadd74fc81a10722&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;1&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
],
&#34;P3831&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3831&#34;,
&#34;hash&#34;: &#34;dbd40245cfc74fad93188d2f44e7b227d46047a2&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 3409033,
&#34;id&#34;: &#34;Q3409033&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P1545&#34;,
&#34;P3831&#34;
],
&#34;id&#34;: &#34;Q42$1d7d0ea9-412f-8b5b-ba8d-405ab9ecf026&#34;,
&#34;rank&#34;: &#34;preferred&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;f38b0c50096908694fe215d33497be11eb3f9d3b&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;019a50b7de741e0068bde41c9d9955b22a5de47b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 36578,
&#34;id&#34;: &#34;Q36578&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P227&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P227&#34;,
&#34;hash&#34;: &#34;2a20755d12051fc95152d6107bd8a34e7fbc63c4&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;119033364&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;46bfd327b830f66f7061ea92d1be430c135fa91f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 188,
&#34;id&#34;: &#34;Q188&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;f44435a8f14d71ab1b0c0aad17c46fcc01fc7702&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2022-10-09T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P227&#34;,
&#34;P407&#34;,
&#34;P813&#34;
]
}
]
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P735&#34;,
&#34;hash&#34;: &#34;d5521b1edbeae4d9c264dda7f7c783b287125768&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 19688263,
&#34;id&#34;: &#34;Q19688263&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P1545&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1545&#34;,
&#34;hash&#34;: &#34;7241753c62a310cf84895620ea82250dcea65835&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;2&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P1545&#34;
],
&#34;id&#34;: &#34;Q42$1e106952-4b58-6067-c831-8593ce3d70f5&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;f38b0c50096908694fe215d33497be11eb3f9d3b&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;019a50b7de741e0068bde41c9d9955b22a5de47b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 36578,
&#34;id&#34;: &#34;Q36578&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P227&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P227&#34;,
&#34;hash&#34;: &#34;2a20755d12051fc95152d6107bd8a34e7fbc63c4&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;119033364&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;46bfd327b830f66f7061ea92d1be430c135fa91f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 188,
&#34;id&#34;: &#34;Q188&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;f44435a8f14d71ab1b0c0aad17c46fcc01fc7702&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2022-10-09T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P227&#34;,
&#34;P407&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P734&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P734&#34;,
&#34;hash&#34;: &#34;b421edc57d660e9be8eb719ee6f927f848281fcc&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 351735,
&#34;id&#34;: &#34;Q351735&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$24df999a-4629-c679-e1f0-199bcefabbf3&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;f38b0c50096908694fe215d33497be11eb3f9d3b&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;019a50b7de741e0068bde41c9d9955b22a5de47b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 36578,
&#34;id&#34;: &#34;Q36578&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P227&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P227&#34;,
&#34;hash&#34;: &#34;2a20755d12051fc95152d6107bd8a34e7fbc63c4&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;119033364&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;46bfd327b830f66f7061ea92d1be430c135fa91f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 188,
&#34;id&#34;: &#34;Q188&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;f44435a8f14d71ab1b0c0aad17c46fcc01fc7702&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2022-10-09T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P227&#34;,
&#34;P407&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P27&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P27&#34;,
&#34;hash&#34;: &#34;2de1ec1c14395359e1936021bcfb525b4daa9a76&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 145,
&#34;id&#34;: &#34;Q145&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;q42$DE2A0C89-6199-44D0-B727-D7A4BE031A2B&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;a4d108601216cffd2ff1819ccf12b483486b62e7&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;def9f19d84b65167a2a17ce38364d264c16127fc&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 19938912,
&#34;id&#34;: &#34;Q19938912&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P268&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P268&#34;,
&#34;hash&#34;: &#34;8721e8944f95e9ce185c270dd1e12b81d13f7e9b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;11888092r&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;d197d0a5efa4b4c23a302a829dd3ef43684fe002&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 150,
&#34;id&#34;: &#34;Q150&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;f44435a8f14d71ab1b0c0aad17c46fcc01fc7702&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2022-10-09T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P268&#34;,
&#34;P407&#34;,
&#34;P813&#34;
]
},
{
&#34;hash&#34;: &#34;6f60c456c95ba618e266011ead6d50a81cfb3e76&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;e5f853298b310a45c2ee3b01a2a4940640f7985a&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 47757534,
&#34;id&#34;: &#34;Q47757534&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P269&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P269&#34;,
&#34;hash&#34;: &#34;adb558674eda6bfe9b17c3fed9be99c3d55f0cc3&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;026677636&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;d197d0a5efa4b4c23a302a829dd3ef43684fe002&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 150,
&#34;id&#34;: &#34;Q150&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;f44435a8f14d71ab1b0c0aad17c46fcc01fc7702&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2022-10-09T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P269&#34;,
&#34;P407&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P551&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P551&#34;,
&#34;hash&#34;: &#34;13883b9303b6163e00106585ddebcdfe487b8e83&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 159288,
&#34;id&#34;: &#34;Q159288&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P582&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P582&#34;,
&#34;hash&#34;: &#34;8798597f326000b4ffd9948d42771308bdb23133&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2001-05-11T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P582&#34;
],
&#34;id&#34;: &#34;Q42$E88EA363-419C-4FEA-BC63-F32669255382&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;fa278ebfc458360e5aed63d5058cca83c46134f1&#34;,
&#34;snaks&#34;: {
&#34;P143&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P143&#34;,
&#34;hash&#34;: &#34;e4f6d9441d0600513c4533c672b5ab472dc73694&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 328,
&#34;id&#34;: &#34;Q328&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P143&#34;
]
}
]
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P551&#34;,
&#34;hash&#34;: &#34;4f1ebc8d1eeffa38fca7d811242ed71f4c5bed0f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 84,
&#34;id&#34;: &#34;Q84&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$9D3B2F23-36F4-4212-983B-DC15D47FC01E&#34;,
&#34;rank&#34;: &#34;preferred&#34;
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P551&#34;,
&#34;hash&#34;: &#34;9603fd343c189883b34772a21404dc1f8fb021f8&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 909993,
&#34;id&#34;: &#34;Q909993&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P580&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P580&#34;,
&#34;hash&#34;: &#34;c786a8b39f62b37eb45745acf99302b5409f2e26&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+1957-00-00T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 9,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P580&#34;
],
&#34;id&#34;: &#34;Q42$21492F88-0043-439D-B733-C7211D2283F7&#34;,
&#34;rank&#34;: &#34;preferred&#34;
}
],
&#34;P103&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P103&#34;,
&#34;hash&#34;: &#34;94131f8f22ef0e6c2fe4b312ea8927de20e28296&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1860,
&#34;id&#34;: &#34;Q1860&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$b7526300-4ac5-a529-3a91-c8a0120673be&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P1368&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1368&#34;,
&#34;hash&#34;: &#34;a724070c64f13db757c53d1f769083a74d47ac67&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;000057405&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$11725e9f-4f81-e0fd-b00a-b885fe7a75ac&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P244&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P244&#34;,
&#34;hash&#34;: &#34;5308b152b94274513309d2ad5cee9b9286fff0bd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;n80076765&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;253cf03e36ed11b8ff89dd9cbd98b687331ddf6c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Adams, Douglas, 1952-2001&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
],
&#34;P4970&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P4970&#34;,
&#34;hash&#34;: &#34;05003a848729ce3d6ab9dc35105c09baa7cdeacf&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;\u05d0\u05d3\u05d0\u05de\u05e1, \u05d3\u05d0\u05d2\u05dc\u05d0\u05e1, 1952-2001-&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
},
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P4970&#34;,
&#34;hash&#34;: &#34;c8f2e1e8eb74b298c9621afd41740b9252098387&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;\u4e9e\u7576\u65af, 1952-2001&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P1810&#34;,
&#34;P4970&#34;
],
&#34;id&#34;: &#34;q42$2D472379-EC67-4C71-9700-0F9D551BF5E6&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P947&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P947&#34;,
&#34;hash&#34;: &#34;b4a90e2f8841117a6add1d92098d457a0b615831&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;000002833&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$cf5f61ec-440d-60d4-7847-e95f75171f2f&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P214&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P214&#34;,
&#34;hash&#34;: &#34;20e5c69fbf37b8b0402a52948a04f481028e819c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;113230702&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;q42$488251B2-6732-4D49-85B0-6101803C97AB&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;14d2400e3b1d36332748dc330276f099eeaa8800&#34;,
&#34;snaks&#34;: {
&#34;P143&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P143&#34;,
&#34;hash&#34;: &#34;39224a9c2e8ce5424defbd16603d25771956c7fc&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1551807,
&#34;id&#34;: &#34;Q1551807&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P143&#34;
]
}
]
}
],
&#34;P345&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P345&#34;,
&#34;hash&#34;: &#34;c5e0f8f8e24ac2a6721b316e2a3a73820e61bc11&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;nm0010930&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;q42$231549F5-0296-4D87-993D-6CBE3F24C0D2&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P373&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P373&#34;,
&#34;hash&#34;: &#34;cd5ccca2ccdf15c9c1894d1ce7f01df9a1c17fbd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;q42$7EC4631F-FB22-4768-9B75-61875CD6C854&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P349&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P349&#34;,
&#34;hash&#34;: &#34;a544d8f45670d2b702abc65104e158b700efa63f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;00430962&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;q42$31B1BC2A-D09F-4151-AD2B-5CEA229B9058&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P434&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P434&#34;,
&#34;hash&#34;: &#34;8d03e96243cf77d4c123e929081cc16940e25412&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;e9ed318d-8cc5-4cf8-ab77-505e39ab6ea4&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;q42$fc61f952-4071-7cc1-c20a-dc7a90ad6515&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P268&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P268&#34;,
&#34;hash&#34;: &#34;8721e8944f95e9ce185c270dd1e12b81d13f7e9b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;11888092r&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;q42$BB4B67FE-FECA-4469-9DEE-3E8F03AC9F1D&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;d4bd87b862b12d99d26e86472d44f26858dee639&#34;,
&#34;snaks&#34;: {
&#34;P143&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P143&#34;,
&#34;hash&#34;: &#34;f30cbd35620c4ea6d0633aaf0210a8916130469b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 8447,
&#34;id&#34;: &#34;Q8447&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P143&#34;
]
}
]
}
],
&#34;P227&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P227&#34;,
&#34;hash&#34;: &#34;2a20755d12051fc95152d6107bd8a34e7fbc63c4&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;119033364&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;q42$8AA8CCC1-86CE-4C66-88FC-267621A81EA0&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;14d2400e3b1d36332748dc330276f099eeaa8800&#34;,
&#34;snaks&#34;: {
&#34;P143&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P143&#34;,
&#34;hash&#34;: &#34;39224a9c2e8ce5424defbd16603d25771956c7fc&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1551807,
&#34;id&#34;: &#34;Q1551807&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P143&#34;
]
}
]
}
],
&#34;P535&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P535&#34;,
&#34;hash&#34;: &#34;ce3fb403e96b3b004b1b480734c941819c442c01&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;22814&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;q42$0DD4F039-6CDC-40C9-871B-63CDE4A47032&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;8d3f0e4d193c2c8dd2b81d935dec6d736099af35&#34;,
&#34;snaks&#34;: {
&#34;P1476&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1476&#34;,
&#34;hash&#34;: &#34;4e8717be05f94ef9d94844fa9ac448eb1b6fd56d&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Douglas Noel Adams&#34;,
&#34;language&#34;: &#34;en&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
}
],
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;d9b949b67c334103af825045cc198dec267df1eb&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=22814&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P123&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P123&#34;,
&#34;hash&#34;: &#34;ee18a449a5b0b58a2ac2a1eb537367b5f78ff139&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 63056,
&#34;id&#34;: &#34;Q63056&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P577&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P577&#34;,
&#34;hash&#34;: &#34;7b4e3b6251283293572bb344027f6108800ce722&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2001-06-25T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;6b8fcfa6afb3911fecec93ae1dff2b6b6cde5659&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2013-12-07T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P1065&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1065&#34;,
&#34;hash&#34;: &#34;0777820d0fa78c3462decfe5499806447f7314f0&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://web.archive.org/web/20131203002612/http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=22814&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P2960&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2960&#34;,
&#34;hash&#34;: &#34;9e7e24c898cf24563768e4aecf8030268d7622b1&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2013-12-03T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P1476&#34;,
&#34;P854&#34;,
&#34;P123&#34;,
&#34;P577&#34;,
&#34;P813&#34;,
&#34;P1065&#34;,
&#34;P2960&#34;
]
}
]
}
],
&#34;P22&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P22&#34;,
&#34;hash&#34;: &#34;f4768d2f7e81044a59e2a6b793ae305a85fe9337&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 14623675,
&#34;id&#34;: &#34;Q14623675&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;q42$9ac7fb72-4402-8d72-f588-a170ca5e715c&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;6a3634133c828f5c3cba3f33d033c4d2ae67f5ec&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;db25e2819537870d0ef893d382ef7c400f4ec4d3&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;http://www.nndb.com/people/731/000023662/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1860,
&#34;id&#34;: &#34;Q1860&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P123&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P123&#34;,
&#34;hash&#34;: &#34;201f20dc608f8134f4b320df3cc273babfbb2284&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1373513,
&#34;id&#34;: &#34;Q1373513&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;6b8fcfa6afb3911fecec93ae1dff2b6b6cde5659&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2013-12-07T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P1476&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1476&#34;,
&#34;hash&#34;: &#34;3efff2f94d96938bcfa1c19a34a4fa41de7be644&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Douglas Adams&#34;,
&#34;language&#34;: &#34;en&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
}
],
&#34;P1065&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1065&#34;,
&#34;hash&#34;: &#34;b8a91b86a8de832f31541ef3e7ddbbe3b5a1e36e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://web.archive.org/web/20130906015958/http://www.nndb.com/people/731/000023662/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P2960&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2960&#34;,
&#34;hash&#34;: &#34;a10f1c6654340b4ac13cc7137d4fb1830c4aecb6&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2013-09-06T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;,
&#34;P407&#34;,
&#34;P123&#34;,
&#34;P813&#34;,
&#34;P1476&#34;,
&#34;P1065&#34;,
&#34;P2960&#34;
]
}
]
}
],
&#34;P25&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P25&#34;,
&#34;hash&#34;: &#34;890caf7af7d2bd93029730fcbf981c4389c867bb&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 14623678,
&#34;id&#34;: &#34;Q14623678&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;q42$cf4cccbe-470e-e627-86a3-70ef115f601c&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;6a3634133c828f5c3cba3f33d033c4d2ae67f5ec&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;db25e2819537870d0ef893d382ef7c400f4ec4d3&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;http://www.nndb.com/people/731/000023662/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1860,
&#34;id&#34;: &#34;Q1860&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P123&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P123&#34;,
&#34;hash&#34;: &#34;201f20dc608f8134f4b320df3cc273babfbb2284&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1373513,
&#34;id&#34;: &#34;Q1373513&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;6b8fcfa6afb3911fecec93ae1dff2b6b6cde5659&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2013-12-07T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P1476&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1476&#34;,
&#34;hash&#34;: &#34;3efff2f94d96938bcfa1c19a34a4fa41de7be644&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Douglas Adams&#34;,
&#34;language&#34;: &#34;en&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
}
],
&#34;P1065&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1065&#34;,
&#34;hash&#34;: &#34;b8a91b86a8de832f31541ef3e7ddbbe3b5a1e36e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://web.archive.org/web/20130906015958/http://www.nndb.com/people/731/000023662/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P2960&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2960&#34;,
&#34;hash&#34;: &#34;a10f1c6654340b4ac13cc7137d4fb1830c4aecb6&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2013-09-06T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;,
&#34;P407&#34;,
&#34;P123&#34;,
&#34;P813&#34;,
&#34;P1476&#34;,
&#34;P1065&#34;,
&#34;P2960&#34;
]
}
]
}
],
&#34;P40&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P40&#34;,
&#34;hash&#34;: &#34;3f5ef5e39468c6f0459f5039c92c5840004eba83&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 14623683,
&#34;id&#34;: &#34;Q14623683&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;q42$70b600fa-4c0a-b3e6-9e19-1486e71c99fb&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;6a3634133c828f5c3cba3f33d033c4d2ae67f5ec&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;db25e2819537870d0ef893d382ef7c400f4ec4d3&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;http://www.nndb.com/people/731/000023662/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1860,
&#34;id&#34;: &#34;Q1860&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P123&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P123&#34;,
&#34;hash&#34;: &#34;201f20dc608f8134f4b320df3cc273babfbb2284&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1373513,
&#34;id&#34;: &#34;Q1373513&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;6b8fcfa6afb3911fecec93ae1dff2b6b6cde5659&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2013-12-07T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P1476&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1476&#34;,
&#34;hash&#34;: &#34;3efff2f94d96938bcfa1c19a34a4fa41de7be644&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Douglas Adams&#34;,
&#34;language&#34;: &#34;en&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
}
],
&#34;P1065&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1065&#34;,
&#34;hash&#34;: &#34;b8a91b86a8de832f31541ef3e7ddbbe3b5a1e36e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://web.archive.org/web/20130906015958/http://www.nndb.com/people/731/000023662/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P2960&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2960&#34;,
&#34;hash&#34;: &#34;a10f1c6654340b4ac13cc7137d4fb1830c4aecb6&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2013-09-06T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;,
&#34;P407&#34;,
&#34;P123&#34;,
&#34;P813&#34;,
&#34;P1476&#34;,
&#34;P1065&#34;,
&#34;P2960&#34;
]
}
]
}
],
&#34;P906&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P906&#34;,
&#34;hash&#34;: &#34;0fe37e1d5b93dd5c01d2b265272f541ae3dbe467&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;230807&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$D92DF8AE-786C-4C3E-8A33-BABD8CB06D31&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P1006&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1006&#34;,
&#34;hash&#34;: &#34;3e97ad82f26830173fb5c332b6ccd2db3df6624e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;068744307&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;c0f66ac9dc069ba27f91832e34e6e1782116f8cc&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Adams, Douglas (1952-2001)&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P1810&#34;
],
&#34;id&#34;: &#34;Q42$B7643D02-6EF0-4932-A36A-3A2D4DA3F578&#34;,
&#34;rank&#34;: &#34;normal&#34;
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1006&#34;,
&#34;hash&#34;: &#34;e279211298821267eae101a5d7c280dfc88b3e00&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;339433876&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;c0f66ac9dc069ba27f91832e34e6e1782116f8cc&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Adams, Douglas (1952-2001)&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P1810&#34;
],
&#34;id&#34;: &#34;Q42$8FDFE037-E24A-4D8B-AA78-37AC69650FD9&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;63309730314f4c20bf6b1008fe8ffd2b155272b3&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;6b7d4330c4aac4caec4ede9de0311ce273f88ecd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 54919,
&#34;id&#34;: &#34;Q54919&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;
]
}
]
}
],
&#34;P949&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P949&#34;,
&#34;hash&#34;: &#34;e6c5d85d4dbc36b3a63a7f0042a25506b667609e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;000163846&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$2D50AE02-2BD8-4F82-9DFD-B3166DEFDEC1&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P646&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P646&#34;,
&#34;hash&#34;: &#34;119ce5ea11d825b41f7a763700a530f1fd602531&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;/m/0282x&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$48D9C731-BDA8-45D6-B593-437CD10A51B4&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;2b00cb481cddcac7623114367489b5c194901c4a&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;a94b740202b097dd33355e0e6c00e54b9395e5e0&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 15241312,
&#34;id&#34;: &#34;Q15241312&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P577&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P577&#34;,
&#34;hash&#34;: &#34;fde79ecb015112d2f29229ccc1ec514ed3e71fa2&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2013-10-28T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P577&#34;
]
}
]
}
],
&#34;P69&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P69&#34;,
&#34;hash&#34;: &#34;7c26b753f767dd296d3323721c0f9e018e2fae90&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 691283,
&#34;id&#34;: &#34;Q691283&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P582&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P582&#34;,
&#34;hash&#34;: &#34;cf63122733bae275108bbf5d043d46669f782697&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+1974-01-01T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 9,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P812&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P812&#34;,
&#34;hash&#34;: &#34;e03f82fd83e940fdf0020ded271f0edf11977d72&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 186579,
&#34;id&#34;: &#34;Q186579&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P512&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P512&#34;,
&#34;hash&#34;: &#34;e1bbba02ae21a15bcef937d017c8142e5cf73a88&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1765120,
&#34;id&#34;: &#34;Q1765120&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P580&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P580&#34;,
&#34;hash&#34;: &#34;847c4c912d3781dc83eabd7135d6403c473c0daf&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+1971-00-00T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 9,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P582&#34;,
&#34;P812&#34;,
&#34;P512&#34;,
&#34;P580&#34;
],
&#34;id&#34;: &#34;q42$0E9C4724-C954-4698-84A7-5CE0D296A6F2&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;355b56329b78db22be549dec34f2570ca61ca056&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;d1d1b10a05a8f3fc5d26bb4aeb6849617ad81fc7&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 5375741,
&#34;id&#34;: &#34;Q5375741&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;
]
},
{
&#34;hash&#34;: &#34;9177d75c6061e9e1ab149c0aa01bee5a90e07415&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;db25e2819537870d0ef893d382ef7c400f4ec4d3&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;http://www.nndb.com/people/731/000023662/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1860,
&#34;id&#34;: &#34;Q1860&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P123&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P123&#34;,
&#34;hash&#34;: &#34;201f20dc608f8134f4b320df3cc273babfbb2284&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1373513,
&#34;id&#34;: &#34;Q1373513&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;6b8fcfa6afb3911fecec93ae1dff2b6b6cde5659&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2013-12-07T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P1476&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1476&#34;,
&#34;hash&#34;: &#34;3efff2f94d96938bcfa1c19a34a4fa41de7be644&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Douglas Adams&#34;,
&#34;language&#34;: &#34;en&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;,
&#34;P407&#34;,
&#34;P123&#34;,
&#34;P813&#34;,
&#34;P1476&#34;
]
}
]
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P69&#34;,
&#34;hash&#34;: &#34;24e9c420759c3934fdb089994d6c07f9e96989cd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 4961791,
&#34;id&#34;: &#34;Q4961791&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P582&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P582&#34;,
&#34;hash&#34;: &#34;5c5b90187b61a0af83711c9495e5529940747577&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+1970-00-00T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 9,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P580&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P580&#34;,
&#34;hash&#34;: &#34;923f84fcbf398253e1ef1a8a13f1da430b87d7bb&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+1959-00-00T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 9,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P582&#34;,
&#34;P580&#34;
],
&#34;id&#34;: &#34;Q42$32490F12-D9B5-498A-91A8-839F9149F600&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;04faceee0261403ec1371a48835b38dcacd0403d&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;3f701e6f558809b10d62268775d743aee5505a2c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;http://www.brentwoodschool.co.uk/Notable-Old-Brentwoods&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P1476&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1476&#34;,
&#34;hash&#34;: &#34;10bcadd3b120a7012efeae6930062ec9d32632b5&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Notable Old Brentwoods&#34;,
&#34;language&#34;: &#34;en&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;,
&#34;P1476&#34;
]
}
]
}
],
&#34;P1273&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1273&#34;,
&#34;hash&#34;: &#34;0c743c083410c1a7181a4e385097bdc26355f6b8&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;a10667040&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$4A2873C0-D848-4F3D-8066-38204E50414C&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;5bf8f7ddb6bb0daa4341120b6ca0b06898492ebc&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;79c7aecc389a0463fd6c991d3481a375c9610987&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://viaf.org/viaf/113230702/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P1065&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1065&#34;,
&#34;hash&#34;: &#34;9bcf0ce1a2cced24e19b82c842ac7eca378abe96&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://web.archive.org/web/20201117185047/https://viaf.org/viaf/113230702/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P2960&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2960&#34;,
&#34;hash&#34;: &#34;bbd71eb6e95ada0c5f6070fbf92b0a6c73c98053&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2020-11-17T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;,
&#34;P1065&#34;,
&#34;P2960&#34;
]
}
]
}
],
&#34;P108&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P108&#34;,
&#34;hash&#34;: &#34;399e6e94b953e4305e2c0d4d6f752cedfd5576a9&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 9531,
&#34;id&#34;: &#34;Q9531&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$853B16C8-1AB3-489A-831E-AEAD7E94AB87&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;ebf92afc2ec3ffcf1aec1d55f0b066d190281576&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;ce45c622a9170b7f462f34f0f08f543843add2a9&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 2567271,
&#34;id&#34;: &#34;Q2567271&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P4789&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P4789&#34;,
&#34;hash&#34;: &#34;bb5a76d21ce7a9507293d4e26847bd068e04be27&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;U4994&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P4789&#34;
]
}
]
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P108&#34;,
&#34;hash&#34;: &#34;9dd39150909bb14ca297de8623f4e009fc34106d&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 3520623,
&#34;id&#34;: &#34;Q3520623&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P580&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P580&#34;,
&#34;hash&#34;: &#34;68c4b4d459d1b131347d9ffde2e282a8b9a167c8&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+1996-00-00T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 9,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P580&#34;
],
&#34;id&#34;: &#34;Q42$1d55f34a-4cfd-c914-4057-b6b52bf29b8e&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;ebf92afc2ec3ffcf1aec1d55f0b066d190281576&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;ce45c622a9170b7f462f34f0f08f543843add2a9&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 2567271,
&#34;id&#34;: &#34;Q2567271&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P4789&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P4789&#34;,
&#34;hash&#34;: &#34;bb5a76d21ce7a9507293d4e26847bd068e04be27&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;U4994&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P4789&#34;
]
}
]
}
],
&#34;P998&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P998&#34;,
&#34;hash&#34;: &#34;e436a6c335c51397267b0c244a54801fa88ba1c6&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Arts/Literature/Authors/A/Adams,_Douglas/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1860,
&#34;id&#34;: &#34;Q1860&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P407&#34;
],
&#34;id&#34;: &#34;Q42$BE724F6B-6981-4DE9-B90C-338768A4BFC4&#34;,
&#34;rank&#34;: &#34;preferred&#34;
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P998&#34;,
&#34;hash&#34;: &#34;f07d223888dcbdf328dc74fd6a28fbe85bba1f02&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;World/Dansk/Kultur/Litteratur/Forfattere/A/Adams,_Douglas/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;4a90e9ca00d0eae667dbbdeb5d575498ec041124&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 9035,
&#34;id&#34;: &#34;Q9035&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P407&#34;
],
&#34;id&#34;: &#34;Q42$5776B538-2441-4B9E-9C39-4E6289396763&#34;,
&#34;rank&#34;: &#34;normal&#34;
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P998&#34;,
&#34;hash&#34;: &#34;f67566d0a20a24e29f665d06f2e391b45d556699&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;World/Fran\u00e7ais/Arts/Litt\u00e9rature/Genres/Science-fiction_et_fantastique/Auteurs/Adams,_Douglas/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;d197d0a5efa4b4c23a302a829dd3ef43684fe002&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 150,
&#34;id&#34;: &#34;Q150&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P407&#34;
],
&#34;id&#34;: &#34;Q42$B60CF952-9C65-4875-A4BA-6B8516C81E99&#34;,
&#34;rank&#34;: &#34;normal&#34;
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P998&#34;,
&#34;hash&#34;: &#34;46e31918e9a49a4625ac129bcd6fe307881148e4&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;World/Deutsch/Kultur/Literatur/Autoren_und_Autorinnen/A/Adams,_Douglas/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;46bfd327b830f66f7061ea92d1be430c135fa91f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 188,
&#34;id&#34;: &#34;Q188&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P407&#34;
],
&#34;id&#34;: &#34;Q42$A0B48E74-C934-42B9-A583-FB3EAE4BC9BA&#34;,
&#34;rank&#34;: &#34;normal&#34;
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P998&#34;,
&#34;hash&#34;: &#34;db656ead856cf3bfa451ba355e21363730a8d465&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;World/Italiano/Arte/Letteratura/Autori/A/Adams,_Douglas/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;2ab2e485ce235a18142330fa1873a5bba7115d23&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 652,
&#34;id&#34;: &#34;Q652&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P407&#34;
],
&#34;id&#34;: &#34;Q42$F2632AC4-6F24-49E4-9E4E-B008F26BA8CE&#34;,
&#34;rank&#34;: &#34;normal&#34;
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P998&#34;,
&#34;hash&#34;: &#34;1ae5f83e9a27b3099283feee56595d8aa05a8585&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;World/Svenska/Kultur/Litteratur/Genre/Science_fiction_och_fantasy/F\u00f6rfattare/Adams,_Douglas/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;e41efcf0acaa18ea8fca63b87e2e0c24618f5664&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 9027,
&#34;id&#34;: &#34;Q9027&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P407&#34;
],
&#34;id&#34;: &#34;Q42$84B82B5A-8F33-4229-B988-BF960E676875&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P1233&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1233&#34;,
&#34;hash&#34;: &#34;b601606b4bce3131ed7b591bb3acbcaeaa8f7a6e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;122&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$9F55FA72-F9E5-41E4-A771-041EB1D59C28&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P1284&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1284&#34;,
&#34;hash&#34;: &#34;2f5c2e65a1d9fca309615b885bf62f3e5260874e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;00000020676&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$2EE16C9C-B74B-4322-9542-4A132555B363&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P866&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P866&#34;,
&#34;hash&#34;: &#34;37d031cbb7d33f06c43ad0a1faafac8071b4c3e1&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;douglas-adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$A29644ED-0377-4F88-8BA6-FAAB7DE8C7BA&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P1695&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1695&#34;,
&#34;hash&#34;: &#34;5b3ec159aae2cbcee8689e36af4bda9a5497e72f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;A11573065&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$9B5EED2E-C3F5-4634-8B85-4D4CC6F15C93&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;26c14416670af4da8614d9db92859f07401e3b88&#34;,
&#34;snaks&#34;: {
&#34;P214&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P214&#34;,
&#34;hash&#34;: &#34;20e5c69fbf37b8b0402a52948a04f481028e819c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;113230702&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;6b7d4330c4aac4caec4ede9de0311ce273f88ecd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 54919,
&#34;id&#34;: &#34;Q54919&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;ab1e45f4e59b97ef39387dbd419722745e6cff99&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2015-03-07T00:00:00Z&#34;,
&#34;timezone&#34;: 60,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P214&#34;,
&#34;P248&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P1816&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1816&#34;,
&#34;hash&#34;: &#34;b19c490642f7a5d5c71bf612ec4089c74dbdfaf5&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;mp60152&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$A70EF87C-33F4-4366-B0A7-000C5A3A43E5&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P1263&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1263&#34;,
&#34;hash&#34;: &#34;536c401a39def76dfbb2b0e1c332d3707a6aef95&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;731/000023662&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$9B26C69E-7B9E-43EB-9B20-AD1305D1EE6B&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P271&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P271&#34;,
&#34;hash&#34;: &#34;4427f3fc3ca4aa75b84c93e90043707031b24a72&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;DA07517784&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$f69cd1df-4655-d1fa-5978-e3454415e57e&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P856&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P856&#34;,
&#34;hash&#34;: &#34;0e45abd71bbb7dc8d20627f52d8ee48892a62e2a&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://douglasadams.com/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1860,
&#34;id&#34;: &#34;Q1860&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P407&#34;
],
&#34;id&#34;: &#34;Q42$D32EFF42-C5E2-482A-AE97-2159D6A99524&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P1411&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1411&#34;,
&#34;hash&#34;: &#34;99f1efe2922c2a67bb499cdee14b487adfe564ee&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 3414212,
&#34;id&#34;: &#34;Q3414212&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P1686&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1686&#34;,
&#34;hash&#34;: &#34;6976dd054773df55af13d08387ac072427e71cb6&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 3521267,
&#34;id&#34;: &#34;Q3521267&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P585&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P585&#34;,
&#34;hash&#34;: &#34;21ce2394cef40d7e380a249ee1911d6efa38d1af&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+1979-00-00T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 9,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P1686&#34;,
&#34;P585&#34;
],
&#34;id&#34;: &#34;Q42$1B3C484C-643E-45D0-B01C-F6DAD3D1F88E&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;327355ae07a14af7f684a612af7d7452ac62bb63&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;75772f67a591bffe59d3aaf19f7188df70c90863&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://www.thehugoawards.org/hugo-history/1979-hugo-awards/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;
]
}
]
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1411&#34;,
&#34;hash&#34;: &#34;79aef316494aa8d5e3f72352a5315ecdea123e04&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 2576795,
&#34;id&#34;: &#34;Q2576795&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P585&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P585&#34;,
&#34;hash&#34;: &#34;1f4575b36bd16a12b6ce37bd18576d2809be2317&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+1983-00-00T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 9,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P1686&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1686&#34;,
&#34;hash&#34;: &#34;e7bb7e6e72fbe3cab6b40bc12cd86966ff4f9175&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 721,
&#34;id&#34;: &#34;Q721&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P585&#34;,
&#34;P1686&#34;
],
&#34;id&#34;: &#34;Q42$285E0C13-9674-4131-9556-51B316A57AEE&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P1953&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1953&#34;,
&#34;hash&#34;: &#34;62213f70dc895a9605d36aeeda01e3a6ab73e74f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;134923&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$6C466225-DCB1-47B9-B868-C285F016E216&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P648&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P648&#34;,
&#34;hash&#34;: &#34;54001f8cc18087fa51c188b474a3abf2a5db19a0&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;OL272947A&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$0BC410B8-8A0F-4658-90B0-BB2AE1D6AA3F&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P1258&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1258&#34;,
&#34;hash&#34;: &#34;8c80814f0a15ebe01dc19766129dbfe4276ad77a&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;celebrity/douglas_adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$4bc2af98-4182-3b11-0df3-80aac8e24081&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P2191&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2191&#34;,
&#34;hash&#34;: &#34;f30cf12ee4be16978a4a76b17518ea1b80db8b89&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;10014&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$2DB4179B-D385-495D-B248-9D0A53041DD4&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P1266&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1266&#34;,
&#34;hash&#34;: &#34;bdbb98c7c753fb88584e387119e1c174ffadb411&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;97049&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$788bd2c1-46a0-9898-6410-5339ecf90a8b&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P2019&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2019&#34;,
&#34;hash&#34;: &#34;6dffad6e477d1b2e84322dcde7a5f67ea5414bfe&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;p279442&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$b0322bc3-497a-8ef4-8eed-e4927b805d87&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P2188&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2188&#34;,
&#34;hash&#34;: &#34;241f004ee4042a5226417b8570251268a77d7982&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;45993&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$5215183d-42ec-a3e5-1745-0abd519d026a&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P2168&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2168&#34;,
&#34;hash&#34;: &#34;5b535a453c0f88c11cb592ae35510abe93d2eec5&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;271209&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$77b4aae6-473c-f860-1918-9ca573cdfb2e&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P1315&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1315&#34;,
&#34;hash&#34;: &#34;26738bb6b795b709bab76e844b45c507e06cf04a&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;847711&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$809C95C5-ED69-432B-91D8-FF7C8C9965A2&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P2163&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2163&#34;,
&#34;hash&#34;: &#34;a727f412894f1378687c860124872df50221304a&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;56544&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$7424C174-D7A8-4D60-89E3-416156EAC76D&#34;,
&#34;rank&#34;: &#34;normal&#34;
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2163&#34;,
&#34;hash&#34;: &#34;9eb9e3badafa17417270d66ba6f77a8be72370b2&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;1775523&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$2B5CB441-0DA8-4A5E-AB23-3D54C0ACE620&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P1417&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1417&#34;,
&#34;hash&#34;: &#34;6ea6871c416e9475ac71ca2f65128b3bf4202f79&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;biography/Douglas-Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$2B2DC742-3BC1-4DAA-BECF-C81A33453B57&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P2611&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2611&#34;,
&#34;hash&#34;: &#34;0631354d6f7ce9e874e9d561a8c77602d14c7661&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;douglas_adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$3169835D-BBAB-48C0-B197-7428BDBAC28E&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P2435&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2435&#34;,
&#34;hash&#34;: &#34;c38967daaf99993bbc91b468fc81a82e3bb9dad3&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;208947&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$daf51782-49c8-1e46-7738-e923dba42cb0&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P2604&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2604&#34;,
&#34;hash&#34;: &#34;421122162eba6332387f5e8cd004d4de354a64b8&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;246164&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$ca83a88a-470c-b93a-2393-35a1de0a9c60&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P2387&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2387&#34;,
&#34;hash&#34;: &#34;d61c15b28b800e74f0c307c30d1caf14acd7fb0a&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;1289170&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$29c1b057-497d-7d15-864e-3d889a76c750&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P2626&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2626&#34;,
&#34;hash&#34;: &#34;9d2f07ecfb40cd02ff993b45b55462b133d32779&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;159696&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$5a41f776-4135-80b1-e3fe-43156047ecb8&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P2605&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2605&#34;,
&#34;hash&#34;: &#34;cb22a19dc73066bcc1cddfd57ab8d26248180bfe&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;39534&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$7398157a-409e-7d35-7d89-7351426cb36c&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P2963&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2963&#34;,
&#34;hash&#34;: &#34;4221e8296d6a925d42a4df043b063108546097b5&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;4&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P585&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P585&#34;,
&#34;hash&#34;: &#34;4742bd7d64eb60cd35c3e6f7f5fdafaf5fef1b30&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2020-09-28T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;03773f9c659ee8c03a232bce2522c8bb1b66402c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
],
&#34;P3744&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3744&#34;,
&#34;hash&#34;: &#34;b2715d967e0b549557d8855acd35790361e70afa&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;amount&#34;: &#34;+19460&#34;,
&#34;unit&#34;: &#34;1&#34;
},
&#34;type&#34;: &#34;quantity&#34;
},
&#34;datatype&#34;: &#34;quantity&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P585&#34;,
&#34;P1810&#34;,
&#34;P3744&#34;
],
&#34;id&#34;: &#34;Q42$eb0d02d3-4b1d-0e19-cb86-78a0a5439144&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P910&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P910&#34;,
&#34;hash&#34;: &#34;66af9938438374fa44164b5c655fd4902e65345a&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 8935487,
&#34;id&#34;: &#34;Q8935487&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$3B111597-2138-4517-85AD-FD0056D3DEB0&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P3106&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3106&#34;,
&#34;hash&#34;: &#34;80d1fadf05f08f13eda14529506bd5a48390a367&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;books/douglasadams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$d8ebbd62-4229-1e3b-6494-ca96246286e3&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P1303&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1303&#34;,
&#34;hash&#34;: &#34;32ba5bbd0bb5778c1097444f80b17d3de3b3cdab&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 6607,
&#34;id&#34;: &#34;Q6607&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$67547850-C3A0-4C99-AFE4-3C18956CB19A&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;94b3c14bb9d4fe6cbe10c96a169b5c54cccc6b36&#34;,
&#34;snaks&#34;: {
&#34;P1476&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1476&#34;,
&#34;hash&#34;: &#34;20a1c5cb74ddad55dcfa7e2d18abd98223e08c3c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Douglas Adams&#39;s 60th birthday marked with liff, the universe and Pink Floyd&#34;,
&#34;language&#34;: &#34;en&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
}
],
&#34;P1433&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1433&#34;,
&#34;hash&#34;: &#34;7b84ef4d8e9c65312af6aec92f081aa81c2d3464&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 5614018,
&#34;id&#34;: &#34;Q5614018&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P577&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P577&#34;,
&#34;hash&#34;: &#34;b6fdb4b994ead7b61883f5238ec83e88baef9db7&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2012-03-06T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;114ec1b31fb67a4b02a20fc41856adc937fe7145&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://www.theguardian.com/books/2012/mar/06/douglas-adams-60th-birthday-party&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P1065&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1065&#34;,
&#34;hash&#34;: &#34;be00df49aba4568b19e02a446fb86807709526df&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://web.archive.org/web/20201117181919/https://www.theguardian.com/books/2012/mar/06/douglas-adams-60th-birthday-party&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P2960&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2960&#34;,
&#34;hash&#34;: &#34;bbd71eb6e95ada0c5f6070fbf92b0a6c73c98053&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2020-11-17T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P1476&#34;,
&#34;P1433&#34;,
&#34;P577&#34;,
&#34;P854&#34;,
&#34;P1065&#34;,
&#34;P2960&#34;
]
}
]
}
],
&#34;P2469&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2469&#34;,
&#34;hash&#34;: &#34;8182569fbc34cb375d652c1108c4895160df700d&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;238p&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$32DACDAA-0C29-489B-B587-7CB5D374EEE5&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P3373&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3373&#34;,
&#34;hash&#34;: &#34;5e84b11b53fecf61d0ceff89b8f4d7beff79bd4a&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 14623673,
&#34;id&#34;: &#34;Q14623673&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P1039&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1039&#34;,
&#34;hash&#34;: &#34;3ca4eb6cd8b1ba98eb7c5753c5d6ec55931e4b59&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 10943095,
&#34;id&#34;: &#34;Q10943095&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P1039&#34;
],
&#34;id&#34;: &#34;Q42$A3B1288B-67A9-4491-A3AA-20F881C292B9&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;6a3634133c828f5c3cba3f33d033c4d2ae67f5ec&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;db25e2819537870d0ef893d382ef7c400f4ec4d3&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;http://www.nndb.com/people/731/000023662/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1860,
&#34;id&#34;: &#34;Q1860&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P123&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P123&#34;,
&#34;hash&#34;: &#34;201f20dc608f8134f4b320df3cc273babfbb2284&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1373513,
&#34;id&#34;: &#34;Q1373513&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;6b8fcfa6afb3911fecec93ae1dff2b6b6cde5659&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2013-12-07T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P1476&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1476&#34;,
&#34;hash&#34;: &#34;3efff2f94d96938bcfa1c19a34a4fa41de7be644&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Douglas Adams&#34;,
&#34;language&#34;: &#34;en&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
}
],
&#34;P1065&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1065&#34;,
&#34;hash&#34;: &#34;b8a91b86a8de832f31541ef3e7ddbbe3b5a1e36e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://web.archive.org/web/20130906015958/http://www.nndb.com/people/731/000023662/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P2960&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2960&#34;,
&#34;hash&#34;: &#34;a10f1c6654340b4ac13cc7137d4fb1830c4aecb6&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2013-09-06T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;,
&#34;P407&#34;,
&#34;P123&#34;,
&#34;P813&#34;,
&#34;P1476&#34;,
&#34;P1065&#34;,
&#34;P2960&#34;
]
}
]
}
],
&#34;P3417&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3417&#34;,
&#34;hash&#34;: &#34;db4aa0e21094eecf0c47e3826a988cf886d67fe0&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas-Adams-4&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$edea25d2-4736-b539-ec8d-d3f82e1f7100&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P3430&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3430&#34;,
&#34;hash&#34;: &#34;1e9a0d6461bed3d3b3f7ed1956b151058982cd6e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;w65h7md1&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$76AD35E4-F222-418A-A3AC-CF6472790811&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P1617&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1617&#34;,
&#34;hash&#34;: &#34;aeab2cca07e2851f3be2739cb17cd7fc7fdcf255&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;aa075cb6-75bf-46d8-b0bf-9751d6c04c93&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$545d5c9a-4bde-ee8b-089f-1a11ba699301&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P2048&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2048&#34;,
&#34;hash&#34;: &#34;bb30f6a415dca2ba16fc59f4fa2b5b32df39cd7d&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;amount&#34;: &#34;+1.96&#34;,
&#34;unit&#34;: &#34;http://www.wikidata.org/entity/Q11573&#34;
},
&#34;type&#34;: &#34;quantity&#34;
},
&#34;datatype&#34;: &#34;quantity&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$b0bf3caf-481c-356b-03a2-e61174b8e6da&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;ea084a413b5055da7bfc68fbd54d389080918b23&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;e837da58a8ef25e66d6112aa10c5e37cf9caf4f0&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://books.google.com/books?id=0oA8DwAAQBAJ&amp;pg=PT107&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;c1dd32c79ecbfbdb407a13167380d7d97b87997b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2018-11-15T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P957&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P957&#34;,
&#34;hash&#34;: &#34;b78f1cbd5b0f909d622e73e57c2309db0a96479a&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;1-782-43841-6&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P212&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P212&#34;,
&#34;hash&#34;: &#34;ef3afe99c29235dbb20218225edabbcbbce2ffbb&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;978-1-782-43841-0&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P1065&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1065&#34;,
&#34;hash&#34;: &#34;77683e3c953a89bc3ab6018bf4b221be5d24e31c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://web.archive.org/web/20190603110729/https://books.google.com/books?id=0oA8DwAAQBAJ&amp;pg=PT107&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P2960&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2960&#34;,
&#34;hash&#34;: &#34;7d10d7ef8eddb1fe10f66559456a473bcf6ce7ec&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2019-06-03T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;,
&#34;P813&#34;,
&#34;P957&#34;,
&#34;P212&#34;,
&#34;P1065&#34;,
&#34;P2960&#34;
]
}
]
}
],
&#34;P3222&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3222&#34;,
&#34;hash&#34;: &#34;24ce0b270b00ea4d2dcc082d647f8eb542070bbd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;douglas-adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$D41D834D-0BD4-411C-A671-2B7BE6053EB5&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P109&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P109&#34;,
&#34;hash&#34;: &#34;cf4b6f2d6c3fb835e32de8e927cf75a75704f8ac&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas Adams signature.svg&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;commonsMedia&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P2096&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2096&#34;,
&#34;hash&#34;: &#34;c49b60c3026a607bbf867f814111ec154139497f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Douglas Adams&#39;\u0131n imzas\u0131&#34;,
&#34;language&#34;: &#34;tr&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P2096&#34;
],
&#34;id&#34;: &#34;Q42$e5b8e5d5-4243-43e3-3476-c8f1572f14fa&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P4193&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P4193&#34;,
&#34;hash&#34;: &#34;f1fe4a6c587c168332f92c0bd2a995bd9570b99a&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas_Noel_Adams_(1952-2001)&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$769463b3-4b83-cf93-d5ef-0b4e98e1cf33&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P136&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P136&#34;,
&#34;hash&#34;: &#34;202d8227cb86026ec9956eea1628a52cd8d3cdfb&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 24925,
&#34;id&#34;: &#34;Q24925&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$0ff4aeeb-4fdb-56cf-5fe9-916e1bbbbc73&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;eb03fd03eef53befd07c43d5dfeea4047fb9a72e&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;b3784f20fdd968a0a3c739174983521c82d178fd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://www.theguardian.com/books/2013/mar/11/douglas-adams-king-comic-science-fiction&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P1476&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1476&#34;,
&#34;hash&#34;: &#34;cc070d30c037a656be8479b9ecec12ae4d125596&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Douglas Adams is still the king of comic science fiction&#34;,
&#34;language&#34;: &#34;en&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
}
],
&#34;P577&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P577&#34;,
&#34;hash&#34;: &#34;8c7cfd920adb380546ec2444b506d6d00fce49e6&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2013-03-11T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;5eb5f0ed5b2c86115f3003ddf19524e65e45340a&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 11148,
&#34;id&#34;: &#34;Q11148&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P1065&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1065&#34;,
&#34;hash&#34;: &#34;114e3f026277b9c91447ff480a721ac6f9af8f21&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://web.archive.org/web/20201117102058/https://www.theguardian.com/books/2013/mar/11/douglas-adams-king-comic-science-fiction&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P2960&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2960&#34;,
&#34;hash&#34;: &#34;bbd71eb6e95ada0c5f6070fbf92b0a6c73c98053&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2020-11-17T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;,
&#34;P1476&#34;,
&#34;P577&#34;,
&#34;P248&#34;,
&#34;P1065&#34;,
&#34;P2960&#34;
]
}
]
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P136&#34;,
&#34;hash&#34;: &#34;61ab43a3146565344895c746d35e7d3cf1917cc3&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 40831,
&#34;id&#34;: &#34;Q40831&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$2ac90f53-4dc5-2ecc-d595-70f7c43f2fda&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;6dcb62714f5201f4ea22c331a6e32e817916981f&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;b3784f20fdd968a0a3c739174983521c82d178fd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://www.theguardian.com/books/2013/mar/11/douglas-adams-king-comic-science-fiction&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P1476&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1476&#34;,
&#34;hash&#34;: &#34;cc070d30c037a656be8479b9ecec12ae4d125596&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Douglas Adams is still the king of comic science fiction&#34;,
&#34;language&#34;: &#34;en&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
}
],
&#34;P577&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P577&#34;,
&#34;hash&#34;: &#34;8c7cfd920adb380546ec2444b506d6d00fce49e6&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2013-03-11T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;5eb5f0ed5b2c86115f3003ddf19524e65e45340a&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 11148,
&#34;id&#34;: &#34;Q11148&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;,
&#34;P1476&#34;,
&#34;P577&#34;,
&#34;P248&#34;
]
},
{
&#34;hash&#34;: &#34;bab32d323b6c92d91ff7d0c4707346012900761b&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;d74ce84c9bceb1f94564bc8d53ad074739e46eb3&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;http://www.screenonline.org.uk/people/id/1233876/index.html&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;
]
}
]
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P136&#34;,
&#34;hash&#34;: &#34;98c2629a70e699b536d71d16e03b20fbbad7b8d5&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 128758,
&#34;id&#34;: &#34;Q128758&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$43f046bb-47a4-00aa-5174-aa7ca343396b&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;970f20bd8dc49db5bbe0de9d4c7b3b555c134e59&#34;,
&#34;snaks&#34;: {
&#34;P3106&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3106&#34;,
&#34;hash&#34;: &#34;468b1af18aa266fe9eeaf8213a977a1612538c13&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;commentisfree/2015/aug/07/hitchhikers-guide-galaxy-book-changed-me-vogons-economics&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P3106&#34;
]
}
]
}
],
&#34;P4431&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P4431&#34;,
&#34;hash&#34;: &#34;1faf29b616aacd94361ec05e63b2faabef5aadcd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;douglas-adams-61st-birthday&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P585&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P585&#34;,
&#34;hash&#34;: &#34;52ee0260174795772f9cfbfa8ec3b7561ef4e7bc&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2013-03-11T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P585&#34;
],
&#34;id&#34;: &#34;Q42$520b13d1-47df-2d1c-f56d-7106f383a3b6&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;c8c63046ea013957f2ae353e4181e82d2829d3bb&#34;,
&#34;snaks&#34;: {
&#34;P1065&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1065&#34;,
&#34;hash&#34;: &#34;8753bb7a1a2ad9d3c7356999765471497859e0ce&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://web.archive.org/web/20201118223820/http://www.google.com/doodles/douglas-adams-61st-birthday&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P2960&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2960&#34;,
&#34;hash&#34;: &#34;d2020384c231d0816a2df1d8ca94802d4c02fda4&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2020-11-18T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P1065&#34;,
&#34;P2960&#34;
]
}
]
}
],
&#34;P2607&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2607&#34;,
&#34;hash&#34;: &#34;39e9c24ade56182f9826a6cdeb65b741c59f7349&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;307812da-da11-4ee5-a906-31e5ce9694bb&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$52EA4A30-C798-4ED3-AEA0-A2FEB4B0FB95&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P1415&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1415&#34;,
&#34;hash&#34;: &#34;8a7b55e5b7e6d645618f191698851929669fda33&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;75853&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$E10A1B54-9D65-4334-8F2C-58B21B49D565&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P2949&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2949&#34;,
&#34;hash&#34;: &#34;06f219671f6aca0ead3d077809a9f95938921c05&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Adams-32825&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;cfbfa8b63e2947a4f808c8bb17ae443638e13b1f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas Noel Adams (11 Mar 1952 - 11 May 2001)&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P1810&#34;
],
&#34;id&#34;: &#34;Q42$A4E52439-57DF-4C31-902C-E995D78488FA&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P3154&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3154&#34;,
&#34;hash&#34;: &#34;a6153385a0dfb1b9acdc9bb2082a08cf8b5b72eb&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;adamsdou&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$916F4133-B433-4FA1-B888-F86DA132B1DE&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P3630&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3630&#34;,
&#34;hash&#34;: &#34;c943a67cefbf6c5f52cd624308b923cddb344024&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;2627&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$15011D96-BB02-4B8F-9728-8FF88A3A938D&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P1280&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1280&#34;,
&#34;hash&#34;: &#34;ad98b64e66275024c3602f3002911c205f7a3002&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;6050147&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$0DFBA3E4-F98E-4ED5-AE30-CE8556429229&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P2734&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2734&#34;,
&#34;hash&#34;: &#34;0e5ad1f3b3f960fdc719f9c764afb9645f77ea1e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;AdamsDouglas&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$6646C637-00DF-47E1-A845-CFCAB27A559D&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P26&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P26&#34;,
&#34;hash&#34;: &#34;e41afff05ff2364b903d9cbc117e5730a99f8cfb&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 14623681,
&#34;id&#34;: &#34;Q14623681&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P580&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P580&#34;,
&#34;hash&#34;: &#34;cccb5ca124ec4121900c8beb41b777148829fa49&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+1991-11-25T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P582&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P582&#34;,
&#34;hash&#34;: &#34;8798597f326000b4ffd9948d42771308bdb23133&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2001-05-11T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P1534&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1534&#34;,
&#34;hash&#34;: &#34;cdecc87f4efe042c758e4e783a0eb1a6bf317bf5&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 99521170,
&#34;id&#34;: &#34;Q99521170&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P580&#34;,
&#34;P582&#34;,
&#34;P1534&#34;
],
&#34;id&#34;: &#34;q42$b88670f8-456b-3ecb-cf3d-2bca2cf7371e&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;6a3634133c828f5c3cba3f33d033c4d2ae67f5ec&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;db25e2819537870d0ef893d382ef7c400f4ec4d3&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;http://www.nndb.com/people/731/000023662/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1860,
&#34;id&#34;: &#34;Q1860&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P123&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P123&#34;,
&#34;hash&#34;: &#34;201f20dc608f8134f4b320df3cc273babfbb2284&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1373513,
&#34;id&#34;: &#34;Q1373513&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;6b8fcfa6afb3911fecec93ae1dff2b6b6cde5659&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2013-12-07T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P1476&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1476&#34;,
&#34;hash&#34;: &#34;3efff2f94d96938bcfa1c19a34a4fa41de7be644&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Douglas Adams&#34;,
&#34;language&#34;: &#34;en&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
}
],
&#34;P1065&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1065&#34;,
&#34;hash&#34;: &#34;b8a91b86a8de832f31541ef3e7ddbbe3b5a1e36e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://web.archive.org/web/20130906015958/http://www.nndb.com/people/731/000023662/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P2960&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2960&#34;,
&#34;hash&#34;: &#34;a10f1c6654340b4ac13cc7137d4fb1830c4aecb6&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2013-09-06T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;,
&#34;P407&#34;,
&#34;P123&#34;,
&#34;P813&#34;,
&#34;P1476&#34;,
&#34;P1065&#34;,
&#34;P2960&#34;
]
}
]
}
],
&#34;P5019&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P5019&#34;,
&#34;hash&#34;: &#34;43ed67a7e85525f6e09d5b1c7d8cf48a13b0249d&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;adams-douglas-noel&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$d12f42dc-456c-4c5f-19ee-b4dda178e50f&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P463&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P463&#34;,
&#34;hash&#34;: &#34;a584c94c9a14d402a281d10bdf8b97b9c04f5642&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 857679,
&#34;id&#34;: &#34;Q857679&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$45E1E647-4941-42E1-8428-A6F6C848276A&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;d3a1bf3d15f15231160c53372322c3beffdc741d&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;9e9fcadde8d4a98a6ace310d9b1e0736710b6a68&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://www.cambridgeindependent.co.uk/whats-on/cambridge-honours-hitchhikers-guide-to-the-galaxy-author-douglas-adams-9071978/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P1476&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1476&#34;,
&#34;hash&#34;: &#34;a412da80d72f196ae7ad0a16bb8611070f54ecca&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Cambridge holds Towel Day in honour of Douglas Adams&#34;,
&#34;language&#34;: &#34;en&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
}
],
&#34;P577&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P577&#34;,
&#34;hash&#34;: &#34;26f3406d43daf2a276c43b0890b9701bdb58bf5d&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2019-05-30T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P1065&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1065&#34;,
&#34;hash&#34;: &#34;bd6afba01dd8a6df3487fdb8e97a39520cc6b702&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://web.archive.org/web/20201117174858/https://www.cambridgeindependent.co.uk/whats-on/cambridge-honours-hitchhikers-guide-to-the-galaxy-author-douglas-adams-9071978/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P2960&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2960&#34;,
&#34;hash&#34;: &#34;bbd71eb6e95ada0c5f6070fbf92b0a6c73c98053&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2020-11-17T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;,
&#34;P1476&#34;,
&#34;P577&#34;,
&#34;P1065&#34;,
&#34;P2960&#34;
]
}
]
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P463&#34;,
&#34;hash&#34;: &#34;84849e152aef5521da8473634fd3b47b1725730a&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 5610831,
&#34;id&#34;: &#34;Q5610831&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$05cafd4a-4fb1-13ff-7f11-2e72b85ae07a&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;ebf92afc2ec3ffcf1aec1d55f0b066d190281576&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;ce45c622a9170b7f462f34f0f08f543843add2a9&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 2567271,
&#34;id&#34;: &#34;Q2567271&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P4789&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P4789&#34;,
&#34;hash&#34;: &#34;bb5a76d21ce7a9507293d4e26847bd068e04be27&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;U4994&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P4789&#34;
]
}
]
}
],
&#34;P2600&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2600&#34;,
&#34;hash&#34;: &#34;8a7c7e56a0067681a41c7fbbc0eb5ebcc37fdb6c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;6000000050650155828&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$101c1875-4027-37aa-3a72-c202e42276ab&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P5337&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P5337&#34;,
&#34;hash&#34;: &#34;29ed1262bb3fefb630042509e9c9ddbb9dd2cbd1&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;CAAqJQgKIh9DQkFTRVFvSUwyMHZNREk0TW5nU0JXVnVMVWRDS0FBUAE&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$966e692e-4516-de45-356c-7e098273a79a&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P5357&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P5357&#34;,
&#34;hash&#34;: &#34;6a7078b9e85a8ed980393e64dd62f4c93fe98a43&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;adams_douglas&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$63B203C0-A6B4-40A7-9942-09F5AA7DE92F&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;154031fdff9fbadaa5f15c8b7e4ae46ca13db45a&#34;,
&#34;snaks&#34;: {
&#34;P143&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P143&#34;,
&#34;hash&#34;: &#34;a3bacfb56d9e630c9b0b2f1c5e906b4b26f7c49a&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 28054658,
&#34;id&#34;: &#34;Q28054658&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P143&#34;
]
}
]
}
],
&#34;P5361&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P5361&#34;,
&#34;hash&#34;: &#34;21938e02cbd2906580613024f462917402094384&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;AdamsDouglas1952-2001&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$E5FCDDD6-0021-4543-8815-ACC8C2877C9F&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;133415593c921f4a8641abd7123e2c4d451cca0c&#34;,
&#34;snaks&#34;: {
&#34;P4656&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P4656&#34;,
&#34;hash&#34;: &#34;02056bd703f8d9ef04a126afb0a7011af1b085f0&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://www.wikidata.org/w/index.php?title=Wikidata:Property_proposal/BNB_person_ID&amp;oldid=700383726&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P4656&#34;
]
}
]
}
],
&#34;P5365&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P5365&#34;,
&#34;hash&#34;: &#34;a44d4ded6b35d2d4a131099c633aa8b1fcaa1452&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;42&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$7894D1B9-2FB1-4F0D-BC65-D0736B68C179&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P5408&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P5408&#34;,
&#34;hash&#34;: &#34;a537c2ffabd6b49cd9ea8f935bf6f53fdd2eb10f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;a/douglas-adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$37B09D07-EE5D-4944-80B0-27BB6D41D87F&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P5570&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P5570&#34;,
&#34;hash&#34;: &#34;0a407feec4ece2cd71d650ad10574fb91b9f5b18&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;143&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$4F5DCE7C-3839-4642-AB6D-72C14C18D768&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P1580&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1580&#34;,
&#34;hash&#34;: &#34;381b5f7f7eee8c0b1ddc330f9384174fef368c10&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;a1221374&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$50941274-91AC-438C-9B7C-F0105F9CD20F&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P5587&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P5587&#34;,
&#34;hash&#34;: &#34;45b250733afb47b733dcb1716f910e468933123d&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;1zcfh30k0gr4zxt&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$21178ECC-11CC-4CD3-BBD4-E35EB788B26E&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;090947d10eb71b36c636524a7efcdbb82d2f7a00&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;f487c993a88b7e91732ae6e2ad2910710a462ad8&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1798125,
&#34;id&#34;: &#34;Q1798125&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;86c9d0700fcc61e9c1ea1254d3d9b7029253623d&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://libris.kb.se/katalogisering/1zcfh30k0gr4zxt&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P577&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P577&#34;,
&#34;hash&#34;: &#34;0e399d3b76f1dd42d1d750c3cf3cc81a2006aa96&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2018-03-26T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;a11d62bd1cf10c4155401fd7884e6013285efeaa&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2018-08-24T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P1065&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1065&#34;,
&#34;hash&#34;: &#34;ec1467e97e8e6116c8dd4ceac6926358e18333fc&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://web.archive.org/web/20190418182355/https://libris.kb.se/katalogisering/1zcfh30k0gr4zxt&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P2960&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2960&#34;,
&#34;hash&#34;: &#34;2503adb98ff5e769a598892a003dd0b041fc31fe&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2019-04-18T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P854&#34;,
&#34;P577&#34;,
&#34;P813&#34;,
&#34;P1065&#34;,
&#34;P2960&#34;
]
}
]
}
],
&#34;P3365&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3365&#34;,
&#34;hash&#34;: &#34;b0800b1c5f6da693c6b7d845f5e0b0aa0fc517ac&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;douglas-noel-adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;bcb47e52c85d53c439b6d143dbfa9d49d6a28af6&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Adams, Douglas No\u00ebl&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P1810&#34;
],
&#34;id&#34;: &#34;Q42$68E451D5-0EA5-4F70-8985-A2613B7F0729&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P269&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P269&#34;,
&#34;hash&#34;: &#34;adb558674eda6bfe9b17c3fed9be99c3d55f0cc3&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;026677636&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$26D2B7C9-84FD-4E96-A6EC-42959F8D7048&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;08e3e6521cbb059b15df261cf79fcefcc29a682a&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;6b7d4330c4aac4caec4ede9de0311ce273f88ecd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 54919,
&#34;id&#34;: &#34;Q54919&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P214&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P214&#34;,
&#34;hash&#34;: &#34;20e5c69fbf37b8b0402a52948a04f481028e819c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;113230702&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;a1b98b5c8bb6eca02829acaf6200c3e4a45b4dd0&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2018-10-07T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P214&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P213&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P213&#34;,
&#34;hash&#34;: &#34;ed6b11a980013ea8e084b8e634cfcac37d2eba8a&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;0000 0000 8045 6315&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$25738B35-D07D-4C28-8C74-05FBA1B1E6C7&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;08e3e6521cbb059b15df261cf79fcefcc29a682a&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;6b7d4330c4aac4caec4ede9de0311ce273f88ecd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 54919,
&#34;id&#34;: &#34;Q54919&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P214&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P214&#34;,
&#34;hash&#34;: &#34;20e5c69fbf37b8b0402a52948a04f481028e819c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;113230702&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;a1b98b5c8bb6eca02829acaf6200c3e4a45b4dd0&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2018-10-07T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P214&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P691&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P691&#34;,
&#34;hash&#34;: &#34;bc9fdc5daaa2387d2d7bc5749239552a696adb78&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;jn19990000029&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;1b5dd348dc4e4d1783b5a7d6710bb07b099b930a&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Adams, Douglas&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P1810&#34;
],
&#34;id&#34;: &#34;Q42$237DB309-0D43-42EB-999D-65BD0A833311&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;08e3e6521cbb059b15df261cf79fcefcc29a682a&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;6b7d4330c4aac4caec4ede9de0311ce273f88ecd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 54919,
&#34;id&#34;: &#34;Q54919&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P214&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P214&#34;,
&#34;hash&#34;: &#34;20e5c69fbf37b8b0402a52948a04f481028e819c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;113230702&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;a1b98b5c8bb6eca02829acaf6200c3e4a45b4dd0&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2018-10-07T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P214&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P950&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P950&#34;,
&#34;hash&#34;: &#34;fd89c3e8114dce50507d5dce01124aa51da46ee6&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;XX1149955&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$A813E628-398C-40C6-B082-8C4FCE4DF3FF&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;08e3e6521cbb059b15df261cf79fcefcc29a682a&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;6b7d4330c4aac4caec4ede9de0311ce273f88ecd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 54919,
&#34;id&#34;: &#34;Q54919&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P214&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P214&#34;,
&#34;hash&#34;: &#34;20e5c69fbf37b8b0402a52948a04f481028e819c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;113230702&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;a1b98b5c8bb6eca02829acaf6200c3e4a45b4dd0&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2018-10-07T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P214&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P1670&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1670&#34;,
&#34;hash&#34;: &#34;d61de0b70e9a69753fdd2e33499c67efb1140823&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;0052C2705&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$53AB6C05-B46A-42E2-AF19-6E47B60987E9&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;08e3e6521cbb059b15df261cf79fcefcc29a682a&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;6b7d4330c4aac4caec4ede9de0311ce273f88ecd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 54919,
&#34;id&#34;: &#34;Q54919&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P214&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P214&#34;,
&#34;hash&#34;: &#34;20e5c69fbf37b8b0402a52948a04f481028e819c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;113230702&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;a1b98b5c8bb6eca02829acaf6200c3e4a45b4dd0&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2018-10-07T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P214&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P409&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P409&#34;,
&#34;hash&#34;: &#34;ee67cbff3db03abd0756291848d8351fb35833dd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;35163268&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$1167E25E-4B31-44B2-A08E-8178E52536AD&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;08e3e6521cbb059b15df261cf79fcefcc29a682a&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;6b7d4330c4aac4caec4ede9de0311ce273f88ecd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 54919,
&#34;id&#34;: &#34;Q54919&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P214&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P214&#34;,
&#34;hash&#34;: &#34;20e5c69fbf37b8b0402a52948a04f481028e819c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;113230702&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;a1b98b5c8bb6eca02829acaf6200c3e4a45b4dd0&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2018-10-07T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P214&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P396&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P396&#34;,
&#34;hash&#34;: &#34;71dd3e5737cb771f5fded0fb20494e2ef013fdda&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;RAVV034417&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;6de4976ef3fbd18751d7d265581e25d0dc45d176&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Adams, Douglas &lt;1952-2001&gt;&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P1810&#34;
],
&#34;id&#34;: &#34;Q42$63B132B2-B98C-40BA-AAA7-F855B1678CB0&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;08e3e6521cbb059b15df261cf79fcefcc29a682a&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;6b7d4330c4aac4caec4ede9de0311ce273f88ecd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 54919,
&#34;id&#34;: &#34;Q54919&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P214&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P214&#34;,
&#34;hash&#34;: &#34;20e5c69fbf37b8b0402a52948a04f481028e819c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;113230702&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;a1b98b5c8bb6eca02829acaf6200c3e4a45b4dd0&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2018-10-07T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P214&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P1207&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1207&#34;,
&#34;hash&#34;: &#34;fb8c444b252a36a9690abf99924481f76209d617&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;n94004172&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$391E9E99-4F2C-4229-91F0-8DEF0A7D901B&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;08e3e6521cbb059b15df261cf79fcefcc29a682a&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;6b7d4330c4aac4caec4ede9de0311ce273f88ecd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 54919,
&#34;id&#34;: &#34;Q54919&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P214&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P214&#34;,
&#34;hash&#34;: &#34;20e5c69fbf37b8b0402a52948a04f481028e819c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;113230702&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;a1b98b5c8bb6eca02829acaf6200c3e4a45b4dd0&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2018-10-07T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P214&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P1005&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1005&#34;,
&#34;hash&#34;: &#34;37f6dc2b15256fe80a31628333c20d4a550cf5c4&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;68537&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$F7E900F6-37B8-433C-A236-32E5CF8A5E20&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;08e3e6521cbb059b15df261cf79fcefcc29a682a&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;6b7d4330c4aac4caec4ede9de0311ce273f88ecd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 54919,
&#34;id&#34;: &#34;Q54919&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P214&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P214&#34;,
&#34;hash&#34;: &#34;20e5c69fbf37b8b0402a52948a04f481028e819c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;113230702&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;a1b98b5c8bb6eca02829acaf6200c3e4a45b4dd0&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2018-10-07T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P214&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P1375&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1375&#34;,
&#34;hash&#34;: &#34;74f3cc3776b62c99ac1e7eaff7cdc7c9558cd12c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;000010283&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$D132DC6E-BE15-4502-BBE6-CDD6CDCED610&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;08e3e6521cbb059b15df261cf79fcefcc29a682a&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;6b7d4330c4aac4caec4ede9de0311ce273f88ecd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 54919,
&#34;id&#34;: &#34;Q54919&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P214&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P214&#34;,
&#34;hash&#34;: &#34;20e5c69fbf37b8b0402a52948a04f481028e819c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;113230702&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;a1b98b5c8bb6eca02829acaf6200c3e4a45b4dd0&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2018-10-07T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P214&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P1412&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1412&#34;,
&#34;hash&#34;: &#34;7056615ebf0fbde82a3ca3bb9b2c481669a46eb1&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1860,
&#34;id&#34;: &#34;Q1860&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$d55ff2eb-44fe-dab5-4bc9-c7c765720bc1&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;5adc5909e87421b0f55910d4bcbd4ce599bceab5&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;80047f9d5b0d2daf06989e71bd5f4ba15b215fd6&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 13550863,
&#34;id&#34;: &#34;Q13550863&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P691&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P691&#34;,
&#34;hash&#34;: &#34;bc9fdc5daaa2387d2d7bc5749239552a696adb78&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;jn19990000029&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;b2ad08910940cafbe24537b40cf2cd06bef73cac&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2022-03-01T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P691&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P5247&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P5247&#34;,
&#34;hash&#34;: &#34;8f4b62bbb398cf8ca51e399b2b953be528ba79ad&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;3040-1126&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$90691468-A3EF-4050-9813-BC6BDD6C3168&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P5905&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P5905&#34;,
&#34;hash&#34;: &#34;c700ceba2dd72a049af0351d873be7e87f7531c9&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;4040-45935&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$7F17859B-BE24-4CA0-8362-AFE1A02D71CC&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P6839&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P6839&#34;,
&#34;hash&#34;: &#34;0733cda584fe12f4e30a68235634050d802b6769&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Creator/DouglasAdams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$024ba49c-4d11-9afa-781f-56c53f807bed&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P4342&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P4342&#34;,
&#34;hash&#34;: &#34;8819177242878681cc99a517ada480a6fd2d03dc&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas_Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$0273baf0-71d1-4104-a6b9-2a6580713626&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;3a8536419e5f6bc8271f5902027354fc56ff7a8b&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;65bf94067e6255ff8d61c9c9535d98794a309a4c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 746368,
&#34;id&#34;: &#34;Q746368&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;d4e60cbd2f58fc57cca8f6316169296d06cf026c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2019-07-28T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P4785&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P4785&#34;,
&#34;hash&#34;: &#34;ff5f2579684ae080fc9cbfc18e6a62451d499638&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;47671&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$dc9a6318-40b1-0047-ba98-d0957a7d7d8c&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P485&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P485&#34;,
&#34;hash&#34;: &#34;b261d97449d344e10a5ff1ccf8184c871f93a9ff&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 67074906,
&#34;id&#34;: &#34;Q67074906&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P973&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P973&#34;,
&#34;hash&#34;: &#34;faa9b839c90fcc905fd3dd697c98fa89896bfbc8&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://www.sjcarchives.org.uk/personal/index.php/papers-of-douglas-noel-adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P973&#34;
],
&#34;id&#34;: &#34;Q42$56607576-4b1f-fe7a-b893-9622286e9479&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;7283e4bf08c6476bff61211d3429dbb47b5bec27&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;65bf26986e02939462558674244522746a722b18&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://www.sjcarchives.org.uk/personal/index.php/papers-of-douglas-noel-adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P1476&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1476&#34;,
&#34;hash&#34;: &#34;21e501dd773e86fe1e796ce7670b7b6b90655786&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Fonds AdamsDN - Papers of Douglas No\u00ebl Adams&#34;,
&#34;language&#34;: &#34;en&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
}
],
&#34;P1065&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1065&#34;,
&#34;hash&#34;: &#34;5f236af701071cb06d653ff2e79b878c422160dd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://web.archive.org/web/20201117104349/https://www.sjcarchives.org.uk/personal/index.php/papers-of-douglas-noel-adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P2960&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2960&#34;,
&#34;hash&#34;: &#34;bbd71eb6e95ada0c5f6070fbf92b0a6c73c98053&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2020-11-17T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;,
&#34;P1476&#34;,
&#34;P1065&#34;,
&#34;P2960&#34;
]
}
]
}
],
&#34;P7029&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P7029&#34;,
&#34;hash&#34;: &#34;81a852fb15a6f95808addd1e24374badbead216b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;770139179&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;7d33c149529ec792c9ff7380b6283fa3b5b39823&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;\u0410\u0434\u0430\u043c\u0441, \u0414\u0443\u0433\u043b\u0430\u0441 (1952-2001)&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;d291ddb7cd77c94a7bd709a8395934147e0864fc&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 7737,
&#34;id&#34;: &#34;Q7737&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P1810&#34;,
&#34;P407&#34;
],
&#34;id&#34;: &#34;Q42$05A6E4FD-1F01-4F19-8ABF-190BA8319A04&#34;,
&#34;rank&#34;: &#34;normal&#34;
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P7029&#34;,
&#34;hash&#34;: &#34;e176831539381d8d4effb5cb341503b47c770e29&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;770139180&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;c0f66ac9dc069ba27f91832e34e6e1782116f8cc&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Adams, Douglas (1952-2001)&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1860,
&#34;id&#34;: &#34;Q1860&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P1810&#34;,
&#34;P407&#34;
],
&#34;id&#34;: &#34;Q42$996C8555-968B-437C-B18C-E2350E014C6A&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P1343&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1343&#34;,
&#34;hash&#34;: &#34;0d5652504d25c7e82ccab455e6a39aa951dc836c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 67311526,
&#34;id&#34;: &#34;Q67311526&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P2699&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2699&#34;,
&#34;hash&#34;: &#34;7323ac66bb04e87904ef6fdbd462bc1210b77263&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://www.obalkyknih.cz/view_auth?auth_id=jn19990000029&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P2699&#34;
],
&#34;id&#34;: &#34;Q42$FD398E71-8597-4D36-949A-D905ACD24DAC&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P5034&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P5034&#34;,
&#34;hash&#34;: &#34;3660910485b506349346be80d8304bad596bfe77&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;KAC200300379&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$4a27a89e-6e25-4ac1-ae53-88fe60763fc4&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P7433&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P7433&#34;,
&#34;hash&#34;: &#34;6867c785f1d3f0d914f1670c5b70421d1e181c96&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;25&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$67D7BFF5-F914-4780-A704-B8F9AA42F2C1&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;b2c64ac3b79264041210b0803c48d9a8ad98314d&#34;,
&#34;snaks&#34;: {
&#34;P4656&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P4656&#34;,
&#34;hash&#34;: &#34;b04a460a2d91f06a292297f74d06fe648fba23b9&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://www.wikidata.org/w/index.php?title=Wikidata:Property_proposal/FantLab_author_ID&amp;oldid=1032426353&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P4656&#34;
]
}
]
}
],
&#34;P7400&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P7400&#34;,
&#34;hash&#34;: &#34;6f8e5bc8dc278f417eb24c1777157c5d0deff982&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;adamsdouglas-1&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$6b518eac-487e-231c-7079-10c2640be50b&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P7704&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P7704&#34;,
&#34;hash&#34;: &#34;19d1d56262f5604ce439db9190b38789ba1c01db&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;agent/base/59925&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$F953F363-3A9D-4DCC-AD34-12307E92A25B&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P7859&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P7859&#34;,
&#34;hash&#34;: &#34;d804aa1bd7b2992e4170d3305d2388d2f43be99e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;lccn-n80076765&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$ca4e6fca-42cb-889f-2c84-9ed2e6d4b4a3&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;08e3e6521cbb059b15df261cf79fcefcc29a682a&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;6b7d4330c4aac4caec4ede9de0311ce273f88ecd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 54919,
&#34;id&#34;: &#34;Q54919&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P214&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P214&#34;,
&#34;hash&#34;: &#34;20e5c69fbf37b8b0402a52948a04f481028e819c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;113230702&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;a1b98b5c8bb6eca02829acaf6200c3e4a45b4dd0&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2018-10-07T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P214&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P3762&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3762&#34;,
&#34;hash&#34;: &#34;6700459c02f26575f0d773d2c98ef75a8802cc07&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;140290&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$808D478E-2C19-46AD-BB08-D46EF27C6964&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P3065&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3065&#34;,
&#34;hash&#34;: &#34;c228b4722f89b4eaf56c8b257348332544b8ab08&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;02-A002907983&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$d7befac9-4a60-389b-6821-1906d4acad6c&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P3846&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3846&#34;,
&#34;hash&#34;: &#34;2c540d355dda4a2a79e1748021887a00bd879583&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;87097968038642&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$70d25151-4617-eb5c-9fae-6250b4be38e9&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P7293&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P7293&#34;,
&#34;hash&#34;: &#34;e346af31943ebe5d53b1307fc28fbc4b6170d640&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;9810669145205606&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$e4c35e65-4646-bc7d-2408-e84570b851d7&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P7700&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P7700&#34;,
&#34;hash&#34;: &#34;c63cead176f232a4ccb9bee5abb5532e2e81e705&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;vtls005710289&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$fcbe553b-4856-7ebf-2588-3e42fd422016&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P1890&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1890&#34;,
&#34;hash&#34;: &#34;9da0251cf5f486827457168f0a1bf41534a24a4d&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;000750942&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$4330e0d7-4b3d-7a01-5696-f93a0e2fcaa4&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P4619&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P4619&#34;,
&#34;hash&#34;: &#34;9cfce7f067f85b929b7226fac2229aa0d99ba576&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;000592321&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$5313e948-4771-ea78-e253-c176070df512&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P6394&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P6394&#34;,
&#34;hash&#34;: &#34;1c94402ac03899c8e59e42f64062bd30c8b3fdf3&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;a1112474x&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$74e4f6a4-4f7a-859a-4ea1-c13d8b45f1f6&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P4839&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P4839&#34;,
&#34;hash&#34;: &#34;bd42a9bc1b57eaaa4e132539c6a14ee56cc13070&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Entity[\&#34;Person\&#34;, \&#34;DouglasAdams::gh8qf\&#34;]&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$bd06c277-4a19-ba01-ac45-8897cf3b1637&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P2581&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2581&#34;,
&#34;hash&#34;: &#34;1c404d4936187efa9904da6bd5013cd3c2f3568a&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;03688580n&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$08c46dbb-40ce-ae67-b114-2e601e14f325&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P5284&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P5284&#34;,
&#34;hash&#34;: &#34;91a36f2e53a4510a314ffc6be33ab374b7a63b27&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;1032346&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$f764d646-4816-0a84-e111-6b471ec66320&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P4862&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P4862&#34;,
&#34;hash&#34;: &#34;46153baa62a90a9575e877062d08b15f7dbc37cf&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;B000AQ2A84&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$9f67e2fc-4471-d610-6fb1-6b0fd7dbea02&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P7661&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P7661&#34;,
&#34;hash&#34;: &#34;b644a20dc389df65f59964f464e077b57d11f8aa&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;74033&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$61de1a61-487c-d2dc-fc4b-c0f94c1beec1&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P3913&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3913&#34;,
&#34;hash&#34;: &#34;6962040846568356e02ba50d60fb55905f247547&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;337&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$7288b73e-4289-318e-e3b5-e3f7e16eab66&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P7214&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P7214&#34;,
&#34;hash&#34;: &#34;570b8626f4352027b976f3ee281b4d79e43c680d&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;753186&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$cb65a36b-436a-4400-4f17-ee5ea0272ce4&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P4666&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P4666&#34;,
&#34;hash&#34;: &#34;c933a5e21dade3f656cb0070077ca4bd3ef40de3&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;23878&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$f585133b-43e3-2f2c-38b0-a2d8395aea11&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P7215&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P7215&#34;,
&#34;hash&#34;: &#34;d0f12589ed774fd02e3df76962b1b60748a601cd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;46398&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$5e13100f-4b67-7e71-cd0a-3ea7a8e385fd&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P5233&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P5233&#34;,
&#34;hash&#34;: &#34;95804015ce0775d26d75a82c0d1182c6508675f9&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;a38&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$9ea6fb50-4466-a1d1-5c97-172f0ccc58c3&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P5033&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P5033&#34;,
&#34;hash&#34;: &#34;f0498f1a53bd2d1d86e0773323e4b5e1108116ea&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;160192&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$21346823-40f6-fc02-32c3-ab4eb16444b8&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P3305&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3305&#34;,
&#34;hash&#34;: &#34;be3e5596f23b11f16d5016217d1e81669ffadfb3&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;199918&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$9af076a8-4842-3d41-354a-51e4db2d27cb&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P7745&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P7745&#34;,
&#34;hash&#34;: &#34;821c7ff42b52346c14a06e8ee1bb0bfc2e0878f8&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;183956&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$1812a161-4964-adb1-ce77-0d39d3e00e3d&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P6464&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P6464&#34;,
&#34;hash&#34;: &#34;a1435116c000a27515f93b0bfb245a67fe2e1534&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;898203&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$6fa04c06-4b5a-45f0-45ae-4a12d2f695c1&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P7300&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P7300&#34;,
&#34;hash&#34;: &#34;b1f80c6fc1bbb4e6204c7f678b2eee7f91365a8d&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;59932&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$dd3a4b98-49a0-853a-05fc-cfa372831d12&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P4657&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P4657&#34;,
&#34;hash&#34;: &#34;b02b2cb89874509eb65e382e51acb52a7772ca4f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;432740401&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$a86fd81c-4561-8211-a2d8-40929a8ccf37&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P5534&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P5534&#34;,
&#34;hash&#34;: &#34;124de8ddcceab5998afcec11de764307cc9f8918&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;52843&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$4e15fd9f-4b54-5e2f-58da-81abbec17d63&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P4985&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P4985&#34;,
&#34;hash&#34;: &#34;ec4b31f8846d85fdabec5bd0f97f87e29f739dc4&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;52843&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$50899201-49e7-dec1-004e-12e94109e1f0&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;354bdf2193acbbe0217db68cad6365e38d8a90a3&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;01c5ccdb20291acf36831371f5891341513dc666&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 20828898,
&#34;id&#34;: &#34;Q20828898&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P345&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P345&#34;,
&#34;hash&#34;: &#34;c5e0f8f8e24ac2a6721b316e2a3a73820e61bc11&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;nm0010930&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;f794e0939e62568f014684eaf8b328fd49ddd187&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2021-05-28T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P345&#34;,
&#34;P813&#34;
]
},
{
&#34;hash&#34;: &#34;76f54c6cf51e45eabdb0fecfdd703679f2067447&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;01c5ccdb20291acf36831371f5891341513dc666&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 20828898,
&#34;id&#34;: &#34;Q20828898&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P646&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P646&#34;,
&#34;hash&#34;: &#34;119ce5ea11d825b41f7a763700a530f1fd602531&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;/m/0282x&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;f794e0939e62568f014684eaf8b328fd49ddd187&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2021-05-28T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P646&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P3845&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3845&#34;,
&#34;hash&#34;: &#34;f2ad4953d46990ca53225d4c45c5ca380f681ee2&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;665243&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$8d9f5195-4700-1cb0-fe1b-1b1940b02f23&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P2638&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2638&#34;,
&#34;hash&#34;: &#34;36f0effbc814b2a9221b6448b653e62ebe5fc2d3&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;people/douglas-adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$13562de2-4ff2-a283-3077-378685600ff9&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P1712&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1712&#34;,
&#34;hash&#34;: &#34;61072509596eecae3983a8668aa6b6218b4ae1c9&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;person/douglas-adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$8616ecb1-4ecb-0969-733f-76a41892c04e&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P6119&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P6119&#34;,
&#34;hash&#34;: &#34;673d0d50657db50f53888ce6feb40e21b15b6dee&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;douglas-adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$5515f2c8-4f03-c5c9-3d54-0917f9678e00&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P5340&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P5340&#34;,
&#34;hash&#34;: &#34;3e41ba562f1dbba94f43f7b02f605f3d320a08a8&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;278771&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$b00a3a11-430e-e009-8379-dc40ab3fc3dd&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P4438&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P4438&#34;,
&#34;hash&#34;: &#34;cb62b0c1d2b17b0c8fc382f31a1504160ad86788&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;4ce2ba117755a&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$daa91fc4-4012-6945-f781-8238a0c73b19&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P4326&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P4326&#34;,
&#34;hash&#34;: &#34;a5257daf61f9d032423a69dd74f1404fa7a87609&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;215853&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$b47f944e-409a-8c99-5191-d27a1dd1ac38&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P4768&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P4768&#34;,
&#34;hash&#34;: &#34;cbdd3f2dc0020219c31d3f2d08d9d16b307fdf6e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;212786&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$f03a5d7b-4ca7-a069-76fc-c864090ce050&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P3142&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3142&#34;,
&#34;hash&#34;: &#34;0e78a66d094ed9bf8b2275dcce75112a07acf942&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;n0008574&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$ce5bc392-49b5-8efe-33c3-13ccd70e4d02&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P3136&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3136&#34;,
&#34;hash&#34;: &#34;01281d036746df6096f576cef1aad29dce6066af&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;2000059&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$7fec5700-4920-ba9a-72b9-38eef2a5c730&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P4782&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P4782&#34;,
&#34;hash&#34;: &#34;9ce7be8cf4a9f4b878ccea94b5fde17127a0cce7&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;26898&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$91d6d6cf-4d41-702a-ef4c-15426b35ca9c&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P3145&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3145&#34;,
&#34;hash&#34;: &#34;caf2fa2047e73726f099a6139b00b890fee365f7&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;nm96558&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$26786e60-4358-7e6e-0707-b7dbfc33408c&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P5882&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P5882&#34;,
&#34;hash&#34;: &#34;24bdcf2853aaa146c5f65779670d07fa0a45eed9&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;M00000364497&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$1BDB6765-8F25-4ABB-8005-E3FB8B742EAF&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P6327&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P6327&#34;,
&#34;hash&#34;: &#34;eb02023d52d1dd346cf4db98e68f4d2f4649402e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;55720&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$C884751D-F028-440C-972C-8666481CDF71&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P6517&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P6517&#34;,
&#34;hash&#34;: &#34;d4b894c70cd9211e342a141bec09b17ebd8cffeb&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas-Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$E6D2A634-8D60-42D0-977E-F0DB07DA62A5&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P1728&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1728&#34;,
&#34;hash&#34;: &#34;c617de5f679234c1898d99919c45d8221a8b44de&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;mn0000803382&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$4a33fe5d-4f8d-363d-c839-911cea6636e2&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P7195&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P7195&#34;,
&#34;hash&#34;: &#34;ff92b781d9b01f3266e0244028e3bd7c253d6507&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;201077&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$19521d85-49ae-affd-3f36-ac2f5c14384f&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P2722&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2722&#34;,
&#34;hash&#34;: &#34;b0c58131314990b97eecc3d8a192c8b3bbd9f915&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;4468812&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;03773f9c659ee8c03a232bce2522c8bb1b66402c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
],
&#34;P3744&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3744&#34;,
&#34;hash&#34;: &#34;c9a7089f29564c0b91bdc9bfa4e1dc5b0705143d&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;amount&#34;: &#34;+60&#34;,
&#34;unit&#34;: &#34;1&#34;
},
&#34;type&#34;: &#34;quantity&#34;
},
&#34;datatype&#34;: &#34;quantity&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P1810&#34;,
&#34;P3744&#34;
],
&#34;id&#34;: &#34;Q42$5af95f47-47b1-353d-79ce-f283ca814f2f&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P2373&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2373&#34;,
&#34;hash&#34;: &#34;6ac5dbe73b0785b378a4ae63105d372d6e25d365&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas-adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$14da6a63-444c-6303-d4f9-662d23f8a395&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P6351&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P6351&#34;,
&#34;hash&#34;: &#34;285df792119de674963ecce0c3ea9a2cb083fd4f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;41236&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$54e7d5d7-4f95-7707-f3b6-be215e24afb9&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P2850&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2850&#34;,
&#34;hash&#34;: &#34;dad902c66beaeeae322c517baf4cb87844bf641c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;2080713&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$d225ef98-43f4-2cc6-03dc-b8e4aba1bba3&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P3192&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3192&#34;,
&#34;hash&#34;: &#34;624e143bc081dac42d3862582b717518b85b6532&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas+Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$a2b8283b-4a77-9663-4af7-569f90ffd378&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P6874&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P6874&#34;,
&#34;hash&#34;: &#34;7b1668aa435bdb1a47bd096a0ca258fbdd088907&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas-Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$f6c5b233-463f-5e0f-f922-96cbe1427a77&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P5404&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P5404&#34;,
&#34;hash&#34;: &#34;dc2fae817138e96bf15e7e299385ac9713d24c3b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;douglas_adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$443713af-4f6a-ff3d-04a3-90323e97afe2&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P1828&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1828&#34;,
&#34;hash&#34;: &#34;7676871d2705ad9266428a72705702c3a34c9456&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;00218511589&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;6d9209b5b84fd57b348b1531a6a894ef42f5eea1&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;ADAMS DOUGLAS&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P1810&#34;
],
&#34;id&#34;: &#34;Q42$ee526c73-46f5-69fe-fa30-159d01e6c56c&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;56f84865a76d214a29a4de08338f89fa2e0c0f5d&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;1b8696d3c6c1536b76347cd1bc6d3d804024e576&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://iswcnet.cisac.org/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;ab03d6b502d44ee645bae730a92a0e0ff8956188&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2020-02-26T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P1065&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1065&#34;,
&#34;hash&#34;: &#34;c9c6af82e49ae2974f8978817c4239a24e25e29e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://web.archive.org/web/20150318093140/http://iswcnet.cisac.org/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P2960&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2960&#34;,
&#34;hash&#34;: &#34;8c6423994c2a45ff4226c5002cdb3031bc1f0811&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2015-03-18T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;,
&#34;P813&#34;,
&#34;P1065&#34;,
&#34;P2960&#34;
]
}
]
}
],
&#34;P7154&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P7154&#34;,
&#34;hash&#34;: &#34;fde8226e4be6c82f6fdb65e96ba02bb6073300fe&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;adams+douglas&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$ba75c7bf-45b5-bb6f-75c8-f2e7b0613537&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P4198&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P4198&#34;,
&#34;hash&#34;: &#34;98a3d9536e3bbaf21d6dafb6123062056eda9173&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Acv2pnc5mj2oxjxych7atdfljky&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$378e2eb7-4d59-05bc-b015-1c07ad70f929&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P6972&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P6972&#34;,
&#34;hash&#34;: &#34;97e86bc2549284c9c93505ee5378eff3e9c73f0b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;douglas-adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$21de97a8-473c-852a-bdf2-65ff6d257e8a&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P7071&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P7071&#34;,
&#34;hash&#34;: &#34;729e538c481350cca79362380aab0856b00d9b0e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;douglas-adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$a9798bf7-4151-bb05-222e-98c713c0c293&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P3479&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3479&#34;,
&#34;hash&#34;: &#34;0e62004b073f541d757e7a15aa96e7e22fbe549b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;39a33dc4-5a81-4d67-91d6-1daecdb854e3&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$7a4e6732-4220-b468-6876-ff7c4d1accff&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P7284&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P7284&#34;,
&#34;hash&#34;: &#34;b684754f108215513312406a0bd46b3967a5955c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;douglas-adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$34f575cc-49d1-06de-c154-54e87c2e1654&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P6620&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P6620&#34;,
&#34;hash&#34;: &#34;3ba37b93ee36c92aea3f44f544cd83e2658c4fcc&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;douglas-adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$6bc43986-4c0e-7f7e-6267-7ae38af05c99&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P4204&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P4204&#34;,
&#34;hash&#34;: &#34;435d710f1b5c9b41cacf9082848586b463e68463&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas-Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$40dd2b67-4f6a-76ff-25f3-d1bd25ee6137&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P7506&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P7506&#34;,
&#34;hash&#34;: &#34;fcf97cf491ff37f98c295f4810e5cd2777ecbe4b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;2078791&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$e2acdf62-407f-3a2a-6c07-c6b757d1dc11&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P3341&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3341&#34;,
&#34;hash&#34;: &#34;0adc8438584ced3eca0263c730e6cfaee07260cc&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;21019&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$7b4ecd7b-4697-151b-ed85-c5f789b7ad34&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P7803&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P7803&#34;,
&#34;hash&#34;: &#34;f0e825ddffd9f0d4828dd3fd884d2ccffd412c8b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;40761&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$a54b2838-45ac-bab9-d114-40630f8df3aa&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P3388&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3388&#34;,
&#34;hash&#34;: &#34;99c191787210a779523c04fbd5e747d76feec5fa&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;168761&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$e4c6970b-43d5-d27f-e399-0f324f8efa44&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P2087&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2087&#34;,
&#34;hash&#34;: &#34;816085afd8571e514fd6c09f4ebe45993db73f2e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;douglas-adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$788133bf-4c31-8a1f-cde3-3671ae66dc4a&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P7369&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P7369&#34;,
&#34;hash&#34;: &#34;87d5431a6a97c36cb5cdf37f495abe8c32f84ba1&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;000263040&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$5B2391E3-31ED-4EE2-8D8C-8E38277D7C0D&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P6298&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P6298&#34;,
&#34;hash&#34;: &#34;dc9f82d730fad6a954d0e3de5578259f0f847de8&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;16115&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$13d9d139-4276-3423-9a72-6ee874b530d7&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P2889&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2889&#34;,
&#34;hash&#34;: &#34;8de6ac03db5d70e6866e950405fef32c37aa7f52&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;9XLD-SZS&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$1d08f4aa-4b04-c41a-8376-da03dd29dfe7&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P6886&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P6886&#34;,
&#34;hash&#34;: &#34;5ba8b48f714e1f7318e9d48ed1deb5ec28b207ca&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1860,
&#34;id&#34;: &#34;Q1860&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$32C860DF-F954-4142-9F11-5AFD52CB613E&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P1424&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1424&#34;,
&#34;hash&#34;: &#34;932d83e7faf08e71700231a041b00960cadbcd88&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 22898962,
&#34;id&#34;: &#34;Q22898962&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$67c4ee30-4126-ec57-b870-e30643f19f99&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P7902&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P7902&#34;,
&#34;hash&#34;: &#34;6cbd99c9d720f7fbd2a816978cd0c24096c7c252&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;119033364&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$AEAC1235-AFC4-4A52-9883-8CD612CE043F&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P8179&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P8179&#34;,
&#34;hash&#34;: &#34;c4990791a7f69b863726b9343a3301f98ada336e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;ncf10168152&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;q42$c3488687-4e07-e8c2-48f7-deb6b50f48ea&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;9a136912b73c22560eaa627d398c0670202dd63a&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;6b7d4330c4aac4caec4ede9de0311ce273f88ecd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 54919,
&#34;id&#34;: &#34;Q54919&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P214&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P214&#34;,
&#34;hash&#34;: &#34;20e5c69fbf37b8b0402a52948a04f481028e819c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;113230702&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;c15b0cc15e82a74a9344c8c93047050681a3022f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2020-06-06T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P214&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P3348&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3348&#34;,
&#34;hash&#34;: &#34;3ac32bacad3b3469dbc738e37445436a426612ac&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;202604&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;q42$436d70f4-4199-fda5-af92-5d9f0b9d94ad&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;9a136912b73c22560eaa627d398c0670202dd63a&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;6b7d4330c4aac4caec4ede9de0311ce273f88ecd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 54919,
&#34;id&#34;: &#34;Q54919&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P214&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P214&#34;,
&#34;hash&#34;: &#34;20e5c69fbf37b8b0402a52948a04f481028e819c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;113230702&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;c15b0cc15e82a74a9344c8c93047050681a3022f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2020-06-06T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P214&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P8189&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P8189&#34;,
&#34;hash&#34;: &#34;c7f5725fd3afad5c2a65e48c37bc5135b4fc2db6&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;987007305652505171&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;q42$664fe030-438a-4c19-e0da-f6515e906984&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;9a136912b73c22560eaa627d398c0670202dd63a&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;6b7d4330c4aac4caec4ede9de0311ce273f88ecd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 54919,
&#34;id&#34;: &#34;Q54919&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P214&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P214&#34;,
&#34;hash&#34;: &#34;20e5c69fbf37b8b0402a52948a04f481028e819c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;113230702&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;c15b0cc15e82a74a9344c8c93047050681a3022f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2020-06-06T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P214&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P7699&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P7699&#34;,
&#34;hash&#34;: &#34;0389d5b8beb283df5cc85c357fdd45ddd513c461&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;LNB:Mr+;=Bf&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;q42$c52da967-4dce-de3e-345d-01396281315b&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;9a136912b73c22560eaa627d398c0670202dd63a&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;6b7d4330c4aac4caec4ede9de0311ce273f88ecd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 54919,
&#34;id&#34;: &#34;Q54919&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P214&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P214&#34;,
&#34;hash&#34;: &#34;20e5c69fbf37b8b0402a52948a04f481028e819c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;113230702&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;c15b0cc15e82a74a9344c8c93047050681a3022f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2020-06-06T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P214&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P3984&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3984&#34;,
&#34;hash&#34;: &#34;f46c23f8b18eeae476e18f4bbd4f18ca6b621f04&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;douglasadams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;7db81fb2a21ff18ba68c85ed6e9934d9da9aceab&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas Adams: From Hitchhikers to Holistic Detectives&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1860,
&#34;id&#34;: &#34;Q1860&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P580&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P580&#34;,
&#34;hash&#34;: &#34;990a1899f2689385cd447b92f184fbdd95671d37&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2011-02-06T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P1810&#34;,
&#34;P407&#34;,
&#34;P580&#34;
],
&#34;id&#34;: &#34;Q42$48511047-CEB9-4FC6-A2C3-0A6170FFD5BE&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P8287&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P8287&#34;,
&#34;hash&#34;: &#34;2aabd130ef975393a6f2dbb6704d122e38f31d6c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;1430&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$98EA554E-FE23-437E-998F-430EFBE62F80&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P8125&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P8125&#34;,
&#34;hash&#34;: &#34;91fc91f7750db893fde02c5db2e68006108fd11c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;3339&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$DC6835D6-4588-445E-8EDE-3FBBBA88C4CB&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P4359&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P4359&#34;,
&#34;hash&#34;: &#34;03ef510e6e44b0be1cede3274420aa0f2f620d27&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;douglasadams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$9027138b-45f1-49dc-2a37-96f51d29876c&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P8408&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P8408&#34;,
&#34;hash&#34;: &#34;301d086be328352168606497d8de7418e9218031&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;DouglasAdams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$61CC120A-C60F-4231-B59B-7A9C7D8FF6C6&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P6262&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P6262&#34;,
&#34;hash&#34;: &#34;e70f63014834521c3b7e6fe32ec219ef341655bb&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;hitchhikers:Douglas_Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1860,
&#34;id&#34;: &#34;Q1860&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;03773f9c659ee8c03a232bce2522c8bb1b66402c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
],
&#34;P9675&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P9675&#34;,
&#34;hash&#34;: &#34;94f5238f1d8dd385ac472c7639bf1dd7daad8b3f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;1668&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P407&#34;,
&#34;P1810&#34;,
&#34;P9675&#34;
],
&#34;id&#34;: &#34;Q42$4272D5CF-086F-4D7F-96A6-575E229A1F63&#34;,
&#34;rank&#34;: &#34;normal&#34;
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P6262&#34;,
&#34;hash&#34;: &#34;d14bf90f7978f427a6f23448054383222c6cc066&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;tardis:Douglas_Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1860,
&#34;id&#34;: &#34;Q1860&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;03773f9c659ee8c03a232bce2522c8bb1b66402c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
],
&#34;P9675&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P9675&#34;,
&#34;hash&#34;: &#34;b37f741dfef45bdf929b3839af7702481fecccaf&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;8825&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P407&#34;,
&#34;P1810&#34;,
&#34;P9675&#34;
],
&#34;id&#34;: &#34;Q42$BEA4DAC1-6A46-4500-A018-41D51905A329&#34;,
&#34;rank&#34;: &#34;normal&#34;
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P6262&#34;,
&#34;hash&#34;: &#34;172a698bab7ee5dd49aed8b94e66ee175a633871&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;ru.tardis:\u0414\u0443\u0433\u043b\u0430\u0441_\u0410\u0434\u0430\u043c\u0441&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;d291ddb7cd77c94a7bd709a8395934147e0864fc&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 7737,
&#34;id&#34;: &#34;Q7737&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;f3b6d8c76855fd076190d961a9a9c8b0563a9663&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;\u0414\u0443\u0433\u043b\u0430\u0441 \u0410\u0434\u0430\u043c\u0441&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
],
&#34;P9675&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P9675&#34;,
&#34;hash&#34;: &#34;9522a95803ec5e70c115d9b799f32c9b9bfc759a&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;28118&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P407&#34;,
&#34;P1810&#34;,
&#34;P9675&#34;
],
&#34;id&#34;: &#34;Q42$BCE8EB06-BBDB-4073-8F1B-20AC1AB74467&#34;,
&#34;rank&#34;: &#34;normal&#34;
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P6262&#34;,
&#34;hash&#34;: &#34;48611903955b8fc82e3a1f7d16d0d366003a34c0&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;montypython:Douglas_Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1860,
&#34;id&#34;: &#34;Q1860&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;03773f9c659ee8c03a232bce2522c8bb1b66402c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
],
&#34;P9675&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P9675&#34;,
&#34;hash&#34;: &#34;f41cb6e8361cf7529907e15ea32d48f3c1afbcf0&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;1927&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P407&#34;,
&#34;P1810&#34;,
&#34;P9675&#34;
],
&#34;id&#34;: &#34;Q42$042D4101-8C18-4F6B-93C9-4C1449014BD9&#34;,
&#34;rank&#34;: &#34;normal&#34;
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P6262&#34;,
&#34;hash&#34;: &#34;174d75b4d849f9059697ef37a85fe072f8644967&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;dirkgently:Douglas_Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1860,
&#34;id&#34;: &#34;Q1860&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;03773f9c659ee8c03a232bce2522c8bb1b66402c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
],
&#34;P9675&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P9675&#34;,
&#34;hash&#34;: &#34;d0dd8a6f8e5b9328015b9b2f52c29cb7c83aef55&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;2133&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P407&#34;,
&#34;P1810&#34;,
&#34;P9675&#34;
],
&#34;id&#34;: &#34;Q42$D9CCB2C4-477D-4D9E-A379-65AB8BB0A0EF&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;5c0fe42f3c1ade9a0028546b89fa1226f8e029eb&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;af0d0ac8a9023bedad230a67ec088c1be8c68346&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://dirkgently.fandom.com/wiki/Douglas_Adams?oldid=7417&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;40541094bad87d66effbe3fc8e4a7e4967763afd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2020-08-26T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;03773f9c659ee8c03a232bce2522c8bb1b66402c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;,
&#34;P813&#34;,
&#34;P1810&#34;
]
}
]
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P6262&#34;,
&#34;hash&#34;: &#34;ca090a0290a30c16f99ec9fa02e2015020997c3a&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;disney:Douglas_Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1860,
&#34;id&#34;: &#34;Q1860&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;03773f9c659ee8c03a232bce2522c8bb1b66402c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
],
&#34;P9675&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P9675&#34;,
&#34;hash&#34;: &#34;30efa66695bd489a607b7e8ae1c5d1e0125cfdda&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;161805&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P407&#34;,
&#34;P1810&#34;,
&#34;P9675&#34;
],
&#34;id&#34;: &#34;Q42$5546016E-EB50-4AF8-AC8E-79E884A068EA&#34;,
&#34;rank&#34;: &#34;normal&#34;
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P6262&#34;,
&#34;hash&#34;: &#34;f6a237c47ded26710ed8e4b4c8bc58b4c53da824&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;muppet:Douglas_Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1860,
&#34;id&#34;: &#34;Q1860&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;03773f9c659ee8c03a232bce2522c8bb1b66402c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
],
&#34;P9675&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P9675&#34;,
&#34;hash&#34;: &#34;f728b147e2a5f5527a4b567dfe6dd8bbe8cbb807&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;15796&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P407&#34;,
&#34;P1810&#34;,
&#34;P9675&#34;
],
&#34;id&#34;: &#34;Q42$28C2B1F7-2608-4409-BA15-D29A4F19B13C&#34;,
&#34;rank&#34;: &#34;normal&#34;
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P6262&#34;,
&#34;hash&#34;: &#34;c3dd1558e715a0f36032f2da883d0b6a648d7ef4&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;getfuzzy:Douglas_Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1860,
&#34;id&#34;: &#34;Q1860&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;03773f9c659ee8c03a232bce2522c8bb1b66402c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
],
&#34;P9675&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P9675&#34;,
&#34;hash&#34;: &#34;9935d95dd0ca7f0ee8a927cbc8d7f5c918b535c5&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;2050&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P407&#34;,
&#34;P1810&#34;,
&#34;P9675&#34;
],
&#34;id&#34;: &#34;Q42$4B7395E1-4B9E-4CB9-B37B-72047CA54640&#34;,
&#34;rank&#34;: &#34;normal&#34;
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P6262&#34;,
&#34;hash&#34;: &#34;97143d574bf286eefadbdef415e8d69f146540bd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;readyplayerone:Douglas_Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1860,
&#34;id&#34;: &#34;Q1860&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;03773f9c659ee8c03a232bce2522c8bb1b66402c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
],
&#34;P9675&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P9675&#34;,
&#34;hash&#34;: &#34;6a5ad69b0ab96d205ab59256f2835fdd8d10f604&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;2244&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P407&#34;,
&#34;P1810&#34;,
&#34;P9675&#34;
],
&#34;id&#34;: &#34;Q42$A85576C6-30C2-48A5-A030-2D41B72ABBED&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P4789&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P4789&#34;,
&#34;hash&#34;: &#34;bb5a76d21ce7a9507293d4e26847bd068e04be27&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;U4994&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$911d3a24-42f7-a575-6473-e926177d4e8c&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P2021&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2021&#34;,
&#34;hash&#34;: &#34;f13b91357f838dac2a26a7bef98f8f8aa2c85500&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;amount&#34;: &#34;+10&#34;,
&#34;unit&#34;: &#34;1&#34;
},
&#34;type&#34;: &#34;quantity&#34;
},
&#34;datatype&#34;: &#34;quantity&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P3680&#34;: [
{
&#34;snaktype&#34;: &#34;somevalue&#34;,
&#34;property&#34;: &#34;P3680&#34;,
&#34;hash&#34;: &#34;ffd1fe1bf735674b77217113213e1e8901cd40a5&#34;,
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P585&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P585&#34;,
&#34;hash&#34;: &#34;a185ea49b223545103523c59a2c8e3b49d1d4b95&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2017-04-13T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P3680&#34;,
&#34;P585&#34;
],
&#34;id&#34;: &#34;Q42$bf7e1294-4f0f-3511-ab5f-81f47f5c98cb&#34;,
&#34;rank&#34;: &#34;deprecated&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;5f446c2bf2ad680834678b82140cd8ca4910e2fb&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;239a400015707472731cf92bdac607dc9706c32c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://github.com/rchurchley/erdos-bacon-sabbath/issues/16&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P1065&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1065&#34;,
&#34;hash&#34;: &#34;99cb077024d59f15c74b8df3143f10a02cfb8325&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://web.archive.org/web/20201216030053/https://github.com/rchurchley/erdos-bacon-sabbath/issues/16&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P2960&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2960&#34;,
&#34;hash&#34;: &#34;b29a10955eb9ee1cb2bc5f378de95fe586144767&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2020-12-16T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;,
&#34;P1065&#34;,
&#34;P2960&#34;
]
}
]
}
],
&#34;P6868&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P6868&#34;,
&#34;hash&#34;: &#34;50ee971d0555853ae3d80e8afb09599a6137daed&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;1402475181&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$98D93BBA-6AC9-4878-BD86-47BB0653ECE6&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P8849&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P8849&#34;,
&#34;hash&#34;: &#34;3d1c442c1ea17801711beddb4321f958ae57eef0&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;6391909&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$EF943121-C348-4E4B-863D-512FD156B75D&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P8851&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P8851&#34;,
&#34;hash&#34;: &#34;462ce0f152ad9edb1b7c0b39b539b4a94eab3e4e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;26792807&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$56BDDF95-DD0F-401D-8888-BEB6976096FD&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P5297&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P5297&#34;,
&#34;hash&#34;: &#34;0e4babcfe92effe52206a17390b4e339811774f0&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;x2e9kt_zKEDI0dPr3sAfM_jyUhA&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P1810&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1810&#34;,
&#34;hash&#34;: &#34;c3d14ca8747efaef10163876db9482bb50d98de6&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas Noel ADAMS&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P1810&#34;
],
&#34;id&#34;: &#34;Q42$FD92488C-999D-49B0-BDB4-3024F2737AE2&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P8895&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P8895&#34;,
&#34;hash&#34;: &#34;fd0dd9f6cb921bae17d6c739e191cfa9c81651c1&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas_Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$e5535b2a-4220-9941-599e-e8b6e8d005bd&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P7763&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P7763&#34;,
&#34;hash&#34;: &#34;0caedd22a4d9f17e8035f795a39553128874ae04&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 73555012,
&#34;id&#34;: &#34;Q73555012&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$b3f2a8bb-499e-f51c-a45c-fc1a3ff9722e&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P1889&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1889&#34;,
&#34;hash&#34;: &#34;1562fef480c67c6c676ee7ff84621995ceb932f8&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 21454969,
&#34;id&#34;: &#34;Q21454969&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$73e33703-4ae6-7b11-eecc-af044ac04d29&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P172&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P172&#34;,
&#34;hash&#34;: &#34;1a660ba3db6d93b1c2e4c2d5cd651448783b7135&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 7994501,
&#34;id&#34;: &#34;Q7994501&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$3B573CED-154E-4A72-9575-68F94332FF1B&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;66cc747c76cfb3538eb404dab78a2c3942ac5ca0&#34;,
&#34;snaks&#34;: {
&#34;P1263&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1263&#34;,
&#34;hash&#34;: &#34;536c401a39def76dfbb2b0e1c332d3707a6aef95&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;731/000023662&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P1263&#34;
]
}
]
}
],
&#34;P937&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P937&#34;,
&#34;hash&#34;: &#34;6210867490acd48f2716ad4385442b5175a43c88&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 84,
&#34;id&#34;: &#34;Q84&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$3AE62B5B-91C1-48DB-B728-337F7925F4DF&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P742&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P742&#34;,
&#34;hash&#34;: &#34;f6feb4a5471358f4af5b46b7cbce567ac275b351&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;David Agnew&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;string&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P805&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P805&#34;,
&#34;hash&#34;: &#34;2f7a93d88dce21585997e91ff089ef516de95d44&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 11036149,
&#34;id&#34;: &#34;Q11036149&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P805&#34;
],
&#34;id&#34;: &#34;Q42$4f3397c8-44ec-14e7-b7d1-8e956ea0544d&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;75b1617556ee3edc63bc02b87f4a042a079e0901&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;1153ed15280072ec379f146c4aeb9295fd258cda&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://www.bbc.co.uk/doctorwho/classic/episodeguide/cityofdeath/detail.shtml&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P1065&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1065&#34;,
&#34;hash&#34;: &#34;254e9d1bbe73ee143444f9f567ba0480a52dd88f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://web.archive.org/web/20200223004353/http://www.bbc.co.uk/doctorwho/classic/episodeguide/cityofdeath/detail.shtml&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P2960&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2960&#34;,
&#34;hash&#34;: &#34;0f05235300233a8bd3cba3d39bd1b6674124ed41&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2020-02-23T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;,
&#34;P1065&#34;,
&#34;P2960&#34;
]
}
]
}
],
&#34;P8385&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P8385&#34;,
&#34;hash&#34;: &#34;b85368b35d2b0048779e6249f1e57a408890581e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;23691&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$A699AF6C-A60F-4B24-95E6-56C3BCC0C3F7&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;760e3627ff3aaf106fde98cc8fd2fc0cdec02773&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;cfd6260c3621f3fdb39013c3ecc6ac87635b3b07&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 76504070,
&#34;id&#34;: &#34;Q76504070&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;ba9bdc09a7cfeddc908bca728f6e8ef1b7f728a1&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2020-12-21T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P8129&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P8129&#34;,
&#34;hash&#34;: &#34;17f9bb8aaea219700145ec5323480cbdac61ecdf&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;23691&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P813&#34;,
&#34;P8129&#34;
]
}
]
}
],
&#34;P9100&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P9100&#34;,
&#34;hash&#34;: &#34;9dd1838e99ecb6632a45fc9f5a296d2ee09bfce2&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;douglas-adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$94b63e30-45dc-c12d-1daf-330d8e34f2ba&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P9196&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P9196&#34;,
&#34;hash&#34;: &#34;fa201c78890d06eae39fcc82b1c095c641d1067e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;douglas-adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$9a620ec7-42d6-9ef2-1f50-88676fa6563b&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P9251&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P9251&#34;,
&#34;hash&#34;: &#34;12fa4bf68b20c06964d2f0204f523b679760c0e5&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;80743&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$2CD4A5B8-E13E-478D-9C4D-10ADBC6DBD8E&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P9307&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P9307&#34;,
&#34;hash&#34;: &#34;9c1c86e650f05d389bbe8a303109aa0693b5a8cc&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas_Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$86610cfa-4812-ac70-37ea-3e29d890db55&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P1340&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1340&#34;,
&#34;hash&#34;: &#34;02652f880cb021cc357ca41d222046efcaa20e58&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 17122705,
&#34;id&#34;: &#34;Q17122705&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$e699cb9f-4627-67c0-8ead-86e7f9873c5d&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;366cc289740fb68df974400fad75e891dc6af3d0&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;6a2d18a0eeb310cc0657f96e5a89ca372676d7be&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://bookstr.com/article/life-the-universe-and-everything-happy-birthday-douglas-adams/&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;
]
}
]
}
],
&#34;P101&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P101&#34;,
&#34;hash&#34;: &#34;e7e6bceb56cf00a0f1e471a96d54a566f8928803&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 3238422,
&#34;id&#34;: &#34;Q3238422&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$0C5C0A36-7389-4E16-969B-851D25C94AC2&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;f38b0c50096908694fe215d33497be11eb3f9d3b&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;019a50b7de741e0068bde41c9d9955b22a5de47b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 36578,
&#34;id&#34;: &#34;Q36578&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P227&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P227&#34;,
&#34;hash&#34;: &#34;2a20755d12051fc95152d6107bd8a34e7fbc63c4&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;119033364&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;46bfd327b830f66f7061ea92d1be430c135fa91f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 188,
&#34;id&#34;: &#34;Q188&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;f44435a8f14d71ab1b0c0aad17c46fcc01fc7702&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2022-10-09T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P227&#34;,
&#34;P407&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P1813&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1813&#34;,
&#34;hash&#34;: &#34;9e6ec901cd53fbf1d5398547e9f37632e592a4a2&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Douglas Adams&#34;,
&#34;language&#34;: &#34;en&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$ba67c870-4aab-5093-a92d-7de40d46c67a&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P166&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P166&#34;,
&#34;hash&#34;: &#34;f5b9caec5f8f45871bfeda388118e03c3a1aba4d&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 2687578,
&#34;id&#34;: &#34;Q2687578&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P585&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P585&#34;,
&#34;hash&#34;: &#34;648701c26902c5d60cf2c02012f55fcda4a88743&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+1983-01-01T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 9,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P585&#34;
],
&#34;id&#34;: &#34;Q42$4A5D5EDF-5E67-4014-855A-429C0A798A49&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;c380cbf312acc66fffc90dc202322f9f182c7620&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;09ea642fff8a0ea4143779f17856ec8a2a3f3399&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://www.comic-con.org/awards/inkpot&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;b1ddced2819c88072cc5f9c3e5cb044e1175bb63&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2021-08-04T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P9807&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P9807&#34;,
&#34;hash&#34;: &#34;43bb325f6d48dd37d3f0855b092f6102ffbe2d7d&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;153440&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$C47292D2-7E64-4003-B488-134B738E04DB&#34;,
&#34;rank&#34;: &#34;normal&#34;
},
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P9807&#34;,
&#34;hash&#34;: &#34;7f5e242848a83cc716992d8ee9dc123f98283f85&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;172463&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$275B307B-8212-4E9F-8BDD-5E8052FE7A6B&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P9743&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P9743&#34;,
&#34;hash&#34;: &#34;46069318043f5fc159ec5f15de710a12f1cc3a96&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;107a9B0DKL&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$0A124C11-F01C-47A5-B053-78FEC1419636&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P1149&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1149&#34;,
&#34;hash&#34;: &#34;67c09d11f84575684ee416d7a34dde8e81c832f6&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;PR6051.D3352&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$64ccf7f1-468e-dd71-ce91-cf5b5a33bf66&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;e0f5a61dcd233962d497f85010f258c713169a5d&#34;,
&#34;snaks&#34;: {
&#34;P244&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P244&#34;,
&#34;hash&#34;: &#34;5308b152b94274513309d2ad5cee9b9286fff0bd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;n80076765&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;26961a8d339cfd993cf3f63cdfd4c7872410d1a3&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2021-09-20T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P244&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P9918&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P9918&#34;,
&#34;hash&#34;: &#34;ddfeecee9d2dd6e26a5d866841b4f9d1a2ea9e43&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;PE00105434&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$C5579150-128A-4678-9203-F183E2BAC1AC&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P9995&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P9995&#34;,
&#34;hash&#34;: &#34;207dc617c1b6eed1b4bc1ae789c70cd85b0fc468&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;157777&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$209F2E28-4B1A-44F8-AB0E-B3E7AE7B2ED6&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P9984&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P9984&#34;,
&#34;hash&#34;: &#34;1ad0921c8a4d1a2ee79a7ba572d10eb4aed18fc8&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;981058527710806706&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$30E900DA-6B17-4530-874A-D1FC375CD0D1&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P7084&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P7084&#34;,
&#34;hash&#34;: &#34;c53758ac9689d814cb20e6b7bc6be3fd9ec70f9d&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 8722666,
&#34;id&#34;: &#34;Q8722666&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P642&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P642&#34;,
&#34;hash&#34;: &#34;c1d9283470869c34e9ac3b7da441eb5d575045dd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 109122021,
&#34;id&#34;: &#34;Q109122021&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P642&#34;
],
&#34;id&#34;: &#34;Q42$7611DFFC-CF13-46E4-A358-C8006733C2EB&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P6173&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P6173&#34;,
&#34;hash&#34;: &#34;4b9301fd5bdaf22969a3984228f15842c02fa1e1&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;3352&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$B2C8E176-C004-4F94-B43D-289F50DC490E&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P18&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P18&#34;,
&#34;hash&#34;: &#34;5e0f24b66c3761cfc054ea25a92c5a7fb73ab703&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas adams portrait cropped.jpg&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;commonsMedia&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;qualifiers&#34;: {
&#34;P2096&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2096&#34;,
&#34;hash&#34;: &#34;960f592e7cc01f08a71687b2ea6a041de1b53272&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Portr\u00e4tt av Douglas Adams.&#34;,
&#34;language&#34;: &#34;sv&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
},
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2096&#34;,
&#34;hash&#34;: &#34;f0153c2a3c531661c373d6e16337a2277ec486ce&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Douglas Adams portresi&#34;,
&#34;language&#34;: &#34;tr&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
},
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2096&#34;,
&#34;hash&#34;: &#34;a85992aaf06c62b2a6f78a38a1e432460cc703d7&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Douglas Adams \u00e5\u00e5\u02b9ble\u01e9kartt&#34;,
&#34;language&#34;: &#34;sms&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
},
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2096&#34;,
&#34;hash&#34;: &#34;c8674a4db5887a9344eb3fc83ab38c98cbffcd94&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Douglas Adamsin muotokuva&#34;,
&#34;language&#34;: &#34;fi&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
},
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2096&#34;,
&#34;hash&#34;: &#34;aec0d99f877591514b1e7335be28fd94c22916bb&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Portrait of Douglas Adams&#34;,
&#34;language&#34;: &#34;en&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
},
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2096&#34;,
&#34;hash&#34;: &#34;1bbca4271a460c7d09b56c0c686ae9716d086ff1&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;\u05e4\u05d5\u05e8\u05d8\u05e8\u05d8 \u05e9\u05dc \u05d3\u05d0\u05d2\u05dc\u05e1 \u05d0\u05d3\u05de\u05e1&#34;,
&#34;language&#34;: &#34;he&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
},
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2096&#34;,
&#34;hash&#34;: &#34;a8e65987ff81d800d026e6b9bc7e0beb33739b56&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Portrait von Douglas Adams&#34;,
&#34;language&#34;: &#34;de&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
},
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2096&#34;,
&#34;hash&#34;: &#34;6a56a9bac41c7442a8a838b1aeaa34a5aa458e7b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Retrat de Douglas Adams&#34;,
&#34;language&#34;: &#34;ca&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
},
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2096&#34;,
&#34;hash&#34;: &#34;6973e6c1dc68512451cbd2fe2a34f58670dfcab4&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Portret Douglasa Adamsa&#34;,
&#34;language&#34;: &#34;pl&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
},
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2096&#34;,
&#34;hash&#34;: &#34;6c9e1aa3eb2d23d6aafdd4c6182d04d0db3baec5&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Potret Douglas Adams&#34;,
&#34;language&#34;: &#34;ms&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
},
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2096&#34;,
&#34;hash&#34;: &#34;a54506b7d3f4bc6c9eb1f685005ce74ac8c4264c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;\u06a4\u0648\u062a\u0631\u064a\u062a \u062f\u0762\u0644\u0633 \u0627\u064a\u062f\u0645\ufeaf&#34;,
&#34;language&#34;: &#34;ms-arab&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
},
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2096&#34;,
&#34;hash&#34;: &#34;4ce6ea03f8368df0deeef533fd33c3670efc9452&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Ch\u00e2n dung Douglas Adams&#34;,
&#34;language&#34;: &#34;vi&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
},
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2096&#34;,
&#34;hash&#34;: &#34;4ee7433171506a9bea76e9681c1bada4170d8852&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Portrait de Douglas Adams&#34;,
&#34;language&#34;: &#34;fr&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
},
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2096&#34;,
&#34;hash&#34;: &#34;48624bd4851db46ca9cdc694c3e146b6bd4c6702&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Portrett av Douglas Adams&#34;,
&#34;language&#34;: &#34;nb&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
}
]
},
&#34;qualifiers-order&#34;: [
&#34;P2096&#34;
],
&#34;id&#34;: &#34;Q42$44889d0f-474c-4fb9-1961-9a3366cbbb9e&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P7775&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P7775&#34;,
&#34;hash&#34;: &#34;0edaa784f6c430ca9d609332eacc4efde8f6bfa2&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas_Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$78C0F679-1DD4-4CF9-9531-53CE28F55223&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P10069&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P10069&#34;,
&#34;hash&#34;: &#34;91a23afc7855248b3c1fe1f38086464b679a5389&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;61960&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$22DF7228-265A-44D2-B901-CC6847EEAC97&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P8292&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P8292&#34;,
&#34;hash&#34;: &#34;a926d7031fb45bd7fa730805ac51c40ca4c602ff&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;236432&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$89FD13EC-42C3-4CCA-8194-0923F0FFF47A&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P10266&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P10266&#34;,
&#34;hash&#34;: &#34;a3de8df8eb8dd0687f61df8812546552b30d4519&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;97049&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$BA3242A3-8CFB-409A-B398-9DC8246386E4&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P8313&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P8313&#34;,
&#34;hash&#34;: &#34;fec85d39f14fdc78594c2601366f6d0c24a5e18a&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas_Adams&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$3596C7F3-3DAF-436A-A226-5BF83795AFC5&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P10291&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P10291&#34;,
&#34;hash&#34;: &#34;b9c5e8f883626b2cd7781c2645469262780f43cc&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;82260&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$9ba29285-43e5-3c18-b1b9-a9a064eb0d6a&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P3368&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P3368&#34;,
&#34;hash&#34;: &#34;fc6ae50be2495383d160cef262b065addf2096d2&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;215957&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$2DD87345-81C1-4252-A5C2-727F1950AB17&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P10387&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P10387&#34;,
&#34;hash&#34;: &#34;179696a81b86ae0833a537043dbf88d229a6b7eb&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;75&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$156e5f4b-4573-d9c9-c47b-9a15fd557baf&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P10553&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P10553&#34;,
&#34;hash&#34;: &#34;35134cda8f7ed678fe732fc91b657e5f89cee9a1&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;079822096&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$113B068E-749D-4BC8-8E4A-28FAB7CD7A02&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P9965&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P9965&#34;,
&#34;hash&#34;: &#34;14ee588f4a3a1b68434a731a5743d8bcb46e513c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;40231&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$3C16B2DF-4FE4-4E43-9EA7-70E7081C2B83&#34;,
&#34;rank&#34;: &#34;normal&#34;
}
],
&#34;P10337&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P10337&#34;,
&#34;hash&#34;: &#34;fbebf108aa423c2a4820eacb7045e351d3ec0928&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;A/adams-douglas&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$D9E70352-C672-41BC-A71E-1FEF5B8066EB&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;10addd300a6925c60bbf81c3c80ee38786a8a616&#34;,
&#34;snaks&#34;: {
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;d88ff16554ef9d61c8e5887cd89034159214cf52&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;http://www.doollee.com/PlaywrightsA/adams-douglas.php&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P1476&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1476&#34;,
&#34;hash&#34;: &#34;84188cafff03bf218a91fa040e2ccf47f746ef6a&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Douglas Adams- Playwright Dramatist&#34;,
&#34;language&#34;: &#34;und&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;ec2744e0d991f6c9ef682a412d7669fb6ce25aa8&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2022-08-18T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P854&#34;,
&#34;P1476&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P7502&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P7502&#34;,
&#34;hash&#34;: &#34;a126efc286aeeb00a6d02db7351fa91e531f5ae2&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;Douglas_Adams-YNBW&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$B3C6240B-C357-4EE1-AB7D-C41D0C8B5B03&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;b821feb93898353cb8fddf3c25f8a4ee538e7f2d&#34;,
&#34;snaks&#34;: {
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;849bf31a75ee81eef52deceed6ee34b2f429e12c&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2022-09-10T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;fd7b4897fd3d2de286fc7831ae237e1b78d66488&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://golden.com/wiki/Douglas_Adams-YNBW&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P813&#34;,
&#34;P854&#34;
]
}
]
}
],
&#34;P1477&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1477&#34;,
&#34;hash&#34;: &#34;2889c1c1654989711b844560f19c9add9b5e17b9&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Douglas No\u00ebl Adams&#34;,
&#34;language&#34;: &#34;en&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$7E93B05B-9637-433A-97B2-9F8288B215B0&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;4bdbb5fd8d46626c4c5a382ff95215b8d771ad56&#34;,
&#34;snaks&#34;: {
&#34;P1476&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1476&#34;,
&#34;hash&#34;: &#34;0730f27f8dcabe7b3d74ea981c7a9c15ea162685&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Obituary: Douglas Adams&#34;,
&#34;language&#34;: &#34;en&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
}
],
&#34;P577&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P577&#34;,
&#34;hash&#34;: &#34;27c7402a696628d2a0e5abbf443995be8b895503&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2001-05-15T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 1860,
&#34;id&#34;: &#34;Q1860&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P854&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P854&#34;,
&#34;hash&#34;: &#34;a99756c83f320398a58edbbdccd46eb682e68267&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;http://www.theguardian.com/news/2001/may/15/guardianobituaries.books&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;6b8fcfa6afb3911fecec93ae1dff2b6b6cde5659&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2013-12-07T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
],
&#34;P50&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P50&#34;,
&#34;hash&#34;: &#34;0c09ca36156b084dd45e1b836575dc7382d4a16e&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 18145749,
&#34;id&#34;: &#34;Q18145749&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P1433&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1433&#34;,
&#34;hash&#34;: &#34;5c3e5ddc26dbc4ebdea58b53cc7f40811ef9e2ec&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 11148,
&#34;id&#34;: &#34;Q11148&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P1065&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1065&#34;,
&#34;hash&#34;: &#34;c835f9df268052f411dc36be98165c3987163544&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;https://web.archive.org/web/20131113051835/http://www.theguardian.com/news/2001/may/15/guardianobituaries.books&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;url&#34;
}
],
&#34;P2960&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P2960&#34;,
&#34;hash&#34;: &#34;22b9ef018021d2d267cad864dbe9e6bb50a1c8fd&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2013-11-13T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P1476&#34;,
&#34;P577&#34;,
&#34;P407&#34;,
&#34;P854&#34;,
&#34;P813&#34;,
&#34;P50&#34;,
&#34;P1433&#34;,
&#34;P1065&#34;,
&#34;P2960&#34;
]
},
{
&#34;hash&#34;: &#34;f38b0c50096908694fe215d33497be11eb3f9d3b&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;019a50b7de741e0068bde41c9d9955b22a5de47b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 36578,
&#34;id&#34;: &#34;Q36578&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P227&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P227&#34;,
&#34;hash&#34;: &#34;2a20755d12051fc95152d6107bd8a34e7fbc63c4&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;119033364&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;46bfd327b830f66f7061ea92d1be430c135fa91f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 188,
&#34;id&#34;: &#34;Q188&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;f44435a8f14d71ab1b0c0aad17c46fcc01fc7702&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2022-10-09T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P227&#34;,
&#34;P407&#34;,
&#34;P813&#34;
]
}
]
}
],
&#34;P1559&#34;: [
{
&#34;mainsnak&#34;: {
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P1559&#34;,
&#34;hash&#34;: &#34;95644e72f595a3bc535e0eb316325ee88d9466f8&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;text&#34;: &#34;Douglas Adams&#34;,
&#34;language&#34;: &#34;en&#34;
},
&#34;type&#34;: &#34;monolingualtext&#34;
},
&#34;datatype&#34;: &#34;monolingualtext&#34;
},
&#34;type&#34;: &#34;statement&#34;,
&#34;id&#34;: &#34;Q42$e525b79e-4a34-b70f-862e-41837655f565&#34;,
&#34;rank&#34;: &#34;normal&#34;,
&#34;references&#34;: [
{
&#34;hash&#34;: &#34;f38b0c50096908694fe215d33497be11eb3f9d3b&#34;,
&#34;snaks&#34;: {
&#34;P248&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P248&#34;,
&#34;hash&#34;: &#34;019a50b7de741e0068bde41c9d9955b22a5de47b&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 36578,
&#34;id&#34;: &#34;Q36578&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P227&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P227&#34;,
&#34;hash&#34;: &#34;2a20755d12051fc95152d6107bd8a34e7fbc63c4&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: &#34;119033364&#34;,
&#34;type&#34;: &#34;string&#34;
},
&#34;datatype&#34;: &#34;external-id&#34;
}
],
&#34;P407&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P407&#34;,
&#34;hash&#34;: &#34;46bfd327b830f66f7061ea92d1be430c135fa91f&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;entity-type&#34;: &#34;item&#34;,
&#34;numeric-id&#34;: 188,
&#34;id&#34;: &#34;Q188&#34;
},
&#34;type&#34;: &#34;wikibase-entityid&#34;
},
&#34;datatype&#34;: &#34;wikibase-item&#34;
}
],
&#34;P813&#34;: [
{
&#34;snaktype&#34;: &#34;value&#34;,
&#34;property&#34;: &#34;P813&#34;,
&#34;hash&#34;: &#34;f44435a8f14d71ab1b0c0aad17c46fcc01fc7702&#34;,
&#34;datavalue&#34;: {
&#34;value&#34;: {
&#34;time&#34;: &#34;+2022-10-09T00:00:00Z&#34;,
&#34;timezone&#34;: 0,
&#34;before&#34;: 0,
&#34;after&#34;: 0,
&#34;precision&#34;: 11,
&#34;calendarmodel&#34;: &#34;http://www.wikidata.org/entity/Q1985727&#34;
},
&#34;type&#34;: &#34;time&#34;
},
&#34;datatype&#34;: &#34;time&#34;
}
]
},
&#34;snaks-order&#34;: [
&#34;P248&#34;,
&#34;P227&#34;,
&#34;P407&#34;,
&#34;P813&#34;
]
}
]
}
]
},
&#34;sitelinks&#34;: {
&#34;afwiki&#34;: {
&#34;site&#34;: &#34;afwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://af.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;arwiki&#34;: {
&#34;site&#34;: &#34;arwiki&#34;,
&#34;title&#34;: &#34;\u062f\u0648\u063a\u0644\u0627\u0633 \u0622\u062f\u0645\u0632&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://ar.wikipedia.org/wiki/%D8%AF%D9%88%D8%BA%D9%84%D8%A7%D8%B3_%D8%A2%D8%AF%D9%85%D8%B2&#34;
},
&#34;arwikiquote&#34;: {
&#34;site&#34;: &#34;arwikiquote&#34;,
&#34;title&#34;: &#34;\u062f\u0648\u062c\u0644\u0627\u0633 \u0622\u062f\u0627\u0645\u0632&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://ar.wikiquote.org/wiki/%D8%AF%D9%88%D8%AC%D9%84%D8%A7%D8%B3_%D8%A2%D8%AF%D8%A7%D9%85%D8%B2&#34;
},
&#34;arzwiki&#34;: {
&#34;site&#34;: &#34;arzwiki&#34;,
&#34;title&#34;: &#34;\u062f\u0648\u062c\u0644\u0627\u0633 \u0627\u062f\u0627\u0645\u0632&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://arz.wikipedia.org/wiki/%D8%AF%D9%88%D8%AC%D9%84%D8%A7%D8%B3_%D8%A7%D8%AF%D8%A7%D9%85%D8%B2&#34;
},
&#34;astwiki&#34;: {
&#34;site&#34;: &#34;astwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://ast.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;azbwiki&#34;: {
&#34;site&#34;: &#34;azbwiki&#34;,
&#34;title&#34;: &#34;\u062f\u0627\u0642\u0644\u0627\u0633 \u0622\u062f\u0627\u0645\u0632&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://azb.wikipedia.org/wiki/%D8%AF%D8%A7%D9%82%D9%84%D8%A7%D8%B3_%D8%A2%D8%AF%D8%A7%D9%85%D8%B2&#34;
},
&#34;azwiki&#34;: {
&#34;site&#34;: &#34;azwiki&#34;,
&#34;title&#34;: &#34;Duqlas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://az.wikipedia.org/wiki/Duqlas_Adams&#34;
},
&#34;azwikiquote&#34;: {
&#34;site&#34;: &#34;azwikiquote&#34;,
&#34;title&#34;: &#34;Duqlas Noel Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://az.wikiquote.org/wiki/Duqlas_Noel_Adams&#34;
},
&#34;barwiki&#34;: {
&#34;site&#34;: &#34;barwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://bar.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;bawiki&#34;: {
&#34;site&#34;: &#34;bawiki&#34;,
&#34;title&#34;: &#34;\u0414\u0443\u0433\u043b\u0430\u0441 \u0410\u0434\u0430\u043c\u0441&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://ba.wikipedia.org/wiki/%D0%94%D1%83%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&#34;
},
&#34;be_x_oldwiki&#34;: {
&#34;site&#34;: &#34;be_x_oldwiki&#34;,
&#34;title&#34;: &#34;\u0414\u0443\u0433\u043b\u0430\u0441 \u0410\u0434\u0430\u043c\u0437&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://be-tarask.wikipedia.org/wiki/%D0%94%D1%83%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D0%B7&#34;
},
&#34;bewiki&#34;: {
&#34;site&#34;: &#34;bewiki&#34;,
&#34;title&#34;: &#34;\u0414\u0443\u0433\u043b\u0430\u0441 \u0410\u0434\u0430\u043c\u0441&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://be.wikipedia.org/wiki/%D0%94%D1%83%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&#34;
},
&#34;bgwiki&#34;: {
&#34;site&#34;: &#34;bgwiki&#34;,
&#34;title&#34;: &#34;\u0414\u044a\u0433\u043b\u0430\u0441 \u0410\u0434\u0430\u043c\u0441&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://bg.wikipedia.org/wiki/%D0%94%D1%8A%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&#34;
},
&#34;bgwikiquote&#34;: {
&#34;site&#34;: &#34;bgwikiquote&#34;,
&#34;title&#34;: &#34;\u0414\u044a\u0433\u043b\u0430\u0441 \u0410\u0434\u0430\u043c\u0441&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://bg.wikiquote.org/wiki/%D0%94%D1%8A%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&#34;
},
&#34;bnwiki&#34;: {
&#34;site&#34;: &#34;bnwiki&#34;,
&#34;title&#34;: &#34;\u09a1\u0997\u09b2\u09be\u09b8 \u0985\u09cd\u09af\u09be\u09a1\u09be\u09ae\u09b8&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://bn.wikipedia.org/wiki/%E0%A6%A1%E0%A6%97%E0%A6%B2%E0%A6%BE%E0%A6%B8_%E0%A6%85%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A1%E0%A6%BE%E0%A6%AE%E0%A6%B8&#34;
},
&#34;bnwikiquote&#34;: {
&#34;site&#34;: &#34;bnwikiquote&#34;,
&#34;title&#34;: &#34;\u09a1\u0997\u09b2\u09be\u09b8 \u0985\u09cd\u09af\u09be\u09a1\u09be\u09ae\u09b8&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://bn.wikiquote.org/wiki/%E0%A6%A1%E0%A6%97%E0%A6%B2%E0%A6%BE%E0%A6%B8_%E0%A6%85%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A1%E0%A6%BE%E0%A6%AE%E0%A6%B8&#34;
},
&#34;bswiki&#34;: {
&#34;site&#34;: &#34;bswiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://bs.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;bswikiquote&#34;: {
&#34;site&#34;: &#34;bswikiquote&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://bs.wikiquote.org/wiki/Douglas_Adams&#34;
},
&#34;cawiki&#34;: {
&#34;site&#34;: &#34;cawiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://ca.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;cswiki&#34;: {
&#34;site&#34;: &#34;cswiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://cs.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;cswikiquote&#34;: {
&#34;site&#34;: &#34;cswikiquote&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://cs.wikiquote.org/wiki/Douglas_Adams&#34;
},
&#34;cywiki&#34;: {
&#34;site&#34;: &#34;cywiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://cy.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;dawiki&#34;: {
&#34;site&#34;: &#34;dawiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://da.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;dewiki&#34;: {
&#34;site&#34;: &#34;dewiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://de.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;dewikiquote&#34;: {
&#34;site&#34;: &#34;dewikiquote&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://de.wikiquote.org/wiki/Douglas_Adams&#34;
},
&#34;elwiki&#34;: {
&#34;site&#34;: &#34;elwiki&#34;,
&#34;title&#34;: &#34;\u039d\u03c4\u03ac\u03b3\u03ba\u03bb\u03b1\u03c2 \u0386\u03bd\u03c4\u03b1\u03bc\u03c2&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://el.wikipedia.org/wiki/%CE%9D%CF%84%CE%AC%CE%B3%CE%BA%CE%BB%CE%B1%CF%82_%CE%86%CE%BD%CF%84%CE%B1%CE%BC%CF%82&#34;
},
&#34;elwikiquote&#34;: {
&#34;site&#34;: &#34;elwikiquote&#34;,
&#34;title&#34;: &#34;\u039d\u03c4\u03ac\u03b3\u03ba\u03bb\u03b1\u03c2 \u0386\u03bd\u03c4\u03b1\u03bc\u03c2&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://el.wikiquote.org/wiki/%CE%9D%CF%84%CE%AC%CE%B3%CE%BA%CE%BB%CE%B1%CF%82_%CE%86%CE%BD%CF%84%CE%B1%CE%BC%CF%82&#34;
},
&#34;enwiki&#34;: {
&#34;site&#34;: &#34;enwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://en.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;enwikiquote&#34;: {
&#34;site&#34;: &#34;enwikiquote&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://en.wikiquote.org/wiki/Douglas_Adams&#34;
},
&#34;eowiki&#34;: {
&#34;site&#34;: &#34;eowiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://eo.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;eowikiquote&#34;: {
&#34;site&#34;: &#34;eowikiquote&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://eo.wikiquote.org/wiki/Douglas_Adams&#34;
},
&#34;eswiki&#34;: {
&#34;site&#34;: &#34;eswiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://es.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;eswikiquote&#34;: {
&#34;site&#34;: &#34;eswikiquote&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://es.wikiquote.org/wiki/Douglas_Adams&#34;
},
&#34;etwiki&#34;: {
&#34;site&#34;: &#34;etwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://et.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;etwikiquote&#34;: {
&#34;site&#34;: &#34;etwikiquote&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://et.wikiquote.org/wiki/Douglas_Adams&#34;
},
&#34;euwiki&#34;: {
&#34;site&#34;: &#34;euwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://eu.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;fawiki&#34;: {
&#34;site&#34;: &#34;fawiki&#34;,
&#34;title&#34;: &#34;\u062f\u0627\u06af\u0644\u0627\u0633 \u0622\u062f\u0627\u0645\u0632&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://fa.wikipedia.org/wiki/%D8%AF%D8%A7%DA%AF%D9%84%D8%A7%D8%B3_%D8%A2%D8%AF%D8%A7%D9%85%D8%B2&#34;
},
&#34;fawikiquote&#34;: {
&#34;site&#34;: &#34;fawikiquote&#34;,
&#34;title&#34;: &#34;\u062f\u0627\u06af\u0644\u0627\u0633 \u0622\u062f\u0627\u0645\u0632&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://fa.wikiquote.org/wiki/%D8%AF%D8%A7%DA%AF%D9%84%D8%A7%D8%B3_%D8%A2%D8%AF%D8%A7%D9%85%D8%B2&#34;
},
&#34;fiwiki&#34;: {
&#34;site&#34;: &#34;fiwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://fi.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;fiwikiquote&#34;: {
&#34;site&#34;: &#34;fiwikiquote&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://fi.wikiquote.org/wiki/Douglas_Adams&#34;
},
&#34;frwiki&#34;: {
&#34;site&#34;: &#34;frwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://fr.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;frwikiquote&#34;: {
&#34;site&#34;: &#34;frwikiquote&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://fr.wikiquote.org/wiki/Douglas_Adams&#34;
},
&#34;gawiki&#34;: {
&#34;site&#34;: &#34;gawiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://ga.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;glwiki&#34;: {
&#34;site&#34;: &#34;glwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://gl.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;glwikiquote&#34;: {
&#34;site&#34;: &#34;glwikiquote&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://gl.wikiquote.org/wiki/Douglas_Adams&#34;
},
&#34;hewiki&#34;: {
&#34;site&#34;: &#34;hewiki&#34;,
&#34;title&#34;: &#34;\u05d3\u05d0\u05d2\u05dc\u05e1 \u05d0\u05d3\u05de\u05e1&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://he.wikipedia.org/wiki/%D7%93%D7%90%D7%92%D7%9C%D7%A1_%D7%90%D7%93%D7%9E%D7%A1&#34;
},
&#34;hewikiquote&#34;: {
&#34;site&#34;: &#34;hewikiquote&#34;,
&#34;title&#34;: &#34;\u05d3\u05d0\u05d2\u05dc\u05e1 \u05d0\u05d3\u05de\u05e1&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://he.wikiquote.org/wiki/%D7%93%D7%90%D7%92%D7%9C%D7%A1_%D7%90%D7%93%D7%9E%D7%A1&#34;
},
&#34;hrwiki&#34;: {
&#34;site&#34;: &#34;hrwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://hr.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;huwiki&#34;: {
&#34;site&#34;: &#34;huwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://hu.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;huwikiquote&#34;: {
&#34;site&#34;: &#34;huwikiquote&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://hu.wikiquote.org/wiki/Douglas_Adams&#34;
},
&#34;hywiki&#34;: {
&#34;site&#34;: &#34;hywiki&#34;,
&#34;title&#34;: &#34;\u0534\u0578\u0582\u0563\u056c\u0561\u057d \u0531\u0564\u0561\u0574\u057d&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://hy.wikipedia.org/wiki/%D4%B4%D5%B8%D6%82%D5%A3%D5%AC%D5%A1%D5%BD_%D4%B1%D5%A4%D5%A1%D5%B4%D5%BD&#34;
},
&#34;hywikiquote&#34;: {
&#34;site&#34;: &#34;hywikiquote&#34;,
&#34;title&#34;: &#34;\u0534\u0578\u0582\u0563\u056c\u0561\u057d \u0531\u0564\u0561\u0574\u057d&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://hy.wikiquote.org/wiki/%D4%B4%D5%B8%D6%82%D5%A3%D5%AC%D5%A1%D5%BD_%D4%B1%D5%A4%D5%A1%D5%B4%D5%BD&#34;
},
&#34;iawiki&#34;: {
&#34;site&#34;: &#34;iawiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://ia.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;idwiki&#34;: {
&#34;site&#34;: &#34;idwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://id.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;idwikiquote&#34;: {
&#34;site&#34;: &#34;idwikiquote&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://id.wikiquote.org/wiki/Douglas_Adams&#34;
},
&#34;iewiki&#34;: {
&#34;site&#34;: &#34;iewiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://ie.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;igwikiquote&#34;: {
&#34;site&#34;: &#34;igwikiquote&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://ig.wikiquote.org/wiki/Douglas_Adams&#34;
},
&#34;iowiki&#34;: {
&#34;site&#34;: &#34;iowiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://io.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;iswiki&#34;: {
&#34;site&#34;: &#34;iswiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://is.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;itwiki&#34;: {
&#34;site&#34;: &#34;itwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://it.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;itwikiquote&#34;: {
&#34;site&#34;: &#34;itwikiquote&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://it.wikiquote.org/wiki/Douglas_Adams&#34;
},
&#34;jawiki&#34;: {
&#34;site&#34;: &#34;jawiki&#34;,
&#34;title&#34;: &#34;\u30c0\u30b0\u30e9\u30b9\u30fb\u30a2\u30c0\u30e0\u30ba&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://ja.wikipedia.org/wiki/%E3%83%80%E3%82%B0%E3%83%A9%E3%82%B9%E3%83%BB%E3%82%A2%E3%83%80%E3%83%A0%E3%82%BA&#34;
},
&#34;jvwiki&#34;: {
&#34;site&#34;: &#34;jvwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://jv.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;kawiki&#34;: {
&#34;site&#34;: &#34;kawiki&#34;,
&#34;title&#34;: &#34;\u10d3\u10d0\u10d2\u10da\u10d0\u10e1 \u10d0\u10d3\u10d0\u10db\u10e1\u10d8&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://ka.wikipedia.org/wiki/%E1%83%93%E1%83%90%E1%83%92%E1%83%9A%E1%83%90%E1%83%A1_%E1%83%90%E1%83%93%E1%83%90%E1%83%9B%E1%83%A1%E1%83%98&#34;
},
&#34;kowiki&#34;: {
&#34;site&#34;: &#34;kowiki&#34;,
&#34;title&#34;: &#34;\ub354\uae00\ub7ec\uc2a4 \uc560\ub364\uc2a4&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://ko.wikipedia.org/wiki/%EB%8D%94%EA%B8%80%EB%9F%AC%EC%8A%A4_%EC%95%A0%EB%8D%A4%EC%8A%A4&#34;
},
&#34;kwwiki&#34;: {
&#34;site&#34;: &#34;kwwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://kw.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;kywiki&#34;: {
&#34;site&#34;: &#34;kywiki&#34;,
&#34;title&#34;: &#34;\u0414\u0443\u0433\u043b\u0430\u0441 \u0410\u0434\u0430\u043c\u0441&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://ky.wikipedia.org/wiki/%D0%94%D1%83%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&#34;
},
&#34;lawiki&#34;: {
&#34;site&#34;: &#34;lawiki&#34;,
&#34;title&#34;: &#34;Duglassius Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://la.wikipedia.org/wiki/Duglassius_Adams&#34;
},
&#34;lfnwiki&#34;: {
&#34;site&#34;: &#34;lfnwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://lfn.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;liwikiquote&#34;: {
&#34;site&#34;: &#34;liwikiquote&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://li.wikiquote.org/wiki/Douglas_Adams&#34;
},
&#34;ltwiki&#34;: {
&#34;site&#34;: &#34;ltwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://lt.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;ltwikiquote&#34;: {
&#34;site&#34;: &#34;ltwikiquote&#34;,
&#34;title&#34;: &#34;Douglas Adamsas&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://lt.wikiquote.org/wiki/Douglas_Adamsas&#34;
},
&#34;lvwiki&#34;: {
&#34;site&#34;: &#34;lvwiki&#34;,
&#34;title&#34;: &#34;Duglass Adamss&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://lv.wikipedia.org/wiki/Duglass_Adamss&#34;
},
&#34;mgwiki&#34;: {
&#34;site&#34;: &#34;mgwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://mg.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;mkwiki&#34;: {
&#34;site&#34;: &#34;mkwiki&#34;,
&#34;title&#34;: &#34;\u0414\u0430\u0433\u043b\u0430\u0441 \u0410\u0434\u0430\u043c\u0441&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://mk.wikipedia.org/wiki/%D0%94%D0%B0%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&#34;
},
&#34;mlwiki&#34;: {
&#34;site&#34;: &#34;mlwiki&#34;,
&#34;title&#34;: &#34;\u0d21\u0d17\u0d4d\u0d32\u0d38\u0d4d \u0d06\u0d21\u0d02\u0d38\u0d4d&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://ml.wikipedia.org/wiki/%E0%B4%A1%E0%B4%97%E0%B5%8D%E0%B4%B2%E0%B4%B8%E0%B5%8D_%E0%B4%86%E0%B4%A1%E0%B4%82%E0%B4%B8%E0%B5%8D&#34;
},
&#34;mrjwiki&#34;: {
&#34;site&#34;: &#34;mrjwiki&#34;,
&#34;title&#34;: &#34;\u0410\u0434\u0430\u043c\u0441, \u0414\u0443\u0433\u043b\u0430\u0441&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://mrj.wikipedia.org/wiki/%D0%90%D0%B4%D0%B0%D0%BC%D1%81,_%D0%94%D1%83%D0%B3%D0%BB%D0%B0%D1%81&#34;
},
&#34;mrwiki&#34;: {
&#34;site&#34;: &#34;mrwiki&#34;,
&#34;title&#34;: &#34;\u0921\u0917\u094d\u0932\u0938 \u0905\u200d\u0945\u0921\u092e\u094d\u0938&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://mr.wikipedia.org/wiki/%E0%A4%A1%E0%A4%97%E0%A5%8D%E0%A4%B2%E0%A4%B8_%E0%A4%85%E2%80%8D%E0%A5%85%E0%A4%A1%E0%A4%AE%E0%A5%8D%E0%A4%B8&#34;
},
&#34;mswiki&#34;: {
&#34;site&#34;: &#34;mswiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://ms.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;nlwiki&#34;: {
&#34;site&#34;: &#34;nlwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://nl.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;nlwikiquote&#34;: {
&#34;site&#34;: &#34;nlwikiquote&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://nl.wikiquote.org/wiki/Douglas_Adams&#34;
},
&#34;nnwiki&#34;: {
&#34;site&#34;: &#34;nnwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://nn.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;nowiki&#34;: {
&#34;site&#34;: &#34;nowiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://no.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;ocwiki&#34;: {
&#34;site&#34;: &#34;ocwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://oc.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;pawiki&#34;: {
&#34;site&#34;: &#34;pawiki&#34;,
&#34;title&#34;: &#34;\u0a21\u0a17\u0a32\u0a38 \u0a10\u0a21\u0a2e\u0a38&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://pa.wikipedia.org/wiki/%E0%A8%A1%E0%A8%97%E0%A8%B2%E0%A8%B8_%E0%A8%90%E0%A8%A1%E0%A8%AE%E0%A8%B8&#34;
},
&#34;plwiki&#34;: {
&#34;site&#34;: &#34;plwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://pl.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;plwikiquote&#34;: {
&#34;site&#34;: &#34;plwikiquote&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://pl.wikiquote.org/wiki/Douglas_Adams&#34;
},
&#34;pnbwiki&#34;: {
&#34;site&#34;: &#34;pnbwiki&#34;,
&#34;title&#34;: &#34;\u0688\u06af\u0644\u0633 \u0627\u06cc\u0688\u0645\u0633&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://pnb.wikipedia.org/wiki/%DA%88%DA%AF%D9%84%D8%B3_%D8%A7%DB%8C%DA%88%D9%85%D8%B3&#34;
},
&#34;ptwiki&#34;: {
&#34;site&#34;: &#34;ptwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://pt.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;ptwikiquote&#34;: {
&#34;site&#34;: &#34;ptwikiquote&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://pt.wikiquote.org/wiki/Douglas_Adams&#34;
},
&#34;rowiki&#34;: {
&#34;site&#34;: &#34;rowiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://ro.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;ruwiki&#34;: {
&#34;site&#34;: &#34;ruwiki&#34;,
&#34;title&#34;: &#34;\u0410\u0434\u0430\u043c\u0441, \u0414\u0443\u0433\u043b\u0430\u0441&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://ru.wikipedia.org/wiki/%D0%90%D0%B4%D0%B0%D0%BC%D1%81,_%D0%94%D1%83%D0%B3%D0%BB%D0%B0%D1%81&#34;
},
&#34;ruwikiquote&#34;: {
&#34;site&#34;: &#34;ruwikiquote&#34;,
&#34;title&#34;: &#34;\u0414\u0443\u0433\u043b\u0430\u0441 \u041d\u043e\u044d\u043b\u044c \u0410\u0434\u0430\u043c\u0441&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://ru.wikiquote.org/wiki/%D0%94%D1%83%D0%B3%D0%BB%D0%B0%D1%81_%D0%9D%D0%BE%D1%8D%D0%BB%D1%8C_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&#34;
},
&#34;scowiki&#34;: {
&#34;site&#34;: &#34;scowiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://sco.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;scwiki&#34;: {
&#34;site&#34;: &#34;scwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://sc.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;shwiki&#34;: {
&#34;site&#34;: &#34;shwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://sh.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;simplewiki&#34;: {
&#34;site&#34;: &#34;simplewiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://simple.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;simplewikiquote&#34;: {
&#34;site&#34;: &#34;simplewikiquote&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://simple.wikiquote.org/wiki/Douglas_Adams&#34;
},
&#34;skwiki&#34;: {
&#34;site&#34;: &#34;skwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://sk.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;skwikiquote&#34;: {
&#34;site&#34;: &#34;skwikiquote&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://sk.wikiquote.org/wiki/Douglas_Adams&#34;
},
&#34;slwiki&#34;: {
&#34;site&#34;: &#34;slwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://sl.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;sqwiki&#34;: {
&#34;site&#34;: &#34;sqwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://sq.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;srwiki&#34;: {
&#34;site&#34;: &#34;srwiki&#34;,
&#34;title&#34;: &#34;\u0414\u0430\u0433\u043b\u0430\u0441 \u0410\u0434\u0430\u043c\u0441&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://sr.wikipedia.org/wiki/%D0%94%D0%B0%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&#34;
},
&#34;srwikiquote&#34;: {
&#34;site&#34;: &#34;srwikiquote&#34;,
&#34;title&#34;: &#34;\u0414\u0430\u0433\u043b\u0430\u0441 \u0410\u0434\u0430\u043c\u0441&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://sr.wikiquote.org/wiki/%D0%94%D0%B0%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&#34;
},
&#34;svwiki&#34;: {
&#34;site&#34;: &#34;svwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://sv.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;svwikiquote&#34;: {
&#34;site&#34;: &#34;svwikiquote&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://sv.wikiquote.org/wiki/Douglas_Adams&#34;
},
&#34;tawiki&#34;: {
&#34;site&#34;: &#34;tawiki&#34;,
&#34;title&#34;: &#34;\u0b9f\u0b95\u0bcd\u0bb3\u0bb8\u0bcd \u0b86\u0b9f\u0bae\u0bcd\u0bb8\u0bcd&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://ta.wikipedia.org/wiki/%E0%AE%9F%E0%AE%95%E0%AF%8D%E0%AE%B3%E0%AE%B8%E0%AF%8D_%E0%AE%86%E0%AE%9F%E0%AE%AE%E0%AF%8D%E0%AE%B8%E0%AF%8D&#34;
},
&#34;trwiki&#34;: {
&#34;site&#34;: &#34;trwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://tr.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;trwikiquote&#34;: {
&#34;site&#34;: &#34;trwikiquote&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://tr.wikiquote.org/wiki/Douglas_Adams&#34;
},
&#34;ukwiki&#34;: {
&#34;site&#34;: &#34;ukwiki&#34;,
&#34;title&#34;: &#34;\u0414\u0443\u0433\u043b\u0430\u0441 \u0410\u0434\u0430\u043c\u0441&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://uk.wikipedia.org/wiki/%D0%94%D1%83%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&#34;
},
&#34;ukwikiquote&#34;: {
&#34;site&#34;: &#34;ukwikiquote&#34;,
&#34;title&#34;: &#34;\u0414\u0443\u0433\u043b\u0430\u0441 \u0410\u0434\u0430\u043c\u0441&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://uk.wikiquote.org/wiki/%D0%94%D1%83%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&#34;
},
&#34;urwiki&#34;: {
&#34;site&#34;: &#34;urwiki&#34;,
&#34;title&#34;: &#34;\u0688\u06af\u0644\u0633 \u0627\u06cc\u0688\u0645\u0633&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://ur.wikipedia.org/wiki/%DA%88%DA%AF%D9%84%D8%B3_%D8%A7%DB%8C%DA%88%D9%85%D8%B3&#34;
},
&#34;vepwiki&#34;: {
&#34;site&#34;: &#34;vepwiki&#34;,
&#34;title&#34;: &#34;Adams Duglas&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://vep.wikipedia.org/wiki/Adams_Duglas&#34;
},
&#34;viwiki&#34;: {
&#34;site&#34;: &#34;viwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://vi.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;warwiki&#34;: {
&#34;site&#34;: &#34;warwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://war.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;wuuwiki&#34;: {
&#34;site&#34;: &#34;wuuwiki&#34;,
&#34;title&#34;: &#34;\u9053\u683c\u62c9\u65af\u00b7\u4e9a\u5f53\u65af&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://wuu.wikipedia.org/wiki/%E9%81%93%E6%A0%BC%E6%8B%89%E6%96%AF%C2%B7%E4%BA%9A%E5%BD%93%E6%96%AF&#34;
},
&#34;zh_min_nanwiki&#34;: {
&#34;site&#34;: &#34;zh_min_nanwiki&#34;,
&#34;title&#34;: &#34;Douglas Adams&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://zh-min-nan.wikipedia.org/wiki/Douglas_Adams&#34;
},
&#34;zh_yuewiki&#34;: {
&#34;site&#34;: &#34;zh_yuewiki&#34;,
&#34;title&#34;: &#34;\u9053\u683c\u62c9\u65af\u4e9e\u7576\u65af&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://zh-yue.wikipedia.org/wiki/%E9%81%93%E6%A0%BC%E6%8B%89%E6%96%AF%E4%BA%9E%E7%95%B6%E6%96%AF&#34;
},
&#34;zhwiki&#34;: {
&#34;site&#34;: &#34;zhwiki&#34;,
&#34;title&#34;: &#34;\u9053\u683c\u62c9\u65af\u00b7\u4e9a\u5f53\u65af&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://zh.wikipedia.org/wiki/%E9%81%93%E6%A0%BC%E6%8B%89%E6%96%AF%C2%B7%E4%BA%9A%E5%BD%93%E6%96%AF&#34;
},
&#34;zhwikiquote&#34;: {
&#34;site&#34;: &#34;zhwikiquote&#34;,
&#34;title&#34;: &#34;\u9053\u683c\u62c9\u65af\u00b7\u4e9e\u7576\u65af&#34;,
&#34;badges&#34;: [],
&#34;url&#34;: &#34;https://zh.wikiquote.org/wiki/%E9%81%93%E6%A0%BC%E6%8B%89%E6%96%AF%C2%B7%E4%BA%9E%E7%95%B6%E6%96%AF&#34;
}
}
}
}
}
</pre>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[8]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="nb">print</span><span class="p">(</span><span class="n">urlopen</span><span class="p">(</span><span class="s2">&quot;https://www.wikidata.org/wiki/Special:EntityData/Q42.ttl&quot;</span><span class="p">)</span><span class="o">.</span><span class="n">read</span><span class="p">()</span><span class="o">.</span><span class="n">decode</span><span class="p">(</span><span class="s2">&quot;utf-8&quot;</span><span class="p">))</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="text/plain">
<pre>@prefix rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; .
@prefix xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt; .
@prefix ontolex: &lt;http://www.w3.org/ns/lemon/ontolex#&gt; .
@prefix dct: &lt;http://purl.org/dc/terms/&gt; .
@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
@prefix owl: &lt;http://www.w3.org/2002/07/owl#&gt; .
@prefix wikibase: &lt;http://wikiba.se/ontology#&gt; .
@prefix skos: &lt;http://www.w3.org/2004/02/skos/core#&gt; .
@prefix schema: &lt;http://schema.org/&gt; .
@prefix cc: &lt;http://creativecommons.org/ns#&gt; .
@prefix geo: &lt;http://www.opengis.net/ont/geosparql#&gt; .
@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
@prefix wd: &lt;http://www.wikidata.org/entity/&gt; .
@prefix data: &lt;https://www.wikidata.org/wiki/Special:EntityData/&gt; .
@prefix s: &lt;http://www.wikidata.org/entity/statement/&gt; .
@prefix ref: &lt;http://www.wikidata.org/reference/&gt; .
@prefix v: &lt;http://www.wikidata.org/value/&gt; .
@prefix wdt: &lt;http://www.wikidata.org/prop/direct/&gt; .
@prefix wdtn: &lt;http://www.wikidata.org/prop/direct-normalized/&gt; .
@prefix p: &lt;http://www.wikidata.org/prop/&gt; .
@prefix ps: &lt;http://www.wikidata.org/prop/statement/&gt; .
@prefix psv: &lt;http://www.wikidata.org/prop/statement/value/&gt; .
@prefix psn: &lt;http://www.wikidata.org/prop/statement/value-normalized/&gt; .
@prefix pq: &lt;http://www.wikidata.org/prop/qualifier/&gt; .
@prefix pqv: &lt;http://www.wikidata.org/prop/qualifier/value/&gt; .
@prefix pqn: &lt;http://www.wikidata.org/prop/qualifier/value-normalized/&gt; .
@prefix pr: &lt;http://www.wikidata.org/prop/reference/&gt; .
@prefix prv: &lt;http://www.wikidata.org/prop/reference/value/&gt; .
@prefix prn: &lt;http://www.wikidata.org/prop/reference/value-normalized/&gt; .
@prefix wdno: &lt;http://www.wikidata.org/prop/novalue/&gt; .
data:Q42 a schema:Dataset ;
schema:about wd:Q42 ;
cc:license &lt;http://creativecommons.org/publicdomain/zero/1.0/&gt; ;
schema:softwareVersion &#34;1.0.0&#34; ;
schema:version &#34;1757862527&#34;^^xsd:integer ;
schema:dateModified &#34;2022-10-25T12:03:35Z&#34;^^xsd:dateTime ;
wikibase:statements &#34;283&#34;^^xsd:integer ;
wikibase:sitelinks &#34;120&#34;^^xsd:integer ;
wikibase:identifiers &#34;214&#34;^^xsd:integer .
wd:Q42 a wikibase:Item .
&lt;https://af.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;af&#34; ;
schema:isPartOf &lt;https://af.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@af .
&lt;https://af.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://ar.wikipedia.org/wiki/%D8%AF%D9%88%D8%BA%D9%84%D8%A7%D8%B3_%D8%A2%D8%AF%D9%85%D8%B2&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ar&#34; ;
schema:isPartOf &lt;https://ar.wikipedia.org/&gt; ;
schema:name &#34;دوغلاس آدمز&#34;@ar .
&lt;https://ar.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://ar.wikiquote.org/wiki/%D8%AF%D9%88%D8%AC%D9%84%D8%A7%D8%B3_%D8%A2%D8%AF%D8%A7%D9%85%D8%B2&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ar&#34; ;
schema:isPartOf &lt;https://ar.wikiquote.org/&gt; ;
schema:name &#34;دوجلاس آدامز&#34;@ar .
&lt;https://ar.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://arz.wikipedia.org/wiki/%D8%AF%D9%88%D8%AC%D9%84%D8%A7%D8%B3_%D8%A7%D8%AF%D8%A7%D9%85%D8%B2&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;arz&#34; ;
schema:isPartOf &lt;https://arz.wikipedia.org/&gt; ;
schema:name &#34;دوجلاس ادامز&#34;@arz .
&lt;https://arz.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://ast.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ast&#34; ;
schema:isPartOf &lt;https://ast.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@ast .
&lt;https://ast.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://azb.wikipedia.org/wiki/%D8%AF%D8%A7%D9%82%D9%84%D8%A7%D8%B3_%D8%A2%D8%AF%D8%A7%D9%85%D8%B2&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;azb&#34; ;
schema:isPartOf &lt;https://azb.wikipedia.org/&gt; ;
schema:name &#34;داقلاس آدامز&#34;@azb .
&lt;https://azb.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://az.wikipedia.org/wiki/Duqlas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;az&#34; ;
schema:isPartOf &lt;https://az.wikipedia.org/&gt; ;
schema:name &#34;Duqlas Adams&#34;@az .
&lt;https://az.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://az.wikiquote.org/wiki/Duqlas_Noel_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;az&#34; ;
schema:isPartOf &lt;https://az.wikiquote.org/&gt; ;
schema:name &#34;Duqlas Noel Adams&#34;@az .
&lt;https://az.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://bar.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;bar&#34; ;
schema:isPartOf &lt;https://bar.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@bar .
&lt;https://bar.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://be-tarask.wikipedia.org/wiki/%D0%94%D1%83%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D0%B7&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;be-tarask&#34; ;
schema:isPartOf &lt;https://be-tarask.wikipedia.org/&gt; ;
schema:name &#34;Дуглас Адамз&#34;@be-tarask .
&lt;https://be-tarask.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://be.wikipedia.org/wiki/%D0%94%D1%83%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;be&#34; ;
schema:isPartOf &lt;https://be.wikipedia.org/&gt; ;
schema:name &#34;Дуглас Адамс&#34;@be .
&lt;https://be.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://bg.wikipedia.org/wiki/%D0%94%D1%8A%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;bg&#34; ;
schema:isPartOf &lt;https://bg.wikipedia.org/&gt; ;
schema:name &#34;Дъглас Адамс&#34;@bg .
&lt;https://bg.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://bg.wikiquote.org/wiki/%D0%94%D1%8A%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;bg&#34; ;
schema:isPartOf &lt;https://bg.wikiquote.org/&gt; ;
schema:name &#34;Дъглас Адамс&#34;@bg .
&lt;https://bg.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://bn.wikipedia.org/wiki/%E0%A6%A1%E0%A6%97%E0%A6%B2%E0%A6%BE%E0%A6%B8_%E0%A6%85%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A1%E0%A6%BE%E0%A6%AE%E0%A6%B8&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;bn&#34; ;
schema:isPartOf &lt;https://bn.wikipedia.org/&gt; ;
schema:name &#34;ডগলাস অ্যাডামস&#34;@bn .
&lt;https://bn.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://bs.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;bs&#34; ;
schema:isPartOf &lt;https://bs.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@bs .
&lt;https://bs.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://bs.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;bs&#34; ;
schema:isPartOf &lt;https://bs.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@bs .
&lt;https://bs.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://ca.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ca&#34; ;
schema:isPartOf &lt;https://ca.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@ca .
&lt;https://ca.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://cs.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;cs&#34; ;
schema:isPartOf &lt;https://cs.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@cs .
&lt;https://cs.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://cs.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;cs&#34; ;
schema:isPartOf &lt;https://cs.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@cs .
&lt;https://cs.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://cy.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;cy&#34; ;
schema:isPartOf &lt;https://cy.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@cy .
&lt;https://cy.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://da.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;da&#34; ;
schema:isPartOf &lt;https://da.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@da .
&lt;https://da.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://de.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;de&#34; ;
schema:isPartOf &lt;https://de.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@de .
&lt;https://de.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://de.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;de&#34; ;
schema:isPartOf &lt;https://de.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@de .
&lt;https://de.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://el.wikipedia.org/wiki/%CE%9D%CF%84%CE%AC%CE%B3%CE%BA%CE%BB%CE%B1%CF%82_%CE%86%CE%BD%CF%84%CE%B1%CE%BC%CF%82&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;el&#34; ;
schema:isPartOf &lt;https://el.wikipedia.org/&gt; ;
schema:name &#34;Ντάγκλας Άνταμς&#34;@el .
&lt;https://el.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://el.wikiquote.org/wiki/%CE%9D%CF%84%CE%AC%CE%B3%CE%BA%CE%BB%CE%B1%CF%82_%CE%86%CE%BD%CF%84%CE%B1%CE%BC%CF%82&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;el&#34; ;
schema:isPartOf &lt;https://el.wikiquote.org/&gt; ;
schema:name &#34;Ντάγκλας Άνταμς&#34;@el .
&lt;https://el.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://en.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;en&#34; ;
schema:isPartOf &lt;https://en.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@en .
&lt;https://en.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://en.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;en&#34; ;
schema:isPartOf &lt;https://en.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@en .
&lt;https://en.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://eo.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;eo&#34; ;
schema:isPartOf &lt;https://eo.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@eo .
&lt;https://eo.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://eo.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;eo&#34; ;
schema:isPartOf &lt;https://eo.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@eo .
&lt;https://eo.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://es.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;es&#34; ;
schema:isPartOf &lt;https://es.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@es .
&lt;https://es.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://es.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;es&#34; ;
schema:isPartOf &lt;https://es.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@es .
&lt;https://es.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://et.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;et&#34; ;
schema:isPartOf &lt;https://et.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@et .
&lt;https://et.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://et.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;et&#34; ;
schema:isPartOf &lt;https://et.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@et .
&lt;https://et.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://eu.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;eu&#34; ;
schema:isPartOf &lt;https://eu.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@eu .
&lt;https://eu.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://fa.wikipedia.org/wiki/%D8%AF%D8%A7%DA%AF%D9%84%D8%A7%D8%B3_%D8%A2%D8%AF%D8%A7%D9%85%D8%B2&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;fa&#34; ;
schema:isPartOf &lt;https://fa.wikipedia.org/&gt; ;
schema:name &#34;داگلاس آدامز&#34;@fa .
&lt;https://fa.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://fa.wikiquote.org/wiki/%D8%AF%D8%A7%DA%AF%D9%84%D8%A7%D8%B3_%D8%A2%D8%AF%D8%A7%D9%85%D8%B2&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;fa&#34; ;
schema:isPartOf &lt;https://fa.wikiquote.org/&gt; ;
schema:name &#34;داگلاس آدامز&#34;@fa .
&lt;https://fa.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://fi.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;fi&#34; ;
schema:isPartOf &lt;https://fi.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@fi .
&lt;https://fi.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://fi.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;fi&#34; ;
schema:isPartOf &lt;https://fi.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@fi .
&lt;https://fi.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://fr.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;fr&#34; ;
schema:isPartOf &lt;https://fr.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@fr .
&lt;https://fr.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://fr.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;fr&#34; ;
schema:isPartOf &lt;https://fr.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@fr .
&lt;https://fr.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://ga.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ga&#34; ;
schema:isPartOf &lt;https://ga.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@ga .
&lt;https://ga.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://gl.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;gl&#34; ;
schema:isPartOf &lt;https://gl.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@gl .
&lt;https://gl.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://gl.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;gl&#34; ;
schema:isPartOf &lt;https://gl.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@gl .
&lt;https://gl.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://he.wikipedia.org/wiki/%D7%93%D7%90%D7%92%D7%9C%D7%A1_%D7%90%D7%93%D7%9E%D7%A1&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;he&#34; ;
schema:isPartOf &lt;https://he.wikipedia.org/&gt; ;
schema:name &#34;דאגלס אדמס&#34;@he .
&lt;https://he.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://he.wikiquote.org/wiki/%D7%93%D7%90%D7%92%D7%9C%D7%A1_%D7%90%D7%93%D7%9E%D7%A1&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;he&#34; ;
schema:isPartOf &lt;https://he.wikiquote.org/&gt; ;
schema:name &#34;דאגלס אדמס&#34;@he .
&lt;https://he.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://hr.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;hr&#34; ;
schema:isPartOf &lt;https://hr.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@hr .
&lt;https://hr.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://hu.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;hu&#34; ;
schema:isPartOf &lt;https://hu.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@hu .
&lt;https://hu.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://hu.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;hu&#34; ;
schema:isPartOf &lt;https://hu.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@hu .
&lt;https://hu.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://hy.wikipedia.org/wiki/%D4%B4%D5%B8%D6%82%D5%A3%D5%AC%D5%A1%D5%BD_%D4%B1%D5%A4%D5%A1%D5%B4%D5%BD&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;hy&#34; ;
schema:isPartOf &lt;https://hy.wikipedia.org/&gt; ;
schema:name &#34;Դուգլաս Ադամս&#34;@hy .
&lt;https://hy.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://hy.wikiquote.org/wiki/%D4%B4%D5%B8%D6%82%D5%A3%D5%AC%D5%A1%D5%BD_%D4%B1%D5%A4%D5%A1%D5%B4%D5%BD&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;hy&#34; ;
schema:isPartOf &lt;https://hy.wikiquote.org/&gt; ;
schema:name &#34;Դուգլաս Ադամս&#34;@hy .
&lt;https://hy.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://ia.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ia&#34; ;
schema:isPartOf &lt;https://ia.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@ia .
&lt;https://ia.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://id.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;id&#34; ;
schema:isPartOf &lt;https://id.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@id .
&lt;https://id.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://ie.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ie&#34; ;
schema:isPartOf &lt;https://ie.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@ie .
&lt;https://ie.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://io.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;io&#34; ;
schema:isPartOf &lt;https://io.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@io .
&lt;https://io.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://is.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;is&#34; ;
schema:isPartOf &lt;https://is.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@is .
&lt;https://is.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://it.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;it&#34; ;
schema:isPartOf &lt;https://it.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@it .
&lt;https://it.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://it.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;it&#34; ;
schema:isPartOf &lt;https://it.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@it .
&lt;https://it.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://ja.wikipedia.org/wiki/%E3%83%80%E3%82%B0%E3%83%A9%E3%82%B9%E3%83%BB%E3%82%A2%E3%83%80%E3%83%A0%E3%82%BA&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ja&#34; ;
schema:isPartOf &lt;https://ja.wikipedia.org/&gt; ;
schema:name &#34;ダグラス・アダムズ&#34;@ja .
&lt;https://ja.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://jv.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;jv&#34; ;
schema:isPartOf &lt;https://jv.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@jv .
&lt;https://jv.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://ka.wikipedia.org/wiki/%E1%83%93%E1%83%90%E1%83%92%E1%83%9A%E1%83%90%E1%83%A1_%E1%83%90%E1%83%93%E1%83%90%E1%83%9B%E1%83%A1%E1%83%98&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ka&#34; ;
schema:isPartOf &lt;https://ka.wikipedia.org/&gt; ;
schema:name &#34;დაგლას ადამსი&#34;@ka .
&lt;https://ka.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://ko.wikipedia.org/wiki/%EB%8D%94%EA%B8%80%EB%9F%AC%EC%8A%A4_%EC%95%A0%EB%8D%A4%EC%8A%A4&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ko&#34; ;
schema:isPartOf &lt;https://ko.wikipedia.org/&gt; ;
schema:name &#34;더글러스 애덤스&#34;@ko .
&lt;https://ko.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://kw.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;kw&#34; ;
schema:isPartOf &lt;https://kw.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@kw .
&lt;https://kw.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://ky.wikipedia.org/wiki/%D0%94%D1%83%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ky&#34; ;
schema:isPartOf &lt;https://ky.wikipedia.org/&gt; ;
schema:name &#34;Дуглас Адамс&#34;@ky .
&lt;https://ky.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://la.wikipedia.org/wiki/Duglassius_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;la&#34; ;
schema:isPartOf &lt;https://la.wikipedia.org/&gt; ;
schema:name &#34;Duglassius Adams&#34;@la .
&lt;https://la.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://lfn.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;lfn&#34; ;
schema:isPartOf &lt;https://lfn.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@lfn .
&lt;https://lfn.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://li.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;li&#34; ;
schema:isPartOf &lt;https://li.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@li .
&lt;https://li.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://lt.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;lt&#34; ;
schema:isPartOf &lt;https://lt.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@lt .
&lt;https://lt.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://lt.wikiquote.org/wiki/Douglas_Adamsas&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;lt&#34; ;
schema:isPartOf &lt;https://lt.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adamsas&#34;@lt .
&lt;https://lt.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://lv.wikipedia.org/wiki/Duglass_Adamss&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;lv&#34; ;
schema:isPartOf &lt;https://lv.wikipedia.org/&gt; ;
schema:name &#34;Duglass Adamss&#34;@lv .
&lt;https://lv.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://mg.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;mg&#34; ;
schema:isPartOf &lt;https://mg.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@mg .
&lt;https://mg.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://mk.wikipedia.org/wiki/%D0%94%D0%B0%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;mk&#34; ;
schema:isPartOf &lt;https://mk.wikipedia.org/&gt; ;
schema:name &#34;Даглас Адамс&#34;@mk .
&lt;https://mk.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://ml.wikipedia.org/wiki/%E0%B4%A1%E0%B4%97%E0%B5%8D%E0%B4%B2%E0%B4%B8%E0%B5%8D_%E0%B4%86%E0%B4%A1%E0%B4%82%E0%B4%B8%E0%B5%8D&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ml&#34; ;
schema:isPartOf &lt;https://ml.wikipedia.org/&gt; ;
schema:name &#34;ഡഗ്ലസ് ആഡംസ്&#34;@ml .
&lt;https://ml.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://mrj.wikipedia.org/wiki/%D0%90%D0%B4%D0%B0%D0%BC%D1%81,_%D0%94%D1%83%D0%B3%D0%BB%D0%B0%D1%81&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;mrj&#34; ;
schema:isPartOf &lt;https://mrj.wikipedia.org/&gt; ;
schema:name &#34;Адамс, Дуглас&#34;@mrj .
&lt;https://mrj.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://mr.wikipedia.org/wiki/%E0%A4%A1%E0%A4%97%E0%A5%8D%E0%A4%B2%E0%A4%B8_%E0%A4%85%E2%80%8D%E0%A5%85%E0%A4%A1%E0%A4%AE%E0%A5%8D%E0%A4%B8&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;mr&#34; ;
schema:isPartOf &lt;https://mr.wikipedia.org/&gt; ;
schema:name &#34;डग्लस अ‍ॅडम्स&#34;@mr .
&lt;https://mr.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://nl.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;nl&#34; ;
schema:isPartOf &lt;https://nl.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@nl .
&lt;https://nl.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://nl.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;nl&#34; ;
schema:isPartOf &lt;https://nl.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@nl .
&lt;https://nl.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://nn.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;nn&#34; ;
schema:isPartOf &lt;https://nn.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@nn .
&lt;https://nn.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://no.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;nb&#34; ;
schema:isPartOf &lt;https://no.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@nb .
&lt;https://no.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://oc.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;oc&#34; ;
schema:isPartOf &lt;https://oc.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@oc .
&lt;https://oc.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://pa.wikipedia.org/wiki/%E0%A8%A1%E0%A8%97%E0%A8%B2%E0%A8%B8_%E0%A8%90%E0%A8%A1%E0%A8%AE%E0%A8%B8&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;pa&#34; ;
schema:isPartOf &lt;https://pa.wikipedia.org/&gt; ;
schema:name &#34;ਡਗਲਸ ਐਡਮਸ&#34;@pa .
&lt;https://pa.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://pl.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;pl&#34; ;
schema:isPartOf &lt;https://pl.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@pl .
&lt;https://pl.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://pl.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;pl&#34; ;
schema:isPartOf &lt;https://pl.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@pl .
&lt;https://pl.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://pnb.wikipedia.org/wiki/%DA%88%DA%AF%D9%84%D8%B3_%D8%A7%DB%8C%DA%88%D9%85%D8%B3&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;pnb&#34; ;
schema:isPartOf &lt;https://pnb.wikipedia.org/&gt; ;
schema:name &#34;ڈگلس ایڈمس&#34;@pnb .
&lt;https://pnb.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://pt.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;pt&#34; ;
schema:isPartOf &lt;https://pt.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@pt .
&lt;https://pt.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://pt.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;pt&#34; ;
schema:isPartOf &lt;https://pt.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@pt .
&lt;https://pt.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://ro.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ro&#34; ;
schema:isPartOf &lt;https://ro.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@ro .
&lt;https://ro.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://ru.wikipedia.org/wiki/%D0%90%D0%B4%D0%B0%D0%BC%D1%81,_%D0%94%D1%83%D0%B3%D0%BB%D0%B0%D1%81&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ru&#34; ;
schema:isPartOf &lt;https://ru.wikipedia.org/&gt; ;
schema:name &#34;Адамс, Дуглас&#34;@ru .
&lt;https://ru.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://ru.wikiquote.org/wiki/%D0%94%D1%83%D0%B3%D0%BB%D0%B0%D1%81_%D0%9D%D0%BE%D1%8D%D0%BB%D1%8C_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ru&#34; ;
schema:isPartOf &lt;https://ru.wikiquote.org/&gt; ;
schema:name &#34;Дуглас Ноэль Адамс&#34;@ru .
&lt;https://ru.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://sco.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;sco&#34; ;
schema:isPartOf &lt;https://sco.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@sco .
&lt;https://sco.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://sc.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;sc&#34; ;
schema:isPartOf &lt;https://sc.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@sc .
&lt;https://sc.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://sh.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;sh&#34; ;
schema:isPartOf &lt;https://sh.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@sh .
&lt;https://sh.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://simple.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;en-simple&#34; ;
schema:isPartOf &lt;https://simple.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@en-simple .
&lt;https://simple.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://simple.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;en-simple&#34; ;
schema:isPartOf &lt;https://simple.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@en-simple .
&lt;https://simple.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://sk.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;sk&#34; ;
schema:isPartOf &lt;https://sk.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@sk .
&lt;https://sk.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://sk.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;sk&#34; ;
schema:isPartOf &lt;https://sk.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@sk .
&lt;https://sk.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://sl.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;sl&#34; ;
schema:isPartOf &lt;https://sl.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@sl .
&lt;https://sl.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://sq.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;sq&#34; ;
schema:isPartOf &lt;https://sq.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@sq .
&lt;https://sq.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://sr.wikipedia.org/wiki/%D0%94%D0%B0%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;sr&#34; ;
schema:isPartOf &lt;https://sr.wikipedia.org/&gt; ;
schema:name &#34;Даглас Адамс&#34;@sr .
&lt;https://sr.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://sv.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;sv&#34; ;
schema:isPartOf &lt;https://sv.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@sv .
&lt;https://sv.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://sv.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;sv&#34; ;
schema:isPartOf &lt;https://sv.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@sv .
&lt;https://sv.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://ta.wikipedia.org/wiki/%E0%AE%9F%E0%AE%95%E0%AF%8D%E0%AE%B3%E0%AE%B8%E0%AF%8D_%E0%AE%86%E0%AE%9F%E0%AE%AE%E0%AF%8D%E0%AE%B8%E0%AF%8D&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ta&#34; ;
schema:isPartOf &lt;https://ta.wikipedia.org/&gt; ;
schema:name &#34;டக்ளஸ் ஆடம்ஸ்&#34;@ta .
&lt;https://ta.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://tr.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;tr&#34; ;
schema:isPartOf &lt;https://tr.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@tr .
&lt;https://tr.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://tr.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;tr&#34; ;
schema:isPartOf &lt;https://tr.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@tr .
&lt;https://tr.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://uk.wikipedia.org/wiki/%D0%94%D1%83%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;uk&#34; ;
schema:isPartOf &lt;https://uk.wikipedia.org/&gt; ;
schema:name &#34;Дуглас Адамс&#34;@uk .
&lt;https://uk.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://uk.wikiquote.org/wiki/%D0%94%D1%83%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;uk&#34; ;
schema:isPartOf &lt;https://uk.wikiquote.org/&gt; ;
schema:name &#34;Дуглас Адамс&#34;@uk .
&lt;https://uk.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://ur.wikipedia.org/wiki/%DA%88%DA%AF%D9%84%D8%B3_%D8%A7%DB%8C%DA%88%D9%85%D8%B3&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ur&#34; ;
schema:isPartOf &lt;https://ur.wikipedia.org/&gt; ;
schema:name &#34;ڈگلس ایڈمس&#34;@ur .
&lt;https://ur.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://vep.wikipedia.org/wiki/Adams_Duglas&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;vep&#34; ;
schema:isPartOf &lt;https://vep.wikipedia.org/&gt; ;
schema:name &#34;Adams Duglas&#34;@vep .
&lt;https://vep.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://vi.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;vi&#34; ;
schema:isPartOf &lt;https://vi.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@vi .
&lt;https://vi.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://war.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;war&#34; ;
schema:isPartOf &lt;https://war.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@war .
&lt;https://war.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://wuu.wikipedia.org/wiki/%E9%81%93%E6%A0%BC%E6%8B%89%E6%96%AF%C2%B7%E4%BA%9A%E5%BD%93%E6%96%AF&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;wuu&#34; ;
schema:isPartOf &lt;https://wuu.wikipedia.org/&gt; ;
schema:name &#34;道格拉斯·亚当斯&#34;@wuu .
&lt;https://wuu.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://zh-min-nan.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;nan&#34; ;
schema:isPartOf &lt;https://zh-min-nan.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@nan .
&lt;https://zh-min-nan.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://zh-yue.wikipedia.org/wiki/%E9%81%93%E6%A0%BC%E6%8B%89%E6%96%AF%E4%BA%9E%E7%95%B6%E6%96%AF&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;yue&#34; ;
schema:isPartOf &lt;https://zh-yue.wikipedia.org/&gt; ;
schema:name &#34;道格拉斯亞當斯&#34;@yue .
&lt;https://zh-yue.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://zh.wikipedia.org/wiki/%E9%81%93%E6%A0%BC%E6%8B%89%E6%96%AF%C2%B7%E4%BA%9A%E5%BD%93%E6%96%AF&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;zh&#34; ;
schema:isPartOf &lt;https://zh.wikipedia.org/&gt; ;
schema:name &#34;道格拉斯·亚当斯&#34;@zh .
&lt;https://zh.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://zh.wikiquote.org/wiki/%E9%81%93%E6%A0%BC%E6%8B%89%E6%96%AF%C2%B7%E4%BA%9E%E7%95%B6%E6%96%AF&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;zh&#34; ;
schema:isPartOf &lt;https://zh.wikiquote.org/&gt; ;
schema:name &#34;道格拉斯·亞當斯&#34;@zh .
&lt;https://zh.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://id.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;id&#34; ;
schema:isPartOf &lt;https://id.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@id .
&lt;https://id.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://ms.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ms&#34; ;
schema:isPartOf &lt;https://ms.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@ms .
&lt;https://ms.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://sr.wikiquote.org/wiki/%D0%94%D0%B0%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;sr&#34; ;
schema:isPartOf &lt;https://sr.wikiquote.org/&gt; ;
schema:name &#34;Даглас Адамс&#34;@sr .
&lt;https://sr.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://ig.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ig&#34; ;
schema:isPartOf &lt;https://ig.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@ig .
&lt;https://ig.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://ba.wikipedia.org/wiki/%D0%94%D1%83%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ba&#34; ;
schema:isPartOf &lt;https://ba.wikipedia.org/&gt; ;
schema:name &#34;Дуглас Адамс&#34;@ba .
&lt;https://ba.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://bn.wikiquote.org/wiki/%E0%A6%A1%E0%A6%97%E0%A6%B2%E0%A6%BE%E0%A6%B8_%E0%A6%85%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A1%E0%A6%BE%E0%A6%AE%E0%A6%B8&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;bn&#34; ;
schema:isPartOf &lt;https://bn.wikiquote.org/&gt; ;
schema:name &#34;ডগলাস অ্যাডামস&#34;@bn .
&lt;https://bn.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
wd:Q42 wdt:P31 wd:Q5 ;
wdt:P21 wd:Q6581097 ;
wdt:P106 wd:Q214917,
wd:Q28389,
wd:Q6625963,
wd:Q4853732,
wd:Q18844224,
wd:Q245068,
wd:Q36180 ;
wdt:P800 wd:Q25169,
wd:Q20736364,
wd:Q7758404 ;
wdt:P569 &#34;1952-03-11T00:00:00Z&#34;^^xsd:dateTime ;
wdt:P19 wd:Q350 ;
wdt:P570 &#34;2001-05-11T00:00:00Z&#34;^^xsd:dateTime ;
wdt:P1196 wd:Q3739104 ;
wdt:P509 wd:Q12152 ;
wdt:P20 wd:Q159288 ;
wdt:P119 wd:Q533697 ;
wdt:P1442 &lt;http://commons.wikimedia.org/wiki/Special:FilePath/Douglas%20Adams%27%20gravestone.jpg&gt; ;
wdt:P1015 &#34;90196888&#34; ;
wdtn:P1015 &lt;https://livedata.bibsys.no/authority/90196888&gt; ;
wdt:P735 wd:Q463035 ;
wdt:P734 wd:Q351735 ;
wdt:P27 wd:Q145 ;
wdt:P551 wd:Q84,
wd:Q909993 ;
wdt:P103 wd:Q1860 ;
wdt:P1368 &#34;000057405&#34; ;
wdt:P244 &#34;n80076765&#34; ;
wdtn:P244 &lt;http://id.loc.gov/authorities/names/n80076765&gt; ;
wdt:P947 &#34;000002833&#34; ;
wdt:P214 &#34;113230702&#34; ;
wdtn:P214 &lt;http://viaf.org/viaf/113230702&gt; ;
wdt:P345 &#34;nm0010930&#34; ;
wdt:P373 &#34;Douglas Adams&#34; ;
wdt:P349 &#34;00430962&#34; ;
wdtn:P349 &lt;http://id.ndl.go.jp/auth/ndlna/00430962&gt; ;
wdt:P434 &#34;e9ed318d-8cc5-4cf8-ab77-505e39ab6ea4&#34; ;
wdtn:P434 &lt;http://musicbrainz.org/artist/e9ed318d-8cc5-4cf8-ab77-505e39ab6ea4&gt; ;
wdt:P268 &#34;11888092r&#34; ;
wdtn:P268 &lt;http://data.bnf.fr/ark:/12148/cb11888092r#about&gt; ;
wdt:P227 &#34;119033364&#34; ;
wdtn:P227 &lt;https://d-nb.info/gnd/119033364&gt; ;
wdt:P535 &#34;22814&#34; ;
wdt:P22 wd:Q14623675 ;
wdt:P25 wd:Q14623678 ;
wdt:P40 wd:Q14623683 ;
wdt:P906 &#34;230807&#34; ;
wdtn:P906 &lt;http://libris.kb.se/resource/auth/230807&gt; ;
wdt:P1006 &#34;068744307&#34; ;
wdtn:P1006 &lt;http://data.bibliotheken.nl/id/thes/p068744307&gt; ;
wdt:P1006 &#34;339433876&#34; ;
wdtn:P1006 &lt;http://data.bibliotheken.nl/id/thes/p339433876&gt; ;
wdt:P949 &#34;000163846&#34; ;
wdt:P646 &#34;/m/0282x&#34; ;
wdtn:P646 &lt;http://g.co/kg/m/0282x&gt; ;
wdt:P69 wd:Q691283,
wd:Q4961791 ;
wdt:P1273 &#34;a10667040&#34; ;
wdt:P108 wd:Q9531,
wd:Q3520623 ;
wdt:P998 &#34;Arts/Literature/Authors/A/Adams,_Douglas/&#34; ;
wdt:P1233 &#34;122&#34; ;
wdt:P1284 &#34;00000020676&#34; ;
wdt:P866 &#34;douglas-adams&#34; ;
wdt:P1695 &#34;A11573065&#34; ;
wdt:P1816 &#34;mp60152&#34; ;
wdt:P1263 &#34;731/000023662&#34; ;
wdt:P271 &#34;DA07517784&#34; ;
wdtn:P271 &lt;https://ci.nii.ac.jp/author/DA07517784#entity&gt; ;
wdt:P856 &lt;https://douglasadams.com/&gt; ;
wdt:P1411 wd:Q3414212,
wd:Q2576795 ;
wdt:P1953 &#34;134923&#34; ;
wdt:P648 &#34;OL272947A&#34; ;
wdtn:P648 &lt;http://openlibrary.org/works/OL272947A&gt; ;
wdt:P1258 &#34;celebrity/douglas_adams&#34; ;
wdt:P2191 &#34;10014&#34; ;
wdt:P1266 &#34;97049&#34; ;
wdt:P2019 &#34;p279442&#34; ;
wdt:P2188 &#34;45993&#34; ;
wdt:P2168 &#34;271209&#34; ;
wdt:P1315 &#34;847711&#34; ;
wdt:P2163 &#34;56544&#34; ;
wdtn:P2163 &lt;http://id.worldcat.org/fast/56544&gt; ;
wdt:P2163 &#34;1775523&#34; ;
wdtn:P2163 &lt;http://id.worldcat.org/fast/1775523&gt; ;
wdt:P1417 &#34;biography/Douglas-Adams&#34; ;
wdt:P2611 &#34;douglas_adams&#34; ;
wdt:P2435 &#34;208947&#34; ;
wdt:P2604 &#34;246164&#34; ;
wdt:P2387 &#34;1289170&#34; ;
wdt:P2626 &#34;159696&#34; ;
wdt:P2605 &#34;39534&#34; ;
wdt:P2963 &#34;4&#34; ;
wdt:P910 wd:Q8935487 ;
wdt:P3106 &#34;books/douglasadams&#34; ;
wdt:P1303 wd:Q6607 ;
wdt:P2469 &#34;238p&#34; ;
wdt:P3373 wd:Q14623673 ;
wdt:P3417 &#34;Douglas-Adams-4&#34; ;
wdt:P3430 &#34;w65h7md1&#34; ;
wdt:P1617 &#34;aa075cb6-75bf-46d8-b0bf-9751d6c04c93&#34; ;
wdtn:P1617 &lt;http://www.bbc.co.uk/things/aa075cb6-75bf-46d8-b0bf-9751d6c04c93#id&gt; ;
wdt:P2048 &#34;+1.96&#34;^^xsd:decimal ;
wdt:P3222 &#34;douglas-adams&#34; ;
wdt:P109 &lt;http://commons.wikimedia.org/wiki/Special:FilePath/Douglas%20Adams%20signature.svg&gt; ;
wdt:P4193 &#34;Douglas_Noel_Adams_(1952-2001)&#34; ;
wdt:P136 wd:Q24925,
wd:Q40831,
wd:Q128758 ;
wdt:P4431 &#34;douglas-adams-61st-birthday&#34; ;
wdt:P2607 &#34;307812da-da11-4ee5-a906-31e5ce9694bb&#34; ;
wdt:P1415 &#34;75853&#34; ;
wdt:P2949 &#34;Adams-32825&#34; ;
wdt:P3154 &#34;adamsdou&#34; ;
wdt:P3630 &#34;2627&#34; ;
wdt:P1280 &#34;6050147&#34; ;
wdt:P2734 &#34;AdamsDouglas&#34; ;
wdt:P26 wd:Q14623681 ;
wdt:P5019 &#34;adams-douglas-noel&#34; ;
wdt:P463 wd:Q857679,
wd:Q5610831 ;
wdt:P2600 &#34;6000000050650155828&#34; ;
wdt:P5337 &#34;CAAqJQgKIh9DQkFTRVFvSUwyMHZNREk0TW5nU0JXVnVMVWRDS0FBUAE&#34; ;
wdt:P5357 &#34;adams_douglas&#34; ;
wdt:P5361 &#34;AdamsDouglas1952-2001&#34; ;
wdtn:P5361 &lt;https://bnb.data.bl.uk/doc/person/AdamsDouglas1952-2001&gt; ;
wdt:P5365 &#34;42&#34; ;
wdt:P5408 &#34;a/douglas-adams&#34; ;
wdt:P5570 &#34;143&#34; ;
wdt:P1580 &#34;a1221374&#34; ;
wdt:P5587 &#34;1zcfh30k0gr4zxt&#34; ;
wdtn:P5587 &lt;https://libris.kb.se/1zcfh30k0gr4zxt&gt; ;
wdt:P3365 &#34;douglas-noel-adams&#34; ;
wdt:P269 &#34;026677636&#34; ;
wdtn:P269 &lt;http://www.idref.fr/026677636/id&gt; ;
wdt:P213 &#34;0000 0000 8045 6315&#34; ;
wdt:P691 &#34;jn19990000029&#34; ;
wdt:P950 &#34;XX1149955&#34; ;
wdtn:P950 &lt;http://datos.bne.es/resource/XX1149955&gt; ;
wdt:P1670 &#34;0052C2705&#34; ;
wdt:P409 &#34;35163268&#34; ;
wdt:P396 &#34;RAVV034417&#34; ;
wdt:P1207 &#34;n94004172&#34; ;
wdt:P1005 &#34;68537&#34; ;
wdt:P1375 &#34;000010283&#34; ;
wdt:P1412 wd:Q1860 ;
wdt:P5247 &#34;3040-1126&#34; ;
wdt:P5905 &#34;4040-45935&#34; ;
wdt:P6839 &#34;Creator/DouglasAdams&#34; ;
wdt:P4342 &#34;Douglas_Adams&#34; ;
wdt:P4785 &#34;47671&#34; ;
wdt:P485 wd:Q67074906 ;
wdt:P7029 &#34;770139179&#34;,
&#34;770139180&#34; ;
wdt:P1343 wd:Q67311526 ;
wdt:P5034 &#34;KAC200300379&#34; ;
wdtn:P5034 &lt;https://lod.nl.go.kr/page/KAC200300379&gt; ;
wdt:P7433 &#34;25&#34; ;
wdt:P7400 &#34;adamsdouglas-1&#34; ;
wdt:P7704 &#34;agent/base/59925&#34; ;
wdtn:P7704 &lt;http://data.europeana.eu/agent/base/59925&gt; ;
wdt:P7859 &#34;lccn-n80076765&#34; ;
wdt:P3762 &#34;140290&#34; ;
wdt:P3065 &#34;02-A002907983&#34; ;
wdt:P3846 &#34;87097968038642&#34; ;
wdt:P7293 &#34;9810669145205606&#34; ;
wdt:P7700 &#34;vtls005710289&#34; ;
wdt:P1890 &#34;000750942&#34; ;
wdt:P4619 &#34;000592321&#34; ;
wdt:P6394 &#34;a1112474x&#34; ;
wdt:P4839 &#34;Entity[\&#34;Person\&#34;, \&#34;DouglasAdams::gh8qf\&#34;]&#34; ;
wdt:P2581 &#34;03688580n&#34; ;
wdtn:P2581 &lt;http://babelnet.org/rdf/s03688580n&gt; ;
wdt:P5284 &#34;1032346&#34; ;
wdt:P4862 &#34;B000AQ2A84&#34; ;
wdt:P7661 &#34;74033&#34; ;
wdt:P3913 &#34;337&#34; ;
wdt:P7214 &#34;753186&#34; ;
wdt:P4666 &#34;23878&#34; ;
wdt:P7215 &#34;46398&#34; ;
wdt:P5233 &#34;a38&#34; ;
wdt:P5033 &#34;160192&#34; ;
wdt:P3305 &#34;199918&#34; ;
wdt:P7745 &#34;183956&#34; ;
wdt:P6464 &#34;898203&#34; ;
wdt:P7300 &#34;59932&#34; ;
wdt:P4657 &#34;432740401&#34; ;
wdt:P5534 &#34;52843&#34; ;
wdt:P4985 &#34;52843&#34; ;
wdt:P3845 &#34;665243&#34; ;
wdt:P2638 &#34;people/douglas-adams&#34; ;
wdt:P1712 &#34;person/douglas-adams&#34; ;
wdt:P6119 &#34;douglas-adams&#34; ;
wdt:P5340 &#34;278771&#34; ;
wdt:P4438 &#34;4ce2ba117755a&#34; ;
wdt:P4326 &#34;215853&#34; ;
wdt:P4768 &#34;212786&#34; ;
wdt:P3142 &#34;n0008574&#34; ;
wdt:P3136 &#34;2000059&#34; ;
wdt:P4782 &#34;26898&#34; ;
wdt:P3145 &#34;nm96558&#34; ;
wdt:P5882 &#34;M00000364497&#34; ;
wdt:P6327 &#34;55720&#34; ;
wdt:P6517 &#34;Douglas-Adams&#34; ;
wdt:P1728 &#34;mn0000803382&#34; ;
wdt:P7195 &#34;201077&#34; ;
wdt:P2722 &#34;4468812&#34; ;
wdt:P2373 &#34;Douglas-adams&#34; ;
wdt:P6351 &#34;41236&#34; ;
wdt:P2850 &#34;2080713&#34; ;
wdt:P3192 &#34;Douglas+Adams&#34; ;
wdt:P6874 &#34;Douglas-Adams&#34; ;
wdt:P5404 &#34;douglas_adams&#34; ;
wdt:P1828 &#34;00218511589&#34; ;
wdt:P7154 &#34;adams+douglas&#34; ;
wdt:P4198 &#34;Acv2pnc5mj2oxjxych7atdfljky&#34; ;
wdt:P6972 &#34;douglas-adams&#34; ;
wdt:P7071 &#34;douglas-adams&#34; ;
wdt:P3479 &#34;39a33dc4-5a81-4d67-91d6-1daecdb854e3&#34; ;
wdt:P7284 &#34;douglas-adams&#34; ;
wdt:P6620 &#34;douglas-adams&#34; ;
wdt:P4204 &#34;Douglas-Adams&#34; ;
wdt:P7506 &#34;2078791&#34; ;
wdt:P3341 &#34;21019&#34; ;
wdt:P7803 &#34;40761&#34; ;
wdt:P3388 &#34;168761&#34; ;
wdt:P2087 &#34;douglas-adams&#34; ;
wdt:P7369 &#34;000263040&#34; ;
wdt:P6298 &#34;16115&#34; ;
wdt:P2889 &#34;9XLD-SZS&#34; ;
wdt:P6886 wd:Q1860 ;
wdt:P1424 wd:Q22898962 ;
wdt:P7902 &#34;119033364&#34; ;
wdt:P8179 &#34;ncf10168152&#34; ;
wdt:P3348 &#34;202604&#34; ;
wdtn:P3348 &lt;http://data.nlg.gr/resource/authority/record202604&gt; ;
wdt:P8189 &#34;987007305652505171&#34; ;
wdt:P7699 &#34;LNB:Mr+;=Bf&#34; ;
wdt:P3984 &#34;douglasadams&#34; ;
wdt:P8287 &#34;1430&#34; ;
wdt:P8125 &#34;3339&#34; ;
wdt:P4359 &#34;douglasadams&#34; ;
wdt:P8408 &#34;DouglasAdams&#34; ;
wdtn:P8408 &lt;http://kbpedia.org/kko/rc/DouglasAdams&gt; ;
wdt:P6262 &#34;hitchhikers:Douglas_Adams&#34;,
&#34;tardis:Douglas_Adams&#34;,
&#34;ru.tardis:Дуглас_Адамс&#34;,
&#34;montypython:Douglas_Adams&#34;,
&#34;dirkgently:Douglas_Adams&#34;,
&#34;disney:Douglas_Adams&#34;,
&#34;muppet:Douglas_Adams&#34;,
&#34;getfuzzy:Douglas_Adams&#34;,
&#34;readyplayerone:Douglas_Adams&#34; ;
wdt:P4789 &#34;U4994&#34; ;
wdt:P6868 &#34;1402475181&#34; ;
wdt:P8849 &#34;6391909&#34; ;
wdt:P8851 &#34;26792807&#34; ;
wdt:P5297 &#34;x2e9kt_zKEDI0dPr3sAfM_jyUhA&#34; ;
wdt:P8895 &#34;Douglas_Adams&#34; ;
wdt:P7763 wd:Q73555012 ;
wdt:P1889 wd:Q21454969 ;
wdt:P172 wd:Q7994501 ;
wdt:P937 wd:Q84 ;
wdt:P742 &#34;David Agnew&#34; ;
wdt:P8385 &#34;23691&#34; ;
wdt:P9100 &#34;douglas-adams&#34; ;
wdt:P9196 &#34;douglas-adams&#34; ;
wdt:P9251 &#34;80743&#34; ;
wdt:P9307 &#34;Douglas_Adams&#34; ;
wdt:P1340 wd:Q17122705 ;
wdt:P101 wd:Q3238422 ;
wdt:P1813 &#34;Douglas Adams&#34;@en ;
wdt:P166 wd:Q2687578 ;
wdt:P9807 &#34;153440&#34;,
&#34;172463&#34; ;
wdt:P9743 &#34;107a9B0DKL&#34; ;
wdt:P1149 &#34;PR6051.D3352&#34; ;
wdtn:P1149 &lt;http://id.loc.gov/authorities/classification/PR6051.D3352&gt; ;
wdt:P9918 &#34;PE00105434&#34; ;
wdt:P9995 &#34;157777&#34; ;
wdt:P9984 &#34;981058527710806706&#34; ;
wdt:P7084 wd:Q8722666 ;
wdt:P6173 &#34;3352&#34; ;
wdt:P18 &lt;http://commons.wikimedia.org/wiki/Special:FilePath/Douglas%20adams%20portrait%20cropped.jpg&gt; ;
wdt:P7775 &#34;Douglas_Adams&#34; ;
wdt:P10069 &#34;61960&#34; ;
wdt:P8292 &#34;236432&#34; ;
wdt:P10266 &#34;97049&#34; ;
wdt:P8313 &#34;Douglas_Adams&#34; ;
wdt:P10291 &#34;82260&#34; ;
wdt:P3368 &#34;215957&#34; ;
wdt:P10387 &#34;75&#34; ;
wdt:P10553 &#34;079822096&#34; ;
wdt:P9965 &#34;40231&#34; ;
wdt:P10337 &#34;A/adams-douglas&#34; ;
wdt:P7502 &#34;Douglas_Adams-YNBW&#34; ;
wdt:P1477 &#34;Douglas Noël Adams&#34;@en ;
wdt:P1559 &#34;Douglas Adams&#34;@en ;
p:P31 s:Q42-F078E5B3-F9A8-480E-B7AC-D97778CBBEF9 .
s:Q42-F078E5B3-F9A8-480E-B7AC-D97778CBBEF9 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P31 wd:Q5 ;
prov:wasDerivedFrom ref:a4d108601216cffd2ff1819ccf12b483486b62e7,
ref:f38b0c50096908694fe215d33497be11eb3f9d3b .
wd:Q42 p:P21 s:q42-39F4DE4F-C277-449C-9F99-512350971B5B .
s:q42-39F4DE4F-C277-449C-9F99-512350971B5B a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P21 wd:Q6581097 ;
prov:wasDerivedFrom ref:f38b0c50096908694fe215d33497be11eb3f9d3b,
ref:a4d108601216cffd2ff1819ccf12b483486b62e7,
ref:6f60c456c95ba618e266011ead6d50a81cfb3e76 .
wd:Q42 p:P106 s:Q42-e0f736bd-4711-c43b-9277-af1e9b2fb85f .
s:Q42-e0f736bd-4711-c43b-9277-af1e9b2fb85f a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P106 wd:Q214917 .
wd:Q42 p:P106 s:q42-E13E619F-63EF-4B72-99D9-7A45C7C6AD34 .
s:q42-E13E619F-63EF-4B72-99D9-7A45C7C6AD34 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P106 wd:Q28389 ;
prov:wasDerivedFrom ref:f67142030dd221e1441a10a7438323ad44f35be8,
ref:0fed87b3320338e0ed0587df9b43e47cfcf5b69f .
wd:Q42 p:P106 s:Q42-D6E21D67-05D6-4A0B-8458-0744FCEED13D .
s:Q42-D6E21D67-05D6-4A0B-8458-0744FCEED13D a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P106 wd:Q6625963 ;
pq:P580 &#34;1979-01-01T00:00:00Z&#34;^^xsd:dateTime ;
pqv:P580 v:811f31244f158332fb4f1e13ae9f4d50 ;
prov:wasDerivedFrom ref:ebf92afc2ec3ffcf1aec1d55f0b066d190281576 .
wd:Q42 p:P106 s:Q42-7eb8aaef-4ddf-8b87-bd02-406f91a296bd .
s:Q42-7eb8aaef-4ddf-8b87-bd02-406f91a296bd a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P106 wd:Q4853732 .
wd:Q42 p:P106 s:q42-CBDC4890-D5A2-469C-AEBB-EFB682B891E7 .
s:q42-CBDC4890-D5A2-469C-AEBB-EFB682B891E7 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P106 wd:Q18844224 ;
prov:wasDerivedFrom ref:2f26d70b1e8b8cb53882b83197d1859e226da12d .
wd:Q42 p:P106 s:Q42-58F0D772-9CE4-46AC-BF0D-FBBBAFA09603 .
s:Q42-58F0D772-9CE4-46AC-BF0D-FBBBAFA09603 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P106 wd:Q245068 .
wd:Q42 p:P106 s:Q42-663C6872-388F-4024-995A-BC3C1C0E57C6 .
s:Q42-663C6872-388F-4024-995A-BC3C1C0E57C6 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P106 wd:Q36180 ;
prov:wasDerivedFrom ref:f38b0c50096908694fe215d33497be11eb3f9d3b .
wd:Q42 p:P800 s:Q42-FA73986E-3D1D-4CAB-B358-424B58544620 .
s:Q42-FA73986E-3D1D-4CAB-B358-424B58544620 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P800 wd:Q25169 ;
prov:wasDerivedFrom ref:355b56329b78db22be549dec34f2570ca61ca056 .
wd:Q42 p:P800 s:Q42-61ce65a9-454a-5b97-e014-496299c1c03a .
s:Q42-61ce65a9-454a-5b97-e014-496299c1c03a a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P800 wd:Q20736364 .
wd:Q42 p:P800 s:Q42-1c92fbe2-4743-0b27-e4ac-16320efe7864 .
s:Q42-1c92fbe2-4743-0b27-e4ac-16320efe7864 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P800 wd:Q7758404 .
wd:Q42 p:P569 s:q42-D8404CDA-25E4-4334-AF13-A3290BCD9C0F .
s:q42-D8404CDA-25E4-4334-AF13-A3290BCD9C0F a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P569 &#34;1952-03-11T00:00:00Z&#34;^^xsd:dateTime ;
psv:P569 v:426df9023763f08b066f4478480f44cd ;
prov:wasDerivedFrom ref:355b56329b78db22be549dec34f2570ca61ca056,
ref:a02f3a77ddd343e6b88be25696b055f5131c3d64,
ref:87dfb64c99ab2c706c135e0110f57d1ba58d67eb,
ref:3bc90af5225a0b1248b3362e911577073e904e20,
ref:b460d7e5cae668698a5dfe74198df6632fe7231d,
ref:28af4e1131157dbbb2a5bbae189519a22e7d2b79,
ref:fcdddce2cc4540a613b0b8c0e5d2bbd2cc5704a9,
ref:162d5556b3c48733c6c27b4cddcb99bc86f4bf70,
ref:bab32d323b6c92d91ff7d0c4707346012900761b,
ref:0d9f07c561f61776c61a026473508c535af28267,
ref:dc42b8fb4c89807fe07a74ee933d45e4ba6353a1,
ref:7571c014841534580d357bfbc652e23c8dfe6f76,
ref:a3feaf25fa95c4893bc1dc74ca6d884bc37c2723,
ref:3780b8d878be9297899f30beb767bf408acbbd4a .
wd:Q42 p:P19 s:q42-3D284234-52BC-4DA3-83A3-7C39F84BA518 .
s:q42-3D284234-52BC-4DA3-83A3-7C39F84BA518 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P19 wd:Q350 ;
prov:wasDerivedFrom ref:355b56329b78db22be549dec34f2570ca61ca056,
ref:3f4d26cf841e20630c969afc0e48e5e3ef0c5a49,
ref:1e351ee9aaac2b04ed1af6c6adcfd211f380c072,
ref:f38b0c50096908694fe215d33497be11eb3f9d3b .
wd:Q42 p:P570 s:q42-65EA9C32-B26C-469B-84FE-FC612B71D159 .
s:q42-65EA9C32-B26C-469B-84FE-FC612B71D159 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P570 &#34;2001-05-11T00:00:00Z&#34;^^xsd:dateTime ;
psv:P570 v:1c30ade7914d072877b2db404a683d7c ;
prov:wasDerivedFrom ref:355b56329b78db22be549dec34f2570ca61ca056,
ref:a02f3a77ddd343e6b88be25696b055f5131c3d64,
ref:87dfb64c99ab2c706c135e0110f57d1ba58d67eb,
ref:3bc90af5225a0b1248b3362e911577073e904e20,
ref:b460d7e5cae668698a5dfe74198df6632fe7231d,
ref:e9a6c72ac1c0c2bc336ff672ddaf89ecd17fff68,
ref:28af4e1131157dbbb2a5bbae189519a22e7d2b79,
ref:268aeb992f54257af5a86d9d7f0d9627214b628f,
ref:5f3599922f5bee23969e91300f9eb461c7903a4b,
ref:162d5556b3c48733c6c27b4cddcb99bc86f4bf70,
ref:bab32d323b6c92d91ff7d0c4707346012900761b,
ref:0d9f07c561f61776c61a026473508c535af28267,
ref:dc42b8fb4c89807fe07a74ee933d45e4ba6353a1,
ref:7571c014841534580d357bfbc652e23c8dfe6f76,
ref:8da4cf44f0a93c09c81d3b38ef8e68f8a4c4a6dc,
ref:a3feaf25fa95c4893bc1dc74ca6d884bc37c2723,
ref:3780b8d878be9297899f30beb767bf408acbbd4a .
wd:Q42 p:P1196 s:Q42-2CF6704F-527F-46F7-9A89-41FC0C9DF492 .
s:Q42-2CF6704F-527F-46F7-9A89-41FC0C9DF492 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1196 wd:Q3739104 ;
prov:wasDerivedFrom ref:792c357be1391569a970da13099242a6ad44af96 .
wd:Q42 p:P509 s:q42-E651BD8A-EA3E-478A-8558-C956EE60B29F .
s:q42-E651BD8A-EA3E-478A-8558-C956EE60B29F a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P509 wd:Q12152 ;
prov:wasDerivedFrom ref:f7d13e8497267ca24630766d281da71ad49e6cf1,
ref:94f550fd58f53396915a7910e0bea7fac646924f,
ref:8a954fb86baef5ac9f138ca641aea07b80570447 .
wd:Q42 p:P20 s:q42-C0DE2013-54C0-48F9-AD90-8A235248D8C7 .
s:q42-C0DE2013-54C0-48F9-AD90-8A235248D8C7 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P20 wd:Q159288 ;
prov:wasDerivedFrom ref:355b56329b78db22be549dec34f2570ca61ca056,
ref:7ee048b166930e319a10ef56bc8bfa7202a31997,
ref:de76f366926e923ef61d60535280c65570d26cc2,
ref:027c2e3272694f0292b8ed6efa7d26e4b27fa458,
ref:f38b0c50096908694fe215d33497be11eb3f9d3b .
wd:Q42 p:P119 s:q42-881F40DC-0AFE-4FEB-B882-79600D234273 .
s:q42-881F40DC-0AFE-4FEB-B882-79600D234273 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P119 wd:Q533697 ;
pq:P625 &#34;Point(-0.14544444444444 51.566527777778)&#34;^^geo:wktLiteral ;
pqv:P625 v:12b3879e659a02b6b54b45eb5d03fe47 ;
prov:wasDerivedFrom ref:e4f9e55d169fadcbf86b00425f1cce94ce788679,
ref:e71a7903858496c67eea189a7084d5559f788edb .
wd:Q42 p:P1442 s:Q42-db1ba2ba-47b9-3650-e6c4-db683abf788c .
s:Q42-db1ba2ba-47b9-3650-e6c4-db683abf788c a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:PreferredRank ;
ps:P1442 &lt;http://commons.wikimedia.org/wiki/Special:FilePath/Douglas%20Adams%27%20gravestone.jpg&gt; ;
pq:P585 &#34;2008-10-24T00:00:00Z&#34;^^xsd:dateTime ;
pqv:P585 v:670d91481c1e30640509865826308a7f ;
pq:P2096 &#34;Douglas Adams&#39; gravestone&#34;@en,
&#34;Grabstein von Douglas Adams&#34;@de,
&#34;Douglas Adams&#39;ın mezar taşı&#34;@tr,
&#34;Batu nisan Douglas Adams&#34;@ms,
&#34;باتو نيسن دݢلس ايدمﺯ&#34;@ms-arab,
&#34;náhrobek Douglase Adamse&#34;@cs,
&#34;道格拉斯·亞當斯的墓碑&#34;@zh-hant,
&#34;道格拉斯·亚当斯的墓碑&#34;@zh-hans .
wd:Q42 p:P1015 s:Q42-6583fdb7-4ffa-9fe1-4288-1a1cbb2950d0 .
s:Q42-6583fdb7-4ffa-9fe1-4288-1a1cbb2950d0 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1015 &#34;90196888&#34; ;
psn:P1015 &lt;https://livedata.bibsys.no/authority/90196888&gt; .
wd:Q42 p:P735 s:Q42-1d7d0ea9-412f-8b5b-ba8d-405ab9ecf026 .
s:Q42-1d7d0ea9-412f-8b5b-ba8d-405ab9ecf026 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:PreferredRank ;
ps:P735 wd:Q463035 ;
pq:P1545 &#34;1&#34; ;
pq:P3831 wd:Q3409033 ;
prov:wasDerivedFrom ref:f38b0c50096908694fe215d33497be11eb3f9d3b .
wd:Q42 p:P735 s:Q42-1e106952-4b58-6067-c831-8593ce3d70f5 .
s:Q42-1e106952-4b58-6067-c831-8593ce3d70f5 a wikibase:Statement ;
wikibase:rank wikibase:NormalRank ;
ps:P735 wd:Q19688263 ;
pq:P1545 &#34;2&#34; ;
prov:wasDerivedFrom ref:f38b0c50096908694fe215d33497be11eb3f9d3b .
wd:Q42 p:P734 s:Q42-24df999a-4629-c679-e1f0-199bcefabbf3 .
s:Q42-24df999a-4629-c679-e1f0-199bcefabbf3 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P734 wd:Q351735 ;
prov:wasDerivedFrom ref:f38b0c50096908694fe215d33497be11eb3f9d3b .
wd:Q42 p:P27 s:q42-DE2A0C89-6199-44D0-B727-D7A4BE031A2B .
s:q42-DE2A0C89-6199-44D0-B727-D7A4BE031A2B a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P27 wd:Q145 ;
prov:wasDerivedFrom ref:a4d108601216cffd2ff1819ccf12b483486b62e7,
ref:6f60c456c95ba618e266011ead6d50a81cfb3e76 .
wd:Q42 p:P551 s:Q42-E88EA363-419C-4FEA-BC63-F32669255382 .
s:Q42-E88EA363-419C-4FEA-BC63-F32669255382 a wikibase:Statement ;
wikibase:rank wikibase:NormalRank ;
ps:P551 wd:Q159288 ;
pq:P582 &#34;2001-05-11T00:00:00Z&#34;^^xsd:dateTime ;
pqv:P582 v:1c30ade7914d072877b2db404a683d7c ;
prov:wasDerivedFrom ref:fa278ebfc458360e5aed63d5058cca83c46134f1 .
wd:Q42 p:P551 s:Q42-9D3B2F23-36F4-4212-983B-DC15D47FC01E .
s:Q42-9D3B2F23-36F4-4212-983B-DC15D47FC01E a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:PreferredRank ;
ps:P551 wd:Q84 .
wd:Q42 p:P551 s:Q42-21492F88-0043-439D-B733-C7211D2283F7 .
s:Q42-21492F88-0043-439D-B733-C7211D2283F7 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:PreferredRank ;
ps:P551 wd:Q909993 ;
pq:P580 &#34;1957-01-01T00:00:00Z&#34;^^xsd:dateTime ;
pqv:P580 v:3ce9f606decac48214dd1c61f4d5e37d .
wd:Q42 p:P103 s:Q42-b7526300-4ac5-a529-3a91-c8a0120673be .
s:Q42-b7526300-4ac5-a529-3a91-c8a0120673be a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P103 wd:Q1860 .
wd:Q42 p:P1368 s:Q42-11725e9f-4f81-e0fd-b00a-b885fe7a75ac .
s:Q42-11725e9f-4f81-e0fd-b00a-b885fe7a75ac a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1368 &#34;000057405&#34; .
wd:Q42 p:P244 s:q42-2D472379-EC67-4C71-9700-0F9D551BF5E6 .
s:q42-2D472379-EC67-4C71-9700-0F9D551BF5E6 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P244 &#34;n80076765&#34; ;
psn:P244 &lt;http://id.loc.gov/authorities/names/n80076765&gt; ;
pq:P1810 &#34;Adams, Douglas, 1952-2001&#34; ;
pq:P4970 &#34;אדאמס, דאגלאס, 1952-2001-&#34;,
&#34;亞當斯, 1952-2001&#34; .
wd:Q42 p:P947 s:Q42-cf5f61ec-440d-60d4-7847-e95f75171f2f .
s:Q42-cf5f61ec-440d-60d4-7847-e95f75171f2f a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P947 &#34;000002833&#34; .
wd:Q42 p:P214 s:q42-488251B2-6732-4D49-85B0-6101803C97AB .
s:q42-488251B2-6732-4D49-85B0-6101803C97AB a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P214 &#34;113230702&#34; ;
psn:P214 &lt;http://viaf.org/viaf/113230702&gt; ;
prov:wasDerivedFrom ref:14d2400e3b1d36332748dc330276f099eeaa8800 .
wd:Q42 p:P345 s:q42-231549F5-0296-4D87-993D-6CBE3F24C0D2 .
s:q42-231549F5-0296-4D87-993D-6CBE3F24C0D2 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P345 &#34;nm0010930&#34; .
wd:Q42 p:P373 s:q42-7EC4631F-FB22-4768-9B75-61875CD6C854 .
s:q42-7EC4631F-FB22-4768-9B75-61875CD6C854 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P373 &#34;Douglas Adams&#34; .
wd:Q42 p:P349 s:q42-31B1BC2A-D09F-4151-AD2B-5CEA229B9058 .
s:q42-31B1BC2A-D09F-4151-AD2B-5CEA229B9058 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P349 &#34;00430962&#34; ;
psn:P349 &lt;http://id.ndl.go.jp/auth/ndlna/00430962&gt; .
wd:Q42 p:P434 s:q42-fc61f952-4071-7cc1-c20a-dc7a90ad6515 .
s:q42-fc61f952-4071-7cc1-c20a-dc7a90ad6515 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P434 &#34;e9ed318d-8cc5-4cf8-ab77-505e39ab6ea4&#34; ;
psn:P434 &lt;http://musicbrainz.org/artist/e9ed318d-8cc5-4cf8-ab77-505e39ab6ea4&gt; .
wd:Q42 p:P268 s:q42-BB4B67FE-FECA-4469-9DEE-3E8F03AC9F1D .
s:q42-BB4B67FE-FECA-4469-9DEE-3E8F03AC9F1D a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P268 &#34;11888092r&#34; ;
psn:P268 &lt;http://data.bnf.fr/ark:/12148/cb11888092r#about&gt; ;
prov:wasDerivedFrom ref:d4bd87b862b12d99d26e86472d44f26858dee639 .
wd:Q42 p:P227 s:q42-8AA8CCC1-86CE-4C66-88FC-267621A81EA0 .
s:q42-8AA8CCC1-86CE-4C66-88FC-267621A81EA0 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P227 &#34;119033364&#34; ;
psn:P227 &lt;https://d-nb.info/gnd/119033364&gt; ;
prov:wasDerivedFrom ref:14d2400e3b1d36332748dc330276f099eeaa8800 .
wd:Q42 p:P535 s:q42-0DD4F039-6CDC-40C9-871B-63CDE4A47032 .
s:q42-0DD4F039-6CDC-40C9-871B-63CDE4A47032 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P535 &#34;22814&#34; ;
prov:wasDerivedFrom ref:8d3f0e4d193c2c8dd2b81d935dec6d736099af35 .
wd:Q42 p:P22 s:q42-9ac7fb72-4402-8d72-f588-a170ca5e715c .
s:q42-9ac7fb72-4402-8d72-f588-a170ca5e715c a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P22 wd:Q14623675 ;
prov:wasDerivedFrom ref:6a3634133c828f5c3cba3f33d033c4d2ae67f5ec .
wd:Q42 p:P25 s:q42-cf4cccbe-470e-e627-86a3-70ef115f601c .
s:q42-cf4cccbe-470e-e627-86a3-70ef115f601c a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P25 wd:Q14623678 ;
prov:wasDerivedFrom ref:6a3634133c828f5c3cba3f33d033c4d2ae67f5ec .
wd:Q42 p:P40 s:q42-70b600fa-4c0a-b3e6-9e19-1486e71c99fb .
s:q42-70b600fa-4c0a-b3e6-9e19-1486e71c99fb a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P40 wd:Q14623683 ;
prov:wasDerivedFrom ref:6a3634133c828f5c3cba3f33d033c4d2ae67f5ec .
wd:Q42 p:P906 s:Q42-D92DF8AE-786C-4C3E-8A33-BABD8CB06D31 .
s:Q42-D92DF8AE-786C-4C3E-8A33-BABD8CB06D31 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P906 &#34;230807&#34; ;
psn:P906 &lt;http://libris.kb.se/resource/auth/230807&gt; .
wd:Q42 p:P1006 s:Q42-B7643D02-6EF0-4932-A36A-3A2D4DA3F578 .
s:Q42-B7643D02-6EF0-4932-A36A-3A2D4DA3F578 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1006 &#34;068744307&#34; ;
psn:P1006 &lt;http://data.bibliotheken.nl/id/thes/p068744307&gt; ;
pq:P1810 &#34;Adams, Douglas (1952-2001)&#34; .
wd:Q42 p:P1006 s:Q42-8FDFE037-E24A-4D8B-AA78-37AC69650FD9 .
s:Q42-8FDFE037-E24A-4D8B-AA78-37AC69650FD9 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1006 &#34;339433876&#34; ;
psn:P1006 &lt;http://data.bibliotheken.nl/id/thes/p339433876&gt; ;
pq:P1810 &#34;Adams, Douglas (1952-2001)&#34; ;
prov:wasDerivedFrom ref:63309730314f4c20bf6b1008fe8ffd2b155272b3 .
wd:Q42 p:P949 s:Q42-2D50AE02-2BD8-4F82-9DFD-B3166DEFDEC1 .
s:Q42-2D50AE02-2BD8-4F82-9DFD-B3166DEFDEC1 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P949 &#34;000163846&#34; .
wd:Q42 p:P646 s:Q42-48D9C731-BDA8-45D6-B593-437CD10A51B4 .
s:Q42-48D9C731-BDA8-45D6-B593-437CD10A51B4 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P646 &#34;/m/0282x&#34; ;
psn:P646 &lt;http://g.co/kg/m/0282x&gt; ;
prov:wasDerivedFrom ref:2b00cb481cddcac7623114367489b5c194901c4a .
wd:Q42 p:P69 s:q42-0E9C4724-C954-4698-84A7-5CE0D296A6F2 .
s:q42-0E9C4724-C954-4698-84A7-5CE0D296A6F2 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P69 wd:Q691283 ;
pq:P582 &#34;1974-01-01T00:00:00Z&#34;^^xsd:dateTime ;
pqv:P582 v:92a2dadeb517309aab503fe32eb4cc72 ;
pq:P812 wd:Q186579 ;
pq:P512 wd:Q1765120 ;
pq:P580 &#34;1971-01-01T00:00:00Z&#34;^^xsd:dateTime ;
pqv:P580 v:cf5d396bdc1074d11438fc47ab8bcf40 ;
prov:wasDerivedFrom ref:355b56329b78db22be549dec34f2570ca61ca056,
ref:9177d75c6061e9e1ab149c0aa01bee5a90e07415 .
wd:Q42 p:P69 s:Q42-32490F12-D9B5-498A-91A8-839F9149F600 .
s:Q42-32490F12-D9B5-498A-91A8-839F9149F600 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P69 wd:Q4961791 ;
pq:P582 &#34;1970-01-01T00:00:00Z&#34;^^xsd:dateTime ;
pqv:P582 v:9a581f623d181b3e8160146d1a1c062c ;
pq:P580 &#34;1959-01-01T00:00:00Z&#34;^^xsd:dateTime ;
pqv:P580 v:1f2f39b788827a68ca51882be5e66e8f ;
prov:wasDerivedFrom ref:04faceee0261403ec1371a48835b38dcacd0403d .
wd:Q42 p:P1273 s:Q42-4A2873C0-D848-4F3D-8066-38204E50414C .
s:Q42-4A2873C0-D848-4F3D-8066-38204E50414C a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1273 &#34;a10667040&#34; ;
prov:wasDerivedFrom ref:5bf8f7ddb6bb0daa4341120b6ca0b06898492ebc .
wd:Q42 p:P108 s:Q42-853B16C8-1AB3-489A-831E-AEAD7E94AB87 .
s:Q42-853B16C8-1AB3-489A-831E-AEAD7E94AB87 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P108 wd:Q9531 ;
prov:wasDerivedFrom ref:ebf92afc2ec3ffcf1aec1d55f0b066d190281576 .
wd:Q42 p:P108 s:Q42-1d55f34a-4cfd-c914-4057-b6b52bf29b8e .
s:Q42-1d55f34a-4cfd-c914-4057-b6b52bf29b8e a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P108 wd:Q3520623 ;
pq:P580 &#34;1996-01-01T00:00:00Z&#34;^^xsd:dateTime ;
pqv:P580 v:d49b98a030ea836c922381a07d3a55a5 ;
prov:wasDerivedFrom ref:ebf92afc2ec3ffcf1aec1d55f0b066d190281576 .
wd:Q42 p:P998 s:Q42-BE724F6B-6981-4DE9-B90C-338768A4BFC4 .
s:Q42-BE724F6B-6981-4DE9-B90C-338768A4BFC4 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:PreferredRank ;
ps:P998 &#34;Arts/Literature/Authors/A/Adams,_Douglas/&#34; ;
pq:P407 wd:Q1860 .
wd:Q42 p:P998 s:Q42-5776B538-2441-4B9E-9C39-4E6289396763 .
s:Q42-5776B538-2441-4B9E-9C39-4E6289396763 a wikibase:Statement ;
wikibase:rank wikibase:NormalRank ;
ps:P998 &#34;World/Dansk/Kultur/Litteratur/Forfattere/A/Adams,_Douglas/&#34; ;
pq:P407 wd:Q9035 .
wd:Q42 p:P998 s:Q42-B60CF952-9C65-4875-A4BA-6B8516C81E99 .
s:Q42-B60CF952-9C65-4875-A4BA-6B8516C81E99 a wikibase:Statement ;
wikibase:rank wikibase:NormalRank ;
ps:P998 &#34;World/Français/Arts/Littérature/Genres/Science-fiction_et_fantastique/Auteurs/Adams,_Douglas/&#34; ;
pq:P407 wd:Q150 .
wd:Q42 p:P998 s:Q42-A0B48E74-C934-42B9-A583-FB3EAE4BC9BA .
s:Q42-A0B48E74-C934-42B9-A583-FB3EAE4BC9BA a wikibase:Statement ;
wikibase:rank wikibase:NormalRank ;
ps:P998 &#34;World/Deutsch/Kultur/Literatur/Autoren_und_Autorinnen/A/Adams,_Douglas/&#34; ;
pq:P407 wd:Q188 .
wd:Q42 p:P998 s:Q42-F2632AC4-6F24-49E4-9E4E-B008F26BA8CE .
s:Q42-F2632AC4-6F24-49E4-9E4E-B008F26BA8CE a wikibase:Statement ;
wikibase:rank wikibase:NormalRank ;
ps:P998 &#34;World/Italiano/Arte/Letteratura/Autori/A/Adams,_Douglas/&#34; ;
pq:P407 wd:Q652 .
wd:Q42 p:P998 s:Q42-84B82B5A-8F33-4229-B988-BF960E676875 .
s:Q42-84B82B5A-8F33-4229-B988-BF960E676875 a wikibase:Statement ;
wikibase:rank wikibase:NormalRank ;
ps:P998 &#34;World/Svenska/Kultur/Litteratur/Genre/Science_fiction_och_fantasy/Författare/Adams,_Douglas/&#34; ;
pq:P407 wd:Q9027 .
wd:Q42 p:P1233 s:Q42-9F55FA72-F9E5-41E4-A771-041EB1D59C28 .
s:Q42-9F55FA72-F9E5-41E4-A771-041EB1D59C28 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1233 &#34;122&#34; .
wd:Q42 p:P1284 s:Q42-2EE16C9C-B74B-4322-9542-4A132555B363 .
s:Q42-2EE16C9C-B74B-4322-9542-4A132555B363 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1284 &#34;00000020676&#34; .
wd:Q42 p:P866 s:Q42-A29644ED-0377-4F88-8BA6-FAAB7DE8C7BA .
s:Q42-A29644ED-0377-4F88-8BA6-FAAB7DE8C7BA a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P866 &#34;douglas-adams&#34; .
wd:Q42 p:P1695 s:Q42-9B5EED2E-C3F5-4634-8B85-4D4CC6F15C93 .
s:Q42-9B5EED2E-C3F5-4634-8B85-4D4CC6F15C93 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1695 &#34;A11573065&#34; ;
prov:wasDerivedFrom ref:26c14416670af4da8614d9db92859f07401e3b88 .
wd:Q42 p:P1816 s:Q42-A70EF87C-33F4-4366-B0A7-000C5A3A43E5 .
s:Q42-A70EF87C-33F4-4366-B0A7-000C5A3A43E5 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1816 &#34;mp60152&#34; .
wd:Q42 p:P1263 s:Q42-9B26C69E-7B9E-43EB-9B20-AD1305D1EE6B .
s:Q42-9B26C69E-7B9E-43EB-9B20-AD1305D1EE6B a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1263 &#34;731/000023662&#34; .
wd:Q42 p:P271 s:Q42-f69cd1df-4655-d1fa-5978-e3454415e57e .
s:Q42-f69cd1df-4655-d1fa-5978-e3454415e57e a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P271 &#34;DA07517784&#34; ;
psn:P271 &lt;https://ci.nii.ac.jp/author/DA07517784#entity&gt; .
wd:Q42 p:P856 s:Q42-D32EFF42-C5E2-482A-AE97-2159D6A99524 .
s:Q42-D32EFF42-C5E2-482A-AE97-2159D6A99524 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P856 &lt;https://douglasadams.com/&gt; ;
pq:P407 wd:Q1860 .
wd:Q42 p:P1411 s:Q42-1B3C484C-643E-45D0-B01C-F6DAD3D1F88E .
s:Q42-1B3C484C-643E-45D0-B01C-F6DAD3D1F88E a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1411 wd:Q3414212 ;
pq:P1686 wd:Q3521267 ;
pq:P585 &#34;1979-01-01T00:00:00Z&#34;^^xsd:dateTime ;
pqv:P585 v:811f31244f158332fb4f1e13ae9f4d50 ;
prov:wasDerivedFrom ref:327355ae07a14af7f684a612af7d7452ac62bb63 .
wd:Q42 p:P1411 s:Q42-285E0C13-9674-4131-9556-51B316A57AEE .
s:Q42-285E0C13-9674-4131-9556-51B316A57AEE a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1411 wd:Q2576795 ;
pq:P585 &#34;1983-01-01T00:00:00Z&#34;^^xsd:dateTime ;
pqv:P585 v:f5628a29ba10551697cdc79d94741d01 ;
pq:P1686 wd:Q721 .
wd:Q42 p:P1953 s:Q42-6C466225-DCB1-47B9-B868-C285F016E216 .
s:Q42-6C466225-DCB1-47B9-B868-C285F016E216 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1953 &#34;134923&#34; .
wd:Q42 p:P648 s:Q42-0BC410B8-8A0F-4658-90B0-BB2AE1D6AA3F .
s:Q42-0BC410B8-8A0F-4658-90B0-BB2AE1D6AA3F a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P648 &#34;OL272947A&#34; ;
psn:P648 &lt;http://openlibrary.org/works/OL272947A&gt; .
wd:Q42 p:P1258 s:Q42-4bc2af98-4182-3b11-0df3-80aac8e24081 .
s:Q42-4bc2af98-4182-3b11-0df3-80aac8e24081 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1258 &#34;celebrity/douglas_adams&#34; .
wd:Q42 p:P2191 s:Q42-2DB4179B-D385-495D-B248-9D0A53041DD4 .
s:Q42-2DB4179B-D385-495D-B248-9D0A53041DD4 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P2191 &#34;10014&#34; .
wd:Q42 p:P1266 s:Q42-788bd2c1-46a0-9898-6410-5339ecf90a8b .
s:Q42-788bd2c1-46a0-9898-6410-5339ecf90a8b a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1266 &#34;97049&#34; .
wd:Q42 p:P2019 s:Q42-b0322bc3-497a-8ef4-8eed-e4927b805d87 .
s:Q42-b0322bc3-497a-8ef4-8eed-e4927b805d87 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P2019 &#34;p279442&#34; .
wd:Q42 p:P2188 s:Q42-5215183d-42ec-a3e5-1745-0abd519d026a .
s:Q42-5215183d-42ec-a3e5-1745-0abd519d026a a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P2188 &#34;45993&#34; .
wd:Q42 p:P2168 s:Q42-77b4aae6-473c-f860-1918-9ca573cdfb2e .
s:Q42-77b4aae6-473c-f860-1918-9ca573cdfb2e a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P2168 &#34;271209&#34; .
wd:Q42 p:P1315 s:Q42-809C95C5-ED69-432B-91D8-FF7C8C9965A2 .
s:Q42-809C95C5-ED69-432B-91D8-FF7C8C9965A2 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1315 &#34;847711&#34; .
wd:Q42 p:P2163 s:Q42-7424C174-D7A8-4D60-89E3-416156EAC76D .
s:Q42-7424C174-D7A8-4D60-89E3-416156EAC76D a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P2163 &#34;56544&#34; ;
psn:P2163 &lt;http://id.worldcat.org/fast/56544&gt; .
wd:Q42 p:P2163 s:Q42-2B5CB441-0DA8-4A5E-AB23-3D54C0ACE620 .
s:Q42-2B5CB441-0DA8-4A5E-AB23-3D54C0ACE620 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P2163 &#34;1775523&#34; ;
psn:P2163 &lt;http://id.worldcat.org/fast/1775523&gt; .
wd:Q42 p:P1417 s:Q42-2B2DC742-3BC1-4DAA-BECF-C81A33453B57 .
s:Q42-2B2DC742-3BC1-4DAA-BECF-C81A33453B57 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1417 &#34;biography/Douglas-Adams&#34; .
wd:Q42 p:P2611 s:Q42-3169835D-BBAB-48C0-B197-7428BDBAC28E .
s:Q42-3169835D-BBAB-48C0-B197-7428BDBAC28E a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P2611 &#34;douglas_adams&#34; .
wd:Q42 p:P2435 s:Q42-daf51782-49c8-1e46-7738-e923dba42cb0 .
s:Q42-daf51782-49c8-1e46-7738-e923dba42cb0 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P2435 &#34;208947&#34; .
wd:Q42 p:P2604 s:Q42-ca83a88a-470c-b93a-2393-35a1de0a9c60 .
s:Q42-ca83a88a-470c-b93a-2393-35a1de0a9c60 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P2604 &#34;246164&#34; .
wd:Q42 p:P2387 s:Q42-29c1b057-497d-7d15-864e-3d889a76c750 .
s:Q42-29c1b057-497d-7d15-864e-3d889a76c750 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P2387 &#34;1289170&#34; .
wd:Q42 p:P2626 s:Q42-5a41f776-4135-80b1-e3fe-43156047ecb8 .
s:Q42-5a41f776-4135-80b1-e3fe-43156047ecb8 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P2626 &#34;159696&#34; .
wd:Q42 p:P2605 s:Q42-7398157a-409e-7d35-7d89-7351426cb36c .
s:Q42-7398157a-409e-7d35-7d89-7351426cb36c a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P2605 &#34;39534&#34; .
wd:Q42 p:P2963 s:Q42-eb0d02d3-4b1d-0e19-cb86-78a0a5439144 .
s:Q42-eb0d02d3-4b1d-0e19-cb86-78a0a5439144 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P2963 &#34;4&#34; ;
pq:P585 &#34;2020-09-28T00:00:00Z&#34;^^xsd:dateTime ;
pqv:P585 v:a503dea72c47d232fc0dbb53d5a68175 ;
pq:P1810 &#34;Douglas Adams&#34; ;
pq:P3744 &#34;+19460&#34;^^xsd:decimal ;
pqv:P3744 v:4e3244ccc4d14053f6649e98562f6f0a .
wd:Q42 p:P910 s:Q42-3B111597-2138-4517-85AD-FD0056D3DEB0 .
s:Q42-3B111597-2138-4517-85AD-FD0056D3DEB0 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P910 wd:Q8935487 .
wd:Q42 p:P3106 s:Q42-d8ebbd62-4229-1e3b-6494-ca96246286e3 .
s:Q42-d8ebbd62-4229-1e3b-6494-ca96246286e3 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P3106 &#34;books/douglasadams&#34; .
wd:Q42 p:P1303 s:Q42-67547850-C3A0-4C99-AFE4-3C18956CB19A .
s:Q42-67547850-C3A0-4C99-AFE4-3C18956CB19A a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1303 wd:Q6607 ;
prov:wasDerivedFrom ref:94b3c14bb9d4fe6cbe10c96a169b5c54cccc6b36 .
wd:Q42 p:P2469 s:Q42-32DACDAA-0C29-489B-B587-7CB5D374EEE5 .
s:Q42-32DACDAA-0C29-489B-B587-7CB5D374EEE5 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P2469 &#34;238p&#34; .
wd:Q42 p:P3373 s:Q42-A3B1288B-67A9-4491-A3AA-20F881C292B9 .
s:Q42-A3B1288B-67A9-4491-A3AA-20F881C292B9 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P3373 wd:Q14623673 ;
pq:P1039 wd:Q10943095 ;
prov:wasDerivedFrom ref:6a3634133c828f5c3cba3f33d033c4d2ae67f5ec .
wd:Q42 p:P3417 s:Q42-edea25d2-4736-b539-ec8d-d3f82e1f7100 .
s:Q42-edea25d2-4736-b539-ec8d-d3f82e1f7100 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P3417 &#34;Douglas-Adams-4&#34; .
wd:Q42 p:P3430 s:Q42-76AD35E4-F222-418A-A3AC-CF6472790811 .
s:Q42-76AD35E4-F222-418A-A3AC-CF6472790811 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P3430 &#34;w65h7md1&#34; .
wd:Q42 p:P1617 s:Q42-545d5c9a-4bde-ee8b-089f-1a11ba699301 .
s:Q42-545d5c9a-4bde-ee8b-089f-1a11ba699301 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1617 &#34;aa075cb6-75bf-46d8-b0bf-9751d6c04c93&#34; ;
psn:P1617 &lt;http://www.bbc.co.uk/things/aa075cb6-75bf-46d8-b0bf-9751d6c04c93#id&gt; .
wd:Q42 p:P2048 s:Q42-b0bf3caf-481c-356b-03a2-e61174b8e6da .
s:Q42-b0bf3caf-481c-356b-03a2-e61174b8e6da a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P2048 &#34;+1.96&#34;^^xsd:decimal ;
psv:P2048 v:a75316bb9a036450071a6af49f7907ca ;
psn:P2048 v:a75316bb9a036450071a6af49f7907ca ;
prov:wasDerivedFrom ref:ea084a413b5055da7bfc68fbd54d389080918b23 .
wd:Q42 p:P3222 s:Q42-D41D834D-0BD4-411C-A671-2B7BE6053EB5 .
s:Q42-D41D834D-0BD4-411C-A671-2B7BE6053EB5 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P3222 &#34;douglas-adams&#34; .
wd:Q42 p:P109 s:Q42-e5b8e5d5-4243-43e3-3476-c8f1572f14fa .
s:Q42-e5b8e5d5-4243-43e3-3476-c8f1572f14fa a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P109 &lt;http://commons.wikimedia.org/wiki/Special:FilePath/Douglas%20Adams%20signature.svg&gt; ;
pq:P2096 &#34;Douglas Adams&#39;ın imzası&#34;@tr .
wd:Q42 p:P4193 s:Q42-769463b3-4b83-cf93-d5ef-0b4e98e1cf33 .
s:Q42-769463b3-4b83-cf93-d5ef-0b4e98e1cf33 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P4193 &#34;Douglas_Noel_Adams_(1952-2001)&#34; .
wd:Q42 p:P136 s:Q42-0ff4aeeb-4fdb-56cf-5fe9-916e1bbbbc73 .
s:Q42-0ff4aeeb-4fdb-56cf-5fe9-916e1bbbbc73 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P136 wd:Q24925 ;
prov:wasDerivedFrom ref:eb03fd03eef53befd07c43d5dfeea4047fb9a72e .
wd:Q42 p:P136 s:Q42-2ac90f53-4dc5-2ecc-d595-70f7c43f2fda .
s:Q42-2ac90f53-4dc5-2ecc-d595-70f7c43f2fda a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P136 wd:Q40831 ;
prov:wasDerivedFrom ref:6dcb62714f5201f4ea22c331a6e32e817916981f,
ref:bab32d323b6c92d91ff7d0c4707346012900761b .
wd:Q42 p:P136 s:Q42-43f046bb-47a4-00aa-5174-aa7ca343396b .
s:Q42-43f046bb-47a4-00aa-5174-aa7ca343396b a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P136 wd:Q128758 ;
prov:wasDerivedFrom ref:970f20bd8dc49db5bbe0de9d4c7b3b555c134e59 .
wd:Q42 p:P4431 s:Q42-520b13d1-47df-2d1c-f56d-7106f383a3b6 .
s:Q42-520b13d1-47df-2d1c-f56d-7106f383a3b6 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P4431 &#34;douglas-adams-61st-birthday&#34; ;
pq:P585 &#34;2013-03-11T00:00:00Z&#34;^^xsd:dateTime ;
pqv:P585 v:f3d1202902d72c599bb60ae3067d62cc ;
prov:wasDerivedFrom ref:c8c63046ea013957f2ae353e4181e82d2829d3bb .
wd:Q42 p:P2607 s:Q42-52EA4A30-C798-4ED3-AEA0-A2FEB4B0FB95 .
s:Q42-52EA4A30-C798-4ED3-AEA0-A2FEB4B0FB95 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P2607 &#34;307812da-da11-4ee5-a906-31e5ce9694bb&#34; .
wd:Q42 p:P1415 s:Q42-E10A1B54-9D65-4334-8F2C-58B21B49D565 .
s:Q42-E10A1B54-9D65-4334-8F2C-58B21B49D565 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1415 &#34;75853&#34; .
wd:Q42 p:P2949 s:Q42-A4E52439-57DF-4C31-902C-E995D78488FA .
s:Q42-A4E52439-57DF-4C31-902C-E995D78488FA a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P2949 &#34;Adams-32825&#34; ;
pq:P1810 &#34;Douglas Noel Adams (11 Mar 1952 - 11 May 2001)&#34; .
wd:Q42 p:P3154 s:Q42-916F4133-B433-4FA1-B888-F86DA132B1DE .
s:Q42-916F4133-B433-4FA1-B888-F86DA132B1DE a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P3154 &#34;adamsdou&#34; .
wd:Q42 p:P3630 s:Q42-15011D96-BB02-4B8F-9728-8FF88A3A938D .
s:Q42-15011D96-BB02-4B8F-9728-8FF88A3A938D a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P3630 &#34;2627&#34; .
wd:Q42 p:P1280 s:Q42-0DFBA3E4-F98E-4ED5-AE30-CE8556429229 .
s:Q42-0DFBA3E4-F98E-4ED5-AE30-CE8556429229 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1280 &#34;6050147&#34; .
wd:Q42 p:P2734 s:Q42-6646C637-00DF-47E1-A845-CFCAB27A559D .
s:Q42-6646C637-00DF-47E1-A845-CFCAB27A559D a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P2734 &#34;AdamsDouglas&#34; .
wd:Q42 p:P26 s:q42-b88670f8-456b-3ecb-cf3d-2bca2cf7371e .
s:q42-b88670f8-456b-3ecb-cf3d-2bca2cf7371e a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P26 wd:Q14623681 ;
pq:P580 &#34;1991-11-25T00:00:00Z&#34;^^xsd:dateTime ;
pqv:P580 v:c8ae0d38443d4671d3f893d7000a859e ;
pq:P582 &#34;2001-05-11T00:00:00Z&#34;^^xsd:dateTime ;
pqv:P582 v:1c30ade7914d072877b2db404a683d7c ;
pq:P1534 wd:Q99521170 ;
prov:wasDerivedFrom ref:6a3634133c828f5c3cba3f33d033c4d2ae67f5ec .
wd:Q42 p:P5019 s:Q42-d12f42dc-456c-4c5f-19ee-b4dda178e50f .
s:Q42-d12f42dc-456c-4c5f-19ee-b4dda178e50f a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P5019 &#34;adams-douglas-noel&#34; .
wd:Q42 p:P463 s:Q42-45E1E647-4941-42E1-8428-A6F6C848276A .
s:Q42-45E1E647-4941-42E1-8428-A6F6C848276A a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P463 wd:Q857679 ;
prov:wasDerivedFrom ref:d3a1bf3d15f15231160c53372322c3beffdc741d .
wd:Q42 p:P463 s:Q42-05cafd4a-4fb1-13ff-7f11-2e72b85ae07a .
s:Q42-05cafd4a-4fb1-13ff-7f11-2e72b85ae07a a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P463 wd:Q5610831 ;
prov:wasDerivedFrom ref:ebf92afc2ec3ffcf1aec1d55f0b066d190281576 .
wd:Q42 p:P2600 s:Q42-101c1875-4027-37aa-3a72-c202e42276ab .
s:Q42-101c1875-4027-37aa-3a72-c202e42276ab a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P2600 &#34;6000000050650155828&#34; .
wd:Q42 p:P5337 s:Q42-966e692e-4516-de45-356c-7e098273a79a .
s:Q42-966e692e-4516-de45-356c-7e098273a79a a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P5337 &#34;CAAqJQgKIh9DQkFTRVFvSUwyMHZNREk0TW5nU0JXVnVMVWRDS0FBUAE&#34; .
wd:Q42 p:P5357 s:Q42-63B203C0-A6B4-40A7-9942-09F5AA7DE92F .
s:Q42-63B203C0-A6B4-40A7-9942-09F5AA7DE92F a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P5357 &#34;adams_douglas&#34; ;
prov:wasDerivedFrom ref:154031fdff9fbadaa5f15c8b7e4ae46ca13db45a .
wd:Q42 p:P5361 s:Q42-E5FCDDD6-0021-4543-8815-ACC8C2877C9F .
s:Q42-E5FCDDD6-0021-4543-8815-ACC8C2877C9F a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P5361 &#34;AdamsDouglas1952-2001&#34; ;
psn:P5361 &lt;https://bnb.data.bl.uk/doc/person/AdamsDouglas1952-2001&gt; ;
prov:wasDerivedFrom ref:133415593c921f4a8641abd7123e2c4d451cca0c .
wd:Q42 p:P5365 s:Q42-7894D1B9-2FB1-4F0D-BC65-D0736B68C179 .
s:Q42-7894D1B9-2FB1-4F0D-BC65-D0736B68C179 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P5365 &#34;42&#34; .
wd:Q42 p:P5408 s:Q42-37B09D07-EE5D-4944-80B0-27BB6D41D87F .
s:Q42-37B09D07-EE5D-4944-80B0-27BB6D41D87F a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P5408 &#34;a/douglas-adams&#34; .
wd:Q42 p:P5570 s:Q42-4F5DCE7C-3839-4642-AB6D-72C14C18D768 .
s:Q42-4F5DCE7C-3839-4642-AB6D-72C14C18D768 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P5570 &#34;143&#34; .
wd:Q42 p:P1580 s:Q42-50941274-91AC-438C-9B7C-F0105F9CD20F .
s:Q42-50941274-91AC-438C-9B7C-F0105F9CD20F a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1580 &#34;a1221374&#34; .
wd:Q42 p:P5587 s:Q42-21178ECC-11CC-4CD3-BBD4-E35EB788B26E .
s:Q42-21178ECC-11CC-4CD3-BBD4-E35EB788B26E a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P5587 &#34;1zcfh30k0gr4zxt&#34; ;
psn:P5587 &lt;https://libris.kb.se/1zcfh30k0gr4zxt&gt; ;
prov:wasDerivedFrom ref:090947d10eb71b36c636524a7efcdbb82d2f7a00 .
wd:Q42 p:P3365 s:Q42-68E451D5-0EA5-4F70-8985-A2613B7F0729 .
s:Q42-68E451D5-0EA5-4F70-8985-A2613B7F0729 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P3365 &#34;douglas-noel-adams&#34; ;
pq:P1810 &#34;Adams, Douglas Noël&#34; .
wd:Q42 p:P269 s:Q42-26D2B7C9-84FD-4E96-A6EC-42959F8D7048 .
s:Q42-26D2B7C9-84FD-4E96-A6EC-42959F8D7048 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P269 &#34;026677636&#34; ;
psn:P269 &lt;http://www.idref.fr/026677636/id&gt; ;
prov:wasDerivedFrom ref:08e3e6521cbb059b15df261cf79fcefcc29a682a .
wd:Q42 p:P213 s:Q42-25738B35-D07D-4C28-8C74-05FBA1B1E6C7 .
s:Q42-25738B35-D07D-4C28-8C74-05FBA1B1E6C7 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P213 &#34;0000 0000 8045 6315&#34; ;
prov:wasDerivedFrom ref:08e3e6521cbb059b15df261cf79fcefcc29a682a .
wd:Q42 p:P691 s:Q42-237DB309-0D43-42EB-999D-65BD0A833311 .
s:Q42-237DB309-0D43-42EB-999D-65BD0A833311 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P691 &#34;jn19990000029&#34; ;
pq:P1810 &#34;Adams, Douglas&#34; ;
prov:wasDerivedFrom ref:08e3e6521cbb059b15df261cf79fcefcc29a682a .
wd:Q42 p:P950 s:Q42-A813E628-398C-40C6-B082-8C4FCE4DF3FF .
s:Q42-A813E628-398C-40C6-B082-8C4FCE4DF3FF a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P950 &#34;XX1149955&#34; ;
psn:P950 &lt;http://datos.bne.es/resource/XX1149955&gt; ;
prov:wasDerivedFrom ref:08e3e6521cbb059b15df261cf79fcefcc29a682a .
wd:Q42 p:P1670 s:Q42-53AB6C05-B46A-42E2-AF19-6E47B60987E9 .
s:Q42-53AB6C05-B46A-42E2-AF19-6E47B60987E9 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1670 &#34;0052C2705&#34; ;
prov:wasDerivedFrom ref:08e3e6521cbb059b15df261cf79fcefcc29a682a .
wd:Q42 p:P409 s:Q42-1167E25E-4B31-44B2-A08E-8178E52536AD .
s:Q42-1167E25E-4B31-44B2-A08E-8178E52536AD a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P409 &#34;35163268&#34; ;
prov:wasDerivedFrom ref:08e3e6521cbb059b15df261cf79fcefcc29a682a .
wd:Q42 p:P396 s:Q42-63B132B2-B98C-40BA-AAA7-F855B1678CB0 .
s:Q42-63B132B2-B98C-40BA-AAA7-F855B1678CB0 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P396 &#34;RAVV034417&#34; ;
pq:P1810 &#34;Adams, Douglas &lt;1952-2001&gt;&#34; ;
prov:wasDerivedFrom ref:08e3e6521cbb059b15df261cf79fcefcc29a682a .
wd:Q42 p:P1207 s:Q42-391E9E99-4F2C-4229-91F0-8DEF0A7D901B .
s:Q42-391E9E99-4F2C-4229-91F0-8DEF0A7D901B a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1207 &#34;n94004172&#34; ;
prov:wasDerivedFrom ref:08e3e6521cbb059b15df261cf79fcefcc29a682a .
wd:Q42 p:P1005 s:Q42-F7E900F6-37B8-433C-A236-32E5CF8A5E20 .
s:Q42-F7E900F6-37B8-433C-A236-32E5CF8A5E20 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1005 &#34;68537&#34; ;
prov:wasDerivedFrom ref:08e3e6521cbb059b15df261cf79fcefcc29a682a .
wd:Q42 p:P1375 s:Q42-D132DC6E-BE15-4502-BBE6-CDD6CDCED610 .
s:Q42-D132DC6E-BE15-4502-BBE6-CDD6CDCED610 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1375 &#34;000010283&#34; ;
prov:wasDerivedFrom ref:08e3e6521cbb059b15df261cf79fcefcc29a682a .
wd:Q42 p:P1412 s:Q42-d55ff2eb-44fe-dab5-4bc9-c7c765720bc1 .
s:Q42-d55ff2eb-44fe-dab5-4bc9-c7c765720bc1 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1412 wd:Q1860 ;
prov:wasDerivedFrom ref:5adc5909e87421b0f55910d4bcbd4ce599bceab5 .
wd:Q42 p:P5247 s:Q42-90691468-A3EF-4050-9813-BC6BDD6C3168 .
s:Q42-90691468-A3EF-4050-9813-BC6BDD6C3168 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P5247 &#34;3040-1126&#34; .
wd:Q42 p:P5905 s:Q42-7F17859B-BE24-4CA0-8362-AFE1A02D71CC .
s:Q42-7F17859B-BE24-4CA0-8362-AFE1A02D71CC a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P5905 &#34;4040-45935&#34; .
wd:Q42 p:P6839 s:Q42-024ba49c-4d11-9afa-781f-56c53f807bed .
s:Q42-024ba49c-4d11-9afa-781f-56c53f807bed a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P6839 &#34;Creator/DouglasAdams&#34; .
wd:Q42 p:P4342 s:Q42-0273baf0-71d1-4104-a6b9-2a6580713626 .
s:Q42-0273baf0-71d1-4104-a6b9-2a6580713626 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P4342 &#34;Douglas_Adams&#34; ;
prov:wasDerivedFrom ref:3a8536419e5f6bc8271f5902027354fc56ff7a8b .
wd:Q42 p:P4785 s:Q42-dc9a6318-40b1-0047-ba98-d0957a7d7d8c .
s:Q42-dc9a6318-40b1-0047-ba98-d0957a7d7d8c a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P4785 &#34;47671&#34; .
wd:Q42 p:P485 s:Q42-56607576-4b1f-fe7a-b893-9622286e9479 .
s:Q42-56607576-4b1f-fe7a-b893-9622286e9479 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P485 wd:Q67074906 ;
pq:P973 &lt;https://www.sjcarchives.org.uk/personal/index.php/papers-of-douglas-noel-adams&gt; ;
prov:wasDerivedFrom ref:7283e4bf08c6476bff61211d3429dbb47b5bec27 .
wd:Q42 p:P7029 s:Q42-05A6E4FD-1F01-4F19-8ABF-190BA8319A04 .
s:Q42-05A6E4FD-1F01-4F19-8ABF-190BA8319A04 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P7029 &#34;770139179&#34; ;
pq:P1810 &#34;Адамс, Дуглас (1952-2001)&#34; ;
pq:P407 wd:Q7737 .
wd:Q42 p:P7029 s:Q42-996C8555-968B-437C-B18C-E2350E014C6A .
s:Q42-996C8555-968B-437C-B18C-E2350E014C6A a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P7029 &#34;770139180&#34; ;
pq:P1810 &#34;Adams, Douglas (1952-2001)&#34; ;
pq:P407 wd:Q1860 .
wd:Q42 p:P1343 s:Q42-FD398E71-8597-4D36-949A-D905ACD24DAC .
s:Q42-FD398E71-8597-4D36-949A-D905ACD24DAC a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1343 wd:Q67311526 ;
pq:P2699 &lt;https://www.obalkyknih.cz/view_auth?auth_id=jn19990000029&gt; .
wd:Q42 p:P5034 s:Q42-4a27a89e-6e25-4ac1-ae53-88fe60763fc4 .
s:Q42-4a27a89e-6e25-4ac1-ae53-88fe60763fc4 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P5034 &#34;KAC200300379&#34; ;
psn:P5034 &lt;https://lod.nl.go.kr/page/KAC200300379&gt; .
wd:Q42 p:P7433 s:Q42-67D7BFF5-F914-4780-A704-B8F9AA42F2C1 .
s:Q42-67D7BFF5-F914-4780-A704-B8F9AA42F2C1 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P7433 &#34;25&#34; ;
prov:wasDerivedFrom ref:b2c64ac3b79264041210b0803c48d9a8ad98314d .
wd:Q42 p:P7400 s:Q42-6b518eac-487e-231c-7079-10c2640be50b .
s:Q42-6b518eac-487e-231c-7079-10c2640be50b a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P7400 &#34;adamsdouglas-1&#34; .
wd:Q42 p:P7704 s:Q42-F953F363-3A9D-4DCC-AD34-12307E92A25B .
s:Q42-F953F363-3A9D-4DCC-AD34-12307E92A25B a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P7704 &#34;agent/base/59925&#34; ;
psn:P7704 &lt;http://data.europeana.eu/agent/base/59925&gt; .
wd:Q42 p:P7859 s:Q42-ca4e6fca-42cb-889f-2c84-9ed2e6d4b4a3 .
s:Q42-ca4e6fca-42cb-889f-2c84-9ed2e6d4b4a3 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P7859 &#34;lccn-n80076765&#34; ;
prov:wasDerivedFrom ref:08e3e6521cbb059b15df261cf79fcefcc29a682a .
wd:Q42 p:P3762 s:Q42-808D478E-2C19-46AD-BB08-D46EF27C6964 .
s:Q42-808D478E-2C19-46AD-BB08-D46EF27C6964 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P3762 &#34;140290&#34; .
wd:Q42 p:P3065 s:Q42-d7befac9-4a60-389b-6821-1906d4acad6c .
s:Q42-d7befac9-4a60-389b-6821-1906d4acad6c a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P3065 &#34;02-A002907983&#34; .
wd:Q42 p:P3846 s:Q42-70d25151-4617-eb5c-9fae-6250b4be38e9 .
s:Q42-70d25151-4617-eb5c-9fae-6250b4be38e9 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P3846 &#34;87097968038642&#34; .
wd:Q42 p:P7293 s:Q42-e4c35e65-4646-bc7d-2408-e84570b851d7 .
s:Q42-e4c35e65-4646-bc7d-2408-e84570b851d7 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P7293 &#34;9810669145205606&#34; .
wd:Q42 p:P7700 s:Q42-fcbe553b-4856-7ebf-2588-3e42fd422016 .
s:Q42-fcbe553b-4856-7ebf-2588-3e42fd422016 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P7700 &#34;vtls005710289&#34; .
wd:Q42 p:P1890 s:Q42-4330e0d7-4b3d-7a01-5696-f93a0e2fcaa4 .
s:Q42-4330e0d7-4b3d-7a01-5696-f93a0e2fcaa4 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1890 &#34;000750942&#34; .
wd:Q42 p:P4619 s:Q42-5313e948-4771-ea78-e253-c176070df512 .
s:Q42-5313e948-4771-ea78-e253-c176070df512 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P4619 &#34;000592321&#34; .
wd:Q42 p:P6394 s:Q42-74e4f6a4-4f7a-859a-4ea1-c13d8b45f1f6 .
s:Q42-74e4f6a4-4f7a-859a-4ea1-c13d8b45f1f6 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P6394 &#34;a1112474x&#34; .
wd:Q42 p:P4839 s:Q42-bd06c277-4a19-ba01-ac45-8897cf3b1637 .
s:Q42-bd06c277-4a19-ba01-ac45-8897cf3b1637 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P4839 &#34;Entity[\&#34;Person\&#34;, \&#34;DouglasAdams::gh8qf\&#34;]&#34; .
wd:Q42 p:P2581 s:Q42-08c46dbb-40ce-ae67-b114-2e601e14f325 .
s:Q42-08c46dbb-40ce-ae67-b114-2e601e14f325 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P2581 &#34;03688580n&#34; ;
psn:P2581 &lt;http://babelnet.org/rdf/s03688580n&gt; .
wd:Q42 p:P5284 s:Q42-f764d646-4816-0a84-e111-6b471ec66320 .
s:Q42-f764d646-4816-0a84-e111-6b471ec66320 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P5284 &#34;1032346&#34; .
wd:Q42 p:P4862 s:Q42-9f67e2fc-4471-d610-6fb1-6b0fd7dbea02 .
s:Q42-9f67e2fc-4471-d610-6fb1-6b0fd7dbea02 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P4862 &#34;B000AQ2A84&#34; .
wd:Q42 p:P7661 s:Q42-61de1a61-487c-d2dc-fc4b-c0f94c1beec1 .
s:Q42-61de1a61-487c-d2dc-fc4b-c0f94c1beec1 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P7661 &#34;74033&#34; .
wd:Q42 p:P3913 s:Q42-7288b73e-4289-318e-e3b5-e3f7e16eab66 .
s:Q42-7288b73e-4289-318e-e3b5-e3f7e16eab66 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P3913 &#34;337&#34; .
wd:Q42 p:P7214 s:Q42-cb65a36b-436a-4400-4f17-ee5ea0272ce4 .
s:Q42-cb65a36b-436a-4400-4f17-ee5ea0272ce4 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P7214 &#34;753186&#34; .
wd:Q42 p:P4666 s:Q42-f585133b-43e3-2f2c-38b0-a2d8395aea11 .
s:Q42-f585133b-43e3-2f2c-38b0-a2d8395aea11 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P4666 &#34;23878&#34; .
wd:Q42 p:P7215 s:Q42-5e13100f-4b67-7e71-cd0a-3ea7a8e385fd .
s:Q42-5e13100f-4b67-7e71-cd0a-3ea7a8e385fd a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P7215 &#34;46398&#34; .
wd:Q42 p:P5233 s:Q42-9ea6fb50-4466-a1d1-5c97-172f0ccc58c3 .
s:Q42-9ea6fb50-4466-a1d1-5c97-172f0ccc58c3 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P5233 &#34;a38&#34; .
wd:Q42 p:P5033 s:Q42-21346823-40f6-fc02-32c3-ab4eb16444b8 .
s:Q42-21346823-40f6-fc02-32c3-ab4eb16444b8 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P5033 &#34;160192&#34; .
wd:Q42 p:P3305 s:Q42-9af076a8-4842-3d41-354a-51e4db2d27cb .
s:Q42-9af076a8-4842-3d41-354a-51e4db2d27cb a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P3305 &#34;199918&#34; .
wd:Q42 p:P7745 s:Q42-1812a161-4964-adb1-ce77-0d39d3e00e3d .
s:Q42-1812a161-4964-adb1-ce77-0d39d3e00e3d a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P7745 &#34;183956&#34; .
wd:Q42 p:P6464 s:Q42-6fa04c06-4b5a-45f0-45ae-4a12d2f695c1 .
s:Q42-6fa04c06-4b5a-45f0-45ae-4a12d2f695c1 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P6464 &#34;898203&#34; .
wd:Q42 p:P7300 s:Q42-dd3a4b98-49a0-853a-05fc-cfa372831d12 .
s:Q42-dd3a4b98-49a0-853a-05fc-cfa372831d12 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P7300 &#34;59932&#34; .
wd:Q42 p:P4657 s:Q42-a86fd81c-4561-8211-a2d8-40929a8ccf37 .
s:Q42-a86fd81c-4561-8211-a2d8-40929a8ccf37 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P4657 &#34;432740401&#34; .
wd:Q42 p:P5534 s:Q42-4e15fd9f-4b54-5e2f-58da-81abbec17d63 .
s:Q42-4e15fd9f-4b54-5e2f-58da-81abbec17d63 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P5534 &#34;52843&#34; .
wd:Q42 p:P4985 s:Q42-50899201-49e7-dec1-004e-12e94109e1f0 .
s:Q42-50899201-49e7-dec1-004e-12e94109e1f0 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P4985 &#34;52843&#34; ;
prov:wasDerivedFrom ref:354bdf2193acbbe0217db68cad6365e38d8a90a3,
ref:76f54c6cf51e45eabdb0fecfdd703679f2067447 .
wd:Q42 p:P3845 s:Q42-8d9f5195-4700-1cb0-fe1b-1b1940b02f23 .
s:Q42-8d9f5195-4700-1cb0-fe1b-1b1940b02f23 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P3845 &#34;665243&#34; .
wd:Q42 p:P2638 s:Q42-13562de2-4ff2-a283-3077-378685600ff9 .
s:Q42-13562de2-4ff2-a283-3077-378685600ff9 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P2638 &#34;people/douglas-adams&#34; .
wd:Q42 p:P1712 s:Q42-8616ecb1-4ecb-0969-733f-76a41892c04e .
s:Q42-8616ecb1-4ecb-0969-733f-76a41892c04e a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1712 &#34;person/douglas-adams&#34; .
wd:Q42 p:P6119 s:Q42-5515f2c8-4f03-c5c9-3d54-0917f9678e00 .
s:Q42-5515f2c8-4f03-c5c9-3d54-0917f9678e00 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P6119 &#34;douglas-adams&#34; .
wd:Q42 p:P5340 s:Q42-b00a3a11-430e-e009-8379-dc40ab3fc3dd .
s:Q42-b00a3a11-430e-e009-8379-dc40ab3fc3dd a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P5340 &#34;278771&#34; .
wd:Q42 p:P4438 s:Q42-daa91fc4-4012-6945-f781-8238a0c73b19 .
s:Q42-daa91fc4-4012-6945-f781-8238a0c73b19 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P4438 &#34;4ce2ba117755a&#34; .
wd:Q42 p:P4326 s:Q42-b47f944e-409a-8c99-5191-d27a1dd1ac38 .
s:Q42-b47f944e-409a-8c99-5191-d27a1dd1ac38 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P4326 &#34;215853&#34; .
wd:Q42 p:P4768 s:Q42-f03a5d7b-4ca7-a069-76fc-c864090ce050 .
s:Q42-f03a5d7b-4ca7-a069-76fc-c864090ce050 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P4768 &#34;212786&#34; .
wd:Q42 p:P3142 s:Q42-ce5bc392-49b5-8efe-33c3-13ccd70e4d02 .
s:Q42-ce5bc392-49b5-8efe-33c3-13ccd70e4d02 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P3142 &#34;n0008574&#34; .
wd:Q42 p:P3136 s:Q42-7fec5700-4920-ba9a-72b9-38eef2a5c730 .
s:Q42-7fec5700-4920-ba9a-72b9-38eef2a5c730 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P3136 &#34;2000059&#34; .
wd:Q42 p:P4782 s:Q42-91d6d6cf-4d41-702a-ef4c-15426b35ca9c .
s:Q42-91d6d6cf-4d41-702a-ef4c-15426b35ca9c a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P4782 &#34;26898&#34; .
wd:Q42 p:P3145 s:Q42-26786e60-4358-7e6e-0707-b7dbfc33408c .
s:Q42-26786e60-4358-7e6e-0707-b7dbfc33408c a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P3145 &#34;nm96558&#34; .
wd:Q42 p:P5882 s:Q42-1BDB6765-8F25-4ABB-8005-E3FB8B742EAF .
s:Q42-1BDB6765-8F25-4ABB-8005-E3FB8B742EAF a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P5882 &#34;M00000364497&#34; .
wd:Q42 p:P6327 s:Q42-C884751D-F028-440C-972C-8666481CDF71 .
s:Q42-C884751D-F028-440C-972C-8666481CDF71 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P6327 &#34;55720&#34; .
wd:Q42 p:P6517 s:Q42-E6D2A634-8D60-42D0-977E-F0DB07DA62A5 .
s:Q42-E6D2A634-8D60-42D0-977E-F0DB07DA62A5 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P6517 &#34;Douglas-Adams&#34; .
wd:Q42 p:P1728 s:Q42-4a33fe5d-4f8d-363d-c839-911cea6636e2 .
s:Q42-4a33fe5d-4f8d-363d-c839-911cea6636e2 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1728 &#34;mn0000803382&#34; .
wd:Q42 p:P7195 s:Q42-19521d85-49ae-affd-3f36-ac2f5c14384f .
s:Q42-19521d85-49ae-affd-3f36-ac2f5c14384f a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P7195 &#34;201077&#34; .
wd:Q42 p:P2722 s:Q42-5af95f47-47b1-353d-79ce-f283ca814f2f .
s:Q42-5af95f47-47b1-353d-79ce-f283ca814f2f a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P2722 &#34;4468812&#34; ;
pq:P1810 &#34;Douglas Adams&#34; ;
pq:P3744 &#34;+60&#34;^^xsd:decimal ;
pqv:P3744 v:3bbb57bce2998f753db444ac3162397e .
wd:Q42 p:P2373 s:Q42-14da6a63-444c-6303-d4f9-662d23f8a395 .
s:Q42-14da6a63-444c-6303-d4f9-662d23f8a395 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P2373 &#34;Douglas-adams&#34; .
wd:Q42 p:P6351 s:Q42-54e7d5d7-4f95-7707-f3b6-be215e24afb9 .
s:Q42-54e7d5d7-4f95-7707-f3b6-be215e24afb9 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P6351 &#34;41236&#34; .
wd:Q42 p:P2850 s:Q42-d225ef98-43f4-2cc6-03dc-b8e4aba1bba3 .
s:Q42-d225ef98-43f4-2cc6-03dc-b8e4aba1bba3 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P2850 &#34;2080713&#34; .
wd:Q42 p:P3192 s:Q42-a2b8283b-4a77-9663-4af7-569f90ffd378 .
s:Q42-a2b8283b-4a77-9663-4af7-569f90ffd378 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P3192 &#34;Douglas+Adams&#34; .
wd:Q42 p:P6874 s:Q42-f6c5b233-463f-5e0f-f922-96cbe1427a77 .
s:Q42-f6c5b233-463f-5e0f-f922-96cbe1427a77 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P6874 &#34;Douglas-Adams&#34; .
wd:Q42 p:P5404 s:Q42-443713af-4f6a-ff3d-04a3-90323e97afe2 .
s:Q42-443713af-4f6a-ff3d-04a3-90323e97afe2 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P5404 &#34;douglas_adams&#34; .
wd:Q42 p:P1828 s:Q42-ee526c73-46f5-69fe-fa30-159d01e6c56c .
s:Q42-ee526c73-46f5-69fe-fa30-159d01e6c56c a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1828 &#34;00218511589&#34; ;
pq:P1810 &#34;ADAMS DOUGLAS&#34; ;
prov:wasDerivedFrom ref:56f84865a76d214a29a4de08338f89fa2e0c0f5d .
wd:Q42 p:P7154 s:Q42-ba75c7bf-45b5-bb6f-75c8-f2e7b0613537 .
s:Q42-ba75c7bf-45b5-bb6f-75c8-f2e7b0613537 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P7154 &#34;adams+douglas&#34; .
wd:Q42 p:P4198 s:Q42-378e2eb7-4d59-05bc-b015-1c07ad70f929 .
s:Q42-378e2eb7-4d59-05bc-b015-1c07ad70f929 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P4198 &#34;Acv2pnc5mj2oxjxych7atdfljky&#34; .
wd:Q42 p:P6972 s:Q42-21de97a8-473c-852a-bdf2-65ff6d257e8a .
s:Q42-21de97a8-473c-852a-bdf2-65ff6d257e8a a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P6972 &#34;douglas-adams&#34; .
wd:Q42 p:P7071 s:Q42-a9798bf7-4151-bb05-222e-98c713c0c293 .
s:Q42-a9798bf7-4151-bb05-222e-98c713c0c293 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P7071 &#34;douglas-adams&#34; .
wd:Q42 p:P3479 s:Q42-7a4e6732-4220-b468-6876-ff7c4d1accff .
s:Q42-7a4e6732-4220-b468-6876-ff7c4d1accff a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P3479 &#34;39a33dc4-5a81-4d67-91d6-1daecdb854e3&#34; .
wd:Q42 p:P7284 s:Q42-34f575cc-49d1-06de-c154-54e87c2e1654 .
s:Q42-34f575cc-49d1-06de-c154-54e87c2e1654 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P7284 &#34;douglas-adams&#34; .
wd:Q42 p:P6620 s:Q42-6bc43986-4c0e-7f7e-6267-7ae38af05c99 .
s:Q42-6bc43986-4c0e-7f7e-6267-7ae38af05c99 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P6620 &#34;douglas-adams&#34; .
wd:Q42 p:P4204 s:Q42-40dd2b67-4f6a-76ff-25f3-d1bd25ee6137 .
s:Q42-40dd2b67-4f6a-76ff-25f3-d1bd25ee6137 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P4204 &#34;Douglas-Adams&#34; .
wd:Q42 p:P7506 s:Q42-e2acdf62-407f-3a2a-6c07-c6b757d1dc11 .
s:Q42-e2acdf62-407f-3a2a-6c07-c6b757d1dc11 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P7506 &#34;2078791&#34; .
wd:Q42 p:P3341 s:Q42-7b4ecd7b-4697-151b-ed85-c5f789b7ad34 .
s:Q42-7b4ecd7b-4697-151b-ed85-c5f789b7ad34 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P3341 &#34;21019&#34; .
wd:Q42 p:P7803 s:Q42-a54b2838-45ac-bab9-d114-40630f8df3aa .
s:Q42-a54b2838-45ac-bab9-d114-40630f8df3aa a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P7803 &#34;40761&#34; .
wd:Q42 p:P3388 s:Q42-e4c6970b-43d5-d27f-e399-0f324f8efa44 .
s:Q42-e4c6970b-43d5-d27f-e399-0f324f8efa44 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P3388 &#34;168761&#34; .
wd:Q42 p:P2087 s:Q42-788133bf-4c31-8a1f-cde3-3671ae66dc4a .
s:Q42-788133bf-4c31-8a1f-cde3-3671ae66dc4a a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P2087 &#34;douglas-adams&#34; .
wd:Q42 p:P7369 s:Q42-5B2391E3-31ED-4EE2-8D8C-8E38277D7C0D .
s:Q42-5B2391E3-31ED-4EE2-8D8C-8E38277D7C0D a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P7369 &#34;000263040&#34; .
wd:Q42 p:P6298 s:Q42-13d9d139-4276-3423-9a72-6ee874b530d7 .
s:Q42-13d9d139-4276-3423-9a72-6ee874b530d7 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P6298 &#34;16115&#34; .
wd:Q42 p:P2889 s:Q42-1d08f4aa-4b04-c41a-8376-da03dd29dfe7 .
s:Q42-1d08f4aa-4b04-c41a-8376-da03dd29dfe7 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P2889 &#34;9XLD-SZS&#34; .
wd:Q42 p:P6886 s:Q42-32C860DF-F954-4142-9F11-5AFD52CB613E .
s:Q42-32C860DF-F954-4142-9F11-5AFD52CB613E a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P6886 wd:Q1860 .
wd:Q42 p:P1424 s:Q42-67c4ee30-4126-ec57-b870-e30643f19f99 .
s:Q42-67c4ee30-4126-ec57-b870-e30643f19f99 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1424 wd:Q22898962 .
wd:Q42 p:P7902 s:Q42-AEAC1235-AFC4-4A52-9883-8CD612CE043F .
s:Q42-AEAC1235-AFC4-4A52-9883-8CD612CE043F a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P7902 &#34;119033364&#34; .
wd:Q42 p:P8179 s:q42-c3488687-4e07-e8c2-48f7-deb6b50f48ea .
s:q42-c3488687-4e07-e8c2-48f7-deb6b50f48ea a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P8179 &#34;ncf10168152&#34; ;
prov:wasDerivedFrom ref:9a136912b73c22560eaa627d398c0670202dd63a .
wd:Q42 p:P3348 s:q42-436d70f4-4199-fda5-af92-5d9f0b9d94ad .
s:q42-436d70f4-4199-fda5-af92-5d9f0b9d94ad a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P3348 &#34;202604&#34; ;
psn:P3348 &lt;http://data.nlg.gr/resource/authority/record202604&gt; ;
prov:wasDerivedFrom ref:9a136912b73c22560eaa627d398c0670202dd63a .
wd:Q42 p:P8189 s:q42-664fe030-438a-4c19-e0da-f6515e906984 .
s:q42-664fe030-438a-4c19-e0da-f6515e906984 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P8189 &#34;987007305652505171&#34; ;
prov:wasDerivedFrom ref:9a136912b73c22560eaa627d398c0670202dd63a .
wd:Q42 p:P7699 s:q42-c52da967-4dce-de3e-345d-01396281315b .
s:q42-c52da967-4dce-de3e-345d-01396281315b a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P7699 &#34;LNB:Mr+;=Bf&#34; ;
prov:wasDerivedFrom ref:9a136912b73c22560eaa627d398c0670202dd63a .
wd:Q42 p:P3984 s:Q42-48511047-CEB9-4FC6-A2C3-0A6170FFD5BE .
s:Q42-48511047-CEB9-4FC6-A2C3-0A6170FFD5BE a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P3984 &#34;douglasadams&#34; ;
pq:P1810 &#34;Douglas Adams: From Hitchhikers to Holistic Detectives&#34; ;
pq:P407 wd:Q1860 ;
pq:P580 &#34;2011-02-06T00:00:00Z&#34;^^xsd:dateTime ;
pqv:P580 v:841e5e98ca80d010e5056f4fd5219a42 .
wd:Q42 p:P8287 s:Q42-98EA554E-FE23-437E-998F-430EFBE62F80 .
s:Q42-98EA554E-FE23-437E-998F-430EFBE62F80 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P8287 &#34;1430&#34; .
wd:Q42 p:P8125 s:Q42-DC6835D6-4588-445E-8EDE-3FBBBA88C4CB .
s:Q42-DC6835D6-4588-445E-8EDE-3FBBBA88C4CB a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P8125 &#34;3339&#34; .
wd:Q42 p:P4359 s:Q42-9027138b-45f1-49dc-2a37-96f51d29876c .
s:Q42-9027138b-45f1-49dc-2a37-96f51d29876c a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P4359 &#34;douglasadams&#34; .
wd:Q42 p:P8408 s:Q42-61CC120A-C60F-4231-B59B-7A9C7D8FF6C6 .
s:Q42-61CC120A-C60F-4231-B59B-7A9C7D8FF6C6 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P8408 &#34;DouglasAdams&#34; ;
psn:P8408 &lt;http://kbpedia.org/kko/rc/DouglasAdams&gt; .
wd:Q42 p:P6262 s:Q42-4272D5CF-086F-4D7F-96A6-575E229A1F63 .
s:Q42-4272D5CF-086F-4D7F-96A6-575E229A1F63 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P6262 &#34;hitchhikers:Douglas_Adams&#34; ;
pq:P407 wd:Q1860 ;
pq:P1810 &#34;Douglas Adams&#34; ;
pq:P9675 &#34;1668&#34; .
wd:Q42 p:P6262 s:Q42-BEA4DAC1-6A46-4500-A018-41D51905A329 .
s:Q42-BEA4DAC1-6A46-4500-A018-41D51905A329 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P6262 &#34;tardis:Douglas_Adams&#34; ;
pq:P407 wd:Q1860 ;
pq:P1810 &#34;Douglas Adams&#34; ;
pq:P9675 &#34;8825&#34; .
wd:Q42 p:P6262 s:Q42-BCE8EB06-BBDB-4073-8F1B-20AC1AB74467 .
s:Q42-BCE8EB06-BBDB-4073-8F1B-20AC1AB74467 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P6262 &#34;ru.tardis:Дуглас_Адамс&#34; ;
pq:P407 wd:Q7737 ;
pq:P1810 &#34;Дуглас Адамс&#34; ;
pq:P9675 &#34;28118&#34; .
wd:Q42 p:P6262 s:Q42-042D4101-8C18-4F6B-93C9-4C1449014BD9 .
s:Q42-042D4101-8C18-4F6B-93C9-4C1449014BD9 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P6262 &#34;montypython:Douglas_Adams&#34; ;
pq:P407 wd:Q1860 ;
pq:P1810 &#34;Douglas Adams&#34; ;
pq:P9675 &#34;1927&#34; .
wd:Q42 p:P6262 s:Q42-D9CCB2C4-477D-4D9E-A379-65AB8BB0A0EF .
s:Q42-D9CCB2C4-477D-4D9E-A379-65AB8BB0A0EF a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P6262 &#34;dirkgently:Douglas_Adams&#34; ;
pq:P407 wd:Q1860 ;
pq:P1810 &#34;Douglas Adams&#34; ;
pq:P9675 &#34;2133&#34; ;
prov:wasDerivedFrom ref:5c0fe42f3c1ade9a0028546b89fa1226f8e029eb .
wd:Q42 p:P6262 s:Q42-5546016E-EB50-4AF8-AC8E-79E884A068EA .
s:Q42-5546016E-EB50-4AF8-AC8E-79E884A068EA a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P6262 &#34;disney:Douglas_Adams&#34; ;
pq:P407 wd:Q1860 ;
pq:P1810 &#34;Douglas Adams&#34; ;
pq:P9675 &#34;161805&#34; .
wd:Q42 p:P6262 s:Q42-28C2B1F7-2608-4409-BA15-D29A4F19B13C .
s:Q42-28C2B1F7-2608-4409-BA15-D29A4F19B13C a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P6262 &#34;muppet:Douglas_Adams&#34; ;
pq:P407 wd:Q1860 ;
pq:P1810 &#34;Douglas Adams&#34; ;
pq:P9675 &#34;15796&#34; .
wd:Q42 p:P6262 s:Q42-4B7395E1-4B9E-4CB9-B37B-72047CA54640 .
s:Q42-4B7395E1-4B9E-4CB9-B37B-72047CA54640 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P6262 &#34;getfuzzy:Douglas_Adams&#34; ;
pq:P407 wd:Q1860 ;
pq:P1810 &#34;Douglas Adams&#34; ;
pq:P9675 &#34;2050&#34; .
wd:Q42 p:P6262 s:Q42-A85576C6-30C2-48A5-A030-2D41B72ABBED .
s:Q42-A85576C6-30C2-48A5-A030-2D41B72ABBED a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P6262 &#34;readyplayerone:Douglas_Adams&#34; ;
pq:P407 wd:Q1860 ;
pq:P1810 &#34;Douglas Adams&#34; ;
pq:P9675 &#34;2244&#34; .
wd:Q42 p:P4789 s:Q42-911d3a24-42f7-a575-6473-e926177d4e8c .
s:Q42-911d3a24-42f7-a575-6473-e926177d4e8c a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P4789 &#34;U4994&#34; .
wd:Q42 p:P2021 s:Q42-bf7e1294-4f0f-3511-ab5f-81f47f5c98cb .
s:Q42-bf7e1294-4f0f-3511-ab5f-81f47f5c98cb a wikibase:Statement ;
wikibase:rank wikibase:DeprecatedRank ;
ps:P2021 &#34;+10&#34;^^xsd:decimal ;
psv:P2021 v:6fc1f325788cfea1bc9c869fbbfe7824 ;
pq:P3680 _:4249d9c21f8b973644e0eab84cdaaf17 ;
pq:P585 &#34;2017-04-13T00:00:00Z&#34;^^xsd:dateTime ;
pqv:P585 v:6db7aa179b1e57b39bd302c2c65d51de ;
prov:wasDerivedFrom ref:5f446c2bf2ad680834678b82140cd8ca4910e2fb .
wd:Q42 p:P6868 s:Q42-98D93BBA-6AC9-4878-BD86-47BB0653ECE6 .
s:Q42-98D93BBA-6AC9-4878-BD86-47BB0653ECE6 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P6868 &#34;1402475181&#34; .
wd:Q42 p:P8849 s:Q42-EF943121-C348-4E4B-863D-512FD156B75D .
s:Q42-EF943121-C348-4E4B-863D-512FD156B75D a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P8849 &#34;6391909&#34; .
wd:Q42 p:P8851 s:Q42-56BDDF95-DD0F-401D-8888-BEB6976096FD .
s:Q42-56BDDF95-DD0F-401D-8888-BEB6976096FD a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P8851 &#34;26792807&#34; .
wd:Q42 p:P5297 s:Q42-FD92488C-999D-49B0-BDB4-3024F2737AE2 .
s:Q42-FD92488C-999D-49B0-BDB4-3024F2737AE2 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P5297 &#34;x2e9kt_zKEDI0dPr3sAfM_jyUhA&#34; ;
pq:P1810 &#34;Douglas Noel ADAMS&#34; .
wd:Q42 p:P8895 s:Q42-e5535b2a-4220-9941-599e-e8b6e8d005bd .
s:Q42-e5535b2a-4220-9941-599e-e8b6e8d005bd a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P8895 &#34;Douglas_Adams&#34; .
wd:Q42 p:P7763 s:Q42-b3f2a8bb-499e-f51c-a45c-fc1a3ff9722e .
s:Q42-b3f2a8bb-499e-f51c-a45c-fc1a3ff9722e a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P7763 wd:Q73555012 .
wd:Q42 p:P1889 s:Q42-73e33703-4ae6-7b11-eecc-af044ac04d29 .
s:Q42-73e33703-4ae6-7b11-eecc-af044ac04d29 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1889 wd:Q21454969 .
wd:Q42 p:P172 s:Q42-3B573CED-154E-4A72-9575-68F94332FF1B .
s:Q42-3B573CED-154E-4A72-9575-68F94332FF1B a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P172 wd:Q7994501 ;
prov:wasDerivedFrom ref:66cc747c76cfb3538eb404dab78a2c3942ac5ca0 .
wd:Q42 p:P937 s:Q42-3AE62B5B-91C1-48DB-B728-337F7925F4DF .
s:Q42-3AE62B5B-91C1-48DB-B728-337F7925F4DF a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P937 wd:Q84 .
wd:Q42 p:P742 s:Q42-4f3397c8-44ec-14e7-b7d1-8e956ea0544d .
s:Q42-4f3397c8-44ec-14e7-b7d1-8e956ea0544d a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P742 &#34;David Agnew&#34; ;
pq:P805 wd:Q11036149 ;
prov:wasDerivedFrom ref:75b1617556ee3edc63bc02b87f4a042a079e0901 .
wd:Q42 p:P8385 s:Q42-A699AF6C-A60F-4B24-95E6-56C3BCC0C3F7 .
s:Q42-A699AF6C-A60F-4B24-95E6-56C3BCC0C3F7 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P8385 &#34;23691&#34; ;
prov:wasDerivedFrom ref:760e3627ff3aaf106fde98cc8fd2fc0cdec02773 .
wd:Q42 p:P9100 s:Q42-94b63e30-45dc-c12d-1daf-330d8e34f2ba .
s:Q42-94b63e30-45dc-c12d-1daf-330d8e34f2ba a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P9100 &#34;douglas-adams&#34; .
wd:Q42 p:P9196 s:Q42-9a620ec7-42d6-9ef2-1f50-88676fa6563b .
s:Q42-9a620ec7-42d6-9ef2-1f50-88676fa6563b a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P9196 &#34;douglas-adams&#34; .
wd:Q42 p:P9251 s:Q42-2CD4A5B8-E13E-478D-9C4D-10ADBC6DBD8E .
s:Q42-2CD4A5B8-E13E-478D-9C4D-10ADBC6DBD8E a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P9251 &#34;80743&#34; .
wd:Q42 p:P9307 s:Q42-86610cfa-4812-ac70-37ea-3e29d890db55 .
s:Q42-86610cfa-4812-ac70-37ea-3e29d890db55 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P9307 &#34;Douglas_Adams&#34; .
wd:Q42 p:P1340 s:Q42-e699cb9f-4627-67c0-8ead-86e7f9873c5d .
s:Q42-e699cb9f-4627-67c0-8ead-86e7f9873c5d a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1340 wd:Q17122705 ;
prov:wasDerivedFrom ref:366cc289740fb68df974400fad75e891dc6af3d0 .
wd:Q42 p:P101 s:Q42-0C5C0A36-7389-4E16-969B-851D25C94AC2 .
s:Q42-0C5C0A36-7389-4E16-969B-851D25C94AC2 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P101 wd:Q3238422 ;
prov:wasDerivedFrom ref:f38b0c50096908694fe215d33497be11eb3f9d3b .
wd:Q42 p:P1813 s:Q42-ba67c870-4aab-5093-a92d-7de40d46c67a .
s:Q42-ba67c870-4aab-5093-a92d-7de40d46c67a a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1813 &#34;Douglas Adams&#34;@en .
wd:Q42 p:P166 s:Q42-4A5D5EDF-5E67-4014-855A-429C0A798A49 .
s:Q42-4A5D5EDF-5E67-4014-855A-429C0A798A49 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P166 wd:Q2687578 ;
pq:P585 &#34;1983-01-01T00:00:00Z&#34;^^xsd:dateTime ;
pqv:P585 v:879ab479c61145d6cf9d0b29093b0e10 ;
prov:wasDerivedFrom ref:c380cbf312acc66fffc90dc202322f9f182c7620 .
wd:Q42 p:P9807 s:Q42-C47292D2-7E64-4003-B488-134B738E04DB .
s:Q42-C47292D2-7E64-4003-B488-134B738E04DB a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P9807 &#34;153440&#34; .
wd:Q42 p:P9807 s:Q42-275B307B-8212-4E9F-8BDD-5E8052FE7A6B .
s:Q42-275B307B-8212-4E9F-8BDD-5E8052FE7A6B a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P9807 &#34;172463&#34; .
wd:Q42 p:P9743 s:Q42-0A124C11-F01C-47A5-B053-78FEC1419636 .
s:Q42-0A124C11-F01C-47A5-B053-78FEC1419636 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P9743 &#34;107a9B0DKL&#34; .
wd:Q42 p:P1149 s:Q42-64ccf7f1-468e-dd71-ce91-cf5b5a33bf66 .
s:Q42-64ccf7f1-468e-dd71-ce91-cf5b5a33bf66 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1149 &#34;PR6051.D3352&#34; ;
psn:P1149 &lt;http://id.loc.gov/authorities/classification/PR6051.D3352&gt; ;
prov:wasDerivedFrom ref:e0f5a61dcd233962d497f85010f258c713169a5d .
wd:Q42 p:P9918 s:Q42-C5579150-128A-4678-9203-F183E2BAC1AC .
s:Q42-C5579150-128A-4678-9203-F183E2BAC1AC a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P9918 &#34;PE00105434&#34; .
wd:Q42 p:P9995 s:Q42-209F2E28-4B1A-44F8-AB0E-B3E7AE7B2ED6 .
s:Q42-209F2E28-4B1A-44F8-AB0E-B3E7AE7B2ED6 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P9995 &#34;157777&#34; .
wd:Q42 p:P9984 s:Q42-30E900DA-6B17-4530-874A-D1FC375CD0D1 .
s:Q42-30E900DA-6B17-4530-874A-D1FC375CD0D1 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P9984 &#34;981058527710806706&#34; .
wd:Q42 p:P7084 s:Q42-7611DFFC-CF13-46E4-A358-C8006733C2EB .
s:Q42-7611DFFC-CF13-46E4-A358-C8006733C2EB a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P7084 wd:Q8722666 ;
pq:P642 wd:Q109122021 .
wd:Q42 p:P6173 s:Q42-B2C8E176-C004-4F94-B43D-289F50DC490E .
s:Q42-B2C8E176-C004-4F94-B43D-289F50DC490E a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P6173 &#34;3352&#34; .
wd:Q42 p:P18 s:Q42-44889d0f-474c-4fb9-1961-9a3366cbbb9e .
s:Q42-44889d0f-474c-4fb9-1961-9a3366cbbb9e a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P18 &lt;http://commons.wikimedia.org/wiki/Special:FilePath/Douglas%20adams%20portrait%20cropped.jpg&gt; ;
pq:P2096 &#34;Porträtt av Douglas Adams.&#34;@sv,
&#34;Douglas Adams portresi&#34;@tr,
&#34;Douglas Adams ååʹbleǩkartt&#34;@sms,
&#34;Douglas Adamsin muotokuva&#34;@fi,
&#34;Portrait of Douglas Adams&#34;@en,
&#34;פורטרט של דאגלס אדמס&#34;@he,
&#34;Portrait von Douglas Adams&#34;@de,
&#34;Retrat de Douglas Adams&#34;@ca,
&#34;Portret Douglasa Adamsa&#34;@pl,
&#34;Potret Douglas Adams&#34;@ms,
&#34;ڤوتريت دݢلس ايدمﺯ&#34;@ms-arab,
&#34;Chân dung Douglas Adams&#34;@vi,
&#34;Portrait de Douglas Adams&#34;@fr,
&#34;Portrett av Douglas Adams&#34;@nb .
wd:Q42 p:P7775 s:Q42-78C0F679-1DD4-4CF9-9531-53CE28F55223 .
s:Q42-78C0F679-1DD4-4CF9-9531-53CE28F55223 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P7775 &#34;Douglas_Adams&#34; .
wd:Q42 p:P10069 s:Q42-22DF7228-265A-44D2-B901-CC6847EEAC97 .
s:Q42-22DF7228-265A-44D2-B901-CC6847EEAC97 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P10069 &#34;61960&#34; .
wd:Q42 p:P8292 s:Q42-89FD13EC-42C3-4CCA-8194-0923F0FFF47A .
s:Q42-89FD13EC-42C3-4CCA-8194-0923F0FFF47A a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P8292 &#34;236432&#34; .
wd:Q42 p:P10266 s:Q42-BA3242A3-8CFB-409A-B398-9DC8246386E4 .
s:Q42-BA3242A3-8CFB-409A-B398-9DC8246386E4 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P10266 &#34;97049&#34; .
wd:Q42 p:P8313 s:Q42-3596C7F3-3DAF-436A-A226-5BF83795AFC5 .
s:Q42-3596C7F3-3DAF-436A-A226-5BF83795AFC5 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P8313 &#34;Douglas_Adams&#34; .
wd:Q42 p:P10291 s:Q42-9ba29285-43e5-3c18-b1b9-a9a064eb0d6a .
s:Q42-9ba29285-43e5-3c18-b1b9-a9a064eb0d6a a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P10291 &#34;82260&#34; .
wd:Q42 p:P3368 s:Q42-2DD87345-81C1-4252-A5C2-727F1950AB17 .
s:Q42-2DD87345-81C1-4252-A5C2-727F1950AB17 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P3368 &#34;215957&#34; .
wd:Q42 p:P10387 s:Q42-156e5f4b-4573-d9c9-c47b-9a15fd557baf .
s:Q42-156e5f4b-4573-d9c9-c47b-9a15fd557baf a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P10387 &#34;75&#34; .
wd:Q42 p:P10553 s:Q42-113B068E-749D-4BC8-8E4A-28FAB7CD7A02 .
s:Q42-113B068E-749D-4BC8-8E4A-28FAB7CD7A02 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P10553 &#34;079822096&#34; .
wd:Q42 p:P9965 s:Q42-3C16B2DF-4FE4-4E43-9EA7-70E7081C2B83 .
s:Q42-3C16B2DF-4FE4-4E43-9EA7-70E7081C2B83 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P9965 &#34;40231&#34; .
wd:Q42 p:P10337 s:Q42-D9E70352-C672-41BC-A71E-1FEF5B8066EB .
s:Q42-D9E70352-C672-41BC-A71E-1FEF5B8066EB a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P10337 &#34;A/adams-douglas&#34; ;
prov:wasDerivedFrom ref:10addd300a6925c60bbf81c3c80ee38786a8a616 .
wd:Q42 p:P7502 s:Q42-B3C6240B-C357-4EE1-AB7D-C41D0C8B5B03 .
s:Q42-B3C6240B-C357-4EE1-AB7D-C41D0C8B5B03 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P7502 &#34;Douglas_Adams-YNBW&#34; ;
prov:wasDerivedFrom ref:b821feb93898353cb8fddf3c25f8a4ee538e7f2d .
wd:Q42 p:P1477 s:Q42-7E93B05B-9637-433A-97B2-9F8288B215B0 .
s:Q42-7E93B05B-9637-433A-97B2-9F8288B215B0 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1477 &#34;Douglas Noël Adams&#34;@en ;
prov:wasDerivedFrom ref:4bdbb5fd8d46626c4c5a382ff95215b8d771ad56,
ref:f38b0c50096908694fe215d33497be11eb3f9d3b .
wd:Q42 p:P1559 s:Q42-e525b79e-4a34-b70f-862e-41837655f565 .
s:Q42-e525b79e-4a34-b70f-862e-41837655f565 a wikibase:Statement,
wikibase:BestRank ;
wikibase:rank wikibase:NormalRank ;
ps:P1559 &#34;Douglas Adams&#34;@en ;
prov:wasDerivedFrom ref:f38b0c50096908694fe215d33497be11eb3f9d3b .
wd:Q42 rdfs:label &#34;Douglas Adams&#34;@en ;
skos:prefLabel &#34;Douglas Adams&#34;@en ;
schema:name &#34;Douglas Adams&#34;@en ;
rdfs:label &#34;Douglas Adams&#34;@fr ;
skos:prefLabel &#34;Douglas Adams&#34;@fr ;
schema:name &#34;Douglas Adams&#34;@fr ;
rdfs:label &#34;Дуглас Адамс&#34;@ru ;
skos:prefLabel &#34;Дуглас Адамс&#34;@ru ;
schema:name &#34;Дуглас Адамс&#34;@ru ;
rdfs:label &#34;Douglas Adams&#34;@pl ;
skos:prefLabel &#34;Douglas Adams&#34;@pl ;
schema:name &#34;Douglas Adams&#34;@pl ;
rdfs:label &#34;Douglas Adams&#34;@it ;
skos:prefLabel &#34;Douglas Adams&#34;@it ;
schema:name &#34;Douglas Adams&#34;@it ;
rdfs:label &#34;Douglas Adams&#34;@en-gb ;
skos:prefLabel &#34;Douglas Adams&#34;@en-gb ;
schema:name &#34;Douglas Adams&#34;@en-gb ;
rdfs:label &#34;Douglas Adams&#34;@nb ;
skos:prefLabel &#34;Douglas Adams&#34;@nb ;
schema:name &#34;Douglas Adams&#34;@nb ;
rdfs:label &#34;Douglas Adams&#34;@es ;
skos:prefLabel &#34;Douglas Adams&#34;@es ;
schema:name &#34;Douglas Adams&#34;@es ;
rdfs:label &#34;Douglas Adams&#34;@en-ca ;
skos:prefLabel &#34;Douglas Adams&#34;@en-ca ;
schema:name &#34;Douglas Adams&#34;@en-ca ;
rdfs:label &#34;Douglas Adams&#34;@hr ;
skos:prefLabel &#34;Douglas Adams&#34;@hr ;
schema:name &#34;Douglas Adams&#34;@hr ;
rdfs:label &#34;Douglas Adams&#34;@pt ;
skos:prefLabel &#34;Douglas Adams&#34;@pt ;
schema:name &#34;Douglas Adams&#34;@pt ;
rdfs:label &#34;더글러스 애덤스&#34;@ko ;
skos:prefLabel &#34;더글러스 애덤스&#34;@ko ;
schema:name &#34;더글러스 애덤스&#34;@ko ;
rdfs:label &#34;Douglas Adams&#34;@nl ;
skos:prefLabel &#34;Douglas Adams&#34;@nl ;
schema:name &#34;Douglas Adams&#34;@nl ;
rdfs:label &#34;Ντάγκλας Άνταμς&#34;@el ;
skos:prefLabel &#34;Ντάγκλας Άνταμς&#34;@el ;
schema:name &#34;Ντάγκλας Άνταμς&#34;@el ;
rdfs:label &#34;دوغلاس آدمز&#34;@ar ;
skos:prefLabel &#34;دوغلاس آدمز&#34;@ar ;
schema:name &#34;دوغلاس آدمز&#34;@ar ;
rdfs:label &#34;دوجلاس ادامز&#34;@arz ;
skos:prefLabel &#34;دوجلاس ادامز&#34;@arz ;
schema:name &#34;دوجلاس ادامز&#34;@arz ;
rdfs:label &#34;Douglas Adams&#34;@bar ;
skos:prefLabel &#34;Douglas Adams&#34;@bar ;
schema:name &#34;Douglas Adams&#34;@bar ;
rdfs:label &#34;Дуглас Адамс&#34;@be ;
skos:prefLabel &#34;Дуглас Адамс&#34;@be ;
schema:name &#34;Дуглас Адамс&#34;@be ;
rdfs:label &#34;Дъглас Адамс&#34;@bg ;
skos:prefLabel &#34;Дъглас Адамс&#34;@bg ;
schema:name &#34;Дъглас Адамс&#34;@bg ;
rdfs:label &#34;Douglas Adams&#34;@bs ;
skos:prefLabel &#34;Douglas Adams&#34;@bs ;
schema:name &#34;Douglas Adams&#34;@bs ;
rdfs:label &#34;Douglas Adams&#34;@ca ;
skos:prefLabel &#34;Douglas Adams&#34;@ca ;
schema:name &#34;Douglas Adams&#34;@ca ;
rdfs:label &#34;Douglas Adams&#34;@cs ;
skos:prefLabel &#34;Douglas Adams&#34;@cs ;
schema:name &#34;Douglas Adams&#34;@cs ;
rdfs:label &#34;Douglas Adams&#34;@cy ;
skos:prefLabel &#34;Douglas Adams&#34;@cy ;
schema:name &#34;Douglas Adams&#34;@cy ;
rdfs:label &#34;Douglas Adams&#34;@da ;
skos:prefLabel &#34;Douglas Adams&#34;@da ;
schema:name &#34;Douglas Adams&#34;@da ;
rdfs:label &#34;Douglas Adams&#34;@eo ;
skos:prefLabel &#34;Douglas Adams&#34;@eo ;
schema:name &#34;Douglas Adams&#34;@eo ;
rdfs:label &#34;Douglas Adams&#34;@et ;
skos:prefLabel &#34;Douglas Adams&#34;@et ;
schema:name &#34;Douglas Adams&#34;@et ;
rdfs:label &#34;داگلاس آدامز&#34;@fa ;
skos:prefLabel &#34;داگلاس آدامز&#34;@fa ;
schema:name &#34;داگلاس آدامز&#34;@fa ;
rdfs:label &#34;Douglas Adams&#34;@fi ;
skos:prefLabel &#34;Douglas Adams&#34;@fi ;
schema:name &#34;Douglas Adams&#34;@fi ;
rdfs:label &#34;Douglas Adams&#34;@ga ;
skos:prefLabel &#34;Douglas Adams&#34;@ga ;
schema:name &#34;Douglas Adams&#34;@ga ;
rdfs:label &#34;Douglas Adams&#34;@gl ;
skos:prefLabel &#34;Douglas Adams&#34;@gl ;
schema:name &#34;Douglas Adams&#34;@gl ;
rdfs:label &#34;דאגלס אדמס&#34;@he ;
skos:prefLabel &#34;דאגלס אדמס&#34;@he ;
schema:name &#34;דאגלס אדמס&#34;@he ;
rdfs:label &#34;Douglas Adams&#34;@hu ;
skos:prefLabel &#34;Douglas Adams&#34;@hu ;
schema:name &#34;Douglas Adams&#34;@hu ;
rdfs:label &#34;Douglas Adams&#34;@id ;
skos:prefLabel &#34;Douglas Adams&#34;@id ;
schema:name &#34;Douglas Adams&#34;@id ;
rdfs:label &#34;Douglas Adams&#34;@io ;
skos:prefLabel &#34;Douglas Adams&#34;@io ;
schema:name &#34;Douglas Adams&#34;@io ;
rdfs:label &#34;Douglas Adams&#34;@is ;
skos:prefLabel &#34;Douglas Adams&#34;@is ;
schema:name &#34;Douglas Adams&#34;@is ;
rdfs:label &#34;ダグラス・アダムズ&#34;@ja ;
skos:prefLabel &#34;ダグラス・アダムズ&#34;@ja ;
schema:name &#34;ダグラス・アダムズ&#34;@ja ;
rdfs:label &#34;Douglas Adams&#34;@jv ;
skos:prefLabel &#34;Douglas Adams&#34;@jv ;
schema:name &#34;Douglas Adams&#34;@jv ;
rdfs:label &#34;დაგლას ადამსი&#34;@ka ;
skos:prefLabel &#34;დაგლას ადამსი&#34;@ka ;
schema:name &#34;დაგლას ადამსი&#34;@ka ;
rdfs:label &#34;Duglassius Adams&#34;@la ;
skos:prefLabel &#34;Duglassius Adams&#34;@la ;
schema:name &#34;Duglassius Adams&#34;@la ;
rdfs:label &#34;Duglass Adamss&#34;@lv ;
skos:prefLabel &#34;Duglass Adamss&#34;@lv ;
schema:name &#34;Duglass Adamss&#34;@lv ;
rdfs:label &#34;Даглас Адамс&#34;@mk ;
skos:prefLabel &#34;Даглас Адамс&#34;@mk ;
schema:name &#34;Даглас Адамс&#34;@mk ;
rdfs:label &#34;डग्लस अॅडम्स&#34;@mr ;
skos:prefLabel &#34;डग्लस अॅडम्स&#34;@mr ;
schema:name &#34;डग्लस अॅडम्स&#34;@mr ;
rdfs:label &#34;Douglas Adams&#34;@nn ;
skos:prefLabel &#34;Douglas Adams&#34;@nn ;
schema:name &#34;Douglas Adams&#34;@nn ;
rdfs:label &#34;Douglas Adams&#34;@ro ;
skos:prefLabel &#34;Douglas Adams&#34;@ro ;
schema:name &#34;Douglas Adams&#34;@ro ;
rdfs:label &#34;Douglas Adams&#34;@sco ;
skos:prefLabel &#34;Douglas Adams&#34;@sco ;
schema:name &#34;Douglas Adams&#34;@sco ;
rdfs:label &#34;Douglas Adams&#34;@sh ;
skos:prefLabel &#34;Douglas Adams&#34;@sh ;
schema:name &#34;Douglas Adams&#34;@sh ;
rdfs:label &#34;Douglas Adams&#34;@sk ;
skos:prefLabel &#34;Douglas Adams&#34;@sk ;
schema:name &#34;Douglas Adams&#34;@sk ;
rdfs:label &#34;Douglas Adams&#34;@sl ;
skos:prefLabel &#34;Douglas Adams&#34;@sl ;
schema:name &#34;Douglas Adams&#34;@sl ;
rdfs:label &#34;Douglas Adams&#34;@sq ;
skos:prefLabel &#34;Douglas Adams&#34;@sq ;
schema:name &#34;Douglas Adams&#34;@sq ;
rdfs:label &#34;Даглас Адамс&#34;@sr ;
skos:prefLabel &#34;Даглас Адамс&#34;@sr ;
schema:name &#34;Даглас Адамс&#34;@sr ;
rdfs:label &#34;Douglas Adams&#34;@sv ;
skos:prefLabel &#34;Douglas Adams&#34;@sv ;
schema:name &#34;Douglas Adams&#34;@sv ;
rdfs:label &#34;டக்ளஸ் ஆடம்ஸ்&#34;@ta ;
skos:prefLabel &#34;டக்ளஸ் ஆடம்ஸ்&#34;@ta ;
schema:name &#34;டக்ளஸ் ஆடம்ஸ்&#34;@ta ;
rdfs:label &#34;Douglas Adams&#34;@tr ;
skos:prefLabel &#34;Douglas Adams&#34;@tr ;
schema:name &#34;Douglas Adams&#34;@tr ;
rdfs:label &#34;Дуглас Адамс&#34;@uk ;
skos:prefLabel &#34;Дуглас Адамс&#34;@uk ;
schema:name &#34;Дуглас Адамс&#34;@uk ;
rdfs:label &#34;Douglas Adams&#34;@vi ;
skos:prefLabel &#34;Douglas Adams&#34;@vi ;
schema:name &#34;Douglas Adams&#34;@vi ;
rdfs:label &#34;道格拉斯·亞當斯&#34;@zh ;
skos:prefLabel &#34;道格拉斯·亞當斯&#34;@zh ;
schema:name &#34;道格拉斯·亞當斯&#34;@zh ;
rdfs:label &#34;道格拉斯·亚当斯&#34;@zh-cn ;
skos:prefLabel &#34;道格拉斯·亚当斯&#34;@zh-cn ;
schema:name &#34;道格拉斯·亚当斯&#34;@zh-cn ;
rdfs:label &#34;道格拉斯·亚当斯&#34;@zh-hans ;
skos:prefLabel &#34;道格拉斯·亚当斯&#34;@zh-hans ;
schema:name &#34;道格拉斯·亚当斯&#34;@zh-hans ;
rdfs:label &#34;道格拉斯·亞當斯&#34;@zh-hant ;
skos:prefLabel &#34;道格拉斯·亞當斯&#34;@zh-hant ;
schema:name &#34;道格拉斯·亞當斯&#34;@zh-hant ;
rdfs:label &#34;Douglas Adams&#34;@de-ch ;
skos:prefLabel &#34;Douglas Adams&#34;@de-ch ;
schema:name &#34;Douglas Adams&#34;@de-ch ;
rdfs:label &#34;Douglas Adams&#34;@pt-br ;
skos:prefLabel &#34;Douglas Adams&#34;@pt-br ;
schema:name &#34;Douglas Adams&#34;@pt-br ;
rdfs:label &#34;道格拉斯·亚当斯&#34;@zh-sg ;
skos:prefLabel &#34;道格拉斯·亚当斯&#34;@zh-sg ;
schema:name &#34;道格拉斯·亚当斯&#34;@zh-sg ;
rdfs:label &#34;道格拉斯·亚当斯&#34;@zh-my ;
skos:prefLabel &#34;道格拉斯·亚当斯&#34;@zh-my ;
schema:name &#34;道格拉斯·亚当斯&#34;@zh-my ;
rdfs:label &#34;道格拉斯·亞當斯&#34;@zh-hk ;
skos:prefLabel &#34;道格拉斯·亞當斯&#34;@zh-hk ;
schema:name &#34;道格拉斯·亞當斯&#34;@zh-hk ;
rdfs:label &#34;道格拉斯·亞當斯&#34;@zh-tw ;
skos:prefLabel &#34;道格拉斯·亞當斯&#34;@zh-tw ;
schema:name &#34;道格拉斯·亞當斯&#34;@zh-tw ;
rdfs:label &#34;道格拉斯·亞當斯&#34;@zh-mo ;
skos:prefLabel &#34;道格拉斯·亞當斯&#34;@zh-mo ;
schema:name &#34;道格拉斯·亞當斯&#34;@zh-mo ;
rdfs:label &#34;Douglas Adams&#34;@war ;
skos:prefLabel &#34;Douglas Adams&#34;@war ;
schema:name &#34;Douglas Adams&#34;@war ;
rdfs:label &#34;Дуглас Адамз&#34;@be-tarask ;
skos:prefLabel &#34;Дуглас Адамз&#34;@be-tarask ;
schema:name &#34;Дуглас Адамз&#34;@be-tarask ;
rdfs:label &#34;Adams Duglas&#34;@vep ;
skos:prefLabel &#34;Adams Duglas&#34;@vep ;
schema:name &#34;Adams Duglas&#34;@vep ;
rdfs:label &#34;ڈگلس ایڈم&#34;@ur ;
skos:prefLabel &#34;ڈگلس ایڈم&#34;@ur ;
schema:name &#34;ڈگلس ایڈم&#34;@ur ;
rdfs:label &#34;Douglas Adams&#34;@oc ;
skos:prefLabel &#34;Douglas Adams&#34;@oc ;
schema:name &#34;Douglas Adams&#34;@oc ;
rdfs:label &#34;Douglas Adams&#34;@af ;
skos:prefLabel &#34;Douglas Adams&#34;@af ;
schema:name &#34;Douglas Adams&#34;@af ;
rdfs:label &#34;Douglas Adams&#34;@an ;
skos:prefLabel &#34;Douglas Adams&#34;@an ;
schema:name &#34;Douglas Adams&#34;@an ;
rdfs:label &#34;Douglas Adams&#34;@br ;
skos:prefLabel &#34;Douglas Adams&#34;@br ;
schema:name &#34;Douglas Adams&#34;@br ;
rdfs:label &#34;Douglas Adams&#34;@eu ;
skos:prefLabel &#34;Douglas Adams&#34;@eu ;
schema:name &#34;Douglas Adams&#34;@eu ;
rdfs:label &#34;Douglas Adams&#34;@lb ;
skos:prefLabel &#34;Douglas Adams&#34;@lb ;
schema:name &#34;Douglas Adams&#34;@lb ;
rdfs:label &#34;Douglas Adams&#34;@lmo ;
skos:prefLabel &#34;Douglas Adams&#34;@lmo ;
schema:name &#34;Douglas Adams&#34;@lmo ;
rdfs:label &#34;Douglas Adams&#34;@lt ;
skos:prefLabel &#34;Douglas Adams&#34;@lt ;
schema:name &#34;Douglas Adams&#34;@lt ;
rdfs:label &#34;Douglas Adams&#34;@nds ;
skos:prefLabel &#34;Douglas Adams&#34;@nds ;
schema:name &#34;Douglas Adams&#34;@nds ;
rdfs:label &#34;Douglas Adams&#34;@nds-nl ;
skos:prefLabel &#34;Douglas Adams&#34;@nds-nl ;
schema:name &#34;Douglas Adams&#34;@nds-nl ;
rdfs:label &#34;Douglas Adams&#34;@pms ;
skos:prefLabel &#34;Douglas Adams&#34;@pms ;
schema:name &#34;Douglas Adams&#34;@pms ;
rdfs:label &#34;Douglas Adams&#34;@vec ;
skos:prefLabel &#34;Douglas Adams&#34;@vec ;
schema:name &#34;Douglas Adams&#34;@vec ;
rdfs:label &#34;Douglas Adams&#34;@wa ;
skos:prefLabel &#34;Douglas Adams&#34;@wa ;
schema:name &#34;Douglas Adams&#34;@wa ;
rdfs:label &#34;Даглас Адамс&#34;@sr-ec ;
skos:prefLabel &#34;Даглас Адамс&#34;@sr-ec ;
schema:name &#34;Даглас Адамс&#34;@sr-ec ;
rdfs:label &#34;Daglas Adams&#34;@sr-el ;
skos:prefLabel &#34;Daglas Adams&#34;@sr-el ;
schema:name &#34;Daglas Adams&#34;@sr-el ;
rdfs:label &#34;Douglas Adams&#34;@de ;
skos:prefLabel &#34;Douglas Adams&#34;@de ;
schema:name &#34;Douglas Adams&#34;@de ;
rdfs:label &#34;دەگلاس ئادمز&#34;@ckb ;
skos:prefLabel &#34;دەگلاس ئادمز&#34;@ckb ;
schema:name &#34;دەگلاس ئادمز&#34;@ckb ;
rdfs:label &#34;Douglas Adams&#34;@fo ;
skos:prefLabel &#34;Douglas Adams&#34;@fo ;
schema:name &#34;Douglas Adams&#34;@fo ;
rdfs:label &#34;Douglas Adams&#34;@kl ;
skos:prefLabel &#34;Douglas Adams&#34;@kl ;
schema:name &#34;Douglas Adams&#34;@kl ;
rdfs:label &#34;Douglas Adams&#34;@gsw ;
skos:prefLabel &#34;Douglas Adams&#34;@gsw ;
schema:name &#34;Douglas Adams&#34;@gsw ;
rdfs:label &#34;డగ్లస్ ఆడమ్స్&#34;@te ;
skos:prefLabel &#34;డగ్లస్ ఆడమ్స్&#34;@te ;
schema:name &#34;డగ్లస్ ఆడమ్స్&#34;@te ;
rdfs:label &#34;ඩග්ලස් ඇඩම්ස්&#34;@si ;
skos:prefLabel &#34;ඩග්ලස් ඇඩම්ස්&#34;@si ;
schema:name &#34;ඩග්ලස් ඇඩම්ස්&#34;@si ;
rdfs:label &#34;ডগলাস অ্যাডামস&#34;@bn ;
skos:prefLabel &#34;ডগলাস অ্যাডামস&#34;@bn ;
schema:name &#34;ডগলাস অ্যাডামস&#34;@bn ;
rdfs:label &#34;डग्लस अ‍डम्स&#34;@hi ;
skos:prefLabel &#34;डग्लस अ‍डम्स&#34;@hi ;
schema:name &#34;डग्लस अ‍डम्स&#34;@hi ;
rdfs:label &#34;डग्लस अ‍डम्स&#34;@rwr ;
skos:prefLabel &#34;डग्लस अ‍डम्स&#34;@rwr ;
schema:name &#34;डग्लस अ‍डम्स&#34;@rwr ;
rdfs:label &#34;Douglas Adams&#34;@mg ;
skos:prefLabel &#34;Douglas Adams&#34;@mg ;
schema:name &#34;Douglas Adams&#34;@mg ;
rdfs:label &#34;ഡഗ്ലസ് ആഡംസ്&#34;@ml ;
skos:prefLabel &#34;ഡഗ്ലസ് ആഡംസ്&#34;@ml ;
schema:name &#34;ഡഗ്ലസ് ആഡംസ്&#34;@ml ;
rdfs:label &#34;ડગ્લાસ એડમ્સ&#34;@gu ;
skos:prefLabel &#34;ડગ્લાસ એડમ્સ&#34;@gu ;
schema:name &#34;ડગ્લાસ એડમ્સ&#34;@gu ;
rdfs:label &#34;Դուգլաս Ադամս&#34;@hy ;
skos:prefLabel &#34;Դուգլաս Ադամս&#34;@hy ;
schema:name &#34;Դուգլաս Ադամս&#34;@hy ;
rdfs:label &#34;Douglas Adams&#34;@ast ;
skos:prefLabel &#34;Douglas Adams&#34;@ast ;
schema:name &#34;Douglas Adams&#34;@ast ;
rdfs:label &#34;Douglas Adams&#34;@co ;
skos:prefLabel &#34;Douglas Adams&#34;@co ;
schema:name &#34;Douglas Adams&#34;@co ;
rdfs:label &#34;Douglas Adams&#34;@de-at ;
skos:prefLabel &#34;Douglas Adams&#34;@de-at ;
schema:name &#34;Douglas Adams&#34;@de-at ;
rdfs:label &#34;Douglas Adams&#34;@frp ;
skos:prefLabel &#34;Douglas Adams&#34;@frp ;
schema:name &#34;Douglas Adams&#34;@frp ;
rdfs:label &#34;Douglas Adams&#34;@fur ;
skos:prefLabel &#34;Douglas Adams&#34;@fur ;
schema:name &#34;Douglas Adams&#34;@fur ;
rdfs:label &#34;Douglas Adams&#34;@gd ;
skos:prefLabel &#34;Douglas Adams&#34;@gd ;
schema:name &#34;Douglas Adams&#34;@gd ;
rdfs:label &#34;Douglas Adams&#34;@ia ;
skos:prefLabel &#34;Douglas Adams&#34;@ia ;
schema:name &#34;Douglas Adams&#34;@ia ;
rdfs:label &#34;Douglas Adams&#34;@ie ;
skos:prefLabel &#34;Douglas Adams&#34;@ie ;
schema:name &#34;Douglas Adams&#34;@ie ;
rdfs:label &#34;Douglas Adams&#34;@kg ;
skos:prefLabel &#34;Douglas Adams&#34;@kg ;
schema:name &#34;Douglas Adams&#34;@kg ;
rdfs:label &#34;Douglas Adams&#34;@li ;
skos:prefLabel &#34;Douglas Adams&#34;@li ;
schema:name &#34;Douglas Adams&#34;@li ;
rdfs:label &#34;Douglas Adams&#34;@lij ;
skos:prefLabel &#34;Douglas Adams&#34;@lij ;
schema:name &#34;Douglas Adams&#34;@lij ;
rdfs:label &#34;Douglas Adams&#34;@min ;
skos:prefLabel &#34;Douglas Adams&#34;@min ;
schema:name &#34;Douglas Adams&#34;@min ;
rdfs:label &#34;Douglas Adams&#34;@ms ;
skos:prefLabel &#34;Douglas Adams&#34;@ms ;
schema:name &#34;Douglas Adams&#34;@ms ;
rdfs:label &#34;Douglas Adams&#34;@nap ;
skos:prefLabel &#34;Douglas Adams&#34;@nap ;
schema:name &#34;Douglas Adams&#34;@nap ;
rdfs:label &#34;Douglas Adams&#34;@nrm ;
skos:prefLabel &#34;Douglas Adams&#34;@nrm ;
schema:name &#34;Douglas Adams&#34;@nrm ;
rdfs:label &#34;Douglas Adams&#34;@pcd ;
skos:prefLabel &#34;Douglas Adams&#34;@pcd ;
schema:name &#34;Douglas Adams&#34;@pcd ;
rdfs:label &#34;Douglas Adams&#34;@rm ;
skos:prefLabel &#34;Douglas Adams&#34;@rm ;
schema:name &#34;Douglas Adams&#34;@rm ;
rdfs:label &#34;Douglas Adams&#34;@sc ;
skos:prefLabel &#34;Douglas Adams&#34;@sc ;
schema:name &#34;Douglas Adams&#34;@sc ;
rdfs:label &#34;Douglas Adams&#34;@scn ;
skos:prefLabel &#34;Douglas Adams&#34;@scn ;
schema:name &#34;Douglas Adams&#34;@scn ;
rdfs:label &#34;Douglas Adams&#34;@sw ;
skos:prefLabel &#34;Douglas Adams&#34;@sw ;
schema:name &#34;Douglas Adams&#34;@sw ;
rdfs:label &#34;Douglas Adams&#34;@vls ;
skos:prefLabel &#34;Douglas Adams&#34;@vls ;
schema:name &#34;Douglas Adams&#34;@vls ;
rdfs:label &#34;Douglas Adams&#34;@vo ;
skos:prefLabel &#34;Douglas Adams&#34;@vo ;
schema:name &#34;Douglas Adams&#34;@vo ;
rdfs:label &#34;Douglas Adams&#34;@wo ;
skos:prefLabel &#34;Douglas Adams&#34;@wo ;
schema:name &#34;Douglas Adams&#34;@wo ;
rdfs:label &#34;Douglas Adams&#34;@zu ;
skos:prefLabel &#34;Douglas Adams&#34;@zu ;
schema:name &#34;Douglas Adams&#34;@zu ;
rdfs:label &#34;Duqlas Noel Adams&#34;@az ;
skos:prefLabel &#34;Duqlas Noel Adams&#34;@az ;
schema:name &#34;Duqlas Noel Adams&#34;@az ;
rdfs:label &#34;Doglas Adams&#34;@ak ;
skos:prefLabel &#34;Doglas Adams&#34;@ak ;
schema:name &#34;Doglas Adams&#34;@ak ;
rdfs:label &#34;ଡଗ୍‌ଲାସ୍‌ ଆଦାମ୍‌ସ&#34;@or ;
skos:prefLabel &#34;ଡଗ୍‌ଲାସ୍‌ ଆଦାମ୍‌ସ&#34;@or ;
schema:name &#34;ଡଗ୍‌ଲାସ୍‌ ଆଦାମ୍‌ସ&#34;@or ;
rdfs:label &#34;ಡಗ್ಲಸ್ ಆಡಮ್ಸ್&#34;@kn ;
skos:prefLabel &#34;ಡಗ್ಲಸ್ ಆಡಮ್ಸ್&#34;@kn ;
schema:name &#34;ಡಗ್ಲಸ್ ಆಡಮ್ಸ್&#34;@kn ;
rdfs:label &#34;डगलस एडम्स&#34;@ne ;
skos:prefLabel &#34;डगलस एडम्स&#34;@ne ;
schema:name &#34;डगलस एडम्स&#34;@ne ;
rdfs:label &#34;Адамс&#34;@mrj ;
skos:prefLabel &#34;Адамс&#34;@mrj ;
schema:name &#34;Адамс&#34;@mrj ;
rdfs:label &#34;ดักลัส แอดัมส์&#34;@th ;
skos:prefLabel &#34;ดักลัส แอดัมส์&#34;@th ;
schema:name &#34;ดักลัส แอดัมส์&#34;@th ;
rdfs:label &#34;ਡਗਲਸ ਐਡਮਜ਼&#34;@pa ;
skos:prefLabel &#34;ਡਗਲਸ ਐਡਮਜ਼&#34;@pa ;
schema:name &#34;ਡਗਲਸ ਐਡਮਜ਼&#34;@pa ;
rdfs:label &#34;ಡಾಗ್ಲಸ್ ಆಡಮ್ಸ್&#34;@tcy ;
skos:prefLabel &#34;ಡಾಗ್ಲಸ್ ಆಡಮ್ಸ್&#34;@tcy ;
schema:name &#34;ಡಾಗ್ಲಸ್ ಆಡಮ್ಸ್&#34;@tcy ;
rdfs:label &#34;Douglas Adams&#34;@tl ;
skos:prefLabel &#34;Douglas Adams&#34;@tl ;
schema:name &#34;Douglas Adams&#34;@tl ;
rdfs:label &#34;Douglas Adams&#34;@ext ;
skos:prefLabel &#34;Douglas Adams&#34;@ext ;
schema:name &#34;Douglas Adams&#34;@ext ;
rdfs:label &#34;داقلاس آدامز&#34;@azb ;
skos:prefLabel &#34;داقلاس آدامز&#34;@azb ;
schema:name &#34;داقلاس آدامز&#34;@azb ;
rdfs:label &#34;Douglas Adams&#34;@lfn ;
skos:prefLabel &#34;Douglas Adams&#34;@lfn ;
schema:name &#34;Douglas Adams&#34;@lfn ;
rdfs:label &#34;Douglas Adams&#34;@nan ;
skos:prefLabel &#34;Douglas Adams&#34;@nan ;
schema:name &#34;Douglas Adams&#34;@nan ;
rdfs:label &#34;Дуглас Адамс&#34;@ky ;
skos:prefLabel &#34;Дуглас Адамс&#34;@ky ;
schema:name &#34;Дуглас Адамс&#34;@ky ;
rdfs:label &#34;डगलस एडम्स&#34;@bho ;
skos:prefLabel &#34;डगलस एडम्स&#34;@bho ;
schema:name &#34;डगलस एडम्स&#34;@bho ;
rdfs:label &#34;道格拉斯·亚当斯&#34;@wuu ;
skos:prefLabel &#34;道格拉斯·亚当斯&#34;@wuu ;
schema:name &#34;道格拉斯·亚当斯&#34;@wuu ;
rdfs:label &#34;道格拉斯亞當斯&#34;@yue ;
skos:prefLabel &#34;道格拉斯亞當斯&#34;@yue ;
schema:name &#34;道格拉斯亞當斯&#34;@yue ;
rdfs:label &#34;ڈگلس ایڈمس&#34;@pnb ;
skos:prefLabel &#34;ڈگلس ایڈمس&#34;@pnb ;
schema:name &#34;ڈگلس ایڈمس&#34;@pnb ;
rdfs:label &#34;Douglas Adams&#34;@sje ;
skos:prefLabel &#34;Douglas Adams&#34;@sje ;
schema:name &#34;Douglas Adams&#34;@sje ;
rdfs:label &#34;Douglas Adams&#34;@se ;
skos:prefLabel &#34;Douglas Adams&#34;@se ;
schema:name &#34;Douglas Adams&#34;@se ;
rdfs:label &#34;Douglas Adams&#34;@smn ;
skos:prefLabel &#34;Douglas Adams&#34;@smn ;
schema:name &#34;Douglas Adams&#34;@smn ;
rdfs:label &#34;Douglas Adams&#34;@sms ;
skos:prefLabel &#34;Douglas Adams&#34;@sms ;
schema:name &#34;Douglas Adams&#34;@sms ;
rdfs:label &#34;Douglas Adams&#34;@sma ;
skos:prefLabel &#34;Douglas Adams&#34;@sma ;
schema:name &#34;Douglas Adams&#34;@sma ;
rdfs:label &#34;Douglas Adams&#34;@smj ;
skos:prefLabel &#34;Douglas Adams&#34;@smj ;
schema:name &#34;Douglas Adams&#34;@smj ;
rdfs:label &#34;Douglas Adams&#34;@bm ;
skos:prefLabel &#34;Douglas Adams&#34;@bm ;
schema:name &#34;Douglas Adams&#34;@bm ;
rdfs:label &#34;Douglas Adams&#34;@frc ;
skos:prefLabel &#34;Douglas Adams&#34;@frc ;
schema:name &#34;Douglas Adams&#34;@frc ;
rdfs:label &#34;Douglas Adams&#34;@jam ;
skos:prefLabel &#34;Douglas Adams&#34;@jam ;
schema:name &#34;Douglas Adams&#34;@jam ;
rdfs:label &#34;Douglas Adams&#34;@kab ;
skos:prefLabel &#34;Douglas Adams&#34;@kab ;
schema:name &#34;Douglas Adams&#34;@kab ;
rdfs:label &#34;Douglas Adams&#34;@pap ;
skos:prefLabel &#34;Douglas Adams&#34;@pap ;
schema:name &#34;Douglas Adams&#34;@pap ;
rdfs:label &#34;Douglas Adams&#34;@prg ;
skos:prefLabel &#34;Douglas Adams&#34;@prg ;
schema:name &#34;Douglas Adams&#34;@prg ;
rdfs:label &#34;Douglas Adams&#34;@rgn ;
skos:prefLabel &#34;Douglas Adams&#34;@rgn ;
schema:name &#34;Douglas Adams&#34;@rgn ;
rdfs:label &#34;Douglas Adams&#34;@vmf ;
skos:prefLabel &#34;Douglas Adams&#34;@vmf ;
schema:name &#34;Douglas Adams&#34;@vmf ;
rdfs:label &#34;ߘߎߜ߭ߑߟߊߛ ߊߘߊߡߛ&#34;@nqo ;
skos:prefLabel &#34;ߘߎߜ߭ߑߟߊߛ ߊߘߊߡߛ&#34;@nqo ;
schema:name &#34;ߘߎߜ߭ߑߟߊߛ ߊߘߊߡߛ&#34;@nqo ;
rdfs:label &#34;Douglas Adams&#34;@fy ;
skos:prefLabel &#34;Douglas Adams&#34;@fy ;
schema:name &#34;Douglas Adams&#34;@fy ;
rdfs:label &#34;Douglas Adams&#34;@hsb ;
skos:prefLabel &#34;Douglas Adams&#34;@hsb ;
schema:name &#34;Douglas Adams&#34;@hsb ;
rdfs:label &#34;דאַגלאַס אַדאַמס&#34;@yi ;
skos:prefLabel &#34;דאַגלאַס אַדאַמס&#34;@yi ;
schema:name &#34;דאַגלאַס אַדאַמס&#34;@yi ;
rdfs:label &#34;Douglas Adams&#34;@kw ;
skos:prefLabel &#34;Douglas Adams&#34;@kw ;
schema:name &#34;Douglas Adams&#34;@kw ;
rdfs:label &#34;دݢلس ايدمﺯ&#34;@ms-arab ;
skos:prefLabel &#34;دݢلس ايدمﺯ&#34;@ms-arab ;
schema:name &#34;دݢلس ايدمﺯ&#34;@ms-arab ;
rdfs:label &#34;Douglas Adams&#34;@jut ;
skos:prefLabel &#34;Douglas Adams&#34;@jut ;
schema:name &#34;Douglas Adams&#34;@jut ;
rdfs:label &#34;Дуглас Адамс&#34;@ba ;
skos:prefLabel &#34;Дуглас Адамс&#34;@ba ;
schema:name &#34;Дуглас Адамс&#34;@ba ;
rdfs:label &#34;Douglas Adams&#34;@ig ;
skos:prefLabel &#34;Douglas Adams&#34;@ig ;
schema:name &#34;Douglas Adams&#34;@ig ;
rdfs:label &#34;دوڭلاس أدامز&#34;@ary ;
skos:prefLabel &#34;دوڭلاس أدامز&#34;@ary ;
schema:name &#34;دوڭلاس أدامز&#34;@ary ;
schema:description &#34;English science fiction writer and humourist (19522001)&#34;@en,
&#34;écrivain de science-fiction et humoriste anglais (19522001)&#34;@fr,
&#34;English writer and humourist&#34;@en-gb,
&#34;engelsk science fiction-forfatter og humorist&#34;@nb,
&#34;scrittore e umorista britannico&#34;@it,
&#34;britischer Science-Fiction-Autor und Humorist (19522001)&#34;@de,
&#34;escritor y humorista británico&#34;@es,
&#34;английский писатель, драматург и сценарист, автор серии книг «Автостопом по галактике»&#34;@ru,
&#34;英国作家&#34;@zh-hans,
&#34;英國作家&#34;@zh-hant,
&#34;英国作家&#34;@zh-cn,
&#34;英国作家&#34;@zh-sg,
&#34;英国作家&#34;@zh-my,
&#34;英國作家&#34;@zh,
&#34;英國作家&#34;@zh-hk,
&#34;英國文學家、幽默作家&#34;@zh-tw,
&#34;英國作家&#34;@zh-mo,
&#34;escriptor anglès&#34;@ca,
&#34;englantilainen kirjailija ja humoristi&#34;@fi,
&#34;anglický spisovatel, humorista a dramatik&#34;@cs,
&#34;brittisk författare (19522001)&#34;@sv,
&#34;escritor e comediante britânico&#34;@pt-br,
&#34;ஆங்கில எழுத்தாளர் மற்றும் நகைச்சுவையாளர்&#34;@ta,
&#34;angleški pisatelj, humorist in dramatik&#34;@sl,
&#34;engelsk forfatter&#34;@da,
&#34;Engelse schrijver (1952-2001)&#34;@nl,
&#34;escritor e comediante britânico&#34;@pt,
&#34;brytyjski pisarz&#34;@pl,
&#34;angļu zinātniskās fantastikas rakstnieks un humorists&#34;@lv,
&#34;енглески писац и хумориста&#34;@sr,
&#34;енглески писац научне фантастике и хумориста&#34;@sr-ec,
&#34;engleski pisac naučne fantastike i humorista&#34;@sr-el,
&#34;angla aŭtoro de sciencfikcio-romanoj kaj humoristo&#34;@eo,
&#34;a englischer Science-Fiction-Schriftsteller&#34;@bar,
&#34;skrivagner saoznek&#34;@br,
&#34;イングランドの作家&#34;@ja,
&#34;forfattar&#34;@nn,
&#34;İngiliz yazar&#34;@tr,
&#34;ඉංග්‍රීසි කවියෙක්&#34;@si,
&#34;nhà văn và nhà soạn hài kịch người Anh (1952-2001)&#34;@vi,
&#34;awdur a dychanwr Seisnig&#34;@cy,
&#34;અંગ્રેજી લેખક અને હાસ્યકાર&#34;@gu,
&#34;британський комічний радіодраматург, письменник&#34;@uk,
&#34;scriitor, dramaturg englez&#34;@ro,
&#34;angol író és humorista (19522001)&#34;@hu,
&#34;فیلمنامه‌نویس و نویسنده بریتانیایی&#34;@fa,
&#34;Engelse skrywer en humoris&#34;@af,
&#34;англиски писател и хуморист&#34;@mk,
&#34;Άγγλος συγγραφέας (19522001)&#34;@el,
&#34;անգլիացի գրող, դրամատուրգ, սցենարիստ, «Ավտոստոպով զբոսաշրջիկի միջգալակտիկական ուղեցույց» վեպերի շարք&#34;@hy,
&#34;английски писател и хуморист&#34;@bg,
&#34;अङ्ग्रेजी लेखक र व्यङ्ग्यकार&#34;@ne,
&#34;סופר והומוריסטן בריטי&#34;@he,
&#34;britischer Schriftsteller&#34;@de-at,
&#34;britischer Schriftsteller&#34;@de-ch,
&#34;britischer Schriftsteller&#34;@gsw,
&#34;englischer Schriftsteller&#34;@nds,
&#34;ಇಂಗ್ಲಿಷ್ ಭಾಷೆಯ ಬರಹಗಾರ ಹಾಗೂ ಹಾಸ್ಯ ಲೇಖಕ&#34;@kn,
&#34;ਅੰਗਰੇਜ਼ੀ ਲੇਖਕ&#34;@pa,
&#34;كاتب إنجليزي فكاهي&#34;@ar,
&#34;taga-Inglatera na manunulat at tagapagpatawa&#34;@tl,
&#34;idazle eta umorista britaniarra&#34;@eu,
&#34;britanski radijski dramaturg i pisac znanstvene fantastike&#34;@hr,
&#34;영국의 작가&#34;@ko,
&#34;mwandishi Mwingereza&#34;@sw,
&#34;นักเขียนและผู้เล่าเรื่องอารมณ์ขันชาวอังกฤษ&#34;@th,
&#34;English writer&#34;@en-ca,
&#34;sgrìobhadair Sasannach&#34;@gd,
&#34;ინგლისელი მწერალი და იუმორისტი&#34;@ka,
&#34;inglise ulmekirjanik&#34;@et,
&#34;ఇంగ్లీషు రచయిత, హాస్యకారుడు&#34;@te,
&#34;escritor y humorista inglés&#34;@ast,
&#34;autor dhe humorist anglez&#34;@sq,
&#34;escritor e guionista británico&#34;@gl,
&#34;अंग्रेजी भाषा के ब्रिटिश लेखक&#34;@bho,
&#34;anglický spisovateľ&#34;@sk,
&#34;scriptor, scriptor scaenicus, et mythistoricus (19522001)&#34;@la,
&#34;ബ്രിട്ടീഷ് എഴുത്തുകാരനും ഹാസ്യസാഹിത്യാകാരനും&#34;@ml,
&#34;scríbhneoir Sasanach&#34;@ga,
&#34;nivîskarê brîtanî&#34;@ku-latn,
&#34;Panulih jo palawak dari Inggirih&#34;@min,
&#34;अंग्रेजी लेखक&#34;@hi,
&#34;ߊ߲߬ߜ߭ߌ߬ߟߋ߬ ߛߓߍߦߟߊ ߞߎ߲߬ߘߐ߬ߕߍ߰ ߟߐ߲ߞߏ ߞߊ߲߬&#34;@nqo,
&#34;англійскі пісьменнік&#34;@be,
&#34;penulis dan humoris asal Britania Raya (1952-2001)&#34;@id,
&#34;engleski pisac i humorist&#34;@bs,
&#34;penulis dan pelawak Inggeris&#34;@ms,
&#34;ब्रिटिश लेखक व नाटककार&#34;@mr,
&#34;ইংরেজ কল্পবিজ্ঞান লেখক ও কৌতুকবিদ&#34;@bn,
&#34;ލިޔުންތެރިއެއް&#34;@dv,
&#34;Enskur höfundur&#34;@is,
&#34;كاتب نڭليزي ديال لخيال لعلمي و لفكاهة&#34;@ary ;
skos:altLabel &#34;Douglas Noël Adams&#34;@en,
&#34;DNA&#34;@en,
&#34;Адамс, Дуглас&#34;@ru,
&#34;Дуглас Ноэль Адамс&#34;@ru,
&#34;Адамс, Дуглас Ноэль&#34;@ru,
&#34;Douglas Noël Adams&#34;@nb,
&#34;Douglas N. Adams&#34;@nb,
&#34;Douglas Noël Adams&#34;@fr,
&#34;Douglas Noël Adams&#34;@de,
&#34;Douglas Noël Adams&#34;@pt-br,
&#34;Douglas Noel Adams&#34;@pt-br,
&#34;Дуглас Адамс&#34;@be-tarask,
&#34;亞當斯&#34;@zh,
&#34;Douglas Noel Adams&#34;@es,
&#34;Douglas Noël Adams&#34;@es,
&#34;Douglas Noel Adams&#34;@it,
&#34;Douglas N. Adams&#34;@it,
&#34;Douglas Noël Adams&#34;@cs,
&#34;Douglas Noel Adams&#34;@cs,
&#34;Douglas N. Adams&#34;@cs,
&#34;Ադամս, Դուգլաս&#34;@hy,
&#34;Ντάγκλας Νόελ Άνταμς&#34;@el,
&#34;Douglas Noel Adams&#34;@nl,
&#34;Douglas Noël Adams&#34;@nl,
&#34;Douglas Noël Adams&#34;@pt,
&#34;Douglas Noel Adams&#34;@pt,
&#34;ダグラス・アダムス&#34;@ja,
&#34;ਡਗਲਸ ਨੋਏਲ ਐਡਮਜ਼&#34;@pa,
&#34;ਡਗਲਸ ਐਡਮਸ&#34;@pa,
&#34;Douglas Noël Adams&#34;@tl,
&#34;Douglas Noel Adams&#34;@tl,
&#34;Douglas Noel Adams&#34;@eu,
&#34;Douglas Noël Adams&#34;@eu,
&#34;Дуглас Ноел Адамс&#34;@uk,
&#34;Адамс Дуглас&#34;@uk,
&#34;Douglas Noël Adams&#34;@hr,
&#34;Douglas N. Adams&#34;@hr,
&#34;Douglas Noel Adams&#34;@hr,
&#34;דגלס אדמס&#34;@he,
&#34;דאגלס נואל אדמס&#34;@he,
&#34;더글라스 애덤스&#34;@ko,
&#34;더글러스 노엘 애덤스&#34;@ko,
&#34;Douglas Noel Adams&#34;@sw,
&#34;Douglas Noël Adams&#34;@sw,
&#34;Douglas Noel Adams&#34;@tr,
&#34;Douglas N. Adams&#34;@tr,
&#34;Douglas Noël Adams&#34;@tr,
&#34;Douglas Noël Adams&#34;@et,
&#34;دوغلاس نويل آدمز&#34;@ar,
&#34;دوغلاس ن. آدمز&#34;@ar,
&#34;دوغلاس آدامز&#34;@ar,
&#34;دوجلاس آدمز&#34;@ar,
&#34;دوجلاس آدامز&#34;@ar,
&#34;Duglassius Noëlus Adams&#34;@la,
&#34;Douglas Adams&#34;@la,
&#34;Duglassius Natalis Adams&#34;@la,
&#34;Douglas Noël Adams&#34;@gl,
&#34;डग्लस अडम्स&#34;@bho,
&#34;डग्लस एडम्स&#34;@bho,
&#34;Douglas Noel Adams&#34;@sv,
&#34;Douglas Noël Adams&#34;@sv,
&#34;ഡഗ്ലസ് നോയൽ ആഡംസ്&#34;@ml,
&#34;ഡഗ്ലസ് എന്‍ ആഡംസ്&#34;@ml,
&#34;Douglas Noel Adams&#34;@nn,
&#34;Douglas Noel Adams&#34;@ga,
&#34;Douglas Noël Adams&#34;@ga,
&#34;Douglas N. Adams&#34;@ga,
&#34;道格拉斯·諾耶爾·亞當斯&#34;@zh-tw,
&#34;Douglas Noël Adams&#34;@ro,
&#34;Douglas ADAMS&#34;@eo,
&#34;Douglas Noël ADAMS&#34;@eo,
&#34;Douglas Noel Adams&#34;@ca,
&#34;Douglas Noël Adams&#34;@ca,
&#34;ߘߎߜ߭ߑߟߊߛ ߣߏߥߍߟ ߊߘߊߡߛ&#34;@nqo,
&#34;ߘߎߜ߭ߑߟߊߛ ߣ. ߊߘߊߡߛ&#34;@nqo,
&#34;Douglas Noel Adams&#34;@pl,
&#34;Douglas Noel Adams&#34;@ms,
&#34;Douglas Noël Adams&#34;@ms,
&#34;Douglas N. Adams&#34;@ms,
&#34;Douglas Noel Adams&#34;@da,
&#34;Douglas Noel Adams&#34;@fi,
&#34;Duqlas Adams&#34;@az,
&#34;Douglas Adams&#34;@az,
&#34;Адамс, Дуглас&#34;@mrj,
&#34;ڈگلس ایڈمس&#34;@ur,
&#34;Douglas Adams&#34;@lv,
&#34;Douglas Adams&#34;@sr-el,
&#34;Douglas Adams&#34;@ak,
&#34;Douglas Noel Adams&#34;@hu,
&#34;Douglas Noël Adams&#34;@hu,
&#34;Douglas Noel Adams&#34;@ia,
&#34;Douglas Noel Adams&#34;@id,
&#34;Douglas Noël Adams&#34;@id,
&#34;Douglas N. Adams&#34;@id,
&#34;Douglas Noel Adams&#34;@sk,
&#34;Douglas Noël Adams&#34;@sk,
&#34;Douglas N. Adams&#34;@sk,
&#34;Douglas Noel Adams&#34;@af,
&#34;Douglas Noël Adams&#34;@bar .
wd:Q5 a wikibase:Item ;
rdfs:label &#34;human&#34;@en ;
skos:prefLabel &#34;human&#34;@en ;
schema:name &#34;human&#34;@en ;
schema:description &#34;common name of Homo sapiens, unique extant species of the genus Homo&#34;@en .
wd:P31 a wikibase:Property ;
rdfs:label &#34;instance of&#34;@en ;
skos:prefLabel &#34;instance of&#34;@en ;
schema:name &#34;instance of&#34;@en ;
schema:description &#34;that class of which this subject is a particular example and member; different from P279 (subclass of); for example: K2 is an instance of mountain; volcano is a subclass of mountain (and an instance of volcanic landform)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P31 ;
wikibase:claim p:P31 ;
wikibase:statementProperty ps:P31 ;
wikibase:statementValue psv:P31 ;
wikibase:qualifier pq:P31 ;
wikibase:qualifierValue pqv:P31 ;
wikibase:reference pr:P31 ;
wikibase:referenceValue prv:P31 ;
wikibase:novalue wdno:P31 .
p:P31 a owl:ObjectProperty .
psv:P31 a owl:ObjectProperty .
pqv:P31 a owl:ObjectProperty .
prv:P31 a owl:ObjectProperty .
wdt:P31 a owl:ObjectProperty .
ps:P31 a owl:ObjectProperty .
pq:P31 a owl:ObjectProperty .
pr:P31 a owl:ObjectProperty .
wdno:P31 a owl:Class ;
owl:complementOf _:0b8bd71b926a65ca3fa72e5d9103e4d6 .
_:0b8bd71b926a65ca3fa72e5d9103e4d6 a owl:Restriction ;
owl:onProperty wdt:P31 ;
owl:someValuesFrom owl:Thing .
wd:Q6581097 a wikibase:Item ;
rdfs:label &#34;male&#34;@en ;
skos:prefLabel &#34;male&#34;@en ;
schema:name &#34;male&#34;@en ;
schema:description &#34;to be used in \&#34;sex or gender\&#34; (P21) to indicate that the human subject is a male or \&#34;semantic gender\&#34; (P10339) to indicate that a word refers to a male person&#34;@en .
wd:P21 a wikibase:Property ;
rdfs:label &#34;sex or gender&#34;@en ;
skos:prefLabel &#34;sex or gender&#34;@en ;
schema:name &#34;sex or gender&#34;@en ;
schema:description &#34;sex or gender identity of human or animal. For human: male, female, non-binary, intersex, transgender female, transgender male, agender. For animal: male organism, female organism. Groups of same gender use subclass of (P279)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P21 ;
wikibase:claim p:P21 ;
wikibase:statementProperty ps:P21 ;
wikibase:statementValue psv:P21 ;
wikibase:qualifier pq:P21 ;
wikibase:qualifierValue pqv:P21 ;
wikibase:reference pr:P21 ;
wikibase:referenceValue prv:P21 ;
wikibase:novalue wdno:P21 .
p:P21 a owl:ObjectProperty .
psv:P21 a owl:ObjectProperty .
pqv:P21 a owl:ObjectProperty .
prv:P21 a owl:ObjectProperty .
wdt:P21 a owl:ObjectProperty .
ps:P21 a owl:ObjectProperty .
pq:P21 a owl:ObjectProperty .
pr:P21 a owl:ObjectProperty .
wdno:P21 a owl:Class ;
owl:complementOf _:8543f188a73d6ea7a6705f0835ae332d .
_:8543f188a73d6ea7a6705f0835ae332d a owl:Restriction ;
owl:onProperty wdt:P21 ;
owl:someValuesFrom owl:Thing .
wd:Q214917 a wikibase:Item ;
rdfs:label &#34;playwright&#34;@en ;
skos:prefLabel &#34;playwright&#34;@en ;
schema:name &#34;playwright&#34;@en ;
schema:description &#34;person who writes plays&#34;@en .
wd:P106 a wikibase:Property ;
rdfs:label &#34;occupation&#34;@en ;
skos:prefLabel &#34;occupation&#34;@en ;
schema:name &#34;occupation&#34;@en ;
schema:description &#34;occupation of a person; see also \&#34;field of work\&#34; (Property:P101), \&#34;position held\&#34; (Property:P39)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P106 ;
wikibase:claim p:P106 ;
wikibase:statementProperty ps:P106 ;
wikibase:statementValue psv:P106 ;
wikibase:qualifier pq:P106 ;
wikibase:qualifierValue pqv:P106 ;
wikibase:reference pr:P106 ;
wikibase:referenceValue prv:P106 ;
wikibase:novalue wdno:P106 .
p:P106 a owl:ObjectProperty .
psv:P106 a owl:ObjectProperty .
pqv:P106 a owl:ObjectProperty .
prv:P106 a owl:ObjectProperty .
wdt:P106 a owl:ObjectProperty .
ps:P106 a owl:ObjectProperty .
pq:P106 a owl:ObjectProperty .
pr:P106 a owl:ObjectProperty .
wdno:P106 a owl:Class ;
owl:complementOf _:cfa3a75a3525fa319d07757b53d28076 .
_:cfa3a75a3525fa319d07757b53d28076 a owl:Restriction ;
owl:onProperty wdt:P106 ;
owl:someValuesFrom owl:Thing .
wd:Q28389 a wikibase:Item ;
rdfs:label &#34;screenwriter&#34;@en ;
skos:prefLabel &#34;screenwriter&#34;@en ;
schema:name &#34;screenwriter&#34;@en ;
schema:description &#34;writer who writes for films, TV shows, comics and games&#34;@en .
wd:Q6625963 a wikibase:Item ;
rdfs:label &#34;novelist&#34;@en ;
skos:prefLabel &#34;novelist&#34;@en ;
schema:name &#34;novelist&#34;@en ;
schema:description &#34;writer of novels&#34;@en .
wd:Q4853732 a wikibase:Item ;
rdfs:label &#34;children&#39;s writer&#34;@en ;
skos:prefLabel &#34;children&#39;s writer&#34;@en ;
schema:name &#34;children&#39;s writer&#34;@en ;
schema:description &#34;writer of literature targeted primarily at children&#34;@en .
wd:Q18844224 a wikibase:Item ;
rdfs:label &#34;science fiction writer&#34;@en ;
skos:prefLabel &#34;science fiction writer&#34;@en ;
schema:name &#34;science fiction writer&#34;@en ;
schema:description &#34;person who writes works of science fiction&#34;@en .
wd:Q245068 a wikibase:Item ;
rdfs:label &#34;comedian&#34;@en ;
skos:prefLabel &#34;comedian&#34;@en ;
schema:name &#34;comedian&#34;@en ;
schema:description &#34;person who seeks to entertain an audience, primarily by making them laugh&#34;@en .
wd:Q36180 a wikibase:Item ;
rdfs:label &#34;writer&#34;@en ;
skos:prefLabel &#34;writer&#34;@en ;
schema:name &#34;writer&#34;@en ;
schema:description &#34;person who uses written words to communicate ideas and to produce works of literature&#34;@en .
wd:Q25169 a wikibase:Item ;
rdfs:label &#34;The Hitchhiker&#39;s Guide to the Galaxy pentalogy&#34;@en ;
skos:prefLabel &#34;The Hitchhiker&#39;s Guide to the Galaxy pentalogy&#34;@en ;
schema:name &#34;The Hitchhiker&#39;s Guide to the Galaxy pentalogy&#34;@en ;
schema:description &#34;1979-1992 series of five books by Douglas Adams&#34;@en .
wd:P800 a wikibase:Property ;
rdfs:label &#34;notable work&#34;@en ;
skos:prefLabel &#34;notable work&#34;@en ;
schema:name &#34;notable work&#34;@en ;
schema:description &#34;notable scientific, artistic or literary work, or other work of significance among subject&#39;s works&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P800 ;
wikibase:claim p:P800 ;
wikibase:statementProperty ps:P800 ;
wikibase:statementValue psv:P800 ;
wikibase:qualifier pq:P800 ;
wikibase:qualifierValue pqv:P800 ;
wikibase:reference pr:P800 ;
wikibase:referenceValue prv:P800 ;
wikibase:novalue wdno:P800 .
p:P800 a owl:ObjectProperty .
psv:P800 a owl:ObjectProperty .
pqv:P800 a owl:ObjectProperty .
prv:P800 a owl:ObjectProperty .
wdt:P800 a owl:ObjectProperty .
ps:P800 a owl:ObjectProperty .
pq:P800 a owl:ObjectProperty .
pr:P800 a owl:ObjectProperty .
wdno:P800 a owl:Class ;
owl:complementOf _:d1c8b15e6b29e7f28ae6b5fc4857eb5f .
_:d1c8b15e6b29e7f28ae6b5fc4857eb5f a owl:Restriction ;
owl:onProperty wdt:P800 ;
owl:someValuesFrom owl:Thing .
wd:Q20736364 a wikibase:Item ;
rdfs:label &#34;Dirk Gently series&#34;@en ;
skos:prefLabel &#34;Dirk Gently series&#34;@en ;
schema:name &#34;Dirk Gently series&#34;@en ;
schema:description &#34;series of three books by Douglas Adams&#34;@en .
wd:Q7758404 a wikibase:Item ;
rdfs:label &#34;The Private Life of Genghis Khan&#34;@en ;
skos:prefLabel &#34;The Private Life of Genghis Khan&#34;@en ;
schema:name &#34;The Private Life of Genghis Khan&#34;@en ;
schema:description &#34;story by Douglas Adams and Graham Chapman&#34;@en .
wd:P569 a wikibase:Property ;
rdfs:label &#34;date of birth&#34;@en ;
skos:prefLabel &#34;date of birth&#34;@en ;
schema:name &#34;date of birth&#34;@en ;
schema:description &#34;date on which the subject was born&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#Time&gt; ;
wikibase:directClaim wdt:P569 ;
wikibase:claim p:P569 ;
wikibase:statementProperty ps:P569 ;
wikibase:statementValue psv:P569 ;
wikibase:qualifier pq:P569 ;
wikibase:qualifierValue pqv:P569 ;
wikibase:reference pr:P569 ;
wikibase:referenceValue prv:P569 ;
wikibase:novalue wdno:P569 .
p:P569 a owl:ObjectProperty .
psv:P569 a owl:ObjectProperty .
pqv:P569 a owl:ObjectProperty .
prv:P569 a owl:ObjectProperty .
wdt:P569 a owl:DatatypeProperty .
ps:P569 a owl:DatatypeProperty .
pq:P569 a owl:DatatypeProperty .
pr:P569 a owl:DatatypeProperty .
wdno:P569 a owl:Class ;
owl:complementOf _:4bfb48d5a3bb3600187722aa6901d2c3 .
_:4bfb48d5a3bb3600187722aa6901d2c3 a owl:Restriction ;
owl:onProperty wdt:P569 ;
owl:someValuesFrom owl:Thing .
wd:Q350 a wikibase:Item ;
rdfs:label &#34;Cambridge&#34;@en ;
skos:prefLabel &#34;Cambridge&#34;@en ;
schema:name &#34;Cambridge&#34;@en ;
schema:description &#34;city in Cambridgeshire, England&#34;@en .
wd:P19 a wikibase:Property ;
rdfs:label &#34;place of birth&#34;@en ;
skos:prefLabel &#34;place of birth&#34;@en ;
schema:name &#34;place of birth&#34;@en ;
schema:description &#34;most specific known (e.g. city instead of country, or hospital instead of city) birth location of a person, animal or fictional character&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P19 ;
wikibase:claim p:P19 ;
wikibase:statementProperty ps:P19 ;
wikibase:statementValue psv:P19 ;
wikibase:qualifier pq:P19 ;
wikibase:qualifierValue pqv:P19 ;
wikibase:reference pr:P19 ;
wikibase:referenceValue prv:P19 ;
wikibase:novalue wdno:P19 .
p:P19 a owl:ObjectProperty .
psv:P19 a owl:ObjectProperty .
pqv:P19 a owl:ObjectProperty .
prv:P19 a owl:ObjectProperty .
wdt:P19 a owl:ObjectProperty .
ps:P19 a owl:ObjectProperty .
pq:P19 a owl:ObjectProperty .
pr:P19 a owl:ObjectProperty .
wdno:P19 a owl:Class ;
owl:complementOf _:79c4b5dd8e675d763a3f05a7c9e9d549 .
_:79c4b5dd8e675d763a3f05a7c9e9d549 a owl:Restriction ;
owl:onProperty wdt:P19 ;
owl:someValuesFrom owl:Thing .
wd:P570 a wikibase:Property ;
rdfs:label &#34;date of death&#34;@en ;
skos:prefLabel &#34;date of death&#34;@en ;
schema:name &#34;date of death&#34;@en ;
schema:description &#34;date on which the subject died&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#Time&gt; ;
wikibase:directClaim wdt:P570 ;
wikibase:claim p:P570 ;
wikibase:statementProperty ps:P570 ;
wikibase:statementValue psv:P570 ;
wikibase:qualifier pq:P570 ;
wikibase:qualifierValue pqv:P570 ;
wikibase:reference pr:P570 ;
wikibase:referenceValue prv:P570 ;
wikibase:novalue wdno:P570 .
p:P570 a owl:ObjectProperty .
psv:P570 a owl:ObjectProperty .
pqv:P570 a owl:ObjectProperty .
prv:P570 a owl:ObjectProperty .
wdt:P570 a owl:DatatypeProperty .
ps:P570 a owl:DatatypeProperty .
pq:P570 a owl:DatatypeProperty .
pr:P570 a owl:DatatypeProperty .
wdno:P570 a owl:Class ;
owl:complementOf _:69635c1f0b0b26e68131d8b4c428b7e5 .
_:69635c1f0b0b26e68131d8b4c428b7e5 a owl:Restriction ;
owl:onProperty wdt:P570 ;
owl:someValuesFrom owl:Thing .
wd:Q3739104 a wikibase:Item ;
rdfs:label &#34;natural causes&#34;@en ;
skos:prefLabel &#34;natural causes&#34;@en ;
schema:name &#34;natural causes&#34;@en ;
schema:description &#34;manner of death&#34;@en .
wd:P1196 a wikibase:Property ;
rdfs:label &#34;manner of death&#34;@en ;
skos:prefLabel &#34;manner of death&#34;@en ;
schema:name &#34;manner of death&#34;@en ;
schema:description &#34;general circumstances of a person&#39;s death; e.g. natural causes, accident, suicide, homicide, etc. Use &#39;cause of death&#39; (P509) for the specific physiological mechanism, e.g. heart attack, trauma, pneumonia...&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P1196 ;
wikibase:claim p:P1196 ;
wikibase:statementProperty ps:P1196 ;
wikibase:statementValue psv:P1196 ;
wikibase:qualifier pq:P1196 ;
wikibase:qualifierValue pqv:P1196 ;
wikibase:reference pr:P1196 ;
wikibase:referenceValue prv:P1196 ;
wikibase:novalue wdno:P1196 .
p:P1196 a owl:ObjectProperty .
psv:P1196 a owl:ObjectProperty .
pqv:P1196 a owl:ObjectProperty .
prv:P1196 a owl:ObjectProperty .
wdt:P1196 a owl:ObjectProperty .
ps:P1196 a owl:ObjectProperty .
pq:P1196 a owl:ObjectProperty .
pr:P1196 a owl:ObjectProperty .
wdno:P1196 a owl:Class ;
owl:complementOf _:5aa7498a222e3575d4bfe4b1af9f738a .
_:5aa7498a222e3575d4bfe4b1af9f738a a owl:Restriction ;
owl:onProperty wdt:P1196 ;
owl:someValuesFrom owl:Thing .
wd:Q12152 a wikibase:Item ;
rdfs:label &#34;myocardial infarction&#34;@en ;
skos:prefLabel &#34;myocardial infarction&#34;@en ;
schema:name &#34;myocardial infarction&#34;@en ;
schema:description &#34;interruption of blood supply to a part of the heart&#34;@en .
wd:P509 a wikibase:Property ;
rdfs:label &#34;cause of death&#34;@en ;
skos:prefLabel &#34;cause of death&#34;@en ;
schema:name &#34;cause of death&#34;@en ;
schema:description &#34;underlying or immediate cause of death. Underlying cause (e.g. car accident, stomach cancer) preferred. Use &#39;manner of death&#39; (P1196) for broadest category, e.g. natural causes, accident, homicide, suicide&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P509 ;
wikibase:claim p:P509 ;
wikibase:statementProperty ps:P509 ;
wikibase:statementValue psv:P509 ;
wikibase:qualifier pq:P509 ;
wikibase:qualifierValue pqv:P509 ;
wikibase:reference pr:P509 ;
wikibase:referenceValue prv:P509 ;
wikibase:novalue wdno:P509 .
p:P509 a owl:ObjectProperty .
psv:P509 a owl:ObjectProperty .
pqv:P509 a owl:ObjectProperty .
prv:P509 a owl:ObjectProperty .
wdt:P509 a owl:ObjectProperty .
ps:P509 a owl:ObjectProperty .
pq:P509 a owl:ObjectProperty .
pr:P509 a owl:ObjectProperty .
wdno:P509 a owl:Class ;
owl:complementOf _:ca1305e2b2e3e39b5d037cbbf11b3427 .
_:ca1305e2b2e3e39b5d037cbbf11b3427 a owl:Restriction ;
owl:onProperty wdt:P509 ;
owl:someValuesFrom owl:Thing .
wd:Q159288 a wikibase:Item ;
rdfs:label &#34;Santa Barbara&#34;@en ;
skos:prefLabel &#34;Santa Barbara&#34;@en ;
schema:name &#34;Santa Barbara&#34;@en ;
schema:description &#34;city in California, United States&#34;@en .
wd:P20 a wikibase:Property ;
rdfs:label &#34;place of death&#34;@en ;
skos:prefLabel &#34;place of death&#34;@en ;
schema:name &#34;place of death&#34;@en ;
schema:description &#34;most specific known (e.g. city instead of country, or hospital instead of city) death location of a person, animal or fictional character&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P20 ;
wikibase:claim p:P20 ;
wikibase:statementProperty ps:P20 ;
wikibase:statementValue psv:P20 ;
wikibase:qualifier pq:P20 ;
wikibase:qualifierValue pqv:P20 ;
wikibase:reference pr:P20 ;
wikibase:referenceValue prv:P20 ;
wikibase:novalue wdno:P20 .
p:P20 a owl:ObjectProperty .
psv:P20 a owl:ObjectProperty .
pqv:P20 a owl:ObjectProperty .
prv:P20 a owl:ObjectProperty .
wdt:P20 a owl:ObjectProperty .
ps:P20 a owl:ObjectProperty .
pq:P20 a owl:ObjectProperty .
pr:P20 a owl:ObjectProperty .
wdno:P20 a owl:Class ;
owl:complementOf _:da029950c0b6d5fb9368ae0401421df3 .
_:da029950c0b6d5fb9368ae0401421df3 a owl:Restriction ;
owl:onProperty wdt:P20 ;
owl:someValuesFrom owl:Thing .
wd:Q533697 a wikibase:Item ;
rdfs:label &#34;Highgate Cemetery&#34;@en ;
skos:prefLabel &#34;Highgate Cemetery&#34;@en ;
schema:name &#34;Highgate Cemetery&#34;@en ;
schema:description &#34;place of burial in north London, England&#34;@en .
wd:P119 a wikibase:Property ;
rdfs:label &#34;place of burial&#34;@en ;
skos:prefLabel &#34;place of burial&#34;@en ;
schema:name &#34;place of burial&#34;@en ;
schema:description &#34;location of grave, resting place, place of ash-scattering, etc. (e.g., town/city or cemetery) for a person or animal. There may be several places: e.g., re-burials, parts of body buried separately.&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P119 ;
wikibase:claim p:P119 ;
wikibase:statementProperty ps:P119 ;
wikibase:statementValue psv:P119 ;
wikibase:qualifier pq:P119 ;
wikibase:qualifierValue pqv:P119 ;
wikibase:reference pr:P119 ;
wikibase:referenceValue prv:P119 ;
wikibase:novalue wdno:P119 .
p:P119 a owl:ObjectProperty .
psv:P119 a owl:ObjectProperty .
pqv:P119 a owl:ObjectProperty .
prv:P119 a owl:ObjectProperty .
wdt:P119 a owl:ObjectProperty .
ps:P119 a owl:ObjectProperty .
pq:P119 a owl:ObjectProperty .
pr:P119 a owl:ObjectProperty .
wdno:P119 a owl:Class ;
owl:complementOf _:71eb2f5773cbc41c58f8fcc83889aedd .
_:71eb2f5773cbc41c58f8fcc83889aedd a owl:Restriction ;
owl:onProperty wdt:P119 ;
owl:someValuesFrom owl:Thing .
wd:P1442 a wikibase:Property ;
rdfs:label &#34;image of grave&#34;@en ;
skos:prefLabel &#34;image of grave&#34;@en ;
schema:name &#34;image of grave&#34;@en ;
schema:description &#34;picture of a person or animal&#39;s grave, gravestone or tomb&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#CommonsMedia&gt; ;
wikibase:directClaim wdt:P1442 ;
wikibase:claim p:P1442 ;
wikibase:statementProperty ps:P1442 ;
wikibase:statementValue psv:P1442 ;
wikibase:qualifier pq:P1442 ;
wikibase:qualifierValue pqv:P1442 ;
wikibase:reference pr:P1442 ;
wikibase:referenceValue prv:P1442 ;
wikibase:novalue wdno:P1442 .
p:P1442 a owl:ObjectProperty .
psv:P1442 a owl:ObjectProperty .
pqv:P1442 a owl:ObjectProperty .
prv:P1442 a owl:ObjectProperty .
wdt:P1442 a owl:ObjectProperty .
ps:P1442 a owl:ObjectProperty .
pq:P1442 a owl:ObjectProperty .
pr:P1442 a owl:ObjectProperty .
wdno:P1442 a owl:Class ;
owl:complementOf _:7bbb5b6dfb7b36af2715325fe4e1f50a .
_:7bbb5b6dfb7b36af2715325fe4e1f50a a owl:Restriction ;
owl:onProperty wdt:P1442 ;
owl:someValuesFrom owl:Thing .
wd:P1015 a wikibase:Property ;
rdfs:label &#34;NORAF ID&#34;@en ;
skos:prefLabel &#34;NORAF ID&#34;@en ;
schema:name &#34;NORAF ID&#34;@en ;
schema:description &#34;identifier in the Norwegian Authority File, formerly Bibsys Authority File&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P1015 ;
wikibase:claim p:P1015 ;
wikibase:statementProperty ps:P1015 ;
wikibase:statementValue psv:P1015 ;
wikibase:qualifier pq:P1015 ;
wikibase:qualifierValue pqv:P1015 ;
wikibase:reference pr:P1015 ;
wikibase:referenceValue prv:P1015 ;
wikibase:novalue wdno:P1015 ;
wikibase:directClaimNormalized wdtn:P1015 ;
wikibase:statementValueNormalized psn:P1015 ;
wikibase:qualifierValueNormalized pqn:P1015 ;
wikibase:referenceValueNormalized prn:P1015 .
p:P1015 a owl:ObjectProperty .
psv:P1015 a owl:ObjectProperty .
pqv:P1015 a owl:ObjectProperty .
prv:P1015 a owl:ObjectProperty .
wdt:P1015 a owl:DatatypeProperty .
ps:P1015 a owl:DatatypeProperty .
pq:P1015 a owl:DatatypeProperty .
pr:P1015 a owl:DatatypeProperty .
psn:P1015 a owl:ObjectProperty .
pqn:P1015 a owl:ObjectProperty .
prn:P1015 a owl:ObjectProperty .
wdtn:P1015 a owl:ObjectProperty .
wdno:P1015 a owl:Class ;
owl:complementOf _:f5094c5277687d34a21eee6ba1d0029e .
_:f5094c5277687d34a21eee6ba1d0029e a owl:Restriction ;
owl:onProperty wdt:P1015 ;
owl:someValuesFrom owl:Thing .
wd:Q463035 a wikibase:Item ;
rdfs:label &#34;Douglas&#34;@en ;
skos:prefLabel &#34;Douglas&#34;@en ;
schema:name &#34;Douglas&#34;@en ;
schema:description &#34;male given name&#34;@en .
wd:P735 a wikibase:Property ;
rdfs:label &#34;given name&#34;@en ;
skos:prefLabel &#34;given name&#34;@en ;
schema:name &#34;given name&#34;@en ;
schema:description &#34;first name or another given name of this person; values used with the property should not link disambiguations nor family names&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P735 ;
wikibase:claim p:P735 ;
wikibase:statementProperty ps:P735 ;
wikibase:statementValue psv:P735 ;
wikibase:qualifier pq:P735 ;
wikibase:qualifierValue pqv:P735 ;
wikibase:reference pr:P735 ;
wikibase:referenceValue prv:P735 ;
wikibase:novalue wdno:P735 .
p:P735 a owl:ObjectProperty .
psv:P735 a owl:ObjectProperty .
pqv:P735 a owl:ObjectProperty .
prv:P735 a owl:ObjectProperty .
wdt:P735 a owl:ObjectProperty .
ps:P735 a owl:ObjectProperty .
pq:P735 a owl:ObjectProperty .
pr:P735 a owl:ObjectProperty .
wdno:P735 a owl:Class ;
owl:complementOf _:7cd44173f1681fd19dd103a28fda54a8 .
_:7cd44173f1681fd19dd103a28fda54a8 a owl:Restriction ;
owl:onProperty wdt:P735 ;
owl:someValuesFrom owl:Thing .
wd:Q351735 a wikibase:Item ;
rdfs:label &#34;Adams&#34;@en ;
skos:prefLabel &#34;Adams&#34;@en ;
schema:name &#34;Adams&#34;@en ;
schema:description &#34;family name&#34;@en .
wd:P734 a wikibase:Property ;
rdfs:label &#34;family name&#34;@en ;
skos:prefLabel &#34;family name&#34;@en ;
schema:name &#34;family name&#34;@en ;
schema:description &#34;part of full name of person&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P734 ;
wikibase:claim p:P734 ;
wikibase:statementProperty ps:P734 ;
wikibase:statementValue psv:P734 ;
wikibase:qualifier pq:P734 ;
wikibase:qualifierValue pqv:P734 ;
wikibase:reference pr:P734 ;
wikibase:referenceValue prv:P734 ;
wikibase:novalue wdno:P734 .
p:P734 a owl:ObjectProperty .
psv:P734 a owl:ObjectProperty .
pqv:P734 a owl:ObjectProperty .
prv:P734 a owl:ObjectProperty .
wdt:P734 a owl:ObjectProperty .
ps:P734 a owl:ObjectProperty .
pq:P734 a owl:ObjectProperty .
pr:P734 a owl:ObjectProperty .
wdno:P734 a owl:Class ;
owl:complementOf _:80fa0a4abf09baad42c1554bbfc82b00 .
_:80fa0a4abf09baad42c1554bbfc82b00 a owl:Restriction ;
owl:onProperty wdt:P734 ;
owl:someValuesFrom owl:Thing .
wd:Q145 a wikibase:Item ;
rdfs:label &#34;United Kingdom&#34;@en ;
skos:prefLabel &#34;United Kingdom&#34;@en ;
schema:name &#34;United Kingdom&#34;@en ;
schema:description &#34;country in north-west Europe&#34;@en .
wd:P27 a wikibase:Property ;
rdfs:label &#34;country of citizenship&#34;@en ;
skos:prefLabel &#34;country of citizenship&#34;@en ;
schema:name &#34;country of citizenship&#34;@en ;
schema:description &#34;the object is a country that recognizes the subject as its citizen&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P27 ;
wikibase:claim p:P27 ;
wikibase:statementProperty ps:P27 ;
wikibase:statementValue psv:P27 ;
wikibase:qualifier pq:P27 ;
wikibase:qualifierValue pqv:P27 ;
wikibase:reference pr:P27 ;
wikibase:referenceValue prv:P27 ;
wikibase:novalue wdno:P27 .
p:P27 a owl:ObjectProperty .
psv:P27 a owl:ObjectProperty .
pqv:P27 a owl:ObjectProperty .
prv:P27 a owl:ObjectProperty .
wdt:P27 a owl:ObjectProperty .
ps:P27 a owl:ObjectProperty .
pq:P27 a owl:ObjectProperty .
pr:P27 a owl:ObjectProperty .
wdno:P27 a owl:Class ;
owl:complementOf _:10b960483099011464f84586b88d281b .
_:10b960483099011464f84586b88d281b a owl:Restriction ;
owl:onProperty wdt:P27 ;
owl:someValuesFrom owl:Thing .
wd:Q84 a wikibase:Item ;
rdfs:label &#34;London&#34;@en ;
skos:prefLabel &#34;London&#34;@en ;
schema:name &#34;London&#34;@en ;
schema:description &#34;capital and largest city of the United Kingdom&#34;@en .
wd:P551 a wikibase:Property ;
rdfs:label &#34;residence&#34;@en ;
skos:prefLabel &#34;residence&#34;@en ;
schema:name &#34;residence&#34;@en ;
schema:description &#34;the place where the person is or has been, resident&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P551 ;
wikibase:claim p:P551 ;
wikibase:statementProperty ps:P551 ;
wikibase:statementValue psv:P551 ;
wikibase:qualifier pq:P551 ;
wikibase:qualifierValue pqv:P551 ;
wikibase:reference pr:P551 ;
wikibase:referenceValue prv:P551 ;
wikibase:novalue wdno:P551 .
p:P551 a owl:ObjectProperty .
psv:P551 a owl:ObjectProperty .
pqv:P551 a owl:ObjectProperty .
prv:P551 a owl:ObjectProperty .
wdt:P551 a owl:ObjectProperty .
ps:P551 a owl:ObjectProperty .
pq:P551 a owl:ObjectProperty .
pr:P551 a owl:ObjectProperty .
wdno:P551 a owl:Class ;
owl:complementOf _:2e2ac5e9a91f653ff0c0823b43723840 .
_:2e2ac5e9a91f653ff0c0823b43723840 a owl:Restriction ;
owl:onProperty wdt:P551 ;
owl:someValuesFrom owl:Thing .
wd:Q909993 a wikibase:Item ;
rdfs:label &#34;Brentwood&#34;@en ;
skos:prefLabel &#34;Brentwood&#34;@en ;
schema:name &#34;Brentwood&#34;@en ;
schema:description &#34;town and the principal settlement of the Borough of Brentwood in England&#34;@en .
wd:Q1860 a wikibase:Item ;
rdfs:label &#34;English&#34;@en ;
skos:prefLabel &#34;English&#34;@en ;
schema:name &#34;English&#34;@en ;
schema:description &#34;West Germanic language&#34;@en .
wd:P103 a wikibase:Property ;
rdfs:label &#34;native language&#34;@en ;
skos:prefLabel &#34;native language&#34;@en ;
schema:name &#34;native language&#34;@en ;
schema:description &#34;language or languages a person has learned from early childhood&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P103 ;
wikibase:claim p:P103 ;
wikibase:statementProperty ps:P103 ;
wikibase:statementValue psv:P103 ;
wikibase:qualifier pq:P103 ;
wikibase:qualifierValue pqv:P103 ;
wikibase:reference pr:P103 ;
wikibase:referenceValue prv:P103 ;
wikibase:novalue wdno:P103 .
p:P103 a owl:ObjectProperty .
psv:P103 a owl:ObjectProperty .
pqv:P103 a owl:ObjectProperty .
prv:P103 a owl:ObjectProperty .
wdt:P103 a owl:ObjectProperty .
ps:P103 a owl:ObjectProperty .
pq:P103 a owl:ObjectProperty .
pr:P103 a owl:ObjectProperty .
wdno:P103 a owl:Class ;
owl:complementOf _:aaf3f293a5c93e051ac4c80abea3a9a9 .
_:aaf3f293a5c93e051ac4c80abea3a9a9 a owl:Restriction ;
owl:onProperty wdt:P103 ;
owl:someValuesFrom owl:Thing .
wd:P1368 a wikibase:Property ;
rdfs:label &#34;LNB ID&#34;@en ;
skos:prefLabel &#34;LNB ID&#34;@en ;
schema:name &#34;LNB ID&#34;@en ;
schema:description &#34;identifier assigned by the National Library of Latvia&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P1368 ;
wikibase:claim p:P1368 ;
wikibase:statementProperty ps:P1368 ;
wikibase:statementValue psv:P1368 ;
wikibase:qualifier pq:P1368 ;
wikibase:qualifierValue pqv:P1368 ;
wikibase:reference pr:P1368 ;
wikibase:referenceValue prv:P1368 ;
wikibase:novalue wdno:P1368 ;
wikibase:directClaimNormalized wdtn:P1368 ;
wikibase:statementValueNormalized psn:P1368 ;
wikibase:qualifierValueNormalized pqn:P1368 ;
wikibase:referenceValueNormalized prn:P1368 .
p:P1368 a owl:ObjectProperty .
psv:P1368 a owl:ObjectProperty .
pqv:P1368 a owl:ObjectProperty .
prv:P1368 a owl:ObjectProperty .
wdt:P1368 a owl:DatatypeProperty .
ps:P1368 a owl:DatatypeProperty .
pq:P1368 a owl:DatatypeProperty .
pr:P1368 a owl:DatatypeProperty .
psn:P1368 a owl:ObjectProperty .
pqn:P1368 a owl:ObjectProperty .
prn:P1368 a owl:ObjectProperty .
wdtn:P1368 a owl:ObjectProperty .
wdno:P1368 a owl:Class ;
owl:complementOf _:9e5897c3da5422c230ae7fcf8c78fba1 .
_:9e5897c3da5422c230ae7fcf8c78fba1 a owl:Restriction ;
owl:onProperty wdt:P1368 ;
owl:someValuesFrom owl:Thing .
wd:P244 a wikibase:Property ;
rdfs:label &#34;Library of Congress authority ID&#34;@en ;
skos:prefLabel &#34;Library of Congress authority ID&#34;@en ;
schema:name &#34;Library of Congress authority ID&#34;@en ;
schema:description &#34;Library of Congress name authority (persons, families, corporate bodies, events, places, works and expressions) and subject authority identifier [Format: 1-2 specific letters followed by 8-10 digits (see regex). For manifestations, use P1144]&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P244 ;
wikibase:claim p:P244 ;
wikibase:statementProperty ps:P244 ;
wikibase:statementValue psv:P244 ;
wikibase:qualifier pq:P244 ;
wikibase:qualifierValue pqv:P244 ;
wikibase:reference pr:P244 ;
wikibase:referenceValue prv:P244 ;
wikibase:novalue wdno:P244 ;
wikibase:directClaimNormalized wdtn:P244 ;
wikibase:statementValueNormalized psn:P244 ;
wikibase:qualifierValueNormalized pqn:P244 ;
wikibase:referenceValueNormalized prn:P244 .
p:P244 a owl:ObjectProperty .
psv:P244 a owl:ObjectProperty .
pqv:P244 a owl:ObjectProperty .
prv:P244 a owl:ObjectProperty .
wdt:P244 a owl:DatatypeProperty .
ps:P244 a owl:DatatypeProperty .
pq:P244 a owl:DatatypeProperty .
pr:P244 a owl:DatatypeProperty .
psn:P244 a owl:ObjectProperty .
pqn:P244 a owl:ObjectProperty .
prn:P244 a owl:ObjectProperty .
wdtn:P244 a owl:ObjectProperty .
wdno:P244 a owl:Class ;
owl:complementOf _:590c65ffccb1a1851cc444e4370c7714 .
_:590c65ffccb1a1851cc444e4370c7714 a owl:Restriction ;
owl:onProperty wdt:P244 ;
owl:someValuesFrom owl:Thing .
wd:P947 a wikibase:Property ;
rdfs:label &#34;RSL ID (person)&#34;@en ;
skos:prefLabel &#34;RSL ID (person)&#34;@en ;
schema:name &#34;RSL ID (person)&#34;@en ;
schema:description &#34;person identifier in the Russian State Library&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P947 ;
wikibase:claim p:P947 ;
wikibase:statementProperty ps:P947 ;
wikibase:statementValue psv:P947 ;
wikibase:qualifier pq:P947 ;
wikibase:qualifierValue pqv:P947 ;
wikibase:reference pr:P947 ;
wikibase:referenceValue prv:P947 ;
wikibase:novalue wdno:P947 ;
wikibase:directClaimNormalized wdtn:P947 ;
wikibase:statementValueNormalized psn:P947 ;
wikibase:qualifierValueNormalized pqn:P947 ;
wikibase:referenceValueNormalized prn:P947 .
p:P947 a owl:ObjectProperty .
psv:P947 a owl:ObjectProperty .
pqv:P947 a owl:ObjectProperty .
prv:P947 a owl:ObjectProperty .
wdt:P947 a owl:DatatypeProperty .
ps:P947 a owl:DatatypeProperty .
pq:P947 a owl:DatatypeProperty .
pr:P947 a owl:DatatypeProperty .
psn:P947 a owl:ObjectProperty .
pqn:P947 a owl:ObjectProperty .
prn:P947 a owl:ObjectProperty .
wdtn:P947 a owl:ObjectProperty .
wdno:P947 a owl:Class ;
owl:complementOf _:09f55493f3206967be84d8a25f7d37f9 .
_:09f55493f3206967be84d8a25f7d37f9 a owl:Restriction ;
owl:onProperty wdt:P947 ;
owl:someValuesFrom owl:Thing .
wd:P214 a wikibase:Property ;
rdfs:label &#34;VIAF ID&#34;@en ;
skos:prefLabel &#34;VIAF ID&#34;@en ;
schema:name &#34;VIAF ID&#34;@en ;
schema:description &#34;identifier for the Virtual International Authority File database [format: up to 22 digits]&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P214 ;
wikibase:claim p:P214 ;
wikibase:statementProperty ps:P214 ;
wikibase:statementValue psv:P214 ;
wikibase:qualifier pq:P214 ;
wikibase:qualifierValue pqv:P214 ;
wikibase:reference pr:P214 ;
wikibase:referenceValue prv:P214 ;
wikibase:novalue wdno:P214 ;
wikibase:directClaimNormalized wdtn:P214 ;
wikibase:statementValueNormalized psn:P214 ;
wikibase:qualifierValueNormalized pqn:P214 ;
wikibase:referenceValueNormalized prn:P214 .
p:P214 a owl:ObjectProperty .
psv:P214 a owl:ObjectProperty .
pqv:P214 a owl:ObjectProperty .
prv:P214 a owl:ObjectProperty .
wdt:P214 a owl:DatatypeProperty .
ps:P214 a owl:DatatypeProperty .
pq:P214 a owl:DatatypeProperty .
pr:P214 a owl:DatatypeProperty .
psn:P214 a owl:ObjectProperty .
pqn:P214 a owl:ObjectProperty .
prn:P214 a owl:ObjectProperty .
wdtn:P214 a owl:ObjectProperty .
wdno:P214 a owl:Class ;
owl:complementOf _:29da2ca818bc08f93ddc0a2be66197e9 .
_:29da2ca818bc08f93ddc0a2be66197e9 a owl:Restriction ;
owl:onProperty wdt:P214 ;
owl:someValuesFrom owl:Thing .
wd:P345 a wikibase:Property ;
rdfs:label &#34;IMDb ID&#34;@en ;
skos:prefLabel &#34;IMDb ID&#34;@en ;
schema:name &#34;IMDb ID&#34;@en ;
schema:description &#34;identifier for the IMDb [with prefix &#39;tt&#39;, &#39;nm&#39;, &#39;co&#39;, &#39;ev&#39;, &#39;ch&#39; or &#39;ni&#39;]&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P345 ;
wikibase:claim p:P345 ;
wikibase:statementProperty ps:P345 ;
wikibase:statementValue psv:P345 ;
wikibase:qualifier pq:P345 ;
wikibase:qualifierValue pqv:P345 ;
wikibase:reference pr:P345 ;
wikibase:referenceValue prv:P345 ;
wikibase:novalue wdno:P345 ;
wikibase:directClaimNormalized wdtn:P345 ;
wikibase:statementValueNormalized psn:P345 ;
wikibase:qualifierValueNormalized pqn:P345 ;
wikibase:referenceValueNormalized prn:P345 .
p:P345 a owl:ObjectProperty .
psv:P345 a owl:ObjectProperty .
pqv:P345 a owl:ObjectProperty .
prv:P345 a owl:ObjectProperty .
wdt:P345 a owl:DatatypeProperty .
ps:P345 a owl:DatatypeProperty .
pq:P345 a owl:DatatypeProperty .
pr:P345 a owl:DatatypeProperty .
psn:P345 a owl:ObjectProperty .
pqn:P345 a owl:ObjectProperty .
prn:P345 a owl:ObjectProperty .
wdtn:P345 a owl:ObjectProperty .
wdno:P345 a owl:Class ;
owl:complementOf _:3a4e6350bce9f8651aa60101dacb63de .
_:3a4e6350bce9f8651aa60101dacb63de a owl:Restriction ;
owl:onProperty wdt:P345 ;
owl:someValuesFrom owl:Thing .
wd:P373 a wikibase:Property ;
rdfs:label &#34;Commons category&#34;@en ;
skos:prefLabel &#34;Commons category&#34;@en ;
schema:name &#34;Commons category&#34;@en ;
schema:description &#34;name of the Wikimedia Commons category containing files related to this item (without the prefix \&#34;Category:\&#34;)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#String&gt; ;
wikibase:directClaim wdt:P373 ;
wikibase:claim p:P373 ;
wikibase:statementProperty ps:P373 ;
wikibase:statementValue psv:P373 ;
wikibase:qualifier pq:P373 ;
wikibase:qualifierValue pqv:P373 ;
wikibase:reference pr:P373 ;
wikibase:referenceValue prv:P373 ;
wikibase:novalue wdno:P373 .
p:P373 a owl:ObjectProperty .
psv:P373 a owl:ObjectProperty .
pqv:P373 a owl:ObjectProperty .
prv:P373 a owl:ObjectProperty .
wdt:P373 a owl:DatatypeProperty .
ps:P373 a owl:DatatypeProperty .
pq:P373 a owl:DatatypeProperty .
pr:P373 a owl:DatatypeProperty .
wdno:P373 a owl:Class ;
owl:complementOf _:3de19c92e209926f02f215095eb4fd12 .
_:3de19c92e209926f02f215095eb4fd12 a owl:Restriction ;
owl:onProperty wdt:P373 ;
owl:someValuesFrom owl:Thing .
wd:P349 a wikibase:Property ;
rdfs:label &#34;NDL Authority ID&#34;@en ;
skos:prefLabel &#34;NDL Authority ID&#34;@en ;
schema:name &#34;NDL Authority ID&#34;@en ;
schema:description &#34;identifier for authority control per the National Diet Library of Japan&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P349 ;
wikibase:claim p:P349 ;
wikibase:statementProperty ps:P349 ;
wikibase:statementValue psv:P349 ;
wikibase:qualifier pq:P349 ;
wikibase:qualifierValue pqv:P349 ;
wikibase:reference pr:P349 ;
wikibase:referenceValue prv:P349 ;
wikibase:novalue wdno:P349 ;
wikibase:directClaimNormalized wdtn:P349 ;
wikibase:statementValueNormalized psn:P349 ;
wikibase:qualifierValueNormalized pqn:P349 ;
wikibase:referenceValueNormalized prn:P349 .
p:P349 a owl:ObjectProperty .
psv:P349 a owl:ObjectProperty .
pqv:P349 a owl:ObjectProperty .
prv:P349 a owl:ObjectProperty .
wdt:P349 a owl:DatatypeProperty .
ps:P349 a owl:DatatypeProperty .
pq:P349 a owl:DatatypeProperty .
pr:P349 a owl:DatatypeProperty .
psn:P349 a owl:ObjectProperty .
pqn:P349 a owl:ObjectProperty .
prn:P349 a owl:ObjectProperty .
wdtn:P349 a owl:ObjectProperty .
wdno:P349 a owl:Class ;
owl:complementOf _:cd24209e08bc1ccf071135ac50a89a01 .
_:cd24209e08bc1ccf071135ac50a89a01 a owl:Restriction ;
owl:onProperty wdt:P349 ;
owl:someValuesFrom owl:Thing .
wd:P434 a wikibase:Property ;
rdfs:label &#34;MusicBrainz artist ID&#34;@en ;
skos:prefLabel &#34;MusicBrainz artist ID&#34;@en ;
schema:name &#34;MusicBrainz artist ID&#34;@en ;
schema:description &#34;identifier for an artist in the MusicBrainz open music encyclopedia&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P434 ;
wikibase:claim p:P434 ;
wikibase:statementProperty ps:P434 ;
wikibase:statementValue psv:P434 ;
wikibase:qualifier pq:P434 ;
wikibase:qualifierValue pqv:P434 ;
wikibase:reference pr:P434 ;
wikibase:referenceValue prv:P434 ;
wikibase:novalue wdno:P434 ;
wikibase:directClaimNormalized wdtn:P434 ;
wikibase:statementValueNormalized psn:P434 ;
wikibase:qualifierValueNormalized pqn:P434 ;
wikibase:referenceValueNormalized prn:P434 .
p:P434 a owl:ObjectProperty .
psv:P434 a owl:ObjectProperty .
pqv:P434 a owl:ObjectProperty .
prv:P434 a owl:ObjectProperty .
wdt:P434 a owl:DatatypeProperty .
ps:P434 a owl:DatatypeProperty .
pq:P434 a owl:DatatypeProperty .
pr:P434 a owl:DatatypeProperty .
psn:P434 a owl:ObjectProperty .
pqn:P434 a owl:ObjectProperty .
prn:P434 a owl:ObjectProperty .
wdtn:P434 a owl:ObjectProperty .
wdno:P434 a owl:Class ;
owl:complementOf _:d14f406f7399e30628f1731deb160709 .
_:d14f406f7399e30628f1731deb160709 a owl:Restriction ;
owl:onProperty wdt:P434 ;
owl:someValuesFrom owl:Thing .
wd:P268 a wikibase:Property ;
rdfs:label &#34;Bibliothèque nationale de France ID&#34;@en ;
skos:prefLabel &#34;Bibliothèque nationale de France ID&#34;@en ;
schema:name &#34;Bibliothèque nationale de France ID&#34;@en ;
schema:description &#34;identifier for the subject issued by BNF (Bibliothèque nationale de France). Format: 8 digits followed by a check-digit or letter, do not include the initial &#39;cb&#39;.&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P268 ;
wikibase:claim p:P268 ;
wikibase:statementProperty ps:P268 ;
wikibase:statementValue psv:P268 ;
wikibase:qualifier pq:P268 ;
wikibase:qualifierValue pqv:P268 ;
wikibase:reference pr:P268 ;
wikibase:referenceValue prv:P268 ;
wikibase:novalue wdno:P268 ;
wikibase:directClaimNormalized wdtn:P268 ;
wikibase:statementValueNormalized psn:P268 ;
wikibase:qualifierValueNormalized pqn:P268 ;
wikibase:referenceValueNormalized prn:P268 .
p:P268 a owl:ObjectProperty .
psv:P268 a owl:ObjectProperty .
pqv:P268 a owl:ObjectProperty .
prv:P268 a owl:ObjectProperty .
wdt:P268 a owl:DatatypeProperty .
ps:P268 a owl:DatatypeProperty .
pq:P268 a owl:DatatypeProperty .
pr:P268 a owl:DatatypeProperty .
psn:P268 a owl:ObjectProperty .
pqn:P268 a owl:ObjectProperty .
prn:P268 a owl:ObjectProperty .
wdtn:P268 a owl:ObjectProperty .
wdno:P268 a owl:Class ;
owl:complementOf _:d3120d2b47ac0e3950d9219515d435cc .
_:d3120d2b47ac0e3950d9219515d435cc a owl:Restriction ;
owl:onProperty wdt:P268 ;
owl:someValuesFrom owl:Thing .
wd:P227 a wikibase:Property ;
rdfs:label &#34;GND ID&#34;@en ;
skos:prefLabel &#34;GND ID&#34;@en ;
schema:name &#34;GND ID&#34;@en ;
schema:description &#34;identifier from an international authority file of names, subjects, and organizations (please don&#39;t use type n = name, disambiguation) - Deutsche Nationalbibliothek&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P227 ;
wikibase:claim p:P227 ;
wikibase:statementProperty ps:P227 ;
wikibase:statementValue psv:P227 ;
wikibase:qualifier pq:P227 ;
wikibase:qualifierValue pqv:P227 ;
wikibase:reference pr:P227 ;
wikibase:referenceValue prv:P227 ;
wikibase:novalue wdno:P227 ;
wikibase:directClaimNormalized wdtn:P227 ;
wikibase:statementValueNormalized psn:P227 ;
wikibase:qualifierValueNormalized pqn:P227 ;
wikibase:referenceValueNormalized prn:P227 .
p:P227 a owl:ObjectProperty .
psv:P227 a owl:ObjectProperty .
pqv:P227 a owl:ObjectProperty .
prv:P227 a owl:ObjectProperty .
wdt:P227 a owl:DatatypeProperty .
ps:P227 a owl:DatatypeProperty .
pq:P227 a owl:DatatypeProperty .
pr:P227 a owl:DatatypeProperty .
psn:P227 a owl:ObjectProperty .
pqn:P227 a owl:ObjectProperty .
prn:P227 a owl:ObjectProperty .
wdtn:P227 a owl:ObjectProperty .
wdno:P227 a owl:Class ;
owl:complementOf _:286c7ee15bc3c86b8eb6b23547b34d68 .
_:286c7ee15bc3c86b8eb6b23547b34d68 a owl:Restriction ;
owl:onProperty wdt:P227 ;
owl:someValuesFrom owl:Thing .
wd:P535 a wikibase:Property ;
rdfs:label &#34;Find a Grave memorial ID&#34;@en ;
skos:prefLabel &#34;Find a Grave memorial ID&#34;@en ;
schema:name &#34;Find a Grave memorial ID&#34;@en ;
schema:description &#34;identifier of an individual&#39;s burial place in the Find a Grave database&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P535 ;
wikibase:claim p:P535 ;
wikibase:statementProperty ps:P535 ;
wikibase:statementValue psv:P535 ;
wikibase:qualifier pq:P535 ;
wikibase:qualifierValue pqv:P535 ;
wikibase:reference pr:P535 ;
wikibase:referenceValue prv:P535 ;
wikibase:novalue wdno:P535 ;
wikibase:directClaimNormalized wdtn:P535 ;
wikibase:statementValueNormalized psn:P535 ;
wikibase:qualifierValueNormalized pqn:P535 ;
wikibase:referenceValueNormalized prn:P535 .
p:P535 a owl:ObjectProperty .
psv:P535 a owl:ObjectProperty .
pqv:P535 a owl:ObjectProperty .
prv:P535 a owl:ObjectProperty .
wdt:P535 a owl:DatatypeProperty .
ps:P535 a owl:DatatypeProperty .
pq:P535 a owl:DatatypeProperty .
pr:P535 a owl:DatatypeProperty .
psn:P535 a owl:ObjectProperty .
pqn:P535 a owl:ObjectProperty .
prn:P535 a owl:ObjectProperty .
wdtn:P535 a owl:ObjectProperty .
wdno:P535 a owl:Class ;
owl:complementOf _:132981616110a181261762493c11af74 .
_:132981616110a181261762493c11af74 a owl:Restriction ;
owl:onProperty wdt:P535 ;
owl:someValuesFrom owl:Thing .
wd:Q14623675 a wikibase:Item ;
rdfs:label &#34;Christopher Douglas Adams&#34;@en ;
skos:prefLabel &#34;Christopher Douglas Adams&#34;@en ;
schema:name &#34;Christopher Douglas Adams&#34;@en ;
schema:description &#34;father of sci-fi author Douglas Adams&#34;@en .
wd:P22 a wikibase:Property ;
rdfs:label &#34;father&#34;@en ;
skos:prefLabel &#34;father&#34;@en ;
schema:name &#34;father&#34;@en ;
schema:description &#34;male parent of the subject. For stepfather, use \&#34;stepparent\&#34; (P3448)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P22 ;
wikibase:claim p:P22 ;
wikibase:statementProperty ps:P22 ;
wikibase:statementValue psv:P22 ;
wikibase:qualifier pq:P22 ;
wikibase:qualifierValue pqv:P22 ;
wikibase:reference pr:P22 ;
wikibase:referenceValue prv:P22 ;
wikibase:novalue wdno:P22 .
p:P22 a owl:ObjectProperty .
psv:P22 a owl:ObjectProperty .
pqv:P22 a owl:ObjectProperty .
prv:P22 a owl:ObjectProperty .
wdt:P22 a owl:ObjectProperty .
ps:P22 a owl:ObjectProperty .
pq:P22 a owl:ObjectProperty .
pr:P22 a owl:ObjectProperty .
wdno:P22 a owl:Class ;
owl:complementOf _:e980a69703fe427dd5e1d323cd63ae13 .
_:e980a69703fe427dd5e1d323cd63ae13 a owl:Restriction ;
owl:onProperty wdt:P22 ;
owl:someValuesFrom owl:Thing .
wd:Q14623678 a wikibase:Item ;
rdfs:label &#34;Janet Adams&#34;@en ;
skos:prefLabel &#34;Janet Adams&#34;@en ;
schema:name &#34;Janet Adams&#34;@en ;
schema:description &#34;mother of sci-fi author Douglas Adams&#34;@en .
wd:P25 a wikibase:Property ;
rdfs:label &#34;mother&#34;@en ;
skos:prefLabel &#34;mother&#34;@en ;
schema:name &#34;mother&#34;@en ;
schema:description &#34;female parent of the subject. For stepmother, use \&#34;stepparent\&#34; (P3448)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P25 ;
wikibase:claim p:P25 ;
wikibase:statementProperty ps:P25 ;
wikibase:statementValue psv:P25 ;
wikibase:qualifier pq:P25 ;
wikibase:qualifierValue pqv:P25 ;
wikibase:reference pr:P25 ;
wikibase:referenceValue prv:P25 ;
wikibase:novalue wdno:P25 .
p:P25 a owl:ObjectProperty .
psv:P25 a owl:ObjectProperty .
pqv:P25 a owl:ObjectProperty .
prv:P25 a owl:ObjectProperty .
wdt:P25 a owl:ObjectProperty .
ps:P25 a owl:ObjectProperty .
pq:P25 a owl:ObjectProperty .
pr:P25 a owl:ObjectProperty .
wdno:P25 a owl:Class ;
owl:complementOf _:aa380536eb9fdfbc9f4ce0f157c7fdb7 .
_:aa380536eb9fdfbc9f4ce0f157c7fdb7 a owl:Restriction ;
owl:onProperty wdt:P25 ;
owl:someValuesFrom owl:Thing .
wd:Q14623683 a wikibase:Item ;
rdfs:label &#34;Polly Adams&#34;@en ;
skos:prefLabel &#34;Polly Adams&#34;@en ;
schema:name &#34;Polly Adams&#34;@en ;
schema:description &#34;British actress and daughter of sci-fi author Douglas Adams&#34;@en .
wd:P40 a wikibase:Property ;
rdfs:label &#34;child&#34;@en ;
skos:prefLabel &#34;child&#34;@en ;
schema:name &#34;child&#34;@en ;
schema:description &#34;subject has object as child. Do not use for stepchildren&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P40 ;
wikibase:claim p:P40 ;
wikibase:statementProperty ps:P40 ;
wikibase:statementValue psv:P40 ;
wikibase:qualifier pq:P40 ;
wikibase:qualifierValue pqv:P40 ;
wikibase:reference pr:P40 ;
wikibase:referenceValue prv:P40 ;
wikibase:novalue wdno:P40 .
p:P40 a owl:ObjectProperty .
psv:P40 a owl:ObjectProperty .
pqv:P40 a owl:ObjectProperty .
prv:P40 a owl:ObjectProperty .
wdt:P40 a owl:ObjectProperty .
ps:P40 a owl:ObjectProperty .
pq:P40 a owl:ObjectProperty .
pr:P40 a owl:ObjectProperty .
wdno:P40 a owl:Class ;
owl:complementOf _:0fa0ea7c1a9dd8c5db4fc6e14e8767c4 .
_:0fa0ea7c1a9dd8c5db4fc6e14e8767c4 a owl:Restriction ;
owl:onProperty wdt:P40 ;
owl:someValuesFrom owl:Thing .
wd:P906 a wikibase:Property ;
rdfs:label &#34;SELIBR ID&#34;@en ;
skos:prefLabel &#34;SELIBR ID&#34;@en ;
schema:name &#34;SELIBR ID&#34;@en ;
schema:description &#34;identifier per National Library of Sweden Libris library catalog&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P906 ;
wikibase:claim p:P906 ;
wikibase:statementProperty ps:P906 ;
wikibase:statementValue psv:P906 ;
wikibase:qualifier pq:P906 ;
wikibase:qualifierValue pqv:P906 ;
wikibase:reference pr:P906 ;
wikibase:referenceValue prv:P906 ;
wikibase:novalue wdno:P906 ;
wikibase:directClaimNormalized wdtn:P906 ;
wikibase:statementValueNormalized psn:P906 ;
wikibase:qualifierValueNormalized pqn:P906 ;
wikibase:referenceValueNormalized prn:P906 .
p:P906 a owl:ObjectProperty .
psv:P906 a owl:ObjectProperty .
pqv:P906 a owl:ObjectProperty .
prv:P906 a owl:ObjectProperty .
wdt:P906 a owl:DatatypeProperty .
ps:P906 a owl:DatatypeProperty .
pq:P906 a owl:DatatypeProperty .
pr:P906 a owl:DatatypeProperty .
psn:P906 a owl:ObjectProperty .
pqn:P906 a owl:ObjectProperty .
prn:P906 a owl:ObjectProperty .
wdtn:P906 a owl:ObjectProperty .
wdno:P906 a owl:Class ;
owl:complementOf _:e45f8af414eecb543d997cc3039ae32a .
_:e45f8af414eecb543d997cc3039ae32a a owl:Restriction ;
owl:onProperty wdt:P906 ;
owl:someValuesFrom owl:Thing .
wd:P1006 a wikibase:Property ;
rdfs:label &#34;Nationale Thesaurus voor Auteurs ID&#34;@en ;
skos:prefLabel &#34;Nationale Thesaurus voor Auteurs ID&#34;@en ;
schema:name &#34;Nationale Thesaurus voor Auteurs ID&#34;@en ;
schema:description &#34;identifier for person names (not: works nor organisations) from the Dutch National Thesaurus for Author names (which also contains non-authors)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P1006 ;
wikibase:claim p:P1006 ;
wikibase:statementProperty ps:P1006 ;
wikibase:statementValue psv:P1006 ;
wikibase:qualifier pq:P1006 ;
wikibase:qualifierValue pqv:P1006 ;
wikibase:reference pr:P1006 ;
wikibase:referenceValue prv:P1006 ;
wikibase:novalue wdno:P1006 ;
wikibase:directClaimNormalized wdtn:P1006 ;
wikibase:statementValueNormalized psn:P1006 ;
wikibase:qualifierValueNormalized pqn:P1006 ;
wikibase:referenceValueNormalized prn:P1006 .
p:P1006 a owl:ObjectProperty .
psv:P1006 a owl:ObjectProperty .
pqv:P1006 a owl:ObjectProperty .
prv:P1006 a owl:ObjectProperty .
wdt:P1006 a owl:DatatypeProperty .
ps:P1006 a owl:DatatypeProperty .
pq:P1006 a owl:DatatypeProperty .
pr:P1006 a owl:DatatypeProperty .
psn:P1006 a owl:ObjectProperty .
pqn:P1006 a owl:ObjectProperty .
prn:P1006 a owl:ObjectProperty .
wdtn:P1006 a owl:ObjectProperty .
wdno:P1006 a owl:Class ;
owl:complementOf _:ef6abca6d7a000dbeea7ff6cf1c93655 .
_:ef6abca6d7a000dbeea7ff6cf1c93655 a owl:Restriction ;
owl:onProperty wdt:P1006 ;
owl:someValuesFrom owl:Thing .
wd:P949 a wikibase:Property ;
rdfs:label &#34;National Library of Israel ID (old)&#34;@en ;
skos:prefLabel &#34;National Library of Israel ID (old)&#34;@en ;
schema:name &#34;National Library of Israel ID (old)&#34;@en ;
schema:description &#34;former identifier for authority control used at the National Library of Israel. Replaced with \&#34;National Library of Israel J9U ID\&#34; (P8189)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P949 ;
wikibase:claim p:P949 ;
wikibase:statementProperty ps:P949 ;
wikibase:statementValue psv:P949 ;
wikibase:qualifier pq:P949 ;
wikibase:qualifierValue pqv:P949 ;
wikibase:reference pr:P949 ;
wikibase:referenceValue prv:P949 ;
wikibase:novalue wdno:P949 ;
wikibase:directClaimNormalized wdtn:P949 ;
wikibase:statementValueNormalized psn:P949 ;
wikibase:qualifierValueNormalized pqn:P949 ;
wikibase:referenceValueNormalized prn:P949 .
p:P949 a owl:ObjectProperty .
psv:P949 a owl:ObjectProperty .
pqv:P949 a owl:ObjectProperty .
prv:P949 a owl:ObjectProperty .
wdt:P949 a owl:DatatypeProperty .
ps:P949 a owl:DatatypeProperty .
pq:P949 a owl:DatatypeProperty .
pr:P949 a owl:DatatypeProperty .
psn:P949 a owl:ObjectProperty .
pqn:P949 a owl:ObjectProperty .
prn:P949 a owl:ObjectProperty .
wdtn:P949 a owl:ObjectProperty .
wdno:P949 a owl:Class ;
owl:complementOf _:85c146c8026653253daee222e99e6207 .
_:85c146c8026653253daee222e99e6207 a owl:Restriction ;
owl:onProperty wdt:P949 ;
owl:someValuesFrom owl:Thing .
wd:P646 a wikibase:Property ;
rdfs:label &#34;Freebase ID&#34;@en ;
skos:prefLabel &#34;Freebase ID&#34;@en ;
schema:name &#34;Freebase ID&#34;@en ;
schema:description &#34;identifier for a page in the Freebase database. Format: \&#34;/m/0\&#34; followed by 2 to 7 characters. For those starting with \&#34;/g/\&#34;, use Google Knowledge Graph identifier (P2671)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P646 ;
wikibase:claim p:P646 ;
wikibase:statementProperty ps:P646 ;
wikibase:statementValue psv:P646 ;
wikibase:qualifier pq:P646 ;
wikibase:qualifierValue pqv:P646 ;
wikibase:reference pr:P646 ;
wikibase:referenceValue prv:P646 ;
wikibase:novalue wdno:P646 ;
wikibase:directClaimNormalized wdtn:P646 ;
wikibase:statementValueNormalized psn:P646 ;
wikibase:qualifierValueNormalized pqn:P646 ;
wikibase:referenceValueNormalized prn:P646 .
p:P646 a owl:ObjectProperty .
psv:P646 a owl:ObjectProperty .
pqv:P646 a owl:ObjectProperty .
prv:P646 a owl:ObjectProperty .
wdt:P646 a owl:DatatypeProperty .
ps:P646 a owl:DatatypeProperty .
pq:P646 a owl:DatatypeProperty .
pr:P646 a owl:DatatypeProperty .
psn:P646 a owl:ObjectProperty .
pqn:P646 a owl:ObjectProperty .
prn:P646 a owl:ObjectProperty .
wdtn:P646 a owl:ObjectProperty .
wdno:P646 a owl:Class ;
owl:complementOf _:38db277a4b10d59fd38a3fd995cbe570 .
_:38db277a4b10d59fd38a3fd995cbe570 a owl:Restriction ;
owl:onProperty wdt:P646 ;
owl:someValuesFrom owl:Thing .
wd:Q691283 a wikibase:Item ;
rdfs:label &#34;St John&#39;s College&#34;@en ;
skos:prefLabel &#34;St John&#39;s College&#34;@en ;
schema:name &#34;St John&#39;s College&#34;@en ;
schema:description &#34;Constituent college of the University of Cambridge&#34;@en .
wd:P69 a wikibase:Property ;
rdfs:label &#34;educated at&#34;@en ;
skos:prefLabel &#34;educated at&#34;@en ;
schema:name &#34;educated at&#34;@en ;
schema:description &#34;educational institution attended by subject&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P69 ;
wikibase:claim p:P69 ;
wikibase:statementProperty ps:P69 ;
wikibase:statementValue psv:P69 ;
wikibase:qualifier pq:P69 ;
wikibase:qualifierValue pqv:P69 ;
wikibase:reference pr:P69 ;
wikibase:referenceValue prv:P69 ;
wikibase:novalue wdno:P69 .
p:P69 a owl:ObjectProperty .
psv:P69 a owl:ObjectProperty .
pqv:P69 a owl:ObjectProperty .
prv:P69 a owl:ObjectProperty .
wdt:P69 a owl:ObjectProperty .
ps:P69 a owl:ObjectProperty .
pq:P69 a owl:ObjectProperty .
pr:P69 a owl:ObjectProperty .
wdno:P69 a owl:Class ;
owl:complementOf _:6f19214137e50372f245d71207fe238f .
_:6f19214137e50372f245d71207fe238f a owl:Restriction ;
owl:onProperty wdt:P69 ;
owl:someValuesFrom owl:Thing .
wd:Q4961791 a wikibase:Item ;
rdfs:label &#34;Brentwood School&#34;@en ;
skos:prefLabel &#34;Brentwood School&#34;@en ;
schema:name &#34;Brentwood School&#34;@en ;
schema:description &#34;independent day and boarding school in Essex, England&#34;@en .
wd:P1273 a wikibase:Property ;
rdfs:label &#34;CANTIC ID (former scheme)&#34;@en ;
skos:prefLabel &#34;CANTIC ID (former scheme)&#34;@en ;
schema:name &#34;CANTIC ID (former scheme)&#34;@en ;
schema:description &#34;old identifier for authority control managed by the Library of Catalonia. Format: \&#34;a\&#34;, 7 digits, \&#34;x\&#34; or digit. Replaced with \&#34;CANTIC ID\&#34; (P9984)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P1273 ;
wikibase:claim p:P1273 ;
wikibase:statementProperty ps:P1273 ;
wikibase:statementValue psv:P1273 ;
wikibase:qualifier pq:P1273 ;
wikibase:qualifierValue pqv:P1273 ;
wikibase:reference pr:P1273 ;
wikibase:referenceValue prv:P1273 ;
wikibase:novalue wdno:P1273 ;
wikibase:directClaimNormalized wdtn:P1273 ;
wikibase:statementValueNormalized psn:P1273 ;
wikibase:qualifierValueNormalized pqn:P1273 ;
wikibase:referenceValueNormalized prn:P1273 .
p:P1273 a owl:ObjectProperty .
psv:P1273 a owl:ObjectProperty .
pqv:P1273 a owl:ObjectProperty .
prv:P1273 a owl:ObjectProperty .
wdt:P1273 a owl:DatatypeProperty .
ps:P1273 a owl:DatatypeProperty .
pq:P1273 a owl:DatatypeProperty .
pr:P1273 a owl:DatatypeProperty .
psn:P1273 a owl:ObjectProperty .
pqn:P1273 a owl:ObjectProperty .
prn:P1273 a owl:ObjectProperty .
wdtn:P1273 a owl:ObjectProperty .
wdno:P1273 a owl:Class ;
owl:complementOf _:d1063212b718f39ab05a2e04b03cbb21 .
_:d1063212b718f39ab05a2e04b03cbb21 a owl:Restriction ;
owl:onProperty wdt:P1273 ;
owl:someValuesFrom owl:Thing .
wd:Q9531 a wikibase:Item ;
rdfs:label &#34;BBC&#34;@en ;
skos:prefLabel &#34;BBC&#34;@en ;
schema:name &#34;BBC&#34;@en ;
schema:description &#34;British public service broadcaster&#34;@en .
wd:P108 a wikibase:Property ;
rdfs:label &#34;employer&#34;@en ;
skos:prefLabel &#34;employer&#34;@en ;
schema:name &#34;employer&#34;@en ;
schema:description &#34;person or organization for which the subject works or worked&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P108 ;
wikibase:claim p:P108 ;
wikibase:statementProperty ps:P108 ;
wikibase:statementValue psv:P108 ;
wikibase:qualifier pq:P108 ;
wikibase:qualifierValue pqv:P108 ;
wikibase:reference pr:P108 ;
wikibase:referenceValue prv:P108 ;
wikibase:novalue wdno:P108 .
p:P108 a owl:ObjectProperty .
psv:P108 a owl:ObjectProperty .
pqv:P108 a owl:ObjectProperty .
prv:P108 a owl:ObjectProperty .
wdt:P108 a owl:ObjectProperty .
ps:P108 a owl:ObjectProperty .
pq:P108 a owl:ObjectProperty .
pr:P108 a owl:ObjectProperty .
wdno:P108 a owl:Class ;
owl:complementOf _:dd09e98680a6ecbadef560716040f8f7 .
_:dd09e98680a6ecbadef560716040f8f7 a owl:Restriction ;
owl:onProperty wdt:P108 ;
owl:someValuesFrom owl:Thing .
wd:Q3520623 a wikibase:Item ;
rdfs:label &#34;The Digital Village&#34;@en ;
skos:prefLabel &#34;The Digital Village&#34;@en ;
schema:name &#34;The Digital Village&#34;@en ;
schema:description &#34;digital media company based in London, England, UK&#34;@en .
wd:P998 a wikibase:Property ;
rdfs:label &#34;Curlie ID&#34;@en ;
skos:prefLabel &#34;Curlie ID&#34;@en ;
schema:name &#34;Curlie ID&#34;@en ;
schema:description &#34;category path at Open Directory Project&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P998 ;
wikibase:claim p:P998 ;
wikibase:statementProperty ps:P998 ;
wikibase:statementValue psv:P998 ;
wikibase:qualifier pq:P998 ;
wikibase:qualifierValue pqv:P998 ;
wikibase:reference pr:P998 ;
wikibase:referenceValue prv:P998 ;
wikibase:novalue wdno:P998 ;
wikibase:directClaimNormalized wdtn:P998 ;
wikibase:statementValueNormalized psn:P998 ;
wikibase:qualifierValueNormalized pqn:P998 ;
wikibase:referenceValueNormalized prn:P998 .
p:P998 a owl:ObjectProperty .
psv:P998 a owl:ObjectProperty .
pqv:P998 a owl:ObjectProperty .
prv:P998 a owl:ObjectProperty .
wdt:P998 a owl:DatatypeProperty .
ps:P998 a owl:DatatypeProperty .
pq:P998 a owl:DatatypeProperty .
pr:P998 a owl:DatatypeProperty .
psn:P998 a owl:ObjectProperty .
pqn:P998 a owl:ObjectProperty .
prn:P998 a owl:ObjectProperty .
wdtn:P998 a owl:ObjectProperty .
wdno:P998 a owl:Class ;
owl:complementOf _:fb083a6ff16be725db56b625cc535be2 .
_:fb083a6ff16be725db56b625cc535be2 a owl:Restriction ;
owl:onProperty wdt:P998 ;
owl:someValuesFrom owl:Thing .
wd:P1233 a wikibase:Property ;
rdfs:label &#34;Internet Speculative Fiction Database author ID&#34;@en ;
skos:prefLabel &#34;Internet Speculative Fiction Database author ID&#34;@en ;
schema:name &#34;Internet Speculative Fiction Database author ID&#34;@en ;
schema:description &#34;identifier for a person in the Internet Speculative Fiction Database&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P1233 ;
wikibase:claim p:P1233 ;
wikibase:statementProperty ps:P1233 ;
wikibase:statementValue psv:P1233 ;
wikibase:qualifier pq:P1233 ;
wikibase:qualifierValue pqv:P1233 ;
wikibase:reference pr:P1233 ;
wikibase:referenceValue prv:P1233 ;
wikibase:novalue wdno:P1233 ;
wikibase:directClaimNormalized wdtn:P1233 ;
wikibase:statementValueNormalized psn:P1233 ;
wikibase:qualifierValueNormalized pqn:P1233 ;
wikibase:referenceValueNormalized prn:P1233 .
p:P1233 a owl:ObjectProperty .
psv:P1233 a owl:ObjectProperty .
pqv:P1233 a owl:ObjectProperty .
prv:P1233 a owl:ObjectProperty .
wdt:P1233 a owl:DatatypeProperty .
ps:P1233 a owl:DatatypeProperty .
pq:P1233 a owl:DatatypeProperty .
pr:P1233 a owl:DatatypeProperty .
psn:P1233 a owl:ObjectProperty .
pqn:P1233 a owl:ObjectProperty .
prn:P1233 a owl:ObjectProperty .
wdtn:P1233 a owl:ObjectProperty .
wdno:P1233 a owl:Class ;
owl:complementOf _:9acf9d94173716014f1f86ca2e6b1ab6 .
_:9acf9d94173716014f1f86ca2e6b1ab6 a owl:Restriction ;
owl:onProperty wdt:P1233 ;
owl:someValuesFrom owl:Thing .
wd:P1284 a wikibase:Property ;
rdfs:label &#34;Munzinger person ID&#34;@en ;
skos:prefLabel &#34;Munzinger person ID&#34;@en ;
schema:name &#34;Munzinger person ID&#34;@en ;
schema:description &#34;identifier on the Munzinger Archiv&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P1284 ;
wikibase:claim p:P1284 ;
wikibase:statementProperty ps:P1284 ;
wikibase:statementValue psv:P1284 ;
wikibase:qualifier pq:P1284 ;
wikibase:qualifierValue pqv:P1284 ;
wikibase:reference pr:P1284 ;
wikibase:referenceValue prv:P1284 ;
wikibase:novalue wdno:P1284 ;
wikibase:directClaimNormalized wdtn:P1284 ;
wikibase:statementValueNormalized psn:P1284 ;
wikibase:qualifierValueNormalized pqn:P1284 ;
wikibase:referenceValueNormalized prn:P1284 .
p:P1284 a owl:ObjectProperty .
psv:P1284 a owl:ObjectProperty .
pqv:P1284 a owl:ObjectProperty .
prv:P1284 a owl:ObjectProperty .
wdt:P1284 a owl:DatatypeProperty .
ps:P1284 a owl:DatatypeProperty .
pq:P1284 a owl:DatatypeProperty .
pr:P1284 a owl:DatatypeProperty .
psn:P1284 a owl:ObjectProperty .
pqn:P1284 a owl:ObjectProperty .
prn:P1284 a owl:ObjectProperty .
wdtn:P1284 a owl:ObjectProperty .
wdno:P1284 a owl:Class ;
owl:complementOf _:07a2c4c0fcf065ca7dd2b7a2d1d88a14 .
_:07a2c4c0fcf065ca7dd2b7a2d1d88a14 a owl:Restriction ;
owl:onProperty wdt:P1284 ;
owl:someValuesFrom owl:Thing .
wd:P866 a wikibase:Property ;
rdfs:label &#34;Perlentaucher ID&#34;@en ;
skos:prefLabel &#34;Perlentaucher ID&#34;@en ;
schema:name &#34;Perlentaucher ID&#34;@en ;
schema:description &#34;identifier in Perlentaucher (Q2071388)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P866 ;
wikibase:claim p:P866 ;
wikibase:statementProperty ps:P866 ;
wikibase:statementValue psv:P866 ;
wikibase:qualifier pq:P866 ;
wikibase:qualifierValue pqv:P866 ;
wikibase:reference pr:P866 ;
wikibase:referenceValue prv:P866 ;
wikibase:novalue wdno:P866 ;
wikibase:directClaimNormalized wdtn:P866 ;
wikibase:statementValueNormalized psn:P866 ;
wikibase:qualifierValueNormalized pqn:P866 ;
wikibase:referenceValueNormalized prn:P866 .
p:P866 a owl:ObjectProperty .
psv:P866 a owl:ObjectProperty .
pqv:P866 a owl:ObjectProperty .
prv:P866 a owl:ObjectProperty .
wdt:P866 a owl:DatatypeProperty .
ps:P866 a owl:DatatypeProperty .
pq:P866 a owl:DatatypeProperty .
pr:P866 a owl:DatatypeProperty .
psn:P866 a owl:ObjectProperty .
pqn:P866 a owl:ObjectProperty .
prn:P866 a owl:ObjectProperty .
wdtn:P866 a owl:ObjectProperty .
wdno:P866 a owl:Class ;
owl:complementOf _:203361e7e712c2ab577371121778c0f5 .
_:203361e7e712c2ab577371121778c0f5 a owl:Restriction ;
owl:onProperty wdt:P866 ;
owl:someValuesFrom owl:Thing .
wd:P1695 a wikibase:Property ;
rdfs:label &#34;NLP ID (old)&#34;@en ;
skos:prefLabel &#34;NLP ID (old)&#34;@en ;
schema:name &#34;NLP ID (old)&#34;@en ;
schema:description &#34;former National Library of Poland unique identifier. Format: \&#34;A\&#34;, 7 digits, \&#34;X\&#34; or another digit. For the newer 16-digit format, use \&#34;NLP ID (PLWABN record)\&#34; (P7293)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P1695 ;
wikibase:claim p:P1695 ;
wikibase:statementProperty ps:P1695 ;
wikibase:statementValue psv:P1695 ;
wikibase:qualifier pq:P1695 ;
wikibase:qualifierValue pqv:P1695 ;
wikibase:reference pr:P1695 ;
wikibase:referenceValue prv:P1695 ;
wikibase:novalue wdno:P1695 ;
wikibase:directClaimNormalized wdtn:P1695 ;
wikibase:statementValueNormalized psn:P1695 ;
wikibase:qualifierValueNormalized pqn:P1695 ;
wikibase:referenceValueNormalized prn:P1695 .
p:P1695 a owl:ObjectProperty .
psv:P1695 a owl:ObjectProperty .
pqv:P1695 a owl:ObjectProperty .
prv:P1695 a owl:ObjectProperty .
wdt:P1695 a owl:DatatypeProperty .
ps:P1695 a owl:DatatypeProperty .
pq:P1695 a owl:DatatypeProperty .
pr:P1695 a owl:DatatypeProperty .
psn:P1695 a owl:ObjectProperty .
pqn:P1695 a owl:ObjectProperty .
prn:P1695 a owl:ObjectProperty .
wdtn:P1695 a owl:ObjectProperty .
wdno:P1695 a owl:Class ;
owl:complementOf _:b044ed5b0588da38f8d18431c5314ea3 .
_:b044ed5b0588da38f8d18431c5314ea3 a owl:Restriction ;
owl:onProperty wdt:P1695 ;
owl:someValuesFrom owl:Thing .
wd:P1816 a wikibase:Property ;
rdfs:label &#34;National Portrait Gallery (London) person ID&#34;@en ;
skos:prefLabel &#34;National Portrait Gallery (London) person ID&#34;@en ;
schema:name &#34;National Portrait Gallery (London) person ID&#34;@en ;
schema:description &#34;identifier for sitters and artists represented in the National Portrait Gallery, London&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P1816 ;
wikibase:claim p:P1816 ;
wikibase:statementProperty ps:P1816 ;
wikibase:statementValue psv:P1816 ;
wikibase:qualifier pq:P1816 ;
wikibase:qualifierValue pqv:P1816 ;
wikibase:reference pr:P1816 ;
wikibase:referenceValue prv:P1816 ;
wikibase:novalue wdno:P1816 ;
wikibase:directClaimNormalized wdtn:P1816 ;
wikibase:statementValueNormalized psn:P1816 ;
wikibase:qualifierValueNormalized pqn:P1816 ;
wikibase:referenceValueNormalized prn:P1816 .
p:P1816 a owl:ObjectProperty .
psv:P1816 a owl:ObjectProperty .
pqv:P1816 a owl:ObjectProperty .
prv:P1816 a owl:ObjectProperty .
wdt:P1816 a owl:DatatypeProperty .
ps:P1816 a owl:DatatypeProperty .
pq:P1816 a owl:DatatypeProperty .
pr:P1816 a owl:DatatypeProperty .
psn:P1816 a owl:ObjectProperty .
pqn:P1816 a owl:ObjectProperty .
prn:P1816 a owl:ObjectProperty .
wdtn:P1816 a owl:ObjectProperty .
wdno:P1816 a owl:Class ;
owl:complementOf _:7015b06446b221f0e096d2116ba4d977 .
_:7015b06446b221f0e096d2116ba4d977 a owl:Restriction ;
owl:onProperty wdt:P1816 ;
owl:someValuesFrom owl:Thing .
wd:P1263 a wikibase:Property ;
rdfs:label &#34;NNDB people ID&#34;@en ;
skos:prefLabel &#34;NNDB people ID&#34;@en ;
schema:name &#34;NNDB people ID&#34;@en ;
schema:description &#34;identifier in the Notable Names Database, a biographical database: only for people entries&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P1263 ;
wikibase:claim p:P1263 ;
wikibase:statementProperty ps:P1263 ;
wikibase:statementValue psv:P1263 ;
wikibase:qualifier pq:P1263 ;
wikibase:qualifierValue pqv:P1263 ;
wikibase:reference pr:P1263 ;
wikibase:referenceValue prv:P1263 ;
wikibase:novalue wdno:P1263 ;
wikibase:directClaimNormalized wdtn:P1263 ;
wikibase:statementValueNormalized psn:P1263 ;
wikibase:qualifierValueNormalized pqn:P1263 ;
wikibase:referenceValueNormalized prn:P1263 .
p:P1263 a owl:ObjectProperty .
psv:P1263 a owl:ObjectProperty .
pqv:P1263 a owl:ObjectProperty .
prv:P1263 a owl:ObjectProperty .
wdt:P1263 a owl:DatatypeProperty .
ps:P1263 a owl:DatatypeProperty .
pq:P1263 a owl:DatatypeProperty .
pr:P1263 a owl:DatatypeProperty .
psn:P1263 a owl:ObjectProperty .
pqn:P1263 a owl:ObjectProperty .
prn:P1263 a owl:ObjectProperty .
wdtn:P1263 a owl:ObjectProperty .
wdno:P1263 a owl:Class ;
owl:complementOf _:6610f61c5bae634e385ce57401c1b481 .
_:6610f61c5bae634e385ce57401c1b481 a owl:Restriction ;
owl:onProperty wdt:P1263 ;
owl:someValuesFrom owl:Thing .
wd:P271 a wikibase:Property ;
rdfs:label &#34;CiNii Books author ID&#34;@en ;
skos:prefLabel &#34;CiNii Books author ID&#34;@en ;
schema:name &#34;CiNii Books author ID&#34;@en ;
schema:description &#34;identifier for book authors in CiNii Books service, cataloged in NACSIS-CAT system for university libraries and research institutions of Japan&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P271 ;
wikibase:claim p:P271 ;
wikibase:statementProperty ps:P271 ;
wikibase:statementValue psv:P271 ;
wikibase:qualifier pq:P271 ;
wikibase:qualifierValue pqv:P271 ;
wikibase:reference pr:P271 ;
wikibase:referenceValue prv:P271 ;
wikibase:novalue wdno:P271 ;
wikibase:directClaimNormalized wdtn:P271 ;
wikibase:statementValueNormalized psn:P271 ;
wikibase:qualifierValueNormalized pqn:P271 ;
wikibase:referenceValueNormalized prn:P271 .
p:P271 a owl:ObjectProperty .
psv:P271 a owl:ObjectProperty .
pqv:P271 a owl:ObjectProperty .
prv:P271 a owl:ObjectProperty .
wdt:P271 a owl:DatatypeProperty .
ps:P271 a owl:DatatypeProperty .
pq:P271 a owl:DatatypeProperty .
pr:P271 a owl:DatatypeProperty .
psn:P271 a owl:ObjectProperty .
pqn:P271 a owl:ObjectProperty .
prn:P271 a owl:ObjectProperty .
wdtn:P271 a owl:ObjectProperty .
wdno:P271 a owl:Class ;
owl:complementOf _:9ba064927b8513b8ad98caff580315e0 .
_:9ba064927b8513b8ad98caff580315e0 a owl:Restriction ;
owl:onProperty wdt:P271 ;
owl:someValuesFrom owl:Thing .
wd:P856 a wikibase:Property ;
rdfs:label &#34;official website&#34;@en ;
skos:prefLabel &#34;official website&#34;@en ;
schema:name &#34;official website&#34;@en ;
schema:description &#34;URL of the official page of an item (current or former) [if the page changes, add an additional statement with preferred rank. Do not remove the former URL]&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#Url&gt; ;
wikibase:directClaim wdt:P856 ;
wikibase:claim p:P856 ;
wikibase:statementProperty ps:P856 ;
wikibase:statementValue psv:P856 ;
wikibase:qualifier pq:P856 ;
wikibase:qualifierValue pqv:P856 ;
wikibase:reference pr:P856 ;
wikibase:referenceValue prv:P856 ;
wikibase:novalue wdno:P856 .
p:P856 a owl:ObjectProperty .
psv:P856 a owl:ObjectProperty .
pqv:P856 a owl:ObjectProperty .
prv:P856 a owl:ObjectProperty .
wdt:P856 a owl:ObjectProperty .
ps:P856 a owl:ObjectProperty .
pq:P856 a owl:ObjectProperty .
pr:P856 a owl:ObjectProperty .
wdno:P856 a owl:Class ;
owl:complementOf _:1d357f887a7e27ff82787607ac757e2c .
_:1d357f887a7e27ff82787607ac757e2c a owl:Restriction ;
owl:onProperty wdt:P856 ;
owl:someValuesFrom owl:Thing .
wd:Q3414212 a wikibase:Item ;
rdfs:label &#34;Hugo Award for Best Dramatic Presentation&#34;@en ;
skos:prefLabel &#34;Hugo Award for Best Dramatic Presentation&#34;@en ;
schema:name &#34;Hugo Award for Best Dramatic Presentation&#34;@en ;
schema:description &#34;Hugo Awards presented by the World Science Fiction Convention&#34;@en .
wd:P1411 a wikibase:Property ;
rdfs:label &#34;nominated for&#34;@en ;
skos:prefLabel &#34;nominated for&#34;@en ;
schema:name &#34;nominated for&#34;@en ;
schema:description &#34;award nomination received by a person, organisation or creative work (inspired from \&#34;award received\&#34; (Property:P166))&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P1411 ;
wikibase:claim p:P1411 ;
wikibase:statementProperty ps:P1411 ;
wikibase:statementValue psv:P1411 ;
wikibase:qualifier pq:P1411 ;
wikibase:qualifierValue pqv:P1411 ;
wikibase:reference pr:P1411 ;
wikibase:referenceValue prv:P1411 ;
wikibase:novalue wdno:P1411 .
p:P1411 a owl:ObjectProperty .
psv:P1411 a owl:ObjectProperty .
pqv:P1411 a owl:ObjectProperty .
prv:P1411 a owl:ObjectProperty .
wdt:P1411 a owl:ObjectProperty .
ps:P1411 a owl:ObjectProperty .
pq:P1411 a owl:ObjectProperty .
pr:P1411 a owl:ObjectProperty .
wdno:P1411 a owl:Class ;
owl:complementOf _:83f83c2accc0c72dad4bbe0aff05d4f4 .
_:83f83c2accc0c72dad4bbe0aff05d4f4 a owl:Restriction ;
owl:onProperty wdt:P1411 ;
owl:someValuesFrom owl:Thing .
wd:Q2576795 a wikibase:Item ;
rdfs:label &#34;Locus Award for Best Science Fiction Novel&#34;@en ;
skos:prefLabel &#34;Locus Award for Best Science Fiction Novel&#34;@en ;
schema:name &#34;Locus Award for Best Science Fiction Novel&#34;@en ;
schema:description &#34;literary award by the science fiction and fantasy magazine Locus&#34;@en .
wd:P1953 a wikibase:Property ;
rdfs:label &#34;Discogs artist ID&#34;@en ;
skos:prefLabel &#34;Discogs artist ID&#34;@en ;
schema:name &#34;Discogs artist ID&#34;@en ;
schema:description &#34;identifier for a band or person in the Discogs database&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P1953 ;
wikibase:claim p:P1953 ;
wikibase:statementProperty ps:P1953 ;
wikibase:statementValue psv:P1953 ;
wikibase:qualifier pq:P1953 ;
wikibase:qualifierValue pqv:P1953 ;
wikibase:reference pr:P1953 ;
wikibase:referenceValue prv:P1953 ;
wikibase:novalue wdno:P1953 ;
wikibase:directClaimNormalized wdtn:P1953 ;
wikibase:statementValueNormalized psn:P1953 ;
wikibase:qualifierValueNormalized pqn:P1953 ;
wikibase:referenceValueNormalized prn:P1953 .
p:P1953 a owl:ObjectProperty .
psv:P1953 a owl:ObjectProperty .
pqv:P1953 a owl:ObjectProperty .
prv:P1953 a owl:ObjectProperty .
wdt:P1953 a owl:DatatypeProperty .
ps:P1953 a owl:DatatypeProperty .
pq:P1953 a owl:DatatypeProperty .
pr:P1953 a owl:DatatypeProperty .
psn:P1953 a owl:ObjectProperty .
pqn:P1953 a owl:ObjectProperty .
prn:P1953 a owl:ObjectProperty .
wdtn:P1953 a owl:ObjectProperty .
wdno:P1953 a owl:Class ;
owl:complementOf _:4dd1fe3fa1719551dddfd2e48366594c .
_:4dd1fe3fa1719551dddfd2e48366594c a owl:Restriction ;
owl:onProperty wdt:P1953 ;
owl:someValuesFrom owl:Thing .
wd:P648 a wikibase:Property ;
rdfs:label &#34;Open Library ID&#34;@en ;
skos:prefLabel &#34;Open Library ID&#34;@en ;
schema:name &#34;Open Library ID&#34;@en ;
schema:description &#34;identifier for a work (\&#34;W\&#34;), edition (\&#34;M\&#34;) or author (\&#34;A\&#34;) for book data of the Internet Archive&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P648 ;
wikibase:claim p:P648 ;
wikibase:statementProperty ps:P648 ;
wikibase:statementValue psv:P648 ;
wikibase:qualifier pq:P648 ;
wikibase:qualifierValue pqv:P648 ;
wikibase:reference pr:P648 ;
wikibase:referenceValue prv:P648 ;
wikibase:novalue wdno:P648 ;
wikibase:directClaimNormalized wdtn:P648 ;
wikibase:statementValueNormalized psn:P648 ;
wikibase:qualifierValueNormalized pqn:P648 ;
wikibase:referenceValueNormalized prn:P648 .
p:P648 a owl:ObjectProperty .
psv:P648 a owl:ObjectProperty .
pqv:P648 a owl:ObjectProperty .
prv:P648 a owl:ObjectProperty .
wdt:P648 a owl:DatatypeProperty .
ps:P648 a owl:DatatypeProperty .
pq:P648 a owl:DatatypeProperty .
pr:P648 a owl:DatatypeProperty .
psn:P648 a owl:ObjectProperty .
pqn:P648 a owl:ObjectProperty .
prn:P648 a owl:ObjectProperty .
wdtn:P648 a owl:ObjectProperty .
wdno:P648 a owl:Class ;
owl:complementOf _:77764e4c47fec97d0c5bb4562bf6e826 .
_:77764e4c47fec97d0c5bb4562bf6e826 a owl:Restriction ;
owl:onProperty wdt:P648 ;
owl:someValuesFrom owl:Thing .
wd:P1258 a wikibase:Property ;
rdfs:label &#34;Rotten Tomatoes ID&#34;@en ;
skos:prefLabel &#34;Rotten Tomatoes ID&#34;@en ;
schema:name &#34;Rotten Tomatoes ID&#34;@en ;
schema:description &#34;identifier on Rotten Tomatoes&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P1258 ;
wikibase:claim p:P1258 ;
wikibase:statementProperty ps:P1258 ;
wikibase:statementValue psv:P1258 ;
wikibase:qualifier pq:P1258 ;
wikibase:qualifierValue pqv:P1258 ;
wikibase:reference pr:P1258 ;
wikibase:referenceValue prv:P1258 ;
wikibase:novalue wdno:P1258 ;
wikibase:directClaimNormalized wdtn:P1258 ;
wikibase:statementValueNormalized psn:P1258 ;
wikibase:qualifierValueNormalized pqn:P1258 ;
wikibase:referenceValueNormalized prn:P1258 .
p:P1258 a owl:ObjectProperty .
psv:P1258 a owl:ObjectProperty .
pqv:P1258 a owl:ObjectProperty .
prv:P1258 a owl:ObjectProperty .
wdt:P1258 a owl:DatatypeProperty .
ps:P1258 a owl:DatatypeProperty .
pq:P1258 a owl:DatatypeProperty .
pr:P1258 a owl:DatatypeProperty .
psn:P1258 a owl:ObjectProperty .
pqn:P1258 a owl:ObjectProperty .
prn:P1258 a owl:ObjectProperty .
wdtn:P1258 a owl:ObjectProperty .
wdno:P1258 a owl:Class ;
owl:complementOf _:f73bf261a91757d82cdef8f992dd5275 .
_:f73bf261a91757d82cdef8f992dd5275 a owl:Restriction ;
owl:onProperty wdt:P1258 ;
owl:someValuesFrom owl:Thing .
wd:P2191 a wikibase:Property ;
rdfs:label &#34;Vegetti Catalog of Fantastic Literature NILF ID&#34;@en ;
skos:prefLabel &#34;Vegetti Catalog of Fantastic Literature NILF ID&#34;@en ;
schema:name &#34;Vegetti Catalog of Fantastic Literature NILF ID&#34;@en ;
schema:description &#34;numeric identifier within the Vegetti Catalog of Fantastic Literature&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P2191 ;
wikibase:claim p:P2191 ;
wikibase:statementProperty ps:P2191 ;
wikibase:statementValue psv:P2191 ;
wikibase:qualifier pq:P2191 ;
wikibase:qualifierValue pqv:P2191 ;
wikibase:reference pr:P2191 ;
wikibase:referenceValue prv:P2191 ;
wikibase:novalue wdno:P2191 ;
wikibase:directClaimNormalized wdtn:P2191 ;
wikibase:statementValueNormalized psn:P2191 ;
wikibase:qualifierValueNormalized pqn:P2191 ;
wikibase:referenceValueNormalized prn:P2191 .
p:P2191 a owl:ObjectProperty .
psv:P2191 a owl:ObjectProperty .
pqv:P2191 a owl:ObjectProperty .
prv:P2191 a owl:ObjectProperty .
wdt:P2191 a owl:DatatypeProperty .
ps:P2191 a owl:DatatypeProperty .
pq:P2191 a owl:DatatypeProperty .
pr:P2191 a owl:DatatypeProperty .
psn:P2191 a owl:ObjectProperty .
pqn:P2191 a owl:ObjectProperty .
prn:P2191 a owl:ObjectProperty .
wdtn:P2191 a owl:ObjectProperty .
wdno:P2191 a owl:Class ;
owl:complementOf _:d2f419d80183b08ccb66bd6476f38562 .
_:d2f419d80183b08ccb66bd6476f38562 a owl:Restriction ;
owl:onProperty wdt:P2191 ;
owl:someValuesFrom owl:Thing .
wd:P1266 a wikibase:Property ;
rdfs:label &#34;AlloCiné person ID&#34;@en ;
skos:prefLabel &#34;AlloCiné person ID&#34;@en ;
schema:name &#34;AlloCiné person ID&#34;@en ;
schema:description &#34;identifier for a person on the AlloCiné film database&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P1266 ;
wikibase:claim p:P1266 ;
wikibase:statementProperty ps:P1266 ;
wikibase:statementValue psv:P1266 ;
wikibase:qualifier pq:P1266 ;
wikibase:qualifierValue pqv:P1266 ;
wikibase:reference pr:P1266 ;
wikibase:referenceValue prv:P1266 ;
wikibase:novalue wdno:P1266 ;
wikibase:directClaimNormalized wdtn:P1266 ;
wikibase:statementValueNormalized psn:P1266 ;
wikibase:qualifierValueNormalized pqn:P1266 ;
wikibase:referenceValueNormalized prn:P1266 .
p:P1266 a owl:ObjectProperty .
psv:P1266 a owl:ObjectProperty .
pqv:P1266 a owl:ObjectProperty .
prv:P1266 a owl:ObjectProperty .
wdt:P1266 a owl:DatatypeProperty .
ps:P1266 a owl:DatatypeProperty .
pq:P1266 a owl:DatatypeProperty .
pr:P1266 a owl:DatatypeProperty .
psn:P1266 a owl:ObjectProperty .
pqn:P1266 a owl:ObjectProperty .
prn:P1266 a owl:ObjectProperty .
wdtn:P1266 a owl:ObjectProperty .
wdno:P1266 a owl:Class ;
owl:complementOf _:da32dfdafd2a556ecbe718f87b36703d .
_:da32dfdafd2a556ecbe718f87b36703d a owl:Restriction ;
owl:onProperty wdt:P1266 ;
owl:someValuesFrom owl:Thing .
wd:P2019 a wikibase:Property ;
rdfs:label &#34;AllMovie person ID&#34;@en ;
skos:prefLabel &#34;AllMovie person ID&#34;@en ;
schema:name &#34;AllMovie person ID&#34;@en ;
schema:description &#34;identifier for a person on the AllMovie film database&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P2019 ;
wikibase:claim p:P2019 ;
wikibase:statementProperty ps:P2019 ;
wikibase:statementValue psv:P2019 ;
wikibase:qualifier pq:P2019 ;
wikibase:qualifierValue pqv:P2019 ;
wikibase:reference pr:P2019 ;
wikibase:referenceValue prv:P2019 ;
wikibase:novalue wdno:P2019 ;
wikibase:directClaimNormalized wdtn:P2019 ;
wikibase:statementValueNormalized psn:P2019 ;
wikibase:qualifierValueNormalized pqn:P2019 ;
wikibase:referenceValueNormalized prn:P2019 .
p:P2019 a owl:ObjectProperty .
psv:P2019 a owl:ObjectProperty .
pqv:P2019 a owl:ObjectProperty .
prv:P2019 a owl:ObjectProperty .
wdt:P2019 a owl:DatatypeProperty .
ps:P2019 a owl:DatatypeProperty .
pq:P2019 a owl:DatatypeProperty .
pr:P2019 a owl:DatatypeProperty .
psn:P2019 a owl:ObjectProperty .
pqn:P2019 a owl:ObjectProperty .
prn:P2019 a owl:ObjectProperty .
wdtn:P2019 a owl:ObjectProperty .
wdno:P2019 a owl:Class ;
owl:complementOf _:e195a2b4a5546556b03174275f04b189 .
_:e195a2b4a5546556b03174275f04b189 a owl:Restriction ;
owl:onProperty wdt:P2019 ;
owl:someValuesFrom owl:Thing .
wd:P2188 a wikibase:Property ;
rdfs:label &#34;BiblioNet author ID&#34;@en ;
skos:prefLabel &#34;BiblioNet author ID&#34;@en ;
schema:name &#34;BiblioNet author ID&#34;@en ;
schema:description &#34;identifier in the BiblioNet database of authors, created by the National Book Centre of Greece, many Greek individual publishers and their professional associations&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P2188 ;
wikibase:claim p:P2188 ;
wikibase:statementProperty ps:P2188 ;
wikibase:statementValue psv:P2188 ;
wikibase:qualifier pq:P2188 ;
wikibase:qualifierValue pqv:P2188 ;
wikibase:reference pr:P2188 ;
wikibase:referenceValue prv:P2188 ;
wikibase:novalue wdno:P2188 ;
wikibase:directClaimNormalized wdtn:P2188 ;
wikibase:statementValueNormalized psn:P2188 ;
wikibase:qualifierValueNormalized pqn:P2188 ;
wikibase:referenceValueNormalized prn:P2188 .
p:P2188 a owl:ObjectProperty .
psv:P2188 a owl:ObjectProperty .
pqv:P2188 a owl:ObjectProperty .
prv:P2188 a owl:ObjectProperty .
wdt:P2188 a owl:DatatypeProperty .
ps:P2188 a owl:DatatypeProperty .
pq:P2188 a owl:DatatypeProperty .
pr:P2188 a owl:DatatypeProperty .
psn:P2188 a owl:ObjectProperty .
pqn:P2188 a owl:ObjectProperty .
prn:P2188 a owl:ObjectProperty .
wdtn:P2188 a owl:ObjectProperty .
wdno:P2188 a owl:Class ;
owl:complementOf _:40d5f0f3f0fa19f107709c33ac5f8e65 .
_:40d5f0f3f0fa19f107709c33ac5f8e65 a owl:Restriction ;
owl:onProperty wdt:P2188 ;
owl:someValuesFrom owl:Thing .
wd:P2168 a wikibase:Property ;
rdfs:label &#34;Swedish Film Database person ID&#34;@en ;
skos:prefLabel &#34;Swedish Film Database person ID&#34;@en ;
schema:name &#34;Swedish Film Database person ID&#34;@en ;
schema:description &#34;identifier for a person on the Swedish Film Database (SFDb)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P2168 ;
wikibase:claim p:P2168 ;
wikibase:statementProperty ps:P2168 ;
wikibase:statementValue psv:P2168 ;
wikibase:qualifier pq:P2168 ;
wikibase:qualifierValue pqv:P2168 ;
wikibase:reference pr:P2168 ;
wikibase:referenceValue prv:P2168 ;
wikibase:novalue wdno:P2168 ;
wikibase:directClaimNormalized wdtn:P2168 ;
wikibase:statementValueNormalized psn:P2168 ;
wikibase:qualifierValueNormalized pqn:P2168 ;
wikibase:referenceValueNormalized prn:P2168 .
p:P2168 a owl:ObjectProperty .
psv:P2168 a owl:ObjectProperty .
pqv:P2168 a owl:ObjectProperty .
prv:P2168 a owl:ObjectProperty .
wdt:P2168 a owl:DatatypeProperty .
ps:P2168 a owl:DatatypeProperty .
pq:P2168 a owl:DatatypeProperty .
pr:P2168 a owl:DatatypeProperty .
psn:P2168 a owl:ObjectProperty .
pqn:P2168 a owl:ObjectProperty .
prn:P2168 a owl:ObjectProperty .
wdtn:P2168 a owl:ObjectProperty .
wdno:P2168 a owl:Class ;
owl:complementOf _:c0ea747bb7451f7f7ad5b2f154c6ed4d .
_:c0ea747bb7451f7f7ad5b2f154c6ed4d a owl:Restriction ;
owl:onProperty wdt:P2168 ;
owl:someValuesFrom owl:Thing .
wd:P1315 a wikibase:Property ;
rdfs:label &#34;NLA Trove people ID&#34;@en ;
skos:prefLabel &#34;NLA Trove people ID&#34;@en ;
schema:name &#34;NLA Trove people ID&#34;@en ;
schema:description &#34;identifier for people or organizations per National Library of Australia (see also P409 for the older Libraries Australia identifier). Format: 5 to 7 digits.&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P1315 ;
wikibase:claim p:P1315 ;
wikibase:statementProperty ps:P1315 ;
wikibase:statementValue psv:P1315 ;
wikibase:qualifier pq:P1315 ;
wikibase:qualifierValue pqv:P1315 ;
wikibase:reference pr:P1315 ;
wikibase:referenceValue prv:P1315 ;
wikibase:novalue wdno:P1315 ;
wikibase:directClaimNormalized wdtn:P1315 ;
wikibase:statementValueNormalized psn:P1315 ;
wikibase:qualifierValueNormalized pqn:P1315 ;
wikibase:referenceValueNormalized prn:P1315 .
p:P1315 a owl:ObjectProperty .
psv:P1315 a owl:ObjectProperty .
pqv:P1315 a owl:ObjectProperty .
prv:P1315 a owl:ObjectProperty .
wdt:P1315 a owl:DatatypeProperty .
ps:P1315 a owl:DatatypeProperty .
pq:P1315 a owl:DatatypeProperty .
pr:P1315 a owl:DatatypeProperty .
psn:P1315 a owl:ObjectProperty .
pqn:P1315 a owl:ObjectProperty .
prn:P1315 a owl:ObjectProperty .
wdtn:P1315 a owl:ObjectProperty .
wdno:P1315 a owl:Class ;
owl:complementOf _:a1e1fa0636e696a5458f6caa7e80e073 .
_:a1e1fa0636e696a5458f6caa7e80e073 a owl:Restriction ;
owl:onProperty wdt:P1315 ;
owl:someValuesFrom owl:Thing .
wd:P2163 a wikibase:Property ;
rdfs:label &#34;FAST ID&#34;@en ;
skos:prefLabel &#34;FAST ID&#34;@en ;
schema:name &#34;FAST ID&#34;@en ;
schema:description &#34;authority control identifier in WorldCat&#39;s “FAST Linked Data” authority file&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P2163 ;
wikibase:claim p:P2163 ;
wikibase:statementProperty ps:P2163 ;
wikibase:statementValue psv:P2163 ;
wikibase:qualifier pq:P2163 ;
wikibase:qualifierValue pqv:P2163 ;
wikibase:reference pr:P2163 ;
wikibase:referenceValue prv:P2163 ;
wikibase:novalue wdno:P2163 ;
wikibase:directClaimNormalized wdtn:P2163 ;
wikibase:statementValueNormalized psn:P2163 ;
wikibase:qualifierValueNormalized pqn:P2163 ;
wikibase:referenceValueNormalized prn:P2163 .
p:P2163 a owl:ObjectProperty .
psv:P2163 a owl:ObjectProperty .
pqv:P2163 a owl:ObjectProperty .
prv:P2163 a owl:ObjectProperty .
wdt:P2163 a owl:DatatypeProperty .
ps:P2163 a owl:DatatypeProperty .
pq:P2163 a owl:DatatypeProperty .
pr:P2163 a owl:DatatypeProperty .
psn:P2163 a owl:ObjectProperty .
pqn:P2163 a owl:ObjectProperty .
prn:P2163 a owl:ObjectProperty .
wdtn:P2163 a owl:ObjectProperty .
wdno:P2163 a owl:Class ;
owl:complementOf _:be15783f018d2abc361b1b2183fe8448 .
_:be15783f018d2abc361b1b2183fe8448 a owl:Restriction ;
owl:onProperty wdt:P2163 ;
owl:someValuesFrom owl:Thing .
wd:P1417 a wikibase:Property ;
rdfs:label &#34;Encyclopædia Britannica Online ID&#34;@en ;
skos:prefLabel &#34;Encyclopædia Britannica Online ID&#34;@en ;
schema:name &#34;Encyclopædia Britannica Online ID&#34;@en ;
schema:description &#34;identifer for an article in the online version of Encyclopædia Britannica&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P1417 ;
wikibase:claim p:P1417 ;
wikibase:statementProperty ps:P1417 ;
wikibase:statementValue psv:P1417 ;
wikibase:qualifier pq:P1417 ;
wikibase:qualifierValue pqv:P1417 ;
wikibase:reference pr:P1417 ;
wikibase:referenceValue prv:P1417 ;
wikibase:novalue wdno:P1417 ;
wikibase:directClaimNormalized wdtn:P1417 ;
wikibase:statementValueNormalized psn:P1417 ;
wikibase:qualifierValueNormalized pqn:P1417 ;
wikibase:referenceValueNormalized prn:P1417 .
p:P1417 a owl:ObjectProperty .
psv:P1417 a owl:ObjectProperty .
pqv:P1417 a owl:ObjectProperty .
prv:P1417 a owl:ObjectProperty .
wdt:P1417 a owl:DatatypeProperty .
ps:P1417 a owl:DatatypeProperty .
pq:P1417 a owl:DatatypeProperty .
pr:P1417 a owl:DatatypeProperty .
psn:P1417 a owl:ObjectProperty .
pqn:P1417 a owl:ObjectProperty .
prn:P1417 a owl:ObjectProperty .
wdtn:P1417 a owl:ObjectProperty .
wdno:P1417 a owl:Class ;
owl:complementOf _:0cb1ab8817799c4db539b18975ce292a .
_:0cb1ab8817799c4db539b18975ce292a a owl:Restriction ;
owl:onProperty wdt:P1417 ;
owl:someValuesFrom owl:Thing .
wd:P2611 a wikibase:Property ;
rdfs:label &#34;TED speaker ID&#34;@en ;
skos:prefLabel &#34;TED speaker ID&#34;@en ;
schema:name &#34;TED speaker ID&#34;@en ;
schema:description &#34;identifier of a person in the TED database of talks&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P2611 ;
wikibase:claim p:P2611 ;
wikibase:statementProperty ps:P2611 ;
wikibase:statementValue psv:P2611 ;
wikibase:qualifier pq:P2611 ;
wikibase:qualifierValue pqv:P2611 ;
wikibase:reference pr:P2611 ;
wikibase:referenceValue prv:P2611 ;
wikibase:novalue wdno:P2611 ;
wikibase:directClaimNormalized wdtn:P2611 ;
wikibase:statementValueNormalized psn:P2611 ;
wikibase:qualifierValueNormalized pqn:P2611 ;
wikibase:referenceValueNormalized prn:P2611 .
p:P2611 a owl:ObjectProperty .
psv:P2611 a owl:ObjectProperty .
pqv:P2611 a owl:ObjectProperty .
prv:P2611 a owl:ObjectProperty .
wdt:P2611 a owl:DatatypeProperty .
ps:P2611 a owl:DatatypeProperty .
pq:P2611 a owl:DatatypeProperty .
pr:P2611 a owl:DatatypeProperty .
psn:P2611 a owl:ObjectProperty .
pqn:P2611 a owl:ObjectProperty .
prn:P2611 a owl:ObjectProperty .
wdtn:P2611 a owl:ObjectProperty .
wdno:P2611 a owl:Class ;
owl:complementOf _:e43012ecc38a37dd790fb2cb0f6163a0 .
_:e43012ecc38a37dd790fb2cb0f6163a0 a owl:Restriction ;
owl:onProperty wdt:P2611 ;
owl:someValuesFrom owl:Thing .
wd:P2435 a wikibase:Property ;
rdfs:label &#34;PORT person ID&#34;@en ;
skos:prefLabel &#34;PORT person ID&#34;@en ;
schema:name &#34;PORT person ID&#34;@en ;
schema:description &#34;PORT-network film database: identifier for a person&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P2435 ;
wikibase:claim p:P2435 ;
wikibase:statementProperty ps:P2435 ;
wikibase:statementValue psv:P2435 ;
wikibase:qualifier pq:P2435 ;
wikibase:qualifierValue pqv:P2435 ;
wikibase:reference pr:P2435 ;
wikibase:referenceValue prv:P2435 ;
wikibase:novalue wdno:P2435 ;
wikibase:directClaimNormalized wdtn:P2435 ;
wikibase:statementValueNormalized psn:P2435 ;
wikibase:qualifierValueNormalized pqn:P2435 ;
wikibase:referenceValueNormalized prn:P2435 .
p:P2435 a owl:ObjectProperty .
psv:P2435 a owl:ObjectProperty .
pqv:P2435 a owl:ObjectProperty .
prv:P2435 a owl:ObjectProperty .
wdt:P2435 a owl:DatatypeProperty .
ps:P2435 a owl:DatatypeProperty .
pq:P2435 a owl:DatatypeProperty .
pr:P2435 a owl:DatatypeProperty .
psn:P2435 a owl:ObjectProperty .
pqn:P2435 a owl:ObjectProperty .
prn:P2435 a owl:ObjectProperty .
wdtn:P2435 a owl:ObjectProperty .
wdno:P2435 a owl:Class ;
owl:complementOf _:775b08d8edc5489c9ac533ee7138a000 .
_:775b08d8edc5489c9ac533ee7138a000 a owl:Restriction ;
owl:onProperty wdt:P2435 ;
owl:someValuesFrom owl:Thing .
wd:P2604 a wikibase:Property ;
rdfs:label &#34;Kinopoisk person ID&#34;@en ;
skos:prefLabel &#34;Kinopoisk person ID&#34;@en ;
schema:name &#34;Kinopoisk person ID&#34;@en ;
schema:description &#34;identifier for a person in the Kinopoisk.ru database&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P2604 ;
wikibase:claim p:P2604 ;
wikibase:statementProperty ps:P2604 ;
wikibase:statementValue psv:P2604 ;
wikibase:qualifier pq:P2604 ;
wikibase:qualifierValue pqv:P2604 ;
wikibase:reference pr:P2604 ;
wikibase:referenceValue prv:P2604 ;
wikibase:novalue wdno:P2604 ;
wikibase:directClaimNormalized wdtn:P2604 ;
wikibase:statementValueNormalized psn:P2604 ;
wikibase:qualifierValueNormalized pqn:P2604 ;
wikibase:referenceValueNormalized prn:P2604 .
p:P2604 a owl:ObjectProperty .
psv:P2604 a owl:ObjectProperty .
pqv:P2604 a owl:ObjectProperty .
prv:P2604 a owl:ObjectProperty .
wdt:P2604 a owl:DatatypeProperty .
ps:P2604 a owl:DatatypeProperty .
pq:P2604 a owl:DatatypeProperty .
pr:P2604 a owl:DatatypeProperty .
psn:P2604 a owl:ObjectProperty .
pqn:P2604 a owl:ObjectProperty .
prn:P2604 a owl:ObjectProperty .
wdtn:P2604 a owl:ObjectProperty .
wdno:P2604 a owl:Class ;
owl:complementOf _:10b904d65291ca01c8a9832fec26cd49 .
_:10b904d65291ca01c8a9832fec26cd49 a owl:Restriction ;
owl:onProperty wdt:P2604 ;
owl:someValuesFrom owl:Thing .
wd:P2387 a wikibase:Property ;
rdfs:label &#34;Elonet person ID&#34;@en ;
skos:prefLabel &#34;Elonet person ID&#34;@en ;
schema:name &#34;Elonet person ID&#34;@en ;
schema:description &#34;identifier for a person in the Elonet database&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P2387 ;
wikibase:claim p:P2387 ;
wikibase:statementProperty ps:P2387 ;
wikibase:statementValue psv:P2387 ;
wikibase:qualifier pq:P2387 ;
wikibase:qualifierValue pqv:P2387 ;
wikibase:reference pr:P2387 ;
wikibase:referenceValue prv:P2387 ;
wikibase:novalue wdno:P2387 ;
wikibase:directClaimNormalized wdtn:P2387 ;
wikibase:statementValueNormalized psn:P2387 ;
wikibase:qualifierValueNormalized pqn:P2387 ;
wikibase:referenceValueNormalized prn:P2387 .
p:P2387 a owl:ObjectProperty .
psv:P2387 a owl:ObjectProperty .
pqv:P2387 a owl:ObjectProperty .
prv:P2387 a owl:ObjectProperty .
wdt:P2387 a owl:DatatypeProperty .
ps:P2387 a owl:DatatypeProperty .
pq:P2387 a owl:DatatypeProperty .
pr:P2387 a owl:DatatypeProperty .
psn:P2387 a owl:ObjectProperty .
pqn:P2387 a owl:ObjectProperty .
prn:P2387 a owl:ObjectProperty .
wdtn:P2387 a owl:ObjectProperty .
wdno:P2387 a owl:Class ;
owl:complementOf _:c544d2cf7696d1ce6b8ac25ff924f0b4 .
_:c544d2cf7696d1ce6b8ac25ff924f0b4 a owl:Restriction ;
owl:onProperty wdt:P2387 ;
owl:someValuesFrom owl:Thing .
wd:P2626 a wikibase:Property ;
rdfs:label &#34;Danish National Filmography person ID&#34;@en ;
skos:prefLabel &#34;Danish National Filmography person ID&#34;@en ;
schema:name &#34;Danish National Filmography person ID&#34;@en ;
schema:description &#34;identifier for a person in the Danish National Filmography&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P2626 ;
wikibase:claim p:P2626 ;
wikibase:statementProperty ps:P2626 ;
wikibase:statementValue psv:P2626 ;
wikibase:qualifier pq:P2626 ;
wikibase:qualifierValue pqv:P2626 ;
wikibase:reference pr:P2626 ;
wikibase:referenceValue prv:P2626 ;
wikibase:novalue wdno:P2626 ;
wikibase:directClaimNormalized wdtn:P2626 ;
wikibase:statementValueNormalized psn:P2626 ;
wikibase:qualifierValueNormalized pqn:P2626 ;
wikibase:referenceValueNormalized prn:P2626 .
p:P2626 a owl:ObjectProperty .
psv:P2626 a owl:ObjectProperty .
pqv:P2626 a owl:ObjectProperty .
prv:P2626 a owl:ObjectProperty .
wdt:P2626 a owl:DatatypeProperty .
ps:P2626 a owl:DatatypeProperty .
pq:P2626 a owl:DatatypeProperty .
pr:P2626 a owl:DatatypeProperty .
psn:P2626 a owl:ObjectProperty .
pqn:P2626 a owl:ObjectProperty .
prn:P2626 a owl:ObjectProperty .
wdtn:P2626 a owl:ObjectProperty .
wdno:P2626 a owl:Class ;
owl:complementOf _:724ec0a119255cecf9d5c64b7c0ef31a .
_:724ec0a119255cecf9d5c64b7c0ef31a a owl:Restriction ;
owl:onProperty wdt:P2626 ;
owl:someValuesFrom owl:Thing .
wd:P2605 a wikibase:Property ;
rdfs:label &#34;ČSFD person ID&#34;@en ;
skos:prefLabel &#34;ČSFD person ID&#34;@en ;
schema:name &#34;ČSFD person ID&#34;@en ;
schema:description &#34;identifier for a person in the Czecho-Slovak film database ČSFD&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P2605 ;
wikibase:claim p:P2605 ;
wikibase:statementProperty ps:P2605 ;
wikibase:statementValue psv:P2605 ;
wikibase:qualifier pq:P2605 ;
wikibase:qualifierValue pqv:P2605 ;
wikibase:reference pr:P2605 ;
wikibase:referenceValue prv:P2605 ;
wikibase:novalue wdno:P2605 ;
wikibase:directClaimNormalized wdtn:P2605 ;
wikibase:statementValueNormalized psn:P2605 ;
wikibase:qualifierValueNormalized pqn:P2605 ;
wikibase:referenceValueNormalized prn:P2605 .
p:P2605 a owl:ObjectProperty .
psv:P2605 a owl:ObjectProperty .
pqv:P2605 a owl:ObjectProperty .
prv:P2605 a owl:ObjectProperty .
wdt:P2605 a owl:DatatypeProperty .
ps:P2605 a owl:DatatypeProperty .
pq:P2605 a owl:DatatypeProperty .
pr:P2605 a owl:DatatypeProperty .
psn:P2605 a owl:ObjectProperty .
pqn:P2605 a owl:ObjectProperty .
prn:P2605 a owl:ObjectProperty .
wdtn:P2605 a owl:ObjectProperty .
wdno:P2605 a owl:Class ;
owl:complementOf _:dd5a2924da0b3df5fbdee83c8ffc9c09 .
_:dd5a2924da0b3df5fbdee83c8ffc9c09 a owl:Restriction ;
owl:onProperty wdt:P2605 ;
owl:someValuesFrom owl:Thing .
wd:P2963 a wikibase:Property ;
rdfs:label &#34;Goodreads author ID&#34;@en ;
skos:prefLabel &#34;Goodreads author ID&#34;@en ;
schema:name &#34;Goodreads author ID&#34;@en ;
schema:description &#34;identifier of an author on the Goodreads website&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P2963 ;
wikibase:claim p:P2963 ;
wikibase:statementProperty ps:P2963 ;
wikibase:statementValue psv:P2963 ;
wikibase:qualifier pq:P2963 ;
wikibase:qualifierValue pqv:P2963 ;
wikibase:reference pr:P2963 ;
wikibase:referenceValue prv:P2963 ;
wikibase:novalue wdno:P2963 ;
wikibase:directClaimNormalized wdtn:P2963 ;
wikibase:statementValueNormalized psn:P2963 ;
wikibase:qualifierValueNormalized pqn:P2963 ;
wikibase:referenceValueNormalized prn:P2963 .
p:P2963 a owl:ObjectProperty .
psv:P2963 a owl:ObjectProperty .
pqv:P2963 a owl:ObjectProperty .
prv:P2963 a owl:ObjectProperty .
wdt:P2963 a owl:DatatypeProperty .
ps:P2963 a owl:DatatypeProperty .
pq:P2963 a owl:DatatypeProperty .
pr:P2963 a owl:DatatypeProperty .
psn:P2963 a owl:ObjectProperty .
pqn:P2963 a owl:ObjectProperty .
prn:P2963 a owl:ObjectProperty .
wdtn:P2963 a owl:ObjectProperty .
wdno:P2963 a owl:Class ;
owl:complementOf _:dc499ce078ff19cc55ba2c4727f311f1 .
_:dc499ce078ff19cc55ba2c4727f311f1 a owl:Restriction ;
owl:onProperty wdt:P2963 ;
owl:someValuesFrom owl:Thing .
wd:Q8935487 a wikibase:Item ;
rdfs:label &#34;Category:Douglas Adams&#34;@en ;
skos:prefLabel &#34;Category:Douglas Adams&#34;@en ;
schema:name &#34;Category:Douglas Adams&#34;@en ;
schema:description &#34;Wikimedia category&#34;@en .
wd:P910 a wikibase:Property ;
rdfs:label &#34;topic&#39;s main category&#34;@en ;
skos:prefLabel &#34;topic&#39;s main category&#34;@en ;
schema:name &#34;topic&#39;s main category&#34;@en ;
schema:description &#34;main Wikimedia category&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P910 ;
wikibase:claim p:P910 ;
wikibase:statementProperty ps:P910 ;
wikibase:statementValue psv:P910 ;
wikibase:qualifier pq:P910 ;
wikibase:qualifierValue pqv:P910 ;
wikibase:reference pr:P910 ;
wikibase:referenceValue prv:P910 ;
wikibase:novalue wdno:P910 .
p:P910 a owl:ObjectProperty .
psv:P910 a owl:ObjectProperty .
pqv:P910 a owl:ObjectProperty .
prv:P910 a owl:ObjectProperty .
wdt:P910 a owl:ObjectProperty .
ps:P910 a owl:ObjectProperty .
pq:P910 a owl:ObjectProperty .
pr:P910 a owl:ObjectProperty .
wdno:P910 a owl:Class ;
owl:complementOf _:06be9361e78d041ce01df69013cf6906 .
_:06be9361e78d041ce01df69013cf6906 a owl:Restriction ;
owl:onProperty wdt:P910 ;
owl:someValuesFrom owl:Thing .
wd:P3106 a wikibase:Property ;
rdfs:label &#34;Guardian topic ID&#34;@en ;
skos:prefLabel &#34;Guardian topic ID&#34;@en ;
schema:name &#34;Guardian topic ID&#34;@en ;
schema:description &#34;identifier for a topic at the Guardian newspaper website&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P3106 ;
wikibase:claim p:P3106 ;
wikibase:statementProperty ps:P3106 ;
wikibase:statementValue psv:P3106 ;
wikibase:qualifier pq:P3106 ;
wikibase:qualifierValue pqv:P3106 ;
wikibase:reference pr:P3106 ;
wikibase:referenceValue prv:P3106 ;
wikibase:novalue wdno:P3106 ;
wikibase:directClaimNormalized wdtn:P3106 ;
wikibase:statementValueNormalized psn:P3106 ;
wikibase:qualifierValueNormalized pqn:P3106 ;
wikibase:referenceValueNormalized prn:P3106 .
p:P3106 a owl:ObjectProperty .
psv:P3106 a owl:ObjectProperty .
pqv:P3106 a owl:ObjectProperty .
prv:P3106 a owl:ObjectProperty .
wdt:P3106 a owl:DatatypeProperty .
ps:P3106 a owl:DatatypeProperty .
pq:P3106 a owl:DatatypeProperty .
pr:P3106 a owl:DatatypeProperty .
psn:P3106 a owl:ObjectProperty .
pqn:P3106 a owl:ObjectProperty .
prn:P3106 a owl:ObjectProperty .
wdtn:P3106 a owl:ObjectProperty .
wdno:P3106 a owl:Class ;
owl:complementOf _:3f5fb8cd6e8b42db420a0a9d7526f491 .
_:3f5fb8cd6e8b42db420a0a9d7526f491 a owl:Restriction ;
owl:onProperty wdt:P3106 ;
owl:someValuesFrom owl:Thing .
wd:Q6607 a wikibase:Item ;
rdfs:label &#34;guitar&#34;@en ;
skos:prefLabel &#34;guitar&#34;@en ;
schema:name &#34;guitar&#34;@en ;
schema:description &#34;fretted string instrument&#34;@en .
wd:P1303 a wikibase:Property ;
rdfs:label &#34;instrument&#34;@en ;
skos:prefLabel &#34;instrument&#34;@en ;
schema:name &#34;instrument&#34;@en ;
schema:description &#34;musical instrument that a person plays or teaches or used in a music occupation&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P1303 ;
wikibase:claim p:P1303 ;
wikibase:statementProperty ps:P1303 ;
wikibase:statementValue psv:P1303 ;
wikibase:qualifier pq:P1303 ;
wikibase:qualifierValue pqv:P1303 ;
wikibase:reference pr:P1303 ;
wikibase:referenceValue prv:P1303 ;
wikibase:novalue wdno:P1303 .
p:P1303 a owl:ObjectProperty .
psv:P1303 a owl:ObjectProperty .
pqv:P1303 a owl:ObjectProperty .
prv:P1303 a owl:ObjectProperty .
wdt:P1303 a owl:ObjectProperty .
ps:P1303 a owl:ObjectProperty .
pq:P1303 a owl:ObjectProperty .
pr:P1303 a owl:ObjectProperty .
wdno:P1303 a owl:Class ;
owl:complementOf _:d00c9eba47a6f844d038a51335c5e8cd .
_:d00c9eba47a6f844d038a51335c5e8cd a owl:Restriction ;
owl:onProperty wdt:P1303 ;
owl:someValuesFrom owl:Thing .
wd:P2469 a wikibase:Property ;
rdfs:label &#34;Theatricalia person ID&#34;@en ;
skos:prefLabel &#34;Theatricalia person ID&#34;@en ;
schema:name &#34;Theatricalia person ID&#34;@en ;
schema:description &#34;identifier for a person in the Theatricalia database&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P2469 ;
wikibase:claim p:P2469 ;
wikibase:statementProperty ps:P2469 ;
wikibase:statementValue psv:P2469 ;
wikibase:qualifier pq:P2469 ;
wikibase:qualifierValue pqv:P2469 ;
wikibase:reference pr:P2469 ;
wikibase:referenceValue prv:P2469 ;
wikibase:novalue wdno:P2469 ;
wikibase:directClaimNormalized wdtn:P2469 ;
wikibase:statementValueNormalized psn:P2469 ;
wikibase:qualifierValueNormalized pqn:P2469 ;
wikibase:referenceValueNormalized prn:P2469 .
p:P2469 a owl:ObjectProperty .
psv:P2469 a owl:ObjectProperty .
pqv:P2469 a owl:ObjectProperty .
prv:P2469 a owl:ObjectProperty .
wdt:P2469 a owl:DatatypeProperty .
ps:P2469 a owl:DatatypeProperty .
pq:P2469 a owl:DatatypeProperty .
pr:P2469 a owl:DatatypeProperty .
psn:P2469 a owl:ObjectProperty .
pqn:P2469 a owl:ObjectProperty .
prn:P2469 a owl:ObjectProperty .
wdtn:P2469 a owl:ObjectProperty .
wdno:P2469 a owl:Class ;
owl:complementOf _:c0b640cdd2a6caa2487d356a9cc7cd66 .
_:c0b640cdd2a6caa2487d356a9cc7cd66 a owl:Restriction ;
owl:onProperty wdt:P2469 ;
owl:someValuesFrom owl:Thing .
wd:Q14623673 a wikibase:Item ;
rdfs:label &#34;Susan Adams&#34;@en ;
skos:prefLabel &#34;Susan Adams&#34;@en ;
schema:name &#34;Susan Adams&#34;@en ;
schema:description &#34;sister of sci-fi writer Douglas Adams&#34;@en .
wd:P3373 a wikibase:Property ;
rdfs:label &#34;sibling&#34;@en ;
skos:prefLabel &#34;sibling&#34;@en ;
schema:name &#34;sibling&#34;@en ;
schema:description &#34;the subject and the object have at least one common parent (brother, sister, etc. including half-siblings); use \&#34;relative\&#34; (P1038) for siblings-in-law (brother-in-law, sister-in-law, etc.) and step-siblings (step-brothers, step-sisters, etc.)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P3373 ;
wikibase:claim p:P3373 ;
wikibase:statementProperty ps:P3373 ;
wikibase:statementValue psv:P3373 ;
wikibase:qualifier pq:P3373 ;
wikibase:qualifierValue pqv:P3373 ;
wikibase:reference pr:P3373 ;
wikibase:referenceValue prv:P3373 ;
wikibase:novalue wdno:P3373 .
p:P3373 a owl:ObjectProperty .
psv:P3373 a owl:ObjectProperty .
pqv:P3373 a owl:ObjectProperty .
prv:P3373 a owl:ObjectProperty .
wdt:P3373 a owl:ObjectProperty .
ps:P3373 a owl:ObjectProperty .
pq:P3373 a owl:ObjectProperty .
pr:P3373 a owl:ObjectProperty .
wdno:P3373 a owl:Class ;
owl:complementOf _:68101db99b9c4548c495d5107ec2751f .
_:68101db99b9c4548c495d5107ec2751f a owl:Restriction ;
owl:onProperty wdt:P3373 ;
owl:someValuesFrom owl:Thing .
wd:P3417 a wikibase:Property ;
rdfs:label &#34;Quora topic ID&#34;@en ;
skos:prefLabel &#34;Quora topic ID&#34;@en ;
schema:name &#34;Quora topic ID&#34;@en ;
schema:description &#34;identifier for a topic on Quora (English language version)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P3417 ;
wikibase:claim p:P3417 ;
wikibase:statementProperty ps:P3417 ;
wikibase:statementValue psv:P3417 ;
wikibase:qualifier pq:P3417 ;
wikibase:qualifierValue pqv:P3417 ;
wikibase:reference pr:P3417 ;
wikibase:referenceValue prv:P3417 ;
wikibase:novalue wdno:P3417 ;
wikibase:directClaimNormalized wdtn:P3417 ;
wikibase:statementValueNormalized psn:P3417 ;
wikibase:qualifierValueNormalized pqn:P3417 ;
wikibase:referenceValueNormalized prn:P3417 .
p:P3417 a owl:ObjectProperty .
psv:P3417 a owl:ObjectProperty .
pqv:P3417 a owl:ObjectProperty .
prv:P3417 a owl:ObjectProperty .
wdt:P3417 a owl:DatatypeProperty .
ps:P3417 a owl:DatatypeProperty .
pq:P3417 a owl:DatatypeProperty .
pr:P3417 a owl:DatatypeProperty .
psn:P3417 a owl:ObjectProperty .
pqn:P3417 a owl:ObjectProperty .
prn:P3417 a owl:ObjectProperty .
wdtn:P3417 a owl:ObjectProperty .
wdno:P3417 a owl:Class ;
owl:complementOf _:54217a89695819ffcfec13afc576b468 .
_:54217a89695819ffcfec13afc576b468 a owl:Restriction ;
owl:onProperty wdt:P3417 ;
owl:someValuesFrom owl:Thing .
wd:P3430 a wikibase:Property ;
rdfs:label &#34;SNAC ARK ID&#34;@en ;
skos:prefLabel &#34;SNAC ARK ID&#34;@en ;
schema:name &#34;SNAC ARK ID&#34;@en ;
schema:description &#34;identifier for items in the Social Networks and Archival Context system&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P3430 ;
wikibase:claim p:P3430 ;
wikibase:statementProperty ps:P3430 ;
wikibase:statementValue psv:P3430 ;
wikibase:qualifier pq:P3430 ;
wikibase:qualifierValue pqv:P3430 ;
wikibase:reference pr:P3430 ;
wikibase:referenceValue prv:P3430 ;
wikibase:novalue wdno:P3430 ;
wikibase:directClaimNormalized wdtn:P3430 ;
wikibase:statementValueNormalized psn:P3430 ;
wikibase:qualifierValueNormalized pqn:P3430 ;
wikibase:referenceValueNormalized prn:P3430 .
p:P3430 a owl:ObjectProperty .
psv:P3430 a owl:ObjectProperty .
pqv:P3430 a owl:ObjectProperty .
prv:P3430 a owl:ObjectProperty .
wdt:P3430 a owl:DatatypeProperty .
ps:P3430 a owl:DatatypeProperty .
pq:P3430 a owl:DatatypeProperty .
pr:P3430 a owl:DatatypeProperty .
psn:P3430 a owl:ObjectProperty .
pqn:P3430 a owl:ObjectProperty .
prn:P3430 a owl:ObjectProperty .
wdtn:P3430 a owl:ObjectProperty .
wdno:P3430 a owl:Class ;
owl:complementOf _:74856f7b60c8c386cfe39120d60827fa .
_:74856f7b60c8c386cfe39120d60827fa a owl:Restriction ;
owl:onProperty wdt:P3430 ;
owl:someValuesFrom owl:Thing .
wd:P1617 a wikibase:Property ;
rdfs:label &#34;BBC Things ID&#34;@en ;
skos:prefLabel &#34;BBC Things ID&#34;@en ;
schema:name &#34;BBC Things ID&#34;@en ;
schema:description &#34;identifier in the BBC Things database&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P1617 ;
wikibase:claim p:P1617 ;
wikibase:statementProperty ps:P1617 ;
wikibase:statementValue psv:P1617 ;
wikibase:qualifier pq:P1617 ;
wikibase:qualifierValue pqv:P1617 ;
wikibase:reference pr:P1617 ;
wikibase:referenceValue prv:P1617 ;
wikibase:novalue wdno:P1617 ;
wikibase:directClaimNormalized wdtn:P1617 ;
wikibase:statementValueNormalized psn:P1617 ;
wikibase:qualifierValueNormalized pqn:P1617 ;
wikibase:referenceValueNormalized prn:P1617 .
p:P1617 a owl:ObjectProperty .
psv:P1617 a owl:ObjectProperty .
pqv:P1617 a owl:ObjectProperty .
prv:P1617 a owl:ObjectProperty .
wdt:P1617 a owl:DatatypeProperty .
ps:P1617 a owl:DatatypeProperty .
pq:P1617 a owl:DatatypeProperty .
pr:P1617 a owl:DatatypeProperty .
psn:P1617 a owl:ObjectProperty .
pqn:P1617 a owl:ObjectProperty .
prn:P1617 a owl:ObjectProperty .
wdtn:P1617 a owl:ObjectProperty .
wdno:P1617 a owl:Class ;
owl:complementOf _:8fdc3215765eb06e29c097f7d29bf9cf .
_:8fdc3215765eb06e29c097f7d29bf9cf a owl:Restriction ;
owl:onProperty wdt:P1617 ;
owl:someValuesFrom owl:Thing .
wd:P2048 a wikibase:Property ;
rdfs:label &#34;height&#34;@en ;
skos:prefLabel &#34;height&#34;@en ;
schema:name &#34;height&#34;@en ;
schema:description &#34;vertical length of an entity&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#Quantity&gt; ;
wikibase:directClaim wdt:P2048 ;
wikibase:claim p:P2048 ;
wikibase:statementProperty ps:P2048 ;
wikibase:statementValue psv:P2048 ;
wikibase:qualifier pq:P2048 ;
wikibase:qualifierValue pqv:P2048 ;
wikibase:reference pr:P2048 ;
wikibase:referenceValue prv:P2048 ;
wikibase:novalue wdno:P2048 ;
wikibase:directClaimNormalized wdtn:P2048 ;
wikibase:statementValueNormalized psn:P2048 ;
wikibase:qualifierValueNormalized pqn:P2048 ;
wikibase:referenceValueNormalized prn:P2048 .
p:P2048 a owl:ObjectProperty .
psv:P2048 a owl:ObjectProperty .
pqv:P2048 a owl:ObjectProperty .
prv:P2048 a owl:ObjectProperty .
wdt:P2048 a owl:DatatypeProperty .
ps:P2048 a owl:DatatypeProperty .
pq:P2048 a owl:DatatypeProperty .
pr:P2048 a owl:DatatypeProperty .
psn:P2048 a owl:ObjectProperty .
pqn:P2048 a owl:ObjectProperty .
prn:P2048 a owl:ObjectProperty .
wdtn:P2048 a owl:DatatypeProperty .
wdno:P2048 a owl:Class ;
owl:complementOf _:8b9e3c496971ca7a35e1bb77aa490b02 .
_:8b9e3c496971ca7a35e1bb77aa490b02 a owl:Restriction ;
owl:onProperty wdt:P2048 ;
owl:someValuesFrom owl:Thing .
wd:P3222 a wikibase:Property ;
rdfs:label &#34;NE.se ID&#34;@en ;
skos:prefLabel &#34;NE.se ID&#34;@en ;
schema:name &#34;NE.se ID&#34;@en ;
schema:description &#34;ID of article on the Swedish Nationalencyklopedin (NE.se) site&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P3222 ;
wikibase:claim p:P3222 ;
wikibase:statementProperty ps:P3222 ;
wikibase:statementValue psv:P3222 ;
wikibase:qualifier pq:P3222 ;
wikibase:qualifierValue pqv:P3222 ;
wikibase:reference pr:P3222 ;
wikibase:referenceValue prv:P3222 ;
wikibase:novalue wdno:P3222 ;
wikibase:directClaimNormalized wdtn:P3222 ;
wikibase:statementValueNormalized psn:P3222 ;
wikibase:qualifierValueNormalized pqn:P3222 ;
wikibase:referenceValueNormalized prn:P3222 .
p:P3222 a owl:ObjectProperty .
psv:P3222 a owl:ObjectProperty .
pqv:P3222 a owl:ObjectProperty .
prv:P3222 a owl:ObjectProperty .
wdt:P3222 a owl:DatatypeProperty .
ps:P3222 a owl:DatatypeProperty .
pq:P3222 a owl:DatatypeProperty .
pr:P3222 a owl:DatatypeProperty .
psn:P3222 a owl:ObjectProperty .
pqn:P3222 a owl:ObjectProperty .
prn:P3222 a owl:ObjectProperty .
wdtn:P3222 a owl:ObjectProperty .
wdno:P3222 a owl:Class ;
owl:complementOf _:393cb71cdc4813584bc563e30239129e .
_:393cb71cdc4813584bc563e30239129e a owl:Restriction ;
owl:onProperty wdt:P3222 ;
owl:someValuesFrom owl:Thing .
wd:P109 a wikibase:Property ;
rdfs:label &#34;signature&#34;@en ;
skos:prefLabel &#34;signature&#34;@en ;
schema:name &#34;signature&#34;@en ;
schema:description &#34;image of a person&#39;s signature&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#CommonsMedia&gt; ;
wikibase:directClaim wdt:P109 ;
wikibase:claim p:P109 ;
wikibase:statementProperty ps:P109 ;
wikibase:statementValue psv:P109 ;
wikibase:qualifier pq:P109 ;
wikibase:qualifierValue pqv:P109 ;
wikibase:reference pr:P109 ;
wikibase:referenceValue prv:P109 ;
wikibase:novalue wdno:P109 .
p:P109 a owl:ObjectProperty .
psv:P109 a owl:ObjectProperty .
pqv:P109 a owl:ObjectProperty .
prv:P109 a owl:ObjectProperty .
wdt:P109 a owl:ObjectProperty .
ps:P109 a owl:ObjectProperty .
pq:P109 a owl:ObjectProperty .
pr:P109 a owl:ObjectProperty .
wdno:P109 a owl:Class ;
owl:complementOf _:9178d5b87278df363b4768ff2a4933f1 .
_:9178d5b87278df363b4768ff2a4933f1 a owl:Restriction ;
owl:onProperty wdt:P109 ;
owl:someValuesFrom owl:Thing .
wd:P4193 a wikibase:Property ;
rdfs:label &#34;Familypedia person ID&#34;@en ;
skos:prefLabel &#34;Familypedia person ID&#34;@en ;
schema:name &#34;Familypedia person ID&#34;@en ;
schema:description &#34;identifier for a person on Familypedia, a genealogical database hosted at Wikia&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P4193 ;
wikibase:claim p:P4193 ;
wikibase:statementProperty ps:P4193 ;
wikibase:statementValue psv:P4193 ;
wikibase:qualifier pq:P4193 ;
wikibase:qualifierValue pqv:P4193 ;
wikibase:reference pr:P4193 ;
wikibase:referenceValue prv:P4193 ;
wikibase:novalue wdno:P4193 ;
wikibase:directClaimNormalized wdtn:P4193 ;
wikibase:statementValueNormalized psn:P4193 ;
wikibase:qualifierValueNormalized pqn:P4193 ;
wikibase:referenceValueNormalized prn:P4193 .
p:P4193 a owl:ObjectProperty .
psv:P4193 a owl:ObjectProperty .
pqv:P4193 a owl:ObjectProperty .
prv:P4193 a owl:ObjectProperty .
wdt:P4193 a owl:DatatypeProperty .
ps:P4193 a owl:DatatypeProperty .
pq:P4193 a owl:DatatypeProperty .
pr:P4193 a owl:DatatypeProperty .
psn:P4193 a owl:ObjectProperty .
pqn:P4193 a owl:ObjectProperty .
prn:P4193 a owl:ObjectProperty .
wdtn:P4193 a owl:ObjectProperty .
wdno:P4193 a owl:Class ;
owl:complementOf _:e20051e9e89f3be5c1b115070975d119 .
_:e20051e9e89f3be5c1b115070975d119 a owl:Restriction ;
owl:onProperty wdt:P4193 ;
owl:someValuesFrom owl:Thing .
wd:Q24925 a wikibase:Item ;
rdfs:label &#34;science fiction&#34;@en ;
skos:prefLabel &#34;science fiction&#34;@en ;
schema:name &#34;science fiction&#34;@en ;
schema:description &#34;genre of fiction&#34;@en .
wd:P136 a wikibase:Property ;
rdfs:label &#34;genre&#34;@en ;
skos:prefLabel &#34;genre&#34;@en ;
schema:name &#34;genre&#34;@en ;
schema:description &#34;creative work&#39;s genre or an artist&#39;s field of work (P101). Use main subject (P921) to relate creative works to their topic&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P136 ;
wikibase:claim p:P136 ;
wikibase:statementProperty ps:P136 ;
wikibase:statementValue psv:P136 ;
wikibase:qualifier pq:P136 ;
wikibase:qualifierValue pqv:P136 ;
wikibase:reference pr:P136 ;
wikibase:referenceValue prv:P136 ;
wikibase:novalue wdno:P136 .
p:P136 a owl:ObjectProperty .
psv:P136 a owl:ObjectProperty .
pqv:P136 a owl:ObjectProperty .
prv:P136 a owl:ObjectProperty .
wdt:P136 a owl:ObjectProperty .
ps:P136 a owl:ObjectProperty .
pq:P136 a owl:ObjectProperty .
pr:P136 a owl:ObjectProperty .
wdno:P136 a owl:Class ;
owl:complementOf _:82beabebf8460a8af5174d4f3e83854d .
_:82beabebf8460a8af5174d4f3e83854d a owl:Restriction ;
owl:onProperty wdt:P136 ;
owl:someValuesFrom owl:Thing .
wd:Q40831 a wikibase:Item ;
rdfs:label &#34;comedy&#34;@en ;
skos:prefLabel &#34;comedy&#34;@en ;
schema:name &#34;comedy&#34;@en ;
schema:description &#34;genre of dramatic works intended to be humorous&#34;@en .
wd:Q128758 a wikibase:Item ;
rdfs:label &#34;satire&#34;@en ;
skos:prefLabel &#34;satire&#34;@en ;
schema:name &#34;satire&#34;@en ;
schema:description &#34;genre of arts and literature in the form of humor or ridicule&#34;@en .
wd:P4431 a wikibase:Property ;
rdfs:label &#34;Google Doodle&#34;@en ;
skos:prefLabel &#34;Google Doodle&#34;@en ;
schema:name &#34;Google Doodle&#34;@en ;
schema:description &#34;Google Doodle celebrating this entity or event&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P4431 ;
wikibase:claim p:P4431 ;
wikibase:statementProperty ps:P4431 ;
wikibase:statementValue psv:P4431 ;
wikibase:qualifier pq:P4431 ;
wikibase:qualifierValue pqv:P4431 ;
wikibase:reference pr:P4431 ;
wikibase:referenceValue prv:P4431 ;
wikibase:novalue wdno:P4431 ;
wikibase:directClaimNormalized wdtn:P4431 ;
wikibase:statementValueNormalized psn:P4431 ;
wikibase:qualifierValueNormalized pqn:P4431 ;
wikibase:referenceValueNormalized prn:P4431 .
p:P4431 a owl:ObjectProperty .
psv:P4431 a owl:ObjectProperty .
pqv:P4431 a owl:ObjectProperty .
prv:P4431 a owl:ObjectProperty .
wdt:P4431 a owl:DatatypeProperty .
ps:P4431 a owl:DatatypeProperty .
pq:P4431 a owl:DatatypeProperty .
pr:P4431 a owl:DatatypeProperty .
psn:P4431 a owl:ObjectProperty .
pqn:P4431 a owl:ObjectProperty .
prn:P4431 a owl:ObjectProperty .
wdtn:P4431 a owl:ObjectProperty .
wdno:P4431 a owl:Class ;
owl:complementOf _:87ea51c01bfa549b7fd55a10512bd9da .
_:87ea51c01bfa549b7fd55a10512bd9da a owl:Restriction ;
owl:onProperty wdt:P4431 ;
owl:someValuesFrom owl:Thing .
wd:P2607 a wikibase:Property ;
rdfs:label &#34;BookBrainz author ID&#34;@en ;
skos:prefLabel &#34;BookBrainz author ID&#34;@en ;
schema:name &#34;BookBrainz author ID&#34;@en ;
schema:description &#34;identifier for a creator per the BookBrainz open book encyclopedia&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P2607 ;
wikibase:claim p:P2607 ;
wikibase:statementProperty ps:P2607 ;
wikibase:statementValue psv:P2607 ;
wikibase:qualifier pq:P2607 ;
wikibase:qualifierValue pqv:P2607 ;
wikibase:reference pr:P2607 ;
wikibase:referenceValue prv:P2607 ;
wikibase:novalue wdno:P2607 ;
wikibase:directClaimNormalized wdtn:P2607 ;
wikibase:statementValueNormalized psn:P2607 ;
wikibase:qualifierValueNormalized pqn:P2607 ;
wikibase:referenceValueNormalized prn:P2607 .
p:P2607 a owl:ObjectProperty .
psv:P2607 a owl:ObjectProperty .
pqv:P2607 a owl:ObjectProperty .
prv:P2607 a owl:ObjectProperty .
wdt:P2607 a owl:DatatypeProperty .
ps:P2607 a owl:DatatypeProperty .
pq:P2607 a owl:DatatypeProperty .
pr:P2607 a owl:DatatypeProperty .
psn:P2607 a owl:ObjectProperty .
pqn:P2607 a owl:ObjectProperty .
prn:P2607 a owl:ObjectProperty .
wdtn:P2607 a owl:ObjectProperty .
wdno:P2607 a owl:Class ;
owl:complementOf _:6e046fb42b8677d56bc25e4eee90ad82 .
_:6e046fb42b8677d56bc25e4eee90ad82 a owl:Restriction ;
owl:onProperty wdt:P2607 ;
owl:someValuesFrom owl:Thing .
wd:P1415 a wikibase:Property ;
rdfs:label &#34;Oxford Dictionary of National Biography ID&#34;@en ;
skos:prefLabel &#34;Oxford Dictionary of National Biography ID&#34;@en ;
schema:name &#34;Oxford Dictionary of National Biography ID&#34;@en ;
schema:description &#34;identifier used by the Oxford Dictionary of National Biography&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P1415 ;
wikibase:claim p:P1415 ;
wikibase:statementProperty ps:P1415 ;
wikibase:statementValue psv:P1415 ;
wikibase:qualifier pq:P1415 ;
wikibase:qualifierValue pqv:P1415 ;
wikibase:reference pr:P1415 ;
wikibase:referenceValue prv:P1415 ;
wikibase:novalue wdno:P1415 ;
wikibase:directClaimNormalized wdtn:P1415 ;
wikibase:statementValueNormalized psn:P1415 ;
wikibase:qualifierValueNormalized pqn:P1415 ;
wikibase:referenceValueNormalized prn:P1415 .
p:P1415 a owl:ObjectProperty .
psv:P1415 a owl:ObjectProperty .
pqv:P1415 a owl:ObjectProperty .
prv:P1415 a owl:ObjectProperty .
wdt:P1415 a owl:DatatypeProperty .
ps:P1415 a owl:DatatypeProperty .
pq:P1415 a owl:DatatypeProperty .
pr:P1415 a owl:DatatypeProperty .
psn:P1415 a owl:ObjectProperty .
pqn:P1415 a owl:ObjectProperty .
prn:P1415 a owl:ObjectProperty .
wdtn:P1415 a owl:ObjectProperty .
wdno:P1415 a owl:Class ;
owl:complementOf _:c25eddb7380a667f934f6e9d57f948e2 .
_:c25eddb7380a667f934f6e9d57f948e2 a owl:Restriction ;
owl:onProperty wdt:P1415 ;
owl:someValuesFrom owl:Thing .
wd:P2949 a wikibase:Property ;
rdfs:label &#34;WikiTree person ID&#34;@en ;
skos:prefLabel &#34;WikiTree person ID&#34;@en ;
schema:name &#34;WikiTree person ID&#34;@en ;
schema:description &#34;identifier for a person in the WikiTree genealogy website&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P2949 ;
wikibase:claim p:P2949 ;
wikibase:statementProperty ps:P2949 ;
wikibase:statementValue psv:P2949 ;
wikibase:qualifier pq:P2949 ;
wikibase:qualifierValue pqv:P2949 ;
wikibase:reference pr:P2949 ;
wikibase:referenceValue prv:P2949 ;
wikibase:novalue wdno:P2949 ;
wikibase:directClaimNormalized wdtn:P2949 ;
wikibase:statementValueNormalized psn:P2949 ;
wikibase:qualifierValueNormalized pqn:P2949 ;
wikibase:referenceValueNormalized prn:P2949 .
p:P2949 a owl:ObjectProperty .
psv:P2949 a owl:ObjectProperty .
pqv:P2949 a owl:ObjectProperty .
prv:P2949 a owl:ObjectProperty .
wdt:P2949 a owl:DatatypeProperty .
ps:P2949 a owl:DatatypeProperty .
pq:P2949 a owl:DatatypeProperty .
pr:P2949 a owl:DatatypeProperty .
psn:P2949 a owl:ObjectProperty .
pqn:P2949 a owl:ObjectProperty .
prn:P2949 a owl:ObjectProperty .
wdtn:P2949 a owl:ObjectProperty .
wdno:P2949 a owl:Class ;
owl:complementOf _:13009834bc64a0e1b21f662dd1cae0e6 .
_:13009834bc64a0e1b21f662dd1cae0e6 a owl:Restriction ;
owl:onProperty wdt:P2949 ;
owl:someValuesFrom owl:Thing .
wd:P3154 a wikibase:Property ;
rdfs:label &#34;Runeberg author ID&#34;@en ;
skos:prefLabel &#34;Runeberg author ID&#34;@en ;
schema:name &#34;Runeberg author ID&#34;@en ;
schema:description &#34;identifier for an author in the Runeberg digital library&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P3154 ;
wikibase:claim p:P3154 ;
wikibase:statementProperty ps:P3154 ;
wikibase:statementValue psv:P3154 ;
wikibase:qualifier pq:P3154 ;
wikibase:qualifierValue pqv:P3154 ;
wikibase:reference pr:P3154 ;
wikibase:referenceValue prv:P3154 ;
wikibase:novalue wdno:P3154 ;
wikibase:directClaimNormalized wdtn:P3154 ;
wikibase:statementValueNormalized psn:P3154 ;
wikibase:qualifierValueNormalized pqn:P3154 ;
wikibase:referenceValueNormalized prn:P3154 .
p:P3154 a owl:ObjectProperty .
psv:P3154 a owl:ObjectProperty .
pqv:P3154 a owl:ObjectProperty .
prv:P3154 a owl:ObjectProperty .
wdt:P3154 a owl:DatatypeProperty .
ps:P3154 a owl:DatatypeProperty .
pq:P3154 a owl:DatatypeProperty .
pr:P3154 a owl:DatatypeProperty .
psn:P3154 a owl:ObjectProperty .
pqn:P3154 a owl:ObjectProperty .
prn:P3154 a owl:ObjectProperty .
wdtn:P3154 a owl:ObjectProperty .
wdno:P3154 a owl:Class ;
owl:complementOf _:db791a76850b6f9f22b9d2c2663e5118 .
_:db791a76850b6f9f22b9d2c2663e5118 a owl:Restriction ;
owl:onProperty wdt:P3154 ;
owl:someValuesFrom owl:Thing .
wd:P3630 a wikibase:Property ;
rdfs:label &#34;Babelio author ID&#34;@en ;
skos:prefLabel &#34;Babelio author ID&#34;@en ;
schema:name &#34;Babelio author ID&#34;@en ;
schema:description &#34;identifier for an author on the literature website Babelio&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P3630 ;
wikibase:claim p:P3630 ;
wikibase:statementProperty ps:P3630 ;
wikibase:statementValue psv:P3630 ;
wikibase:qualifier pq:P3630 ;
wikibase:qualifierValue pqv:P3630 ;
wikibase:reference pr:P3630 ;
wikibase:referenceValue prv:P3630 ;
wikibase:novalue wdno:P3630 ;
wikibase:directClaimNormalized wdtn:P3630 ;
wikibase:statementValueNormalized psn:P3630 ;
wikibase:qualifierValueNormalized pqn:P3630 ;
wikibase:referenceValueNormalized prn:P3630 .
p:P3630 a owl:ObjectProperty .
psv:P3630 a owl:ObjectProperty .
pqv:P3630 a owl:ObjectProperty .
prv:P3630 a owl:ObjectProperty .
wdt:P3630 a owl:DatatypeProperty .
ps:P3630 a owl:DatatypeProperty .
pq:P3630 a owl:DatatypeProperty .
pr:P3630 a owl:DatatypeProperty .
psn:P3630 a owl:ObjectProperty .
pqn:P3630 a owl:ObjectProperty .
prn:P3630 a owl:ObjectProperty .
wdtn:P3630 a owl:ObjectProperty .
wdno:P3630 a owl:Class ;
owl:complementOf _:24594fa1f2d1e5172248c41914d21bb7 .
_:24594fa1f2d1e5172248c41914d21bb7 a owl:Restriction ;
owl:onProperty wdt:P3630 ;
owl:someValuesFrom owl:Thing .
wd:P1280 a wikibase:Property ;
rdfs:label &#34;CONOR.SI ID&#34;@en ;
skos:prefLabel &#34;CONOR.SI ID&#34;@en ;
schema:name &#34;CONOR.SI ID&#34;@en ;
schema:description &#34;identifier in the National and University Library, Ljubljana database&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P1280 ;
wikibase:claim p:P1280 ;
wikibase:statementProperty ps:P1280 ;
wikibase:statementValue psv:P1280 ;
wikibase:qualifier pq:P1280 ;
wikibase:qualifierValue pqv:P1280 ;
wikibase:reference pr:P1280 ;
wikibase:referenceValue prv:P1280 ;
wikibase:novalue wdno:P1280 ;
wikibase:directClaimNormalized wdtn:P1280 ;
wikibase:statementValueNormalized psn:P1280 ;
wikibase:qualifierValueNormalized pqn:P1280 ;
wikibase:referenceValueNormalized prn:P1280 .
p:P1280 a owl:ObjectProperty .
psv:P1280 a owl:ObjectProperty .
pqv:P1280 a owl:ObjectProperty .
prv:P1280 a owl:ObjectProperty .
wdt:P1280 a owl:DatatypeProperty .
ps:P1280 a owl:DatatypeProperty .
pq:P1280 a owl:DatatypeProperty .
pr:P1280 a owl:DatatypeProperty .
psn:P1280 a owl:ObjectProperty .
pqn:P1280 a owl:ObjectProperty .
prn:P1280 a owl:ObjectProperty .
wdtn:P1280 a owl:ObjectProperty .
wdno:P1280 a owl:Class ;
owl:complementOf _:80b4eb258d14a23c226a399a423bb197 .
_:80b4eb258d14a23c226a399a423bb197 a owl:Restriction ;
owl:onProperty wdt:P1280 ;
owl:someValuesFrom owl:Thing .
wd:P2734 a wikibase:Property ;
rdfs:label &#34;Unz Review author ID&#34;@en ;
skos:prefLabel &#34;Unz Review author ID&#34;@en ;
schema:name &#34;Unz Review author ID&#34;@en ;
schema:description &#34;author identifier at The Unz Review (unz.org), a content-archiving website&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P2734 ;
wikibase:claim p:P2734 ;
wikibase:statementProperty ps:P2734 ;
wikibase:statementValue psv:P2734 ;
wikibase:qualifier pq:P2734 ;
wikibase:qualifierValue pqv:P2734 ;
wikibase:reference pr:P2734 ;
wikibase:referenceValue prv:P2734 ;
wikibase:novalue wdno:P2734 ;
wikibase:directClaimNormalized wdtn:P2734 ;
wikibase:statementValueNormalized psn:P2734 ;
wikibase:qualifierValueNormalized pqn:P2734 ;
wikibase:referenceValueNormalized prn:P2734 .
p:P2734 a owl:ObjectProperty .
psv:P2734 a owl:ObjectProperty .
pqv:P2734 a owl:ObjectProperty .
prv:P2734 a owl:ObjectProperty .
wdt:P2734 a owl:DatatypeProperty .
ps:P2734 a owl:DatatypeProperty .
pq:P2734 a owl:DatatypeProperty .
pr:P2734 a owl:DatatypeProperty .
psn:P2734 a owl:ObjectProperty .
pqn:P2734 a owl:ObjectProperty .
prn:P2734 a owl:ObjectProperty .
wdtn:P2734 a owl:ObjectProperty .
wdno:P2734 a owl:Class ;
owl:complementOf _:9cc184b4798513575b85b1c13891bc76 .
_:9cc184b4798513575b85b1c13891bc76 a owl:Restriction ;
owl:onProperty wdt:P2734 ;
owl:someValuesFrom owl:Thing .
wd:Q14623681 a wikibase:Item ;
rdfs:label &#34;Jane Belson&#34;@en ;
skos:prefLabel &#34;Jane Belson&#34;@en ;
schema:name &#34;Jane Belson&#34;@en ;
schema:description &#34;Barrister, wife of science-fiction author Douglas Adams&#34;@en .
wd:P26 a wikibase:Property ;
rdfs:label &#34;spouse&#34;@en ;
skos:prefLabel &#34;spouse&#34;@en ;
schema:name &#34;spouse&#34;@en ;
schema:description &#34;the subject has the object as their spouse (husband, wife, partner, etc.). Use \&#34;unmarried partner\&#34; (P451) for non-married companions&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P26 ;
wikibase:claim p:P26 ;
wikibase:statementProperty ps:P26 ;
wikibase:statementValue psv:P26 ;
wikibase:qualifier pq:P26 ;
wikibase:qualifierValue pqv:P26 ;
wikibase:reference pr:P26 ;
wikibase:referenceValue prv:P26 ;
wikibase:novalue wdno:P26 .
p:P26 a owl:ObjectProperty .
psv:P26 a owl:ObjectProperty .
pqv:P26 a owl:ObjectProperty .
prv:P26 a owl:ObjectProperty .
wdt:P26 a owl:ObjectProperty .
ps:P26 a owl:ObjectProperty .
pq:P26 a owl:ObjectProperty .
pr:P26 a owl:ObjectProperty .
wdno:P26 a owl:Class ;
owl:complementOf _:243c53df77c77a7835e19a2fc67efaea .
_:243c53df77c77a7835e19a2fc67efaea a owl:Restriction ;
owl:onProperty wdt:P26 ;
owl:someValuesFrom owl:Thing .
wd:P5019 a wikibase:Property ;
rdfs:label &#34;Brockhaus Enzyklopädie online ID&#34;@en ;
skos:prefLabel &#34;Brockhaus Enzyklopädie online ID&#34;@en ;
schema:name &#34;Brockhaus Enzyklopädie online ID&#34;@en ;
schema:description &#34;identifier for an article in the online version of Brockhaus Enzyklopädie&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P5019 ;
wikibase:claim p:P5019 ;
wikibase:statementProperty ps:P5019 ;
wikibase:statementValue psv:P5019 ;
wikibase:qualifier pq:P5019 ;
wikibase:qualifierValue pqv:P5019 ;
wikibase:reference pr:P5019 ;
wikibase:referenceValue prv:P5019 ;
wikibase:novalue wdno:P5019 ;
wikibase:directClaimNormalized wdtn:P5019 ;
wikibase:statementValueNormalized psn:P5019 ;
wikibase:qualifierValueNormalized pqn:P5019 ;
wikibase:referenceValueNormalized prn:P5019 .
p:P5019 a owl:ObjectProperty .
psv:P5019 a owl:ObjectProperty .
pqv:P5019 a owl:ObjectProperty .
prv:P5019 a owl:ObjectProperty .
wdt:P5019 a owl:DatatypeProperty .
ps:P5019 a owl:DatatypeProperty .
pq:P5019 a owl:DatatypeProperty .
pr:P5019 a owl:DatatypeProperty .
psn:P5019 a owl:ObjectProperty .
pqn:P5019 a owl:ObjectProperty .
prn:P5019 a owl:ObjectProperty .
wdtn:P5019 a owl:ObjectProperty .
wdno:P5019 a owl:Class ;
owl:complementOf _:8f2e067276b7b0125a88b1cdcccdf2ae .
_:8f2e067276b7b0125a88b1cdcccdf2ae a owl:Restriction ;
owl:onProperty wdt:P5019 ;
owl:someValuesFrom owl:Thing .
wd:Q857679 a wikibase:Item ;
rdfs:label &#34;Footlights&#34;@en ;
skos:prefLabel &#34;Footlights&#34;@en ;
schema:name &#34;Footlights&#34;@en ;
schema:description &#34;amateur theatrical club in Cambridge&#34;@en .
wd:P463 a wikibase:Property ;
rdfs:label &#34;member of&#34;@en ;
skos:prefLabel &#34;member of&#34;@en ;
schema:name &#34;member of&#34;@en ;
schema:description &#34;organization, club or musical group to which the subject belongs. Do not use for membership in ethnic or social groups, nor for holding a political position, such as a member of parliament (use P39 for that).&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P463 ;
wikibase:claim p:P463 ;
wikibase:statementProperty ps:P463 ;
wikibase:statementValue psv:P463 ;
wikibase:qualifier pq:P463 ;
wikibase:qualifierValue pqv:P463 ;
wikibase:reference pr:P463 ;
wikibase:referenceValue prv:P463 ;
wikibase:novalue wdno:P463 .
p:P463 a owl:ObjectProperty .
psv:P463 a owl:ObjectProperty .
pqv:P463 a owl:ObjectProperty .
prv:P463 a owl:ObjectProperty .
wdt:P463 a owl:ObjectProperty .
ps:P463 a owl:ObjectProperty .
pq:P463 a owl:ObjectProperty .
pr:P463 a owl:ObjectProperty .
wdno:P463 a owl:Class ;
owl:complementOf _:cb328db7723625d6d9a3c3f586e3098b .
_:cb328db7723625d6d9a3c3f586e3098b a owl:Restriction ;
owl:onProperty wdt:P463 ;
owl:someValuesFrom owl:Thing .
wd:Q5610831 a wikibase:Item ;
rdfs:label &#34;Groucho Club&#34;@en ;
skos:prefLabel &#34;Groucho Club&#34;@en ;
schema:name &#34;Groucho Club&#34;@en ;
schema:description &#34;private members&#39; club in Soho, London&#34;@en .
wd:P2600 a wikibase:Property ;
rdfs:label &#34;Geni.com profile ID&#34;@en ;
skos:prefLabel &#34;Geni.com profile ID&#34;@en ;
schema:name &#34;Geni.com profile ID&#34;@en ;
schema:description &#34;profile on the Geni.com genealogy website&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P2600 ;
wikibase:claim p:P2600 ;
wikibase:statementProperty ps:P2600 ;
wikibase:statementValue psv:P2600 ;
wikibase:qualifier pq:P2600 ;
wikibase:qualifierValue pqv:P2600 ;
wikibase:reference pr:P2600 ;
wikibase:referenceValue prv:P2600 ;
wikibase:novalue wdno:P2600 ;
wikibase:directClaimNormalized wdtn:P2600 ;
wikibase:statementValueNormalized psn:P2600 ;
wikibase:qualifierValueNormalized pqn:P2600 ;
wikibase:referenceValueNormalized prn:P2600 .
p:P2600 a owl:ObjectProperty .
psv:P2600 a owl:ObjectProperty .
pqv:P2600 a owl:ObjectProperty .
prv:P2600 a owl:ObjectProperty .
wdt:P2600 a owl:DatatypeProperty .
ps:P2600 a owl:DatatypeProperty .
pq:P2600 a owl:DatatypeProperty .
pr:P2600 a owl:DatatypeProperty .
psn:P2600 a owl:ObjectProperty .
pqn:P2600 a owl:ObjectProperty .
prn:P2600 a owl:ObjectProperty .
wdtn:P2600 a owl:ObjectProperty .
wdno:P2600 a owl:Class ;
owl:complementOf _:d6fa81ee7b6497d7df625fa217d89ea8 .
_:d6fa81ee7b6497d7df625fa217d89ea8 a owl:Restriction ;
owl:onProperty wdt:P2600 ;
owl:someValuesFrom owl:Thing .
wd:P5337 a wikibase:Property ;
rdfs:label &#34;Google News topics ID&#34;@en ;
skos:prefLabel &#34;Google News topics ID&#34;@en ;
schema:name &#34;Google News topics ID&#34;@en ;
schema:description &#34;identifier for a subject in the news on Google News&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P5337 ;
wikibase:claim p:P5337 ;
wikibase:statementProperty ps:P5337 ;
wikibase:statementValue psv:P5337 ;
wikibase:qualifier pq:P5337 ;
wikibase:qualifierValue pqv:P5337 ;
wikibase:reference pr:P5337 ;
wikibase:referenceValue prv:P5337 ;
wikibase:novalue wdno:P5337 ;
wikibase:directClaimNormalized wdtn:P5337 ;
wikibase:statementValueNormalized psn:P5337 ;
wikibase:qualifierValueNormalized pqn:P5337 ;
wikibase:referenceValueNormalized prn:P5337 .
p:P5337 a owl:ObjectProperty .
psv:P5337 a owl:ObjectProperty .
pqv:P5337 a owl:ObjectProperty .
prv:P5337 a owl:ObjectProperty .
wdt:P5337 a owl:DatatypeProperty .
ps:P5337 a owl:DatatypeProperty .
pq:P5337 a owl:DatatypeProperty .
pr:P5337 a owl:DatatypeProperty .
psn:P5337 a owl:ObjectProperty .
pqn:P5337 a owl:ObjectProperty .
prn:P5337 a owl:ObjectProperty .
wdtn:P5337 a owl:ObjectProperty .
wdno:P5337 a owl:Class ;
owl:complementOf _:20afe0be5378fd81b1a56e8c9bb639a6 .
_:20afe0be5378fd81b1a56e8c9bb639a6 a owl:Restriction ;
owl:onProperty wdt:P5337 ;
owl:someValuesFrom owl:Thing .
wd:P5357 a wikibase:Property ;
rdfs:label &#34;The Encyclopedia of Science Fiction ID&#34;@en ;
skos:prefLabel &#34;The Encyclopedia of Science Fiction ID&#34;@en ;
schema:name &#34;The Encyclopedia of Science Fiction ID&#34;@en ;
schema:description &#34;identifier for an entry on the Encyclopedia of Science Fiction website&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P5357 ;
wikibase:claim p:P5357 ;
wikibase:statementProperty ps:P5357 ;
wikibase:statementValue psv:P5357 ;
wikibase:qualifier pq:P5357 ;
wikibase:qualifierValue pqv:P5357 ;
wikibase:reference pr:P5357 ;
wikibase:referenceValue prv:P5357 ;
wikibase:novalue wdno:P5357 ;
wikibase:directClaimNormalized wdtn:P5357 ;
wikibase:statementValueNormalized psn:P5357 ;
wikibase:qualifierValueNormalized pqn:P5357 ;
wikibase:referenceValueNormalized prn:P5357 .
p:P5357 a owl:ObjectProperty .
psv:P5357 a owl:ObjectProperty .
pqv:P5357 a owl:ObjectProperty .
prv:P5357 a owl:ObjectProperty .
wdt:P5357 a owl:DatatypeProperty .
ps:P5357 a owl:DatatypeProperty .
pq:P5357 a owl:DatatypeProperty .
pr:P5357 a owl:DatatypeProperty .
psn:P5357 a owl:ObjectProperty .
pqn:P5357 a owl:ObjectProperty .
prn:P5357 a owl:ObjectProperty .
wdtn:P5357 a owl:ObjectProperty .
wdno:P5357 a owl:Class ;
owl:complementOf _:0bed4737dc8c885c40ab065a85dd2d43 .
_:0bed4737dc8c885c40ab065a85dd2d43 a owl:Restriction ;
owl:onProperty wdt:P5357 ;
owl:someValuesFrom owl:Thing .
wd:P5361 a wikibase:Property ;
rdfs:label &#34;BNB person ID&#34;@en ;
skos:prefLabel &#34;BNB person ID&#34;@en ;
schema:name &#34;BNB person ID&#34;@en ;
schema:description &#34;identifier of a person in the British National Bibliography (bnb.data.bl.uk)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P5361 ;
wikibase:claim p:P5361 ;
wikibase:statementProperty ps:P5361 ;
wikibase:statementValue psv:P5361 ;
wikibase:qualifier pq:P5361 ;
wikibase:qualifierValue pqv:P5361 ;
wikibase:reference pr:P5361 ;
wikibase:referenceValue prv:P5361 ;
wikibase:novalue wdno:P5361 ;
wikibase:directClaimNormalized wdtn:P5361 ;
wikibase:statementValueNormalized psn:P5361 ;
wikibase:qualifierValueNormalized pqn:P5361 ;
wikibase:referenceValueNormalized prn:P5361 .
p:P5361 a owl:ObjectProperty .
psv:P5361 a owl:ObjectProperty .
pqv:P5361 a owl:ObjectProperty .
prv:P5361 a owl:ObjectProperty .
wdt:P5361 a owl:DatatypeProperty .
ps:P5361 a owl:DatatypeProperty .
pq:P5361 a owl:DatatypeProperty .
pr:P5361 a owl:DatatypeProperty .
psn:P5361 a owl:ObjectProperty .
pqn:P5361 a owl:ObjectProperty .
prn:P5361 a owl:ObjectProperty .
wdtn:P5361 a owl:ObjectProperty .
wdno:P5361 a owl:Class ;
owl:complementOf _:75d064607e3aeee48ce34855d3da5749 .
_:75d064607e3aeee48ce34855d3da5749 a owl:Restriction ;
owl:onProperty wdt:P5361 ;
owl:someValuesFrom owl:Thing .
wd:P5365 a wikibase:Property ;
rdfs:label &#34;Internet Book Database of Fiction writer ID&#34;@en ;
skos:prefLabel &#34;Internet Book Database of Fiction writer ID&#34;@en ;
schema:name &#34;Internet Book Database of Fiction writer ID&#34;@en ;
schema:description &#34;identifier for a writer on the Internet Book Database of Fiction website&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P5365 ;
wikibase:claim p:P5365 ;
wikibase:statementProperty ps:P5365 ;
wikibase:statementValue psv:P5365 ;
wikibase:qualifier pq:P5365 ;
wikibase:qualifierValue pqv:P5365 ;
wikibase:reference pr:P5365 ;
wikibase:referenceValue prv:P5365 ;
wikibase:novalue wdno:P5365 ;
wikibase:directClaimNormalized wdtn:P5365 ;
wikibase:statementValueNormalized psn:P5365 ;
wikibase:qualifierValueNormalized pqn:P5365 ;
wikibase:referenceValueNormalized prn:P5365 .
p:P5365 a owl:ObjectProperty .
psv:P5365 a owl:ObjectProperty .
pqv:P5365 a owl:ObjectProperty .
prv:P5365 a owl:ObjectProperty .
wdt:P5365 a owl:DatatypeProperty .
ps:P5365 a owl:DatatypeProperty .
pq:P5365 a owl:DatatypeProperty .
pr:P5365 a owl:DatatypeProperty .
psn:P5365 a owl:ObjectProperty .
pqn:P5365 a owl:ObjectProperty .
prn:P5365 a owl:ObjectProperty .
wdtn:P5365 a owl:ObjectProperty .
wdno:P5365 a owl:Class ;
owl:complementOf _:1a2bf3db176a393386c2e49f6b86ee58 .
_:1a2bf3db176a393386c2e49f6b86ee58 a owl:Restriction ;
owl:onProperty wdt:P5365 ;
owl:someValuesFrom owl:Thing .
wd:P5408 a wikibase:Property ;
rdfs:label &#34;Fantastic Fiction author ID&#34;@en ;
skos:prefLabel &#34;Fantastic Fiction author ID&#34;@en ;
schema:name &#34;Fantastic Fiction author ID&#34;@en ;
schema:description &#34;identifier for an author on the Fantastic Fiction website&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P5408 ;
wikibase:claim p:P5408 ;
wikibase:statementProperty ps:P5408 ;
wikibase:statementValue psv:P5408 ;
wikibase:qualifier pq:P5408 ;
wikibase:qualifierValue pqv:P5408 ;
wikibase:reference pr:P5408 ;
wikibase:referenceValue prv:P5408 ;
wikibase:novalue wdno:P5408 ;
wikibase:directClaimNormalized wdtn:P5408 ;
wikibase:statementValueNormalized psn:P5408 ;
wikibase:qualifierValueNormalized pqn:P5408 ;
wikibase:referenceValueNormalized prn:P5408 .
p:P5408 a owl:ObjectProperty .
psv:P5408 a owl:ObjectProperty .
pqv:P5408 a owl:ObjectProperty .
prv:P5408 a owl:ObjectProperty .
wdt:P5408 a owl:DatatypeProperty .
ps:P5408 a owl:DatatypeProperty .
pq:P5408 a owl:DatatypeProperty .
pr:P5408 a owl:DatatypeProperty .
psn:P5408 a owl:ObjectProperty .
pqn:P5408 a owl:ObjectProperty .
prn:P5408 a owl:ObjectProperty .
wdtn:P5408 a owl:ObjectProperty .
wdno:P5408 a owl:Class ;
owl:complementOf _:1ffbfafb245b73c09a7d395d89acc95c .
_:1ffbfafb245b73c09a7d395d89acc95c a owl:Restriction ;
owl:onProperty wdt:P5408 ;
owl:someValuesFrom owl:Thing .
wd:P5570 a wikibase:Property ;
rdfs:label &#34;NooSFere author ID&#34;@en ;
skos:prefLabel &#34;NooSFere author ID&#34;@en ;
schema:name &#34;NooSFere author ID&#34;@en ;
schema:description &#34;identifier for a person in the NooSFere database&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P5570 ;
wikibase:claim p:P5570 ;
wikibase:statementProperty ps:P5570 ;
wikibase:statementValue psv:P5570 ;
wikibase:qualifier pq:P5570 ;
wikibase:qualifierValue pqv:P5570 ;
wikibase:reference pr:P5570 ;
wikibase:referenceValue prv:P5570 ;
wikibase:novalue wdno:P5570 ;
wikibase:directClaimNormalized wdtn:P5570 ;
wikibase:statementValueNormalized psn:P5570 ;
wikibase:qualifierValueNormalized pqn:P5570 ;
wikibase:referenceValueNormalized prn:P5570 .
p:P5570 a owl:ObjectProperty .
psv:P5570 a owl:ObjectProperty .
pqv:P5570 a owl:ObjectProperty .
prv:P5570 a owl:ObjectProperty .
wdt:P5570 a owl:DatatypeProperty .
ps:P5570 a owl:DatatypeProperty .
pq:P5570 a owl:DatatypeProperty .
pr:P5570 a owl:DatatypeProperty .
psn:P5570 a owl:ObjectProperty .
pqn:P5570 a owl:ObjectProperty .
prn:P5570 a owl:ObjectProperty .
wdtn:P5570 a owl:ObjectProperty .
wdno:P5570 a owl:Class ;
owl:complementOf _:ef056acf6876233aec277c266c47bcb2 .
_:ef056acf6876233aec277c266c47bcb2 a owl:Restriction ;
owl:onProperty wdt:P5570 ;
owl:someValuesFrom owl:Thing .
wd:P1580 a wikibase:Property ;
rdfs:label &#34;University of Barcelona authority ID (obsolete)&#34;@en ;
skos:prefLabel &#34;University of Barcelona authority ID (obsolete)&#34;@en ;
schema:name &#34;University of Barcelona authority ID (obsolete)&#34;@en ;
schema:description &#34;register of authorities of the University of Barcelona&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P1580 ;
wikibase:claim p:P1580 ;
wikibase:statementProperty ps:P1580 ;
wikibase:statementValue psv:P1580 ;
wikibase:qualifier pq:P1580 ;
wikibase:qualifierValue pqv:P1580 ;
wikibase:reference pr:P1580 ;
wikibase:referenceValue prv:P1580 ;
wikibase:novalue wdno:P1580 ;
wikibase:directClaimNormalized wdtn:P1580 ;
wikibase:statementValueNormalized psn:P1580 ;
wikibase:qualifierValueNormalized pqn:P1580 ;
wikibase:referenceValueNormalized prn:P1580 .
p:P1580 a owl:ObjectProperty .
psv:P1580 a owl:ObjectProperty .
pqv:P1580 a owl:ObjectProperty .
prv:P1580 a owl:ObjectProperty .
wdt:P1580 a owl:DatatypeProperty .
ps:P1580 a owl:DatatypeProperty .
pq:P1580 a owl:DatatypeProperty .
pr:P1580 a owl:DatatypeProperty .
psn:P1580 a owl:ObjectProperty .
pqn:P1580 a owl:ObjectProperty .
prn:P1580 a owl:ObjectProperty .
wdtn:P1580 a owl:ObjectProperty .
wdno:P1580 a owl:Class ;
owl:complementOf _:2c18119dfb764c21781474382cef87f9 .
_:2c18119dfb764c21781474382cef87f9 a owl:Restriction ;
owl:onProperty wdt:P1580 ;
owl:someValuesFrom owl:Thing .
wd:P5587 a wikibase:Property ;
rdfs:label &#34;Libris-URI&#34;@en ;
skos:prefLabel &#34;Libris-URI&#34;@en ;
schema:name &#34;Libris-URI&#34;@en ;
schema:description &#34;identifier for an item in the catalogue of the Swedish National Library&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P5587 ;
wikibase:claim p:P5587 ;
wikibase:statementProperty ps:P5587 ;
wikibase:statementValue psv:P5587 ;
wikibase:qualifier pq:P5587 ;
wikibase:qualifierValue pqv:P5587 ;
wikibase:reference pr:P5587 ;
wikibase:referenceValue prv:P5587 ;
wikibase:novalue wdno:P5587 ;
wikibase:directClaimNormalized wdtn:P5587 ;
wikibase:statementValueNormalized psn:P5587 ;
wikibase:qualifierValueNormalized pqn:P5587 ;
wikibase:referenceValueNormalized prn:P5587 .
p:P5587 a owl:ObjectProperty .
psv:P5587 a owl:ObjectProperty .
pqv:P5587 a owl:ObjectProperty .
prv:P5587 a owl:ObjectProperty .
wdt:P5587 a owl:DatatypeProperty .
ps:P5587 a owl:DatatypeProperty .
pq:P5587 a owl:DatatypeProperty .
pr:P5587 a owl:DatatypeProperty .
psn:P5587 a owl:ObjectProperty .
pqn:P5587 a owl:ObjectProperty .
prn:P5587 a owl:ObjectProperty .
wdtn:P5587 a owl:ObjectProperty .
wdno:P5587 a owl:Class ;
owl:complementOf _:53e4027f1b2af0acaabec6f044f83450 .
_:53e4027f1b2af0acaabec6f044f83450 a owl:Restriction ;
owl:onProperty wdt:P5587 ;
owl:someValuesFrom owl:Thing .
wd:P3365 a wikibase:Property ;
rdfs:label &#34;Treccani ID&#34;@en ;
skos:prefLabel &#34;Treccani ID&#34;@en ;
schema:name &#34;Treccani ID&#34;@en ;
schema:description &#34;identifier for the Treccani website&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P3365 ;
wikibase:claim p:P3365 ;
wikibase:statementProperty ps:P3365 ;
wikibase:statementValue psv:P3365 ;
wikibase:qualifier pq:P3365 ;
wikibase:qualifierValue pqv:P3365 ;
wikibase:reference pr:P3365 ;
wikibase:referenceValue prv:P3365 ;
wikibase:novalue wdno:P3365 ;
wikibase:directClaimNormalized wdtn:P3365 ;
wikibase:statementValueNormalized psn:P3365 ;
wikibase:qualifierValueNormalized pqn:P3365 ;
wikibase:referenceValueNormalized prn:P3365 .
p:P3365 a owl:ObjectProperty .
psv:P3365 a owl:ObjectProperty .
pqv:P3365 a owl:ObjectProperty .
prv:P3365 a owl:ObjectProperty .
wdt:P3365 a owl:DatatypeProperty .
ps:P3365 a owl:DatatypeProperty .
pq:P3365 a owl:DatatypeProperty .
pr:P3365 a owl:DatatypeProperty .
psn:P3365 a owl:ObjectProperty .
pqn:P3365 a owl:ObjectProperty .
prn:P3365 a owl:ObjectProperty .
wdtn:P3365 a owl:ObjectProperty .
wdno:P3365 a owl:Class ;
owl:complementOf _:af88ccb1df88d926d3fd729824e729a3 .
_:af88ccb1df88d926d3fd729824e729a3 a owl:Restriction ;
owl:onProperty wdt:P3365 ;
owl:someValuesFrom owl:Thing .
wd:P269 a wikibase:Property ;
rdfs:label &#34;IdRef ID&#34;@en ;
skos:prefLabel &#34;IdRef ID&#34;@en ;
schema:name &#34;IdRef ID&#34;@en ;
schema:description &#34;identifier for authority control in the French collaborative library catalog (see also P1025). Format: 8 digits followed by a digit or \&#34;X\&#34;&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P269 ;
wikibase:claim p:P269 ;
wikibase:statementProperty ps:P269 ;
wikibase:statementValue psv:P269 ;
wikibase:qualifier pq:P269 ;
wikibase:qualifierValue pqv:P269 ;
wikibase:reference pr:P269 ;
wikibase:referenceValue prv:P269 ;
wikibase:novalue wdno:P269 ;
wikibase:directClaimNormalized wdtn:P269 ;
wikibase:statementValueNormalized psn:P269 ;
wikibase:qualifierValueNormalized pqn:P269 ;
wikibase:referenceValueNormalized prn:P269 .
p:P269 a owl:ObjectProperty .
psv:P269 a owl:ObjectProperty .
pqv:P269 a owl:ObjectProperty .
prv:P269 a owl:ObjectProperty .
wdt:P269 a owl:DatatypeProperty .
ps:P269 a owl:DatatypeProperty .
pq:P269 a owl:DatatypeProperty .
pr:P269 a owl:DatatypeProperty .
psn:P269 a owl:ObjectProperty .
pqn:P269 a owl:ObjectProperty .
prn:P269 a owl:ObjectProperty .
wdtn:P269 a owl:ObjectProperty .
wdno:P269 a owl:Class ;
owl:complementOf _:1402c30f0c43a923194197839d7dfd0e .
_:1402c30f0c43a923194197839d7dfd0e a owl:Restriction ;
owl:onProperty wdt:P269 ;
owl:someValuesFrom owl:Thing .
wd:P213 a wikibase:Property ;
rdfs:label &#34;ISNI&#34;@en ;
skos:prefLabel &#34;ISNI&#34;@en ;
schema:name &#34;ISNI&#34;@en ;
schema:description &#34;International Standard Name Identifier for an identity. Format: 4 blocks of 4 digits separated by a space, first block is 0000&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P213 ;
wikibase:claim p:P213 ;
wikibase:statementProperty ps:P213 ;
wikibase:statementValue psv:P213 ;
wikibase:qualifier pq:P213 ;
wikibase:qualifierValue pqv:P213 ;
wikibase:reference pr:P213 ;
wikibase:referenceValue prv:P213 ;
wikibase:novalue wdno:P213 ;
wikibase:directClaimNormalized wdtn:P213 ;
wikibase:statementValueNormalized psn:P213 ;
wikibase:qualifierValueNormalized pqn:P213 ;
wikibase:referenceValueNormalized prn:P213 .
p:P213 a owl:ObjectProperty .
psv:P213 a owl:ObjectProperty .
pqv:P213 a owl:ObjectProperty .
prv:P213 a owl:ObjectProperty .
wdt:P213 a owl:DatatypeProperty .
ps:P213 a owl:DatatypeProperty .
pq:P213 a owl:DatatypeProperty .
pr:P213 a owl:DatatypeProperty .
psn:P213 a owl:ObjectProperty .
pqn:P213 a owl:ObjectProperty .
prn:P213 a owl:ObjectProperty .
wdtn:P213 a owl:ObjectProperty .
wdno:P213 a owl:Class ;
owl:complementOf _:9dde9e6391665130494638d5c078994a .
_:9dde9e6391665130494638d5c078994a a owl:Restriction ;
owl:onProperty wdt:P213 ;
owl:someValuesFrom owl:Thing .
wd:P691 a wikibase:Property ;
rdfs:label &#34;NKCR AUT ID&#34;@en ;
skos:prefLabel &#34;NKCR AUT ID&#34;@en ;
schema:name &#34;NKCR AUT ID&#34;@en ;
schema:description &#34;identifier in the Czech National Authority Database (National Library of Czech Republic)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P691 ;
wikibase:claim p:P691 ;
wikibase:statementProperty ps:P691 ;
wikibase:statementValue psv:P691 ;
wikibase:qualifier pq:P691 ;
wikibase:qualifierValue pqv:P691 ;
wikibase:reference pr:P691 ;
wikibase:referenceValue prv:P691 ;
wikibase:novalue wdno:P691 ;
wikibase:directClaimNormalized wdtn:P691 ;
wikibase:statementValueNormalized psn:P691 ;
wikibase:qualifierValueNormalized pqn:P691 ;
wikibase:referenceValueNormalized prn:P691 .
p:P691 a owl:ObjectProperty .
psv:P691 a owl:ObjectProperty .
pqv:P691 a owl:ObjectProperty .
prv:P691 a owl:ObjectProperty .
wdt:P691 a owl:DatatypeProperty .
ps:P691 a owl:DatatypeProperty .
pq:P691 a owl:DatatypeProperty .
pr:P691 a owl:DatatypeProperty .
psn:P691 a owl:ObjectProperty .
pqn:P691 a owl:ObjectProperty .
prn:P691 a owl:ObjectProperty .
wdtn:P691 a owl:ObjectProperty .
wdno:P691 a owl:Class ;
owl:complementOf _:eee17ba34d3dca4b3bf5b23f68ca71b1 .
_:eee17ba34d3dca4b3bf5b23f68ca71b1 a owl:Restriction ;
owl:onProperty wdt:P691 ;
owl:someValuesFrom owl:Thing .
wd:P950 a wikibase:Property ;
rdfs:label &#34;Biblioteca Nacional de España ID&#34;@en ;
skos:prefLabel &#34;Biblioteca Nacional de España ID&#34;@en ;
schema:name &#34;Biblioteca Nacional de España ID&#34;@en ;
schema:description &#34;identifier from the authority file of the Biblioteca Nacional de España. Format for persons: \&#34;XX\&#34; followed by 4 to 7 digits&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P950 ;
wikibase:claim p:P950 ;
wikibase:statementProperty ps:P950 ;
wikibase:statementValue psv:P950 ;
wikibase:qualifier pq:P950 ;
wikibase:qualifierValue pqv:P950 ;
wikibase:reference pr:P950 ;
wikibase:referenceValue prv:P950 ;
wikibase:novalue wdno:P950 ;
wikibase:directClaimNormalized wdtn:P950 ;
wikibase:statementValueNormalized psn:P950 ;
wikibase:qualifierValueNormalized pqn:P950 ;
wikibase:referenceValueNormalized prn:P950 .
p:P950 a owl:ObjectProperty .
psv:P950 a owl:ObjectProperty .
pqv:P950 a owl:ObjectProperty .
prv:P950 a owl:ObjectProperty .
wdt:P950 a owl:DatatypeProperty .
ps:P950 a owl:DatatypeProperty .
pq:P950 a owl:DatatypeProperty .
pr:P950 a owl:DatatypeProperty .
psn:P950 a owl:ObjectProperty .
pqn:P950 a owl:ObjectProperty .
prn:P950 a owl:ObjectProperty .
wdtn:P950 a owl:ObjectProperty .
wdno:P950 a owl:Class ;
owl:complementOf _:0e43a71fd2ee37bb1404cdf948a29f86 .
_:0e43a71fd2ee37bb1404cdf948a29f86 a owl:Restriction ;
owl:onProperty wdt:P950 ;
owl:someValuesFrom owl:Thing .
wd:P1670 a wikibase:Property ;
rdfs:label &#34;Canadiana Authorities ID (former scheme)&#34;@en ;
skos:prefLabel &#34;Canadiana Authorities ID (former scheme)&#34;@en ;
schema:name &#34;Canadiana Authorities ID (former scheme)&#34;@en ;
schema:description &#34;obsolete identifier for authority control per the Library and Archives Canada. Format: 4 digits + 1 letter + 4 digits + optional F&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P1670 ;
wikibase:claim p:P1670 ;
wikibase:statementProperty ps:P1670 ;
wikibase:statementValue psv:P1670 ;
wikibase:qualifier pq:P1670 ;
wikibase:qualifierValue pqv:P1670 ;
wikibase:reference pr:P1670 ;
wikibase:referenceValue prv:P1670 ;
wikibase:novalue wdno:P1670 ;
wikibase:directClaimNormalized wdtn:P1670 ;
wikibase:statementValueNormalized psn:P1670 ;
wikibase:qualifierValueNormalized pqn:P1670 ;
wikibase:referenceValueNormalized prn:P1670 .
p:P1670 a owl:ObjectProperty .
psv:P1670 a owl:ObjectProperty .
pqv:P1670 a owl:ObjectProperty .
prv:P1670 a owl:ObjectProperty .
wdt:P1670 a owl:DatatypeProperty .
ps:P1670 a owl:DatatypeProperty .
pq:P1670 a owl:DatatypeProperty .
pr:P1670 a owl:DatatypeProperty .
psn:P1670 a owl:ObjectProperty .
pqn:P1670 a owl:ObjectProperty .
prn:P1670 a owl:ObjectProperty .
wdtn:P1670 a owl:ObjectProperty .
wdno:P1670 a owl:Class ;
owl:complementOf _:c6f5db0d582f0a992ea002dc731e082c .
_:c6f5db0d582f0a992ea002dc731e082c a owl:Restriction ;
owl:onProperty wdt:P1670 ;
owl:someValuesFrom owl:Thing .
wd:P409 a wikibase:Property ;
rdfs:label &#34;Libraries Australia ID&#34;@en ;
skos:prefLabel &#34;Libraries Australia ID&#34;@en ;
schema:name &#34;Libraries Australia ID&#34;@en ;
schema:description &#34;identifier issued by the National Library of Australia (see also P1315 for the newer People Australia identifier). VIAF component. Format: 1-12 digits, removing leading zero-padding.&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P409 ;
wikibase:claim p:P409 ;
wikibase:statementProperty ps:P409 ;
wikibase:statementValue psv:P409 ;
wikibase:qualifier pq:P409 ;
wikibase:qualifierValue pqv:P409 ;
wikibase:reference pr:P409 ;
wikibase:referenceValue prv:P409 ;
wikibase:novalue wdno:P409 ;
wikibase:directClaimNormalized wdtn:P409 ;
wikibase:statementValueNormalized psn:P409 ;
wikibase:qualifierValueNormalized pqn:P409 ;
wikibase:referenceValueNormalized prn:P409 .
p:P409 a owl:ObjectProperty .
psv:P409 a owl:ObjectProperty .
pqv:P409 a owl:ObjectProperty .
prv:P409 a owl:ObjectProperty .
wdt:P409 a owl:DatatypeProperty .
ps:P409 a owl:DatatypeProperty .
pq:P409 a owl:DatatypeProperty .
pr:P409 a owl:DatatypeProperty .
psn:P409 a owl:ObjectProperty .
pqn:P409 a owl:ObjectProperty .
prn:P409 a owl:ObjectProperty .
wdtn:P409 a owl:ObjectProperty .
wdno:P409 a owl:Class ;
owl:complementOf _:ddff2734031848db16fefb0b09442e18 .
_:ddff2734031848db16fefb0b09442e18 a owl:Restriction ;
owl:onProperty wdt:P409 ;
owl:someValuesFrom owl:Thing .
wd:P396 a wikibase:Property ;
rdfs:label &#34;SBN author ID&#34;@en ;
skos:prefLabel &#34;SBN author ID&#34;@en ;
schema:name &#34;SBN author ID&#34;@en ;
schema:description &#34;identifier issued by National Library Service (SBN) of Italy&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P396 ;
wikibase:claim p:P396 ;
wikibase:statementProperty ps:P396 ;
wikibase:statementValue psv:P396 ;
wikibase:qualifier pq:P396 ;
wikibase:qualifierValue pqv:P396 ;
wikibase:reference pr:P396 ;
wikibase:referenceValue prv:P396 ;
wikibase:novalue wdno:P396 ;
wikibase:directClaimNormalized wdtn:P396 ;
wikibase:statementValueNormalized psn:P396 ;
wikibase:qualifierValueNormalized pqn:P396 ;
wikibase:referenceValueNormalized prn:P396 .
p:P396 a owl:ObjectProperty .
psv:P396 a owl:ObjectProperty .
pqv:P396 a owl:ObjectProperty .
prv:P396 a owl:ObjectProperty .
wdt:P396 a owl:DatatypeProperty .
ps:P396 a owl:DatatypeProperty .
pq:P396 a owl:DatatypeProperty .
pr:P396 a owl:DatatypeProperty .
psn:P396 a owl:ObjectProperty .
pqn:P396 a owl:ObjectProperty .
prn:P396 a owl:ObjectProperty .
wdtn:P396 a owl:ObjectProperty .
wdno:P396 a owl:Class ;
owl:complementOf _:b793eade6779eed21c20a3e5f40ffff3 .
_:b793eade6779eed21c20a3e5f40ffff3 a owl:Restriction ;
owl:onProperty wdt:P396 ;
owl:someValuesFrom owl:Thing .
wd:P1207 a wikibase:Property ;
rdfs:label &#34;NUKAT ID&#34;@en ;
skos:prefLabel &#34;NUKAT ID&#34;@en ;
schema:name &#34;NUKAT ID&#34;@en ;
schema:description &#34;identifier for authority control in the Center of Warsaw University Library catalog&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P1207 ;
wikibase:claim p:P1207 ;
wikibase:statementProperty ps:P1207 ;
wikibase:statementValue psv:P1207 ;
wikibase:qualifier pq:P1207 ;
wikibase:qualifierValue pqv:P1207 ;
wikibase:reference pr:P1207 ;
wikibase:referenceValue prv:P1207 ;
wikibase:novalue wdno:P1207 ;
wikibase:directClaimNormalized wdtn:P1207 ;
wikibase:statementValueNormalized psn:P1207 ;
wikibase:qualifierValueNormalized pqn:P1207 ;
wikibase:referenceValueNormalized prn:P1207 .
p:P1207 a owl:ObjectProperty .
psv:P1207 a owl:ObjectProperty .
pqv:P1207 a owl:ObjectProperty .
prv:P1207 a owl:ObjectProperty .
wdt:P1207 a owl:DatatypeProperty .
ps:P1207 a owl:DatatypeProperty .
pq:P1207 a owl:DatatypeProperty .
pr:P1207 a owl:DatatypeProperty .
psn:P1207 a owl:ObjectProperty .
pqn:P1207 a owl:ObjectProperty .
prn:P1207 a owl:ObjectProperty .
wdtn:P1207 a owl:ObjectProperty .
wdno:P1207 a owl:Class ;
owl:complementOf _:098a27635a1b5476433fc39621626158 .
_:098a27635a1b5476433fc39621626158 a owl:Restriction ;
owl:onProperty wdt:P1207 ;
owl:someValuesFrom owl:Thing .
wd:P1005 a wikibase:Property ;
rdfs:label &#34;Portuguese National Library ID&#34;@en ;
skos:prefLabel &#34;Portuguese National Library ID&#34;@en ;
schema:name &#34;Portuguese National Library ID&#34;@en ;
schema:description &#34;identifier for the Biblioteca Nacional de Portugal&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P1005 ;
wikibase:claim p:P1005 ;
wikibase:statementProperty ps:P1005 ;
wikibase:statementValue psv:P1005 ;
wikibase:qualifier pq:P1005 ;
wikibase:qualifierValue pqv:P1005 ;
wikibase:reference pr:P1005 ;
wikibase:referenceValue prv:P1005 ;
wikibase:novalue wdno:P1005 ;
wikibase:directClaimNormalized wdtn:P1005 ;
wikibase:statementValueNormalized psn:P1005 ;
wikibase:qualifierValueNormalized pqn:P1005 ;
wikibase:referenceValueNormalized prn:P1005 .
p:P1005 a owl:ObjectProperty .
psv:P1005 a owl:ObjectProperty .
pqv:P1005 a owl:ObjectProperty .
prv:P1005 a owl:ObjectProperty .
wdt:P1005 a owl:DatatypeProperty .
ps:P1005 a owl:DatatypeProperty .
pq:P1005 a owl:DatatypeProperty .
pr:P1005 a owl:DatatypeProperty .
psn:P1005 a owl:ObjectProperty .
pqn:P1005 a owl:ObjectProperty .
prn:P1005 a owl:ObjectProperty .
wdtn:P1005 a owl:ObjectProperty .
wdno:P1005 a owl:Class ;
owl:complementOf _:c12a9c4f574f0f217014678a49b07bd2 .
_:c12a9c4f574f0f217014678a49b07bd2 a owl:Restriction ;
owl:onProperty wdt:P1005 ;
owl:someValuesFrom owl:Thing .
wd:P1375 a wikibase:Property ;
rdfs:label &#34;NSK ID&#34;@en ;
skos:prefLabel &#34;NSK ID&#34;@en ;
schema:name &#34;NSK ID&#34;@en ;
schema:description &#34;identifier for an item in the National and University Library in Zagreb (including leading zeroes)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P1375 ;
wikibase:claim p:P1375 ;
wikibase:statementProperty ps:P1375 ;
wikibase:statementValue psv:P1375 ;
wikibase:qualifier pq:P1375 ;
wikibase:qualifierValue pqv:P1375 ;
wikibase:reference pr:P1375 ;
wikibase:referenceValue prv:P1375 ;
wikibase:novalue wdno:P1375 ;
wikibase:directClaimNormalized wdtn:P1375 ;
wikibase:statementValueNormalized psn:P1375 ;
wikibase:qualifierValueNormalized pqn:P1375 ;
wikibase:referenceValueNormalized prn:P1375 .
p:P1375 a owl:ObjectProperty .
psv:P1375 a owl:ObjectProperty .
pqv:P1375 a owl:ObjectProperty .
prv:P1375 a owl:ObjectProperty .
wdt:P1375 a owl:DatatypeProperty .
ps:P1375 a owl:DatatypeProperty .
pq:P1375 a owl:DatatypeProperty .
pr:P1375 a owl:DatatypeProperty .
psn:P1375 a owl:ObjectProperty .
pqn:P1375 a owl:ObjectProperty .
prn:P1375 a owl:ObjectProperty .
wdtn:P1375 a owl:ObjectProperty .
wdno:P1375 a owl:Class ;
owl:complementOf _:f1aabf4526d9bbba25125f92deb12180 .
_:f1aabf4526d9bbba25125f92deb12180 a owl:Restriction ;
owl:onProperty wdt:P1375 ;
owl:someValuesFrom owl:Thing .
wd:P1412 a wikibase:Property ;
rdfs:label &#34;languages spoken, written or signed&#34;@en ;
skos:prefLabel &#34;languages spoken, written or signed&#34;@en ;
schema:name &#34;languages spoken, written or signed&#34;@en ;
schema:description &#34;language(s) that a person or a people speaks, writes or signs, including the native language(s)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P1412 ;
wikibase:claim p:P1412 ;
wikibase:statementProperty ps:P1412 ;
wikibase:statementValue psv:P1412 ;
wikibase:qualifier pq:P1412 ;
wikibase:qualifierValue pqv:P1412 ;
wikibase:reference pr:P1412 ;
wikibase:referenceValue prv:P1412 ;
wikibase:novalue wdno:P1412 .
p:P1412 a owl:ObjectProperty .
psv:P1412 a owl:ObjectProperty .
pqv:P1412 a owl:ObjectProperty .
prv:P1412 a owl:ObjectProperty .
wdt:P1412 a owl:ObjectProperty .
ps:P1412 a owl:ObjectProperty .
pq:P1412 a owl:ObjectProperty .
pr:P1412 a owl:ObjectProperty .
wdno:P1412 a owl:Class ;
owl:complementOf _:b7c055c5647997a192eb82c65f0eb69b .
_:b7c055c5647997a192eb82c65f0eb69b a owl:Restriction ;
owl:onProperty wdt:P1412 ;
owl:someValuesFrom owl:Thing .
wd:P5247 a wikibase:Property ;
rdfs:label &#34;Giant Bomb ID&#34;@en ;
skos:prefLabel &#34;Giant Bomb ID&#34;@en ;
schema:name &#34;Giant Bomb ID&#34;@en ;
schema:description &#34;identifier at the Giant Bomb database of video games, fictional characters and voice actors&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P5247 ;
wikibase:claim p:P5247 ;
wikibase:statementProperty ps:P5247 ;
wikibase:statementValue psv:P5247 ;
wikibase:qualifier pq:P5247 ;
wikibase:qualifierValue pqv:P5247 ;
wikibase:reference pr:P5247 ;
wikibase:referenceValue prv:P5247 ;
wikibase:novalue wdno:P5247 ;
wikibase:directClaimNormalized wdtn:P5247 ;
wikibase:statementValueNormalized psn:P5247 ;
wikibase:qualifierValueNormalized pqn:P5247 ;
wikibase:referenceValueNormalized prn:P5247 .
p:P5247 a owl:ObjectProperty .
psv:P5247 a owl:ObjectProperty .
pqv:P5247 a owl:ObjectProperty .
prv:P5247 a owl:ObjectProperty .
wdt:P5247 a owl:DatatypeProperty .
ps:P5247 a owl:DatatypeProperty .
pq:P5247 a owl:DatatypeProperty .
pr:P5247 a owl:DatatypeProperty .
psn:P5247 a owl:ObjectProperty .
pqn:P5247 a owl:ObjectProperty .
prn:P5247 a owl:ObjectProperty .
wdtn:P5247 a owl:ObjectProperty .
wdno:P5247 a owl:Class ;
owl:complementOf _:805e875898989efd64d1dfd6ee1ec07c .
_:805e875898989efd64d1dfd6ee1ec07c a owl:Restriction ;
owl:onProperty wdt:P5247 ;
owl:someValuesFrom owl:Thing .
wd:P5905 a wikibase:Property ;
rdfs:label &#34;Comic Vine ID&#34;@en ;
skos:prefLabel &#34;Comic Vine ID&#34;@en ;
schema:name &#34;Comic Vine ID&#34;@en ;
schema:description &#34;identifier at the Comic Vine database of comic books, fictional characters, people, films and television series/episodes&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P5905 ;
wikibase:claim p:P5905 ;
wikibase:statementProperty ps:P5905 ;
wikibase:statementValue psv:P5905 ;
wikibase:qualifier pq:P5905 ;
wikibase:qualifierValue pqv:P5905 ;
wikibase:reference pr:P5905 ;
wikibase:referenceValue prv:P5905 ;
wikibase:novalue wdno:P5905 ;
wikibase:directClaimNormalized wdtn:P5905 ;
wikibase:statementValueNormalized psn:P5905 ;
wikibase:qualifierValueNormalized pqn:P5905 ;
wikibase:referenceValueNormalized prn:P5905 .
p:P5905 a owl:ObjectProperty .
psv:P5905 a owl:ObjectProperty .
pqv:P5905 a owl:ObjectProperty .
prv:P5905 a owl:ObjectProperty .
wdt:P5905 a owl:DatatypeProperty .
ps:P5905 a owl:DatatypeProperty .
pq:P5905 a owl:DatatypeProperty .
pr:P5905 a owl:DatatypeProperty .
psn:P5905 a owl:ObjectProperty .
pqn:P5905 a owl:ObjectProperty .
prn:P5905 a owl:ObjectProperty .
wdtn:P5905 a owl:ObjectProperty .
wdno:P5905 a owl:Class ;
owl:complementOf _:43dbe4cf449e1ec4b84eaab188092c4a .
_:43dbe4cf449e1ec4b84eaab188092c4a a owl:Restriction ;
owl:onProperty wdt:P5905 ;
owl:someValuesFrom owl:Thing .
wd:P6839 a wikibase:Property ;
rdfs:label &#34;TV Tropes identifier&#34;@en ;
skos:prefLabel &#34;TV Tropes identifier&#34;@en ;
schema:name &#34;TV Tropes identifier&#34;@en ;
schema:description &#34;identifier in the TV Tropes online wiki&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P6839 ;
wikibase:claim p:P6839 ;
wikibase:statementProperty ps:P6839 ;
wikibase:statementValue psv:P6839 ;
wikibase:qualifier pq:P6839 ;
wikibase:qualifierValue pqv:P6839 ;
wikibase:reference pr:P6839 ;
wikibase:referenceValue prv:P6839 ;
wikibase:novalue wdno:P6839 ;
wikibase:directClaimNormalized wdtn:P6839 ;
wikibase:statementValueNormalized psn:P6839 ;
wikibase:qualifierValueNormalized pqn:P6839 ;
wikibase:referenceValueNormalized prn:P6839 .
p:P6839 a owl:ObjectProperty .
psv:P6839 a owl:ObjectProperty .
pqv:P6839 a owl:ObjectProperty .
prv:P6839 a owl:ObjectProperty .
wdt:P6839 a owl:DatatypeProperty .
ps:P6839 a owl:DatatypeProperty .
pq:P6839 a owl:DatatypeProperty .
pr:P6839 a owl:DatatypeProperty .
psn:P6839 a owl:ObjectProperty .
pqn:P6839 a owl:ObjectProperty .
prn:P6839 a owl:ObjectProperty .
wdtn:P6839 a owl:ObjectProperty .
wdno:P6839 a owl:Class ;
owl:complementOf _:09b0cc20dd3fd6c6c547053794b61317 .
_:09b0cc20dd3fd6c6c547053794b61317 a owl:Restriction ;
owl:onProperty wdt:P6839 ;
owl:someValuesFrom owl:Thing .
wd:P4342 a wikibase:Property ;
rdfs:label &#34;Store norske leksikon ID&#34;@en ;
skos:prefLabel &#34;Store norske leksikon ID&#34;@en ;
schema:name &#34;Store norske leksikon ID&#34;@en ;
schema:description &#34;identifier of an article in the online encyclopedia snl.no&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P4342 ;
wikibase:claim p:P4342 ;
wikibase:statementProperty ps:P4342 ;
wikibase:statementValue psv:P4342 ;
wikibase:qualifier pq:P4342 ;
wikibase:qualifierValue pqv:P4342 ;
wikibase:reference pr:P4342 ;
wikibase:referenceValue prv:P4342 ;
wikibase:novalue wdno:P4342 ;
wikibase:directClaimNormalized wdtn:P4342 ;
wikibase:statementValueNormalized psn:P4342 ;
wikibase:qualifierValueNormalized pqn:P4342 ;
wikibase:referenceValueNormalized prn:P4342 .
p:P4342 a owl:ObjectProperty .
psv:P4342 a owl:ObjectProperty .
pqv:P4342 a owl:ObjectProperty .
prv:P4342 a owl:ObjectProperty .
wdt:P4342 a owl:DatatypeProperty .
ps:P4342 a owl:DatatypeProperty .
pq:P4342 a owl:DatatypeProperty .
pr:P4342 a owl:DatatypeProperty .
psn:P4342 a owl:ObjectProperty .
pqn:P4342 a owl:ObjectProperty .
prn:P4342 a owl:ObjectProperty .
wdtn:P4342 a owl:ObjectProperty .
wdno:P4342 a owl:Class ;
owl:complementOf _:798f6d589e42f1b7a13b07c18239c1c6 .
_:798f6d589e42f1b7a13b07c18239c1c6 a owl:Restriction ;
owl:onProperty wdt:P4342 ;
owl:someValuesFrom owl:Thing .
wd:P4785 a wikibase:Property ;
rdfs:label &#34;MYmovies name ID (former scheme)&#34;@en ;
skos:prefLabel &#34;MYmovies name ID (former scheme)&#34;@en ;
schema:name &#34;MYmovies name ID (former scheme)&#34;@en ;
schema:description &#34;identifier for producer, cinematographer, screenwriter and company in MYmovies.it&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P4785 ;
wikibase:claim p:P4785 ;
wikibase:statementProperty ps:P4785 ;
wikibase:statementValue psv:P4785 ;
wikibase:qualifier pq:P4785 ;
wikibase:qualifierValue pqv:P4785 ;
wikibase:reference pr:P4785 ;
wikibase:referenceValue prv:P4785 ;
wikibase:novalue wdno:P4785 ;
wikibase:directClaimNormalized wdtn:P4785 ;
wikibase:statementValueNormalized psn:P4785 ;
wikibase:qualifierValueNormalized pqn:P4785 ;
wikibase:referenceValueNormalized prn:P4785 .
p:P4785 a owl:ObjectProperty .
psv:P4785 a owl:ObjectProperty .
pqv:P4785 a owl:ObjectProperty .
prv:P4785 a owl:ObjectProperty .
wdt:P4785 a owl:DatatypeProperty .
ps:P4785 a owl:DatatypeProperty .
pq:P4785 a owl:DatatypeProperty .
pr:P4785 a owl:DatatypeProperty .
psn:P4785 a owl:ObjectProperty .
pqn:P4785 a owl:ObjectProperty .
prn:P4785 a owl:ObjectProperty .
wdtn:P4785 a owl:ObjectProperty .
wdno:P4785 a owl:Class ;
owl:complementOf _:984fd48810690768872d5ecb268aa198 .
_:984fd48810690768872d5ecb268aa198 a owl:Restriction ;
owl:onProperty wdt:P4785 ;
owl:someValuesFrom owl:Thing .
wd:Q67074906 a wikibase:Item ;
rdfs:label &#34;St John&#39;s College Library&#34;@en ;
skos:prefLabel &#34;St John&#39;s College Library&#34;@en ;
schema:name &#34;St John&#39;s College Library&#34;@en ;
schema:description &#34;library and archive at St John&#39;s College, Cambridge&#34;@en .
wd:P485 a wikibase:Property ;
rdfs:label &#34;archives at&#34;@en ;
skos:prefLabel &#34;archives at&#34;@en ;
schema:name &#34;archives at&#34;@en ;
schema:description &#34;the institution holding the subject&#39;s archives&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P485 ;
wikibase:claim p:P485 ;
wikibase:statementProperty ps:P485 ;
wikibase:statementValue psv:P485 ;
wikibase:qualifier pq:P485 ;
wikibase:qualifierValue pqv:P485 ;
wikibase:reference pr:P485 ;
wikibase:referenceValue prv:P485 ;
wikibase:novalue wdno:P485 .
p:P485 a owl:ObjectProperty .
psv:P485 a owl:ObjectProperty .
pqv:P485 a owl:ObjectProperty .
prv:P485 a owl:ObjectProperty .
wdt:P485 a owl:ObjectProperty .
ps:P485 a owl:ObjectProperty .
pq:P485 a owl:ObjectProperty .
pr:P485 a owl:ObjectProperty .
wdno:P485 a owl:Class ;
owl:complementOf _:d1e00b1503aebf05f4293c12199f5974 .
_:d1e00b1503aebf05f4293c12199f5974 a owl:Restriction ;
owl:onProperty wdt:P485 ;
owl:someValuesFrom owl:Thing .
wd:P7029 a wikibase:Property ;
rdfs:label &#34;National Library of Russia ID&#34;@en ;
skos:prefLabel &#34;National Library of Russia ID&#34;@en ;
schema:name &#34;National Library of Russia ID&#34;@en ;
schema:description &#34;identifier for authority control used by the National Library of Russia, Saint-Petersburg&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P7029 ;
wikibase:claim p:P7029 ;
wikibase:statementProperty ps:P7029 ;
wikibase:statementValue psv:P7029 ;
wikibase:qualifier pq:P7029 ;
wikibase:qualifierValue pqv:P7029 ;
wikibase:reference pr:P7029 ;
wikibase:referenceValue prv:P7029 ;
wikibase:novalue wdno:P7029 ;
wikibase:directClaimNormalized wdtn:P7029 ;
wikibase:statementValueNormalized psn:P7029 ;
wikibase:qualifierValueNormalized pqn:P7029 ;
wikibase:referenceValueNormalized prn:P7029 .
p:P7029 a owl:ObjectProperty .
psv:P7029 a owl:ObjectProperty .
pqv:P7029 a owl:ObjectProperty .
prv:P7029 a owl:ObjectProperty .
wdt:P7029 a owl:DatatypeProperty .
ps:P7029 a owl:DatatypeProperty .
pq:P7029 a owl:DatatypeProperty .
pr:P7029 a owl:DatatypeProperty .
psn:P7029 a owl:ObjectProperty .
pqn:P7029 a owl:ObjectProperty .
prn:P7029 a owl:ObjectProperty .
wdtn:P7029 a owl:ObjectProperty .
wdno:P7029 a owl:Class ;
owl:complementOf _:c99164bdb274e3ae1a2928e96f114c4c .
_:c99164bdb274e3ae1a2928e96f114c4c a owl:Restriction ;
owl:onProperty wdt:P7029 ;
owl:someValuesFrom owl:Thing .
wd:Q67311526 a wikibase:Item ;
rdfs:label &#34;Obalky knih.cz&#34;@en ;
skos:prefLabel &#34;Obalky knih.cz&#34;@en ;
schema:name &#34;Obalky knih.cz&#34;@en ;
schema:description &#34;Czech book cover database&#34;@en .
wd:P1343 a wikibase:Property ;
rdfs:label &#34;described by source&#34;@en ;
skos:prefLabel &#34;described by source&#34;@en ;
schema:name &#34;described by source&#34;@en ;
schema:description &#34;work where this item is described&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P1343 ;
wikibase:claim p:P1343 ;
wikibase:statementProperty ps:P1343 ;
wikibase:statementValue psv:P1343 ;
wikibase:qualifier pq:P1343 ;
wikibase:qualifierValue pqv:P1343 ;
wikibase:reference pr:P1343 ;
wikibase:referenceValue prv:P1343 ;
wikibase:novalue wdno:P1343 .
p:P1343 a owl:ObjectProperty .
psv:P1343 a owl:ObjectProperty .
pqv:P1343 a owl:ObjectProperty .
prv:P1343 a owl:ObjectProperty .
wdt:P1343 a owl:ObjectProperty .
ps:P1343 a owl:ObjectProperty .
pq:P1343 a owl:ObjectProperty .
pr:P1343 a owl:ObjectProperty .
wdno:P1343 a owl:Class ;
owl:complementOf _:9c5978c46703ed90be57b769a8622d59 .
_:9c5978c46703ed90be57b769a8622d59 a owl:Restriction ;
owl:onProperty wdt:P1343 ;
owl:someValuesFrom owl:Thing .
wd:P5034 a wikibase:Property ;
rdfs:label &#34;National Library of Korea ID&#34;@en ;
skos:prefLabel &#34;National Library of Korea ID&#34;@en ;
schema:name &#34;National Library of Korea ID&#34;@en ;
schema:description &#34;identifier for name and subject authority in the database of the National Library of Korea&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P5034 ;
wikibase:claim p:P5034 ;
wikibase:statementProperty ps:P5034 ;
wikibase:statementValue psv:P5034 ;
wikibase:qualifier pq:P5034 ;
wikibase:qualifierValue pqv:P5034 ;
wikibase:reference pr:P5034 ;
wikibase:referenceValue prv:P5034 ;
wikibase:novalue wdno:P5034 ;
wikibase:directClaimNormalized wdtn:P5034 ;
wikibase:statementValueNormalized psn:P5034 ;
wikibase:qualifierValueNormalized pqn:P5034 ;
wikibase:referenceValueNormalized prn:P5034 .
p:P5034 a owl:ObjectProperty .
psv:P5034 a owl:ObjectProperty .
pqv:P5034 a owl:ObjectProperty .
prv:P5034 a owl:ObjectProperty .
wdt:P5034 a owl:DatatypeProperty .
ps:P5034 a owl:DatatypeProperty .
pq:P5034 a owl:DatatypeProperty .
pr:P5034 a owl:DatatypeProperty .
psn:P5034 a owl:ObjectProperty .
pqn:P5034 a owl:ObjectProperty .
prn:P5034 a owl:ObjectProperty .
wdtn:P5034 a owl:ObjectProperty .
wdno:P5034 a owl:Class ;
owl:complementOf _:50047421dad173f05f4ea73daa272848 .
_:50047421dad173f05f4ea73daa272848 a owl:Restriction ;
owl:onProperty wdt:P5034 ;
owl:someValuesFrom owl:Thing .
wd:P7433 a wikibase:Property ;
rdfs:label &#34;FantLab author ID&#34;@en ;
skos:prefLabel &#34;FantLab author ID&#34;@en ;
schema:name &#34;FantLab author ID&#34;@en ;
schema:description &#34;identifier for the author in FantLab&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P7433 ;
wikibase:claim p:P7433 ;
wikibase:statementProperty ps:P7433 ;
wikibase:statementValue psv:P7433 ;
wikibase:qualifier pq:P7433 ;
wikibase:qualifierValue pqv:P7433 ;
wikibase:reference pr:P7433 ;
wikibase:referenceValue prv:P7433 ;
wikibase:novalue wdno:P7433 ;
wikibase:directClaimNormalized wdtn:P7433 ;
wikibase:statementValueNormalized psn:P7433 ;
wikibase:qualifierValueNormalized pqn:P7433 ;
wikibase:referenceValueNormalized prn:P7433 .
p:P7433 a owl:ObjectProperty .
psv:P7433 a owl:ObjectProperty .
pqv:P7433 a owl:ObjectProperty .
prv:P7433 a owl:ObjectProperty .
wdt:P7433 a owl:DatatypeProperty .
ps:P7433 a owl:DatatypeProperty .
pq:P7433 a owl:DatatypeProperty .
pr:P7433 a owl:DatatypeProperty .
psn:P7433 a owl:ObjectProperty .
pqn:P7433 a owl:ObjectProperty .
prn:P7433 a owl:ObjectProperty .
wdtn:P7433 a owl:ObjectProperty .
wdno:P7433 a owl:Class ;
owl:complementOf _:7ea5477e7d2886a3f07c0f6adb685f5a .
_:7ea5477e7d2886a3f07c0f6adb685f5a a owl:Restriction ;
owl:onProperty wdt:P7433 ;
owl:someValuesFrom owl:Thing .
wd:P7400 a wikibase:Property ;
rdfs:label &#34;LibraryThing author ID&#34;@en ;
skos:prefLabel &#34;LibraryThing author ID&#34;@en ;
schema:name &#34;LibraryThing author ID&#34;@en ;
schema:description &#34;identifier for an author on the LibraryThing website&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P7400 ;
wikibase:claim p:P7400 ;
wikibase:statementProperty ps:P7400 ;
wikibase:statementValue psv:P7400 ;
wikibase:qualifier pq:P7400 ;
wikibase:qualifierValue pqv:P7400 ;
wikibase:reference pr:P7400 ;
wikibase:referenceValue prv:P7400 ;
wikibase:novalue wdno:P7400 ;
wikibase:directClaimNormalized wdtn:P7400 ;
wikibase:statementValueNormalized psn:P7400 ;
wikibase:qualifierValueNormalized pqn:P7400 ;
wikibase:referenceValueNormalized prn:P7400 .
p:P7400 a owl:ObjectProperty .
psv:P7400 a owl:ObjectProperty .
pqv:P7400 a owl:ObjectProperty .
prv:P7400 a owl:ObjectProperty .
wdt:P7400 a owl:DatatypeProperty .
ps:P7400 a owl:DatatypeProperty .
pq:P7400 a owl:DatatypeProperty .
pr:P7400 a owl:DatatypeProperty .
psn:P7400 a owl:ObjectProperty .
pqn:P7400 a owl:ObjectProperty .
prn:P7400 a owl:ObjectProperty .
wdtn:P7400 a owl:ObjectProperty .
wdno:P7400 a owl:Class ;
owl:complementOf _:ae1edb045e70fb6cd373c4bd139b8a2f .
_:ae1edb045e70fb6cd373c4bd139b8a2f a owl:Restriction ;
owl:onProperty wdt:P7400 ;
owl:someValuesFrom owl:Thing .
wd:P7704 a wikibase:Property ;
rdfs:label &#34;Europeana entity&#34;@en ;
skos:prefLabel &#34;Europeana entity&#34;@en ;
schema:name &#34;Europeana entity&#34;@en ;
schema:description &#34;identifier for persons, places and topics at Europeana&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P7704 ;
wikibase:claim p:P7704 ;
wikibase:statementProperty ps:P7704 ;
wikibase:statementValue psv:P7704 ;
wikibase:qualifier pq:P7704 ;
wikibase:qualifierValue pqv:P7704 ;
wikibase:reference pr:P7704 ;
wikibase:referenceValue prv:P7704 ;
wikibase:novalue wdno:P7704 ;
wikibase:directClaimNormalized wdtn:P7704 ;
wikibase:statementValueNormalized psn:P7704 ;
wikibase:qualifierValueNormalized pqn:P7704 ;
wikibase:referenceValueNormalized prn:P7704 .
p:P7704 a owl:ObjectProperty .
psv:P7704 a owl:ObjectProperty .
pqv:P7704 a owl:ObjectProperty .
prv:P7704 a owl:ObjectProperty .
wdt:P7704 a owl:DatatypeProperty .
ps:P7704 a owl:DatatypeProperty .
pq:P7704 a owl:DatatypeProperty .
pr:P7704 a owl:DatatypeProperty .
psn:P7704 a owl:ObjectProperty .
pqn:P7704 a owl:ObjectProperty .
prn:P7704 a owl:ObjectProperty .
wdtn:P7704 a owl:ObjectProperty .
wdno:P7704 a owl:Class ;
owl:complementOf _:c997d4905083a77f4060baad1e9a8ba8 .
_:c997d4905083a77f4060baad1e9a8ba8 a owl:Restriction ;
owl:onProperty wdt:P7704 ;
owl:someValuesFrom owl:Thing .
wd:P7859 a wikibase:Property ;
rdfs:label &#34;WorldCat Identities ID&#34;@en ;
skos:prefLabel &#34;WorldCat Identities ID&#34;@en ;
schema:name &#34;WorldCat Identities ID&#34;@en ;
schema:description &#34;Id for a bibliographic page of an entity on WorldCat. Use P243 OCLC control number for books&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P7859 ;
wikibase:claim p:P7859 ;
wikibase:statementProperty ps:P7859 ;
wikibase:statementValue psv:P7859 ;
wikibase:qualifier pq:P7859 ;
wikibase:qualifierValue pqv:P7859 ;
wikibase:reference pr:P7859 ;
wikibase:referenceValue prv:P7859 ;
wikibase:novalue wdno:P7859 ;
wikibase:directClaimNormalized wdtn:P7859 ;
wikibase:statementValueNormalized psn:P7859 ;
wikibase:qualifierValueNormalized pqn:P7859 ;
wikibase:referenceValueNormalized prn:P7859 .
p:P7859 a owl:ObjectProperty .
psv:P7859 a owl:ObjectProperty .
pqv:P7859 a owl:ObjectProperty .
prv:P7859 a owl:ObjectProperty .
wdt:P7859 a owl:DatatypeProperty .
ps:P7859 a owl:DatatypeProperty .
pq:P7859 a owl:DatatypeProperty .
pr:P7859 a owl:DatatypeProperty .
psn:P7859 a owl:ObjectProperty .
pqn:P7859 a owl:ObjectProperty .
prn:P7859 a owl:ObjectProperty .
wdtn:P7859 a owl:ObjectProperty .
wdno:P7859 a owl:Class ;
owl:complementOf _:14e32ccfc87dd0c16155859b25e37d30 .
_:14e32ccfc87dd0c16155859b25e37d30 a owl:Restriction ;
owl:onProperty wdt:P7859 ;
owl:someValuesFrom owl:Thing .
wd:P3762 a wikibase:Property ;
rdfs:label &#34;openMLOL author ID&#34;@en ;
skos:prefLabel &#34;openMLOL author ID&#34;@en ;
schema:name &#34;openMLOL author ID&#34;@en ;
schema:description &#34;identifier of an author in the openMLOL digital library of cultural resources&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P3762 ;
wikibase:claim p:P3762 ;
wikibase:statementProperty ps:P3762 ;
wikibase:statementValue psv:P3762 ;
wikibase:qualifier pq:P3762 ;
wikibase:qualifierValue pqv:P3762 ;
wikibase:reference pr:P3762 ;
wikibase:referenceValue prv:P3762 ;
wikibase:novalue wdno:P3762 ;
wikibase:directClaimNormalized wdtn:P3762 ;
wikibase:statementValueNormalized psn:P3762 ;
wikibase:qualifierValueNormalized pqn:P3762 ;
wikibase:referenceValueNormalized prn:P3762 .
p:P3762 a owl:ObjectProperty .
psv:P3762 a owl:ObjectProperty .
pqv:P3762 a owl:ObjectProperty .
prv:P3762 a owl:ObjectProperty .
wdt:P3762 a owl:DatatypeProperty .
ps:P3762 a owl:DatatypeProperty .
pq:P3762 a owl:DatatypeProperty .
pr:P3762 a owl:DatatypeProperty .
psn:P3762 a owl:ObjectProperty .
pqn:P3762 a owl:ObjectProperty .
prn:P3762 a owl:ObjectProperty .
wdtn:P3762 a owl:ObjectProperty .
wdno:P3762 a owl:Class ;
owl:complementOf _:df213f8a33d9a502c28d5f7c7987b6e4 .
_:df213f8a33d9a502c28d5f7c7987b6e4 a owl:Restriction ;
owl:onProperty wdt:P3762 ;
owl:someValuesFrom owl:Thing .
wd:P3065 a wikibase:Property ;
rdfs:label &#34;RERO ID&#34;@en ;
skos:prefLabel &#34;RERO ID&#34;@en ;
schema:name &#34;RERO ID&#34;@en ;
schema:description &#34;identifier in the Library network of Western Switzerland&#39;s RERO database&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P3065 ;
wikibase:claim p:P3065 ;
wikibase:statementProperty ps:P3065 ;
wikibase:statementValue psv:P3065 ;
wikibase:qualifier pq:P3065 ;
wikibase:qualifierValue pqv:P3065 ;
wikibase:reference pr:P3065 ;
wikibase:referenceValue prv:P3065 ;
wikibase:novalue wdno:P3065 ;
wikibase:directClaimNormalized wdtn:P3065 ;
wikibase:statementValueNormalized psn:P3065 ;
wikibase:qualifierValueNormalized pqn:P3065 ;
wikibase:referenceValueNormalized prn:P3065 .
p:P3065 a owl:ObjectProperty .
psv:P3065 a owl:ObjectProperty .
pqv:P3065 a owl:ObjectProperty .
prv:P3065 a owl:ObjectProperty .
wdt:P3065 a owl:DatatypeProperty .
ps:P3065 a owl:DatatypeProperty .
pq:P3065 a owl:DatatypeProperty .
pr:P3065 a owl:DatatypeProperty .
psn:P3065 a owl:ObjectProperty .
pqn:P3065 a owl:ObjectProperty .
prn:P3065 a owl:ObjectProperty .
wdtn:P3065 a owl:ObjectProperty .
wdno:P3065 a owl:Class ;
owl:complementOf _:cfc178ed89c1469fbfad6cdca71f1be3 .
_:cfc178ed89c1469fbfad6cdca71f1be3 a owl:Restriction ;
owl:onProperty wdt:P3065 ;
owl:someValuesFrom owl:Thing .
wd:P3846 a wikibase:Property ;
rdfs:label &#34;DBC author ID&#34;@en ;
skos:prefLabel &#34;DBC author ID&#34;@en ;
schema:name &#34;DBC author ID&#34;@en ;
schema:description &#34;identifier for authors set by the Danish Bibliographic Centre&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P3846 ;
wikibase:claim p:P3846 ;
wikibase:statementProperty ps:P3846 ;
wikibase:statementValue psv:P3846 ;
wikibase:qualifier pq:P3846 ;
wikibase:qualifierValue pqv:P3846 ;
wikibase:reference pr:P3846 ;
wikibase:referenceValue prv:P3846 ;
wikibase:novalue wdno:P3846 ;
wikibase:directClaimNormalized wdtn:P3846 ;
wikibase:statementValueNormalized psn:P3846 ;
wikibase:qualifierValueNormalized pqn:P3846 ;
wikibase:referenceValueNormalized prn:P3846 .
p:P3846 a owl:ObjectProperty .
psv:P3846 a owl:ObjectProperty .
pqv:P3846 a owl:ObjectProperty .
prv:P3846 a owl:ObjectProperty .
wdt:P3846 a owl:DatatypeProperty .
ps:P3846 a owl:DatatypeProperty .
pq:P3846 a owl:DatatypeProperty .
pr:P3846 a owl:DatatypeProperty .
psn:P3846 a owl:ObjectProperty .
pqn:P3846 a owl:ObjectProperty .
prn:P3846 a owl:ObjectProperty .
wdtn:P3846 a owl:ObjectProperty .
wdno:P3846 a owl:Class ;
owl:complementOf _:ec771a0a2f5567325e11413488584606 .
_:ec771a0a2f5567325e11413488584606 a owl:Restriction ;
owl:onProperty wdt:P3846 ;
owl:someValuesFrom owl:Thing .
wd:P7293 a wikibase:Property ;
rdfs:label &#34;PLWABN ID&#34;@en ;
skos:prefLabel &#34;PLWABN ID&#34;@en ;
schema:name &#34;PLWABN ID&#34;@en ;
schema:description &#34;National Library of Poland record no. identifier. Format: \&#34;98\&#34;, followed by 10 digits, then ending with \&#34;5606\&#34;&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P7293 ;
wikibase:claim p:P7293 ;
wikibase:statementProperty ps:P7293 ;
wikibase:statementValue psv:P7293 ;
wikibase:qualifier pq:P7293 ;
wikibase:qualifierValue pqv:P7293 ;
wikibase:reference pr:P7293 ;
wikibase:referenceValue prv:P7293 ;
wikibase:novalue wdno:P7293 ;
wikibase:directClaimNormalized wdtn:P7293 ;
wikibase:statementValueNormalized psn:P7293 ;
wikibase:qualifierValueNormalized pqn:P7293 ;
wikibase:referenceValueNormalized prn:P7293 .
p:P7293 a owl:ObjectProperty .
psv:P7293 a owl:ObjectProperty .
pqv:P7293 a owl:ObjectProperty .
prv:P7293 a owl:ObjectProperty .
wdt:P7293 a owl:DatatypeProperty .
ps:P7293 a owl:DatatypeProperty .
pq:P7293 a owl:DatatypeProperty .
pr:P7293 a owl:DatatypeProperty .
psn:P7293 a owl:ObjectProperty .
pqn:P7293 a owl:ObjectProperty .
prn:P7293 a owl:ObjectProperty .
wdtn:P7293 a owl:ObjectProperty .
wdno:P7293 a owl:Class ;
owl:complementOf _:5e85eb03cc3c6a76b4cda6a2f44ca361 .
_:5e85eb03cc3c6a76b4cda6a2f44ca361 a owl:Restriction ;
owl:onProperty wdt:P7293 ;
owl:someValuesFrom owl:Thing .
wd:P7700 a wikibase:Property ;
rdfs:label &#34;Slovak National Library ID (VIAF)&#34;@en ;
skos:prefLabel &#34;Slovak National Library ID (VIAF)&#34;@en ;
schema:name &#34;Slovak National Library ID (VIAF)&#34;@en ;
schema:description &#34;authority id in Slovak National Library, a VIAF component (code SKMASNL)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P7700 ;
wikibase:claim p:P7700 ;
wikibase:statementProperty ps:P7700 ;
wikibase:statementValue psv:P7700 ;
wikibase:qualifier pq:P7700 ;
wikibase:qualifierValue pqv:P7700 ;
wikibase:reference pr:P7700 ;
wikibase:referenceValue prv:P7700 ;
wikibase:novalue wdno:P7700 ;
wikibase:directClaimNormalized wdtn:P7700 ;
wikibase:statementValueNormalized psn:P7700 ;
wikibase:qualifierValueNormalized pqn:P7700 ;
wikibase:referenceValueNormalized prn:P7700 .
p:P7700 a owl:ObjectProperty .
psv:P7700 a owl:ObjectProperty .
pqv:P7700 a owl:ObjectProperty .
prv:P7700 a owl:ObjectProperty .
wdt:P7700 a owl:DatatypeProperty .
ps:P7700 a owl:DatatypeProperty .
pq:P7700 a owl:DatatypeProperty .
pr:P7700 a owl:DatatypeProperty .
psn:P7700 a owl:ObjectProperty .
pqn:P7700 a owl:ObjectProperty .
prn:P7700 a owl:ObjectProperty .
wdtn:P7700 a owl:ObjectProperty .
wdno:P7700 a owl:Class ;
owl:complementOf _:aa465bb54f4c71c25bf62e5110fdb216 .
_:aa465bb54f4c71c25bf62e5110fdb216 a owl:Restriction ;
owl:onProperty wdt:P7700 ;
owl:someValuesFrom owl:Thing .
wd:P1890 a wikibase:Property ;
rdfs:label &#34;CCAB ID&#34;@en ;
skos:prefLabel &#34;CCAB ID&#34;@en ;
schema:name &#34;CCAB ID&#34;@en ;
schema:description &#34;Collective Catalog of Bibliographic Authorities of Chile ID&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P1890 ;
wikibase:claim p:P1890 ;
wikibase:statementProperty ps:P1890 ;
wikibase:statementValue psv:P1890 ;
wikibase:qualifier pq:P1890 ;
wikibase:qualifierValue pqv:P1890 ;
wikibase:reference pr:P1890 ;
wikibase:referenceValue prv:P1890 ;
wikibase:novalue wdno:P1890 ;
wikibase:directClaimNormalized wdtn:P1890 ;
wikibase:statementValueNormalized psn:P1890 ;
wikibase:qualifierValueNormalized pqn:P1890 ;
wikibase:referenceValueNormalized prn:P1890 .
p:P1890 a owl:ObjectProperty .
psv:P1890 a owl:ObjectProperty .
pqv:P1890 a owl:ObjectProperty .
prv:P1890 a owl:ObjectProperty .
wdt:P1890 a owl:DatatypeProperty .
ps:P1890 a owl:DatatypeProperty .
pq:P1890 a owl:DatatypeProperty .
pr:P1890 a owl:DatatypeProperty .
psn:P1890 a owl:ObjectProperty .
pqn:P1890 a owl:ObjectProperty .
prn:P1890 a owl:ObjectProperty .
wdtn:P1890 a owl:ObjectProperty .
wdno:P1890 a owl:Class ;
owl:complementOf _:5e9ebf427f3489ba4990732b1f6273d2 .
_:5e9ebf427f3489ba4990732b1f6273d2 a owl:Restriction ;
owl:onProperty wdt:P1890 ;
owl:someValuesFrom owl:Thing .
wd:P4619 a wikibase:Property ;
rdfs:label &#34;National Library of Brazil ID&#34;@en ;
skos:prefLabel &#34;National Library of Brazil ID&#34;@en ;
schema:name &#34;National Library of Brazil ID&#34;@en ;
schema:description &#34;identifier for an element in the database of the National Library of Brazil&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P4619 ;
wikibase:claim p:P4619 ;
wikibase:statementProperty ps:P4619 ;
wikibase:statementValue psv:P4619 ;
wikibase:qualifier pq:P4619 ;
wikibase:qualifierValue pqv:P4619 ;
wikibase:reference pr:P4619 ;
wikibase:referenceValue prv:P4619 ;
wikibase:novalue wdno:P4619 ;
wikibase:directClaimNormalized wdtn:P4619 ;
wikibase:statementValueNormalized psn:P4619 ;
wikibase:qualifierValueNormalized pqn:P4619 ;
wikibase:referenceValueNormalized prn:P4619 .
p:P4619 a owl:ObjectProperty .
psv:P4619 a owl:ObjectProperty .
pqv:P4619 a owl:ObjectProperty .
prv:P4619 a owl:ObjectProperty .
wdt:P4619 a owl:DatatypeProperty .
ps:P4619 a owl:DatatypeProperty .
pq:P4619 a owl:DatatypeProperty .
pr:P4619 a owl:DatatypeProperty .
psn:P4619 a owl:ObjectProperty .
pqn:P4619 a owl:ObjectProperty .
prn:P4619 a owl:ObjectProperty .
wdtn:P4619 a owl:ObjectProperty .
wdno:P4619 a owl:Class ;
owl:complementOf _:2dc80f1e650639eb18df9f6592ec0e15 .
_:2dc80f1e650639eb18df9f6592ec0e15 a owl:Restriction ;
owl:onProperty wdt:P4619 ;
owl:someValuesFrom owl:Thing .
wd:P6394 a wikibase:Property ;
rdfs:label &#34;ELNET ID&#34;@en ;
skos:prefLabel &#34;ELNET ID&#34;@en ;
schema:name &#34;ELNET ID&#34;@en ;
schema:description &#34;identifier assigned by the ELNET consortium of Estonian libraries. Format: \&#34;a\&#34;, 7 digits, \&#34;x\&#34; or another digit.&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P6394 ;
wikibase:claim p:P6394 ;
wikibase:statementProperty ps:P6394 ;
wikibase:statementValue psv:P6394 ;
wikibase:qualifier pq:P6394 ;
wikibase:qualifierValue pqv:P6394 ;
wikibase:reference pr:P6394 ;
wikibase:referenceValue prv:P6394 ;
wikibase:novalue wdno:P6394 ;
wikibase:directClaimNormalized wdtn:P6394 ;
wikibase:statementValueNormalized psn:P6394 ;
wikibase:qualifierValueNormalized pqn:P6394 ;
wikibase:referenceValueNormalized prn:P6394 .
p:P6394 a owl:ObjectProperty .
psv:P6394 a owl:ObjectProperty .
pqv:P6394 a owl:ObjectProperty .
prv:P6394 a owl:ObjectProperty .
wdt:P6394 a owl:DatatypeProperty .
ps:P6394 a owl:DatatypeProperty .
pq:P6394 a owl:DatatypeProperty .
pr:P6394 a owl:DatatypeProperty .
psn:P6394 a owl:ObjectProperty .
pqn:P6394 a owl:ObjectProperty .
prn:P6394 a owl:ObjectProperty .
wdtn:P6394 a owl:ObjectProperty .
wdno:P6394 a owl:Class ;
owl:complementOf _:895af35ecf11bc4a394d28b6939fe65f .
_:895af35ecf11bc4a394d28b6939fe65f a owl:Restriction ;
owl:onProperty wdt:P6394 ;
owl:someValuesFrom owl:Thing .
wd:P4839 a wikibase:Property ;
rdfs:label &#34;Wolfram Language entity code&#34;@en ;
skos:prefLabel &#34;Wolfram Language entity code&#34;@en ;
schema:name &#34;Wolfram Language entity code&#34;@en ;
schema:description &#34;input form for an entity in Wolfram Language&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P4839 ;
wikibase:claim p:P4839 ;
wikibase:statementProperty ps:P4839 ;
wikibase:statementValue psv:P4839 ;
wikibase:qualifier pq:P4839 ;
wikibase:qualifierValue pqv:P4839 ;
wikibase:reference pr:P4839 ;
wikibase:referenceValue prv:P4839 ;
wikibase:novalue wdno:P4839 ;
wikibase:directClaimNormalized wdtn:P4839 ;
wikibase:statementValueNormalized psn:P4839 ;
wikibase:qualifierValueNormalized pqn:P4839 ;
wikibase:referenceValueNormalized prn:P4839 .
p:P4839 a owl:ObjectProperty .
psv:P4839 a owl:ObjectProperty .
pqv:P4839 a owl:ObjectProperty .
prv:P4839 a owl:ObjectProperty .
wdt:P4839 a owl:DatatypeProperty .
ps:P4839 a owl:DatatypeProperty .
pq:P4839 a owl:DatatypeProperty .
pr:P4839 a owl:DatatypeProperty .
psn:P4839 a owl:ObjectProperty .
pqn:P4839 a owl:ObjectProperty .
prn:P4839 a owl:ObjectProperty .
wdtn:P4839 a owl:ObjectProperty .
wdno:P4839 a owl:Class ;
owl:complementOf _:156c94b47a61c30c4cbc9a089e97f3b9 .
_:156c94b47a61c30c4cbc9a089e97f3b9 a owl:Restriction ;
owl:onProperty wdt:P4839 ;
owl:someValuesFrom owl:Thing .
wd:P2581 a wikibase:Property ;
rdfs:label &#34;BabelNet ID&#34;@en ;
skos:prefLabel &#34;BabelNet ID&#34;@en ;
schema:name &#34;BabelNet ID&#34;@en ;
schema:description &#34;ID in BabelNet encyclopedic dictionary&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P2581 ;
wikibase:claim p:P2581 ;
wikibase:statementProperty ps:P2581 ;
wikibase:statementValue psv:P2581 ;
wikibase:qualifier pq:P2581 ;
wikibase:qualifierValue pqv:P2581 ;
wikibase:reference pr:P2581 ;
wikibase:referenceValue prv:P2581 ;
wikibase:novalue wdno:P2581 ;
wikibase:directClaimNormalized wdtn:P2581 ;
wikibase:statementValueNormalized psn:P2581 ;
wikibase:qualifierValueNormalized pqn:P2581 ;
wikibase:referenceValueNormalized prn:P2581 .
p:P2581 a owl:ObjectProperty .
psv:P2581 a owl:ObjectProperty .
pqv:P2581 a owl:ObjectProperty .
prv:P2581 a owl:ObjectProperty .
wdt:P2581 a owl:DatatypeProperty .
ps:P2581 a owl:DatatypeProperty .
pq:P2581 a owl:DatatypeProperty .
pr:P2581 a owl:DatatypeProperty .
psn:P2581 a owl:ObjectProperty .
pqn:P2581 a owl:ObjectProperty .
prn:P2581 a owl:ObjectProperty .
wdtn:P2581 a owl:ObjectProperty .
wdno:P2581 a owl:Class ;
owl:complementOf _:bdd44b035df3e72593f3ac1acbd85353 .
_:bdd44b035df3e72593f3ac1acbd85353 a owl:Restriction ;
owl:onProperty wdt:P2581 ;
owl:someValuesFrom owl:Thing .
wd:P5284 a wikibase:Property ;
rdfs:label &#34;Douban movie celebrity ID&#34;@en ;
skos:prefLabel &#34;Douban movie celebrity ID&#34;@en ;
schema:name &#34;Douban movie celebrity ID&#34;@en ;
schema:description &#34;identifier for a celebrity at the Douban movie website&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P5284 ;
wikibase:claim p:P5284 ;
wikibase:statementProperty ps:P5284 ;
wikibase:statementValue psv:P5284 ;
wikibase:qualifier pq:P5284 ;
wikibase:qualifierValue pqv:P5284 ;
wikibase:reference pr:P5284 ;
wikibase:referenceValue prv:P5284 ;
wikibase:novalue wdno:P5284 ;
wikibase:directClaimNormalized wdtn:P5284 ;
wikibase:statementValueNormalized psn:P5284 ;
wikibase:qualifierValueNormalized pqn:P5284 ;
wikibase:referenceValueNormalized prn:P5284 .
p:P5284 a owl:ObjectProperty .
psv:P5284 a owl:ObjectProperty .
pqv:P5284 a owl:ObjectProperty .
prv:P5284 a owl:ObjectProperty .
wdt:P5284 a owl:DatatypeProperty .
ps:P5284 a owl:DatatypeProperty .
pq:P5284 a owl:DatatypeProperty .
pr:P5284 a owl:DatatypeProperty .
psn:P5284 a owl:ObjectProperty .
pqn:P5284 a owl:ObjectProperty .
prn:P5284 a owl:ObjectProperty .
wdtn:P5284 a owl:ObjectProperty .
wdno:P5284 a owl:Class ;
owl:complementOf _:d7758f6d2552a5f145e3f78a352b6688 .
_:d7758f6d2552a5f145e3f78a352b6688 a owl:Restriction ;
owl:onProperty wdt:P5284 ;
owl:someValuesFrom owl:Thing .
wd:P4862 a wikibase:Property ;
rdfs:label &#34;Amazon author ID&#34;@en ;
skos:prefLabel &#34;Amazon author ID&#34;@en ;
schema:name &#34;Amazon author ID&#34;@en ;
schema:description &#34;author identifier on Amazon.com&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P4862 ;
wikibase:claim p:P4862 ;
wikibase:statementProperty ps:P4862 ;
wikibase:statementValue psv:P4862 ;
wikibase:qualifier pq:P4862 ;
wikibase:qualifierValue pqv:P4862 ;
wikibase:reference pr:P4862 ;
wikibase:referenceValue prv:P4862 ;
wikibase:novalue wdno:P4862 ;
wikibase:directClaimNormalized wdtn:P4862 ;
wikibase:statementValueNormalized psn:P4862 ;
wikibase:qualifierValueNormalized pqn:P4862 ;
wikibase:referenceValueNormalized prn:P4862 .
p:P4862 a owl:ObjectProperty .
psv:P4862 a owl:ObjectProperty .
pqv:P4862 a owl:ObjectProperty .
prv:P4862 a owl:ObjectProperty .
wdt:P4862 a owl:DatatypeProperty .
ps:P4862 a owl:DatatypeProperty .
pq:P4862 a owl:DatatypeProperty .
pr:P4862 a owl:DatatypeProperty .
psn:P4862 a owl:ObjectProperty .
pqn:P4862 a owl:ObjectProperty .
prn:P4862 a owl:ObjectProperty .
wdtn:P4862 a owl:ObjectProperty .
wdno:P4862 a owl:Class ;
owl:complementOf _:ad7ceef1dcc60bc0d01af6520e5e21ba .
_:ad7ceef1dcc60bc0d01af6520e5e21ba a owl:Restriction ;
owl:onProperty wdt:P4862 ;
owl:someValuesFrom owl:Thing .
wd:P7661 a wikibase:Property ;
rdfs:label &#34;GameFAQs credit ID&#34;@en ;
skos:prefLabel &#34;GameFAQs credit ID&#34;@en ;
schema:name &#34;GameFAQs credit ID&#34;@en ;
schema:description &#34;identifier of a game credit in the GameFAQs database&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P7661 ;
wikibase:claim p:P7661 ;
wikibase:statementProperty ps:P7661 ;
wikibase:statementValue psv:P7661 ;
wikibase:qualifier pq:P7661 ;
wikibase:qualifierValue pqv:P7661 ;
wikibase:reference pr:P7661 ;
wikibase:referenceValue prv:P7661 ;
wikibase:novalue wdno:P7661 ;
wikibase:directClaimNormalized wdtn:P7661 ;
wikibase:statementValueNormalized psn:P7661 ;
wikibase:qualifierValueNormalized pqn:P7661 ;
wikibase:referenceValueNormalized prn:P7661 .
p:P7661 a owl:ObjectProperty .
psv:P7661 a owl:ObjectProperty .
pqv:P7661 a owl:ObjectProperty .
prv:P7661 a owl:ObjectProperty .
wdt:P7661 a owl:DatatypeProperty .
ps:P7661 a owl:DatatypeProperty .
pq:P7661 a owl:DatatypeProperty .
pr:P7661 a owl:DatatypeProperty .
psn:P7661 a owl:ObjectProperty .
pqn:P7661 a owl:ObjectProperty .
prn:P7661 a owl:ObjectProperty .
wdtn:P7661 a owl:ObjectProperty .
wdno:P7661 a owl:Class ;
owl:complementOf _:b8dff84d167710cab5f7bde0556ce931 .
_:b8dff84d167710cab5f7bde0556ce931 a owl:Restriction ;
owl:onProperty wdt:P7661 ;
owl:someValuesFrom owl:Thing .
wd:P3913 a wikibase:Property ;
rdfs:label &#34;MobyGames developer ID&#34;@en ;
skos:prefLabel &#34;MobyGames developer ID&#34;@en ;
schema:name &#34;MobyGames developer ID&#34;@en ;
schema:description &#34;ID of person in the database at MobyGames&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P3913 ;
wikibase:claim p:P3913 ;
wikibase:statementProperty ps:P3913 ;
wikibase:statementValue psv:P3913 ;
wikibase:qualifier pq:P3913 ;
wikibase:qualifierValue pqv:P3913 ;
wikibase:reference pr:P3913 ;
wikibase:referenceValue prv:P3913 ;
wikibase:novalue wdno:P3913 ;
wikibase:directClaimNormalized wdtn:P3913 ;
wikibase:statementValueNormalized psn:P3913 ;
wikibase:qualifierValueNormalized pqn:P3913 ;
wikibase:referenceValueNormalized prn:P3913 .
p:P3913 a owl:ObjectProperty .
psv:P3913 a owl:ObjectProperty .
pqv:P3913 a owl:ObjectProperty .
prv:P3913 a owl:ObjectProperty .
wdt:P3913 a owl:DatatypeProperty .
ps:P3913 a owl:DatatypeProperty .
pq:P3913 a owl:DatatypeProperty .
pr:P3913 a owl:DatatypeProperty .
psn:P3913 a owl:ObjectProperty .
pqn:P3913 a owl:ObjectProperty .
prn:P3913 a owl:ObjectProperty .
wdtn:P3913 a owl:ObjectProperty .
wdno:P3913 a owl:Class ;
owl:complementOf _:13ba00668658b4f13fd9b4441c4e980a .
_:13ba00668658b4f13fd9b4441c4e980a a owl:Restriction ;
owl:onProperty wdt:P3913 ;
owl:someValuesFrom owl:Thing .
wd:P7214 a wikibase:Property ;
rdfs:label &#34;Allcinema person ID&#34;@en ;
skos:prefLabel &#34;Allcinema person ID&#34;@en ;
schema:name &#34;Allcinema person ID&#34;@en ;
schema:description &#34;identifier of person on Allcinema database&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P7214 ;
wikibase:claim p:P7214 ;
wikibase:statementProperty ps:P7214 ;
wikibase:statementValue psv:P7214 ;
wikibase:qualifier pq:P7214 ;
wikibase:qualifierValue pqv:P7214 ;
wikibase:reference pr:P7214 ;
wikibase:referenceValue prv:P7214 ;
wikibase:novalue wdno:P7214 ;
wikibase:directClaimNormalized wdtn:P7214 ;
wikibase:statementValueNormalized psn:P7214 ;
wikibase:qualifierValueNormalized pqn:P7214 ;
wikibase:referenceValueNormalized prn:P7214 .
p:P7214 a owl:ObjectProperty .
psv:P7214 a owl:ObjectProperty .
pqv:P7214 a owl:ObjectProperty .
prv:P7214 a owl:ObjectProperty .
wdt:P7214 a owl:DatatypeProperty .
ps:P7214 a owl:DatatypeProperty .
pq:P7214 a owl:DatatypeProperty .
pr:P7214 a owl:DatatypeProperty .
psn:P7214 a owl:ObjectProperty .
pqn:P7214 a owl:ObjectProperty .
prn:P7214 a owl:ObjectProperty .
wdtn:P7214 a owl:ObjectProperty .
wdno:P7214 a owl:Class ;
owl:complementOf _:2c6a7135ead743e43163f225e7477798 .
_:2c6a7135ead743e43163f225e7477798 a owl:Restriction ;
owl:onProperty wdt:P7214 ;
owl:someValuesFrom owl:Thing .
wd:P4666 a wikibase:Property ;
rdfs:label &#34;CineMagia person ID&#34;@en ;
skos:prefLabel &#34;CineMagia person ID&#34;@en ;
schema:name &#34;CineMagia person ID&#34;@en ;
schema:description &#34;identifier for a person on the Cinemagia.ro website&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P4666 ;
wikibase:claim p:P4666 ;
wikibase:statementProperty ps:P4666 ;
wikibase:statementValue psv:P4666 ;
wikibase:qualifier pq:P4666 ;
wikibase:qualifierValue pqv:P4666 ;
wikibase:reference pr:P4666 ;
wikibase:referenceValue prv:P4666 ;
wikibase:novalue wdno:P4666 ;
wikibase:directClaimNormalized wdtn:P4666 ;
wikibase:statementValueNormalized psn:P4666 ;
wikibase:qualifierValueNormalized pqn:P4666 ;
wikibase:referenceValueNormalized prn:P4666 .
p:P4666 a owl:ObjectProperty .
psv:P4666 a owl:ObjectProperty .
pqv:P4666 a owl:ObjectProperty .
prv:P4666 a owl:ObjectProperty .
wdt:P4666 a owl:DatatypeProperty .
ps:P4666 a owl:DatatypeProperty .
pq:P4666 a owl:DatatypeProperty .
pr:P4666 a owl:DatatypeProperty .
psn:P4666 a owl:ObjectProperty .
pqn:P4666 a owl:ObjectProperty .
prn:P4666 a owl:ObjectProperty .
wdtn:P4666 a owl:ObjectProperty .
wdno:P4666 a owl:Class ;
owl:complementOf _:90d9cf808c6abf754ad9e9f01cfb415e .
_:90d9cf808c6abf754ad9e9f01cfb415e a owl:Restriction ;
owl:onProperty wdt:P4666 ;
owl:someValuesFrom owl:Thing .
wd:P7215 a wikibase:Property ;
rdfs:label &#34;Eiga.com person ID&#34;@en ;
skos:prefLabel &#34;Eiga.com person ID&#34;@en ;
schema:name &#34;Eiga.com person ID&#34;@en ;
schema:description &#34;identifier of person on Eiga.com database&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P7215 ;
wikibase:claim p:P7215 ;
wikibase:statementProperty ps:P7215 ;
wikibase:statementValue psv:P7215 ;
wikibase:qualifier pq:P7215 ;
wikibase:qualifierValue pqv:P7215 ;
wikibase:reference pr:P7215 ;
wikibase:referenceValue prv:P7215 ;
wikibase:novalue wdno:P7215 ;
wikibase:directClaimNormalized wdtn:P7215 ;
wikibase:statementValueNormalized psn:P7215 ;
wikibase:qualifierValueNormalized pqn:P7215 ;
wikibase:referenceValueNormalized prn:P7215 .
p:P7215 a owl:ObjectProperty .
psv:P7215 a owl:ObjectProperty .
pqv:P7215 a owl:ObjectProperty .
prv:P7215 a owl:ObjectProperty .
wdt:P7215 a owl:DatatypeProperty .
ps:P7215 a owl:DatatypeProperty .
pq:P7215 a owl:DatatypeProperty .
pr:P7215 a owl:DatatypeProperty .
psn:P7215 a owl:ObjectProperty .
pqn:P7215 a owl:ObjectProperty .
prn:P7215 a owl:ObjectProperty .
wdtn:P7215 a owl:ObjectProperty .
wdno:P7215 a owl:Class ;
owl:complementOf _:9441f06f69ef3be5567ac3281d7b909d .
_:9441f06f69ef3be5567ac3281d7b909d a owl:Restriction ;
owl:onProperty wdt:P7215 ;
owl:someValuesFrom owl:Thing .
wd:P5233 a wikibase:Property ;
rdfs:label &#34;Filmow ID&#34;@en ;
skos:prefLabel &#34;Filmow ID&#34;@en ;
schema:name &#34;Filmow ID&#34;@en ;
schema:description &#34;identifier at the Filmow database of films and TV shows&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P5233 ;
wikibase:claim p:P5233 ;
wikibase:statementProperty ps:P5233 ;
wikibase:statementValue psv:P5233 ;
wikibase:qualifier pq:P5233 ;
wikibase:qualifierValue pqv:P5233 ;
wikibase:reference pr:P5233 ;
wikibase:referenceValue prv:P5233 ;
wikibase:novalue wdno:P5233 ;
wikibase:directClaimNormalized wdtn:P5233 ;
wikibase:statementValueNormalized psn:P5233 ;
wikibase:qualifierValueNormalized pqn:P5233 ;
wikibase:referenceValueNormalized prn:P5233 .
p:P5233 a owl:ObjectProperty .
psv:P5233 a owl:ObjectProperty .
pqv:P5233 a owl:ObjectProperty .
prv:P5233 a owl:ObjectProperty .
wdt:P5233 a owl:DatatypeProperty .
ps:P5233 a owl:DatatypeProperty .
pq:P5233 a owl:DatatypeProperty .
pr:P5233 a owl:DatatypeProperty .
psn:P5233 a owl:ObjectProperty .
pqn:P5233 a owl:ObjectProperty .
prn:P5233 a owl:ObjectProperty .
wdtn:P5233 a owl:ObjectProperty .
wdno:P5233 a owl:Class ;
owl:complementOf _:f8a0809b5c4b3399d37253e1e3b38c9b .
_:f8a0809b5c4b3399d37253e1e3b38c9b a owl:Restriction ;
owl:onProperty wdt:P5233 ;
owl:someValuesFrom owl:Thing .
wd:P5033 a wikibase:Property ;
rdfs:label &#34;Filmweb.pl person ID&#34;@en ;
skos:prefLabel &#34;Filmweb.pl person ID&#34;@en ;
schema:name &#34;Filmweb.pl person ID&#34;@en ;
schema:description &#34;identifier for a person at filmweb.pl&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P5033 ;
wikibase:claim p:P5033 ;
wikibase:statementProperty ps:P5033 ;
wikibase:statementValue psv:P5033 ;
wikibase:qualifier pq:P5033 ;
wikibase:qualifierValue pqv:P5033 ;
wikibase:reference pr:P5033 ;
wikibase:referenceValue prv:P5033 ;
wikibase:novalue wdno:P5033 ;
wikibase:directClaimNormalized wdtn:P5033 ;
wikibase:statementValueNormalized psn:P5033 ;
wikibase:qualifierValueNormalized pqn:P5033 ;
wikibase:referenceValueNormalized prn:P5033 .
p:P5033 a owl:ObjectProperty .
psv:P5033 a owl:ObjectProperty .
pqv:P5033 a owl:ObjectProperty .
prv:P5033 a owl:ObjectProperty .
wdt:P5033 a owl:DatatypeProperty .
ps:P5033 a owl:DatatypeProperty .
pq:P5033 a owl:DatatypeProperty .
pr:P5033 a owl:DatatypeProperty .
psn:P5033 a owl:ObjectProperty .
pqn:P5033 a owl:ObjectProperty .
prn:P5033 a owl:ObjectProperty .
wdtn:P5033 a owl:ObjectProperty .
wdno:P5033 a owl:Class ;
owl:complementOf _:23d83d5541f1e436c01da2e800c28005 .
_:23d83d5541f1e436c01da2e800c28005 a owl:Restriction ;
owl:onProperty wdt:P5033 ;
owl:someValuesFrom owl:Thing .
wd:P3305 a wikibase:Property ;
rdfs:label &#34;KINENOTE person ID&#34;@en ;
skos:prefLabel &#34;KINENOTE person ID&#34;@en ;
schema:name &#34;KINENOTE person ID&#34;@en ;
schema:description &#34;identifier of a person in the KINENOTE movie database&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P3305 ;
wikibase:claim p:P3305 ;
wikibase:statementProperty ps:P3305 ;
wikibase:statementValue psv:P3305 ;
wikibase:qualifier pq:P3305 ;
wikibase:qualifierValue pqv:P3305 ;
wikibase:reference pr:P3305 ;
wikibase:referenceValue prv:P3305 ;
wikibase:novalue wdno:P3305 ;
wikibase:directClaimNormalized wdtn:P3305 ;
wikibase:statementValueNormalized psn:P3305 ;
wikibase:qualifierValueNormalized pqn:P3305 ;
wikibase:referenceValueNormalized prn:P3305 .
p:P3305 a owl:ObjectProperty .
psv:P3305 a owl:ObjectProperty .
pqv:P3305 a owl:ObjectProperty .
prv:P3305 a owl:ObjectProperty .
wdt:P3305 a owl:DatatypeProperty .
ps:P3305 a owl:DatatypeProperty .
pq:P3305 a owl:DatatypeProperty .
pr:P3305 a owl:DatatypeProperty .
psn:P3305 a owl:ObjectProperty .
pqn:P3305 a owl:ObjectProperty .
prn:P3305 a owl:ObjectProperty .
wdtn:P3305 a owl:ObjectProperty .
wdno:P3305 a owl:Class ;
owl:complementOf _:e4ff0caf36a92efaf8bb383f524684b9 .
_:e4ff0caf36a92efaf8bb383f524684b9 a owl:Restriction ;
owl:onProperty wdt:P3305 ;
owl:someValuesFrom owl:Thing .
wd:P7745 a wikibase:Property ;
rdfs:label &#34;Movie Walker person ID&#34;@en ;
skos:prefLabel &#34;Movie Walker person ID&#34;@en ;
schema:name &#34;Movie Walker person ID&#34;@en ;
schema:description &#34;identifier of person on the Movie Walker database&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P7745 ;
wikibase:claim p:P7745 ;
wikibase:statementProperty ps:P7745 ;
wikibase:statementValue psv:P7745 ;
wikibase:qualifier pq:P7745 ;
wikibase:qualifierValue pqv:P7745 ;
wikibase:reference pr:P7745 ;
wikibase:referenceValue prv:P7745 ;
wikibase:novalue wdno:P7745 ;
wikibase:directClaimNormalized wdtn:P7745 ;
wikibase:statementValueNormalized psn:P7745 ;
wikibase:qualifierValueNormalized pqn:P7745 ;
wikibase:referenceValueNormalized prn:P7745 .
p:P7745 a owl:ObjectProperty .
psv:P7745 a owl:ObjectProperty .
pqv:P7745 a owl:ObjectProperty .
prv:P7745 a owl:ObjectProperty .
wdt:P7745 a owl:DatatypeProperty .
ps:P7745 a owl:DatatypeProperty .
pq:P7745 a owl:DatatypeProperty .
pr:P7745 a owl:DatatypeProperty .
psn:P7745 a owl:ObjectProperty .
pqn:P7745 a owl:ObjectProperty .
prn:P7745 a owl:ObjectProperty .
wdtn:P7745 a owl:ObjectProperty .
wdno:P7745 a owl:Class ;
owl:complementOf _:94910217a66c27dc560880b014c99eaa .
_:94910217a66c27dc560880b014c99eaa a owl:Restriction ;
owl:onProperty wdt:P7745 ;
owl:someValuesFrom owl:Thing .
wd:P6464 a wikibase:Property ;
rdfs:label &#34;Mtime people ID&#34;@en ;
skos:prefLabel &#34;Mtime people ID&#34;@en ;
schema:name &#34;Mtime people ID&#34;@en ;
schema:description &#34;identifier for a movie/film maker at the website Mtime&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P6464 ;
wikibase:claim p:P6464 ;
wikibase:statementProperty ps:P6464 ;
wikibase:statementValue psv:P6464 ;
wikibase:qualifier pq:P6464 ;
wikibase:qualifierValue pqv:P6464 ;
wikibase:reference pr:P6464 ;
wikibase:referenceValue prv:P6464 ;
wikibase:novalue wdno:P6464 ;
wikibase:directClaimNormalized wdtn:P6464 ;
wikibase:statementValueNormalized psn:P6464 ;
wikibase:qualifierValueNormalized pqn:P6464 ;
wikibase:referenceValueNormalized prn:P6464 .
p:P6464 a owl:ObjectProperty .
psv:P6464 a owl:ObjectProperty .
pqv:P6464 a owl:ObjectProperty .
prv:P6464 a owl:ObjectProperty .
wdt:P6464 a owl:DatatypeProperty .
ps:P6464 a owl:DatatypeProperty .
pq:P6464 a owl:DatatypeProperty .
pr:P6464 a owl:DatatypeProperty .
psn:P6464 a owl:ObjectProperty .
pqn:P6464 a owl:ObjectProperty .
prn:P6464 a owl:ObjectProperty .
wdtn:P6464 a owl:ObjectProperty .
wdno:P6464 a owl:Class ;
owl:complementOf _:c8cb942c0a75c7650650ae4dc6068d18 .
_:c8cb942c0a75c7650650ae4dc6068d18 a owl:Restriction ;
owl:onProperty wdt:P6464 ;
owl:someValuesFrom owl:Thing .
wd:P7300 a wikibase:Property ;
rdfs:label &#34;MUBI person ID&#34;@en ;
skos:prefLabel &#34;MUBI person ID&#34;@en ;
schema:name &#34;MUBI person ID&#34;@en ;
schema:description &#34;identifier for a person at MUBI&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P7300 ;
wikibase:claim p:P7300 ;
wikibase:statementProperty ps:P7300 ;
wikibase:statementValue psv:P7300 ;
wikibase:qualifier pq:P7300 ;
wikibase:qualifierValue pqv:P7300 ;
wikibase:reference pr:P7300 ;
wikibase:referenceValue prv:P7300 ;
wikibase:novalue wdno:P7300 ;
wikibase:directClaimNormalized wdtn:P7300 ;
wikibase:statementValueNormalized psn:P7300 ;
wikibase:qualifierValueNormalized pqn:P7300 ;
wikibase:referenceValueNormalized prn:P7300 .
p:P7300 a owl:ObjectProperty .
psv:P7300 a owl:ObjectProperty .
pqv:P7300 a owl:ObjectProperty .
prv:P7300 a owl:ObjectProperty .
wdt:P7300 a owl:DatatypeProperty .
ps:P7300 a owl:DatatypeProperty .
pq:P7300 a owl:DatatypeProperty .
pr:P7300 a owl:DatatypeProperty .
psn:P7300 a owl:ObjectProperty .
pqn:P7300 a owl:ObjectProperty .
prn:P7300 a owl:ObjectProperty .
wdtn:P7300 a owl:ObjectProperty .
wdno:P7300 a owl:Class ;
owl:complementOf _:049053f6f89f153e8f2b292737ddc5bf .
_:049053f6f89f153e8f2b292737ddc5bf a owl:Restriction ;
owl:onProperty wdt:P7300 ;
owl:someValuesFrom owl:Thing .
wd:P4657 a wikibase:Property ;
rdfs:label &#34;The Numbers person ID&#34;@en ;
skos:prefLabel &#34;The Numbers person ID&#34;@en ;
schema:name &#34;The Numbers person ID&#34;@en ;
schema:description &#34;identifier of an actor at The Numbers&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P4657 ;
wikibase:claim p:P4657 ;
wikibase:statementProperty ps:P4657 ;
wikibase:statementValue psv:P4657 ;
wikibase:qualifier pq:P4657 ;
wikibase:qualifierValue pqv:P4657 ;
wikibase:reference pr:P4657 ;
wikibase:referenceValue prv:P4657 ;
wikibase:novalue wdno:P4657 ;
wikibase:directClaimNormalized wdtn:P4657 ;
wikibase:statementValueNormalized psn:P4657 ;
wikibase:qualifierValueNormalized pqn:P4657 ;
wikibase:referenceValueNormalized prn:P4657 .
p:P4657 a owl:ObjectProperty .
psv:P4657 a owl:ObjectProperty .
pqv:P4657 a owl:ObjectProperty .
prv:P4657 a owl:ObjectProperty .
wdt:P4657 a owl:DatatypeProperty .
ps:P4657 a owl:DatatypeProperty .
pq:P4657 a owl:DatatypeProperty .
pr:P4657 a owl:DatatypeProperty .
psn:P4657 a owl:ObjectProperty .
pqn:P4657 a owl:ObjectProperty .
prn:P4657 a owl:ObjectProperty .
wdtn:P4657 a owl:ObjectProperty .
wdno:P4657 a owl:Class ;
owl:complementOf _:2ab82820661840011bf6e785fcc3c58b .
_:2ab82820661840011bf6e785fcc3c58b a owl:Restriction ;
owl:onProperty wdt:P4657 ;
owl:someValuesFrom owl:Thing .
wd:P5534 a wikibase:Property ;
rdfs:label &#34;Open Media Database person ID&#34;@en ;
skos:prefLabel &#34;Open Media Database person ID&#34;@en ;
schema:name &#34;Open Media Database person ID&#34;@en ;
schema:description &#34;identifier for a person in the Open Media Database&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P5534 ;
wikibase:claim p:P5534 ;
wikibase:statementProperty ps:P5534 ;
wikibase:statementValue psv:P5534 ;
wikibase:qualifier pq:P5534 ;
wikibase:qualifierValue pqv:P5534 ;
wikibase:reference pr:P5534 ;
wikibase:referenceValue prv:P5534 ;
wikibase:novalue wdno:P5534 ;
wikibase:directClaimNormalized wdtn:P5534 ;
wikibase:statementValueNormalized psn:P5534 ;
wikibase:qualifierValueNormalized pqn:P5534 ;
wikibase:referenceValueNormalized prn:P5534 .
p:P5534 a owl:ObjectProperty .
psv:P5534 a owl:ObjectProperty .
pqv:P5534 a owl:ObjectProperty .
prv:P5534 a owl:ObjectProperty .
wdt:P5534 a owl:DatatypeProperty .
ps:P5534 a owl:DatatypeProperty .
pq:P5534 a owl:DatatypeProperty .
pr:P5534 a owl:DatatypeProperty .
psn:P5534 a owl:ObjectProperty .
pqn:P5534 a owl:ObjectProperty .
prn:P5534 a owl:ObjectProperty .
wdtn:P5534 a owl:ObjectProperty .
wdno:P5534 a owl:Class ;
owl:complementOf _:d17580ed5c0af565b28613811b2e1b23 .
_:d17580ed5c0af565b28613811b2e1b23 a owl:Restriction ;
owl:onProperty wdt:P5534 ;
owl:someValuesFrom owl:Thing .
wd:P4985 a wikibase:Property ;
rdfs:label &#34;TMDB person ID&#34;@en ;
skos:prefLabel &#34;TMDB person ID&#34;@en ;
schema:name &#34;TMDB person ID&#34;@en ;
schema:description &#34;identifier for a person at The Movie Database&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P4985 ;
wikibase:claim p:P4985 ;
wikibase:statementProperty ps:P4985 ;
wikibase:statementValue psv:P4985 ;
wikibase:qualifier pq:P4985 ;
wikibase:qualifierValue pqv:P4985 ;
wikibase:reference pr:P4985 ;
wikibase:referenceValue prv:P4985 ;
wikibase:novalue wdno:P4985 ;
wikibase:directClaimNormalized wdtn:P4985 ;
wikibase:statementValueNormalized psn:P4985 ;
wikibase:qualifierValueNormalized pqn:P4985 ;
wikibase:referenceValueNormalized prn:P4985 .
p:P4985 a owl:ObjectProperty .
psv:P4985 a owl:ObjectProperty .
pqv:P4985 a owl:ObjectProperty .
prv:P4985 a owl:ObjectProperty .
wdt:P4985 a owl:DatatypeProperty .
ps:P4985 a owl:DatatypeProperty .
pq:P4985 a owl:DatatypeProperty .
pr:P4985 a owl:DatatypeProperty .
psn:P4985 a owl:ObjectProperty .
pqn:P4985 a owl:ObjectProperty .
prn:P4985 a owl:ObjectProperty .
wdtn:P4985 a owl:ObjectProperty .
wdno:P4985 a owl:Class ;
owl:complementOf _:747680c9f44386c33d0aafd575fd157e .
_:747680c9f44386c33d0aafd575fd157e a owl:Restriction ;
owl:onProperty wdt:P4985 ;
owl:someValuesFrom owl:Thing .
wd:P3845 a wikibase:Property ;
rdfs:label &#34;TV Guide person ID (former scheme)&#34;@en ;
skos:prefLabel &#34;TV Guide person ID (former scheme)&#34;@en ;
schema:name &#34;TV Guide person ID (former scheme)&#34;@en ;
schema:description &#34;ID of a person at TVGuide.com&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P3845 ;
wikibase:claim p:P3845 ;
wikibase:statementProperty ps:P3845 ;
wikibase:statementValue psv:P3845 ;
wikibase:qualifier pq:P3845 ;
wikibase:qualifierValue pqv:P3845 ;
wikibase:reference pr:P3845 ;
wikibase:referenceValue prv:P3845 ;
wikibase:novalue wdno:P3845 ;
wikibase:directClaimNormalized wdtn:P3845 ;
wikibase:statementValueNormalized psn:P3845 ;
wikibase:qualifierValueNormalized pqn:P3845 ;
wikibase:referenceValueNormalized prn:P3845 .
p:P3845 a owl:ObjectProperty .
psv:P3845 a owl:ObjectProperty .
pqv:P3845 a owl:ObjectProperty .
prv:P3845 a owl:ObjectProperty .
wdt:P3845 a owl:DatatypeProperty .
ps:P3845 a owl:DatatypeProperty .
pq:P3845 a owl:DatatypeProperty .
pr:P3845 a owl:DatatypeProperty .
psn:P3845 a owl:ObjectProperty .
pqn:P3845 a owl:ObjectProperty .
prn:P3845 a owl:ObjectProperty .
wdtn:P3845 a owl:ObjectProperty .
wdno:P3845 a owl:Class ;
owl:complementOf _:578ae817272705782bc6f5157a949aed .
_:578ae817272705782bc6f5157a949aed a owl:Restriction ;
owl:onProperty wdt:P3845 ;
owl:someValuesFrom owl:Thing .
wd:P2638 a wikibase:Property ;
rdfs:label &#34;TV.com ID&#34;@en ;
skos:prefLabel &#34;TV.com ID&#34;@en ;
schema:name &#34;TV.com ID&#34;@en ;
schema:description &#34;identifier for an entry on TV.com for movies, people and TV series&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P2638 ;
wikibase:claim p:P2638 ;
wikibase:statementProperty ps:P2638 ;
wikibase:statementValue psv:P2638 ;
wikibase:qualifier pq:P2638 ;
wikibase:qualifierValue pqv:P2638 ;
wikibase:reference pr:P2638 ;
wikibase:referenceValue prv:P2638 ;
wikibase:novalue wdno:P2638 ;
wikibase:directClaimNormalized wdtn:P2638 ;
wikibase:statementValueNormalized psn:P2638 ;
wikibase:qualifierValueNormalized pqn:P2638 ;
wikibase:referenceValueNormalized prn:P2638 .
p:P2638 a owl:ObjectProperty .
psv:P2638 a owl:ObjectProperty .
pqv:P2638 a owl:ObjectProperty .
prv:P2638 a owl:ObjectProperty .
wdt:P2638 a owl:DatatypeProperty .
ps:P2638 a owl:DatatypeProperty .
pq:P2638 a owl:DatatypeProperty .
pr:P2638 a owl:DatatypeProperty .
psn:P2638 a owl:ObjectProperty .
pqn:P2638 a owl:ObjectProperty .
prn:P2638 a owl:ObjectProperty .
wdtn:P2638 a owl:ObjectProperty .
wdno:P2638 a owl:Class ;
owl:complementOf _:26d5ba1aa32c26fe21870a776ce1a19e .
_:26d5ba1aa32c26fe21870a776ce1a19e a owl:Restriction ;
owl:onProperty wdt:P2638 ;
owl:someValuesFrom owl:Thing .
wd:P1712 a wikibase:Property ;
rdfs:label &#34;Metacritic ID&#34;@en ;
skos:prefLabel &#34;Metacritic ID&#34;@en ;
schema:name &#34;Metacritic ID&#34;@en ;
schema:description &#34;identifier for Metacritic&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P1712 ;
wikibase:claim p:P1712 ;
wikibase:statementProperty ps:P1712 ;
wikibase:statementValue psv:P1712 ;
wikibase:qualifier pq:P1712 ;
wikibase:qualifierValue pqv:P1712 ;
wikibase:reference pr:P1712 ;
wikibase:referenceValue prv:P1712 ;
wikibase:novalue wdno:P1712 ;
wikibase:directClaimNormalized wdtn:P1712 ;
wikibase:statementValueNormalized psn:P1712 ;
wikibase:qualifierValueNormalized pqn:P1712 ;
wikibase:referenceValueNormalized prn:P1712 .
p:P1712 a owl:ObjectProperty .
psv:P1712 a owl:ObjectProperty .
pqv:P1712 a owl:ObjectProperty .
prv:P1712 a owl:ObjectProperty .
wdt:P1712 a owl:DatatypeProperty .
ps:P1712 a owl:DatatypeProperty .
pq:P1712 a owl:DatatypeProperty .
pr:P1712 a owl:DatatypeProperty .
psn:P1712 a owl:ObjectProperty .
pqn:P1712 a owl:ObjectProperty .
prn:P1712 a owl:ObjectProperty .
wdtn:P1712 a owl:ObjectProperty .
wdno:P1712 a owl:Class ;
owl:complementOf _:369226ef412daf2d5f8922484d273521 .
_:369226ef412daf2d5f8922484d273521 a owl:Restriction ;
owl:onProperty wdt:P1712 ;
owl:someValuesFrom owl:Thing .
wd:P6119 a wikibase:Property ;
rdfs:label &#34;Letterboxd actor ID&#34;@en ;
skos:prefLabel &#34;Letterboxd actor ID&#34;@en ;
schema:name &#34;Letterboxd actor ID&#34;@en ;
schema:description &#34;identifier for an actor on the website Letterboxd&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P6119 ;
wikibase:claim p:P6119 ;
wikibase:statementProperty ps:P6119 ;
wikibase:statementValue psv:P6119 ;
wikibase:qualifier pq:P6119 ;
wikibase:qualifierValue pqv:P6119 ;
wikibase:reference pr:P6119 ;
wikibase:referenceValue prv:P6119 ;
wikibase:novalue wdno:P6119 ;
wikibase:directClaimNormalized wdtn:P6119 ;
wikibase:statementValueNormalized psn:P6119 ;
wikibase:qualifierValueNormalized pqn:P6119 ;
wikibase:referenceValueNormalized prn:P6119 .
p:P6119 a owl:ObjectProperty .
psv:P6119 a owl:ObjectProperty .
pqv:P6119 a owl:ObjectProperty .
prv:P6119 a owl:ObjectProperty .
wdt:P6119 a owl:DatatypeProperty .
ps:P6119 a owl:DatatypeProperty .
pq:P6119 a owl:DatatypeProperty .
pr:P6119 a owl:DatatypeProperty .
psn:P6119 a owl:ObjectProperty .
pqn:P6119 a owl:ObjectProperty .
prn:P6119 a owl:ObjectProperty .
wdtn:P6119 a owl:ObjectProperty .
wdno:P6119 a owl:Class ;
owl:complementOf _:ad8114277186de634c086360b01dacd6 .
_:ad8114277186de634c086360b01dacd6 a owl:Restriction ;
owl:onProperty wdt:P6119 ;
owl:someValuesFrom owl:Thing .
wd:P5340 a wikibase:Property ;
rdfs:label &#34;American Film Institute person ID&#34;@en ;
skos:prefLabel &#34;American Film Institute person ID&#34;@en ;
schema:name &#34;American Film Institute person ID&#34;@en ;
schema:description &#34;identifier for a person at American Film Institute&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P5340 ;
wikibase:claim p:P5340 ;
wikibase:statementProperty ps:P5340 ;
wikibase:statementValue psv:P5340 ;
wikibase:qualifier pq:P5340 ;
wikibase:qualifierValue pqv:P5340 ;
wikibase:reference pr:P5340 ;
wikibase:referenceValue prv:P5340 ;
wikibase:novalue wdno:P5340 ;
wikibase:directClaimNormalized wdtn:P5340 ;
wikibase:statementValueNormalized psn:P5340 ;
wikibase:qualifierValueNormalized pqn:P5340 ;
wikibase:referenceValueNormalized prn:P5340 .
p:P5340 a owl:ObjectProperty .
psv:P5340 a owl:ObjectProperty .
pqv:P5340 a owl:ObjectProperty .
prv:P5340 a owl:ObjectProperty .
wdt:P5340 a owl:DatatypeProperty .
ps:P5340 a owl:DatatypeProperty .
pq:P5340 a owl:DatatypeProperty .
pr:P5340 a owl:DatatypeProperty .
psn:P5340 a owl:ObjectProperty .
pqn:P5340 a owl:ObjectProperty .
prn:P5340 a owl:ObjectProperty .
wdtn:P5340 a owl:ObjectProperty .
wdno:P5340 a owl:Class ;
owl:complementOf _:1918fc47c2a785dd02f01452cd5dfd39 .
_:1918fc47c2a785dd02f01452cd5dfd39 a owl:Restriction ;
owl:onProperty wdt:P5340 ;
owl:someValuesFrom owl:Thing .
wd:P4438 a wikibase:Property ;
rdfs:label &#34;BFI Films, TV and people ID&#34;@en ;
skos:prefLabel &#34;BFI Films, TV and people ID&#34;@en ;
schema:name &#34;BFI Films, TV and people ID&#34;@en ;
schema:description &#34;identifier for a person or movie at BFI Film &amp; TV Database. Format: 13 digits and lowercase letters&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P4438 ;
wikibase:claim p:P4438 ;
wikibase:statementProperty ps:P4438 ;
wikibase:statementValue psv:P4438 ;
wikibase:qualifier pq:P4438 ;
wikibase:qualifierValue pqv:P4438 ;
wikibase:reference pr:P4438 ;
wikibase:referenceValue prv:P4438 ;
wikibase:novalue wdno:P4438 ;
wikibase:directClaimNormalized wdtn:P4438 ;
wikibase:statementValueNormalized psn:P4438 ;
wikibase:qualifierValueNormalized pqn:P4438 ;
wikibase:referenceValueNormalized prn:P4438 .
p:P4438 a owl:ObjectProperty .
psv:P4438 a owl:ObjectProperty .
pqv:P4438 a owl:ObjectProperty .
prv:P4438 a owl:ObjectProperty .
wdt:P4438 a owl:DatatypeProperty .
ps:P4438 a owl:DatatypeProperty .
pq:P4438 a owl:DatatypeProperty .
pr:P4438 a owl:DatatypeProperty .
psn:P4438 a owl:ObjectProperty .
pqn:P4438 a owl:ObjectProperty .
prn:P4438 a owl:ObjectProperty .
wdtn:P4438 a owl:ObjectProperty .
wdno:P4438 a owl:Class ;
owl:complementOf _:33f5c9babd5745d182296d9206cec60c .
_:33f5c9babd5745d182296d9206cec60c a owl:Restriction ;
owl:onProperty wdt:P4438 ;
owl:someValuesFrom owl:Thing .
wd:P4326 a wikibase:Property ;
rdfs:label &#34;BFI Filmography person ID&#34;@en ;
skos:prefLabel &#34;BFI Filmography person ID&#34;@en ;
schema:name &#34;BFI Filmography person ID&#34;@en ;
schema:description &#34;identifier for a person in the British Film Institute (BFI) &#39;Filmography&#39; database&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P4326 ;
wikibase:claim p:P4326 ;
wikibase:statementProperty ps:P4326 ;
wikibase:statementValue psv:P4326 ;
wikibase:qualifier pq:P4326 ;
wikibase:qualifierValue pqv:P4326 ;
wikibase:reference pr:P4326 ;
wikibase:referenceValue prv:P4326 ;
wikibase:novalue wdno:P4326 ;
wikibase:directClaimNormalized wdtn:P4326 ;
wikibase:statementValueNormalized psn:P4326 ;
wikibase:qualifierValueNormalized pqn:P4326 ;
wikibase:referenceValueNormalized prn:P4326 .
p:P4326 a owl:ObjectProperty .
psv:P4326 a owl:ObjectProperty .
pqv:P4326 a owl:ObjectProperty .
prv:P4326 a owl:ObjectProperty .
wdt:P4326 a owl:DatatypeProperty .
ps:P4326 a owl:DatatypeProperty .
pq:P4326 a owl:DatatypeProperty .
pr:P4326 a owl:DatatypeProperty .
psn:P4326 a owl:ObjectProperty .
pqn:P4326 a owl:ObjectProperty .
prn:P4326 a owl:ObjectProperty .
wdtn:P4326 a owl:ObjectProperty .
wdno:P4326 a owl:Class ;
owl:complementOf _:49715f8589c0a8aad3627a1d198926a5 .
_:49715f8589c0a8aad3627a1d198926a5 a owl:Restriction ;
owl:onProperty wdt:P4326 ;
owl:someValuesFrom owl:Thing .
wd:P4768 a wikibase:Property ;
rdfs:label &#34;cinematografo.it name or company ID&#34;@en ;
skos:prefLabel &#34;cinematografo.it name or company ID&#34;@en ;
schema:name &#34;cinematografo.it name or company ID&#34;@en ;
schema:description &#34;identifier for a person or company in cinematografo.it&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P4768 ;
wikibase:claim p:P4768 ;
wikibase:statementProperty ps:P4768 ;
wikibase:statementValue psv:P4768 ;
wikibase:qualifier pq:P4768 ;
wikibase:qualifierValue pqv:P4768 ;
wikibase:reference pr:P4768 ;
wikibase:referenceValue prv:P4768 ;
wikibase:novalue wdno:P4768 ;
wikibase:directClaimNormalized wdtn:P4768 ;
wikibase:statementValueNormalized psn:P4768 ;
wikibase:qualifierValueNormalized pqn:P4768 ;
wikibase:referenceValueNormalized prn:P4768 .
p:P4768 a owl:ObjectProperty .
psv:P4768 a owl:ObjectProperty .
pqv:P4768 a owl:ObjectProperty .
prv:P4768 a owl:ObjectProperty .
wdt:P4768 a owl:DatatypeProperty .
ps:P4768 a owl:DatatypeProperty .
pq:P4768 a owl:DatatypeProperty .
pr:P4768 a owl:DatatypeProperty .
psn:P4768 a owl:ObjectProperty .
pqn:P4768 a owl:ObjectProperty .
prn:P4768 a owl:ObjectProperty .
wdtn:P4768 a owl:ObjectProperty .
wdno:P4768 a owl:Class ;
owl:complementOf _:38f3617a751ff48a6589bdcaebe20b59 .
_:38f3617a751ff48a6589bdcaebe20b59 a owl:Restriction ;
owl:onProperty wdt:P4768 ;
owl:someValuesFrom owl:Thing .
wd:P3142 a wikibase:Property ;
rdfs:label &#34;EDb person ID&#34;@en ;
skos:prefLabel &#34;EDb person ID&#34;@en ;
schema:name &#34;EDb person ID&#34;@en ;
schema:description &#34;identifier for a person at the Israeli movie database EDb&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P3142 ;
wikibase:claim p:P3142 ;
wikibase:statementProperty ps:P3142 ;
wikibase:statementValue psv:P3142 ;
wikibase:qualifier pq:P3142 ;
wikibase:qualifierValue pqv:P3142 ;
wikibase:reference pr:P3142 ;
wikibase:referenceValue prv:P3142 ;
wikibase:novalue wdno:P3142 ;
wikibase:directClaimNormalized wdtn:P3142 ;
wikibase:statementValueNormalized psn:P3142 ;
wikibase:qualifierValueNormalized pqn:P3142 ;
wikibase:referenceValueNormalized prn:P3142 .
p:P3142 a owl:ObjectProperty .
psv:P3142 a owl:ObjectProperty .
pqv:P3142 a owl:ObjectProperty .
prv:P3142 a owl:ObjectProperty .
wdt:P3142 a owl:DatatypeProperty .
ps:P3142 a owl:DatatypeProperty .
pq:P3142 a owl:DatatypeProperty .
pr:P3142 a owl:DatatypeProperty .
psn:P3142 a owl:ObjectProperty .
pqn:P3142 a owl:ObjectProperty .
prn:P3142 a owl:ObjectProperty .
wdtn:P3142 a owl:ObjectProperty .
wdno:P3142 a owl:Class ;
owl:complementOf _:bdd44f1640786fdd6b6f4c355f14c65f .
_:bdd44f1640786fdd6b6f4c355f14c65f a owl:Restriction ;
owl:onProperty wdt:P3142 ;
owl:someValuesFrom owl:Thing .
wd:P3136 a wikibase:Property ;
rdfs:label &#34;elCinema person ID&#34;@en ;
skos:prefLabel &#34;elCinema person ID&#34;@en ;
schema:name &#34;elCinema person ID&#34;@en ;
schema:description &#34;identifier for a person at elCinema&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P3136 ;
wikibase:claim p:P3136 ;
wikibase:statementProperty ps:P3136 ;
wikibase:statementValue psv:P3136 ;
wikibase:qualifier pq:P3136 ;
wikibase:qualifierValue pqv:P3136 ;
wikibase:reference pr:P3136 ;
wikibase:referenceValue prv:P3136 ;
wikibase:novalue wdno:P3136 ;
wikibase:directClaimNormalized wdtn:P3136 ;
wikibase:statementValueNormalized psn:P3136 ;
wikibase:qualifierValueNormalized pqn:P3136 ;
wikibase:referenceValueNormalized prn:P3136 .
p:P3136 a owl:ObjectProperty .
psv:P3136 a owl:ObjectProperty .
pqv:P3136 a owl:ObjectProperty .
prv:P3136 a owl:ObjectProperty .
wdt:P3136 a owl:DatatypeProperty .
ps:P3136 a owl:DatatypeProperty .
pq:P3136 a owl:DatatypeProperty .
pr:P3136 a owl:DatatypeProperty .
psn:P3136 a owl:ObjectProperty .
pqn:P3136 a owl:ObjectProperty .
prn:P3136 a owl:ObjectProperty .
wdtn:P3136 a owl:ObjectProperty .
wdno:P3136 a owl:Class ;
owl:complementOf _:c8c816d81b87a26635f11970fbd4bfe1 .
_:c8c816d81b87a26635f11970fbd4bfe1 a owl:Restriction ;
owl:onProperty wdt:P3136 ;
owl:someValuesFrom owl:Thing .
wd:P4782 a wikibase:Property ;
rdfs:label &#34;Movieplayer person ID&#34;@en ;
skos:prefLabel &#34;Movieplayer person ID&#34;@en ;
schema:name &#34;Movieplayer person ID&#34;@en ;
schema:description &#34;identifier for a person in movieplayer.it&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P4782 ;
wikibase:claim p:P4782 ;
wikibase:statementProperty ps:P4782 ;
wikibase:statementValue psv:P4782 ;
wikibase:qualifier pq:P4782 ;
wikibase:qualifierValue pqv:P4782 ;
wikibase:reference pr:P4782 ;
wikibase:referenceValue prv:P4782 ;
wikibase:novalue wdno:P4782 ;
wikibase:directClaimNormalized wdtn:P4782 ;
wikibase:statementValueNormalized psn:P4782 ;
wikibase:qualifierValueNormalized pqn:P4782 ;
wikibase:referenceValueNormalized prn:P4782 .
p:P4782 a owl:ObjectProperty .
psv:P4782 a owl:ObjectProperty .
pqv:P4782 a owl:ObjectProperty .
prv:P4782 a owl:ObjectProperty .
wdt:P4782 a owl:DatatypeProperty .
ps:P4782 a owl:DatatypeProperty .
pq:P4782 a owl:DatatypeProperty .
pr:P4782 a owl:DatatypeProperty .
psn:P4782 a owl:ObjectProperty .
pqn:P4782 a owl:ObjectProperty .
prn:P4782 a owl:ObjectProperty .
wdtn:P4782 a owl:ObjectProperty .
wdno:P4782 a owl:Class ;
owl:complementOf _:90deb7c10ce2a86e1aff82b3ca9a4aad .
_:90deb7c10ce2a86e1aff82b3ca9a4aad a owl:Restriction ;
owl:onProperty wdt:P4782 ;
owl:someValuesFrom owl:Thing .
wd:P3145 a wikibase:Property ;
rdfs:label &#34;Sratim ID&#34;@en ;
skos:prefLabel &#34;Sratim ID&#34;@en ;
schema:name &#34;Sratim ID&#34;@en ;
schema:description &#34;identifier for a movie or person at the Israeli movie database Sratim (sratim.co.il)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P3145 ;
wikibase:claim p:P3145 ;
wikibase:statementProperty ps:P3145 ;
wikibase:statementValue psv:P3145 ;
wikibase:qualifier pq:P3145 ;
wikibase:qualifierValue pqv:P3145 ;
wikibase:reference pr:P3145 ;
wikibase:referenceValue prv:P3145 ;
wikibase:novalue wdno:P3145 ;
wikibase:directClaimNormalized wdtn:P3145 ;
wikibase:statementValueNormalized psn:P3145 ;
wikibase:qualifierValueNormalized pqn:P3145 ;
wikibase:referenceValueNormalized prn:P3145 .
p:P3145 a owl:ObjectProperty .
psv:P3145 a owl:ObjectProperty .
pqv:P3145 a owl:ObjectProperty .
prv:P3145 a owl:ObjectProperty .
wdt:P3145 a owl:DatatypeProperty .
ps:P3145 a owl:DatatypeProperty .
pq:P3145 a owl:DatatypeProperty .
pr:P3145 a owl:DatatypeProperty .
psn:P3145 a owl:ObjectProperty .
pqn:P3145 a owl:ObjectProperty .
prn:P3145 a owl:ObjectProperty .
wdtn:P3145 a owl:ObjectProperty .
wdno:P3145 a owl:Class ;
owl:complementOf _:0ce0ec61c772e0ff092cef54e4fbadb7 .
_:0ce0ec61c772e0ff092cef54e4fbadb7 a owl:Restriction ;
owl:onProperty wdt:P3145 ;
owl:someValuesFrom owl:Thing .
wd:P5882 a wikibase:Property ;
rdfs:label &#34;Muziekweb performer ID&#34;@en ;
skos:prefLabel &#34;Muziekweb performer ID&#34;@en ;
schema:name &#34;Muziekweb performer ID&#34;@en ;
schema:description &#34;identifier for a performer, composer or band at Muziekweb&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P5882 ;
wikibase:claim p:P5882 ;
wikibase:statementProperty ps:P5882 ;
wikibase:statementValue psv:P5882 ;
wikibase:qualifier pq:P5882 ;
wikibase:qualifierValue pqv:P5882 ;
wikibase:reference pr:P5882 ;
wikibase:referenceValue prv:P5882 ;
wikibase:novalue wdno:P5882 ;
wikibase:directClaimNormalized wdtn:P5882 ;
wikibase:statementValueNormalized psn:P5882 ;
wikibase:qualifierValueNormalized pqn:P5882 ;
wikibase:referenceValueNormalized prn:P5882 .
p:P5882 a owl:ObjectProperty .
psv:P5882 a owl:ObjectProperty .
pqv:P5882 a owl:ObjectProperty .
prv:P5882 a owl:ObjectProperty .
wdt:P5882 a owl:DatatypeProperty .
ps:P5882 a owl:DatatypeProperty .
pq:P5882 a owl:DatatypeProperty .
pr:P5882 a owl:DatatypeProperty .
psn:P5882 a owl:ObjectProperty .
pqn:P5882 a owl:ObjectProperty .
prn:P5882 a owl:ObjectProperty .
wdtn:P5882 a owl:ObjectProperty .
wdno:P5882 a owl:Class ;
owl:complementOf _:f944ff18b7ee92b7b8b998faca9e874d .
_:f944ff18b7ee92b7b8b998faca9e874d a owl:Restriction ;
owl:onProperty wdt:P5882 ;
owl:someValuesFrom owl:Thing .
wd:P6327 a wikibase:Property ;
rdfs:label &#34;Goodreads character ID&#34;@en ;
skos:prefLabel &#34;Goodreads character ID&#34;@en ;
schema:name &#34;Goodreads character ID&#34;@en ;
schema:description &#34;identifier for a fictional character on Goodreads&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P6327 ;
wikibase:claim p:P6327 ;
wikibase:statementProperty ps:P6327 ;
wikibase:statementValue psv:P6327 ;
wikibase:qualifier pq:P6327 ;
wikibase:qualifierValue pqv:P6327 ;
wikibase:reference pr:P6327 ;
wikibase:referenceValue prv:P6327 ;
wikibase:novalue wdno:P6327 ;
wikibase:directClaimNormalized wdtn:P6327 ;
wikibase:statementValueNormalized psn:P6327 ;
wikibase:qualifierValueNormalized pqn:P6327 ;
wikibase:referenceValueNormalized prn:P6327 .
p:P6327 a owl:ObjectProperty .
psv:P6327 a owl:ObjectProperty .
pqv:P6327 a owl:ObjectProperty .
prv:P6327 a owl:ObjectProperty .
wdt:P6327 a owl:DatatypeProperty .
ps:P6327 a owl:DatatypeProperty .
pq:P6327 a owl:DatatypeProperty .
pr:P6327 a owl:DatatypeProperty .
psn:P6327 a owl:ObjectProperty .
pqn:P6327 a owl:ObjectProperty .
prn:P6327 a owl:ObjectProperty .
wdtn:P6327 a owl:ObjectProperty .
wdno:P6327 a owl:Class ;
owl:complementOf _:145d2b9997fec0167d41ef14af9ea531 .
_:145d2b9997fec0167d41ef14af9ea531 a owl:Restriction ;
owl:onProperty wdt:P6327 ;
owl:someValuesFrom owl:Thing .
wd:P6517 a wikibase:Property ;
rdfs:label &#34;WhoSampled artist ID&#34;@en ;
skos:prefLabel &#34;WhoSampled artist ID&#34;@en ;
schema:name &#34;WhoSampled artist ID&#34;@en ;
schema:description &#34;identifier for an artist on WhoSampled.com&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P6517 ;
wikibase:claim p:P6517 ;
wikibase:statementProperty ps:P6517 ;
wikibase:statementValue psv:P6517 ;
wikibase:qualifier pq:P6517 ;
wikibase:qualifierValue pqv:P6517 ;
wikibase:reference pr:P6517 ;
wikibase:referenceValue prv:P6517 ;
wikibase:novalue wdno:P6517 ;
wikibase:directClaimNormalized wdtn:P6517 ;
wikibase:statementValueNormalized psn:P6517 ;
wikibase:qualifierValueNormalized pqn:P6517 ;
wikibase:referenceValueNormalized prn:P6517 .
p:P6517 a owl:ObjectProperty .
psv:P6517 a owl:ObjectProperty .
pqv:P6517 a owl:ObjectProperty .
prv:P6517 a owl:ObjectProperty .
wdt:P6517 a owl:DatatypeProperty .
ps:P6517 a owl:DatatypeProperty .
pq:P6517 a owl:DatatypeProperty .
pr:P6517 a owl:DatatypeProperty .
psn:P6517 a owl:ObjectProperty .
pqn:P6517 a owl:ObjectProperty .
prn:P6517 a owl:ObjectProperty .
wdtn:P6517 a owl:ObjectProperty .
wdno:P6517 a owl:Class ;
owl:complementOf _:09d823b7ecd38c030038c357bdd07bac .
_:09d823b7ecd38c030038c357bdd07bac a owl:Restriction ;
owl:onProperty wdt:P6517 ;
owl:someValuesFrom owl:Thing .
wd:P1728 a wikibase:Property ;
rdfs:label &#34;AllMusic artist ID&#34;@en ;
skos:prefLabel &#34;AllMusic artist ID&#34;@en ;
schema:name &#34;AllMusic artist ID&#34;@en ;
schema:description &#34;identifier for an artist, musical group, or record label in the AllMusic database (record labels are listed as \&#34;artists\&#34;)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P1728 ;
wikibase:claim p:P1728 ;
wikibase:statementProperty ps:P1728 ;
wikibase:statementValue psv:P1728 ;
wikibase:qualifier pq:P1728 ;
wikibase:qualifierValue pqv:P1728 ;
wikibase:reference pr:P1728 ;
wikibase:referenceValue prv:P1728 ;
wikibase:novalue wdno:P1728 ;
wikibase:directClaimNormalized wdtn:P1728 ;
wikibase:statementValueNormalized psn:P1728 ;
wikibase:qualifierValueNormalized pqn:P1728 ;
wikibase:referenceValueNormalized prn:P1728 .
p:P1728 a owl:ObjectProperty .
psv:P1728 a owl:ObjectProperty .
pqv:P1728 a owl:ObjectProperty .
prv:P1728 a owl:ObjectProperty .
wdt:P1728 a owl:DatatypeProperty .
ps:P1728 a owl:DatatypeProperty .
pq:P1728 a owl:DatatypeProperty .
pr:P1728 a owl:DatatypeProperty .
psn:P1728 a owl:ObjectProperty .
pqn:P1728 a owl:ObjectProperty .
prn:P1728 a owl:ObjectProperty .
wdtn:P1728 a owl:ObjectProperty .
wdno:P1728 a owl:Class ;
owl:complementOf _:489cc42513575b934001b55f6165017f .
_:489cc42513575b934001b55f6165017f a owl:Restriction ;
owl:onProperty wdt:P1728 ;
owl:someValuesFrom owl:Thing .
wd:P7195 a wikibase:Property ;
rdfs:label &#34;Bandsintown artist ID&#34;@en ;
skos:prefLabel &#34;Bandsintown artist ID&#34;@en ;
schema:name &#34;Bandsintown artist ID&#34;@en ;
schema:description &#34;Identifier for an artist on Bandsintown site&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P7195 ;
wikibase:claim p:P7195 ;
wikibase:statementProperty ps:P7195 ;
wikibase:statementValue psv:P7195 ;
wikibase:qualifier pq:P7195 ;
wikibase:qualifierValue pqv:P7195 ;
wikibase:reference pr:P7195 ;
wikibase:referenceValue prv:P7195 ;
wikibase:novalue wdno:P7195 ;
wikibase:directClaimNormalized wdtn:P7195 ;
wikibase:statementValueNormalized psn:P7195 ;
wikibase:qualifierValueNormalized pqn:P7195 ;
wikibase:referenceValueNormalized prn:P7195 .
p:P7195 a owl:ObjectProperty .
psv:P7195 a owl:ObjectProperty .
pqv:P7195 a owl:ObjectProperty .
prv:P7195 a owl:ObjectProperty .
wdt:P7195 a owl:DatatypeProperty .
ps:P7195 a owl:DatatypeProperty .
pq:P7195 a owl:DatatypeProperty .
pr:P7195 a owl:DatatypeProperty .
psn:P7195 a owl:ObjectProperty .
pqn:P7195 a owl:ObjectProperty .
prn:P7195 a owl:ObjectProperty .
wdtn:P7195 a owl:ObjectProperty .
wdno:P7195 a owl:Class ;
owl:complementOf _:a6cc2d8cadc486207d96f60034a150b6 .
_:a6cc2d8cadc486207d96f60034a150b6 a owl:Restriction ;
owl:onProperty wdt:P7195 ;
owl:someValuesFrom owl:Thing .
wd:P2722 a wikibase:Property ;
rdfs:label &#34;Deezer artist ID&#34;@en ;
skos:prefLabel &#34;Deezer artist ID&#34;@en ;
schema:name &#34;Deezer artist ID&#34;@en ;
schema:description &#34;identifier for an artist on Deezer&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P2722 ;
wikibase:claim p:P2722 ;
wikibase:statementProperty ps:P2722 ;
wikibase:statementValue psv:P2722 ;
wikibase:qualifier pq:P2722 ;
wikibase:qualifierValue pqv:P2722 ;
wikibase:reference pr:P2722 ;
wikibase:referenceValue prv:P2722 ;
wikibase:novalue wdno:P2722 ;
wikibase:directClaimNormalized wdtn:P2722 ;
wikibase:statementValueNormalized psn:P2722 ;
wikibase:qualifierValueNormalized pqn:P2722 ;
wikibase:referenceValueNormalized prn:P2722 .
p:P2722 a owl:ObjectProperty .
psv:P2722 a owl:ObjectProperty .
pqv:P2722 a owl:ObjectProperty .
prv:P2722 a owl:ObjectProperty .
wdt:P2722 a owl:DatatypeProperty .
ps:P2722 a owl:DatatypeProperty .
pq:P2722 a owl:DatatypeProperty .
pr:P2722 a owl:DatatypeProperty .
psn:P2722 a owl:ObjectProperty .
pqn:P2722 a owl:ObjectProperty .
prn:P2722 a owl:ObjectProperty .
wdtn:P2722 a owl:ObjectProperty .
wdno:P2722 a owl:Class ;
owl:complementOf _:66764795419cbc0be7a05ec5deff0921 .
_:66764795419cbc0be7a05ec5deff0921 a owl:Restriction ;
owl:onProperty wdt:P2722 ;
owl:someValuesFrom owl:Thing .
wd:P2373 a wikibase:Property ;
rdfs:label &#34;Genius artist ID&#34;@en ;
skos:prefLabel &#34;Genius artist ID&#34;@en ;
schema:name &#34;Genius artist ID&#34;@en ;
schema:description &#34;identifier for an artist or label on Genius&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P2373 ;
wikibase:claim p:P2373 ;
wikibase:statementProperty ps:P2373 ;
wikibase:statementValue psv:P2373 ;
wikibase:qualifier pq:P2373 ;
wikibase:qualifierValue pqv:P2373 ;
wikibase:reference pr:P2373 ;
wikibase:referenceValue prv:P2373 ;
wikibase:novalue wdno:P2373 ;
wikibase:directClaimNormalized wdtn:P2373 ;
wikibase:statementValueNormalized psn:P2373 ;
wikibase:qualifierValueNormalized pqn:P2373 ;
wikibase:referenceValueNormalized prn:P2373 .
p:P2373 a owl:ObjectProperty .
psv:P2373 a owl:ObjectProperty .
pqv:P2373 a owl:ObjectProperty .
prv:P2373 a owl:ObjectProperty .
wdt:P2373 a owl:DatatypeProperty .
ps:P2373 a owl:DatatypeProperty .
pq:P2373 a owl:DatatypeProperty .
pr:P2373 a owl:DatatypeProperty .
psn:P2373 a owl:ObjectProperty .
pqn:P2373 a owl:ObjectProperty .
prn:P2373 a owl:ObjectProperty .
wdtn:P2373 a owl:ObjectProperty .
wdno:P2373 a owl:Class ;
owl:complementOf _:7434bd8ce8c09ed1675cfe3cc1259fff .
_:7434bd8ce8c09ed1675cfe3cc1259fff a owl:Restriction ;
owl:onProperty wdt:P2373 ;
owl:someValuesFrom owl:Thing .
wd:P6351 a wikibase:Property ;
rdfs:label &#34;Genius artist numeric ID&#34;@en ;
skos:prefLabel &#34;Genius artist numeric ID&#34;@en ;
schema:name &#34;Genius artist numeric ID&#34;@en ;
schema:description &#34;numeric identifier for an artist on Genius&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P6351 ;
wikibase:claim p:P6351 ;
wikibase:statementProperty ps:P6351 ;
wikibase:statementValue psv:P6351 ;
wikibase:qualifier pq:P6351 ;
wikibase:qualifierValue pqv:P6351 ;
wikibase:reference pr:P6351 ;
wikibase:referenceValue prv:P6351 ;
wikibase:novalue wdno:P6351 ;
wikibase:directClaimNormalized wdtn:P6351 ;
wikibase:statementValueNormalized psn:P6351 ;
wikibase:qualifierValueNormalized pqn:P6351 ;
wikibase:referenceValueNormalized prn:P6351 .
p:P6351 a owl:ObjectProperty .
psv:P6351 a owl:ObjectProperty .
pqv:P6351 a owl:ObjectProperty .
prv:P6351 a owl:ObjectProperty .
wdt:P6351 a owl:DatatypeProperty .
ps:P6351 a owl:DatatypeProperty .
pq:P6351 a owl:DatatypeProperty .
pr:P6351 a owl:DatatypeProperty .
psn:P6351 a owl:ObjectProperty .
pqn:P6351 a owl:ObjectProperty .
prn:P6351 a owl:ObjectProperty .
wdtn:P6351 a owl:ObjectProperty .
wdno:P6351 a owl:Class ;
owl:complementOf _:399cfc2dea07306b98385df0fc8d5d9a .
_:399cfc2dea07306b98385df0fc8d5d9a a owl:Restriction ;
owl:onProperty wdt:P6351 ;
owl:someValuesFrom owl:Thing .
wd:P2850 a wikibase:Property ;
rdfs:label &#34;Apple Music artist ID (U.S. version)&#34;@en ;
skos:prefLabel &#34;Apple Music artist ID (U.S. version)&#34;@en ;
schema:name &#34;Apple Music artist ID (U.S. version)&#34;@en ;
schema:description &#34;identifier for a musical artist or author in the U.S. version of Apple Music&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P2850 ;
wikibase:claim p:P2850 ;
wikibase:statementProperty ps:P2850 ;
wikibase:statementValue psv:P2850 ;
wikibase:qualifier pq:P2850 ;
wikibase:qualifierValue pqv:P2850 ;
wikibase:reference pr:P2850 ;
wikibase:referenceValue prv:P2850 ;
wikibase:novalue wdno:P2850 ;
wikibase:directClaimNormalized wdtn:P2850 ;
wikibase:statementValueNormalized psn:P2850 ;
wikibase:qualifierValueNormalized pqn:P2850 ;
wikibase:referenceValueNormalized prn:P2850 .
p:P2850 a owl:ObjectProperty .
psv:P2850 a owl:ObjectProperty .
pqv:P2850 a owl:ObjectProperty .
prv:P2850 a owl:ObjectProperty .
wdt:P2850 a owl:DatatypeProperty .
ps:P2850 a owl:DatatypeProperty .
pq:P2850 a owl:DatatypeProperty .
pr:P2850 a owl:DatatypeProperty .
psn:P2850 a owl:ObjectProperty .
pqn:P2850 a owl:ObjectProperty .
prn:P2850 a owl:ObjectProperty .
wdtn:P2850 a owl:ObjectProperty .
wdno:P2850 a owl:Class ;
owl:complementOf _:2f0ff69beb872d4ba45f69551e3b2c85 .
_:2f0ff69beb872d4ba45f69551e3b2c85 a owl:Restriction ;
owl:onProperty wdt:P2850 ;
owl:someValuesFrom owl:Thing .
wd:P3192 a wikibase:Property ;
rdfs:label &#34;Last.fm ID&#34;@en ;
skos:prefLabel &#34;Last.fm ID&#34;@en ;
schema:name &#34;Last.fm ID&#34;@en ;
schema:description &#34;identifier for an artist, group or work, on Last.fm&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P3192 ;
wikibase:claim p:P3192 ;
wikibase:statementProperty ps:P3192 ;
wikibase:statementValue psv:P3192 ;
wikibase:qualifier pq:P3192 ;
wikibase:qualifierValue pqv:P3192 ;
wikibase:reference pr:P3192 ;
wikibase:referenceValue prv:P3192 ;
wikibase:novalue wdno:P3192 ;
wikibase:directClaimNormalized wdtn:P3192 ;
wikibase:statementValueNormalized psn:P3192 ;
wikibase:qualifierValueNormalized pqn:P3192 ;
wikibase:referenceValueNormalized prn:P3192 .
p:P3192 a owl:ObjectProperty .
psv:P3192 a owl:ObjectProperty .
pqv:P3192 a owl:ObjectProperty .
prv:P3192 a owl:ObjectProperty .
wdt:P3192 a owl:DatatypeProperty .
ps:P3192 a owl:DatatypeProperty .
pq:P3192 a owl:DatatypeProperty .
pr:P3192 a owl:DatatypeProperty .
psn:P3192 a owl:ObjectProperty .
pqn:P3192 a owl:ObjectProperty .
prn:P3192 a owl:ObjectProperty .
wdtn:P3192 a owl:ObjectProperty .
wdno:P3192 a owl:Class ;
owl:complementOf _:50322c5d85927ada00a721217a3840f3 .
_:50322c5d85927ada00a721217a3840f3 a owl:Restriction ;
owl:onProperty wdt:P3192 ;
owl:someValuesFrom owl:Thing .
wd:P6874 a wikibase:Property ;
rdfs:label &#34;Musixmatch artist ID&#34;@en ;
skos:prefLabel &#34;Musixmatch artist ID&#34;@en ;
schema:name &#34;Musixmatch artist ID&#34;@en ;
schema:description &#34;identifier for an artist on Musixmatch&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P6874 ;
wikibase:claim p:P6874 ;
wikibase:statementProperty ps:P6874 ;
wikibase:statementValue psv:P6874 ;
wikibase:qualifier pq:P6874 ;
wikibase:qualifierValue pqv:P6874 ;
wikibase:reference pr:P6874 ;
wikibase:referenceValue prv:P6874 ;
wikibase:novalue wdno:P6874 ;
wikibase:directClaimNormalized wdtn:P6874 ;
wikibase:statementValueNormalized psn:P6874 ;
wikibase:qualifierValueNormalized pqn:P6874 ;
wikibase:referenceValueNormalized prn:P6874 .
p:P6874 a owl:ObjectProperty .
psv:P6874 a owl:ObjectProperty .
pqv:P6874 a owl:ObjectProperty .
prv:P6874 a owl:ObjectProperty .
wdt:P6874 a owl:DatatypeProperty .
ps:P6874 a owl:DatatypeProperty .
pq:P6874 a owl:DatatypeProperty .
pr:P6874 a owl:DatatypeProperty .
psn:P6874 a owl:ObjectProperty .
pqn:P6874 a owl:ObjectProperty .
prn:P6874 a owl:ObjectProperty .
wdtn:P6874 a owl:ObjectProperty .
wdno:P6874 a owl:Class ;
owl:complementOf _:a5b8663e6d6c276be14770a91561237f .
_:a5b8663e6d6c276be14770a91561237f a owl:Restriction ;
owl:onProperty wdt:P6874 ;
owl:someValuesFrom owl:Thing .
wd:P5404 a wikibase:Property ;
rdfs:label &#34;Rate Your Music artist ID&#34;@en ;
skos:prefLabel &#34;Rate Your Music artist ID&#34;@en ;
schema:name &#34;Rate Your Music artist ID&#34;@en ;
schema:description &#34;identifier for an artist or group on the website Rate Your Music&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P5404 ;
wikibase:claim p:P5404 ;
wikibase:statementProperty ps:P5404 ;
wikibase:statementValue psv:P5404 ;
wikibase:qualifier pq:P5404 ;
wikibase:qualifierValue pqv:P5404 ;
wikibase:reference pr:P5404 ;
wikibase:referenceValue prv:P5404 ;
wikibase:novalue wdno:P5404 ;
wikibase:directClaimNormalized wdtn:P5404 ;
wikibase:statementValueNormalized psn:P5404 ;
wikibase:qualifierValueNormalized pqn:P5404 ;
wikibase:referenceValueNormalized prn:P5404 .
p:P5404 a owl:ObjectProperty .
psv:P5404 a owl:ObjectProperty .
pqv:P5404 a owl:ObjectProperty .
prv:P5404 a owl:ObjectProperty .
wdt:P5404 a owl:DatatypeProperty .
ps:P5404 a owl:DatatypeProperty .
pq:P5404 a owl:DatatypeProperty .
pr:P5404 a owl:DatatypeProperty .
psn:P5404 a owl:ObjectProperty .
pqn:P5404 a owl:ObjectProperty .
prn:P5404 a owl:ObjectProperty .
wdtn:P5404 a owl:ObjectProperty .
wdno:P5404 a owl:Class ;
owl:complementOf _:ad78f88660b4be6b625d7a76400c0cfb .
_:ad78f88660b4be6b625d7a76400c0cfb a owl:Restriction ;
owl:onProperty wdt:P5404 ;
owl:someValuesFrom owl:Thing .
wd:P1828 a wikibase:Property ;
rdfs:label &#34;IPI name number&#34;@en ;
skos:prefLabel &#34;IPI name number&#34;@en ;
schema:name &#34;IPI name number&#34;@en ;
schema:description &#34;identifier for names of a composer, author and other relevant parties&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P1828 ;
wikibase:claim p:P1828 ;
wikibase:statementProperty ps:P1828 ;
wikibase:statementValue psv:P1828 ;
wikibase:qualifier pq:P1828 ;
wikibase:qualifierValue pqv:P1828 ;
wikibase:reference pr:P1828 ;
wikibase:referenceValue prv:P1828 ;
wikibase:novalue wdno:P1828 ;
wikibase:directClaimNormalized wdtn:P1828 ;
wikibase:statementValueNormalized psn:P1828 ;
wikibase:qualifierValueNormalized pqn:P1828 ;
wikibase:referenceValueNormalized prn:P1828 .
p:P1828 a owl:ObjectProperty .
psv:P1828 a owl:ObjectProperty .
pqv:P1828 a owl:ObjectProperty .
prv:P1828 a owl:ObjectProperty .
wdt:P1828 a owl:DatatypeProperty .
ps:P1828 a owl:DatatypeProperty .
pq:P1828 a owl:DatatypeProperty .
pr:P1828 a owl:DatatypeProperty .
psn:P1828 a owl:ObjectProperty .
pqn:P1828 a owl:ObjectProperty .
prn:P1828 a owl:ObjectProperty .
wdtn:P1828 a owl:ObjectProperty .
wdno:P1828 a owl:Class ;
owl:complementOf _:2d2a633345bbc18c61c7512cc0887c53 .
_:2d2a633345bbc18c61c7512cc0887c53 a owl:Restriction ;
owl:onProperty wdt:P1828 ;
owl:someValuesFrom owl:Thing .
wd:P7154 a wikibase:Property ;
rdfs:label &#34;Empik author ID&#34;@en ;
skos:prefLabel &#34;Empik author ID&#34;@en ;
schema:name &#34;Empik author ID&#34;@en ;
schema:description &#34;identifier for an author on Empik site&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P7154 ;
wikibase:claim p:P7154 ;
wikibase:statementProperty ps:P7154 ;
wikibase:statementValue psv:P7154 ;
wikibase:qualifier pq:P7154 ;
wikibase:qualifierValue pqv:P7154 ;
wikibase:reference pr:P7154 ;
wikibase:referenceValue prv:P7154 ;
wikibase:novalue wdno:P7154 ;
wikibase:directClaimNormalized wdtn:P7154 ;
wikibase:statementValueNormalized psn:P7154 ;
wikibase:qualifierValueNormalized pqn:P7154 ;
wikibase:referenceValueNormalized prn:P7154 .
p:P7154 a owl:ObjectProperty .
psv:P7154 a owl:ObjectProperty .
pqv:P7154 a owl:ObjectProperty .
prv:P7154 a owl:ObjectProperty .
wdt:P7154 a owl:DatatypeProperty .
ps:P7154 a owl:DatatypeProperty .
pq:P7154 a owl:DatatypeProperty .
pr:P7154 a owl:DatatypeProperty .
psn:P7154 a owl:ObjectProperty .
pqn:P7154 a owl:ObjectProperty .
prn:P7154 a owl:ObjectProperty .
wdtn:P7154 a owl:ObjectProperty .
wdno:P7154 a owl:Class ;
owl:complementOf _:b48baebc2e3d0c69c080e920c232cf22 .
_:b48baebc2e3d0c69c080e920c232cf22 a owl:Restriction ;
owl:onProperty wdt:P7154 ;
owl:someValuesFrom owl:Thing .
wd:P4198 a wikibase:Property ;
rdfs:label &#34;Google Play Music artist ID (former scheme)&#34;@en ;
skos:prefLabel &#34;Google Play Music artist ID (former scheme)&#34;@en ;
schema:name &#34;Google Play Music artist ID (former scheme)&#34;@en ;
schema:description &#34;identifier of an artist on the Google Play Music website. Obsolete starting December 2020&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P4198 ;
wikibase:claim p:P4198 ;
wikibase:statementProperty ps:P4198 ;
wikibase:statementValue psv:P4198 ;
wikibase:qualifier pq:P4198 ;
wikibase:qualifierValue pqv:P4198 ;
wikibase:reference pr:P4198 ;
wikibase:referenceValue prv:P4198 ;
wikibase:novalue wdno:P4198 ;
wikibase:directClaimNormalized wdtn:P4198 ;
wikibase:statementValueNormalized psn:P4198 ;
wikibase:qualifierValueNormalized pqn:P4198 ;
wikibase:referenceValueNormalized prn:P4198 .
p:P4198 a owl:ObjectProperty .
psv:P4198 a owl:ObjectProperty .
pqv:P4198 a owl:ObjectProperty .
prv:P4198 a owl:ObjectProperty .
wdt:P4198 a owl:DatatypeProperty .
ps:P4198 a owl:DatatypeProperty .
pq:P4198 a owl:DatatypeProperty .
pr:P4198 a owl:DatatypeProperty .
psn:P4198 a owl:ObjectProperty .
pqn:P4198 a owl:ObjectProperty .
prn:P4198 a owl:ObjectProperty .
wdtn:P4198 a owl:ObjectProperty .
wdno:P4198 a owl:Class ;
owl:complementOf _:f40fe5b7d65cc0ea1f543b4b14569878 .
_:f40fe5b7d65cc0ea1f543b4b14569878 a owl:Restriction ;
owl:onProperty wdt:P4198 ;
owl:someValuesFrom owl:Thing .
wd:P6972 a wikibase:Property ;
rdfs:label &#34;Napster artist ID (U.S. version)&#34;@en ;
skos:prefLabel &#34;Napster artist ID (U.S. version)&#34;@en ;
schema:name &#34;Napster artist ID (U.S. version)&#34;@en ;
schema:description &#34;identifier for an artist in the U.S. version of Napster Music&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P6972 ;
wikibase:claim p:P6972 ;
wikibase:statementProperty ps:P6972 ;
wikibase:statementValue psv:P6972 ;
wikibase:qualifier pq:P6972 ;
wikibase:qualifierValue pqv:P6972 ;
wikibase:reference pr:P6972 ;
wikibase:referenceValue prv:P6972 ;
wikibase:novalue wdno:P6972 ;
wikibase:directClaimNormalized wdtn:P6972 ;
wikibase:statementValueNormalized psn:P6972 ;
wikibase:qualifierValueNormalized pqn:P6972 ;
wikibase:referenceValueNormalized prn:P6972 .
p:P6972 a owl:ObjectProperty .
psv:P6972 a owl:ObjectProperty .
pqv:P6972 a owl:ObjectProperty .
prv:P6972 a owl:ObjectProperty .
wdt:P6972 a owl:DatatypeProperty .
ps:P6972 a owl:DatatypeProperty .
pq:P6972 a owl:DatatypeProperty .
pr:P6972 a owl:DatatypeProperty .
psn:P6972 a owl:ObjectProperty .
pqn:P6972 a owl:ObjectProperty .
prn:P6972 a owl:ObjectProperty .
wdtn:P6972 a owl:ObjectProperty .
wdno:P6972 a owl:Class ;
owl:complementOf _:0e05006cfe2664da4c17671163d0befc .
_:0e05006cfe2664da4c17671163d0befc a owl:Restriction ;
owl:onProperty wdt:P6972 ;
owl:someValuesFrom owl:Thing .
wd:P7071 a wikibase:Property ;
rdfs:label &#34;Qobuz artist ID&#34;@en ;
skos:prefLabel &#34;Qobuz artist ID&#34;@en ;
schema:name &#34;Qobuz artist ID&#34;@en ;
schema:description &#34;identifier for an artist on Qobuz music site&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P7071 ;
wikibase:claim p:P7071 ;
wikibase:statementProperty ps:P7071 ;
wikibase:statementValue psv:P7071 ;
wikibase:qualifier pq:P7071 ;
wikibase:qualifierValue pqv:P7071 ;
wikibase:reference pr:P7071 ;
wikibase:referenceValue prv:P7071 ;
wikibase:novalue wdno:P7071 ;
wikibase:directClaimNormalized wdtn:P7071 ;
wikibase:statementValueNormalized psn:P7071 ;
wikibase:qualifierValueNormalized pqn:P7071 ;
wikibase:referenceValueNormalized prn:P7071 .
p:P7071 a owl:ObjectProperty .
psv:P7071 a owl:ObjectProperty .
pqv:P7071 a owl:ObjectProperty .
prv:P7071 a owl:ObjectProperty .
wdt:P7071 a owl:DatatypeProperty .
ps:P7071 a owl:DatatypeProperty .
pq:P7071 a owl:DatatypeProperty .
pr:P7071 a owl:DatatypeProperty .
psn:P7071 a owl:ObjectProperty .
pqn:P7071 a owl:ObjectProperty .
prn:P7071 a owl:ObjectProperty .
wdtn:P7071 a owl:ObjectProperty .
wdno:P7071 a owl:Class ;
owl:complementOf _:65139050163ace9fa41e94010bcbde4d .
_:65139050163ace9fa41e94010bcbde4d a owl:Restriction ;
owl:onProperty wdt:P7071 ;
owl:someValuesFrom owl:Thing .
wd:P3479 a wikibase:Property ;
rdfs:label &#34;Omni topic ID&#34;@en ;
skos:prefLabel &#34;Omni topic ID&#34;@en ;
schema:name &#34;Omni topic ID&#34;@en ;
schema:description &#34;identifier for a topic, used by Omni and Aftonbladet&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P3479 ;
wikibase:claim p:P3479 ;
wikibase:statementProperty ps:P3479 ;
wikibase:statementValue psv:P3479 ;
wikibase:qualifier pq:P3479 ;
wikibase:qualifierValue pqv:P3479 ;
wikibase:reference pr:P3479 ;
wikibase:referenceValue prv:P3479 ;
wikibase:novalue wdno:P3479 ;
wikibase:directClaimNormalized wdtn:P3479 ;
wikibase:statementValueNormalized psn:P3479 ;
wikibase:qualifierValueNormalized pqn:P3479 ;
wikibase:referenceValueNormalized prn:P3479 .
p:P3479 a owl:ObjectProperty .
psv:P3479 a owl:ObjectProperty .
pqv:P3479 a owl:ObjectProperty .
prv:P3479 a owl:ObjectProperty .
wdt:P3479 a owl:DatatypeProperty .
ps:P3479 a owl:DatatypeProperty .
pq:P3479 a owl:DatatypeProperty .
pr:P3479 a owl:DatatypeProperty .
psn:P3479 a owl:ObjectProperty .
pqn:P3479 a owl:ObjectProperty .
prn:P3479 a owl:ObjectProperty .
wdtn:P3479 a owl:ObjectProperty .
wdno:P3479 a owl:Class ;
owl:complementOf _:c33e1194e5e963f896e044ac4b0640e0 .
_:c33e1194e5e963f896e044ac4b0640e0 a owl:Restriction ;
owl:onProperty wdt:P3479 ;
owl:someValuesFrom owl:Thing .
wd:P7284 a wikibase:Property ;
rdfs:label &#34;The Independent topic ID&#34;@en ;
skos:prefLabel &#34;The Independent topic ID&#34;@en ;
schema:name &#34;The Independent topic ID&#34;@en ;
schema:description &#34;identifier for an topic on The Independent site&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P7284 ;
wikibase:claim p:P7284 ;
wikibase:statementProperty ps:P7284 ;
wikibase:statementValue psv:P7284 ;
wikibase:qualifier pq:P7284 ;
wikibase:qualifierValue pqv:P7284 ;
wikibase:reference pr:P7284 ;
wikibase:referenceValue prv:P7284 ;
wikibase:novalue wdno:P7284 ;
wikibase:directClaimNormalized wdtn:P7284 ;
wikibase:statementValueNormalized psn:P7284 ;
wikibase:qualifierValueNormalized pqn:P7284 ;
wikibase:referenceValueNormalized prn:P7284 .
p:P7284 a owl:ObjectProperty .
psv:P7284 a owl:ObjectProperty .
pqv:P7284 a owl:ObjectProperty .
prv:P7284 a owl:ObjectProperty .
wdt:P7284 a owl:DatatypeProperty .
ps:P7284 a owl:DatatypeProperty .
pq:P7284 a owl:DatatypeProperty .
pr:P7284 a owl:DatatypeProperty .
psn:P7284 a owl:ObjectProperty .
pqn:P7284 a owl:ObjectProperty .
prn:P7284 a owl:ObjectProperty .
wdtn:P7284 a owl:ObjectProperty .
wdno:P7284 a owl:Class ;
owl:complementOf _:ebd85a674c7331e97532115228339747 .
_:ebd85a674c7331e97532115228339747 a owl:Restriction ;
owl:onProperty wdt:P7284 ;
owl:someValuesFrom owl:Thing .
wd:P6620 a wikibase:Property ;
rdfs:label &#34;L&#39;Express person ID&#34;@en ;
skos:prefLabel &#34;L&#39;Express person ID&#34;@en ;
schema:name &#34;L&#39;Express person ID&#34;@en ;
schema:description &#34;identifier for a person on the website of L&#39;Express&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P6620 ;
wikibase:claim p:P6620 ;
wikibase:statementProperty ps:P6620 ;
wikibase:statementValue psv:P6620 ;
wikibase:qualifier pq:P6620 ;
wikibase:qualifierValue pqv:P6620 ;
wikibase:reference pr:P6620 ;
wikibase:referenceValue prv:P6620 ;
wikibase:novalue wdno:P6620 ;
wikibase:directClaimNormalized wdtn:P6620 ;
wikibase:statementValueNormalized psn:P6620 ;
wikibase:qualifierValueNormalized pqn:P6620 ;
wikibase:referenceValueNormalized prn:P6620 .
p:P6620 a owl:ObjectProperty .
psv:P6620 a owl:ObjectProperty .
pqv:P6620 a owl:ObjectProperty .
prv:P6620 a owl:ObjectProperty .
wdt:P6620 a owl:DatatypeProperty .
ps:P6620 a owl:DatatypeProperty .
pq:P6620 a owl:DatatypeProperty .
pr:P6620 a owl:DatatypeProperty .
psn:P6620 a owl:ObjectProperty .
pqn:P6620 a owl:ObjectProperty .
prn:P6620 a owl:ObjectProperty .
wdtn:P6620 a owl:ObjectProperty .
wdno:P6620 a owl:Class ;
owl:complementOf _:84997396e34b3a3b6569ceb8953d7632 .
_:84997396e34b3a3b6569ceb8953d7632 a owl:Restriction ;
owl:onProperty wdt:P6620 ;
owl:someValuesFrom owl:Thing .
wd:P4204 a wikibase:Property ;
rdfs:label &#34;The Times of India topic ID&#34;@en ;
skos:prefLabel &#34;The Times of India topic ID&#34;@en ;
schema:name &#34;The Times of India topic ID&#34;@en ;
schema:description &#34;identifier for a topic for news and information aggregation on The Times of India website&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P4204 ;
wikibase:claim p:P4204 ;
wikibase:statementProperty ps:P4204 ;
wikibase:statementValue psv:P4204 ;
wikibase:qualifier pq:P4204 ;
wikibase:qualifierValue pqv:P4204 ;
wikibase:reference pr:P4204 ;
wikibase:referenceValue prv:P4204 ;
wikibase:novalue wdno:P4204 ;
wikibase:directClaimNormalized wdtn:P4204 ;
wikibase:statementValueNormalized psn:P4204 ;
wikibase:qualifierValueNormalized pqn:P4204 ;
wikibase:referenceValueNormalized prn:P4204 .
p:P4204 a owl:ObjectProperty .
psv:P4204 a owl:ObjectProperty .
pqv:P4204 a owl:ObjectProperty .
prv:P4204 a owl:ObjectProperty .
wdt:P4204 a owl:DatatypeProperty .
ps:P4204 a owl:DatatypeProperty .
pq:P4204 a owl:DatatypeProperty .
pr:P4204 a owl:DatatypeProperty .
psn:P4204 a owl:ObjectProperty .
pqn:P4204 a owl:ObjectProperty .
prn:P4204 a owl:ObjectProperty .
wdtn:P4204 a owl:ObjectProperty .
wdno:P4204 a owl:Class ;
owl:complementOf _:9f76924f7e140a10a6c2de2b73adfd56 .
_:9f76924f7e140a10a6c2de2b73adfd56 a owl:Restriction ;
owl:onProperty wdt:P4204 ;
owl:someValuesFrom owl:Thing .
wd:P7506 a wikibase:Property ;
rdfs:label &#34;Naver Encyclopedia ID&#34;@en ;
skos:prefLabel &#34;Naver Encyclopedia ID&#34;@en ;
schema:name &#34;Naver Encyclopedia ID&#34;@en ;
schema:description &#34;ID of an document in Naver Encyclopedia&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P7506 ;
wikibase:claim p:P7506 ;
wikibase:statementProperty ps:P7506 ;
wikibase:statementValue psv:P7506 ;
wikibase:qualifier pq:P7506 ;
wikibase:qualifierValue pqv:P7506 ;
wikibase:reference pr:P7506 ;
wikibase:referenceValue prv:P7506 ;
wikibase:novalue wdno:P7506 ;
wikibase:directClaimNormalized wdtn:P7506 ;
wikibase:statementValueNormalized psn:P7506 ;
wikibase:qualifierValueNormalized pqn:P7506 ;
wikibase:referenceValueNormalized prn:P7506 .
p:P7506 a owl:ObjectProperty .
psv:P7506 a owl:ObjectProperty .
pqv:P7506 a owl:ObjectProperty .
prv:P7506 a owl:ObjectProperty .
wdt:P7506 a owl:DatatypeProperty .
ps:P7506 a owl:DatatypeProperty .
pq:P7506 a owl:DatatypeProperty .
pr:P7506 a owl:DatatypeProperty .
psn:P7506 a owl:ObjectProperty .
pqn:P7506 a owl:ObjectProperty .
prn:P7506 a owl:ObjectProperty .
wdtn:P7506 a owl:ObjectProperty .
wdno:P7506 a owl:Class ;
owl:complementOf _:476585adfc3c48aa81ec686453c7f755 .
_:476585adfc3c48aa81ec686453c7f755 a owl:Restriction ;
owl:onProperty wdt:P7506 ;
owl:someValuesFrom owl:Thing .
wd:P3341 a wikibase:Property ;
rdfs:label &#34;Kvikmyndir person ID&#34;@en ;
skos:prefLabel &#34;Kvikmyndir person ID&#34;@en ;
schema:name &#34;Kvikmyndir person ID&#34;@en ;
schema:description &#34;identifier of a person in the Icelandic film database kvikmyndir.is&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P3341 ;
wikibase:claim p:P3341 ;
wikibase:statementProperty ps:P3341 ;
wikibase:statementValue psv:P3341 ;
wikibase:qualifier pq:P3341 ;
wikibase:qualifierValue pqv:P3341 ;
wikibase:reference pr:P3341 ;
wikibase:referenceValue prv:P3341 ;
wikibase:novalue wdno:P3341 ;
wikibase:directClaimNormalized wdtn:P3341 ;
wikibase:statementValueNormalized psn:P3341 ;
wikibase:qualifierValueNormalized pqn:P3341 ;
wikibase:referenceValueNormalized prn:P3341 .
p:P3341 a owl:ObjectProperty .
psv:P3341 a owl:ObjectProperty .
pqv:P3341 a owl:ObjectProperty .
prv:P3341 a owl:ObjectProperty .
wdt:P3341 a owl:DatatypeProperty .
ps:P3341 a owl:DatatypeProperty .
pq:P3341 a owl:DatatypeProperty .
pr:P3341 a owl:DatatypeProperty .
psn:P3341 a owl:ObjectProperty .
pqn:P3341 a owl:ObjectProperty .
prn:P3341 a owl:ObjectProperty .
wdtn:P3341 a owl:ObjectProperty .
wdno:P3341 a owl:Class ;
owl:complementOf _:fdd6a51a429f93c4a5bbe9c7c8694c67 .
_:fdd6a51a429f93c4a5bbe9c7c8694c67 a owl:Restriction ;
owl:onProperty wdt:P3341 ;
owl:someValuesFrom owl:Thing .
wd:P7803 a wikibase:Property ;
rdfs:label &#34;Decine21 person ID&#34;@en ;
skos:prefLabel &#34;Decine21 person ID&#34;@en ;
schema:name &#34;Decine21 person ID&#34;@en ;
schema:description &#34;identifier for a person on the website decine21.com&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P7803 ;
wikibase:claim p:P7803 ;
wikibase:statementProperty ps:P7803 ;
wikibase:statementValue psv:P7803 ;
wikibase:qualifier pq:P7803 ;
wikibase:qualifierValue pqv:P7803 ;
wikibase:reference pr:P7803 ;
wikibase:referenceValue prv:P7803 ;
wikibase:novalue wdno:P7803 ;
wikibase:directClaimNormalized wdtn:P7803 ;
wikibase:statementValueNormalized psn:P7803 ;
wikibase:qualifierValueNormalized pqn:P7803 ;
wikibase:referenceValueNormalized prn:P7803 .
p:P7803 a owl:ObjectProperty .
psv:P7803 a owl:ObjectProperty .
pqv:P7803 a owl:ObjectProperty .
prv:P7803 a owl:ObjectProperty .
wdt:P7803 a owl:DatatypeProperty .
ps:P7803 a owl:DatatypeProperty .
pq:P7803 a owl:DatatypeProperty .
pr:P7803 a owl:DatatypeProperty .
psn:P7803 a owl:ObjectProperty .
pqn:P7803 a owl:ObjectProperty .
prn:P7803 a owl:ObjectProperty .
wdtn:P7803 a owl:ObjectProperty .
wdno:P7803 a owl:Class ;
owl:complementOf _:ede972ea1115405062a87d4c36fe2218 .
_:ede972ea1115405062a87d4c36fe2218 a owl:Restriction ;
owl:onProperty wdt:P7803 ;
owl:someValuesFrom owl:Thing .
wd:P3388 a wikibase:Property ;
rdfs:label &#34;LittleSis people ID&#34;@en ;
skos:prefLabel &#34;LittleSis people ID&#34;@en ;
schema:name &#34;LittleSis people ID&#34;@en ;
schema:description &#34;entry in the LittleSis who-knows-who of government and business database&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P3388 ;
wikibase:claim p:P3388 ;
wikibase:statementProperty ps:P3388 ;
wikibase:statementValue psv:P3388 ;
wikibase:qualifier pq:P3388 ;
wikibase:qualifierValue pqv:P3388 ;
wikibase:reference pr:P3388 ;
wikibase:referenceValue prv:P3388 ;
wikibase:novalue wdno:P3388 ;
wikibase:directClaimNormalized wdtn:P3388 ;
wikibase:statementValueNormalized psn:P3388 ;
wikibase:qualifierValueNormalized pqn:P3388 ;
wikibase:referenceValueNormalized prn:P3388 .
p:P3388 a owl:ObjectProperty .
psv:P3388 a owl:ObjectProperty .
pqv:P3388 a owl:ObjectProperty .
prv:P3388 a owl:ObjectProperty .
wdt:P3388 a owl:DatatypeProperty .
ps:P3388 a owl:DatatypeProperty .
pq:P3388 a owl:DatatypeProperty .
pr:P3388 a owl:DatatypeProperty .
psn:P3388 a owl:ObjectProperty .
pqn:P3388 a owl:ObjectProperty .
prn:P3388 a owl:ObjectProperty .
wdtn:P3388 a owl:ObjectProperty .
wdno:P3388 a owl:Class ;
owl:complementOf _:055a04978e22efa1c6f15eca35f52306 .
_:055a04978e22efa1c6f15eca35f52306 a owl:Restriction ;
owl:onProperty wdt:P3388 ;
owl:someValuesFrom owl:Thing .
wd:P2087 a wikibase:Property ;
rdfs:label &#34;Crunchbase person ID&#34;@en ;
skos:prefLabel &#34;Crunchbase person ID&#34;@en ;
schema:name &#34;Crunchbase person ID&#34;@en ;
schema:description &#34;Identifier for a person, in the Crunchbase database of companies and start-ups, operated by TechCrunch&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P2087 ;
wikibase:claim p:P2087 ;
wikibase:statementProperty ps:P2087 ;
wikibase:statementValue psv:P2087 ;
wikibase:qualifier pq:P2087 ;
wikibase:qualifierValue pqv:P2087 ;
wikibase:reference pr:P2087 ;
wikibase:referenceValue prv:P2087 ;
wikibase:novalue wdno:P2087 ;
wikibase:directClaimNormalized wdtn:P2087 ;
wikibase:statementValueNormalized psn:P2087 ;
wikibase:qualifierValueNormalized pqn:P2087 ;
wikibase:referenceValueNormalized prn:P2087 .
p:P2087 a owl:ObjectProperty .
psv:P2087 a owl:ObjectProperty .
pqv:P2087 a owl:ObjectProperty .
prv:P2087 a owl:ObjectProperty .
wdt:P2087 a owl:DatatypeProperty .
ps:P2087 a owl:DatatypeProperty .
pq:P2087 a owl:DatatypeProperty .
pr:P2087 a owl:DatatypeProperty .
psn:P2087 a owl:ObjectProperty .
pqn:P2087 a owl:ObjectProperty .
prn:P2087 a owl:ObjectProperty .
wdtn:P2087 a owl:ObjectProperty .
wdno:P2087 a owl:Class ;
owl:complementOf _:1a0e0fbd3051e853dd92596ecae8e972 .
_:1a0e0fbd3051e853dd92596ecae8e972 a owl:Restriction ;
owl:onProperty wdt:P2087 ;
owl:someValuesFrom owl:Thing .
wd:P7369 a wikibase:Property ;
rdfs:label &#34;National Library of Chile ID&#34;@en ;
skos:prefLabel &#34;National Library of Chile ID&#34;@en ;
schema:name &#34;National Library of Chile ID&#34;@en ;
schema:description &#34;identifier for authority control managed by the National Library of Chile&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P7369 ;
wikibase:claim p:P7369 ;
wikibase:statementProperty ps:P7369 ;
wikibase:statementValue psv:P7369 ;
wikibase:qualifier pq:P7369 ;
wikibase:qualifierValue pqv:P7369 ;
wikibase:reference pr:P7369 ;
wikibase:referenceValue prv:P7369 ;
wikibase:novalue wdno:P7369 ;
wikibase:directClaimNormalized wdtn:P7369 ;
wikibase:statementValueNormalized psn:P7369 ;
wikibase:qualifierValueNormalized pqn:P7369 ;
wikibase:referenceValueNormalized prn:P7369 .
p:P7369 a owl:ObjectProperty .
psv:P7369 a owl:ObjectProperty .
pqv:P7369 a owl:ObjectProperty .
prv:P7369 a owl:ObjectProperty .
wdt:P7369 a owl:DatatypeProperty .
ps:P7369 a owl:DatatypeProperty .
pq:P7369 a owl:DatatypeProperty .
pr:P7369 a owl:DatatypeProperty .
psn:P7369 a owl:ObjectProperty .
pqn:P7369 a owl:ObjectProperty .
prn:P7369 a owl:ObjectProperty .
wdtn:P7369 a owl:ObjectProperty .
wdno:P7369 a owl:Class ;
owl:complementOf _:4fae1ec1048d29ea07f598cd30fb39e9 .
_:4fae1ec1048d29ea07f598cd30fb39e9 a owl:Restriction ;
owl:onProperty wdt:P7369 ;
owl:someValuesFrom owl:Thing .
wd:P6298 a wikibase:Property ;
rdfs:label &#34;bgm.tv person ID&#34;@en ;
skos:prefLabel &#34;bgm.tv person ID&#34;@en ;
schema:name &#34;bgm.tv person ID&#34;@en ;
schema:description &#34;identifier for a person or group of people on bgm.tv (Bangumi/Chobits)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P6298 ;
wikibase:claim p:P6298 ;
wikibase:statementProperty ps:P6298 ;
wikibase:statementValue psv:P6298 ;
wikibase:qualifier pq:P6298 ;
wikibase:qualifierValue pqv:P6298 ;
wikibase:reference pr:P6298 ;
wikibase:referenceValue prv:P6298 ;
wikibase:novalue wdno:P6298 ;
wikibase:directClaimNormalized wdtn:P6298 ;
wikibase:statementValueNormalized psn:P6298 ;
wikibase:qualifierValueNormalized pqn:P6298 ;
wikibase:referenceValueNormalized prn:P6298 .
p:P6298 a owl:ObjectProperty .
psv:P6298 a owl:ObjectProperty .
pqv:P6298 a owl:ObjectProperty .
prv:P6298 a owl:ObjectProperty .
wdt:P6298 a owl:DatatypeProperty .
ps:P6298 a owl:DatatypeProperty .
pq:P6298 a owl:DatatypeProperty .
pr:P6298 a owl:DatatypeProperty .
psn:P6298 a owl:ObjectProperty .
pqn:P6298 a owl:ObjectProperty .
prn:P6298 a owl:ObjectProperty .
wdtn:P6298 a owl:ObjectProperty .
wdno:P6298 a owl:Class ;
owl:complementOf _:dd16fda87de0033c0a53ec95bf78f4fc .
_:dd16fda87de0033c0a53ec95bf78f4fc a owl:Restriction ;
owl:onProperty wdt:P6298 ;
owl:someValuesFrom owl:Thing .
wd:P2889 a wikibase:Property ;
rdfs:label &#34;FamilySearch person ID&#34;@en ;
skos:prefLabel &#34;FamilySearch person ID&#34;@en ;
schema:name &#34;FamilySearch person ID&#34;@en ;
schema:description &#34;ID of a person in familysearch.org&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P2889 ;
wikibase:claim p:P2889 ;
wikibase:statementProperty ps:P2889 ;
wikibase:statementValue psv:P2889 ;
wikibase:qualifier pq:P2889 ;
wikibase:qualifierValue pqv:P2889 ;
wikibase:reference pr:P2889 ;
wikibase:referenceValue prv:P2889 ;
wikibase:novalue wdno:P2889 ;
wikibase:directClaimNormalized wdtn:P2889 ;
wikibase:statementValueNormalized psn:P2889 ;
wikibase:qualifierValueNormalized pqn:P2889 ;
wikibase:referenceValueNormalized prn:P2889 .
p:P2889 a owl:ObjectProperty .
psv:P2889 a owl:ObjectProperty .
pqv:P2889 a owl:ObjectProperty .
prv:P2889 a owl:ObjectProperty .
wdt:P2889 a owl:DatatypeProperty .
ps:P2889 a owl:DatatypeProperty .
pq:P2889 a owl:DatatypeProperty .
pr:P2889 a owl:DatatypeProperty .
psn:P2889 a owl:ObjectProperty .
pqn:P2889 a owl:ObjectProperty .
prn:P2889 a owl:ObjectProperty .
wdtn:P2889 a owl:ObjectProperty .
wdno:P2889 a owl:Class ;
owl:complementOf _:5797c75c92a87ccef0e877e2d301b759 .
_:5797c75c92a87ccef0e877e2d301b759 a owl:Restriction ;
owl:onProperty wdt:P2889 ;
owl:someValuesFrom owl:Thing .
wd:P6886 a wikibase:Property ;
rdfs:label &#34;writing language&#34;@en ;
skos:prefLabel &#34;writing language&#34;@en ;
schema:name &#34;writing language&#34;@en ;
schema:description &#34;language in which the writer has written their work&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P6886 ;
wikibase:claim p:P6886 ;
wikibase:statementProperty ps:P6886 ;
wikibase:statementValue psv:P6886 ;
wikibase:qualifier pq:P6886 ;
wikibase:qualifierValue pqv:P6886 ;
wikibase:reference pr:P6886 ;
wikibase:referenceValue prv:P6886 ;
wikibase:novalue wdno:P6886 .
p:P6886 a owl:ObjectProperty .
psv:P6886 a owl:ObjectProperty .
pqv:P6886 a owl:ObjectProperty .
prv:P6886 a owl:ObjectProperty .
wdt:P6886 a owl:ObjectProperty .
ps:P6886 a owl:ObjectProperty .
pq:P6886 a owl:ObjectProperty .
pr:P6886 a owl:ObjectProperty .
wdno:P6886 a owl:Class ;
owl:complementOf _:6fff4a6a35c48928ca6be204a3dd5aea .
_:6fff4a6a35c48928ca6be204a3dd5aea a owl:Restriction ;
owl:onProperty wdt:P6886 ;
owl:someValuesFrom owl:Thing .
wd:Q22898962 a wikibase:Item ;
rdfs:label &#34;Template:Douglas Adams&#34;@en ;
skos:prefLabel &#34;Template:Douglas Adams&#34;@en ;
schema:name &#34;Template:Douglas Adams&#34;@en ;
schema:description &#34;Wikimedia template&#34;@en .
wd:P1424 a wikibase:Property ;
rdfs:label &#34;topic&#39;s main template&#34;@en ;
skos:prefLabel &#34;topic&#39;s main template&#34;@en ;
schema:name &#34;topic&#39;s main template&#34;@en ;
schema:description &#34;the main template relating to a topic&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P1424 ;
wikibase:claim p:P1424 ;
wikibase:statementProperty ps:P1424 ;
wikibase:statementValue psv:P1424 ;
wikibase:qualifier pq:P1424 ;
wikibase:qualifierValue pqv:P1424 ;
wikibase:reference pr:P1424 ;
wikibase:referenceValue prv:P1424 ;
wikibase:novalue wdno:P1424 .
p:P1424 a owl:ObjectProperty .
psv:P1424 a owl:ObjectProperty .
pqv:P1424 a owl:ObjectProperty .
prv:P1424 a owl:ObjectProperty .
wdt:P1424 a owl:ObjectProperty .
ps:P1424 a owl:ObjectProperty .
pq:P1424 a owl:ObjectProperty .
pr:P1424 a owl:ObjectProperty .
wdno:P1424 a owl:Class ;
owl:complementOf _:2ee7d5920addccfd2f71cd7cf239a7d9 .
_:2ee7d5920addccfd2f71cd7cf239a7d9 a owl:Restriction ;
owl:onProperty wdt:P1424 ;
owl:someValuesFrom owl:Thing .
wd:P7902 a wikibase:Property ;
rdfs:label &#34;Deutsche Biographie (GND) ID&#34;@en ;
skos:prefLabel &#34;Deutsche Biographie (GND) ID&#34;@en ;
schema:name &#34;Deutsche Biographie (GND) ID&#34;@en ;
schema:description &#34;GND identifier for an item in the Deutsche Biographie&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P7902 ;
wikibase:claim p:P7902 ;
wikibase:statementProperty ps:P7902 ;
wikibase:statementValue psv:P7902 ;
wikibase:qualifier pq:P7902 ;
wikibase:qualifierValue pqv:P7902 ;
wikibase:reference pr:P7902 ;
wikibase:referenceValue prv:P7902 ;
wikibase:novalue wdno:P7902 ;
wikibase:directClaimNormalized wdtn:P7902 ;
wikibase:statementValueNormalized psn:P7902 ;
wikibase:qualifierValueNormalized pqn:P7902 ;
wikibase:referenceValueNormalized prn:P7902 .
p:P7902 a owl:ObjectProperty .
psv:P7902 a owl:ObjectProperty .
pqv:P7902 a owl:ObjectProperty .
prv:P7902 a owl:ObjectProperty .
wdt:P7902 a owl:DatatypeProperty .
ps:P7902 a owl:DatatypeProperty .
pq:P7902 a owl:DatatypeProperty .
pr:P7902 a owl:DatatypeProperty .
psn:P7902 a owl:ObjectProperty .
pqn:P7902 a owl:ObjectProperty .
prn:P7902 a owl:ObjectProperty .
wdtn:P7902 a owl:ObjectProperty .
wdno:P7902 a owl:Class ;
owl:complementOf _:50b3d215821e2ebc0acb3b15fccdfde1 .
_:50b3d215821e2ebc0acb3b15fccdfde1 a owl:Restriction ;
owl:onProperty wdt:P7902 ;
owl:someValuesFrom owl:Thing .
wd:P8179 a wikibase:Property ;
rdfs:label &#34;Canadiana Name Authority ID&#34;@en ;
skos:prefLabel &#34;Canadiana Name Authority ID&#34;@en ;
schema:name &#34;Canadiana Name Authority ID&#34;@en ;
schema:description &#34;system control number used in the Canadiana Name Authority File, format: \&#34;ncf\&#34; followed by 8 digits&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P8179 ;
wikibase:claim p:P8179 ;
wikibase:statementProperty ps:P8179 ;
wikibase:statementValue psv:P8179 ;
wikibase:qualifier pq:P8179 ;
wikibase:qualifierValue pqv:P8179 ;
wikibase:reference pr:P8179 ;
wikibase:referenceValue prv:P8179 ;
wikibase:novalue wdno:P8179 ;
wikibase:directClaimNormalized wdtn:P8179 ;
wikibase:statementValueNormalized psn:P8179 ;
wikibase:qualifierValueNormalized pqn:P8179 ;
wikibase:referenceValueNormalized prn:P8179 .
p:P8179 a owl:ObjectProperty .
psv:P8179 a owl:ObjectProperty .
pqv:P8179 a owl:ObjectProperty .
prv:P8179 a owl:ObjectProperty .
wdt:P8179 a owl:DatatypeProperty .
ps:P8179 a owl:DatatypeProperty .
pq:P8179 a owl:DatatypeProperty .
pr:P8179 a owl:DatatypeProperty .
psn:P8179 a owl:ObjectProperty .
pqn:P8179 a owl:ObjectProperty .
prn:P8179 a owl:ObjectProperty .
wdtn:P8179 a owl:ObjectProperty .
wdno:P8179 a owl:Class ;
owl:complementOf _:98bb6fabbee9c99d1141c422e787a4a0 .
_:98bb6fabbee9c99d1141c422e787a4a0 a owl:Restriction ;
owl:onProperty wdt:P8179 ;
owl:someValuesFrom owl:Thing .
wd:P3348 a wikibase:Property ;
rdfs:label &#34;National Library of Greece ID&#34;@en ;
skos:prefLabel &#34;National Library of Greece ID&#34;@en ;
schema:name &#34;National Library of Greece ID&#34;@en ;
schema:description &#34;authority ID from the National Library of Greece Authority Records&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P3348 ;
wikibase:claim p:P3348 ;
wikibase:statementProperty ps:P3348 ;
wikibase:statementValue psv:P3348 ;
wikibase:qualifier pq:P3348 ;
wikibase:qualifierValue pqv:P3348 ;
wikibase:reference pr:P3348 ;
wikibase:referenceValue prv:P3348 ;
wikibase:novalue wdno:P3348 ;
wikibase:directClaimNormalized wdtn:P3348 ;
wikibase:statementValueNormalized psn:P3348 ;
wikibase:qualifierValueNormalized pqn:P3348 ;
wikibase:referenceValueNormalized prn:P3348 .
p:P3348 a owl:ObjectProperty .
psv:P3348 a owl:ObjectProperty .
pqv:P3348 a owl:ObjectProperty .
prv:P3348 a owl:ObjectProperty .
wdt:P3348 a owl:DatatypeProperty .
ps:P3348 a owl:DatatypeProperty .
pq:P3348 a owl:DatatypeProperty .
pr:P3348 a owl:DatatypeProperty .
psn:P3348 a owl:ObjectProperty .
pqn:P3348 a owl:ObjectProperty .
prn:P3348 a owl:ObjectProperty .
wdtn:P3348 a owl:ObjectProperty .
wdno:P3348 a owl:Class ;
owl:complementOf _:c386b08d607addc0067df974cd036028 .
_:c386b08d607addc0067df974cd036028 a owl:Restriction ;
owl:onProperty wdt:P3348 ;
owl:someValuesFrom owl:Thing .
wd:P8189 a wikibase:Property ;
rdfs:label &#34;National Library of Israel J9U ID&#34;@en ;
skos:prefLabel &#34;National Library of Israel J9U ID&#34;@en ;
schema:name &#34;National Library of Israel J9U ID&#34;@en ;
schema:description &#34;identifier used by the National Library of Israel&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P8189 ;
wikibase:claim p:P8189 ;
wikibase:statementProperty ps:P8189 ;
wikibase:statementValue psv:P8189 ;
wikibase:qualifier pq:P8189 ;
wikibase:qualifierValue pqv:P8189 ;
wikibase:reference pr:P8189 ;
wikibase:referenceValue prv:P8189 ;
wikibase:novalue wdno:P8189 ;
wikibase:directClaimNormalized wdtn:P8189 ;
wikibase:statementValueNormalized psn:P8189 ;
wikibase:qualifierValueNormalized pqn:P8189 ;
wikibase:referenceValueNormalized prn:P8189 .
p:P8189 a owl:ObjectProperty .
psv:P8189 a owl:ObjectProperty .
pqv:P8189 a owl:ObjectProperty .
prv:P8189 a owl:ObjectProperty .
wdt:P8189 a owl:DatatypeProperty .
ps:P8189 a owl:DatatypeProperty .
pq:P8189 a owl:DatatypeProperty .
pr:P8189 a owl:DatatypeProperty .
psn:P8189 a owl:ObjectProperty .
pqn:P8189 a owl:ObjectProperty .
prn:P8189 a owl:ObjectProperty .
wdtn:P8189 a owl:ObjectProperty .
wdno:P8189 a owl:Class ;
owl:complementOf _:92bc7d972c1bed2e801eb42a65bd6c0a .
_:92bc7d972c1bed2e801eb42a65bd6c0a a owl:Restriction ;
owl:onProperty wdt:P8189 ;
owl:someValuesFrom owl:Thing .
wd:P7699 a wikibase:Property ;
rdfs:label &#34;National Library of Lithuania ID&#34;@en ;
skos:prefLabel &#34;National Library of Lithuania ID&#34;@en ;
schema:name &#34;National Library of Lithuania ID&#34;@en ;
schema:description &#34;authority id at the National Library of Lithuania, part of VIAF (code LIH)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P7699 ;
wikibase:claim p:P7699 ;
wikibase:statementProperty ps:P7699 ;
wikibase:statementValue psv:P7699 ;
wikibase:qualifier pq:P7699 ;
wikibase:qualifierValue pqv:P7699 ;
wikibase:reference pr:P7699 ;
wikibase:referenceValue prv:P7699 ;
wikibase:novalue wdno:P7699 ;
wikibase:directClaimNormalized wdtn:P7699 ;
wikibase:statementValueNormalized psn:P7699 ;
wikibase:qualifierValueNormalized pqn:P7699 ;
wikibase:referenceValueNormalized prn:P7699 .
p:P7699 a owl:ObjectProperty .
psv:P7699 a owl:ObjectProperty .
pqv:P7699 a owl:ObjectProperty .
prv:P7699 a owl:ObjectProperty .
wdt:P7699 a owl:DatatypeProperty .
ps:P7699 a owl:DatatypeProperty .
pq:P7699 a owl:DatatypeProperty .
pr:P7699 a owl:DatatypeProperty .
psn:P7699 a owl:ObjectProperty .
pqn:P7699 a owl:ObjectProperty .
prn:P7699 a owl:ObjectProperty .
wdtn:P7699 a owl:ObjectProperty .
wdno:P7699 a owl:Class ;
owl:complementOf _:a3ac9ae3dd016936acf7a1078e55b7ee .
_:a3ac9ae3dd016936acf7a1078e55b7ee a owl:Restriction ;
owl:onProperty wdt:P7699 ;
owl:someValuesFrom owl:Thing .
wd:P3984 a wikibase:Property ;
rdfs:label &#34;subreddit&#34;@en ;
skos:prefLabel &#34;subreddit&#34;@en ;
schema:name &#34;subreddit&#34;@en ;
schema:description &#34;name of the Reddit forum associated to this subject&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P3984 ;
wikibase:claim p:P3984 ;
wikibase:statementProperty ps:P3984 ;
wikibase:statementValue psv:P3984 ;
wikibase:qualifier pq:P3984 ;
wikibase:qualifierValue pqv:P3984 ;
wikibase:reference pr:P3984 ;
wikibase:referenceValue prv:P3984 ;
wikibase:novalue wdno:P3984 ;
wikibase:directClaimNormalized wdtn:P3984 ;
wikibase:statementValueNormalized psn:P3984 ;
wikibase:qualifierValueNormalized pqn:P3984 ;
wikibase:referenceValueNormalized prn:P3984 .
p:P3984 a owl:ObjectProperty .
psv:P3984 a owl:ObjectProperty .
pqv:P3984 a owl:ObjectProperty .
prv:P3984 a owl:ObjectProperty .
wdt:P3984 a owl:DatatypeProperty .
ps:P3984 a owl:DatatypeProperty .
pq:P3984 a owl:DatatypeProperty .
pr:P3984 a owl:DatatypeProperty .
psn:P3984 a owl:ObjectProperty .
pqn:P3984 a owl:ObjectProperty .
prn:P3984 a owl:ObjectProperty .
wdtn:P3984 a owl:ObjectProperty .
wdno:P3984 a owl:Class ;
owl:complementOf _:ced9987b2802f4ea5a958eceaa94012a .
_:ced9987b2802f4ea5a958eceaa94012a a owl:Restriction ;
owl:onProperty wdt:P3984 ;
owl:someValuesFrom owl:Thing .
wd:P8287 a wikibase:Property ;
rdfs:label &#34;Worlds Without End author ID&#34;@en ;
skos:prefLabel &#34;Worlds Without End author ID&#34;@en ;
schema:name &#34;Worlds Without End author ID&#34;@en ;
schema:description &#34;identifier for authors at the website Worlds Without End&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P8287 ;
wikibase:claim p:P8287 ;
wikibase:statementProperty ps:P8287 ;
wikibase:statementValue psv:P8287 ;
wikibase:qualifier pq:P8287 ;
wikibase:qualifierValue pqv:P8287 ;
wikibase:reference pr:P8287 ;
wikibase:referenceValue prv:P8287 ;
wikibase:novalue wdno:P8287 ;
wikibase:directClaimNormalized wdtn:P8287 ;
wikibase:statementValueNormalized psn:P8287 ;
wikibase:qualifierValueNormalized pqn:P8287 ;
wikibase:referenceValueNormalized prn:P8287 .
p:P8287 a owl:ObjectProperty .
psv:P8287 a owl:ObjectProperty .
pqv:P8287 a owl:ObjectProperty .
prv:P8287 a owl:ObjectProperty .
wdt:P8287 a owl:DatatypeProperty .
ps:P8287 a owl:DatatypeProperty .
pq:P8287 a owl:DatatypeProperty .
pr:P8287 a owl:DatatypeProperty .
psn:P8287 a owl:ObjectProperty .
pqn:P8287 a owl:ObjectProperty .
prn:P8287 a owl:ObjectProperty .
wdtn:P8287 a owl:ObjectProperty .
wdno:P8287 a owl:Class ;
owl:complementOf _:491c11e837680f4c9952606a2ea93b60 .
_:491c11e837680f4c9952606a2ea93b60 a owl:Restriction ;
owl:onProperty wdt:P8287 ;
owl:someValuesFrom owl:Thing .
wd:P8125 a wikibase:Property ;
rdfs:label &#34;Fandango person ID&#34;@en ;
skos:prefLabel &#34;Fandango person ID&#34;@en ;
schema:name &#34;Fandango person ID&#34;@en ;
schema:description &#34;identifier for a person in the Fandango film database&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P8125 ;
wikibase:claim p:P8125 ;
wikibase:statementProperty ps:P8125 ;
wikibase:statementValue psv:P8125 ;
wikibase:qualifier pq:P8125 ;
wikibase:qualifierValue pqv:P8125 ;
wikibase:reference pr:P8125 ;
wikibase:referenceValue prv:P8125 ;
wikibase:novalue wdno:P8125 ;
wikibase:directClaimNormalized wdtn:P8125 ;
wikibase:statementValueNormalized psn:P8125 ;
wikibase:qualifierValueNormalized pqn:P8125 ;
wikibase:referenceValueNormalized prn:P8125 .
p:P8125 a owl:ObjectProperty .
psv:P8125 a owl:ObjectProperty .
pqv:P8125 a owl:ObjectProperty .
prv:P8125 a owl:ObjectProperty .
wdt:P8125 a owl:DatatypeProperty .
ps:P8125 a owl:DatatypeProperty .
pq:P8125 a owl:DatatypeProperty .
pr:P8125 a owl:DatatypeProperty .
psn:P8125 a owl:ObjectProperty .
pqn:P8125 a owl:ObjectProperty .
prn:P8125 a owl:ObjectProperty .
wdtn:P8125 a owl:ObjectProperty .
wdno:P8125 a owl:Class ;
owl:complementOf _:c22a2b0e2cd9649c673592f414d17de5 .
_:c22a2b0e2cd9649c673592f414d17de5 a owl:Restriction ;
owl:onProperty wdt:P8125 ;
owl:someValuesFrom owl:Thing .
wd:P4359 a wikibase:Property ;
rdfs:label &#34;gravsted.dk ID&#34;@en ;
skos:prefLabel &#34;gravsted.dk ID&#34;@en ;
schema:name &#34;gravsted.dk ID&#34;@en ;
schema:description &#34;identifier for a person giving their burial place, in gravsted.dk&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P4359 ;
wikibase:claim p:P4359 ;
wikibase:statementProperty ps:P4359 ;
wikibase:statementValue psv:P4359 ;
wikibase:qualifier pq:P4359 ;
wikibase:qualifierValue pqv:P4359 ;
wikibase:reference pr:P4359 ;
wikibase:referenceValue prv:P4359 ;
wikibase:novalue wdno:P4359 ;
wikibase:directClaimNormalized wdtn:P4359 ;
wikibase:statementValueNormalized psn:P4359 ;
wikibase:qualifierValueNormalized pqn:P4359 ;
wikibase:referenceValueNormalized prn:P4359 .
p:P4359 a owl:ObjectProperty .
psv:P4359 a owl:ObjectProperty .
pqv:P4359 a owl:ObjectProperty .
prv:P4359 a owl:ObjectProperty .
wdt:P4359 a owl:DatatypeProperty .
ps:P4359 a owl:DatatypeProperty .
pq:P4359 a owl:DatatypeProperty .
pr:P4359 a owl:DatatypeProperty .
psn:P4359 a owl:ObjectProperty .
pqn:P4359 a owl:ObjectProperty .
prn:P4359 a owl:ObjectProperty .
wdtn:P4359 a owl:ObjectProperty .
wdno:P4359 a owl:Class ;
owl:complementOf _:6cff5c4218eb1bcc4683a84ea8abdab7 .
_:6cff5c4218eb1bcc4683a84ea8abdab7 a owl:Restriction ;
owl:onProperty wdt:P4359 ;
owl:someValuesFrom owl:Thing .
wd:P8408 a wikibase:Property ;
rdfs:label &#34;KBpedia ID&#34;@en ;
skos:prefLabel &#34;KBpedia ID&#34;@en ;
schema:name &#34;KBpedia ID&#34;@en ;
schema:description &#34;identifier for the KBpedia knowledge graph, which provides consistent mappings across seven large-scale public knowledge bases including Wikidata, and is used to promote data interoperability and extraction of training sets for machine learning&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P8408 ;
wikibase:claim p:P8408 ;
wikibase:statementProperty ps:P8408 ;
wikibase:statementValue psv:P8408 ;
wikibase:qualifier pq:P8408 ;
wikibase:qualifierValue pqv:P8408 ;
wikibase:reference pr:P8408 ;
wikibase:referenceValue prv:P8408 ;
wikibase:novalue wdno:P8408 ;
wikibase:directClaimNormalized wdtn:P8408 ;
wikibase:statementValueNormalized psn:P8408 ;
wikibase:qualifierValueNormalized pqn:P8408 ;
wikibase:referenceValueNormalized prn:P8408 .
p:P8408 a owl:ObjectProperty .
psv:P8408 a owl:ObjectProperty .
pqv:P8408 a owl:ObjectProperty .
prv:P8408 a owl:ObjectProperty .
wdt:P8408 a owl:DatatypeProperty .
ps:P8408 a owl:DatatypeProperty .
pq:P8408 a owl:DatatypeProperty .
pr:P8408 a owl:DatatypeProperty .
psn:P8408 a owl:ObjectProperty .
pqn:P8408 a owl:ObjectProperty .
prn:P8408 a owl:ObjectProperty .
wdtn:P8408 a owl:ObjectProperty .
wdno:P8408 a owl:Class ;
owl:complementOf _:a5c6b2a39aa8787e5b2a55612fc3d63e .
_:a5c6b2a39aa8787e5b2a55612fc3d63e a owl:Restriction ;
owl:onProperty wdt:P8408 ;
owl:someValuesFrom owl:Thing .
wd:P6262 a wikibase:Property ;
rdfs:label &#34;Fandom article ID&#34;@en ;
skos:prefLabel &#34;Fandom article ID&#34;@en ;
schema:name &#34;Fandom article ID&#34;@en ;
schema:description &#34;identifier of an article on Fandom (Wikia). Format: subdomain:Page_title&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P6262 ;
wikibase:claim p:P6262 ;
wikibase:statementProperty ps:P6262 ;
wikibase:statementValue psv:P6262 ;
wikibase:qualifier pq:P6262 ;
wikibase:qualifierValue pqv:P6262 ;
wikibase:reference pr:P6262 ;
wikibase:referenceValue prv:P6262 ;
wikibase:novalue wdno:P6262 ;
wikibase:directClaimNormalized wdtn:P6262 ;
wikibase:statementValueNormalized psn:P6262 ;
wikibase:qualifierValueNormalized pqn:P6262 ;
wikibase:referenceValueNormalized prn:P6262 .
p:P6262 a owl:ObjectProperty .
psv:P6262 a owl:ObjectProperty .
pqv:P6262 a owl:ObjectProperty .
prv:P6262 a owl:ObjectProperty .
wdt:P6262 a owl:DatatypeProperty .
ps:P6262 a owl:DatatypeProperty .
pq:P6262 a owl:DatatypeProperty .
pr:P6262 a owl:DatatypeProperty .
psn:P6262 a owl:ObjectProperty .
pqn:P6262 a owl:ObjectProperty .
prn:P6262 a owl:ObjectProperty .
wdtn:P6262 a owl:ObjectProperty .
wdno:P6262 a owl:Class ;
owl:complementOf _:478870f14670f8deabe6c4bffb27a907 .
_:478870f14670f8deabe6c4bffb27a907 a owl:Restriction ;
owl:onProperty wdt:P6262 ;
owl:someValuesFrom owl:Thing .
wd:P4789 a wikibase:Property ;
rdfs:label &#34;Who&#39;s Who UK ID&#34;@en ;
skos:prefLabel &#34;Who&#39;s Who UK ID&#34;@en ;
schema:name &#34;Who&#39;s Who UK ID&#34;@en ;
schema:description &#34;identifier in \&#34;Who&#39;s Who\&#34; or \&#34;Who Was Who\&#34;, UK edition&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P4789 ;
wikibase:claim p:P4789 ;
wikibase:statementProperty ps:P4789 ;
wikibase:statementValue psv:P4789 ;
wikibase:qualifier pq:P4789 ;
wikibase:qualifierValue pqv:P4789 ;
wikibase:reference pr:P4789 ;
wikibase:referenceValue prv:P4789 ;
wikibase:novalue wdno:P4789 ;
wikibase:directClaimNormalized wdtn:P4789 ;
wikibase:statementValueNormalized psn:P4789 ;
wikibase:qualifierValueNormalized pqn:P4789 ;
wikibase:referenceValueNormalized prn:P4789 .
p:P4789 a owl:ObjectProperty .
psv:P4789 a owl:ObjectProperty .
pqv:P4789 a owl:ObjectProperty .
prv:P4789 a owl:ObjectProperty .
wdt:P4789 a owl:DatatypeProperty .
ps:P4789 a owl:DatatypeProperty .
pq:P4789 a owl:DatatypeProperty .
pr:P4789 a owl:DatatypeProperty .
psn:P4789 a owl:ObjectProperty .
pqn:P4789 a owl:ObjectProperty .
prn:P4789 a owl:ObjectProperty .
wdtn:P4789 a owl:ObjectProperty .
wdno:P4789 a owl:Class ;
owl:complementOf _:e26a656303580beb7de2a9e322f38bfd .
_:e26a656303580beb7de2a9e322f38bfd a owl:Restriction ;
owl:onProperty wdt:P4789 ;
owl:someValuesFrom owl:Thing .
wd:P6868 a wikibase:Property ;
rdfs:label &#34;Hoopla artist ID&#34;@en ;
skos:prefLabel &#34;Hoopla artist ID&#34;@en ;
schema:name &#34;Hoopla artist ID&#34;@en ;
schema:description &#34;identifier for an individual on Hoopla&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P6868 ;
wikibase:claim p:P6868 ;
wikibase:statementProperty ps:P6868 ;
wikibase:statementValue psv:P6868 ;
wikibase:qualifier pq:P6868 ;
wikibase:qualifierValue pqv:P6868 ;
wikibase:reference pr:P6868 ;
wikibase:referenceValue prv:P6868 ;
wikibase:novalue wdno:P6868 ;
wikibase:directClaimNormalized wdtn:P6868 ;
wikibase:statementValueNormalized psn:P6868 ;
wikibase:qualifierValueNormalized pqn:P6868 ;
wikibase:referenceValueNormalized prn:P6868 .
p:P6868 a owl:ObjectProperty .
psv:P6868 a owl:ObjectProperty .
pqv:P6868 a owl:ObjectProperty .
prv:P6868 a owl:ObjectProperty .
wdt:P6868 a owl:DatatypeProperty .
ps:P6868 a owl:DatatypeProperty .
pq:P6868 a owl:DatatypeProperty .
pr:P6868 a owl:DatatypeProperty .
psn:P6868 a owl:ObjectProperty .
pqn:P6868 a owl:ObjectProperty .
prn:P6868 a owl:ObjectProperty .
wdtn:P6868 a owl:ObjectProperty .
wdno:P6868 a owl:Class ;
owl:complementOf _:0b9583877f8b6fdf71b090ea07aa05eb .
_:0b9583877f8b6fdf71b090ea07aa05eb a owl:Restriction ;
owl:onProperty wdt:P6868 ;
owl:someValuesFrom owl:Thing .
wd:P8849 a wikibase:Property ;
rdfs:label &#34;CONOR.BG ID&#34;@en ;
skos:prefLabel &#34;CONOR.BG ID&#34;@en ;
schema:name &#34;CONOR.BG ID&#34;@en ;
schema:description &#34;authority control ID in CONOR.BG (authority control of Bulgarian libraries)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P8849 ;
wikibase:claim p:P8849 ;
wikibase:statementProperty ps:P8849 ;
wikibase:statementValue psv:P8849 ;
wikibase:qualifier pq:P8849 ;
wikibase:qualifierValue pqv:P8849 ;
wikibase:reference pr:P8849 ;
wikibase:referenceValue prv:P8849 ;
wikibase:novalue wdno:P8849 ;
wikibase:directClaimNormalized wdtn:P8849 ;
wikibase:statementValueNormalized psn:P8849 ;
wikibase:qualifierValueNormalized pqn:P8849 ;
wikibase:referenceValueNormalized prn:P8849 .
p:P8849 a owl:ObjectProperty .
psv:P8849 a owl:ObjectProperty .
pqv:P8849 a owl:ObjectProperty .
prv:P8849 a owl:ObjectProperty .
wdt:P8849 a owl:DatatypeProperty .
ps:P8849 a owl:DatatypeProperty .
pq:P8849 a owl:DatatypeProperty .
pr:P8849 a owl:DatatypeProperty .
psn:P8849 a owl:ObjectProperty .
pqn:P8849 a owl:ObjectProperty .
prn:P8849 a owl:ObjectProperty .
wdtn:P8849 a owl:ObjectProperty .
wdno:P8849 a owl:Class ;
owl:complementOf _:25b8002056dfc393f6e70a0cb6b9aa84 .
_:25b8002056dfc393f6e70a0cb6b9aa84 a owl:Restriction ;
owl:onProperty wdt:P8849 ;
owl:someValuesFrom owl:Thing .
wd:P8851 a wikibase:Property ;
rdfs:label &#34;CONOR.SR ID&#34;@en ;
skos:prefLabel &#34;CONOR.SR ID&#34;@en ;
schema:name &#34;CONOR.SR ID&#34;@en ;
schema:description &#34;authority control ID in CONOR.SR (authority control of Serbian libraries)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P8851 ;
wikibase:claim p:P8851 ;
wikibase:statementProperty ps:P8851 ;
wikibase:statementValue psv:P8851 ;
wikibase:qualifier pq:P8851 ;
wikibase:qualifierValue pqv:P8851 ;
wikibase:reference pr:P8851 ;
wikibase:referenceValue prv:P8851 ;
wikibase:novalue wdno:P8851 ;
wikibase:directClaimNormalized wdtn:P8851 ;
wikibase:statementValueNormalized psn:P8851 ;
wikibase:qualifierValueNormalized pqn:P8851 ;
wikibase:referenceValueNormalized prn:P8851 .
p:P8851 a owl:ObjectProperty .
psv:P8851 a owl:ObjectProperty .
pqv:P8851 a owl:ObjectProperty .
prv:P8851 a owl:ObjectProperty .
wdt:P8851 a owl:DatatypeProperty .
ps:P8851 a owl:DatatypeProperty .
pq:P8851 a owl:DatatypeProperty .
pr:P8851 a owl:DatatypeProperty .
psn:P8851 a owl:ObjectProperty .
pqn:P8851 a owl:ObjectProperty .
prn:P8851 a owl:ObjectProperty .
wdtn:P8851 a owl:ObjectProperty .
wdno:P8851 a owl:Class ;
owl:complementOf _:5831967d133dd456b1f13bda349681ec .
_:5831967d133dd456b1f13bda349681ec a owl:Restriction ;
owl:onProperty wdt:P8851 ;
owl:someValuesFrom owl:Thing .
wd:P5297 a wikibase:Property ;
rdfs:label &#34;Companies House officer ID&#34;@en ;
skos:prefLabel &#34;Companies House officer ID&#34;@en ;
schema:name &#34;Companies House officer ID&#34;@en ;
schema:description &#34;identifier for an officer (natural person or legal person) of companies registered with Companies House in the United Kingdom&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P5297 ;
wikibase:claim p:P5297 ;
wikibase:statementProperty ps:P5297 ;
wikibase:statementValue psv:P5297 ;
wikibase:qualifier pq:P5297 ;
wikibase:qualifierValue pqv:P5297 ;
wikibase:reference pr:P5297 ;
wikibase:referenceValue prv:P5297 ;
wikibase:novalue wdno:P5297 ;
wikibase:directClaimNormalized wdtn:P5297 ;
wikibase:statementValueNormalized psn:P5297 ;
wikibase:qualifierValueNormalized pqn:P5297 ;
wikibase:referenceValueNormalized prn:P5297 .
p:P5297 a owl:ObjectProperty .
psv:P5297 a owl:ObjectProperty .
pqv:P5297 a owl:ObjectProperty .
prv:P5297 a owl:ObjectProperty .
wdt:P5297 a owl:DatatypeProperty .
ps:P5297 a owl:DatatypeProperty .
pq:P5297 a owl:DatatypeProperty .
pr:P5297 a owl:DatatypeProperty .
psn:P5297 a owl:ObjectProperty .
pqn:P5297 a owl:ObjectProperty .
prn:P5297 a owl:ObjectProperty .
wdtn:P5297 a owl:ObjectProperty .
wdno:P5297 a owl:Class ;
owl:complementOf _:59f9ca3b898f4295d1cb25cab8bce76e .
_:59f9ca3b898f4295d1cb25cab8bce76e a owl:Restriction ;
owl:onProperty wdt:P5297 ;
owl:someValuesFrom owl:Thing .
wd:P8895 a wikibase:Property ;
rdfs:label &#34;All the Tropes identifier&#34;@en ;
skos:prefLabel &#34;All the Tropes identifier&#34;@en ;
schema:name &#34;All the Tropes identifier&#34;@en ;
schema:description &#34;identifier in All the Tropes&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P8895 ;
wikibase:claim p:P8895 ;
wikibase:statementProperty ps:P8895 ;
wikibase:statementValue psv:P8895 ;
wikibase:qualifier pq:P8895 ;
wikibase:qualifierValue pqv:P8895 ;
wikibase:reference pr:P8895 ;
wikibase:referenceValue prv:P8895 ;
wikibase:novalue wdno:P8895 ;
wikibase:directClaimNormalized wdtn:P8895 ;
wikibase:statementValueNormalized psn:P8895 ;
wikibase:qualifierValueNormalized pqn:P8895 ;
wikibase:referenceValueNormalized prn:P8895 .
p:P8895 a owl:ObjectProperty .
psv:P8895 a owl:ObjectProperty .
pqv:P8895 a owl:ObjectProperty .
prv:P8895 a owl:ObjectProperty .
wdt:P8895 a owl:DatatypeProperty .
ps:P8895 a owl:DatatypeProperty .
pq:P8895 a owl:DatatypeProperty .
pr:P8895 a owl:DatatypeProperty .
psn:P8895 a owl:ObjectProperty .
pqn:P8895 a owl:ObjectProperty .
prn:P8895 a owl:ObjectProperty .
wdtn:P8895 a owl:ObjectProperty .
wdno:P8895 a owl:Class ;
owl:complementOf _:e64df87eb5b73cd4705f34db8a61e8f7 .
_:e64df87eb5b73cd4705f34db8a61e8f7 a owl:Restriction ;
owl:onProperty wdt:P8895 ;
owl:someValuesFrom owl:Thing .
wd:Q73555012 a wikibase:Item ;
rdfs:label &#34;works protected by copyrights&#34;@en ;
skos:prefLabel &#34;works protected by copyrights&#34;@en ;
schema:name &#34;works protected by copyrights&#34;@en ;
schema:description &#34;literary and artistic works by creator protected by copyrights (author&#39;s rights)&#34;@en .
wd:P7763 a wikibase:Property ;
rdfs:label &#34;copyright status as a creator&#34;@en ;
skos:prefLabel &#34;copyright status as a creator&#34;@en ;
schema:name &#34;copyright status as a creator&#34;@en ;
schema:description &#34;states if the body of work published during the lifetime of this creator is still copyrighted or in the public domain&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P7763 ;
wikibase:claim p:P7763 ;
wikibase:statementProperty ps:P7763 ;
wikibase:statementValue psv:P7763 ;
wikibase:qualifier pq:P7763 ;
wikibase:qualifierValue pqv:P7763 ;
wikibase:reference pr:P7763 ;
wikibase:referenceValue prv:P7763 ;
wikibase:novalue wdno:P7763 .
p:P7763 a owl:ObjectProperty .
psv:P7763 a owl:ObjectProperty .
pqv:P7763 a owl:ObjectProperty .
prv:P7763 a owl:ObjectProperty .
wdt:P7763 a owl:ObjectProperty .
ps:P7763 a owl:ObjectProperty .
pq:P7763 a owl:ObjectProperty .
pr:P7763 a owl:ObjectProperty .
wdno:P7763 a owl:Class ;
owl:complementOf _:411e90e0f4b16b1692b8335a565dac46 .
_:411e90e0f4b16b1692b8335a565dac46 a owl:Restriction ;
owl:onProperty wdt:P7763 ;
owl:someValuesFrom owl:Thing .
wd:Q21454969 a wikibase:Item ;
rdfs:label &#34;Douglas Adams&#34;@en ;
skos:prefLabel &#34;Douglas Adams&#34;@en ;
schema:name &#34;Douglas Adams&#34;@en ;
schema:description &#34;British painter (1853-1920)&#34;@en .
wd:P1889 a wikibase:Property ;
rdfs:label &#34;different from&#34;@en ;
skos:prefLabel &#34;different from&#34;@en ;
schema:name &#34;different from&#34;@en ;
schema:description &#34;item that is different from another item, with which it may be confused&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P1889 ;
wikibase:claim p:P1889 ;
wikibase:statementProperty ps:P1889 ;
wikibase:statementValue psv:P1889 ;
wikibase:qualifier pq:P1889 ;
wikibase:qualifierValue pqv:P1889 ;
wikibase:reference pr:P1889 ;
wikibase:referenceValue prv:P1889 ;
wikibase:novalue wdno:P1889 .
p:P1889 a owl:ObjectProperty .
psv:P1889 a owl:ObjectProperty .
pqv:P1889 a owl:ObjectProperty .
prv:P1889 a owl:ObjectProperty .
wdt:P1889 a owl:ObjectProperty .
ps:P1889 a owl:ObjectProperty .
pq:P1889 a owl:ObjectProperty .
pr:P1889 a owl:ObjectProperty .
wdno:P1889 a owl:Class ;
owl:complementOf _:4fcc9ce770ae6fe14cb8672fb35a8bc9 .
_:4fcc9ce770ae6fe14cb8672fb35a8bc9 a owl:Restriction ;
owl:onProperty wdt:P1889 ;
owl:someValuesFrom owl:Thing .
wd:Q7994501 a wikibase:Item ;
rdfs:label &#34;White British&#34;@en ;
skos:prefLabel &#34;White British&#34;@en ;
schema:name &#34;White British&#34;@en ;
schema:description &#34;ethnicity classification used in the 2011 United Kingdom Census&#34;@en .
wd:P172 a wikibase:Property ;
rdfs:label &#34;ethnic group&#34;@en ;
skos:prefLabel &#34;ethnic group&#34;@en ;
schema:name &#34;ethnic group&#34;@en ;
schema:description &#34;subject&#39;s ethnicity (consensus is that a VERY high standard of proof is needed for this field to be used. In general this means 1) the subject claims it themselves, or 2) it is widely agreed on by scholars, or 3) is fictional and portrayed as such)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P172 ;
wikibase:claim p:P172 ;
wikibase:statementProperty ps:P172 ;
wikibase:statementValue psv:P172 ;
wikibase:qualifier pq:P172 ;
wikibase:qualifierValue pqv:P172 ;
wikibase:reference pr:P172 ;
wikibase:referenceValue prv:P172 ;
wikibase:novalue wdno:P172 .
p:P172 a owl:ObjectProperty .
psv:P172 a owl:ObjectProperty .
pqv:P172 a owl:ObjectProperty .
prv:P172 a owl:ObjectProperty .
wdt:P172 a owl:ObjectProperty .
ps:P172 a owl:ObjectProperty .
pq:P172 a owl:ObjectProperty .
pr:P172 a owl:ObjectProperty .
wdno:P172 a owl:Class ;
owl:complementOf _:1d5dd9615da4f91a82228c528a0f7cae .
_:1d5dd9615da4f91a82228c528a0f7cae a owl:Restriction ;
owl:onProperty wdt:P172 ;
owl:someValuesFrom owl:Thing .
wd:P937 a wikibase:Property ;
rdfs:label &#34;work location&#34;@en ;
skos:prefLabel &#34;work location&#34;@en ;
schema:name &#34;work location&#34;@en ;
schema:description &#34;location where persons or organisations were actively participating in employment, business or other work&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P937 ;
wikibase:claim p:P937 ;
wikibase:statementProperty ps:P937 ;
wikibase:statementValue psv:P937 ;
wikibase:qualifier pq:P937 ;
wikibase:qualifierValue pqv:P937 ;
wikibase:reference pr:P937 ;
wikibase:referenceValue prv:P937 ;
wikibase:novalue wdno:P937 .
p:P937 a owl:ObjectProperty .
psv:P937 a owl:ObjectProperty .
pqv:P937 a owl:ObjectProperty .
prv:P937 a owl:ObjectProperty .
wdt:P937 a owl:ObjectProperty .
ps:P937 a owl:ObjectProperty .
pq:P937 a owl:ObjectProperty .
pr:P937 a owl:ObjectProperty .
wdno:P937 a owl:Class ;
owl:complementOf _:ec6310960840e34847a25ffe4b3c10ec .
_:ec6310960840e34847a25ffe4b3c10ec a owl:Restriction ;
owl:onProperty wdt:P937 ;
owl:someValuesFrom owl:Thing .
wd:P742 a wikibase:Property ;
rdfs:label &#34;pseudonym&#34;@en ;
skos:prefLabel &#34;pseudonym&#34;@en ;
schema:name &#34;pseudonym&#34;@en ;
schema:description &#34;alias used by someone (for nickname use P1449)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#String&gt; ;
wikibase:directClaim wdt:P742 ;
wikibase:claim p:P742 ;
wikibase:statementProperty ps:P742 ;
wikibase:statementValue psv:P742 ;
wikibase:qualifier pq:P742 ;
wikibase:qualifierValue pqv:P742 ;
wikibase:reference pr:P742 ;
wikibase:referenceValue prv:P742 ;
wikibase:novalue wdno:P742 .
p:P742 a owl:ObjectProperty .
psv:P742 a owl:ObjectProperty .
pqv:P742 a owl:ObjectProperty .
prv:P742 a owl:ObjectProperty .
wdt:P742 a owl:DatatypeProperty .
ps:P742 a owl:DatatypeProperty .
pq:P742 a owl:DatatypeProperty .
pr:P742 a owl:DatatypeProperty .
wdno:P742 a owl:Class ;
owl:complementOf _:b389cd42eff1360c71b8a4fb6ed9492b .
_:b389cd42eff1360c71b8a4fb6ed9492b a owl:Restriction ;
owl:onProperty wdt:P742 ;
owl:someValuesFrom owl:Thing .
wd:P8385 a wikibase:Property ;
rdfs:label &#34;IDU person ID&#34;@en ;
skos:prefLabel &#34;IDU person ID&#34;@en ;
schema:name &#34;IDU person ID&#34;@en ;
schema:description &#34;personal identifier for artists in Czechia in Theatre Institute database (IDU)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P8385 ;
wikibase:claim p:P8385 ;
wikibase:statementProperty ps:P8385 ;
wikibase:statementValue psv:P8385 ;
wikibase:qualifier pq:P8385 ;
wikibase:qualifierValue pqv:P8385 ;
wikibase:reference pr:P8385 ;
wikibase:referenceValue prv:P8385 ;
wikibase:novalue wdno:P8385 ;
wikibase:directClaimNormalized wdtn:P8385 ;
wikibase:statementValueNormalized psn:P8385 ;
wikibase:qualifierValueNormalized pqn:P8385 ;
wikibase:referenceValueNormalized prn:P8385 .
p:P8385 a owl:ObjectProperty .
psv:P8385 a owl:ObjectProperty .
pqv:P8385 a owl:ObjectProperty .
prv:P8385 a owl:ObjectProperty .
wdt:P8385 a owl:DatatypeProperty .
ps:P8385 a owl:DatatypeProperty .
pq:P8385 a owl:DatatypeProperty .
pr:P8385 a owl:DatatypeProperty .
psn:P8385 a owl:ObjectProperty .
pqn:P8385 a owl:ObjectProperty .
prn:P8385 a owl:ObjectProperty .
wdtn:P8385 a owl:ObjectProperty .
wdno:P8385 a owl:Class ;
owl:complementOf _:83df3cff30cd7a94280400b0ee8e7322 .
_:83df3cff30cd7a94280400b0ee8e7322 a owl:Restriction ;
owl:onProperty wdt:P8385 ;
owl:someValuesFrom owl:Thing .
wd:P9100 a wikibase:Property ;
rdfs:label &#34;GitHub topic&#34;@en ;
skos:prefLabel &#34;GitHub topic&#34;@en ;
schema:name &#34;GitHub topic&#34;@en ;
schema:description &#34;GitHub topic for a repository or subject&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P9100 ;
wikibase:claim p:P9100 ;
wikibase:statementProperty ps:P9100 ;
wikibase:statementValue psv:P9100 ;
wikibase:qualifier pq:P9100 ;
wikibase:qualifierValue pqv:P9100 ;
wikibase:reference pr:P9100 ;
wikibase:referenceValue prv:P9100 ;
wikibase:novalue wdno:P9100 ;
wikibase:directClaimNormalized wdtn:P9100 ;
wikibase:statementValueNormalized psn:P9100 ;
wikibase:qualifierValueNormalized pqn:P9100 ;
wikibase:referenceValueNormalized prn:P9100 .
p:P9100 a owl:ObjectProperty .
psv:P9100 a owl:ObjectProperty .
pqv:P9100 a owl:ObjectProperty .
prv:P9100 a owl:ObjectProperty .
wdt:P9100 a owl:DatatypeProperty .
ps:P9100 a owl:DatatypeProperty .
pq:P9100 a owl:DatatypeProperty .
pr:P9100 a owl:DatatypeProperty .
psn:P9100 a owl:ObjectProperty .
pqn:P9100 a owl:ObjectProperty .
prn:P9100 a owl:ObjectProperty .
wdtn:P9100 a owl:ObjectProperty .
wdno:P9100 a owl:Class ;
owl:complementOf _:d1c0be2fa2529e0205b38303541ef4b4 .
_:d1c0be2fa2529e0205b38303541ef4b4 a owl:Restriction ;
owl:onProperty wdt:P9100 ;
owl:someValuesFrom owl:Thing .
wd:P9196 a wikibase:Property ;
rdfs:label &#34;BookBub author ID&#34;@en ;
skos:prefLabel &#34;BookBub author ID&#34;@en ;
schema:name &#34;BookBub author ID&#34;@en ;
schema:description &#34;author identifier on BookBub website&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P9196 ;
wikibase:claim p:P9196 ;
wikibase:statementProperty ps:P9196 ;
wikibase:statementValue psv:P9196 ;
wikibase:qualifier pq:P9196 ;
wikibase:qualifierValue pqv:P9196 ;
wikibase:reference pr:P9196 ;
wikibase:referenceValue prv:P9196 ;
wikibase:novalue wdno:P9196 ;
wikibase:directClaimNormalized wdtn:P9196 ;
wikibase:statementValueNormalized psn:P9196 ;
wikibase:qualifierValueNormalized pqn:P9196 ;
wikibase:referenceValueNormalized prn:P9196 .
p:P9196 a owl:ObjectProperty .
psv:P9196 a owl:ObjectProperty .
pqv:P9196 a owl:ObjectProperty .
prv:P9196 a owl:ObjectProperty .
wdt:P9196 a owl:DatatypeProperty .
ps:P9196 a owl:DatatypeProperty .
pq:P9196 a owl:DatatypeProperty .
pr:P9196 a owl:DatatypeProperty .
psn:P9196 a owl:ObjectProperty .
pqn:P9196 a owl:ObjectProperty .
prn:P9196 a owl:ObjectProperty .
wdtn:P9196 a owl:ObjectProperty .
wdno:P9196 a owl:Class ;
owl:complementOf _:b850a3864d7b2db6096d7bf97facbde7 .
_:b850a3864d7b2db6096d7bf97facbde7 a owl:Restriction ;
owl:onProperty wdt:P9196 ;
owl:someValuesFrom owl:Thing .
wd:P9251 a wikibase:Property ;
rdfs:label &#34;Cyprus University of Technology ID&#34;@en ;
skos:prefLabel &#34;Cyprus University of Technology ID&#34;@en ;
schema:name &#34;Cyprus University of Technology ID&#34;@en ;
schema:description &#34;identifier for an authority in the catalogue of the library of the Cyprus University of Technology&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P9251 ;
wikibase:claim p:P9251 ;
wikibase:statementProperty ps:P9251 ;
wikibase:statementValue psv:P9251 ;
wikibase:qualifier pq:P9251 ;
wikibase:qualifierValue pqv:P9251 ;
wikibase:reference pr:P9251 ;
wikibase:referenceValue prv:P9251 ;
wikibase:novalue wdno:P9251 ;
wikibase:directClaimNormalized wdtn:P9251 ;
wikibase:statementValueNormalized psn:P9251 ;
wikibase:qualifierValueNormalized pqn:P9251 ;
wikibase:referenceValueNormalized prn:P9251 .
p:P9251 a owl:ObjectProperty .
psv:P9251 a owl:ObjectProperty .
pqv:P9251 a owl:ObjectProperty .
prv:P9251 a owl:ObjectProperty .
wdt:P9251 a owl:DatatypeProperty .
ps:P9251 a owl:DatatypeProperty .
pq:P9251 a owl:DatatypeProperty .
pr:P9251 a owl:DatatypeProperty .
psn:P9251 a owl:ObjectProperty .
pqn:P9251 a owl:ObjectProperty .
prn:P9251 a owl:ObjectProperty .
wdtn:P9251 a owl:ObjectProperty .
wdno:P9251 a owl:Class ;
owl:complementOf _:0320c5cc9995360ccab743307729e7bd .
_:0320c5cc9995360ccab743307729e7bd a owl:Restriction ;
owl:onProperty wdt:P9251 ;
owl:someValuesFrom owl:Thing .
wd:P9307 a wikibase:Property ;
rdfs:label &#34;Fancyclopedia 3 ID&#34;@en ;
skos:prefLabel &#34;Fancyclopedia 3 ID&#34;@en ;
schema:name &#34;Fancyclopedia 3 ID&#34;@en ;
schema:description &#34;identifier for a page on Fancyclopedia 3&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P9307 ;
wikibase:claim p:P9307 ;
wikibase:statementProperty ps:P9307 ;
wikibase:statementValue psv:P9307 ;
wikibase:qualifier pq:P9307 ;
wikibase:qualifierValue pqv:P9307 ;
wikibase:reference pr:P9307 ;
wikibase:referenceValue prv:P9307 ;
wikibase:novalue wdno:P9307 ;
wikibase:directClaimNormalized wdtn:P9307 ;
wikibase:statementValueNormalized psn:P9307 ;
wikibase:qualifierValueNormalized pqn:P9307 ;
wikibase:referenceValueNormalized prn:P9307 .
p:P9307 a owl:ObjectProperty .
psv:P9307 a owl:ObjectProperty .
pqv:P9307 a owl:ObjectProperty .
prv:P9307 a owl:ObjectProperty .
wdt:P9307 a owl:DatatypeProperty .
ps:P9307 a owl:DatatypeProperty .
pq:P9307 a owl:DatatypeProperty .
pr:P9307 a owl:DatatypeProperty .
psn:P9307 a owl:ObjectProperty .
pqn:P9307 a owl:ObjectProperty .
prn:P9307 a owl:ObjectProperty .
wdtn:P9307 a owl:ObjectProperty .
wdno:P9307 a owl:Class ;
owl:complementOf _:76860747ed404e7e4082021cdac1bf04 .
_:76860747ed404e7e4082021cdac1bf04 a owl:Restriction ;
owl:onProperty wdt:P9307 ;
owl:someValuesFrom owl:Thing .
wd:Q17122705 a wikibase:Item ;
rdfs:label &#34;brown&#34;@en ;
skos:prefLabel &#34;brown&#34;@en ;
schema:name &#34;brown&#34;@en ;
schema:description &#34;eye color&#34;@en .
wd:P1340 a wikibase:Property ;
rdfs:label &#34;eye color&#34;@en ;
skos:prefLabel &#34;eye color&#34;@en ;
schema:name &#34;eye color&#34;@en ;
schema:description &#34;color of the irises of a person&#39;s eyes&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P1340 ;
wikibase:claim p:P1340 ;
wikibase:statementProperty ps:P1340 ;
wikibase:statementValue psv:P1340 ;
wikibase:qualifier pq:P1340 ;
wikibase:qualifierValue pqv:P1340 ;
wikibase:reference pr:P1340 ;
wikibase:referenceValue prv:P1340 ;
wikibase:novalue wdno:P1340 .
p:P1340 a owl:ObjectProperty .
psv:P1340 a owl:ObjectProperty .
pqv:P1340 a owl:ObjectProperty .
prv:P1340 a owl:ObjectProperty .
wdt:P1340 a owl:ObjectProperty .
ps:P1340 a owl:ObjectProperty .
pq:P1340 a owl:ObjectProperty .
pr:P1340 a owl:ObjectProperty .
wdno:P1340 a owl:Class ;
owl:complementOf _:0c7917ec73a49ec5dc8e46cbcb90fc23 .
_:0c7917ec73a49ec5dc8e46cbcb90fc23 a owl:Restriction ;
owl:onProperty wdt:P1340 ;
owl:someValuesFrom owl:Thing .
wd:Q3238422 a wikibase:Item ;
rdfs:label &#34;science fiction literature&#34;@en ;
skos:prefLabel &#34;science fiction literature&#34;@en ;
schema:name &#34;science fiction literature&#34;@en ;
schema:description &#34;literary genre&#34;@en .
wd:P101 a wikibase:Property ;
rdfs:label &#34;field of work&#34;@en ;
skos:prefLabel &#34;field of work&#34;@en ;
schema:name &#34;field of work&#34;@en ;
schema:description &#34;specialization of a person or organization; see P106 for the occupation&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P101 ;
wikibase:claim p:P101 ;
wikibase:statementProperty ps:P101 ;
wikibase:statementValue psv:P101 ;
wikibase:qualifier pq:P101 ;
wikibase:qualifierValue pqv:P101 ;
wikibase:reference pr:P101 ;
wikibase:referenceValue prv:P101 ;
wikibase:novalue wdno:P101 .
p:P101 a owl:ObjectProperty .
psv:P101 a owl:ObjectProperty .
pqv:P101 a owl:ObjectProperty .
prv:P101 a owl:ObjectProperty .
wdt:P101 a owl:ObjectProperty .
ps:P101 a owl:ObjectProperty .
pq:P101 a owl:ObjectProperty .
pr:P101 a owl:ObjectProperty .
wdno:P101 a owl:Class ;
owl:complementOf _:cbb504a009ed02903f241add7373826c .
_:cbb504a009ed02903f241add7373826c a owl:Restriction ;
owl:onProperty wdt:P101 ;
owl:someValuesFrom owl:Thing .
wd:P1813 a wikibase:Property ;
rdfs:label &#34;short name&#34;@en ;
skos:prefLabel &#34;short name&#34;@en ;
schema:name &#34;short name&#34;@en ;
schema:description &#34;short name of a place, organisation, person, journal, Wikidata property, etc.&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#Monolingualtext&gt; ;
wikibase:directClaim wdt:P1813 ;
wikibase:claim p:P1813 ;
wikibase:statementProperty ps:P1813 ;
wikibase:statementValue psv:P1813 ;
wikibase:qualifier pq:P1813 ;
wikibase:qualifierValue pqv:P1813 ;
wikibase:reference pr:P1813 ;
wikibase:referenceValue prv:P1813 ;
wikibase:novalue wdno:P1813 .
p:P1813 a owl:ObjectProperty .
psv:P1813 a owl:ObjectProperty .
pqv:P1813 a owl:ObjectProperty .
prv:P1813 a owl:ObjectProperty .
wdt:P1813 a owl:DatatypeProperty .
ps:P1813 a owl:DatatypeProperty .
pq:P1813 a owl:DatatypeProperty .
pr:P1813 a owl:DatatypeProperty .
wdno:P1813 a owl:Class ;
owl:complementOf _:4a7b6a517307eeaf8a892e11937a0f7f .
_:4a7b6a517307eeaf8a892e11937a0f7f a owl:Restriction ;
owl:onProperty wdt:P1813 ;
owl:someValuesFrom owl:Thing .
wd:Q2687578 a wikibase:Item ;
rdfs:label &#34;Inkpot Award&#34;@en ;
skos:prefLabel &#34;Inkpot Award&#34;@en ;
schema:name &#34;Inkpot Award&#34;@en ;
schema:description &#34;comics award&#34;@en .
wd:P166 a wikibase:Property ;
rdfs:label &#34;award received&#34;@en ;
skos:prefLabel &#34;award received&#34;@en ;
schema:name &#34;award received&#34;@en ;
schema:description &#34;award or recognition received by a person, organization or creative work&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P166 ;
wikibase:claim p:P166 ;
wikibase:statementProperty ps:P166 ;
wikibase:statementValue psv:P166 ;
wikibase:qualifier pq:P166 ;
wikibase:qualifierValue pqv:P166 ;
wikibase:reference pr:P166 ;
wikibase:referenceValue prv:P166 ;
wikibase:novalue wdno:P166 .
p:P166 a owl:ObjectProperty .
psv:P166 a owl:ObjectProperty .
pqv:P166 a owl:ObjectProperty .
prv:P166 a owl:ObjectProperty .
wdt:P166 a owl:ObjectProperty .
ps:P166 a owl:ObjectProperty .
pq:P166 a owl:ObjectProperty .
pr:P166 a owl:ObjectProperty .
wdno:P166 a owl:Class ;
owl:complementOf _:7d9248d3103ddecb66c1e5cdef1c87b5 .
_:7d9248d3103ddecb66c1e5cdef1c87b5 a owl:Restriction ;
owl:onProperty wdt:P166 ;
owl:someValuesFrom owl:Thing .
wd:P9807 a wikibase:Property ;
rdfs:label &#34;SNK ID&#34;@en ;
skos:prefLabel &#34;SNK ID&#34;@en ;
schema:name &#34;SNK ID&#34;@en ;
schema:description &#34;authority control for the Slovak National Library, used in its catalog&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P9807 ;
wikibase:claim p:P9807 ;
wikibase:statementProperty ps:P9807 ;
wikibase:statementValue psv:P9807 ;
wikibase:qualifier pq:P9807 ;
wikibase:qualifierValue pqv:P9807 ;
wikibase:reference pr:P9807 ;
wikibase:referenceValue prv:P9807 ;
wikibase:novalue wdno:P9807 ;
wikibase:directClaimNormalized wdtn:P9807 ;
wikibase:statementValueNormalized psn:P9807 ;
wikibase:qualifierValueNormalized pqn:P9807 ;
wikibase:referenceValueNormalized prn:P9807 .
p:P9807 a owl:ObjectProperty .
psv:P9807 a owl:ObjectProperty .
pqv:P9807 a owl:ObjectProperty .
prv:P9807 a owl:ObjectProperty .
wdt:P9807 a owl:DatatypeProperty .
ps:P9807 a owl:DatatypeProperty .
pq:P9807 a owl:DatatypeProperty .
pr:P9807 a owl:DatatypeProperty .
psn:P9807 a owl:ObjectProperty .
pqn:P9807 a owl:ObjectProperty .
prn:P9807 a owl:ObjectProperty .
wdtn:P9807 a owl:ObjectProperty .
wdno:P9807 a owl:Class ;
owl:complementOf _:6dffc0a07c03f75ccb43b6967aa3d2cb .
_:6dffc0a07c03f75ccb43b6967aa3d2cb a owl:Restriction ;
owl:onProperty wdt:P9807 ;
owl:someValuesFrom owl:Thing .
wd:P9743 a wikibase:Property ;
rdfs:label &#34;Podchaser creator ID&#34;@en ;
skos:prefLabel &#34;Podchaser creator ID&#34;@en ;
schema:name &#34;Podchaser creator ID&#34;@en ;
schema:description &#34;identifier of a person in the Podchaser database&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P9743 ;
wikibase:claim p:P9743 ;
wikibase:statementProperty ps:P9743 ;
wikibase:statementValue psv:P9743 ;
wikibase:qualifier pq:P9743 ;
wikibase:qualifierValue pqv:P9743 ;
wikibase:reference pr:P9743 ;
wikibase:referenceValue prv:P9743 ;
wikibase:novalue wdno:P9743 ;
wikibase:directClaimNormalized wdtn:P9743 ;
wikibase:statementValueNormalized psn:P9743 ;
wikibase:qualifierValueNormalized pqn:P9743 ;
wikibase:referenceValueNormalized prn:P9743 .
p:P9743 a owl:ObjectProperty .
psv:P9743 a owl:ObjectProperty .
pqv:P9743 a owl:ObjectProperty .
prv:P9743 a owl:ObjectProperty .
wdt:P9743 a owl:DatatypeProperty .
ps:P9743 a owl:DatatypeProperty .
pq:P9743 a owl:DatatypeProperty .
pr:P9743 a owl:DatatypeProperty .
psn:P9743 a owl:ObjectProperty .
pqn:P9743 a owl:ObjectProperty .
prn:P9743 a owl:ObjectProperty .
wdtn:P9743 a owl:ObjectProperty .
wdno:P9743 a owl:Class ;
owl:complementOf _:842a6c5bee59a2dded99b544555bd972 .
_:842a6c5bee59a2dded99b544555bd972 a owl:Restriction ;
owl:onProperty wdt:P9743 ;
owl:someValuesFrom owl:Thing .
wd:P1149 a wikibase:Property ;
rdfs:label &#34;Library of Congress Classification&#34;@en ;
skos:prefLabel &#34;Library of Congress Classification&#34;@en ;
schema:name &#34;Library of Congress Classification&#34;@en ;
schema:description &#34;subject classification identifier used in the Library of Congress Classification system&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P1149 ;
wikibase:claim p:P1149 ;
wikibase:statementProperty ps:P1149 ;
wikibase:statementValue psv:P1149 ;
wikibase:qualifier pq:P1149 ;
wikibase:qualifierValue pqv:P1149 ;
wikibase:reference pr:P1149 ;
wikibase:referenceValue prv:P1149 ;
wikibase:novalue wdno:P1149 ;
wikibase:directClaimNormalized wdtn:P1149 ;
wikibase:statementValueNormalized psn:P1149 ;
wikibase:qualifierValueNormalized pqn:P1149 ;
wikibase:referenceValueNormalized prn:P1149 .
p:P1149 a owl:ObjectProperty .
psv:P1149 a owl:ObjectProperty .
pqv:P1149 a owl:ObjectProperty .
prv:P1149 a owl:ObjectProperty .
wdt:P1149 a owl:DatatypeProperty .
ps:P1149 a owl:DatatypeProperty .
pq:P1149 a owl:DatatypeProperty .
pr:P1149 a owl:DatatypeProperty .
psn:P1149 a owl:ObjectProperty .
pqn:P1149 a owl:ObjectProperty .
prn:P1149 a owl:ObjectProperty .
wdtn:P1149 a owl:ObjectProperty .
wdno:P1149 a owl:Class ;
owl:complementOf _:4cbe5124d45d6d2ed4d007e2a6f22828 .
_:4cbe5124d45d6d2ed4d007e2a6f22828 a owl:Restriction ;
owl:onProperty wdt:P1149 ;
owl:someValuesFrom owl:Thing .
wd:P9918 a wikibase:Property ;
rdfs:label &#34;Kallías ID&#34;@en ;
skos:prefLabel &#34;Kallías ID&#34;@en ;
schema:name &#34;Kallías ID&#34;@en ;
schema:description &#34;identifier in Kallías, the catalog of the German Literature Archive Marbach (DLA Marbach)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P9918 ;
wikibase:claim p:P9918 ;
wikibase:statementProperty ps:P9918 ;
wikibase:statementValue psv:P9918 ;
wikibase:qualifier pq:P9918 ;
wikibase:qualifierValue pqv:P9918 ;
wikibase:reference pr:P9918 ;
wikibase:referenceValue prv:P9918 ;
wikibase:novalue wdno:P9918 ;
wikibase:directClaimNormalized wdtn:P9918 ;
wikibase:statementValueNormalized psn:P9918 ;
wikibase:qualifierValueNormalized pqn:P9918 ;
wikibase:referenceValueNormalized prn:P9918 .
p:P9918 a owl:ObjectProperty .
psv:P9918 a owl:ObjectProperty .
pqv:P9918 a owl:ObjectProperty .
prv:P9918 a owl:ObjectProperty .
wdt:P9918 a owl:DatatypeProperty .
ps:P9918 a owl:DatatypeProperty .
pq:P9918 a owl:DatatypeProperty .
pr:P9918 a owl:DatatypeProperty .
psn:P9918 a owl:ObjectProperty .
pqn:P9918 a owl:ObjectProperty .
prn:P9918 a owl:ObjectProperty .
wdtn:P9918 a owl:ObjectProperty .
wdno:P9918 a owl:Class ;
owl:complementOf _:3a830f1b05371046d5386f2381fc59e2 .
_:3a830f1b05371046d5386f2381fc59e2 a owl:Restriction ;
owl:onProperty wdt:P9918 ;
owl:someValuesFrom owl:Thing .
wd:P9995 a wikibase:Property ;
rdfs:label &#34;MYmovies person ID&#34;@en ;
skos:prefLabel &#34;MYmovies person ID&#34;@en ;
schema:name &#34;MYmovies person ID&#34;@en ;
schema:description &#34;identifier for a person on the MYmovies film database&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P9995 ;
wikibase:claim p:P9995 ;
wikibase:statementProperty ps:P9995 ;
wikibase:statementValue psv:P9995 ;
wikibase:qualifier pq:P9995 ;
wikibase:qualifierValue pqv:P9995 ;
wikibase:reference pr:P9995 ;
wikibase:referenceValue prv:P9995 ;
wikibase:novalue wdno:P9995 ;
wikibase:directClaimNormalized wdtn:P9995 ;
wikibase:statementValueNormalized psn:P9995 ;
wikibase:qualifierValueNormalized pqn:P9995 ;
wikibase:referenceValueNormalized prn:P9995 .
p:P9995 a owl:ObjectProperty .
psv:P9995 a owl:ObjectProperty .
pqv:P9995 a owl:ObjectProperty .
prv:P9995 a owl:ObjectProperty .
wdt:P9995 a owl:DatatypeProperty .
ps:P9995 a owl:DatatypeProperty .
pq:P9995 a owl:DatatypeProperty .
pr:P9995 a owl:DatatypeProperty .
psn:P9995 a owl:ObjectProperty .
pqn:P9995 a owl:ObjectProperty .
prn:P9995 a owl:ObjectProperty .
wdtn:P9995 a owl:ObjectProperty .
wdno:P9995 a owl:Class ;
owl:complementOf _:629752abb445ec4e7624b466b25ad991 .
_:629752abb445ec4e7624b466b25ad991 a owl:Restriction ;
owl:onProperty wdt:P9995 ;
owl:someValuesFrom owl:Thing .
wd:P9984 a wikibase:Property ;
rdfs:label &#34;CANTIC ID&#34;@en ;
skos:prefLabel &#34;CANTIC ID&#34;@en ;
schema:name &#34;CANTIC ID&#34;@en ;
schema:description &#34;identifier for authority control managed by the Library of Catalonia&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P9984 ;
wikibase:claim p:P9984 ;
wikibase:statementProperty ps:P9984 ;
wikibase:statementValue psv:P9984 ;
wikibase:qualifier pq:P9984 ;
wikibase:qualifierValue pqv:P9984 ;
wikibase:reference pr:P9984 ;
wikibase:referenceValue prv:P9984 ;
wikibase:novalue wdno:P9984 ;
wikibase:directClaimNormalized wdtn:P9984 ;
wikibase:statementValueNormalized psn:P9984 ;
wikibase:qualifierValueNormalized pqn:P9984 ;
wikibase:referenceValueNormalized prn:P9984 .
p:P9984 a owl:ObjectProperty .
psv:P9984 a owl:ObjectProperty .
pqv:P9984 a owl:ObjectProperty .
prv:P9984 a owl:ObjectProperty .
wdt:P9984 a owl:DatatypeProperty .
ps:P9984 a owl:DatatypeProperty .
pq:P9984 a owl:DatatypeProperty .
pr:P9984 a owl:DatatypeProperty .
psn:P9984 a owl:ObjectProperty .
pqn:P9984 a owl:ObjectProperty .
prn:P9984 a owl:ObjectProperty .
wdtn:P9984 a owl:ObjectProperty .
wdno:P9984 a owl:Class ;
owl:complementOf _:28cc59dfbf79a72a3b68613fe71b6c85 .
_:28cc59dfbf79a72a3b68613fe71b6c85 a owl:Restriction ;
owl:onProperty wdt:P9984 ;
owl:someValuesFrom owl:Thing .
wd:Q8722666 a wikibase:Item ;
rdfs:label &#34;Category:Films with screenplays by Douglas Adams&#34;@en ;
skos:prefLabel &#34;Category:Films with screenplays by Douglas Adams&#34;@en ;
schema:name &#34;Category:Films with screenplays by Douglas Adams&#34;@en ;
schema:description &#34;Wikimedia category&#34;@en .
wd:P7084 a wikibase:Property ;
rdfs:label &#34;related category&#34;@en ;
skos:prefLabel &#34;related category&#34;@en ;
schema:name &#34;related category&#34;@en ;
schema:description &#34;Wikimedia category is related to this item&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P7084 ;
wikibase:claim p:P7084 ;
wikibase:statementProperty ps:P7084 ;
wikibase:statementValue psv:P7084 ;
wikibase:qualifier pq:P7084 ;
wikibase:qualifierValue pqv:P7084 ;
wikibase:reference pr:P7084 ;
wikibase:referenceValue prv:P7084 ;
wikibase:novalue wdno:P7084 .
p:P7084 a owl:ObjectProperty .
psv:P7084 a owl:ObjectProperty .
pqv:P7084 a owl:ObjectProperty .
prv:P7084 a owl:ObjectProperty .
wdt:P7084 a owl:ObjectProperty .
ps:P7084 a owl:ObjectProperty .
pq:P7084 a owl:ObjectProperty .
pr:P7084 a owl:ObjectProperty .
wdno:P7084 a owl:Class ;
owl:complementOf _:2e6b7b5c4919ba32e901455d65c4ec70 .
_:2e6b7b5c4919ba32e901455d65c4ec70 a owl:Restriction ;
owl:onProperty wdt:P7084 ;
owl:someValuesFrom owl:Thing .
wd:P6173 a wikibase:Property ;
rdfs:label &#34;Bitraga author ID&#34;@en ;
skos:prefLabel &#34;Bitraga author ID&#34;@en ;
schema:name &#34;Bitraga author ID&#34;@en ;
schema:description &#34;identifier for an author in the Digital Library of Galician Literary Translation database (Bitraga) of the University of Vigo&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P6173 ;
wikibase:claim p:P6173 ;
wikibase:statementProperty ps:P6173 ;
wikibase:statementValue psv:P6173 ;
wikibase:qualifier pq:P6173 ;
wikibase:qualifierValue pqv:P6173 ;
wikibase:reference pr:P6173 ;
wikibase:referenceValue prv:P6173 ;
wikibase:novalue wdno:P6173 ;
wikibase:directClaimNormalized wdtn:P6173 ;
wikibase:statementValueNormalized psn:P6173 ;
wikibase:qualifierValueNormalized pqn:P6173 ;
wikibase:referenceValueNormalized prn:P6173 .
p:P6173 a owl:ObjectProperty .
psv:P6173 a owl:ObjectProperty .
pqv:P6173 a owl:ObjectProperty .
prv:P6173 a owl:ObjectProperty .
wdt:P6173 a owl:DatatypeProperty .
ps:P6173 a owl:DatatypeProperty .
pq:P6173 a owl:DatatypeProperty .
pr:P6173 a owl:DatatypeProperty .
psn:P6173 a owl:ObjectProperty .
pqn:P6173 a owl:ObjectProperty .
prn:P6173 a owl:ObjectProperty .
wdtn:P6173 a owl:ObjectProperty .
wdno:P6173 a owl:Class ;
owl:complementOf _:cccb09b3354e52e386f274c5234ac9c2 .
_:cccb09b3354e52e386f274c5234ac9c2 a owl:Restriction ;
owl:onProperty wdt:P6173 ;
owl:someValuesFrom owl:Thing .
wd:P18 a wikibase:Property ;
rdfs:label &#34;image&#34;@en ;
skos:prefLabel &#34;image&#34;@en ;
schema:name &#34;image&#34;@en ;
schema:description &#34;image of relevant illustration of the subject; if available, also use more specific properties (sample: coat of arms image, locator map, flag image, signature image, logo image, collage image)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#CommonsMedia&gt; ;
wikibase:directClaim wdt:P18 ;
wikibase:claim p:P18 ;
wikibase:statementProperty ps:P18 ;
wikibase:statementValue psv:P18 ;
wikibase:qualifier pq:P18 ;
wikibase:qualifierValue pqv:P18 ;
wikibase:reference pr:P18 ;
wikibase:referenceValue prv:P18 ;
wikibase:novalue wdno:P18 .
p:P18 a owl:ObjectProperty .
psv:P18 a owl:ObjectProperty .
pqv:P18 a owl:ObjectProperty .
prv:P18 a owl:ObjectProperty .
wdt:P18 a owl:ObjectProperty .
ps:P18 a owl:ObjectProperty .
pq:P18 a owl:ObjectProperty .
pr:P18 a owl:ObjectProperty .
wdno:P18 a owl:Class ;
owl:complementOf _:90353c5ec33a5dc569985590a17a3551 .
_:90353c5ec33a5dc569985590a17a3551 a owl:Restriction ;
owl:onProperty wdt:P18 ;
owl:someValuesFrom owl:Thing .
wd:P7775 a wikibase:Property ;
rdfs:label &#34;RationalWiki ID&#34;@en ;
skos:prefLabel &#34;RationalWiki ID&#34;@en ;
schema:name &#34;RationalWiki ID&#34;@en ;
schema:description &#34;identifier for an item at RationalWiki&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P7775 ;
wikibase:claim p:P7775 ;
wikibase:statementProperty ps:P7775 ;
wikibase:statementValue psv:P7775 ;
wikibase:qualifier pq:P7775 ;
wikibase:qualifierValue pqv:P7775 ;
wikibase:reference pr:P7775 ;
wikibase:referenceValue prv:P7775 ;
wikibase:novalue wdno:P7775 ;
wikibase:directClaimNormalized wdtn:P7775 ;
wikibase:statementValueNormalized psn:P7775 ;
wikibase:qualifierValueNormalized pqn:P7775 ;
wikibase:referenceValueNormalized prn:P7775 .
p:P7775 a owl:ObjectProperty .
psv:P7775 a owl:ObjectProperty .
pqv:P7775 a owl:ObjectProperty .
prv:P7775 a owl:ObjectProperty .
wdt:P7775 a owl:DatatypeProperty .
ps:P7775 a owl:DatatypeProperty .
pq:P7775 a owl:DatatypeProperty .
pr:P7775 a owl:DatatypeProperty .
psn:P7775 a owl:ObjectProperty .
pqn:P7775 a owl:ObjectProperty .
prn:P7775 a owl:ObjectProperty .
wdtn:P7775 a owl:ObjectProperty .
wdno:P7775 a owl:Class ;
owl:complementOf _:ddcde3a28b30cbe80b2ff0eb0ecf1a82 .
_:ddcde3a28b30cbe80b2ff0eb0ecf1a82 a owl:Restriction ;
owl:onProperty wdt:P7775 ;
owl:someValuesFrom owl:Thing .
wd:P10069 a wikibase:Property ;
rdfs:label &#34;Tabakalera ID&#34;@en ;
skos:prefLabel &#34;Tabakalera ID&#34;@en ;
schema:name &#34;Tabakalera ID&#34;@en ;
schema:description &#34;identifier for an authority in the catalogue of Tabakalera, contemporary culture centre in Donostia&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P10069 ;
wikibase:claim p:P10069 ;
wikibase:statementProperty ps:P10069 ;
wikibase:statementValue psv:P10069 ;
wikibase:qualifier pq:P10069 ;
wikibase:qualifierValue pqv:P10069 ;
wikibase:reference pr:P10069 ;
wikibase:referenceValue prv:P10069 ;
wikibase:novalue wdno:P10069 ;
wikibase:directClaimNormalized wdtn:P10069 ;
wikibase:statementValueNormalized psn:P10069 ;
wikibase:qualifierValueNormalized pqn:P10069 ;
wikibase:referenceValueNormalized prn:P10069 .
p:P10069 a owl:ObjectProperty .
psv:P10069 a owl:ObjectProperty .
pqv:P10069 a owl:ObjectProperty .
prv:P10069 a owl:ObjectProperty .
wdt:P10069 a owl:DatatypeProperty .
ps:P10069 a owl:DatatypeProperty .
pq:P10069 a owl:DatatypeProperty .
pr:P10069 a owl:DatatypeProperty .
psn:P10069 a owl:ObjectProperty .
pqn:P10069 a owl:ObjectProperty .
prn:P10069 a owl:ObjectProperty .
wdtn:P10069 a owl:ObjectProperty .
wdno:P10069 a owl:Class ;
owl:complementOf _:28f7b9ecb45bba1f0bf23de900de0ec3 .
_:28f7b9ecb45bba1f0bf23de900de0ec3 a owl:Restriction ;
owl:onProperty wdt:P10069 ;
owl:someValuesFrom owl:Thing .
wd:P8292 a wikibase:Property ;
rdfs:label &#34;AusStage person ID&#34;@en ;
skos:prefLabel &#34;AusStage person ID&#34;@en ;
schema:name &#34;AusStage person ID&#34;@en ;
schema:description &#34;identifier for a person at AusStage&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P8292 ;
wikibase:claim p:P8292 ;
wikibase:statementProperty ps:P8292 ;
wikibase:statementValue psv:P8292 ;
wikibase:qualifier pq:P8292 ;
wikibase:qualifierValue pqv:P8292 ;
wikibase:reference pr:P8292 ;
wikibase:referenceValue prv:P8292 ;
wikibase:novalue wdno:P8292 ;
wikibase:directClaimNormalized wdtn:P8292 ;
wikibase:statementValueNormalized psn:P8292 ;
wikibase:qualifierValueNormalized pqn:P8292 ;
wikibase:referenceValueNormalized prn:P8292 .
p:P8292 a owl:ObjectProperty .
psv:P8292 a owl:ObjectProperty .
pqv:P8292 a owl:ObjectProperty .
prv:P8292 a owl:ObjectProperty .
wdt:P8292 a owl:DatatypeProperty .
ps:P8292 a owl:DatatypeProperty .
pq:P8292 a owl:DatatypeProperty .
pr:P8292 a owl:DatatypeProperty .
psn:P8292 a owl:ObjectProperty .
pqn:P8292 a owl:ObjectProperty .
prn:P8292 a owl:ObjectProperty .
wdtn:P8292 a owl:ObjectProperty .
wdno:P8292 a owl:Class ;
owl:complementOf _:eb02089a00ac21fcff3b293aebc0de4e .
_:eb02089a00ac21fcff3b293aebc0de4e a owl:Restriction ;
owl:onProperty wdt:P8292 ;
owl:someValuesFrom owl:Thing .
wd:P10266 a wikibase:Property ;
rdfs:label &#34;AdoroCinema person ID&#34;@en ;
skos:prefLabel &#34;AdoroCinema person ID&#34;@en ;
schema:name &#34;AdoroCinema person ID&#34;@en ;
schema:description &#34;identifier for a person in AdoroCinema database&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P10266 ;
wikibase:claim p:P10266 ;
wikibase:statementProperty ps:P10266 ;
wikibase:statementValue psv:P10266 ;
wikibase:qualifier pq:P10266 ;
wikibase:qualifierValue pqv:P10266 ;
wikibase:reference pr:P10266 ;
wikibase:referenceValue prv:P10266 ;
wikibase:novalue wdno:P10266 ;
wikibase:directClaimNormalized wdtn:P10266 ;
wikibase:statementValueNormalized psn:P10266 ;
wikibase:qualifierValueNormalized pqn:P10266 ;
wikibase:referenceValueNormalized prn:P10266 .
p:P10266 a owl:ObjectProperty .
psv:P10266 a owl:ObjectProperty .
pqv:P10266 a owl:ObjectProperty .
prv:P10266 a owl:ObjectProperty .
wdt:P10266 a owl:DatatypeProperty .
ps:P10266 a owl:DatatypeProperty .
pq:P10266 a owl:DatatypeProperty .
pr:P10266 a owl:DatatypeProperty .
psn:P10266 a owl:ObjectProperty .
pqn:P10266 a owl:ObjectProperty .
prn:P10266 a owl:ObjectProperty .
wdtn:P10266 a owl:ObjectProperty .
wdno:P10266 a owl:Class ;
owl:complementOf _:a4f219a5b755f583fdf7c7f8b5fe6e9f .
_:a4f219a5b755f583fdf7c7f8b5fe6e9f a owl:Restriction ;
owl:onProperty wdt:P10266 ;
owl:someValuesFrom owl:Thing .
wd:P8313 a wikibase:Property ;
rdfs:label &#34;Den Store Danske ID&#34;@en ;
skos:prefLabel &#34;Den Store Danske ID&#34;@en ;
schema:name &#34;Den Store Danske ID&#34;@en ;
schema:description &#34;identifier of an article in the online encyclopedia denstoredanske.lex.dk&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P8313 ;
wikibase:claim p:P8313 ;
wikibase:statementProperty ps:P8313 ;
wikibase:statementValue psv:P8313 ;
wikibase:qualifier pq:P8313 ;
wikibase:qualifierValue pqv:P8313 ;
wikibase:reference pr:P8313 ;
wikibase:referenceValue prv:P8313 ;
wikibase:novalue wdno:P8313 ;
wikibase:directClaimNormalized wdtn:P8313 ;
wikibase:statementValueNormalized psn:P8313 ;
wikibase:qualifierValueNormalized pqn:P8313 ;
wikibase:referenceValueNormalized prn:P8313 .
p:P8313 a owl:ObjectProperty .
psv:P8313 a owl:ObjectProperty .
pqv:P8313 a owl:ObjectProperty .
prv:P8313 a owl:ObjectProperty .
wdt:P8313 a owl:DatatypeProperty .
ps:P8313 a owl:DatatypeProperty .
pq:P8313 a owl:DatatypeProperty .
pr:P8313 a owl:DatatypeProperty .
psn:P8313 a owl:ObjectProperty .
pqn:P8313 a owl:ObjectProperty .
prn:P8313 a owl:ObjectProperty .
wdtn:P8313 a owl:ObjectProperty .
wdno:P8313 a owl:Class ;
owl:complementOf _:5ce4742f42f26afe436b747d2437666d .
_:5ce4742f42f26afe436b747d2437666d a owl:Restriction ;
owl:onProperty wdt:P8313 ;
owl:someValuesFrom owl:Thing .
wd:P10291 a wikibase:Property ;
rdfs:label &#34;Wikisimpsons ID&#34;@en ;
skos:prefLabel &#34;Wikisimpsons ID&#34;@en ;
schema:name &#34;Wikisimpsons ID&#34;@en ;
schema:description &#34;identifier for a Wikisimpsons article&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P10291 ;
wikibase:claim p:P10291 ;
wikibase:statementProperty ps:P10291 ;
wikibase:statementValue psv:P10291 ;
wikibase:qualifier pq:P10291 ;
wikibase:qualifierValue pqv:P10291 ;
wikibase:reference pr:P10291 ;
wikibase:referenceValue prv:P10291 ;
wikibase:novalue wdno:P10291 ;
wikibase:directClaimNormalized wdtn:P10291 ;
wikibase:statementValueNormalized psn:P10291 ;
wikibase:qualifierValueNormalized pqn:P10291 ;
wikibase:referenceValueNormalized prn:P10291 .
p:P10291 a owl:ObjectProperty .
psv:P10291 a owl:ObjectProperty .
pqv:P10291 a owl:ObjectProperty .
prv:P10291 a owl:ObjectProperty .
wdt:P10291 a owl:DatatypeProperty .
ps:P10291 a owl:DatatypeProperty .
pq:P10291 a owl:DatatypeProperty .
pr:P10291 a owl:DatatypeProperty .
psn:P10291 a owl:ObjectProperty .
pqn:P10291 a owl:ObjectProperty .
prn:P10291 a owl:ObjectProperty .
wdtn:P10291 a owl:ObjectProperty .
wdno:P10291 a owl:Class ;
owl:complementOf _:bd24a8cb34114f442b0c7ad45d0c48ec .
_:bd24a8cb34114f442b0c7ad45d0c48ec a owl:Restriction ;
owl:onProperty wdt:P10291 ;
owl:someValuesFrom owl:Thing .
wd:P3368 a wikibase:Property ;
rdfs:label &#34;Prabook ID&#34;@en ;
skos:prefLabel &#34;Prabook ID&#34;@en ;
schema:name &#34;Prabook ID&#34;@en ;
schema:description &#34;identifier of a person in the Prabook database&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P3368 ;
wikibase:claim p:P3368 ;
wikibase:statementProperty ps:P3368 ;
wikibase:statementValue psv:P3368 ;
wikibase:qualifier pq:P3368 ;
wikibase:qualifierValue pqv:P3368 ;
wikibase:reference pr:P3368 ;
wikibase:referenceValue prv:P3368 ;
wikibase:novalue wdno:P3368 ;
wikibase:directClaimNormalized wdtn:P3368 ;
wikibase:statementValueNormalized psn:P3368 ;
wikibase:qualifierValueNormalized pqn:P3368 ;
wikibase:referenceValueNormalized prn:P3368 .
p:P3368 a owl:ObjectProperty .
psv:P3368 a owl:ObjectProperty .
pqv:P3368 a owl:ObjectProperty .
prv:P3368 a owl:ObjectProperty .
wdt:P3368 a owl:DatatypeProperty .
ps:P3368 a owl:DatatypeProperty .
pq:P3368 a owl:DatatypeProperty .
pr:P3368 a owl:DatatypeProperty .
psn:P3368 a owl:ObjectProperty .
pqn:P3368 a owl:ObjectProperty .
prn:P3368 a owl:ObjectProperty .
wdtn:P3368 a owl:ObjectProperty .
wdno:P3368 a owl:Class ;
owl:complementOf _:87aa8d31d9d03853d5fda8175dacf620 .
_:87aa8d31d9d03853d5fda8175dacf620 a owl:Restriction ;
owl:onProperty wdt:P3368 ;
owl:someValuesFrom owl:Thing .
wd:P10387 a wikibase:Property ;
rdfs:label &#34;Databazeknih.cz author ID&#34;@en ;
skos:prefLabel &#34;Databazeknih.cz author ID&#34;@en ;
schema:name &#34;Databazeknih.cz author ID&#34;@en ;
schema:description &#34;numeric ID of author in Databáze knih&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P10387 ;
wikibase:claim p:P10387 ;
wikibase:statementProperty ps:P10387 ;
wikibase:statementValue psv:P10387 ;
wikibase:qualifier pq:P10387 ;
wikibase:qualifierValue pqv:P10387 ;
wikibase:reference pr:P10387 ;
wikibase:referenceValue prv:P10387 ;
wikibase:novalue wdno:P10387 ;
wikibase:directClaimNormalized wdtn:P10387 ;
wikibase:statementValueNormalized psn:P10387 ;
wikibase:qualifierValueNormalized pqn:P10387 ;
wikibase:referenceValueNormalized prn:P10387 .
p:P10387 a owl:ObjectProperty .
psv:P10387 a owl:ObjectProperty .
pqv:P10387 a owl:ObjectProperty .
prv:P10387 a owl:ObjectProperty .
wdt:P10387 a owl:DatatypeProperty .
ps:P10387 a owl:DatatypeProperty .
pq:P10387 a owl:DatatypeProperty .
pr:P10387 a owl:DatatypeProperty .
psn:P10387 a owl:ObjectProperty .
pqn:P10387 a owl:ObjectProperty .
prn:P10387 a owl:ObjectProperty .
wdtn:P10387 a owl:ObjectProperty .
wdno:P10387 a owl:Class ;
owl:complementOf _:87f9b7fd85f92799cc01bdd80931e8ec .
_:87f9b7fd85f92799cc01bdd80931e8ec a owl:Restriction ;
owl:onProperty wdt:P10387 ;
owl:someValuesFrom owl:Thing .
wd:P10553 a wikibase:Property ;
rdfs:label &#34;IxTheo authority ID&#34;@en ;
skos:prefLabel &#34;IxTheo authority ID&#34;@en ;
schema:name &#34;IxTheo authority ID&#34;@en ;
schema:description &#34;identifier for a person or an organization in the Index Theologicus (IxTheo)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P10553 ;
wikibase:claim p:P10553 ;
wikibase:statementProperty ps:P10553 ;
wikibase:statementValue psv:P10553 ;
wikibase:qualifier pq:P10553 ;
wikibase:qualifierValue pqv:P10553 ;
wikibase:reference pr:P10553 ;
wikibase:referenceValue prv:P10553 ;
wikibase:novalue wdno:P10553 ;
wikibase:directClaimNormalized wdtn:P10553 ;
wikibase:statementValueNormalized psn:P10553 ;
wikibase:qualifierValueNormalized pqn:P10553 ;
wikibase:referenceValueNormalized prn:P10553 .
p:P10553 a owl:ObjectProperty .
psv:P10553 a owl:ObjectProperty .
pqv:P10553 a owl:ObjectProperty .
prv:P10553 a owl:ObjectProperty .
wdt:P10553 a owl:DatatypeProperty .
ps:P10553 a owl:DatatypeProperty .
pq:P10553 a owl:DatatypeProperty .
pr:P10553 a owl:DatatypeProperty .
psn:P10553 a owl:ObjectProperty .
pqn:P10553 a owl:ObjectProperty .
prn:P10553 a owl:ObjectProperty .
wdtn:P10553 a owl:ObjectProperty .
wdno:P10553 a owl:Class ;
owl:complementOf _:5e95bbbff6dd0000831a1817a5ff1b68 .
_:5e95bbbff6dd0000831a1817a5ff1b68 a owl:Restriction ;
owl:onProperty wdt:P10553 ;
owl:someValuesFrom owl:Thing .
wd:P9965 a wikibase:Property ;
rdfs:label &#34;Musik-Sammler.de artist ID&#34;@en ;
skos:prefLabel &#34;Musik-Sammler.de artist ID&#34;@en ;
schema:name &#34;Musik-Sammler.de artist ID&#34;@en ;
schema:description &#34;numeric identifier for an artist (person, group) in the Musik-Sammler.de database&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P9965 ;
wikibase:claim p:P9965 ;
wikibase:statementProperty ps:P9965 ;
wikibase:statementValue psv:P9965 ;
wikibase:qualifier pq:P9965 ;
wikibase:qualifierValue pqv:P9965 ;
wikibase:reference pr:P9965 ;
wikibase:referenceValue prv:P9965 ;
wikibase:novalue wdno:P9965 ;
wikibase:directClaimNormalized wdtn:P9965 ;
wikibase:statementValueNormalized psn:P9965 ;
wikibase:qualifierValueNormalized pqn:P9965 ;
wikibase:referenceValueNormalized prn:P9965 .
p:P9965 a owl:ObjectProperty .
psv:P9965 a owl:ObjectProperty .
pqv:P9965 a owl:ObjectProperty .
prv:P9965 a owl:ObjectProperty .
wdt:P9965 a owl:DatatypeProperty .
ps:P9965 a owl:DatatypeProperty .
pq:P9965 a owl:DatatypeProperty .
pr:P9965 a owl:DatatypeProperty .
psn:P9965 a owl:ObjectProperty .
pqn:P9965 a owl:ObjectProperty .
prn:P9965 a owl:ObjectProperty .
wdtn:P9965 a owl:ObjectProperty .
wdno:P9965 a owl:Class ;
owl:complementOf _:ee06fe9065455de2722534d79da89b10 .
_:ee06fe9065455de2722534d79da89b10 a owl:Restriction ;
owl:onProperty wdt:P9965 ;
owl:someValuesFrom owl:Thing .
wd:P10337 a wikibase:Property ;
rdfs:label &#34;doollee.com playwright ID&#34;@en ;
skos:prefLabel &#34;doollee.com playwright ID&#34;@en ;
schema:name &#34;doollee.com playwright ID&#34;@en ;
schema:description &#34;identifier for a playwright on doollee.com&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P10337 ;
wikibase:claim p:P10337 ;
wikibase:statementProperty ps:P10337 ;
wikibase:statementValue psv:P10337 ;
wikibase:qualifier pq:P10337 ;
wikibase:qualifierValue pqv:P10337 ;
wikibase:reference pr:P10337 ;
wikibase:referenceValue prv:P10337 ;
wikibase:novalue wdno:P10337 ;
wikibase:directClaimNormalized wdtn:P10337 ;
wikibase:statementValueNormalized psn:P10337 ;
wikibase:qualifierValueNormalized pqn:P10337 ;
wikibase:referenceValueNormalized prn:P10337 .
p:P10337 a owl:ObjectProperty .
psv:P10337 a owl:ObjectProperty .
pqv:P10337 a owl:ObjectProperty .
prv:P10337 a owl:ObjectProperty .
wdt:P10337 a owl:DatatypeProperty .
ps:P10337 a owl:DatatypeProperty .
pq:P10337 a owl:DatatypeProperty .
pr:P10337 a owl:DatatypeProperty .
psn:P10337 a owl:ObjectProperty .
pqn:P10337 a owl:ObjectProperty .
prn:P10337 a owl:ObjectProperty .
wdtn:P10337 a owl:ObjectProperty .
wdno:P10337 a owl:Class ;
owl:complementOf _:50e30077e3432b43b220183a80f5b966 .
_:50e30077e3432b43b220183a80f5b966 a owl:Restriction ;
owl:onProperty wdt:P10337 ;
owl:someValuesFrom owl:Thing .
wd:P7502 a wikibase:Property ;
rdfs:label &#34;Golden ID&#34;@en ;
skos:prefLabel &#34;Golden ID&#34;@en ;
schema:name &#34;Golden ID&#34;@en ;
schema:description &#34;page ID for the Golden knowledge base&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P7502 ;
wikibase:claim p:P7502 ;
wikibase:statementProperty ps:P7502 ;
wikibase:statementValue psv:P7502 ;
wikibase:qualifier pq:P7502 ;
wikibase:qualifierValue pqv:P7502 ;
wikibase:reference pr:P7502 ;
wikibase:referenceValue prv:P7502 ;
wikibase:novalue wdno:P7502 ;
wikibase:directClaimNormalized wdtn:P7502 ;
wikibase:statementValueNormalized psn:P7502 ;
wikibase:qualifierValueNormalized pqn:P7502 ;
wikibase:referenceValueNormalized prn:P7502 .
p:P7502 a owl:ObjectProperty .
psv:P7502 a owl:ObjectProperty .
pqv:P7502 a owl:ObjectProperty .
prv:P7502 a owl:ObjectProperty .
wdt:P7502 a owl:DatatypeProperty .
ps:P7502 a owl:DatatypeProperty .
pq:P7502 a owl:DatatypeProperty .
pr:P7502 a owl:DatatypeProperty .
psn:P7502 a owl:ObjectProperty .
pqn:P7502 a owl:ObjectProperty .
prn:P7502 a owl:ObjectProperty .
wdtn:P7502 a owl:ObjectProperty .
wdno:P7502 a owl:Class ;
owl:complementOf _:e4c93b5c9c70a948cef90c96cc544a76 .
_:e4c93b5c9c70a948cef90c96cc544a76 a owl:Restriction ;
owl:onProperty wdt:P7502 ;
owl:someValuesFrom owl:Thing .
wd:P1477 a wikibase:Property ;
rdfs:label &#34;birth name&#34;@en ;
skos:prefLabel &#34;birth name&#34;@en ;
schema:name &#34;birth name&#34;@en ;
schema:description &#34;full name of a person at birth, if different from their current, generally used name&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#Monolingualtext&gt; ;
wikibase:directClaim wdt:P1477 ;
wikibase:claim p:P1477 ;
wikibase:statementProperty ps:P1477 ;
wikibase:statementValue psv:P1477 ;
wikibase:qualifier pq:P1477 ;
wikibase:qualifierValue pqv:P1477 ;
wikibase:reference pr:P1477 ;
wikibase:referenceValue prv:P1477 ;
wikibase:novalue wdno:P1477 .
p:P1477 a owl:ObjectProperty .
psv:P1477 a owl:ObjectProperty .
pqv:P1477 a owl:ObjectProperty .
prv:P1477 a owl:ObjectProperty .
wdt:P1477 a owl:DatatypeProperty .
ps:P1477 a owl:DatatypeProperty .
pq:P1477 a owl:DatatypeProperty .
pr:P1477 a owl:DatatypeProperty .
wdno:P1477 a owl:Class ;
owl:complementOf _:181933ff5f682f9559057d62c24ead56 .
_:181933ff5f682f9559057d62c24ead56 a owl:Restriction ;
owl:onProperty wdt:P1477 ;
owl:someValuesFrom owl:Thing .
wd:P1559 a wikibase:Property ;
rdfs:label &#34;name in native language&#34;@en ;
skos:prefLabel &#34;name in native language&#34;@en ;
schema:name &#34;name in native language&#34;@en ;
schema:description &#34;name of a person in their native language&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#Monolingualtext&gt; ;
wikibase:directClaim wdt:P1559 ;
wikibase:claim p:P1559 ;
wikibase:statementProperty ps:P1559 ;
wikibase:statementValue psv:P1559 ;
wikibase:qualifier pq:P1559 ;
wikibase:qualifierValue pqv:P1559 ;
wikibase:reference pr:P1559 ;
wikibase:referenceValue prv:P1559 ;
wikibase:novalue wdno:P1559 .
p:P1559 a owl:ObjectProperty .
psv:P1559 a owl:ObjectProperty .
pqv:P1559 a owl:ObjectProperty .
prv:P1559 a owl:ObjectProperty .
wdt:P1559 a owl:DatatypeProperty .
ps:P1559 a owl:DatatypeProperty .
pq:P1559 a owl:DatatypeProperty .
pr:P1559 a owl:DatatypeProperty .
wdno:P1559 a owl:Class ;
owl:complementOf _:10797c27ae4368790f83843fcd7206c2 .
_:10797c27ae4368790f83843fcd7206c2 a owl:Restriction ;
owl:onProperty wdt:P1559 ;
owl:someValuesFrom owl:Thing .
wd:Q19938912 a wikibase:Item ;
rdfs:label &#34;BnF authorities&#34;@en ;
skos:prefLabel &#34;BnF authorities&#34;@en ;
schema:name &#34;BnF authorities&#34;@en ;
schema:description &#34;authority file for persons, organisations, works, topics, and geographic places, of the French National Library&#34;@en .
wd:P248 a wikibase:Property ;
rdfs:label &#34;stated in&#34;@en ;
skos:prefLabel &#34;stated in&#34;@en ;
schema:name &#34;stated in&#34;@en ;
schema:description &#34;to be used in the references field to refer to the information document or database in which a claim is made; for qualifiers use P805; for the type of document in which a claim is made use P3865&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P248 ;
wikibase:claim p:P248 ;
wikibase:statementProperty ps:P248 ;
wikibase:statementValue psv:P248 ;
wikibase:qualifier pq:P248 ;
wikibase:qualifierValue pqv:P248 ;
wikibase:reference pr:P248 ;
wikibase:referenceValue prv:P248 ;
wikibase:novalue wdno:P248 .
p:P248 a owl:ObjectProperty .
psv:P248 a owl:ObjectProperty .
pqv:P248 a owl:ObjectProperty .
prv:P248 a owl:ObjectProperty .
wdt:P248 a owl:ObjectProperty .
ps:P248 a owl:ObjectProperty .
pq:P248 a owl:ObjectProperty .
pr:P248 a owl:ObjectProperty .
wdno:P248 a owl:Class ;
owl:complementOf _:a2b31078afaf5caae811f4ac846f5f35 .
_:a2b31078afaf5caae811f4ac846f5f35 a owl:Restriction ;
owl:onProperty wdt:P248 ;
owl:someValuesFrom owl:Thing .
wd:Q150 a wikibase:Item ;
rdfs:label &#34;French&#34;@en ;
skos:prefLabel &#34;French&#34;@en ;
schema:name &#34;French&#34;@en ;
schema:description &#34;Romance language&#34;@en .
wd:P407 a wikibase:Property ;
rdfs:label &#34;language of work or name&#34;@en ;
skos:prefLabel &#34;language of work or name&#34;@en ;
schema:name &#34;language of work or name&#34;@en ;
schema:description &#34;language associated with this creative work (such as books, shows, songs, broadcasts or websites) or a name (for persons use \&#34;native language\&#34; (P103) and \&#34;languages spoken, written or signed\&#34; (P1412))&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P407 ;
wikibase:claim p:P407 ;
wikibase:statementProperty ps:P407 ;
wikibase:statementValue psv:P407 ;
wikibase:qualifier pq:P407 ;
wikibase:qualifierValue pqv:P407 ;
wikibase:reference pr:P407 ;
wikibase:referenceValue prv:P407 ;
wikibase:novalue wdno:P407 .
p:P407 a owl:ObjectProperty .
psv:P407 a owl:ObjectProperty .
pqv:P407 a owl:ObjectProperty .
prv:P407 a owl:ObjectProperty .
wdt:P407 a owl:ObjectProperty .
ps:P407 a owl:ObjectProperty .
pq:P407 a owl:ObjectProperty .
pr:P407 a owl:ObjectProperty .
wdno:P407 a owl:Class ;
owl:complementOf _:7ecb658fb35d6b90057eeb2a2a932c62 .
_:7ecb658fb35d6b90057eeb2a2a932c62 a owl:Restriction ;
owl:onProperty wdt:P407 ;
owl:someValuesFrom owl:Thing .
wd:P813 a wikibase:Property ;
rdfs:label &#34;retrieved&#34;@en ;
skos:prefLabel &#34;retrieved&#34;@en ;
schema:name &#34;retrieved&#34;@en ;
schema:description &#34;date or point in time that information was retrieved from a database or website (for use in online sources)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#Time&gt; ;
wikibase:directClaim wdt:P813 ;
wikibase:claim p:P813 ;
wikibase:statementProperty ps:P813 ;
wikibase:statementValue psv:P813 ;
wikibase:qualifier pq:P813 ;
wikibase:qualifierValue pqv:P813 ;
wikibase:reference pr:P813 ;
wikibase:referenceValue prv:P813 ;
wikibase:novalue wdno:P813 .
p:P813 a owl:ObjectProperty .
psv:P813 a owl:ObjectProperty .
pqv:P813 a owl:ObjectProperty .
prv:P813 a owl:ObjectProperty .
wdt:P813 a owl:DatatypeProperty .
ps:P813 a owl:DatatypeProperty .
pq:P813 a owl:DatatypeProperty .
pr:P813 a owl:DatatypeProperty .
wdno:P813 a owl:Class ;
owl:complementOf _:a84dea0fd38ed74f926ea4bdef778770 .
_:a84dea0fd38ed74f926ea4bdef778770 a owl:Restriction ;
owl:onProperty wdt:P813 ;
owl:someValuesFrom owl:Thing .
wd:Q36578 a wikibase:Item ;
rdfs:label &#34;Gemeinsame Normdatei&#34;@en ;
skos:prefLabel &#34;Gemeinsame Normdatei&#34;@en ;
schema:name &#34;Gemeinsame Normdatei&#34;@en ;
schema:description &#34;German National Library authority file for personal names, subject headings and corporate bodies&#34;@en .
wd:Q188 a wikibase:Item ;
rdfs:label &#34;German&#34;@en ;
skos:prefLabel &#34;German&#34;@en ;
schema:name &#34;German&#34;@en ;
schema:description &#34;West Germanic language spoken mainly in Central Europe&#34;@en .
wd:Q47757534 a wikibase:Item ;
rdfs:label &#34;IdRef&#34;@en ;
skos:prefLabel &#34;IdRef&#34;@en ;
schema:name &#34;IdRef&#34;@en ;
schema:description &#34;SUDOC authority control site&#34;@en .
wd:Q193563 a wikibase:Item ;
rdfs:label &#34;Bibliothèque nationale de France&#34;@en ;
skos:prefLabel &#34;Bibliothèque nationale de France&#34;@en ;
schema:name &#34;Bibliothèque nationale de France&#34;@en ;
schema:description &#34;National Library of France&#34;@en .
wd:P854 a wikibase:Property ;
rdfs:label &#34;reference URL&#34;@en ;
skos:prefLabel &#34;reference URL&#34;@en ;
schema:name &#34;reference URL&#34;@en ;
schema:description &#34;should be used for Internet URLs as references. Use \&#34;Wikimedia import URL\&#34; (P4656) for imports from WMF sites&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#Url&gt; ;
wikibase:directClaim wdt:P854 ;
wikibase:claim p:P854 ;
wikibase:statementProperty ps:P854 ;
wikibase:statementValue psv:P854 ;
wikibase:qualifier pq:P854 ;
wikibase:qualifierValue pqv:P854 ;
wikibase:reference pr:P854 ;
wikibase:referenceValue prv:P854 ;
wikibase:novalue wdno:P854 .
p:P854 a owl:ObjectProperty .
psv:P854 a owl:ObjectProperty .
pqv:P854 a owl:ObjectProperty .
prv:P854 a owl:ObjectProperty .
wdt:P854 a owl:ObjectProperty .
ps:P854 a owl:ObjectProperty .
pq:P854 a owl:ObjectProperty .
pr:P854 a owl:ObjectProperty .
wdno:P854 a owl:Class ;
owl:complementOf _:7317e7e5a3edc1980ecfe7616bb5fa1d .
_:7317e7e5a3edc1980ecfe7616bb5fa1d a owl:Restriction ;
owl:onProperty wdt:P854 ;
owl:someValuesFrom owl:Thing .
wd:P580 a wikibase:Property ;
rdfs:label &#34;start time&#34;@en ;
skos:prefLabel &#34;start time&#34;@en ;
schema:name &#34;start time&#34;@en ;
schema:description &#34;time a time period starts&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#Time&gt; ;
wikibase:directClaim wdt:P580 ;
wikibase:claim p:P580 ;
wikibase:statementProperty ps:P580 ;
wikibase:statementValue psv:P580 ;
wikibase:qualifier pq:P580 ;
wikibase:qualifierValue pqv:P580 ;
wikibase:reference pr:P580 ;
wikibase:referenceValue prv:P580 ;
wikibase:novalue wdno:P580 .
p:P580 a owl:ObjectProperty .
psv:P580 a owl:ObjectProperty .
pqv:P580 a owl:ObjectProperty .
prv:P580 a owl:ObjectProperty .
wdt:P580 a owl:DatatypeProperty .
ps:P580 a owl:DatatypeProperty .
pq:P580 a owl:DatatypeProperty .
pr:P580 a owl:DatatypeProperty .
wdno:P580 a owl:Class ;
owl:complementOf _:a4f53844ef049c00e67a7c9b973324e1 .
_:a4f53844ef049c00e67a7c9b973324e1 a owl:Restriction ;
owl:onProperty wdt:P580 ;
owl:someValuesFrom owl:Thing .
wd:Q2567271 a wikibase:Item ;
rdfs:label &#34;Who&#39;s Who&#34;@en ;
skos:prefLabel &#34;Who&#39;s Who&#34;@en ;
schema:name &#34;Who&#39;s Who&#34;@en ;
schema:description &#34;British autobiographical dictionary&#34;@en .
wd:Q15222191 a wikibase:Item ;
rdfs:label &#34;general catalog of BnF&#34;@en ;
skos:prefLabel &#34;general catalog of BnF&#34;@en ;
schema:name &#34;general catalog of BnF&#34;@en ;
schema:description &#34;bibliographic descriptions of the holdings of the Bibliothèque nationale de France and the authority files&#34;@en .
wd:Q5375741 a wikibase:Item ;
rdfs:label &#34;Encyclopædia Britannica Online&#34;@en ;
skos:prefLabel &#34;Encyclopædia Britannica Online&#34;@en ;
schema:name &#34;Encyclopædia Britannica Online&#34;@en ;
schema:description &#34;online edition of the Encyclopædia Britannica&#34;@en .
wd:Q1139587 a wikibase:Item ;
rdfs:label &#34;Swedish Film Database&#34;@en ;
skos:prefLabel &#34;Swedish Film Database&#34;@en ;
schema:name &#34;Swedish Film Database&#34;@en ;
schema:description &#34;Internate database of the Swedish Film Institute&#34;@en .
wd:Q29861311 a wikibase:Item ;
rdfs:label &#34;SNAC&#34;@en ;
skos:prefLabel &#34;SNAC&#34;@en ;
schema:name &#34;SNAC&#34;@en ;
schema:description &#34;online resource that helps users discover biographical and historical information about persons, families, and organizations that created or are documented in historical resources (primary source documents) and their connections to one another&#34;@en .
wd:P1810 a wikibase:Property ;
rdfs:label &#34;subject named as&#34;@en ;
skos:prefLabel &#34;subject named as&#34;@en ;
schema:name &#34;subject named as&#34;@en ;
schema:description &#34;name by which a subject is recorded in a database, mentioned as a contributor of a work, or is referred to in a particular context&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#String&gt; ;
wikibase:directClaim wdt:P1810 ;
wikibase:claim p:P1810 ;
wikibase:statementProperty ps:P1810 ;
wikibase:statementValue psv:P1810 ;
wikibase:qualifier pq:P1810 ;
wikibase:qualifierValue pqv:P1810 ;
wikibase:reference pr:P1810 ;
wikibase:referenceValue prv:P1810 ;
wikibase:novalue wdno:P1810 .
p:P1810 a owl:ObjectProperty .
psv:P1810 a owl:ObjectProperty .
pqv:P1810 a owl:ObjectProperty .
prv:P1810 a owl:ObjectProperty .
wdt:P1810 a owl:DatatypeProperty .
ps:P1810 a owl:DatatypeProperty .
pq:P1810 a owl:DatatypeProperty .
pr:P1810 a owl:DatatypeProperty .
wdno:P1810 a owl:Class ;
owl:complementOf _:1d6e1ecf4f0164f6a3471dd66d38c9d8 .
_:1d6e1ecf4f0164f6a3471dd66d38c9d8 a owl:Restriction ;
owl:onProperty wdt:P1810 ;
owl:someValuesFrom owl:Thing .
wd:Q2629164 a wikibase:Item ;
rdfs:label &#34;Internet Speculative Fiction Database&#34;@en ;
skos:prefLabel &#34;Internet Speculative Fiction Database&#34;@en ;
schema:name &#34;Internet Speculative Fiction Database&#34;@en ;
schema:description &#34;Online database of written speculative fiction and its creators&#34;@en .
wd:Q63056 a wikibase:Item ;
rdfs:label &#34;Find a Grave&#34;@en ;
skos:prefLabel &#34;Find a Grave&#34;@en ;
schema:name &#34;Find a Grave&#34;@en ;
schema:description &#34;online database of burials&#34;@en .
wd:Q3343389 a wikibase:Item ;
rdfs:label &#34;NooSFere&#34;@en ;
skos:prefLabel &#34;NooSFere&#34;@en ;
schema:name &#34;NooSFere&#34;@en ;
schema:description &#34;association whose goal is the promotion of French science fiction and fantasy&#34;@en .
wd:Q237227 a wikibase:Item ;
rdfs:label &#34;Brockhaus Enzyklopädie&#34;@en ;
skos:prefLabel &#34;Brockhaus Enzyklopädie&#34;@en ;
schema:name &#34;Brockhaus Enzyklopädie&#34;@en ;
schema:description &#34;German-language encyclopedia&#34;@en .
wd:Q2877812 a wikibase:Item ;
rdfs:label &#34;Babelio&#34;@en ;
skos:prefLabel &#34;Babelio&#34;@en ;
schema:name &#34;Babelio&#34;@en ;
schema:description &#34;French social cataloging and book website&#34;@en .
wd:Q107343683 a wikibase:Item ;
rdfs:label &#34;Munzinger Personen&#34;@en ;
skos:prefLabel &#34;Munzinger Personen&#34;@en ;
schema:name &#34;Munzinger Personen&#34;@en .
wd:P577 a wikibase:Property ;
rdfs:label &#34;publication date&#34;@en ;
skos:prefLabel &#34;publication date&#34;@en ;
schema:name &#34;publication date&#34;@en ;
schema:description &#34;date or point in time when a work was first published or released&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#Time&gt; ;
wikibase:directClaim wdt:P577 ;
wikibase:claim p:P577 ;
wikibase:statementProperty ps:P577 ;
wikibase:statementValue psv:P577 ;
wikibase:qualifier pq:P577 ;
wikibase:qualifierValue pqv:P577 ;
wikibase:reference pr:P577 ;
wikibase:referenceValue prv:P577 ;
wikibase:novalue wdno:P577 .
p:P577 a owl:ObjectProperty .
psv:P577 a owl:ObjectProperty .
pqv:P577 a owl:ObjectProperty .
prv:P577 a owl:ObjectProperty .
wdt:P577 a owl:DatatypeProperty .
ps:P577 a owl:DatatypeProperty .
pq:P577 a owl:DatatypeProperty .
pr:P577 a owl:DatatypeProperty .
wdno:P577 a owl:Class ;
owl:complementOf _:eca5fcd2c546d0e0c20e05f61e0aa797 .
_:eca5fcd2c546d0e0c20e05f61e0aa797 a owl:Restriction ;
owl:onProperty wdt:P577 ;
owl:someValuesFrom owl:Thing .
wd:Q11148 a wikibase:Item ;
rdfs:label &#34;The Guardian&#34;@en ;
skos:prefLabel &#34;The Guardian&#34;@en ;
schema:name &#34;The Guardian&#34;@en ;
schema:description &#34;British national daily newspaper&#34;@en .
wd:P1433 a wikibase:Property ;
rdfs:label &#34;published in&#34;@en ;
skos:prefLabel &#34;published in&#34;@en ;
schema:name &#34;published in&#34;@en ;
schema:description &#34;larger work that a given work was published in, like a book, journal or music album&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P1433 ;
wikibase:claim p:P1433 ;
wikibase:statementProperty ps:P1433 ;
wikibase:statementValue psv:P1433 ;
wikibase:qualifier pq:P1433 ;
wikibase:qualifierValue pqv:P1433 ;
wikibase:reference pr:P1433 ;
wikibase:referenceValue prv:P1433 ;
wikibase:novalue wdno:P1433 .
p:P1433 a owl:ObjectProperty .
psv:P1433 a owl:ObjectProperty .
pqv:P1433 a owl:ObjectProperty .
prv:P1433 a owl:ObjectProperty .
wdt:P1433 a owl:ObjectProperty .
ps:P1433 a owl:ObjectProperty .
pq:P1433 a owl:ObjectProperty .
pr:P1433 a owl:ObjectProperty .
wdno:P1433 a owl:Class ;
owl:complementOf _:09408396cd1a84b5f9b50a2480f24728 .
_:09408396cd1a84b5f9b50a2480f24728 a owl:Restriction ;
owl:onProperty wdt:P1433 ;
owl:someValuesFrom owl:Thing .
wd:Q18145749 a wikibase:Item ;
rdfs:label &#34;Nicholas Wroe&#34;@en ;
skos:prefLabel &#34;Nicholas Wroe&#34;@en ;
schema:name &#34;Nicholas Wroe&#34;@en ;
schema:description &#34;writer and editor on the Guardian Review&#34;@en .
wd:P50 a wikibase:Property ;
rdfs:label &#34;author&#34;@en ;
skos:prefLabel &#34;author&#34;@en ;
schema:name &#34;author&#34;@en ;
schema:description &#34;main creator(s) of a written work (use on works, not humans); use P2093 when Wikidata item is unknown or does not exist&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P50 ;
wikibase:claim p:P50 ;
wikibase:statementProperty ps:P50 ;
wikibase:statementValue psv:P50 ;
wikibase:qualifier pq:P50 ;
wikibase:qualifierValue pqv:P50 ;
wikibase:reference pr:P50 ;
wikibase:referenceValue prv:P50 ;
wikibase:novalue wdno:P50 .
p:P50 a owl:ObjectProperty .
psv:P50 a owl:ObjectProperty .
pqv:P50 a owl:ObjectProperty .
prv:P50 a owl:ObjectProperty .
wdt:P50 a owl:ObjectProperty .
ps:P50 a owl:ObjectProperty .
pq:P50 a owl:ObjectProperty .
pr:P50 a owl:ObjectProperty .
wdno:P50 a owl:Class ;
owl:complementOf _:b031acc4c46aca4c83feb5878a7c4a6a .
_:b031acc4c46aca4c83feb5878a7c4a6a a owl:Restriction ;
owl:onProperty wdt:P50 ;
owl:someValuesFrom owl:Thing .
wd:P1476 a wikibase:Property ;
rdfs:label &#34;title&#34;@en ;
skos:prefLabel &#34;title&#34;@en ;
schema:name &#34;title&#34;@en ;
schema:description &#34;published name of a work, such as a newspaper article, a literary work, piece of music, a website, or a performance work&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#Monolingualtext&gt; ;
wikibase:directClaim wdt:P1476 ;
wikibase:claim p:P1476 ;
wikibase:statementProperty ps:P1476 ;
wikibase:statementValue psv:P1476 ;
wikibase:qualifier pq:P1476 ;
wikibase:qualifierValue pqv:P1476 ;
wikibase:reference pr:P1476 ;
wikibase:referenceValue prv:P1476 ;
wikibase:novalue wdno:P1476 .
p:P1476 a owl:ObjectProperty .
psv:P1476 a owl:ObjectProperty .
pqv:P1476 a owl:ObjectProperty .
prv:P1476 a owl:ObjectProperty .
wdt:P1476 a owl:DatatypeProperty .
ps:P1476 a owl:DatatypeProperty .
pq:P1476 a owl:DatatypeProperty .
pr:P1476 a owl:DatatypeProperty .
wdno:P1476 a owl:Class ;
owl:complementOf _:d280eacd08390593b606f11be98380c0 .
_:d280eacd08390593b606f11be98380c0 a owl:Restriction ;
owl:onProperty wdt:P1476 ;
owl:someValuesFrom owl:Thing .
wd:P2093 a wikibase:Property ;
rdfs:label &#34;author name string&#34;@en ;
skos:prefLabel &#34;author name string&#34;@en ;
schema:name &#34;author name string&#34;@en ;
schema:description &#34;stores unspecified author or editor name for publications; use if Wikidata item for author (P50) or editor (P98) does not exist or is not known. do not use both.&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#String&gt; ;
wikibase:directClaim wdt:P2093 ;
wikibase:claim p:P2093 ;
wikibase:statementProperty ps:P2093 ;
wikibase:statementValue psv:P2093 ;
wikibase:qualifier pq:P2093 ;
wikibase:qualifierValue pqv:P2093 ;
wikibase:reference pr:P2093 ;
wikibase:referenceValue prv:P2093 ;
wikibase:novalue wdno:P2093 .
p:P2093 a owl:ObjectProperty .
psv:P2093 a owl:ObjectProperty .
pqv:P2093 a owl:ObjectProperty .
prv:P2093 a owl:ObjectProperty .
wdt:P2093 a owl:DatatypeProperty .
ps:P2093 a owl:DatatypeProperty .
pq:P2093 a owl:DatatypeProperty .
pr:P2093 a owl:DatatypeProperty .
wdno:P2093 a owl:Class ;
owl:complementOf _:e2221084d358cd9264ccc9b14e2b1f04 .
_:e2221084d358cd9264ccc9b14e2b1f04 a owl:Restriction ;
owl:onProperty wdt:P2093 ;
owl:someValuesFrom owl:Thing .
wd:Q192621 a wikibase:Item ;
rdfs:label &#34;The Daily Telegraph&#34;@en ;
skos:prefLabel &#34;The Daily Telegraph&#34;@en ;
schema:name &#34;The Daily Telegraph&#34;@en ;
schema:description &#34;British daily broadsheet newspaper&#34;@en .
wd:Q23023088 a wikibase:Item ;
rdfs:label &#34;Vegetti Catalog of Fantastic Literature&#34;@en ;
skos:prefLabel &#34;Vegetti Catalog of Fantastic Literature&#34;@en ;
schema:name &#34;Vegetti Catalog of Fantastic Literature&#34;@en ;
schema:description &#34;Italian bibliographic index of fantastic literature&#34;@en .
wd:Q15290366 a wikibase:Item ;
rdfs:label &#34;HistoryOrb.com&#34;@en ;
skos:prefLabel &#34;HistoryOrb.com&#34;@en ;
schema:name &#34;HistoryOrb.com&#34;@en ;
schema:description &#34;online database of history articles&#34;@en .
wd:P1065 a wikibase:Property ;
rdfs:label &#34;archive URL&#34;@en ;
skos:prefLabel &#34;archive URL&#34;@en ;
schema:name &#34;archive URL&#34;@en ;
schema:description &#34;URL to the archived web page specified with URL property&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#Url&gt; ;
wikibase:directClaim wdt:P1065 ;
wikibase:claim p:P1065 ;
wikibase:statementProperty ps:P1065 ;
wikibase:statementValue psv:P1065 ;
wikibase:qualifier pq:P1065 ;
wikibase:qualifierValue pqv:P1065 ;
wikibase:reference pr:P1065 ;
wikibase:referenceValue prv:P1065 ;
wikibase:novalue wdno:P1065 .
p:P1065 a owl:ObjectProperty .
psv:P1065 a owl:ObjectProperty .
pqv:P1065 a owl:ObjectProperty .
prv:P1065 a owl:ObjectProperty .
wdt:P1065 a owl:ObjectProperty .
ps:P1065 a owl:ObjectProperty .
pq:P1065 a owl:ObjectProperty .
pr:P1065 a owl:ObjectProperty .
wdno:P1065 a owl:Class ;
owl:complementOf _:03a90254ec54e448bc2aaf8d845e29f8 .
_:03a90254ec54e448bc2aaf8d845e29f8 a owl:Restriction ;
owl:onProperty wdt:P1065 ;
owl:someValuesFrom owl:Thing .
wd:P2960 a wikibase:Property ;
rdfs:label &#34;archive date&#34;@en ;
skos:prefLabel &#34;archive date&#34;@en ;
schema:name &#34;archive date&#34;@en ;
schema:description &#34;date a document was archived&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#Time&gt; ;
wikibase:directClaim wdt:P2960 ;
wikibase:claim p:P2960 ;
wikibase:statementProperty ps:P2960 ;
wikibase:statementValue psv:P2960 ;
wikibase:qualifier pq:P2960 ;
wikibase:qualifierValue pqv:P2960 ;
wikibase:reference pr:P2960 ;
wikibase:referenceValue prv:P2960 ;
wikibase:novalue wdno:P2960 .
p:P2960 a owl:ObjectProperty .
psv:P2960 a owl:ObjectProperty .
pqv:P2960 a owl:ObjectProperty .
prv:P2960 a owl:ObjectProperty .
wdt:P2960 a owl:DatatypeProperty .
ps:P2960 a owl:DatatypeProperty .
pq:P2960 a owl:DatatypeProperty .
pr:P2960 a owl:DatatypeProperty .
wdno:P2960 a owl:Class ;
owl:complementOf _:e8842935d39a233def3d267ae3737d8c .
_:e8842935d39a233def3d267ae3737d8c a owl:Restriction ;
owl:onProperty wdt:P2960 ;
owl:someValuesFrom owl:Thing .
wd:Q26724169 a wikibase:Item ;
rdfs:label &#34;Jill Lawless&#34;@en ;
skos:prefLabel &#34;Jill Lawless&#34;@en ;
schema:name &#34;Jill Lawless&#34;@en ;
schema:description &#34;journalist&#34;@en .
wd:Q9684 a wikibase:Item ;
rdfs:label &#34;The New York Times&#34;@en ;
skos:prefLabel &#34;The New York Times&#34;@en ;
schema:name &#34;The New York Times&#34;@en ;
schema:description &#34;American daily newspaper&#34;@en .
wd:P625 a wikibase:Property ;
rdfs:label &#34;coordinate location&#34;@en ;
skos:prefLabel &#34;coordinate location&#34;@en ;
schema:name &#34;coordinate location&#34;@en ;
schema:description &#34;geocoordinates of the subject. For Earth, please note that only WGS84 coordinating system is supported at the moment&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#GlobeCoordinate&gt; ;
wikibase:directClaim wdt:P625 ;
wikibase:claim p:P625 ;
wikibase:statementProperty ps:P625 ;
wikibase:statementValue psv:P625 ;
wikibase:qualifier pq:P625 ;
wikibase:qualifierValue pqv:P625 ;
wikibase:reference pr:P625 ;
wikibase:referenceValue prv:P625 ;
wikibase:novalue wdno:P625 .
p:P625 a owl:ObjectProperty .
psv:P625 a owl:ObjectProperty .
pqv:P625 a owl:ObjectProperty .
prv:P625 a owl:ObjectProperty .
wdt:P625 a owl:DatatypeProperty .
ps:P625 a owl:DatatypeProperty .
pq:P625 a owl:DatatypeProperty .
pr:P625 a owl:DatatypeProperty .
wdno:P625 a owl:Class ;
owl:complementOf _:098a7705e988116e3a454eda03aef6ad .
_:098a7705e988116e3a454eda03aef6ad a owl:Restriction ;
owl:onProperty wdt:P625 ;
owl:someValuesFrom owl:Thing .
wd:Q565 a wikibase:Item ;
rdfs:label &#34;Wikimedia Commons&#34;@en ;
skos:prefLabel &#34;Wikimedia Commons&#34;@en ;
schema:name &#34;Wikimedia Commons&#34;@en ;
schema:description &#34;online repository of free-use image, sound, and other media files; part of the Wikimedia ecosystem&#34;@en .
wd:P143 a wikibase:Property ;
rdfs:label &#34;imported from Wikimedia project&#34;@en ;
skos:prefLabel &#34;imported from Wikimedia project&#34;@en ;
schema:name &#34;imported from Wikimedia project&#34;@en ;
schema:description &#34;source of this claim&#39;s value; used in references section by bots or humans importing data from Wikimedia projects&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P143 ;
wikibase:claim p:P143 ;
wikibase:statementProperty ps:P143 ;
wikibase:statementValue psv:P143 ;
wikibase:qualifier pq:P143 ;
wikibase:qualifierValue pqv:P143 ;
wikibase:reference pr:P143 ;
wikibase:referenceValue prv:P143 ;
wikibase:novalue wdno:P143 .
p:P143 a owl:ObjectProperty .
psv:P143 a owl:ObjectProperty .
pqv:P143 a owl:ObjectProperty .
prv:P143 a owl:ObjectProperty .
wdt:P143 a owl:ObjectProperty .
ps:P143 a owl:ObjectProperty .
pq:P143 a owl:ObjectProperty .
pr:P143 a owl:ObjectProperty .
wdno:P143 a owl:Class ;
owl:complementOf _:66a2156e9cbfe8d655274b862fca1b59 .
_:66a2156e9cbfe8d655274b862fca1b59 a owl:Restriction ;
owl:onProperty wdt:P143 ;
owl:someValuesFrom owl:Thing .
wd:P585 a wikibase:Property ;
rdfs:label &#34;point in time&#34;@en ;
skos:prefLabel &#34;point in time&#34;@en ;
schema:name &#34;point in time&#34;@en ;
schema:description &#34;time and date something took place, existed or a statement was true&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#Time&gt; ;
wikibase:directClaim wdt:P585 ;
wikibase:claim p:P585 ;
wikibase:statementProperty ps:P585 ;
wikibase:statementValue psv:P585 ;
wikibase:qualifier pq:P585 ;
wikibase:qualifierValue pqv:P585 ;
wikibase:reference pr:P585 ;
wikibase:referenceValue prv:P585 ;
wikibase:novalue wdno:P585 .
p:P585 a owl:ObjectProperty .
psv:P585 a owl:ObjectProperty .
pqv:P585 a owl:ObjectProperty .
prv:P585 a owl:ObjectProperty .
wdt:P585 a owl:DatatypeProperty .
ps:P585 a owl:DatatypeProperty .
pq:P585 a owl:DatatypeProperty .
pr:P585 a owl:DatatypeProperty .
wdno:P585 a owl:Class ;
owl:complementOf _:dd1c08307a09e1466ce90c482ad42ea9 .
_:dd1c08307a09e1466ce90c482ad42ea9 a owl:Restriction ;
owl:onProperty wdt:P585 ;
owl:someValuesFrom owl:Thing .
wd:P2096 a wikibase:Property ;
rdfs:label &#34;media legend&#34;@en ;
skos:prefLabel &#34;media legend&#34;@en ;
schema:name &#34;media legend&#34;@en ;
schema:description &#34;qualifier to describe the media of the statement. This avoids legend storage in the local infobox when the media is defined at Wikidata. For the date, use P585 instead.&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#Monolingualtext&gt; ;
wikibase:directClaim wdt:P2096 ;
wikibase:claim p:P2096 ;
wikibase:statementProperty ps:P2096 ;
wikibase:statementValue psv:P2096 ;
wikibase:qualifier pq:P2096 ;
wikibase:qualifierValue pqv:P2096 ;
wikibase:reference pr:P2096 ;
wikibase:referenceValue prv:P2096 ;
wikibase:novalue wdno:P2096 .
p:P2096 a owl:ObjectProperty .
psv:P2096 a owl:ObjectProperty .
pqv:P2096 a owl:ObjectProperty .
prv:P2096 a owl:ObjectProperty .
wdt:P2096 a owl:DatatypeProperty .
ps:P2096 a owl:DatatypeProperty .
pq:P2096 a owl:DatatypeProperty .
pr:P2096 a owl:DatatypeProperty .
wdno:P2096 a owl:Class ;
owl:complementOf _:eee70990effb4cdc5825fadd13ba0aaa .
_:eee70990effb4cdc5825fadd13ba0aaa a owl:Restriction ;
owl:onProperty wdt:P2096 ;
owl:someValuesFrom owl:Thing .
wd:P1545 a wikibase:Property ;
rdfs:label &#34;series ordinal&#34;@en ;
skos:prefLabel &#34;series ordinal&#34;@en ;
schema:name &#34;series ordinal&#34;@en ;
schema:description &#34;position of an item in its parent series (most frequently a 1-based index), generally to be used as a qualifier (different from \&#34;rank\&#34; defined as a class, and from \&#34;ranking\&#34; defined as a property for evaluating a quality).&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#String&gt; ;
wikibase:directClaim wdt:P1545 ;
wikibase:claim p:P1545 ;
wikibase:statementProperty ps:P1545 ;
wikibase:statementValue psv:P1545 ;
wikibase:qualifier pq:P1545 ;
wikibase:qualifierValue pqv:P1545 ;
wikibase:reference pr:P1545 ;
wikibase:referenceValue prv:P1545 ;
wikibase:novalue wdno:P1545 .
p:P1545 a owl:ObjectProperty .
psv:P1545 a owl:ObjectProperty .
pqv:P1545 a owl:ObjectProperty .
prv:P1545 a owl:ObjectProperty .
wdt:P1545 a owl:DatatypeProperty .
ps:P1545 a owl:DatatypeProperty .
pq:P1545 a owl:DatatypeProperty .
pr:P1545 a owl:DatatypeProperty .
wdno:P1545 a owl:Class ;
owl:complementOf _:85ef66947fb62ff87e243e582e862fe4 .
_:85ef66947fb62ff87e243e582e862fe4 a owl:Restriction ;
owl:onProperty wdt:P1545 ;
owl:someValuesFrom owl:Thing .
wd:Q3409033 a wikibase:Item ;
rdfs:label &#34;usual first name&#34;@en ;
skos:prefLabel &#34;usual first name&#34;@en ;
schema:name &#34;usual first name&#34;@en ;
schema:description &#34;one or more of a person&#39;s given names which in addition to their surname is used to address them&#34;@en .
wd:P3831 a wikibase:Property ;
rdfs:label &#34;object has role&#34;@en ;
skos:prefLabel &#34;object has role&#34;@en ;
schema:name &#34;object has role&#34;@en ;
schema:description &#34;(qualifier) role or generic identity of the value of a statement (\&#34;object\&#34;) in the context of that statement; for the role of the item the statement is on (\&#34;subject\&#34;), use P2868&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P3831 ;
wikibase:claim p:P3831 ;
wikibase:statementProperty ps:P3831 ;
wikibase:statementValue psv:P3831 ;
wikibase:qualifier pq:P3831 ;
wikibase:qualifierValue pqv:P3831 ;
wikibase:reference pr:P3831 ;
wikibase:referenceValue prv:P3831 ;
wikibase:novalue wdno:P3831 .
p:P3831 a owl:ObjectProperty .
psv:P3831 a owl:ObjectProperty .
pqv:P3831 a owl:ObjectProperty .
prv:P3831 a owl:ObjectProperty .
wdt:P3831 a owl:ObjectProperty .
ps:P3831 a owl:ObjectProperty .
pq:P3831 a owl:ObjectProperty .
pr:P3831 a owl:ObjectProperty .
wdno:P3831 a owl:Class ;
owl:complementOf _:4941dbdb9a38c5a500b05366e45fe45d .
_:4941dbdb9a38c5a500b05366e45fe45d a owl:Restriction ;
owl:onProperty wdt:P3831 ;
owl:someValuesFrom owl:Thing .
wd:Q19688263 a wikibase:Item ;
rdfs:label &#34;Noël&#34;@en ;
skos:prefLabel &#34;Noël&#34;@en ;
schema:name &#34;Noël&#34;@en ;
schema:description &#34;male given name&#34;@en .
wd:P582 a wikibase:Property ;
rdfs:label &#34;end time&#34;@en ;
skos:prefLabel &#34;end time&#34;@en ;
schema:name &#34;end time&#34;@en ;
schema:description &#34;time a time period ends&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#Time&gt; ;
wikibase:directClaim wdt:P582 ;
wikibase:claim p:P582 ;
wikibase:statementProperty ps:P582 ;
wikibase:statementValue psv:P582 ;
wikibase:qualifier pq:P582 ;
wikibase:qualifierValue pqv:P582 ;
wikibase:reference pr:P582 ;
wikibase:referenceValue prv:P582 ;
wikibase:novalue wdno:P582 .
p:P582 a owl:ObjectProperty .
psv:P582 a owl:ObjectProperty .
pqv:P582 a owl:ObjectProperty .
prv:P582 a owl:ObjectProperty .
wdt:P582 a owl:DatatypeProperty .
ps:P582 a owl:DatatypeProperty .
pq:P582 a owl:DatatypeProperty .
pr:P582 a owl:DatatypeProperty .
wdno:P582 a owl:Class ;
owl:complementOf _:e66c426b3b6d50da03204dbba7b68a2b .
_:e66c426b3b6d50da03204dbba7b68a2b a owl:Restriction ;
owl:onProperty wdt:P582 ;
owl:someValuesFrom owl:Thing .
wd:Q328 a wikibase:Item ;
rdfs:label &#34;English Wikipedia&#34;@en ;
skos:prefLabel &#34;English Wikipedia&#34;@en ;
schema:name &#34;English Wikipedia&#34;@en ;
schema:description &#34;English-language edition of Wikipedia&#34;@en .
wd:P4970 a wikibase:Property ;
rdfs:label &#34;alternative name&#34;@en ;
skos:prefLabel &#34;alternative name&#34;@en ;
schema:name &#34;alternative name&#34;@en ;
schema:description &#34;qualifier for alternative name(s) given for a subject in a database entry&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#String&gt; ;
wikibase:directClaim wdt:P4970 ;
wikibase:claim p:P4970 ;
wikibase:statementProperty ps:P4970 ;
wikibase:statementValue psv:P4970 ;
wikibase:qualifier pq:P4970 ;
wikibase:qualifierValue pqv:P4970 ;
wikibase:reference pr:P4970 ;
wikibase:referenceValue prv:P4970 ;
wikibase:novalue wdno:P4970 .
p:P4970 a owl:ObjectProperty .
psv:P4970 a owl:ObjectProperty .
pqv:P4970 a owl:ObjectProperty .
prv:P4970 a owl:ObjectProperty .
wdt:P4970 a owl:DatatypeProperty .
ps:P4970 a owl:DatatypeProperty .
pq:P4970 a owl:DatatypeProperty .
pr:P4970 a owl:DatatypeProperty .
wdno:P4970 a owl:Class ;
owl:complementOf _:484844be197aed8f0c5a4453371c0807 .
_:484844be197aed8f0c5a4453371c0807 a owl:Restriction ;
owl:onProperty wdt:P4970 ;
owl:someValuesFrom owl:Thing .
wd:Q1551807 a wikibase:Item ;
rdfs:label &#34;Polish Wikipedia&#34;@en ;
skos:prefLabel &#34;Polish Wikipedia&#34;@en ;
schema:name &#34;Polish Wikipedia&#34;@en ;
schema:description &#34;Polish-language edition of Wikipedia&#34;@en .
wd:Q8447 a wikibase:Item ;
rdfs:label &#34;French Wikipedia&#34;@en ;
skos:prefLabel &#34;French Wikipedia&#34;@en ;
schema:name &#34;French Wikipedia&#34;@en ;
schema:description &#34;French-language edition of Wikipedia&#34;@en .
wd:P123 a wikibase:Property ;
rdfs:label &#34;publisher&#34;@en ;
skos:prefLabel &#34;publisher&#34;@en ;
schema:name &#34;publisher&#34;@en ;
schema:description &#34;organization or person responsible for publishing books, periodicals, printed music, podcasts, games or software&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P123 ;
wikibase:claim p:P123 ;
wikibase:statementProperty ps:P123 ;
wikibase:statementValue psv:P123 ;
wikibase:qualifier pq:P123 ;
wikibase:qualifierValue pqv:P123 ;
wikibase:reference pr:P123 ;
wikibase:referenceValue prv:P123 ;
wikibase:novalue wdno:P123 .
p:P123 a owl:ObjectProperty .
psv:P123 a owl:ObjectProperty .
pqv:P123 a owl:ObjectProperty .
prv:P123 a owl:ObjectProperty .
wdt:P123 a owl:ObjectProperty .
ps:P123 a owl:ObjectProperty .
pq:P123 a owl:ObjectProperty .
pr:P123 a owl:ObjectProperty .
wdno:P123 a owl:Class ;
owl:complementOf _:920b66a59b0d9c7fcb39820893f26e8a .
_:920b66a59b0d9c7fcb39820893f26e8a a owl:Restriction ;
owl:onProperty wdt:P123 ;
owl:someValuesFrom owl:Thing .
wd:Q1373513 a wikibase:Item ;
rdfs:label &#34;NNDB&#34;@en ;
skos:prefLabel &#34;NNDB&#34;@en ;
schema:name &#34;NNDB&#34;@en ;
schema:description &#34;database of famous people&#34;@en .
wd:Q54919 a wikibase:Item ;
rdfs:label &#34;Virtual International Authority File&#34;@en ;
skos:prefLabel &#34;Virtual International Authority File&#34;@en ;
schema:name &#34;Virtual International Authority File&#34;@en ;
schema:description &#34;OCLC dataset and service that virtually combines multiple name authority files into a single name authority service&#34;@en .
wd:Q15241312 a wikibase:Item ;
rdfs:label &#34;Freebase Data Dumps&#34;@en ;
skos:prefLabel &#34;Freebase Data Dumps&#34;@en ;
schema:name &#34;Freebase Data Dumps&#34;@en ;
schema:description &#34;dumps of the public part of Google&#39;s Knowledge Graph&#34;@en .
wd:Q186579 a wikibase:Item ;
rdfs:label &#34;English literature&#34;@en ;
skos:prefLabel &#34;English literature&#34;@en ;
schema:name &#34;English literature&#34;@en ;
schema:description &#34;literary works written in the English language&#34;@en .
wd:P812 a wikibase:Property ;
rdfs:label &#34;academic major&#34;@en ;
skos:prefLabel &#34;academic major&#34;@en ;
schema:name &#34;academic major&#34;@en ;
schema:description &#34;major someone studied at college/university&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P812 ;
wikibase:claim p:P812 ;
wikibase:statementProperty ps:P812 ;
wikibase:statementValue psv:P812 ;
wikibase:qualifier pq:P812 ;
wikibase:qualifierValue pqv:P812 ;
wikibase:reference pr:P812 ;
wikibase:referenceValue prv:P812 ;
wikibase:novalue wdno:P812 .
p:P812 a owl:ObjectProperty .
psv:P812 a owl:ObjectProperty .
pqv:P812 a owl:ObjectProperty .
prv:P812 a owl:ObjectProperty .
wdt:P812 a owl:ObjectProperty .
ps:P812 a owl:ObjectProperty .
pq:P812 a owl:ObjectProperty .
pr:P812 a owl:ObjectProperty .
wdno:P812 a owl:Class ;
owl:complementOf _:91bb63de82eb5848ed291cc59e45b5fa .
_:91bb63de82eb5848ed291cc59e45b5fa a owl:Restriction ;
owl:onProperty wdt:P812 ;
owl:someValuesFrom owl:Thing .
wd:Q1765120 a wikibase:Item ;
rdfs:label &#34;Bachelor of Arts&#34;@en ;
skos:prefLabel &#34;Bachelor of Arts&#34;@en ;
schema:name &#34;Bachelor of Arts&#34;@en ;
schema:description &#34;bachelor&#39;s degree awarded for undergraduate study in liberal arts, the sciences or both&#34;@en .
wd:P512 a wikibase:Property ;
rdfs:label &#34;academic degree&#34;@en ;
skos:prefLabel &#34;academic degree&#34;@en ;
schema:name &#34;academic degree&#34;@en ;
schema:description &#34;academic degree that the person holds&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P512 ;
wikibase:claim p:P512 ;
wikibase:statementProperty ps:P512 ;
wikibase:statementValue psv:P512 ;
wikibase:qualifier pq:P512 ;
wikibase:qualifierValue pqv:P512 ;
wikibase:reference pr:P512 ;
wikibase:referenceValue prv:P512 ;
wikibase:novalue wdno:P512 .
p:P512 a owl:ObjectProperty .
psv:P512 a owl:ObjectProperty .
pqv:P512 a owl:ObjectProperty .
prv:P512 a owl:ObjectProperty .
wdt:P512 a owl:ObjectProperty .
ps:P512 a owl:ObjectProperty .
pq:P512 a owl:ObjectProperty .
pr:P512 a owl:ObjectProperty .
wdno:P512 a owl:Class ;
owl:complementOf _:ba0d56e6b4c7888a7b14b159e88b45d3 .
_:ba0d56e6b4c7888a7b14b159e88b45d3 a owl:Restriction ;
owl:onProperty wdt:P512 ;
owl:someValuesFrom owl:Thing .
wd:Q9035 a wikibase:Item ;
rdfs:label &#34;Danish&#34;@en ;
skos:prefLabel &#34;Danish&#34;@en ;
schema:name &#34;Danish&#34;@en ;
schema:description &#34;North Germanic language&#34;@en .
wd:Q652 a wikibase:Item ;
rdfs:label &#34;Italian&#34;@en ;
skos:prefLabel &#34;Italian&#34;@en ;
schema:name &#34;Italian&#34;@en ;
schema:description &#34;Romance language&#34;@en .
wd:Q9027 a wikibase:Item ;
rdfs:label &#34;Swedish&#34;@en ;
skos:prefLabel &#34;Swedish&#34;@en ;
schema:name &#34;Swedish&#34;@en ;
schema:description &#34;North Germanic language spoken in Sweden and Finland&#34;@en .
wd:Q3521267 a wikibase:Item ;
rdfs:label &#34;The Hitchhiker&#39;s Guide to the Galaxy&#34;@en ;
skos:prefLabel &#34;The Hitchhiker&#39;s Guide to the Galaxy&#34;@en ;
schema:name &#34;The Hitchhiker&#39;s Guide to the Galaxy&#34;@en ;
schema:description &#34;science fiction comedy radio series&#34;@en .
wd:P1686 a wikibase:Property ;
rdfs:label &#34;for work&#34;@en ;
skos:prefLabel &#34;for work&#34;@en ;
schema:name &#34;for work&#34;@en ;
schema:description &#34;qualifier of award received (P166) to specify the work that an award was given to the creator for&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P1686 ;
wikibase:claim p:P1686 ;
wikibase:statementProperty ps:P1686 ;
wikibase:statementValue psv:P1686 ;
wikibase:qualifier pq:P1686 ;
wikibase:qualifierValue pqv:P1686 ;
wikibase:reference pr:P1686 ;
wikibase:referenceValue prv:P1686 ;
wikibase:novalue wdno:P1686 .
p:P1686 a owl:ObjectProperty .
psv:P1686 a owl:ObjectProperty .
pqv:P1686 a owl:ObjectProperty .
prv:P1686 a owl:ObjectProperty .
wdt:P1686 a owl:ObjectProperty .
ps:P1686 a owl:ObjectProperty .
pq:P1686 a owl:ObjectProperty .
pr:P1686 a owl:ObjectProperty .
wdno:P1686 a owl:Class ;
owl:complementOf _:09c60e050e7e84b7380ef456e5f237e1 .
_:09c60e050e7e84b7380ef456e5f237e1 a owl:Restriction ;
owl:onProperty wdt:P1686 ;
owl:someValuesFrom owl:Thing .
wd:Q721 a wikibase:Item ;
rdfs:label &#34;Life, the Universe and Everything&#34;@en ;
skos:prefLabel &#34;Life, the Universe and Everything&#34;@en ;
schema:name &#34;Life, the Universe and Everything&#34;@en ;
schema:description &#34;1982 book by Douglas Adams&#34;@en .
wd:P3744 a wikibase:Property ;
rdfs:label &#34;number of subscribers&#34;@en ;
skos:prefLabel &#34;number of subscribers&#34;@en ;
schema:name &#34;number of subscribers&#34;@en ;
schema:description &#34;number of subscribers for subscription-based companies, e.g. telecommunication companies, newspapers, pay-TV channels, software, etc.&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#Quantity&gt; ;
wikibase:directClaim wdt:P3744 ;
wikibase:claim p:P3744 ;
wikibase:statementProperty ps:P3744 ;
wikibase:statementValue psv:P3744 ;
wikibase:qualifier pq:P3744 ;
wikibase:qualifierValue pqv:P3744 ;
wikibase:reference pr:P3744 ;
wikibase:referenceValue prv:P3744 ;
wikibase:novalue wdno:P3744 ;
wikibase:directClaimNormalized wdtn:P3744 ;
wikibase:statementValueNormalized psn:P3744 ;
wikibase:qualifierValueNormalized pqn:P3744 ;
wikibase:referenceValueNormalized prn:P3744 .
p:P3744 a owl:ObjectProperty .
psv:P3744 a owl:ObjectProperty .
pqv:P3744 a owl:ObjectProperty .
prv:P3744 a owl:ObjectProperty .
wdt:P3744 a owl:DatatypeProperty .
ps:P3744 a owl:DatatypeProperty .
pq:P3744 a owl:DatatypeProperty .
pr:P3744 a owl:DatatypeProperty .
psn:P3744 a owl:ObjectProperty .
pqn:P3744 a owl:ObjectProperty .
prn:P3744 a owl:ObjectProperty .
wdtn:P3744 a owl:DatatypeProperty .
wdno:P3744 a owl:Class ;
owl:complementOf _:227e42cdd167c376ee1e02ace7092ab2 .
_:227e42cdd167c376ee1e02ace7092ab2 a owl:Restriction ;
owl:onProperty wdt:P3744 ;
owl:someValuesFrom owl:Thing .
wd:Q5614018 a wikibase:Item ;
rdfs:label &#34;TheGuardian.com&#34;@en ;
skos:prefLabel &#34;TheGuardian.com&#34;@en ;
schema:name &#34;TheGuardian.com&#34;@en ;
schema:description &#34;news website&#34;@en .
wd:Q10943095 a wikibase:Item ;
rdfs:label &#34;younger sister&#34;@en ;
skos:prefLabel &#34;younger sister&#34;@en ;
schema:name &#34;younger sister&#34;@en ;
schema:description &#34;female younger sibling&#34;@en .
wd:P1039 a wikibase:Property ;
rdfs:label &#34;kinship to subject&#34;@en ;
skos:prefLabel &#34;kinship to subject&#34;@en ;
schema:name &#34;kinship to subject&#34;@en ;
schema:description &#34;qualifier of \&#34;relative\&#34; (P1038) to indicate less usual family relationships (ancestor, son-in-law, adoptions, etc). Indicate how the qualificator item is related to the main item.&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P1039 ;
wikibase:claim p:P1039 ;
wikibase:statementProperty ps:P1039 ;
wikibase:statementValue psv:P1039 ;
wikibase:qualifier pq:P1039 ;
wikibase:qualifierValue pqv:P1039 ;
wikibase:reference pr:P1039 ;
wikibase:referenceValue prv:P1039 ;
wikibase:novalue wdno:P1039 .
p:P1039 a owl:ObjectProperty .
psv:P1039 a owl:ObjectProperty .
pqv:P1039 a owl:ObjectProperty .
prv:P1039 a owl:ObjectProperty .
wdt:P1039 a owl:ObjectProperty .
ps:P1039 a owl:ObjectProperty .
pq:P1039 a owl:ObjectProperty .
pr:P1039 a owl:ObjectProperty .
wdno:P1039 a owl:Class ;
owl:complementOf _:6f6b5e66dfc08ffc78b0a492eb1e0099 .
_:6f6b5e66dfc08ffc78b0a492eb1e0099 a owl:Restriction ;
owl:onProperty wdt:P1039 ;
owl:someValuesFrom owl:Thing .
wd:P957 a wikibase:Property ;
rdfs:label &#34;ISBN-10&#34;@en ;
skos:prefLabel &#34;ISBN-10&#34;@en ;
schema:name &#34;ISBN-10&#34;@en ;
schema:description &#34;former identifier for a book (edition), ten digits. Used for all publications up to 2006 (convertible to ISBN-13 for some online catalogs; useful for old books or fac-similes not reedited since 2007)&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P957 ;
wikibase:claim p:P957 ;
wikibase:statementProperty ps:P957 ;
wikibase:statementValue psv:P957 ;
wikibase:qualifier pq:P957 ;
wikibase:qualifierValue pqv:P957 ;
wikibase:reference pr:P957 ;
wikibase:referenceValue prv:P957 ;
wikibase:novalue wdno:P957 ;
wikibase:directClaimNormalized wdtn:P957 ;
wikibase:statementValueNormalized psn:P957 ;
wikibase:qualifierValueNormalized pqn:P957 ;
wikibase:referenceValueNormalized prn:P957 .
p:P957 a owl:ObjectProperty .
psv:P957 a owl:ObjectProperty .
pqv:P957 a owl:ObjectProperty .
prv:P957 a owl:ObjectProperty .
wdt:P957 a owl:DatatypeProperty .
ps:P957 a owl:DatatypeProperty .
pq:P957 a owl:DatatypeProperty .
pr:P957 a owl:DatatypeProperty .
psn:P957 a owl:ObjectProperty .
pqn:P957 a owl:ObjectProperty .
prn:P957 a owl:ObjectProperty .
wdtn:P957 a owl:ObjectProperty .
wdno:P957 a owl:Class ;
owl:complementOf _:d2367b0d06ce672fee941c2157edcc56 .
_:d2367b0d06ce672fee941c2157edcc56 a owl:Restriction ;
owl:onProperty wdt:P957 ;
owl:someValuesFrom owl:Thing .
wd:P212 a wikibase:Property ;
rdfs:label &#34;ISBN-13&#34;@en ;
skos:prefLabel &#34;ISBN-13&#34;@en ;
schema:name &#34;ISBN-13&#34;@en ;
schema:description &#34;identifier for a book (edition), thirteen digit&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P212 ;
wikibase:claim p:P212 ;
wikibase:statementProperty ps:P212 ;
wikibase:statementValue psv:P212 ;
wikibase:qualifier pq:P212 ;
wikibase:qualifierValue pqv:P212 ;
wikibase:reference pr:P212 ;
wikibase:referenceValue prv:P212 ;
wikibase:novalue wdno:P212 ;
wikibase:directClaimNormalized wdtn:P212 ;
wikibase:statementValueNormalized psn:P212 ;
wikibase:qualifierValueNormalized pqn:P212 ;
wikibase:referenceValueNormalized prn:P212 .
p:P212 a owl:ObjectProperty .
psv:P212 a owl:ObjectProperty .
pqv:P212 a owl:ObjectProperty .
prv:P212 a owl:ObjectProperty .
wdt:P212 a owl:DatatypeProperty .
ps:P212 a owl:DatatypeProperty .
pq:P212 a owl:DatatypeProperty .
pr:P212 a owl:DatatypeProperty .
psn:P212 a owl:ObjectProperty .
pqn:P212 a owl:ObjectProperty .
prn:P212 a owl:ObjectProperty .
wdtn:P212 a owl:ObjectProperty .
wdno:P212 a owl:Class ;
owl:complementOf _:e3d53dffa89974f60aac168065810f5c .
_:e3d53dffa89974f60aac168065810f5c a owl:Restriction ;
owl:onProperty wdt:P212 ;
owl:someValuesFrom owl:Thing .
wd:Q99521170 a wikibase:Item ;
rdfs:label &#34;death of person&#34;@en ;
skos:prefLabel &#34;death of person&#34;@en ;
schema:name &#34;death of person&#34;@en ;
schema:description &#34;death of the main Q-object person (i. e. not their spouse); end cause of marriage, significant event&#34;@en .
wd:P1534 a wikibase:Property ;
rdfs:label &#34;end cause&#34;@en ;
skos:prefLabel &#34;end cause&#34;@en ;
schema:name &#34;end cause&#34;@en ;
schema:description &#34;qualifier to use together with the end date qualifier (P582) to specify the cause&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P1534 ;
wikibase:claim p:P1534 ;
wikibase:statementProperty ps:P1534 ;
wikibase:statementValue psv:P1534 ;
wikibase:qualifier pq:P1534 ;
wikibase:qualifierValue pqv:P1534 ;
wikibase:reference pr:P1534 ;
wikibase:referenceValue prv:P1534 ;
wikibase:novalue wdno:P1534 .
p:P1534 a owl:ObjectProperty .
psv:P1534 a owl:ObjectProperty .
pqv:P1534 a owl:ObjectProperty .
prv:P1534 a owl:ObjectProperty .
wdt:P1534 a owl:ObjectProperty .
ps:P1534 a owl:ObjectProperty .
pq:P1534 a owl:ObjectProperty .
pr:P1534 a owl:ObjectProperty .
wdno:P1534 a owl:Class ;
owl:complementOf _:e3e18197a52147bae1827a3a974c9372 .
_:e3e18197a52147bae1827a3a974c9372 a owl:Restriction ;
owl:onProperty wdt:P1534 ;
owl:someValuesFrom owl:Thing .
wd:Q28054658 a wikibase:Item ;
rdfs:label &#34;Mix&#39;n&#39;match&#34;@en ;
skos:prefLabel &#34;Mix&#39;n&#39;match&#34;@en ;
schema:name &#34;Mix&#39;n&#39;match&#34;@en ;
schema:description &#34;tool for importing data sets into Wikidata&#34;@en .
wd:P4656 a wikibase:Property ;
rdfs:label &#34;Wikimedia import URL&#34;@en ;
skos:prefLabel &#34;Wikimedia import URL&#34;@en ;
schema:name &#34;Wikimedia import URL&#34;@en ;
schema:description &#34;URL of source to indicate the page or revision of an import source from another Wikimedia project (except actual references, such as Wikisource source texts). Use instead of \&#34;reference URL\&#34; (P854). Permalinks are preferred.&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#Url&gt; ;
wikibase:directClaim wdt:P4656 ;
wikibase:claim p:P4656 ;
wikibase:statementProperty ps:P4656 ;
wikibase:statementValue psv:P4656 ;
wikibase:qualifier pq:P4656 ;
wikibase:qualifierValue pqv:P4656 ;
wikibase:reference pr:P4656 ;
wikibase:referenceValue prv:P4656 ;
wikibase:novalue wdno:P4656 .
p:P4656 a owl:ObjectProperty .
psv:P4656 a owl:ObjectProperty .
pqv:P4656 a owl:ObjectProperty .
prv:P4656 a owl:ObjectProperty .
wdt:P4656 a owl:ObjectProperty .
ps:P4656 a owl:ObjectProperty .
pq:P4656 a owl:ObjectProperty .
pr:P4656 a owl:ObjectProperty .
wdno:P4656 a owl:Class ;
owl:complementOf _:d0914856b623ca1dd09b1f31c8eea5fe .
_:d0914856b623ca1dd09b1f31c8eea5fe a owl:Restriction ;
owl:onProperty wdt:P4656 ;
owl:someValuesFrom owl:Thing .
wd:Q1798125 a wikibase:Item ;
rdfs:label &#34;LIBRIS&#34;@en ;
skos:prefLabel &#34;LIBRIS&#34;@en ;
schema:name &#34;LIBRIS&#34;@en ;
schema:description &#34;Swedish national union catalogue&#34;@en .
wd:Q13550863 a wikibase:Item ;
rdfs:label &#34;Czech National Authority Database&#34;@en ;
skos:prefLabel &#34;Czech National Authority Database&#34;@en ;
schema:name &#34;Czech National Authority Database&#34;@en ;
schema:description &#34;Authority Database of the National Library of the Czech Republic&#34;@en .
wd:Q746368 a wikibase:Item ;
rdfs:label &#34;Great Norwegian Encyclopedia&#34;@en ;
skos:prefLabel &#34;Great Norwegian Encyclopedia&#34;@en ;
schema:name &#34;Great Norwegian Encyclopedia&#34;@en ;
schema:description &#34;Norwegian encyclopedia&#34;@en .
wd:P973 a wikibase:Property ;
rdfs:label &#34;described at URL&#34;@en ;
skos:prefLabel &#34;described at URL&#34;@en ;
schema:name &#34;described at URL&#34;@en ;
schema:description &#34;item is described at the following URL&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#Url&gt; ;
wikibase:directClaim wdt:P973 ;
wikibase:claim p:P973 ;
wikibase:statementProperty ps:P973 ;
wikibase:statementValue psv:P973 ;
wikibase:qualifier pq:P973 ;
wikibase:qualifierValue pqv:P973 ;
wikibase:reference pr:P973 ;
wikibase:referenceValue prv:P973 ;
wikibase:novalue wdno:P973 .
p:P973 a owl:ObjectProperty .
psv:P973 a owl:ObjectProperty .
pqv:P973 a owl:ObjectProperty .
prv:P973 a owl:ObjectProperty .
wdt:P973 a owl:ObjectProperty .
ps:P973 a owl:ObjectProperty .
pq:P973 a owl:ObjectProperty .
pr:P973 a owl:ObjectProperty .
wdno:P973 a owl:Class ;
owl:complementOf _:f87a33fb67bd0567df6bde1358e21e19 .
_:f87a33fb67bd0567df6bde1358e21e19 a owl:Restriction ;
owl:onProperty wdt:P973 ;
owl:someValuesFrom owl:Thing .
wd:Q7737 a wikibase:Item ;
rdfs:label &#34;Russian&#34;@en ;
skos:prefLabel &#34;Russian&#34;@en ;
schema:name &#34;Russian&#34;@en ;
schema:description &#34;East Slavic language&#34;@en .
wd:P2699 a wikibase:Property ;
rdfs:label &#34;URL&#34;@en ;
skos:prefLabel &#34;URL&#34;@en ;
schema:name &#34;URL&#34;@en ;
schema:description &#34;location of a resource&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#Url&gt; ;
wikibase:directClaim wdt:P2699 ;
wikibase:claim p:P2699 ;
wikibase:statementProperty ps:P2699 ;
wikibase:statementValue psv:P2699 ;
wikibase:qualifier pq:P2699 ;
wikibase:qualifierValue pqv:P2699 ;
wikibase:reference pr:P2699 ;
wikibase:referenceValue prv:P2699 ;
wikibase:novalue wdno:P2699 .
p:P2699 a owl:ObjectProperty .
psv:P2699 a owl:ObjectProperty .
pqv:P2699 a owl:ObjectProperty .
prv:P2699 a owl:ObjectProperty .
wdt:P2699 a owl:ObjectProperty .
ps:P2699 a owl:ObjectProperty .
pq:P2699 a owl:ObjectProperty .
pr:P2699 a owl:ObjectProperty .
wdno:P2699 a owl:Class ;
owl:complementOf _:88208384d2489c448475c73564134874 .
_:88208384d2489c448475c73564134874 a owl:Restriction ;
owl:onProperty wdt:P2699 ;
owl:someValuesFrom owl:Thing .
wd:Q20828898 a wikibase:Item ;
rdfs:label &#34;The Movie Database&#34;@en ;
skos:prefLabel &#34;The Movie Database&#34;@en ;
schema:name &#34;The Movie Database&#34;@en ;
schema:description &#34;free, collaborative database about films&#34;@en .
wd:P9675 a wikibase:Property ;
rdfs:label &#34;MediaWiki page ID&#34;@en ;
skos:prefLabel &#34;MediaWiki page ID&#34;@en ;
schema:name &#34;MediaWiki page ID&#34;@en ;
schema:description &#34;numeric identifier of a page in a MediaWiki wiki&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#String&gt; ;
wikibase:directClaim wdt:P9675 ;
wikibase:claim p:P9675 ;
wikibase:statementProperty ps:P9675 ;
wikibase:statementValue psv:P9675 ;
wikibase:qualifier pq:P9675 ;
wikibase:qualifierValue pqv:P9675 ;
wikibase:reference pr:P9675 ;
wikibase:referenceValue prv:P9675 ;
wikibase:novalue wdno:P9675 .
p:P9675 a owl:ObjectProperty .
psv:P9675 a owl:ObjectProperty .
pqv:P9675 a owl:ObjectProperty .
prv:P9675 a owl:ObjectProperty .
wdt:P9675 a owl:DatatypeProperty .
ps:P9675 a owl:DatatypeProperty .
pq:P9675 a owl:DatatypeProperty .
pr:P9675 a owl:DatatypeProperty .
wdno:P9675 a owl:Class ;
owl:complementOf _:2ecd9cbe9af12015ed94e2cdb5a03233 .
_:2ecd9cbe9af12015ed94e2cdb5a03233 a owl:Restriction ;
owl:onProperty wdt:P9675 ;
owl:someValuesFrom owl:Thing .
wd:P2021 a wikibase:Property ;
rdfs:label &#34;Erdős number&#34;@en ;
skos:prefLabel &#34;Erdős number&#34;@en ;
schema:name &#34;Erdős number&#34;@en ;
schema:description &#34;the \&#34;collaborative distance\&#34; between mathematician Paul Erdős and another person. Use point in time (P585) as qualifier and should be used with a source.&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#Quantity&gt; ;
wikibase:directClaim wdt:P2021 ;
wikibase:claim p:P2021 ;
wikibase:statementProperty ps:P2021 ;
wikibase:statementValue psv:P2021 ;
wikibase:qualifier pq:P2021 ;
wikibase:qualifierValue pqv:P2021 ;
wikibase:reference pr:P2021 ;
wikibase:referenceValue prv:P2021 ;
wikibase:novalue wdno:P2021 ;
wikibase:directClaimNormalized wdtn:P2021 ;
wikibase:statementValueNormalized psn:P2021 ;
wikibase:qualifierValueNormalized pqn:P2021 ;
wikibase:referenceValueNormalized prn:P2021 .
p:P2021 a owl:ObjectProperty .
psv:P2021 a owl:ObjectProperty .
pqv:P2021 a owl:ObjectProperty .
prv:P2021 a owl:ObjectProperty .
wdt:P2021 a owl:DatatypeProperty .
ps:P2021 a owl:DatatypeProperty .
pq:P2021 a owl:DatatypeProperty .
pr:P2021 a owl:DatatypeProperty .
psn:P2021 a owl:ObjectProperty .
pqn:P2021 a owl:ObjectProperty .
prn:P2021 a owl:ObjectProperty .
wdtn:P2021 a owl:DatatypeProperty .
wdno:P2021 a owl:Class ;
owl:complementOf _:8530e4de4c64c3e1f8eaf2dc42c96ed3 .
_:8530e4de4c64c3e1f8eaf2dc42c96ed3 a owl:Restriction ;
owl:onProperty wdt:P2021 ;
owl:someValuesFrom owl:Thing .
wd:P3680 a wikibase:Property ;
rdfs:label &#34;statement supported by&#34;@en ;
skos:prefLabel &#34;statement supported by&#34;@en ;
schema:name &#34;statement supported by&#34;@en ;
schema:description &#34;entity that supports a given statement&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P3680 ;
wikibase:claim p:P3680 ;
wikibase:statementProperty ps:P3680 ;
wikibase:statementValue psv:P3680 ;
wikibase:qualifier pq:P3680 ;
wikibase:qualifierValue pqv:P3680 ;
wikibase:reference pr:P3680 ;
wikibase:referenceValue prv:P3680 ;
wikibase:novalue wdno:P3680 .
p:P3680 a owl:ObjectProperty .
psv:P3680 a owl:ObjectProperty .
pqv:P3680 a owl:ObjectProperty .
prv:P3680 a owl:ObjectProperty .
wdt:P3680 a owl:ObjectProperty .
ps:P3680 a owl:ObjectProperty .
pq:P3680 a owl:ObjectProperty .
pr:P3680 a owl:ObjectProperty .
wdno:P3680 a owl:Class ;
owl:complementOf _:defe103d803d832d863457c2b15fd965 .
_:defe103d803d832d863457c2b15fd965 a owl:Restriction ;
owl:onProperty wdt:P3680 ;
owl:someValuesFrom owl:Thing .
wd:Q11036149 a wikibase:Item ;
rdfs:label &#34;David Agnew&#34;@en ;
skos:prefLabel &#34;David Agnew&#34;@en ;
schema:name &#34;David Agnew&#34;@en ;
schema:description &#34;pseudonym used at the BBC&#34;@en .
wd:P805 a wikibase:Property ;
rdfs:label &#34;statement is subject of&#34;@en ;
skos:prefLabel &#34;statement is subject of&#34;@en ;
schema:name &#34;statement is subject of&#34;@en ;
schema:description &#34;(qualifying) item that describes the relation identified in this statement&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P805 ;
wikibase:claim p:P805 ;
wikibase:statementProperty ps:P805 ;
wikibase:statementValue psv:P805 ;
wikibase:qualifier pq:P805 ;
wikibase:qualifierValue pqv:P805 ;
wikibase:reference pr:P805 ;
wikibase:referenceValue prv:P805 ;
wikibase:novalue wdno:P805 .
p:P805 a owl:ObjectProperty .
psv:P805 a owl:ObjectProperty .
pqv:P805 a owl:ObjectProperty .
prv:P805 a owl:ObjectProperty .
wdt:P805 a owl:ObjectProperty .
ps:P805 a owl:ObjectProperty .
pq:P805 a owl:ObjectProperty .
pr:P805 a owl:ObjectProperty .
wdno:P805 a owl:Class ;
owl:complementOf _:b0057da68fba9959eba43619c1638733 .
_:b0057da68fba9959eba43619c1638733 a owl:Restriction ;
owl:onProperty wdt:P805 ;
owl:someValuesFrom owl:Thing .
wd:Q76504070 a wikibase:Item ;
rdfs:label &#34;Virtual Study of Theatre Institute&#34;@en ;
skos:prefLabel &#34;Virtual Study of Theatre Institute&#34;@en ;
schema:name &#34;Virtual Study of Theatre Institute&#34;@en ;
schema:description &#34;The Virtual Study (ViS), which is operated by the Arts and Theatre Institute, is a comprehensive interface for accessing all of the Institute&#39;s information databases.&#34;@en .
wd:P8129 a wikibase:Property ;
rdfs:label &#34;IDU theatre name unique ID&#34;@en ;
skos:prefLabel &#34;IDU theatre name unique ID&#34;@en ;
schema:name &#34;IDU theatre name unique ID&#34;@en ;
schema:description &#34;identifier for theatres (not theatre buildings) in Czechia in the Theatre Institute database&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#ExternalId&gt; ;
wikibase:directClaim wdt:P8129 ;
wikibase:claim p:P8129 ;
wikibase:statementProperty ps:P8129 ;
wikibase:statementValue psv:P8129 ;
wikibase:qualifier pq:P8129 ;
wikibase:qualifierValue pqv:P8129 ;
wikibase:reference pr:P8129 ;
wikibase:referenceValue prv:P8129 ;
wikibase:novalue wdno:P8129 ;
wikibase:directClaimNormalized wdtn:P8129 ;
wikibase:statementValueNormalized psn:P8129 ;
wikibase:qualifierValueNormalized pqn:P8129 ;
wikibase:referenceValueNormalized prn:P8129 .
p:P8129 a owl:ObjectProperty .
psv:P8129 a owl:ObjectProperty .
pqv:P8129 a owl:ObjectProperty .
prv:P8129 a owl:ObjectProperty .
wdt:P8129 a owl:DatatypeProperty .
ps:P8129 a owl:DatatypeProperty .
pq:P8129 a owl:DatatypeProperty .
pr:P8129 a owl:DatatypeProperty .
psn:P8129 a owl:ObjectProperty .
pqn:P8129 a owl:ObjectProperty .
prn:P8129 a owl:ObjectProperty .
wdtn:P8129 a owl:ObjectProperty .
wdno:P8129 a owl:Class ;
owl:complementOf _:f04bb319ac6bcad504a8c0fba33dda96 .
_:f04bb319ac6bcad504a8c0fba33dda96 a owl:Restriction ;
owl:onProperty wdt:P8129 ;
owl:someValuesFrom owl:Thing .
wd:Q109122021 a wikibase:Item ;
rdfs:label &#34;film with screenplay by this person&#34;@en ;
skos:prefLabel &#34;film with screenplay by this person&#34;@en ;
schema:name &#34;film with screenplay by this person&#34;@en .
wd:P642 a wikibase:Property ;
rdfs:label &#34;of&#34;@en ;
skos:prefLabel &#34;of&#34;@en ;
schema:name &#34;of&#34;@en ;
schema:description &#34;(Use a more specific property where feasible; this property will be deprecated) qualifier stating that a statement applies within the scope of a particular item&#34;@en ;
wikibase:propertyType &lt;http://wikiba.se/ontology#WikibaseItem&gt; ;
wikibase:directClaim wdt:P642 ;
wikibase:claim p:P642 ;
wikibase:statementProperty ps:P642 ;
wikibase:statementValue psv:P642 ;
wikibase:qualifier pq:P642 ;
wikibase:qualifierValue pqv:P642 ;
wikibase:reference pr:P642 ;
wikibase:referenceValue prv:P642 ;
wikibase:novalue wdno:P642 .
p:P642 a owl:ObjectProperty .
psv:P642 a owl:ObjectProperty .
pqv:P642 a owl:ObjectProperty .
prv:P642 a owl:ObjectProperty .
wdt:P642 a owl:ObjectProperty .
ps:P642 a owl:ObjectProperty .
pq:P642 a owl:ObjectProperty .
pr:P642 a owl:ObjectProperty .
wdno:P642 a owl:Class ;
owl:complementOf _:2a127b1015667b59aad92244e4ebb227 .
_:2a127b1015667b59aad92244e4ebb227 a owl:Restriction ;
owl:onProperty wdt:P642 ;
owl:someValuesFrom owl:Thing .
wd:Q59431323 owl:sameAs wd:Q42 .
wd:Q60594743 owl:sameAs wd:Q42 .
v:12b3879e659a02b6b54b45eb5d03fe47 a wikibase:GlobecoordinateValue ;
wikibase:geoLatitude &#34;51.566527777778&#34;^^xsd:double ;
wikibase:geoLongitude &#34;-0.14544444444444&#34;^^xsd:double ;
wikibase:geoPrecision &#34;2.7777777777778E-5&#34;^^xsd:double ;
wikibase:geoGlobe &lt;http://www.wikidata.org/entity/Q2&gt; .
v:4e3244ccc4d14053f6649e98562f6f0a a wikibase:QuantityValue ;
wikibase:quantityAmount &#34;+19460&#34;^^xsd:decimal ;
wikibase:quantityUnit &lt;http://www.wikidata.org/entity/Q199&gt; .
v:a75316bb9a036450071a6af49f7907ca a wikibase:QuantityValue ;
wikibase:quantityAmount &#34;+1.96&#34;^^xsd:decimal ;
wikibase:quantityUnit &lt;http://www.wikidata.org/entity/Q11573&gt; ;
wikibase:quantityNormalized v:a75316bb9a036450071a6af49f7907ca .
v:3bbb57bce2998f753db444ac3162397e a wikibase:QuantityValue ;
wikibase:quantityAmount &#34;+60&#34;^^xsd:decimal ;
wikibase:quantityUnit &lt;http://www.wikidata.org/entity/Q199&gt; .
v:6fc1f325788cfea1bc9c869fbbfe7824 a wikibase:QuantityValue ;
wikibase:quantityAmount &#34;+10&#34;^^xsd:decimal ;
wikibase:quantityUnit &lt;http://www.wikidata.org/entity/Q199&gt; .
v:84e385ae74943fd44e81e730da9f0d52 a wikibase:TimeValue ;
wikibase:timeValue &#34;2022-10-09T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:866de9172090592497e94e497370838e a wikibase:TimeValue ;
wikibase:timeValue &#34;2013-12-07T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:811f31244f158332fb4f1e13ae9f4d50 a wikibase:TimeValue ;
wikibase:timeValue &#34;1979-01-01T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;9&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:426df9023763f08b066f4478480f44cd a wikibase:TimeValue ;
wikibase:timeValue &#34;1952-03-11T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:7923e5d1b1fa559f6b007a04bf2ecbec a wikibase:TimeValue ;
wikibase:timeValue &#34;2015-07-07T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:e02008c5cc5eff945d14e097a43ba7c1 a wikibase:TimeValue ;
wikibase:timeValue &#34;2020-06-26T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:a28ea88b458d12d7a75a1eb55a43c006 a wikibase:TimeValue ;
wikibase:timeValue &#34;2016-01-11T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:b3795d3425e0bbdd474f3138cad4a069 a wikibase:TimeValue ;
wikibase:timeValue &#34;2017-10-09T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:ff88e131a5f24ca6666a0fba1f160d70 a wikibase:TimeValue ;
wikibase:timeValue &#34;2001-05-15T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:5409bf3ed914e26cd892635503b80d67 a wikibase:TimeValue ;
wikibase:timeValue &#34;2001-05-13T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:cafa718bf09788037748f39cf2442eec a wikibase:TimeValue ;
wikibase:timeValue &#34;2015-01-03T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:1c30ade7914d072877b2db404a683d7c a wikibase:TimeValue ;
wikibase:timeValue &#34;2001-05-11T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:b4e115ff00072de886277fab5b590dc9 a wikibase:TimeValue ;
wikibase:timeValue &#34;2017-10-28T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:8bb44cabe981a9533b690ce41b5a1def a wikibase:TimeValue ;
wikibase:timeValue &#34;2013-12-03T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:bb99e35a15ee5efe5e14c0151dbea651 a wikibase:TimeValue ;
wikibase:timeValue &#34;2014-01-03T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:08991931b05da15c7541bf2cef57593d a wikibase:TimeValue ;
wikibase:timeValue &#34;2001-05-12T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:670d91481c1e30640509865826308a7f a wikibase:TimeValue ;
wikibase:timeValue &#34;2008-10-24T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:3ce9f606decac48214dd1c61f4d5e37d a wikibase:TimeValue ;
wikibase:timeValue &#34;1957-01-01T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;9&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:6ae4786d7527afd3ce0d6e23a9443ded a wikibase:TimeValue ;
wikibase:timeValue &#34;2001-06-25T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:25cb069ef38b7407802784ed8be6d4db a wikibase:TimeValue ;
wikibase:timeValue &#34;2013-09-06T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:f987783e1f9c9fa0cb0b774d330af52d a wikibase:TimeValue ;
wikibase:timeValue &#34;2013-10-28T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:92a2dadeb517309aab503fe32eb4cc72 a wikibase:TimeValue ;
wikibase:timeValue &#34;1974-01-01T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;9&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:cf5d396bdc1074d11438fc47ab8bcf40 a wikibase:TimeValue ;
wikibase:timeValue &#34;1971-01-01T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;9&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:9a581f623d181b3e8160146d1a1c062c a wikibase:TimeValue ;
wikibase:timeValue &#34;1970-01-01T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;9&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:1f2f39b788827a68ca51882be5e66e8f a wikibase:TimeValue ;
wikibase:timeValue &#34;1959-01-01T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;9&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:c353180604d93a58fe878299bb20d386 a wikibase:TimeValue ;
wikibase:timeValue &#34;2020-11-17T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:d49b98a030ea836c922381a07d3a55a5 a wikibase:TimeValue ;
wikibase:timeValue &#34;1996-01-01T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;9&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:7aef3f9625980f5bc8ab38e908f62317 a wikibase:TimeValue ;
wikibase:timeValue &#34;2015-03-07T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;60&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:f5628a29ba10551697cdc79d94741d01 a wikibase:TimeValue ;
wikibase:timeValue &#34;1983-01-01T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;9&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:a503dea72c47d232fc0dbb53d5a68175 a wikibase:TimeValue ;
wikibase:timeValue &#34;2020-09-28T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:0316f0e5815940ce1f047191bf0d03a7 a wikibase:TimeValue ;
wikibase:timeValue &#34;2012-03-06T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:f6955f49ad71011beba4b07f873a3fbd a wikibase:TimeValue ;
wikibase:timeValue &#34;2018-11-15T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:2fb22d1343a8bf85911d0d9cd8e83cfb a wikibase:TimeValue ;
wikibase:timeValue &#34;2019-06-03T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:f3d1202902d72c599bb60ae3067d62cc a wikibase:TimeValue ;
wikibase:timeValue &#34;2013-03-11T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:71d16b65f72ca8aac0e3e537ced84e9f a wikibase:TimeValue ;
wikibase:timeValue &#34;2020-11-18T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:c8ae0d38443d4671d3f893d7000a859e a wikibase:TimeValue ;
wikibase:timeValue &#34;1991-11-25T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:452d20a53d29b832012048b95731af88 a wikibase:TimeValue ;
wikibase:timeValue &#34;2019-05-30T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:74b68fd56159517b3a44aa750be0aacb a wikibase:TimeValue ;
wikibase:timeValue &#34;2018-03-26T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:3df1a4e13d092543eda3e39665551584 a wikibase:TimeValue ;
wikibase:timeValue &#34;2018-08-24T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:878188974960c25c2b4875ad7823eeb7 a wikibase:TimeValue ;
wikibase:timeValue &#34;2019-04-18T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:70d666aa88140f3d03060e8dc66c626a a wikibase:TimeValue ;
wikibase:timeValue &#34;2018-10-07T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:c1906a2aa12373a91586fc8a9068e01b a wikibase:TimeValue ;
wikibase:timeValue &#34;2022-03-01T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:4f84464b2a3a2f358c6ce9170270d2a7 a wikibase:TimeValue ;
wikibase:timeValue &#34;2019-07-28T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:2a7b56de1878bc4c97581b338b7c29bd a wikibase:TimeValue ;
wikibase:timeValue &#34;2021-05-28T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:2c8bbe15e629c2fc1c86d342012b008d a wikibase:TimeValue ;
wikibase:timeValue &#34;2020-02-26T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:83500220681ae2dc2c3ce97618999534 a wikibase:TimeValue ;
wikibase:timeValue &#34;2015-03-18T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:deb344d534444ea4748848329bb02835 a wikibase:TimeValue ;
wikibase:timeValue &#34;2020-06-06T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:841e5e98ca80d010e5056f4fd5219a42 a wikibase:TimeValue ;
wikibase:timeValue &#34;2011-02-06T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:a95aa8e87e4949f5eea726879e68de14 a wikibase:TimeValue ;
wikibase:timeValue &#34;2020-08-26T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:6db7aa179b1e57b39bd302c2c65d51de a wikibase:TimeValue ;
wikibase:timeValue &#34;2017-04-13T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:3a39cf203782d041f301961412f94abf a wikibase:TimeValue ;
wikibase:timeValue &#34;2020-12-16T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:504631812af384786364d4e937add1e8 a wikibase:TimeValue ;
wikibase:timeValue &#34;2020-02-23T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:c69dce79ab93615f4e11a3a6b71d6e52 a wikibase:TimeValue ;
wikibase:timeValue &#34;2020-12-21T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:879ab479c61145d6cf9d0b29093b0e10 a wikibase:TimeValue ;
wikibase:timeValue &#34;1983-01-01T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;9&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:d7f52187a8ce30f7ec8a487d174af8aa a wikibase:TimeValue ;
wikibase:timeValue &#34;2021-08-04T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:f6180ec9c7cb0d73c79d8217132f18ed a wikibase:TimeValue ;
wikibase:timeValue &#34;2021-09-20T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:72d36e938d465d1e5fc4b40168ce64a6 a wikibase:TimeValue ;
wikibase:timeValue &#34;2022-08-18T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:6f29640699a4951891392dfb0d9b5f1b a wikibase:TimeValue ;
wikibase:timeValue &#34;2022-09-10T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
v:4b02c439aed07a98e847539d9e257e4d a wikibase:TimeValue ;
wikibase:timeValue &#34;2013-11-13T00:00:00Z&#34;^^xsd:dateTime ;
wikibase:timePrecision &#34;11&#34;^^xsd:integer ;
wikibase:timeTimezone &#34;0&#34;^^xsd:integer ;
wikibase:timeCalendarModel &lt;http://www.wikidata.org/entity/Q1985727&gt; .
ref:a4d108601216cffd2ff1819ccf12b483486b62e7 a wikibase:Reference ;
pr:P248 wd:Q19938912 ;
pr:P268 &#34;11888092r&#34; ;
prn:P268 &lt;http://data.bnf.fr/ark:/12148/cb11888092r#about&gt; ;
pr:P407 wd:Q150 ;
pr:P813 &#34;2022-10-09T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:84e385ae74943fd44e81e730da9f0d52 .
ref:f38b0c50096908694fe215d33497be11eb3f9d3b a wikibase:Reference ;
pr:P248 wd:Q36578 ;
pr:P227 &#34;119033364&#34; ;
prn:P227 &lt;https://d-nb.info/gnd/119033364&gt; ;
pr:P407 wd:Q188 ;
pr:P813 &#34;2022-10-09T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:84e385ae74943fd44e81e730da9f0d52 .
ref:6f60c456c95ba618e266011ead6d50a81cfb3e76 a wikibase:Reference ;
pr:P248 wd:Q47757534 ;
pr:P269 &#34;026677636&#34; ;
prn:P269 &lt;http://www.idref.fr/026677636/id&gt; ;
pr:P407 wd:Q150 ;
pr:P813 &#34;2022-10-09T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:84e385ae74943fd44e81e730da9f0d52 .
ref:f67142030dd221e1441a10a7438323ad44f35be8 a wikibase:Reference ;
pr:P248 wd:Q193563 ;
pr:P268 &#34;11888092r&#34; ;
prn:P268 &lt;http://data.bnf.fr/ark:/12148/cb11888092r#about&gt; ;
pr:P813 &#34;2013-12-07T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:866de9172090592497e94e497370838e .
ref:0fed87b3320338e0ed0587df9b43e47cfcf5b69f a wikibase:Reference ;
pr:P854 &lt;http://www.jinni.com/tv/the-hitchhikers-guide-to-the-galaxy/cast-crew/&gt; .
ref:ebf92afc2ec3ffcf1aec1d55f0b066d190281576 a wikibase:Reference ;
pr:P248 wd:Q2567271 ;
pr:P4789 &#34;U4994&#34; .
ref:2f26d70b1e8b8cb53882b83197d1859e226da12d a wikibase:Reference ;
pr:P248 wd:Q15222191 ;
pr:P268 &#34;11888092r&#34; ;
prn:P268 &lt;http://data.bnf.fr/ark:/12148/cb11888092r#about&gt; ;
pr:P813 &#34;2013-12-07T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:866de9172090592497e94e497370838e .
ref:355b56329b78db22be549dec34f2570ca61ca056 a wikibase:Reference ;
pr:P248 wd:Q5375741 .
ref:a02f3a77ddd343e6b88be25696b055f5131c3d64 a wikibase:Reference ;
pr:P248 wd:Q36578 ;
pr:P227 &#34;119033364&#34; ;
prn:P227 &lt;https://d-nb.info/gnd/119033364&gt; ;
pr:P813 &#34;2015-07-07T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:7923e5d1b1fa559f6b007a04bf2ecbec .
ref:87dfb64c99ab2c706c135e0110f57d1ba58d67eb a wikibase:Reference ;
pr:P248 wd:Q19938912 ;
pr:P268 &#34;11888092r&#34; ;
prn:P268 &lt;http://data.bnf.fr/ark:/12148/cb11888092r#about&gt; ;
pr:P813 &#34;2020-06-26T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:e02008c5cc5eff945d14e097a43ba7c1 .
ref:3bc90af5225a0b1248b3362e911577073e904e20 a wikibase:Reference ;
pr:P248 wd:Q1139587 ;
pr:P2168 &#34;271209&#34; ;
pr:P813 &#34;2016-01-11T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:a28ea88b458d12d7a75a1eb55a43c006 .
ref:b460d7e5cae668698a5dfe74198df6632fe7231d a wikibase:Reference ;
pr:P248 wd:Q29861311 ;
pr:P3430 &#34;w65h7md1&#34; ;
pr:P1810 &#34;Douglas Adams&#34; ;
pr:P813 &#34;2017-10-09T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:b3795d3425e0bbdd474f3138cad4a069 .
ref:28af4e1131157dbbb2a5bbae189519a22e7d2b79 a wikibase:Reference ;
pr:P854 &lt;https://www.wired.com/2012/03/i-miss-douglas-adams/&gt; .
ref:fcdddce2cc4540a613b0b8c0e5d2bbd2cc5704a9 a wikibase:Reference ;
pr:P854 &lt;http://www.independent.co.uk/arts-entertainment/books/news/google-doodle-celebrates-life-of-hitchhikers-guide-to-the-galaxy-author-douglas-adams-8528856.html&gt; .
ref:162d5556b3c48733c6c27b4cddcb99bc86f4bf70 a wikibase:Reference ;
pr:P248 wd:Q2629164 ;
pr:P1233 &#34;122&#34; ;
pr:P1810 &#34;Douglas Adams&#34; ;
pr:P813 &#34;2017-10-09T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:b3795d3425e0bbdd474f3138cad4a069 .
ref:bab32d323b6c92d91ff7d0c4707346012900761b a wikibase:Reference ;
pr:P854 &lt;http://www.screenonline.org.uk/people/id/1233876/index.html&gt; .
ref:0d9f07c561f61776c61a026473508c535af28267 a wikibase:Reference ;
pr:P248 wd:Q63056 ;
pr:P535 &#34;22814&#34; ;
pr:P1810 &#34;Douglas Noel Adams&#34; ;
pr:P813 &#34;2017-10-09T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:b3795d3425e0bbdd474f3138cad4a069 .
ref:dc42b8fb4c89807fe07a74ee933d45e4ba6353a1 a wikibase:Reference ;
pr:P248 wd:Q3343389 ;
pr:P5570 &#34;143&#34; ;
pr:P1810 &#34;Douglas ADAMS&#34; ;
pr:P813 &#34;2017-10-09T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:b3795d3425e0bbdd474f3138cad4a069 .
ref:7571c014841534580d357bfbc652e23c8dfe6f76 a wikibase:Reference ;
pr:P248 wd:Q237227 ;
pr:P5019 &#34;adams-douglas-noel&#34; ;
pr:P1810 &#34;Douglas Noël Adams&#34; ;
pr:P813 &#34;2017-10-09T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:b3795d3425e0bbdd474f3138cad4a069 .
ref:a3feaf25fa95c4893bc1dc74ca6d884bc37c2723 a wikibase:Reference ;
pr:P248 wd:Q2877812 ;
pr:P3630 &#34;2627&#34; ;
pr:P1810 &#34;Douglas Adams&#34; .
ref:3780b8d878be9297899f30beb767bf408acbbd4a a wikibase:Reference ;
pr:P248 wd:Q107343683 ;
pr:P1284 &#34;00000020676&#34; ;
pr:P813 &#34;2017-10-09T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:b3795d3425e0bbdd474f3138cad4a069 ;
pr:P1810 &#34;Douglas Adams&#34; .
ref:3f4d26cf841e20630c969afc0e48e5e3ef0c5a49 a wikibase:Reference ;
pr:P854 &lt;http://www.theguardian.com/news/2001/may/15/guardianobituaries.books&gt; ;
pr:P577 &#34;2001-05-15T00:00:00Z&#34;^^xsd:dateTime ;
prv:P577 v:ff88e131a5f24ca6666a0fba1f160d70 ;
pr:P813 &#34;2013-12-07T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:866de9172090592497e94e497370838e ;
pr:P1433 wd:Q11148 ;
pr:P50 wd:Q18145749 ;
pr:P1476 &#34;Obituary: Douglas Adams&#34;@en ;
pr:P407 wd:Q1860 .
ref:1e351ee9aaac2b04ed1af6c6adcfd211f380c072 a wikibase:Reference ;
pr:P1476 &#34;Hitch Hiker&#39;s Guide author Douglas Adams dies aged 49&#34;@en ;
pr:P577 &#34;2001-05-13T00:00:00Z&#34;^^xsd:dateTime ;
prv:P577 v:5409bf3ed914e26cd892635503b80d67 ;
pr:P407 wd:Q1860 ;
pr:P854 &lt;http://www.telegraph.co.uk/news/uknews/1330072/Hitch-Hikers-Guide-author-Douglas-Adams-dies-aged-49.html&gt; ;
pr:P813 &#34;2015-01-03T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:cafa718bf09788037748f39cf2442eec ;
pr:P2093 &#34;Andrew Alderson&#34;,
&#34;Daniel Foggo&#34; ;
pr:P1433 wd:Q192621 .
ref:e9a6c72ac1c0c2bc336ff672ddaf89ecd17fff68 a wikibase:Reference ;
pr:P854 &lt;https://www.theguardian.com/uk/2001/may/13/books.booksnews&gt; ;
pr:P813 &#34;2017-10-28T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:b4e115ff00072de886277fab5b590dc9 .
ref:268aeb992f54257af5a86d9d7f0d9627214b628f a wikibase:Reference ;
pr:P854 &lt;https://www.locusmag.com/2001/News/News05a.html&gt; .
ref:5f3599922f5bee23969e91300f9eb461c7903a4b a wikibase:Reference ;
pr:P854 &lt;http://www.nytimes.com/2001/05/15/arts/douglas-adams-49-author-of-hitchhiker-s-guide-spoofs.html&gt; .
ref:8da4cf44f0a93c09c81d3b38ef8e68f8a4c4a6dc a wikibase:Reference ;
pr:P248 wd:Q23023088 ;
pr:P2191 &#34;10014&#34; ;
pr:P1810 &#34;Douglas Adams&#34; .
ref:792c357be1391569a970da13099242a6ad44af96 a wikibase:Reference ;
pr:P854 &lt;https://web.archive.org/web/20111010233102/http://www.laweekly.com/2001-05-24/news/lots-of-screamingly-funny-sentences-no-fish/&gt; .
ref:f7d13e8497267ca24630766d281da71ad49e6cf1 a wikibase:Reference ;
pr:P854 &lt;http://www.historyorb.com/people/douglas-adams&gt; ;
pr:P407 wd:Q1860 ;
pr:P813 &#34;2013-12-07T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:866de9172090592497e94e497370838e ;
pr:P1476 &#34;Famous People - Douglas Adams&#34;@en ;
pr:P248 wd:Q15290366 ;
pr:P1065 &lt;https://web.archive.org/web/20131203010221/http://www.historyorb.com/people/douglas-adams&gt; ;
pr:P2960 &#34;2013-12-03T00:00:00Z&#34;^^xsd:dateTime ;
prv:P2960 v:8bb44cabe981a9533b690ce41b5a1def .
ref:94f550fd58f53396915a7910e0bea7fac646924f a wikibase:Reference ;
pr:P1476 &#34;Obituary: Douglas Adams&#34;@en ;
pr:P577 &#34;2001-05-15T00:00:00Z&#34;^^xsd:dateTime ;
prv:P577 v:ff88e131a5f24ca6666a0fba1f160d70 ;
pr:P407 wd:Q1860 ;
pr:P854 &lt;http://www.theguardian.com/news/2001/may/15/guardianobituaries.books&gt; ;
pr:P813 &#34;2014-01-03T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:bb99e35a15ee5efe5e14c0151dbea651 ;
pr:P50 wd:Q18145749 ;
pr:P248 wd:Q11148 .
ref:8a954fb86baef5ac9f138ca641aea07b80570447 a wikibase:Reference ;
pr:P1476 &#34;Hitch Hiker&#39;s Guide author Douglas Adams dies aged 49&#34;@en ;
pr:P577 &#34;2001-05-13T00:00:00Z&#34;^^xsd:dateTime ;
prv:P577 v:5409bf3ed914e26cd892635503b80d67 ;
pr:P407 wd:Q1860 ;
pr:P854 &lt;http://www.telegraph.co.uk/news/uknews/1330072/Hitch-Hikers-Guide-author-Douglas-Adams-dies-aged-49.html&gt; ;
pr:P813 &#34;2014-01-03T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:bb99e35a15ee5efe5e14c0151dbea651 ;
pr:P248 wd:Q192621 .
ref:7ee048b166930e319a10ef56bc8bfa7202a31997 a wikibase:Reference ;
pr:P854 &lt;http://www.nytimes.com/books/01/05/13/daily/adams-obit.html&gt; ;
pr:P577 &#34;2001-05-12T00:00:00Z&#34;^^xsd:dateTime ;
prv:P577 v:08991931b05da15c7541bf2cef57593d ;
pr:P50 wd:Q26724169 ;
pr:P407 wd:Q1860 ;
pr:P1476 &#34;Douglas Adams, Author of &#39;Hitchhiker&#39;s Guide to the Galaxy,&#39; Dies at 49&#34;@en ;
pr:P248 wd:Q9684 .
ref:de76f366926e923ef61d60535280c65570d26cc2 a wikibase:Reference ;
pr:P854 &lt;http://www.eskimo.com/~rkj/weekly/aa051701a.htm&gt; .
ref:027c2e3272694f0292b8ed6efa7d26e4b27fa458 a wikibase:Reference ;
pr:P854 &lt;http://www.waymarking.com/waymarks/WMH912_Douglas_Adams_Highgate_East_Cemetery_London_UK&gt; .
ref:e4f9e55d169fadcbf86b00425f1cce94ce788679 a wikibase:Reference ;
pr:P854 &lt;http://highgatecemetery.org/visit/who&gt; ;
pr:P407 wd:Q1860 ;
pr:P813 &#34;2013-12-07T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:866de9172090592497e94e497370838e ;
pr:P1476 &#34;Whos here&#34;@en ;
pr:P248 wd:Q533697 ;
pr:P1065 &lt;https://web.archive.org/web/20131203025040/http://highgatecemetery.org/visit/who&gt; ;
pr:P2960 &#34;2013-12-03T00:00:00Z&#34;^^xsd:dateTime ;
prv:P2960 v:8bb44cabe981a9533b690ce41b5a1def .
ref:e71a7903858496c67eea189a7084d5559f788edb a wikibase:Reference ;
pr:P143 wd:Q565 .
ref:fa278ebfc458360e5aed63d5058cca83c46134f1 a wikibase:Reference ;
pr:P143 wd:Q328 .
ref:14d2400e3b1d36332748dc330276f099eeaa8800 a wikibase:Reference ;
pr:P143 wd:Q1551807 .
ref:d4bd87b862b12d99d26e86472d44f26858dee639 a wikibase:Reference ;
pr:P143 wd:Q8447 .
ref:8d3f0e4d193c2c8dd2b81d935dec6d736099af35 a wikibase:Reference ;
pr:P1476 &#34;Douglas Noel Adams&#34;@en ;
pr:P854 &lt;http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=22814&gt; ;
pr:P123 wd:Q63056 ;
pr:P577 &#34;2001-06-25T00:00:00Z&#34;^^xsd:dateTime ;
prv:P577 v:6ae4786d7527afd3ce0d6e23a9443ded ;
pr:P813 &#34;2013-12-07T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:866de9172090592497e94e497370838e ;
pr:P1065 &lt;https://web.archive.org/web/20131203002612/http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=22814&gt; ;
pr:P2960 &#34;2013-12-03T00:00:00Z&#34;^^xsd:dateTime ;
prv:P2960 v:8bb44cabe981a9533b690ce41b5a1def .
ref:6a3634133c828f5c3cba3f33d033c4d2ae67f5ec a wikibase:Reference ;
pr:P854 &lt;http://www.nndb.com/people/731/000023662/&gt; ;
pr:P407 wd:Q1860 ;
pr:P123 wd:Q1373513 ;
pr:P813 &#34;2013-12-07T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:866de9172090592497e94e497370838e ;
pr:P1476 &#34;Douglas Adams&#34;@en ;
pr:P1065 &lt;https://web.archive.org/web/20130906015958/http://www.nndb.com/people/731/000023662/&gt; ;
pr:P2960 &#34;2013-09-06T00:00:00Z&#34;^^xsd:dateTime ;
prv:P2960 v:25cb069ef38b7407802784ed8be6d4db .
ref:63309730314f4c20bf6b1008fe8ffd2b155272b3 a wikibase:Reference ;
pr:P248 wd:Q54919 .
ref:2b00cb481cddcac7623114367489b5c194901c4a a wikibase:Reference ;
pr:P248 wd:Q15241312 ;
pr:P577 &#34;2013-10-28T00:00:00Z&#34;^^xsd:dateTime ;
prv:P577 v:f987783e1f9c9fa0cb0b774d330af52d .
ref:9177d75c6061e9e1ab149c0aa01bee5a90e07415 a wikibase:Reference ;
pr:P854 &lt;http://www.nndb.com/people/731/000023662/&gt; ;
pr:P407 wd:Q1860 ;
pr:P123 wd:Q1373513 ;
pr:P813 &#34;2013-12-07T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:866de9172090592497e94e497370838e ;
pr:P1476 &#34;Douglas Adams&#34;@en .
ref:04faceee0261403ec1371a48835b38dcacd0403d a wikibase:Reference ;
pr:P854 &lt;http://www.brentwoodschool.co.uk/Notable-Old-Brentwoods&gt; ;
pr:P1476 &#34;Notable Old Brentwoods&#34;@en .
ref:5bf8f7ddb6bb0daa4341120b6ca0b06898492ebc a wikibase:Reference ;
pr:P854 &lt;https://viaf.org/viaf/113230702/&gt; ;
pr:P1065 &lt;https://web.archive.org/web/20201117185047/https://viaf.org/viaf/113230702/&gt; ;
pr:P2960 &#34;2020-11-17T00:00:00Z&#34;^^xsd:dateTime ;
prv:P2960 v:c353180604d93a58fe878299bb20d386 .
ref:26c14416670af4da8614d9db92859f07401e3b88 a wikibase:Reference ;
pr:P214 &#34;113230702&#34; ;
prn:P214 &lt;http://viaf.org/viaf/113230702&gt; ;
pr:P248 wd:Q54919 ;
pr:P813 &#34;2015-03-07T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:7aef3f9625980f5bc8ab38e908f62317 .
ref:327355ae07a14af7f684a612af7d7452ac62bb63 a wikibase:Reference ;
pr:P854 &lt;https://www.thehugoawards.org/hugo-history/1979-hugo-awards/&gt; .
ref:94b3c14bb9d4fe6cbe10c96a169b5c54cccc6b36 a wikibase:Reference ;
pr:P1476 &#34;Douglas Adams&#39;s 60th birthday marked with liff, the universe and Pink Floyd&#34;@en ;
pr:P1433 wd:Q5614018 ;
pr:P577 &#34;2012-03-06T00:00:00Z&#34;^^xsd:dateTime ;
prv:P577 v:0316f0e5815940ce1f047191bf0d03a7 ;
pr:P854 &lt;https://www.theguardian.com/books/2012/mar/06/douglas-adams-60th-birthday-party&gt; ;
pr:P1065 &lt;https://web.archive.org/web/20201117181919/https://www.theguardian.com/books/2012/mar/06/douglas-adams-60th-birthday-party&gt; ;
pr:P2960 &#34;2020-11-17T00:00:00Z&#34;^^xsd:dateTime ;
prv:P2960 v:c353180604d93a58fe878299bb20d386 .
ref:ea084a413b5055da7bfc68fbd54d389080918b23 a wikibase:Reference ;
pr:P854 &lt;https://books.google.com/books?id=0oA8DwAAQBAJ&amp;pg=PT107&gt; ;
pr:P813 &#34;2018-11-15T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:f6955f49ad71011beba4b07f873a3fbd ;
pr:P957 &#34;1-782-43841-6&#34; ;
prn:P957 &lt;urn:ISBN:1-782-43841-6&gt; ;
pr:P212 &#34;978-1-782-43841-0&#34; ;
prn:P212 &lt;urn:ISBN:978-1-782-43841-0&gt; ;
pr:P1065 &lt;https://web.archive.org/web/20190603110729/https://books.google.com/books?id=0oA8DwAAQBAJ&amp;pg=PT107&gt; ;
pr:P2960 &#34;2019-06-03T00:00:00Z&#34;^^xsd:dateTime ;
prv:P2960 v:2fb22d1343a8bf85911d0d9cd8e83cfb .
ref:eb03fd03eef53befd07c43d5dfeea4047fb9a72e a wikibase:Reference ;
pr:P854 &lt;https://www.theguardian.com/books/2013/mar/11/douglas-adams-king-comic-science-fiction&gt; ;
pr:P1476 &#34;Douglas Adams is still the king of comic science fiction&#34;@en ;
pr:P577 &#34;2013-03-11T00:00:00Z&#34;^^xsd:dateTime ;
prv:P577 v:f3d1202902d72c599bb60ae3067d62cc ;
pr:P248 wd:Q11148 ;
pr:P1065 &lt;https://web.archive.org/web/20201117102058/https://www.theguardian.com/books/2013/mar/11/douglas-adams-king-comic-science-fiction&gt; ;
pr:P2960 &#34;2020-11-17T00:00:00Z&#34;^^xsd:dateTime ;
prv:P2960 v:c353180604d93a58fe878299bb20d386 .
ref:6dcb62714f5201f4ea22c331a6e32e817916981f a wikibase:Reference ;
pr:P854 &lt;https://www.theguardian.com/books/2013/mar/11/douglas-adams-king-comic-science-fiction&gt; ;
pr:P1476 &#34;Douglas Adams is still the king of comic science fiction&#34;@en ;
pr:P577 &#34;2013-03-11T00:00:00Z&#34;^^xsd:dateTime ;
prv:P577 v:f3d1202902d72c599bb60ae3067d62cc ;
pr:P248 wd:Q11148 .
ref:970f20bd8dc49db5bbe0de9d4c7b3b555c134e59 a wikibase:Reference ;
pr:P3106 &#34;commentisfree/2015/aug/07/hitchhikers-guide-galaxy-book-changed-me-vogons-economics&#34; .
ref:c8c63046ea013957f2ae353e4181e82d2829d3bb a wikibase:Reference ;
pr:P1065 &lt;https://web.archive.org/web/20201118223820/http://www.google.com/doodles/douglas-adams-61st-birthday&gt; ;
pr:P2960 &#34;2020-11-18T00:00:00Z&#34;^^xsd:dateTime ;
prv:P2960 v:71d16b65f72ca8aac0e3e537ced84e9f .
ref:d3a1bf3d15f15231160c53372322c3beffdc741d a wikibase:Reference ;
pr:P854 &lt;https://www.cambridgeindependent.co.uk/whats-on/cambridge-honours-hitchhikers-guide-to-the-galaxy-author-douglas-adams-9071978/&gt; ;
pr:P1476 &#34;Cambridge holds Towel Day in honour of Douglas Adams&#34;@en ;
pr:P577 &#34;2019-05-30T00:00:00Z&#34;^^xsd:dateTime ;
prv:P577 v:452d20a53d29b832012048b95731af88 ;
pr:P1065 &lt;https://web.archive.org/web/20201117174858/https://www.cambridgeindependent.co.uk/whats-on/cambridge-honours-hitchhikers-guide-to-the-galaxy-author-douglas-adams-9071978/&gt; ;
pr:P2960 &#34;2020-11-17T00:00:00Z&#34;^^xsd:dateTime ;
prv:P2960 v:c353180604d93a58fe878299bb20d386 .
ref:154031fdff9fbadaa5f15c8b7e4ae46ca13db45a a wikibase:Reference ;
pr:P143 wd:Q28054658 .
ref:133415593c921f4a8641abd7123e2c4d451cca0c a wikibase:Reference ;
pr:P4656 &lt;https://www.wikidata.org/w/index.php?title=Wikidata:Property_proposal/BNB_person_ID&amp;oldid=700383726&gt; .
ref:090947d10eb71b36c636524a7efcdbb82d2f7a00 a wikibase:Reference ;
pr:P248 wd:Q1798125 ;
pr:P854 &lt;https://libris.kb.se/katalogisering/1zcfh30k0gr4zxt&gt; ;
pr:P577 &#34;2018-03-26T00:00:00Z&#34;^^xsd:dateTime ;
prv:P577 v:74b68fd56159517b3a44aa750be0aacb ;
pr:P813 &#34;2018-08-24T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:3df1a4e13d092543eda3e39665551584 ;
pr:P1065 &lt;https://web.archive.org/web/20190418182355/https://libris.kb.se/katalogisering/1zcfh30k0gr4zxt&gt; ;
pr:P2960 &#34;2019-04-18T00:00:00Z&#34;^^xsd:dateTime ;
prv:P2960 v:878188974960c25c2b4875ad7823eeb7 .
ref:08e3e6521cbb059b15df261cf79fcefcc29a682a a wikibase:Reference ;
pr:P248 wd:Q54919 ;
pr:P214 &#34;113230702&#34; ;
prn:P214 &lt;http://viaf.org/viaf/113230702&gt; ;
pr:P813 &#34;2018-10-07T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:70d666aa88140f3d03060e8dc66c626a .
ref:5adc5909e87421b0f55910d4bcbd4ce599bceab5 a wikibase:Reference ;
pr:P248 wd:Q13550863 ;
pr:P691 &#34;jn19990000029&#34; ;
pr:P813 &#34;2022-03-01T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:c1906a2aa12373a91586fc8a9068e01b .
ref:3a8536419e5f6bc8271f5902027354fc56ff7a8b a wikibase:Reference ;
pr:P248 wd:Q746368 ;
pr:P813 &#34;2019-07-28T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:4f84464b2a3a2f358c6ce9170270d2a7 .
ref:7283e4bf08c6476bff61211d3429dbb47b5bec27 a wikibase:Reference ;
pr:P854 &lt;https://www.sjcarchives.org.uk/personal/index.php/papers-of-douglas-noel-adams&gt; ;
pr:P1476 &#34;Fonds AdamsDN - Papers of Douglas Noël Adams&#34;@en ;
pr:P1065 &lt;https://web.archive.org/web/20201117104349/https://www.sjcarchives.org.uk/personal/index.php/papers-of-douglas-noel-adams&gt; ;
pr:P2960 &#34;2020-11-17T00:00:00Z&#34;^^xsd:dateTime ;
prv:P2960 v:c353180604d93a58fe878299bb20d386 .
ref:b2c64ac3b79264041210b0803c48d9a8ad98314d a wikibase:Reference ;
pr:P4656 &lt;https://www.wikidata.org/w/index.php?title=Wikidata:Property_proposal/FantLab_author_ID&amp;oldid=1032426353&gt; .
ref:354bdf2193acbbe0217db68cad6365e38d8a90a3 a wikibase:Reference ;
pr:P248 wd:Q20828898 ;
pr:P345 &#34;nm0010930&#34; ;
pr:P813 &#34;2021-05-28T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:2a7b56de1878bc4c97581b338b7c29bd .
ref:76f54c6cf51e45eabdb0fecfdd703679f2067447 a wikibase:Reference ;
pr:P248 wd:Q20828898 ;
pr:P646 &#34;/m/0282x&#34; ;
prn:P646 &lt;http://g.co/kg/m/0282x&gt; ;
pr:P813 &#34;2021-05-28T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:2a7b56de1878bc4c97581b338b7c29bd .
ref:56f84865a76d214a29a4de08338f89fa2e0c0f5d a wikibase:Reference ;
pr:P854 &lt;https://iswcnet.cisac.org/&gt; ;
pr:P813 &#34;2020-02-26T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:2c8bbe15e629c2fc1c86d342012b008d ;
pr:P1065 &lt;https://web.archive.org/web/20150318093140/http://iswcnet.cisac.org/&gt; ;
pr:P2960 &#34;2015-03-18T00:00:00Z&#34;^^xsd:dateTime ;
prv:P2960 v:83500220681ae2dc2c3ce97618999534 .
ref:9a136912b73c22560eaa627d398c0670202dd63a a wikibase:Reference ;
pr:P248 wd:Q54919 ;
pr:P214 &#34;113230702&#34; ;
prn:P214 &lt;http://viaf.org/viaf/113230702&gt; ;
pr:P813 &#34;2020-06-06T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:deb344d534444ea4748848329bb02835 .
ref:5c0fe42f3c1ade9a0028546b89fa1226f8e029eb a wikibase:Reference ;
pr:P854 &lt;https://dirkgently.fandom.com/wiki/Douglas_Adams?oldid=7417&gt; ;
pr:P813 &#34;2020-08-26T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:a95aa8e87e4949f5eea726879e68de14 ;
pr:P1810 &#34;Douglas Adams&#34; .
ref:5f446c2bf2ad680834678b82140cd8ca4910e2fb a wikibase:Reference ;
pr:P854 &lt;https://github.com/rchurchley/erdos-bacon-sabbath/issues/16&gt; ;
pr:P1065 &lt;https://web.archive.org/web/20201216030053/https://github.com/rchurchley/erdos-bacon-sabbath/issues/16&gt; ;
pr:P2960 &#34;2020-12-16T00:00:00Z&#34;^^xsd:dateTime ;
prv:P2960 v:3a39cf203782d041f301961412f94abf .
ref:66cc747c76cfb3538eb404dab78a2c3942ac5ca0 a wikibase:Reference ;
pr:P1263 &#34;731/000023662&#34; .
ref:75b1617556ee3edc63bc02b87f4a042a079e0901 a wikibase:Reference ;
pr:P854 &lt;https://www.bbc.co.uk/doctorwho/classic/episodeguide/cityofdeath/detail.shtml&gt; ;
pr:P1065 &lt;https://web.archive.org/web/20200223004353/http://www.bbc.co.uk/doctorwho/classic/episodeguide/cityofdeath/detail.shtml&gt; ;
pr:P2960 &#34;2020-02-23T00:00:00Z&#34;^^xsd:dateTime ;
prv:P2960 v:504631812af384786364d4e937add1e8 .
ref:760e3627ff3aaf106fde98cc8fd2fc0cdec02773 a wikibase:Reference ;
pr:P248 wd:Q76504070 ;
pr:P813 &#34;2020-12-21T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:c69dce79ab93615f4e11a3a6b71d6e52 ;
pr:P8129 &#34;23691&#34; .
ref:366cc289740fb68df974400fad75e891dc6af3d0 a wikibase:Reference ;
pr:P854 &lt;https://bookstr.com/article/life-the-universe-and-everything-happy-birthday-douglas-adams/&gt; .
ref:c380cbf312acc66fffc90dc202322f9f182c7620 a wikibase:Reference ;
pr:P854 &lt;https://www.comic-con.org/awards/inkpot&gt; ;
pr:P813 &#34;2021-08-04T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:d7f52187a8ce30f7ec8a487d174af8aa .
ref:e0f5a61dcd233962d497f85010f258c713169a5d a wikibase:Reference ;
pr:P244 &#34;n80076765&#34; ;
prn:P244 &lt;http://id.loc.gov/authorities/names/n80076765&gt; ;
pr:P813 &#34;2021-09-20T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:f6180ec9c7cb0d73c79d8217132f18ed .
ref:10addd300a6925c60bbf81c3c80ee38786a8a616 a wikibase:Reference ;
pr:P854 &lt;http://www.doollee.com/PlaywrightsA/adams-douglas.php&gt; ;
pr:P1476 &#34;Douglas Adams- Playwright Dramatist&#34;@und ;
pr:P813 &#34;2022-08-18T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:72d36e938d465d1e5fc4b40168ce64a6 .
ref:b821feb93898353cb8fddf3c25f8a4ee538e7f2d a wikibase:Reference ;
pr:P813 &#34;2022-09-10T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:6f29640699a4951891392dfb0d9b5f1b ;
pr:P854 &lt;https://golden.com/wiki/Douglas_Adams-YNBW&gt; .
ref:4bdbb5fd8d46626c4c5a382ff95215b8d771ad56 a wikibase:Reference ;
pr:P1476 &#34;Obituary: Douglas Adams&#34;@en ;
pr:P577 &#34;2001-05-15T00:00:00Z&#34;^^xsd:dateTime ;
prv:P577 v:ff88e131a5f24ca6666a0fba1f160d70 ;
pr:P407 wd:Q1860 ;
pr:P854 &lt;http://www.theguardian.com/news/2001/may/15/guardianobituaries.books&gt; ;
pr:P813 &#34;2013-12-07T00:00:00Z&#34;^^xsd:dateTime ;
prv:P813 v:866de9172090592497e94e497370838e ;
pr:P50 wd:Q18145749 ;
pr:P1433 wd:Q11148 ;
pr:P1065 &lt;https://web.archive.org/web/20131113051835/http://www.theguardian.com/news/2001/may/15/guardianobituaries.books&gt; ;
pr:P2960 &#34;2013-11-13T00:00:00Z&#34;^^xsd:dateTime ;
prv:P2960 v:4b02c439aed07a98e847539d9e257e4d .
</pre>
</div>
</div>
</div>
</div>
</div>
<div class="jp-Cell jp-MarkdownCell jp-Notebook-cell">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput " data-mime-type="text/markdown">
<p>In addition to full (the default) there are two other "flavors" for the response, dump and simple.</p>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[10]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="nb">print</span><span class="p">(</span><span class="n">urlopen</span><span class="p">(</span><span class="s2">&quot;https://www.wikidata.org/wiki/Special:EntityData/Q42.ttl?flavor=simple&quot;</span><span class="p">)</span><span class="o">.</span><span class="n">read</span><span class="p">()</span><span class="o">.</span><span class="n">decode</span><span class="p">(</span><span class="s2">&quot;utf-8&quot;</span><span class="p">))</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="text/plain">
<pre>@prefix rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; .
@prefix xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt; .
@prefix ontolex: &lt;http://www.w3.org/ns/lemon/ontolex#&gt; .
@prefix dct: &lt;http://purl.org/dc/terms/&gt; .
@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
@prefix owl: &lt;http://www.w3.org/2002/07/owl#&gt; .
@prefix wikibase: &lt;http://wikiba.se/ontology#&gt; .
@prefix skos: &lt;http://www.w3.org/2004/02/skos/core#&gt; .
@prefix schema: &lt;http://schema.org/&gt; .
@prefix cc: &lt;http://creativecommons.org/ns#&gt; .
@prefix geo: &lt;http://www.opengis.net/ont/geosparql#&gt; .
@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
@prefix wd: &lt;http://www.wikidata.org/entity/&gt; .
@prefix data: &lt;https://www.wikidata.org/wiki/Special:EntityData/&gt; .
@prefix s: &lt;http://www.wikidata.org/entity/statement/&gt; .
@prefix ref: &lt;http://www.wikidata.org/reference/&gt; .
@prefix v: &lt;http://www.wikidata.org/value/&gt; .
@prefix wdt: &lt;http://www.wikidata.org/prop/direct/&gt; .
@prefix wdtn: &lt;http://www.wikidata.org/prop/direct-normalized/&gt; .
@prefix p: &lt;http://www.wikidata.org/prop/&gt; .
@prefix ps: &lt;http://www.wikidata.org/prop/statement/&gt; .
@prefix psv: &lt;http://www.wikidata.org/prop/statement/value/&gt; .
@prefix psn: &lt;http://www.wikidata.org/prop/statement/value-normalized/&gt; .
@prefix pq: &lt;http://www.wikidata.org/prop/qualifier/&gt; .
@prefix pqv: &lt;http://www.wikidata.org/prop/qualifier/value/&gt; .
@prefix pqn: &lt;http://www.wikidata.org/prop/qualifier/value-normalized/&gt; .
@prefix pr: &lt;http://www.wikidata.org/prop/reference/&gt; .
@prefix prv: &lt;http://www.wikidata.org/prop/reference/value/&gt; .
@prefix prn: &lt;http://www.wikidata.org/prop/reference/value-normalized/&gt; .
@prefix wdno: &lt;http://www.wikidata.org/prop/novalue/&gt; .
data:Q42 a schema:Dataset ;
schema:about wd:Q42 ;
cc:license &lt;http://creativecommons.org/publicdomain/zero/1.0/&gt; ;
schema:softwareVersion &#34;1.0.0&#34; ;
schema:version &#34;1757862527&#34;^^xsd:integer ;
schema:dateModified &#34;2022-10-25T12:03:35Z&#34;^^xsd:dateTime .
wd:Q42 a wikibase:Item .
&lt;https://af.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;af&#34; ;
schema:isPartOf &lt;https://af.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@af .
&lt;https://af.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://ar.wikipedia.org/wiki/%D8%AF%D9%88%D8%BA%D9%84%D8%A7%D8%B3_%D8%A2%D8%AF%D9%85%D8%B2&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ar&#34; ;
schema:isPartOf &lt;https://ar.wikipedia.org/&gt; ;
schema:name &#34;دوغلاس آدمز&#34;@ar .
&lt;https://ar.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://ar.wikiquote.org/wiki/%D8%AF%D9%88%D8%AC%D9%84%D8%A7%D8%B3_%D8%A2%D8%AF%D8%A7%D9%85%D8%B2&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ar&#34; ;
schema:isPartOf &lt;https://ar.wikiquote.org/&gt; ;
schema:name &#34;دوجلاس آدامز&#34;@ar .
&lt;https://ar.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://arz.wikipedia.org/wiki/%D8%AF%D9%88%D8%AC%D9%84%D8%A7%D8%B3_%D8%A7%D8%AF%D8%A7%D9%85%D8%B2&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;arz&#34; ;
schema:isPartOf &lt;https://arz.wikipedia.org/&gt; ;
schema:name &#34;دوجلاس ادامز&#34;@arz .
&lt;https://arz.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://ast.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ast&#34; ;
schema:isPartOf &lt;https://ast.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@ast .
&lt;https://ast.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://azb.wikipedia.org/wiki/%D8%AF%D8%A7%D9%82%D9%84%D8%A7%D8%B3_%D8%A2%D8%AF%D8%A7%D9%85%D8%B2&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;azb&#34; ;
schema:isPartOf &lt;https://azb.wikipedia.org/&gt; ;
schema:name &#34;داقلاس آدامز&#34;@azb .
&lt;https://azb.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://az.wikipedia.org/wiki/Duqlas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;az&#34; ;
schema:isPartOf &lt;https://az.wikipedia.org/&gt; ;
schema:name &#34;Duqlas Adams&#34;@az .
&lt;https://az.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://az.wikiquote.org/wiki/Duqlas_Noel_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;az&#34; ;
schema:isPartOf &lt;https://az.wikiquote.org/&gt; ;
schema:name &#34;Duqlas Noel Adams&#34;@az .
&lt;https://az.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://bar.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;bar&#34; ;
schema:isPartOf &lt;https://bar.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@bar .
&lt;https://bar.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://be-tarask.wikipedia.org/wiki/%D0%94%D1%83%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D0%B7&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;be-tarask&#34; ;
schema:isPartOf &lt;https://be-tarask.wikipedia.org/&gt; ;
schema:name &#34;Дуглас Адамз&#34;@be-tarask .
&lt;https://be-tarask.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://be.wikipedia.org/wiki/%D0%94%D1%83%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;be&#34; ;
schema:isPartOf &lt;https://be.wikipedia.org/&gt; ;
schema:name &#34;Дуглас Адамс&#34;@be .
&lt;https://be.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://bg.wikipedia.org/wiki/%D0%94%D1%8A%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;bg&#34; ;
schema:isPartOf &lt;https://bg.wikipedia.org/&gt; ;
schema:name &#34;Дъглас Адамс&#34;@bg .
&lt;https://bg.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://bg.wikiquote.org/wiki/%D0%94%D1%8A%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;bg&#34; ;
schema:isPartOf &lt;https://bg.wikiquote.org/&gt; ;
schema:name &#34;Дъглас Адамс&#34;@bg .
&lt;https://bg.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://bn.wikipedia.org/wiki/%E0%A6%A1%E0%A6%97%E0%A6%B2%E0%A6%BE%E0%A6%B8_%E0%A6%85%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A1%E0%A6%BE%E0%A6%AE%E0%A6%B8&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;bn&#34; ;
schema:isPartOf &lt;https://bn.wikipedia.org/&gt; ;
schema:name &#34;ডগলাস অ্যাডামস&#34;@bn .
&lt;https://bn.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://bs.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;bs&#34; ;
schema:isPartOf &lt;https://bs.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@bs .
&lt;https://bs.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://bs.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;bs&#34; ;
schema:isPartOf &lt;https://bs.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@bs .
&lt;https://bs.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://ca.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ca&#34; ;
schema:isPartOf &lt;https://ca.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@ca .
&lt;https://ca.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://cs.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;cs&#34; ;
schema:isPartOf &lt;https://cs.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@cs .
&lt;https://cs.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://cs.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;cs&#34; ;
schema:isPartOf &lt;https://cs.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@cs .
&lt;https://cs.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://cy.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;cy&#34; ;
schema:isPartOf &lt;https://cy.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@cy .
&lt;https://cy.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://da.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;da&#34; ;
schema:isPartOf &lt;https://da.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@da .
&lt;https://da.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://de.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;de&#34; ;
schema:isPartOf &lt;https://de.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@de .
&lt;https://de.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://de.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;de&#34; ;
schema:isPartOf &lt;https://de.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@de .
&lt;https://de.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://el.wikipedia.org/wiki/%CE%9D%CF%84%CE%AC%CE%B3%CE%BA%CE%BB%CE%B1%CF%82_%CE%86%CE%BD%CF%84%CE%B1%CE%BC%CF%82&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;el&#34; ;
schema:isPartOf &lt;https://el.wikipedia.org/&gt; ;
schema:name &#34;Ντάγκλας Άνταμς&#34;@el .
&lt;https://el.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://el.wikiquote.org/wiki/%CE%9D%CF%84%CE%AC%CE%B3%CE%BA%CE%BB%CE%B1%CF%82_%CE%86%CE%BD%CF%84%CE%B1%CE%BC%CF%82&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;el&#34; ;
schema:isPartOf &lt;https://el.wikiquote.org/&gt; ;
schema:name &#34;Ντάγκλας Άνταμς&#34;@el .
&lt;https://el.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://en.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;en&#34; ;
schema:isPartOf &lt;https://en.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@en .
&lt;https://en.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://en.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;en&#34; ;
schema:isPartOf &lt;https://en.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@en .
&lt;https://en.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://eo.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;eo&#34; ;
schema:isPartOf &lt;https://eo.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@eo .
&lt;https://eo.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://eo.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;eo&#34; ;
schema:isPartOf &lt;https://eo.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@eo .
&lt;https://eo.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://es.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;es&#34; ;
schema:isPartOf &lt;https://es.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@es .
&lt;https://es.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://es.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;es&#34; ;
schema:isPartOf &lt;https://es.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@es .
&lt;https://es.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://et.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;et&#34; ;
schema:isPartOf &lt;https://et.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@et .
&lt;https://et.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://et.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;et&#34; ;
schema:isPartOf &lt;https://et.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@et .
&lt;https://et.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://eu.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;eu&#34; ;
schema:isPartOf &lt;https://eu.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@eu .
&lt;https://eu.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://fa.wikipedia.org/wiki/%D8%AF%D8%A7%DA%AF%D9%84%D8%A7%D8%B3_%D8%A2%D8%AF%D8%A7%D9%85%D8%B2&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;fa&#34; ;
schema:isPartOf &lt;https://fa.wikipedia.org/&gt; ;
schema:name &#34;داگلاس آدامز&#34;@fa .
&lt;https://fa.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://fa.wikiquote.org/wiki/%D8%AF%D8%A7%DA%AF%D9%84%D8%A7%D8%B3_%D8%A2%D8%AF%D8%A7%D9%85%D8%B2&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;fa&#34; ;
schema:isPartOf &lt;https://fa.wikiquote.org/&gt; ;
schema:name &#34;داگلاس آدامز&#34;@fa .
&lt;https://fa.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://fi.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;fi&#34; ;
schema:isPartOf &lt;https://fi.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@fi .
&lt;https://fi.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://fi.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;fi&#34; ;
schema:isPartOf &lt;https://fi.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@fi .
&lt;https://fi.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://fr.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;fr&#34; ;
schema:isPartOf &lt;https://fr.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@fr .
&lt;https://fr.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://fr.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;fr&#34; ;
schema:isPartOf &lt;https://fr.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@fr .
&lt;https://fr.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://ga.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ga&#34; ;
schema:isPartOf &lt;https://ga.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@ga .
&lt;https://ga.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://gl.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;gl&#34; ;
schema:isPartOf &lt;https://gl.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@gl .
&lt;https://gl.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://gl.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;gl&#34; ;
schema:isPartOf &lt;https://gl.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@gl .
&lt;https://gl.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://he.wikipedia.org/wiki/%D7%93%D7%90%D7%92%D7%9C%D7%A1_%D7%90%D7%93%D7%9E%D7%A1&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;he&#34; ;
schema:isPartOf &lt;https://he.wikipedia.org/&gt; ;
schema:name &#34;דאגלס אדמס&#34;@he .
&lt;https://he.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://he.wikiquote.org/wiki/%D7%93%D7%90%D7%92%D7%9C%D7%A1_%D7%90%D7%93%D7%9E%D7%A1&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;he&#34; ;
schema:isPartOf &lt;https://he.wikiquote.org/&gt; ;
schema:name &#34;דאגלס אדמס&#34;@he .
&lt;https://he.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://hr.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;hr&#34; ;
schema:isPartOf &lt;https://hr.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@hr .
&lt;https://hr.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://hu.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;hu&#34; ;
schema:isPartOf &lt;https://hu.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@hu .
&lt;https://hu.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://hu.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;hu&#34; ;
schema:isPartOf &lt;https://hu.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@hu .
&lt;https://hu.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://hy.wikipedia.org/wiki/%D4%B4%D5%B8%D6%82%D5%A3%D5%AC%D5%A1%D5%BD_%D4%B1%D5%A4%D5%A1%D5%B4%D5%BD&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;hy&#34; ;
schema:isPartOf &lt;https://hy.wikipedia.org/&gt; ;
schema:name &#34;Դուգլաս Ադամս&#34;@hy .
&lt;https://hy.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://hy.wikiquote.org/wiki/%D4%B4%D5%B8%D6%82%D5%A3%D5%AC%D5%A1%D5%BD_%D4%B1%D5%A4%D5%A1%D5%B4%D5%BD&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;hy&#34; ;
schema:isPartOf &lt;https://hy.wikiquote.org/&gt; ;
schema:name &#34;Դուգլաս Ադամս&#34;@hy .
&lt;https://hy.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://ia.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ia&#34; ;
schema:isPartOf &lt;https://ia.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@ia .
&lt;https://ia.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://id.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;id&#34; ;
schema:isPartOf &lt;https://id.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@id .
&lt;https://id.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://ie.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ie&#34; ;
schema:isPartOf &lt;https://ie.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@ie .
&lt;https://ie.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://io.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;io&#34; ;
schema:isPartOf &lt;https://io.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@io .
&lt;https://io.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://is.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;is&#34; ;
schema:isPartOf &lt;https://is.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@is .
&lt;https://is.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://it.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;it&#34; ;
schema:isPartOf &lt;https://it.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@it .
&lt;https://it.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://it.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;it&#34; ;
schema:isPartOf &lt;https://it.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@it .
&lt;https://it.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://ja.wikipedia.org/wiki/%E3%83%80%E3%82%B0%E3%83%A9%E3%82%B9%E3%83%BB%E3%82%A2%E3%83%80%E3%83%A0%E3%82%BA&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ja&#34; ;
schema:isPartOf &lt;https://ja.wikipedia.org/&gt; ;
schema:name &#34;ダグラス・アダムズ&#34;@ja .
&lt;https://ja.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://jv.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;jv&#34; ;
schema:isPartOf &lt;https://jv.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@jv .
&lt;https://jv.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://ka.wikipedia.org/wiki/%E1%83%93%E1%83%90%E1%83%92%E1%83%9A%E1%83%90%E1%83%A1_%E1%83%90%E1%83%93%E1%83%90%E1%83%9B%E1%83%A1%E1%83%98&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ka&#34; ;
schema:isPartOf &lt;https://ka.wikipedia.org/&gt; ;
schema:name &#34;დაგლას ადამსი&#34;@ka .
&lt;https://ka.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://ko.wikipedia.org/wiki/%EB%8D%94%EA%B8%80%EB%9F%AC%EC%8A%A4_%EC%95%A0%EB%8D%A4%EC%8A%A4&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ko&#34; ;
schema:isPartOf &lt;https://ko.wikipedia.org/&gt; ;
schema:name &#34;더글러스 애덤스&#34;@ko .
&lt;https://ko.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://kw.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;kw&#34; ;
schema:isPartOf &lt;https://kw.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@kw .
&lt;https://kw.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://ky.wikipedia.org/wiki/%D0%94%D1%83%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ky&#34; ;
schema:isPartOf &lt;https://ky.wikipedia.org/&gt; ;
schema:name &#34;Дуглас Адамс&#34;@ky .
&lt;https://ky.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://la.wikipedia.org/wiki/Duglassius_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;la&#34; ;
schema:isPartOf &lt;https://la.wikipedia.org/&gt; ;
schema:name &#34;Duglassius Adams&#34;@la .
&lt;https://la.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://lfn.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;lfn&#34; ;
schema:isPartOf &lt;https://lfn.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@lfn .
&lt;https://lfn.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://li.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;li&#34; ;
schema:isPartOf &lt;https://li.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@li .
&lt;https://li.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://lt.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;lt&#34; ;
schema:isPartOf &lt;https://lt.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@lt .
&lt;https://lt.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://lt.wikiquote.org/wiki/Douglas_Adamsas&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;lt&#34; ;
schema:isPartOf &lt;https://lt.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adamsas&#34;@lt .
&lt;https://lt.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://lv.wikipedia.org/wiki/Duglass_Adamss&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;lv&#34; ;
schema:isPartOf &lt;https://lv.wikipedia.org/&gt; ;
schema:name &#34;Duglass Adamss&#34;@lv .
&lt;https://lv.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://mg.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;mg&#34; ;
schema:isPartOf &lt;https://mg.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@mg .
&lt;https://mg.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://mk.wikipedia.org/wiki/%D0%94%D0%B0%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;mk&#34; ;
schema:isPartOf &lt;https://mk.wikipedia.org/&gt; ;
schema:name &#34;Даглас Адамс&#34;@mk .
&lt;https://mk.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://ml.wikipedia.org/wiki/%E0%B4%A1%E0%B4%97%E0%B5%8D%E0%B4%B2%E0%B4%B8%E0%B5%8D_%E0%B4%86%E0%B4%A1%E0%B4%82%E0%B4%B8%E0%B5%8D&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ml&#34; ;
schema:isPartOf &lt;https://ml.wikipedia.org/&gt; ;
schema:name &#34;ഡഗ്ലസ് ആഡംസ്&#34;@ml .
&lt;https://ml.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://mrj.wikipedia.org/wiki/%D0%90%D0%B4%D0%B0%D0%BC%D1%81,_%D0%94%D1%83%D0%B3%D0%BB%D0%B0%D1%81&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;mrj&#34; ;
schema:isPartOf &lt;https://mrj.wikipedia.org/&gt; ;
schema:name &#34;Адамс, Дуглас&#34;@mrj .
&lt;https://mrj.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://mr.wikipedia.org/wiki/%E0%A4%A1%E0%A4%97%E0%A5%8D%E0%A4%B2%E0%A4%B8_%E0%A4%85%E2%80%8D%E0%A5%85%E0%A4%A1%E0%A4%AE%E0%A5%8D%E0%A4%B8&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;mr&#34; ;
schema:isPartOf &lt;https://mr.wikipedia.org/&gt; ;
schema:name &#34;डग्लस अ‍ॅडम्स&#34;@mr .
&lt;https://mr.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://nl.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;nl&#34; ;
schema:isPartOf &lt;https://nl.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@nl .
&lt;https://nl.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://nl.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;nl&#34; ;
schema:isPartOf &lt;https://nl.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@nl .
&lt;https://nl.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://nn.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;nn&#34; ;
schema:isPartOf &lt;https://nn.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@nn .
&lt;https://nn.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://no.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;nb&#34; ;
schema:isPartOf &lt;https://no.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@nb .
&lt;https://no.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://oc.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;oc&#34; ;
schema:isPartOf &lt;https://oc.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@oc .
&lt;https://oc.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://pa.wikipedia.org/wiki/%E0%A8%A1%E0%A8%97%E0%A8%B2%E0%A8%B8_%E0%A8%90%E0%A8%A1%E0%A8%AE%E0%A8%B8&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;pa&#34; ;
schema:isPartOf &lt;https://pa.wikipedia.org/&gt; ;
schema:name &#34;ਡਗਲਸ ਐਡਮਸ&#34;@pa .
&lt;https://pa.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://pl.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;pl&#34; ;
schema:isPartOf &lt;https://pl.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@pl .
&lt;https://pl.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://pl.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;pl&#34; ;
schema:isPartOf &lt;https://pl.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@pl .
&lt;https://pl.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://pnb.wikipedia.org/wiki/%DA%88%DA%AF%D9%84%D8%B3_%D8%A7%DB%8C%DA%88%D9%85%D8%B3&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;pnb&#34; ;
schema:isPartOf &lt;https://pnb.wikipedia.org/&gt; ;
schema:name &#34;ڈگلس ایڈمس&#34;@pnb .
&lt;https://pnb.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://pt.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;pt&#34; ;
schema:isPartOf &lt;https://pt.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@pt .
&lt;https://pt.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://pt.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;pt&#34; ;
schema:isPartOf &lt;https://pt.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@pt .
&lt;https://pt.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://ro.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ro&#34; ;
schema:isPartOf &lt;https://ro.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@ro .
&lt;https://ro.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://ru.wikipedia.org/wiki/%D0%90%D0%B4%D0%B0%D0%BC%D1%81,_%D0%94%D1%83%D0%B3%D0%BB%D0%B0%D1%81&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ru&#34; ;
schema:isPartOf &lt;https://ru.wikipedia.org/&gt; ;
schema:name &#34;Адамс, Дуглас&#34;@ru .
&lt;https://ru.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://ru.wikiquote.org/wiki/%D0%94%D1%83%D0%B3%D0%BB%D0%B0%D1%81_%D0%9D%D0%BE%D1%8D%D0%BB%D1%8C_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ru&#34; ;
schema:isPartOf &lt;https://ru.wikiquote.org/&gt; ;
schema:name &#34;Дуглас Ноэль Адамс&#34;@ru .
&lt;https://ru.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://sco.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;sco&#34; ;
schema:isPartOf &lt;https://sco.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@sco .
&lt;https://sco.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://sc.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;sc&#34; ;
schema:isPartOf &lt;https://sc.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@sc .
&lt;https://sc.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://sh.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;sh&#34; ;
schema:isPartOf &lt;https://sh.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@sh .
&lt;https://sh.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://simple.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;en-simple&#34; ;
schema:isPartOf &lt;https://simple.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@en-simple .
&lt;https://simple.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://simple.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;en-simple&#34; ;
schema:isPartOf &lt;https://simple.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@en-simple .
&lt;https://simple.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://sk.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;sk&#34; ;
schema:isPartOf &lt;https://sk.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@sk .
&lt;https://sk.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://sk.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;sk&#34; ;
schema:isPartOf &lt;https://sk.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@sk .
&lt;https://sk.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://sl.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;sl&#34; ;
schema:isPartOf &lt;https://sl.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@sl .
&lt;https://sl.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://sq.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;sq&#34; ;
schema:isPartOf &lt;https://sq.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@sq .
&lt;https://sq.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://sr.wikipedia.org/wiki/%D0%94%D0%B0%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;sr&#34; ;
schema:isPartOf &lt;https://sr.wikipedia.org/&gt; ;
schema:name &#34;Даглас Адамс&#34;@sr .
&lt;https://sr.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://sv.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;sv&#34; ;
schema:isPartOf &lt;https://sv.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@sv .
&lt;https://sv.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://sv.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;sv&#34; ;
schema:isPartOf &lt;https://sv.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@sv .
&lt;https://sv.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://ta.wikipedia.org/wiki/%E0%AE%9F%E0%AE%95%E0%AF%8D%E0%AE%B3%E0%AE%B8%E0%AF%8D_%E0%AE%86%E0%AE%9F%E0%AE%AE%E0%AF%8D%E0%AE%B8%E0%AF%8D&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ta&#34; ;
schema:isPartOf &lt;https://ta.wikipedia.org/&gt; ;
schema:name &#34;டக்ளஸ் ஆடம்ஸ்&#34;@ta .
&lt;https://ta.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://tr.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;tr&#34; ;
schema:isPartOf &lt;https://tr.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@tr .
&lt;https://tr.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://tr.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;tr&#34; ;
schema:isPartOf &lt;https://tr.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@tr .
&lt;https://tr.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://uk.wikipedia.org/wiki/%D0%94%D1%83%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;uk&#34; ;
schema:isPartOf &lt;https://uk.wikipedia.org/&gt; ;
schema:name &#34;Дуглас Адамс&#34;@uk .
&lt;https://uk.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://uk.wikiquote.org/wiki/%D0%94%D1%83%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;uk&#34; ;
schema:isPartOf &lt;https://uk.wikiquote.org/&gt; ;
schema:name &#34;Дуглас Адамс&#34;@uk .
&lt;https://uk.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://ur.wikipedia.org/wiki/%DA%88%DA%AF%D9%84%D8%B3_%D8%A7%DB%8C%DA%88%D9%85%D8%B3&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ur&#34; ;
schema:isPartOf &lt;https://ur.wikipedia.org/&gt; ;
schema:name &#34;ڈگلس ایڈمس&#34;@ur .
&lt;https://ur.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://vep.wikipedia.org/wiki/Adams_Duglas&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;vep&#34; ;
schema:isPartOf &lt;https://vep.wikipedia.org/&gt; ;
schema:name &#34;Adams Duglas&#34;@vep .
&lt;https://vep.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://vi.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;vi&#34; ;
schema:isPartOf &lt;https://vi.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@vi .
&lt;https://vi.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://war.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;war&#34; ;
schema:isPartOf &lt;https://war.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@war .
&lt;https://war.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://wuu.wikipedia.org/wiki/%E9%81%93%E6%A0%BC%E6%8B%89%E6%96%AF%C2%B7%E4%BA%9A%E5%BD%93%E6%96%AF&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;wuu&#34; ;
schema:isPartOf &lt;https://wuu.wikipedia.org/&gt; ;
schema:name &#34;道格拉斯·亚当斯&#34;@wuu .
&lt;https://wuu.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://zh-min-nan.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;nan&#34; ;
schema:isPartOf &lt;https://zh-min-nan.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@nan .
&lt;https://zh-min-nan.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://zh-yue.wikipedia.org/wiki/%E9%81%93%E6%A0%BC%E6%8B%89%E6%96%AF%E4%BA%9E%E7%95%B6%E6%96%AF&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;yue&#34; ;
schema:isPartOf &lt;https://zh-yue.wikipedia.org/&gt; ;
schema:name &#34;道格拉斯亞當斯&#34;@yue .
&lt;https://zh-yue.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://zh.wikipedia.org/wiki/%E9%81%93%E6%A0%BC%E6%8B%89%E6%96%AF%C2%B7%E4%BA%9A%E5%BD%93%E6%96%AF&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;zh&#34; ;
schema:isPartOf &lt;https://zh.wikipedia.org/&gt; ;
schema:name &#34;道格拉斯·亚当斯&#34;@zh .
&lt;https://zh.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://zh.wikiquote.org/wiki/%E9%81%93%E6%A0%BC%E6%8B%89%E6%96%AF%C2%B7%E4%BA%9E%E7%95%B6%E6%96%AF&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;zh&#34; ;
schema:isPartOf &lt;https://zh.wikiquote.org/&gt; ;
schema:name &#34;道格拉斯·亞當斯&#34;@zh .
&lt;https://zh.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://id.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;id&#34; ;
schema:isPartOf &lt;https://id.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@id .
&lt;https://id.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://ms.wikipedia.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ms&#34; ;
schema:isPartOf &lt;https://ms.wikipedia.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@ms .
&lt;https://ms.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://sr.wikiquote.org/wiki/%D0%94%D0%B0%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;sr&#34; ;
schema:isPartOf &lt;https://sr.wikiquote.org/&gt; ;
schema:name &#34;Даглас Адамс&#34;@sr .
&lt;https://sr.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://ig.wikiquote.org/wiki/Douglas_Adams&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ig&#34; ;
schema:isPartOf &lt;https://ig.wikiquote.org/&gt; ;
schema:name &#34;Douglas Adams&#34;@ig .
&lt;https://ig.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
&lt;https://ba.wikipedia.org/wiki/%D0%94%D1%83%D0%B3%D0%BB%D0%B0%D1%81_%D0%90%D0%B4%D0%B0%D0%BC%D1%81&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;ba&#34; ;
schema:isPartOf &lt;https://ba.wikipedia.org/&gt; ;
schema:name &#34;Дуглас Адамс&#34;@ba .
&lt;https://ba.wikipedia.org/&gt; wikibase:wikiGroup &#34;wikipedia&#34; .
&lt;https://bn.wikiquote.org/wiki/%E0%A6%A1%E0%A6%97%E0%A6%B2%E0%A6%BE%E0%A6%B8_%E0%A6%85%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A1%E0%A6%BE%E0%A6%AE%E0%A6%B8&gt; a schema:Article ;
schema:about wd:Q42 ;
schema:inLanguage &#34;bn&#34; ;
schema:isPartOf &lt;https://bn.wikiquote.org/&gt; ;
schema:name &#34;ডগলাস অ্যাডামস&#34;@bn .
&lt;https://bn.wikiquote.org/&gt; wikibase:wikiGroup &#34;wikiquote&#34; .
wd:Q42 wdt:P31 wd:Q5 ;
wdt:P21 wd:Q6581097 ;
wdt:P106 wd:Q214917,
wd:Q28389,
wd:Q6625963,
wd:Q4853732,
wd:Q18844224,
wd:Q245068,
wd:Q36180 ;
wdt:P800 wd:Q25169,
wd:Q20736364,
wd:Q7758404 ;
wdt:P569 &#34;1952-03-11T00:00:00Z&#34;^^xsd:dateTime ;
wdt:P19 wd:Q350 ;
wdt:P570 &#34;2001-05-11T00:00:00Z&#34;^^xsd:dateTime ;
wdt:P1196 wd:Q3739104 ;
wdt:P509 wd:Q12152 ;
wdt:P20 wd:Q159288 ;
wdt:P119 wd:Q533697 ;
wdt:P1442 &lt;http://commons.wikimedia.org/wiki/Special:FilePath/Douglas%20Adams%27%20gravestone.jpg&gt; ;
wdt:P1015 &#34;90196888&#34; ;
wdtn:P1015 &lt;https://livedata.bibsys.no/authority/90196888&gt; ;
wdt:P735 wd:Q463035 ;
wdt:P734 wd:Q351735 ;
wdt:P27 wd:Q145 ;
wdt:P551 wd:Q84,
wd:Q909993 ;
wdt:P103 wd:Q1860 ;
wdt:P1368 &#34;000057405&#34; ;
wdt:P244 &#34;n80076765&#34; ;
wdtn:P244 &lt;http://id.loc.gov/authorities/names/n80076765&gt; ;
wdt:P947 &#34;000002833&#34; ;
wdt:P214 &#34;113230702&#34; ;
wdtn:P214 &lt;http://viaf.org/viaf/113230702&gt; ;
wdt:P345 &#34;nm0010930&#34; ;
wdt:P373 &#34;Douglas Adams&#34; ;
wdt:P349 &#34;00430962&#34; ;
wdtn:P349 &lt;http://id.ndl.go.jp/auth/ndlna/00430962&gt; ;
wdt:P434 &#34;e9ed318d-8cc5-4cf8-ab77-505e39ab6ea4&#34; ;
wdtn:P434 &lt;http://musicbrainz.org/artist/e9ed318d-8cc5-4cf8-ab77-505e39ab6ea4&gt; ;
wdt:P268 &#34;11888092r&#34; ;
wdtn:P268 &lt;http://data.bnf.fr/ark:/12148/cb11888092r#about&gt; ;
wdt:P227 &#34;119033364&#34; ;
wdtn:P227 &lt;https://d-nb.info/gnd/119033364&gt; ;
wdt:P535 &#34;22814&#34; ;
wdt:P22 wd:Q14623675 ;
wdt:P25 wd:Q14623678 ;
wdt:P40 wd:Q14623683 ;
wdt:P906 &#34;230807&#34; ;
wdtn:P906 &lt;http://libris.kb.se/resource/auth/230807&gt; ;
wdt:P1006 &#34;068744307&#34; ;
wdtn:P1006 &lt;http://data.bibliotheken.nl/id/thes/p068744307&gt; ;
wdt:P1006 &#34;339433876&#34; ;
wdtn:P1006 &lt;http://data.bibliotheken.nl/id/thes/p339433876&gt; ;
wdt:P949 &#34;000163846&#34; ;
wdt:P646 &#34;/m/0282x&#34; ;
wdtn:P646 &lt;http://g.co/kg/m/0282x&gt; ;
wdt:P69 wd:Q691283,
wd:Q4961791 ;
wdt:P1273 &#34;a10667040&#34; ;
wdt:P108 wd:Q9531,
wd:Q3520623 ;
wdt:P998 &#34;Arts/Literature/Authors/A/Adams,_Douglas/&#34; ;
wdt:P1233 &#34;122&#34; ;
wdt:P1284 &#34;00000020676&#34; ;
wdt:P866 &#34;douglas-adams&#34; ;
wdt:P1695 &#34;A11573065&#34; ;
wdt:P1816 &#34;mp60152&#34; ;
wdt:P1263 &#34;731/000023662&#34; ;
wdt:P271 &#34;DA07517784&#34; ;
wdtn:P271 &lt;https://ci.nii.ac.jp/author/DA07517784#entity&gt; ;
wdt:P856 &lt;https://douglasadams.com/&gt; ;
wdt:P1411 wd:Q3414212,
wd:Q2576795 ;
wdt:P1953 &#34;134923&#34; ;
wdt:P648 &#34;OL272947A&#34; ;
wdtn:P648 &lt;http://openlibrary.org/works/OL272947A&gt; ;
wdt:P1258 &#34;celebrity/douglas_adams&#34; ;
wdt:P2191 &#34;10014&#34; ;
wdt:P1266 &#34;97049&#34; ;
wdt:P2019 &#34;p279442&#34; ;
wdt:P2188 &#34;45993&#34; ;
wdt:P2168 &#34;271209&#34; ;
wdt:P1315 &#34;847711&#34; ;
wdt:P2163 &#34;56544&#34; ;
wdtn:P2163 &lt;http://id.worldcat.org/fast/56544&gt; ;
wdt:P2163 &#34;1775523&#34; ;
wdtn:P2163 &lt;http://id.worldcat.org/fast/1775523&gt; ;
wdt:P1417 &#34;biography/Douglas-Adams&#34; ;
wdt:P2611 &#34;douglas_adams&#34; ;
wdt:P2435 &#34;208947&#34; ;
wdt:P2604 &#34;246164&#34; ;
wdt:P2387 &#34;1289170&#34; ;
wdt:P2626 &#34;159696&#34; ;
wdt:P2605 &#34;39534&#34; ;
wdt:P2963 &#34;4&#34; ;
wdt:P910 wd:Q8935487 ;
wdt:P3106 &#34;books/douglasadams&#34; ;
wdt:P1303 wd:Q6607 ;
wdt:P2469 &#34;238p&#34; ;
wdt:P3373 wd:Q14623673 ;
wdt:P3417 &#34;Douglas-Adams-4&#34; ;
wdt:P3430 &#34;w65h7md1&#34; ;
wdt:P1617 &#34;aa075cb6-75bf-46d8-b0bf-9751d6c04c93&#34; ;
wdtn:P1617 &lt;http://www.bbc.co.uk/things/aa075cb6-75bf-46d8-b0bf-9751d6c04c93#id&gt; ;
wdt:P2048 &#34;+1.96&#34;^^xsd:decimal ;
wdt:P3222 &#34;douglas-adams&#34; ;
wdt:P109 &lt;http://commons.wikimedia.org/wiki/Special:FilePath/Douglas%20Adams%20signature.svg&gt; ;
wdt:P4193 &#34;Douglas_Noel_Adams_(1952-2001)&#34; ;
wdt:P136 wd:Q24925,
wd:Q40831,
wd:Q128758 ;
wdt:P4431 &#34;douglas-adams-61st-birthday&#34; ;
wdt:P2607 &#34;307812da-da11-4ee5-a906-31e5ce9694bb&#34; ;
wdt:P1415 &#34;75853&#34; ;
wdt:P2949 &#34;Adams-32825&#34; ;
wdt:P3154 &#34;adamsdou&#34; ;
wdt:P3630 &#34;2627&#34; ;
wdt:P1280 &#34;6050147&#34; ;
wdt:P2734 &#34;AdamsDouglas&#34; ;
wdt:P26 wd:Q14623681 ;
wdt:P5019 &#34;adams-douglas-noel&#34; ;
wdt:P463 wd:Q857679,
wd:Q5610831 ;
wdt:P2600 &#34;6000000050650155828&#34; ;
wdt:P5337 &#34;CAAqJQgKIh9DQkFTRVFvSUwyMHZNREk0TW5nU0JXVnVMVWRDS0FBUAE&#34; ;
wdt:P5357 &#34;adams_douglas&#34; ;
wdt:P5361 &#34;AdamsDouglas1952-2001&#34; ;
wdtn:P5361 &lt;https://bnb.data.bl.uk/doc/person/AdamsDouglas1952-2001&gt; ;
wdt:P5365 &#34;42&#34; ;
wdt:P5408 &#34;a/douglas-adams&#34; ;
wdt:P5570 &#34;143&#34; ;
wdt:P1580 &#34;a1221374&#34; ;
wdt:P5587 &#34;1zcfh30k0gr4zxt&#34; ;
wdtn:P5587 &lt;https://libris.kb.se/1zcfh30k0gr4zxt&gt; ;
wdt:P3365 &#34;douglas-noel-adams&#34; ;
wdt:P269 &#34;026677636&#34; ;
wdtn:P269 &lt;http://www.idref.fr/026677636/id&gt; ;
wdt:P213 &#34;0000 0000 8045 6315&#34; ;
wdt:P691 &#34;jn19990000029&#34; ;
wdt:P950 &#34;XX1149955&#34; ;
wdtn:P950 &lt;http://datos.bne.es/resource/XX1149955&gt; ;
wdt:P1670 &#34;0052C2705&#34; ;
wdt:P409 &#34;35163268&#34; ;
wdt:P396 &#34;RAVV034417&#34; ;
wdt:P1207 &#34;n94004172&#34; ;
wdt:P1005 &#34;68537&#34; ;
wdt:P1375 &#34;000010283&#34; ;
wdt:P1412 wd:Q1860 ;
wdt:P5247 &#34;3040-1126&#34; ;
wdt:P5905 &#34;4040-45935&#34; ;
wdt:P6839 &#34;Creator/DouglasAdams&#34; ;
wdt:P4342 &#34;Douglas_Adams&#34; ;
wdt:P4785 &#34;47671&#34; ;
wdt:P485 wd:Q67074906 ;
wdt:P7029 &#34;770139179&#34;,
&#34;770139180&#34; ;
wdt:P1343 wd:Q67311526 ;
wdt:P5034 &#34;KAC200300379&#34; ;
wdtn:P5034 &lt;https://lod.nl.go.kr/page/KAC200300379&gt; ;
wdt:P7433 &#34;25&#34; ;
wdt:P7400 &#34;adamsdouglas-1&#34; ;
wdt:P7704 &#34;agent/base/59925&#34; ;
wdtn:P7704 &lt;http://data.europeana.eu/agent/base/59925&gt; ;
wdt:P7859 &#34;lccn-n80076765&#34; ;
wdt:P3762 &#34;140290&#34; ;
wdt:P3065 &#34;02-A002907983&#34; ;
wdt:P3846 &#34;87097968038642&#34; ;
wdt:P7293 &#34;9810669145205606&#34; ;
wdt:P7700 &#34;vtls005710289&#34; ;
wdt:P1890 &#34;000750942&#34; ;
wdt:P4619 &#34;000592321&#34; ;
wdt:P6394 &#34;a1112474x&#34; ;
wdt:P4839 &#34;Entity[\&#34;Person\&#34;, \&#34;DouglasAdams::gh8qf\&#34;]&#34; ;
wdt:P2581 &#34;03688580n&#34; ;
wdtn:P2581 &lt;http://babelnet.org/rdf/s03688580n&gt; ;
wdt:P5284 &#34;1032346&#34; ;
wdt:P4862 &#34;B000AQ2A84&#34; ;
wdt:P7661 &#34;74033&#34; ;
wdt:P3913 &#34;337&#34; ;
wdt:P7214 &#34;753186&#34; ;
wdt:P4666 &#34;23878&#34; ;
wdt:P7215 &#34;46398&#34; ;
wdt:P5233 &#34;a38&#34; ;
wdt:P5033 &#34;160192&#34; ;
wdt:P3305 &#34;199918&#34; ;
wdt:P7745 &#34;183956&#34; ;
wdt:P6464 &#34;898203&#34; ;
wdt:P7300 &#34;59932&#34; ;
wdt:P4657 &#34;432740401&#34; ;
wdt:P5534 &#34;52843&#34; ;
wdt:P4985 &#34;52843&#34; ;
wdt:P3845 &#34;665243&#34; ;
wdt:P2638 &#34;people/douglas-adams&#34; ;
wdt:P1712 &#34;person/douglas-adams&#34; ;
wdt:P6119 &#34;douglas-adams&#34; ;
wdt:P5340 &#34;278771&#34; ;
wdt:P4438 &#34;4ce2ba117755a&#34; ;
wdt:P4326 &#34;215853&#34; ;
wdt:P4768 &#34;212786&#34; ;
wdt:P3142 &#34;n0008574&#34; ;
wdt:P3136 &#34;2000059&#34; ;
wdt:P4782 &#34;26898&#34; ;
wdt:P3145 &#34;nm96558&#34; ;
wdt:P5882 &#34;M00000364497&#34; ;
wdt:P6327 &#34;55720&#34; ;
wdt:P6517 &#34;Douglas-Adams&#34; ;
wdt:P1728 &#34;mn0000803382&#34; ;
wdt:P7195 &#34;201077&#34; ;
wdt:P2722 &#34;4468812&#34; ;
wdt:P2373 &#34;Douglas-adams&#34; ;
wdt:P6351 &#34;41236&#34; ;
wdt:P2850 &#34;2080713&#34; ;
wdt:P3192 &#34;Douglas+Adams&#34; ;
wdt:P6874 &#34;Douglas-Adams&#34; ;
wdt:P5404 &#34;douglas_adams&#34; ;
wdt:P1828 &#34;00218511589&#34; ;
wdt:P7154 &#34;adams+douglas&#34; ;
wdt:P4198 &#34;Acv2pnc5mj2oxjxych7atdfljky&#34; ;
wdt:P6972 &#34;douglas-adams&#34; ;
wdt:P7071 &#34;douglas-adams&#34; ;
wdt:P3479 &#34;39a33dc4-5a81-4d67-91d6-1daecdb854e3&#34; ;
wdt:P7284 &#34;douglas-adams&#34; ;
wdt:P6620 &#34;douglas-adams&#34; ;
wdt:P4204 &#34;Douglas-Adams&#34; ;
wdt:P7506 &#34;2078791&#34; ;
wdt:P3341 &#34;21019&#34; ;
wdt:P7803 &#34;40761&#34; ;
wdt:P3388 &#34;168761&#34; ;
wdt:P2087 &#34;douglas-adams&#34; ;
wdt:P7369 &#34;000263040&#34; ;
wdt:P6298 &#34;16115&#34; ;
wdt:P2889 &#34;9XLD-SZS&#34; ;
wdt:P6886 wd:Q1860 ;
wdt:P1424 wd:Q22898962 ;
wdt:P7902 &#34;119033364&#34; ;
wdt:P8179 &#34;ncf10168152&#34; ;
wdt:P3348 &#34;202604&#34; ;
wdtn:P3348 &lt;http://data.nlg.gr/resource/authority/record202604&gt; ;
wdt:P8189 &#34;987007305652505171&#34; ;
wdt:P7699 &#34;LNB:Mr+;=Bf&#34; ;
wdt:P3984 &#34;douglasadams&#34; ;
wdt:P8287 &#34;1430&#34; ;
wdt:P8125 &#34;3339&#34; ;
wdt:P4359 &#34;douglasadams&#34; ;
wdt:P8408 &#34;DouglasAdams&#34; ;
wdtn:P8408 &lt;http://kbpedia.org/kko/rc/DouglasAdams&gt; ;
wdt:P6262 &#34;hitchhikers:Douglas_Adams&#34;,
&#34;tardis:Douglas_Adams&#34;,
&#34;ru.tardis:Дуглас_Адамс&#34;,
&#34;montypython:Douglas_Adams&#34;,
&#34;dirkgently:Douglas_Adams&#34;,
&#34;disney:Douglas_Adams&#34;,
&#34;muppet:Douglas_Adams&#34;,
&#34;getfuzzy:Douglas_Adams&#34;,
&#34;readyplayerone:Douglas_Adams&#34; ;
wdt:P4789 &#34;U4994&#34; ;
wdt:P6868 &#34;1402475181&#34; ;
wdt:P8849 &#34;6391909&#34; ;
wdt:P8851 &#34;26792807&#34; ;
wdt:P5297 &#34;x2e9kt_zKEDI0dPr3sAfM_jyUhA&#34; ;
wdt:P8895 &#34;Douglas_Adams&#34; ;
wdt:P7763 wd:Q73555012 ;
wdt:P1889 wd:Q21454969 ;
wdt:P172 wd:Q7994501 ;
wdt:P937 wd:Q84 ;
wdt:P742 &#34;David Agnew&#34; ;
wdt:P8385 &#34;23691&#34; ;
wdt:P9100 &#34;douglas-adams&#34; ;
wdt:P9196 &#34;douglas-adams&#34; ;
wdt:P9251 &#34;80743&#34; ;
wdt:P9307 &#34;Douglas_Adams&#34; ;
wdt:P1340 wd:Q17122705 ;
wdt:P101 wd:Q3238422 ;
wdt:P1813 &#34;Douglas Adams&#34;@en ;
wdt:P166 wd:Q2687578 ;
wdt:P9807 &#34;153440&#34;,
&#34;172463&#34; ;
wdt:P9743 &#34;107a9B0DKL&#34; ;
wdt:P1149 &#34;PR6051.D3352&#34; ;
wdtn:P1149 &lt;http://id.loc.gov/authorities/classification/PR6051.D3352&gt; ;
wdt:P9918 &#34;PE00105434&#34; ;
wdt:P9995 &#34;157777&#34; ;
wdt:P9984 &#34;981058527710806706&#34; ;
wdt:P7084 wd:Q8722666 ;
wdt:P6173 &#34;3352&#34; ;
wdt:P18 &lt;http://commons.wikimedia.org/wiki/Special:FilePath/Douglas%20adams%20portrait%20cropped.jpg&gt; ;
wdt:P7775 &#34;Douglas_Adams&#34; ;
wdt:P10069 &#34;61960&#34; ;
wdt:P8292 &#34;236432&#34; ;
wdt:P10266 &#34;97049&#34; ;
wdt:P8313 &#34;Douglas_Adams&#34; ;
wdt:P10291 &#34;82260&#34; ;
wdt:P3368 &#34;215957&#34; ;
wdt:P10387 &#34;75&#34; ;
wdt:P10553 &#34;079822096&#34; ;
wdt:P9965 &#34;40231&#34; ;
wdt:P10337 &#34;A/adams-douglas&#34; ;
wdt:P7502 &#34;Douglas_Adams-YNBW&#34; ;
wdt:P1477 &#34;Douglas Noël Adams&#34;@en ;
wdt:P1559 &#34;Douglas Adams&#34;@en ;
rdfs:label &#34;Douglas Adams&#34;@en ;
skos:prefLabel &#34;Douglas Adams&#34;@en ;
schema:name &#34;Douglas Adams&#34;@en ;
rdfs:label &#34;Douglas Adams&#34;@fr ;
skos:prefLabel &#34;Douglas Adams&#34;@fr ;
schema:name &#34;Douglas Adams&#34;@fr ;
rdfs:label &#34;Дуглас Адамс&#34;@ru ;
skos:prefLabel &#34;Дуглас Адамс&#34;@ru ;
schema:name &#34;Дуглас Адамс&#34;@ru ;
rdfs:label &#34;Douglas Adams&#34;@pl ;
skos:prefLabel &#34;Douglas Adams&#34;@pl ;
schema:name &#34;Douglas Adams&#34;@pl ;
rdfs:label &#34;Douglas Adams&#34;@it ;
skos:prefLabel &#34;Douglas Adams&#34;@it ;
schema:name &#34;Douglas Adams&#34;@it ;
rdfs:label &#34;Douglas Adams&#34;@en-gb ;
skos:prefLabel &#34;Douglas Adams&#34;@en-gb ;
schema:name &#34;Douglas Adams&#34;@en-gb ;
rdfs:label &#34;Douglas Adams&#34;@nb ;
skos:prefLabel &#34;Douglas Adams&#34;@nb ;
schema:name &#34;Douglas Adams&#34;@nb ;
rdfs:label &#34;Douglas Adams&#34;@es ;
skos:prefLabel &#34;Douglas Adams&#34;@es ;
schema:name &#34;Douglas Adams&#34;@es ;
rdfs:label &#34;Douglas Adams&#34;@en-ca ;
skos:prefLabel &#34;Douglas Adams&#34;@en-ca ;
schema:name &#34;Douglas Adams&#34;@en-ca ;
rdfs:label &#34;Douglas Adams&#34;@hr ;
skos:prefLabel &#34;Douglas Adams&#34;@hr ;
schema:name &#34;Douglas Adams&#34;@hr ;
rdfs:label &#34;Douglas Adams&#34;@pt ;
skos:prefLabel &#34;Douglas Adams&#34;@pt ;
schema:name &#34;Douglas Adams&#34;@pt ;
rdfs:label &#34;더글러스 애덤스&#34;@ko ;
skos:prefLabel &#34;더글러스 애덤스&#34;@ko ;
schema:name &#34;더글러스 애덤스&#34;@ko ;
rdfs:label &#34;Douglas Adams&#34;@nl ;
skos:prefLabel &#34;Douglas Adams&#34;@nl ;
schema:name &#34;Douglas Adams&#34;@nl ;
rdfs:label &#34;Ντάγκλας Άνταμς&#34;@el ;
skos:prefLabel &#34;Ντάγκλας Άνταμς&#34;@el ;
schema:name &#34;Ντάγκλας Άνταμς&#34;@el ;
rdfs:label &#34;دوغلاس آدمز&#34;@ar ;
skos:prefLabel &#34;دوغلاس آدمز&#34;@ar ;
schema:name &#34;دوغلاس آدمز&#34;@ar ;
rdfs:label &#34;دوجلاس ادامز&#34;@arz ;
skos:prefLabel &#34;دوجلاس ادامز&#34;@arz ;
schema:name &#34;دوجلاس ادامز&#34;@arz ;
rdfs:label &#34;Douglas Adams&#34;@bar ;
skos:prefLabel &#34;Douglas Adams&#34;@bar ;
schema:name &#34;Douglas Adams&#34;@bar ;
rdfs:label &#34;Дуглас Адамс&#34;@be ;
skos:prefLabel &#34;Дуглас Адамс&#34;@be ;
schema:name &#34;Дуглас Адамс&#34;@be ;
rdfs:label &#34;Дъглас Адамс&#34;@bg ;
skos:prefLabel &#34;Дъглас Адамс&#34;@bg ;
schema:name &#34;Дъглас Адамс&#34;@bg ;
rdfs:label &#34;Douglas Adams&#34;@bs ;
skos:prefLabel &#34;Douglas Adams&#34;@bs ;
schema:name &#34;Douglas Adams&#34;@bs ;
rdfs:label &#34;Douglas Adams&#34;@ca ;
skos:prefLabel &#34;Douglas Adams&#34;@ca ;
schema:name &#34;Douglas Adams&#34;@ca ;
rdfs:label &#34;Douglas Adams&#34;@cs ;
skos:prefLabel &#34;Douglas Adams&#34;@cs ;
schema:name &#34;Douglas Adams&#34;@cs ;
rdfs:label &#34;Douglas Adams&#34;@cy ;
skos:prefLabel &#34;Douglas Adams&#34;@cy ;
schema:name &#34;Douglas Adams&#34;@cy ;
rdfs:label &#34;Douglas Adams&#34;@da ;
skos:prefLabel &#34;Douglas Adams&#34;@da ;
schema:name &#34;Douglas Adams&#34;@da ;
rdfs:label &#34;Douglas Adams&#34;@eo ;
skos:prefLabel &#34;Douglas Adams&#34;@eo ;
schema:name &#34;Douglas Adams&#34;@eo ;
rdfs:label &#34;Douglas Adams&#34;@et ;
skos:prefLabel &#34;Douglas Adams&#34;@et ;
schema:name &#34;Douglas Adams&#34;@et ;
rdfs:label &#34;داگلاس آدامز&#34;@fa ;
skos:prefLabel &#34;داگلاس آدامز&#34;@fa ;
schema:name &#34;داگلاس آدامز&#34;@fa ;
rdfs:label &#34;Douglas Adams&#34;@fi ;
skos:prefLabel &#34;Douglas Adams&#34;@fi ;
schema:name &#34;Douglas Adams&#34;@fi ;
rdfs:label &#34;Douglas Adams&#34;@ga ;
skos:prefLabel &#34;Douglas Adams&#34;@ga ;
schema:name &#34;Douglas Adams&#34;@ga ;
rdfs:label &#34;Douglas Adams&#34;@gl ;
skos:prefLabel &#34;Douglas Adams&#34;@gl ;
schema:name &#34;Douglas Adams&#34;@gl ;
rdfs:label &#34;דאגלס אדמס&#34;@he ;
skos:prefLabel &#34;דאגלס אדמס&#34;@he ;
schema:name &#34;דאגלס אדמס&#34;@he ;
rdfs:label &#34;Douglas Adams&#34;@hu ;
skos:prefLabel &#34;Douglas Adams&#34;@hu ;
schema:name &#34;Douglas Adams&#34;@hu ;
rdfs:label &#34;Douglas Adams&#34;@id ;
skos:prefLabel &#34;Douglas Adams&#34;@id ;
schema:name &#34;Douglas Adams&#34;@id ;
rdfs:label &#34;Douglas Adams&#34;@io ;
skos:prefLabel &#34;Douglas Adams&#34;@io ;
schema:name &#34;Douglas Adams&#34;@io ;
rdfs:label &#34;Douglas Adams&#34;@is ;
skos:prefLabel &#34;Douglas Adams&#34;@is ;
schema:name &#34;Douglas Adams&#34;@is ;
rdfs:label &#34;ダグラス・アダムズ&#34;@ja ;
skos:prefLabel &#34;ダグラス・アダムズ&#34;@ja ;
schema:name &#34;ダグラス・アダムズ&#34;@ja ;
rdfs:label &#34;Douglas Adams&#34;@jv ;
skos:prefLabel &#34;Douglas Adams&#34;@jv ;
schema:name &#34;Douglas Adams&#34;@jv ;
rdfs:label &#34;დაგლას ადამსი&#34;@ka ;
skos:prefLabel &#34;დაგლას ადამსი&#34;@ka ;
schema:name &#34;დაგლას ადამსი&#34;@ka ;
rdfs:label &#34;Duglassius Adams&#34;@la ;
skos:prefLabel &#34;Duglassius Adams&#34;@la ;
schema:name &#34;Duglassius Adams&#34;@la ;
rdfs:label &#34;Duglass Adamss&#34;@lv ;
skos:prefLabel &#34;Duglass Adamss&#34;@lv ;
schema:name &#34;Duglass Adamss&#34;@lv ;
rdfs:label &#34;Даглас Адамс&#34;@mk ;
skos:prefLabel &#34;Даглас Адамс&#34;@mk ;
schema:name &#34;Даглас Адамс&#34;@mk ;
rdfs:label &#34;डग्लस अॅडम्स&#34;@mr ;
skos:prefLabel &#34;डग्लस अॅडम्स&#34;@mr ;
schema:name &#34;डग्लस अॅडम्स&#34;@mr ;
rdfs:label &#34;Douglas Adams&#34;@nn ;
skos:prefLabel &#34;Douglas Adams&#34;@nn ;
schema:name &#34;Douglas Adams&#34;@nn ;
rdfs:label &#34;Douglas Adams&#34;@ro ;
skos:prefLabel &#34;Douglas Adams&#34;@ro ;
schema:name &#34;Douglas Adams&#34;@ro ;
rdfs:label &#34;Douglas Adams&#34;@sco ;
skos:prefLabel &#34;Douglas Adams&#34;@sco ;
schema:name &#34;Douglas Adams&#34;@sco ;
rdfs:label &#34;Douglas Adams&#34;@sh ;
skos:prefLabel &#34;Douglas Adams&#34;@sh ;
schema:name &#34;Douglas Adams&#34;@sh ;
rdfs:label &#34;Douglas Adams&#34;@sk ;
skos:prefLabel &#34;Douglas Adams&#34;@sk ;
schema:name &#34;Douglas Adams&#34;@sk ;
rdfs:label &#34;Douglas Adams&#34;@sl ;
skos:prefLabel &#34;Douglas Adams&#34;@sl ;
schema:name &#34;Douglas Adams&#34;@sl ;
rdfs:label &#34;Douglas Adams&#34;@sq ;
skos:prefLabel &#34;Douglas Adams&#34;@sq ;
schema:name &#34;Douglas Adams&#34;@sq ;
rdfs:label &#34;Даглас Адамс&#34;@sr ;
skos:prefLabel &#34;Даглас Адамс&#34;@sr ;
schema:name &#34;Даглас Адамс&#34;@sr ;
rdfs:label &#34;Douglas Adams&#34;@sv ;
skos:prefLabel &#34;Douglas Adams&#34;@sv ;
schema:name &#34;Douglas Adams&#34;@sv ;
rdfs:label &#34;டக்ளஸ் ஆடம்ஸ்&#34;@ta ;
skos:prefLabel &#34;டக்ளஸ் ஆடம்ஸ்&#34;@ta ;
schema:name &#34;டக்ளஸ் ஆடம்ஸ்&#34;@ta ;
rdfs:label &#34;Douglas Adams&#34;@tr ;
skos:prefLabel &#34;Douglas Adams&#34;@tr ;
schema:name &#34;Douglas Adams&#34;@tr ;
rdfs:label &#34;Дуглас Адамс&#34;@uk ;
skos:prefLabel &#34;Дуглас Адамс&#34;@uk ;
schema:name &#34;Дуглас Адамс&#34;@uk ;
rdfs:label &#34;Douglas Adams&#34;@vi ;
skos:prefLabel &#34;Douglas Adams&#34;@vi ;
schema:name &#34;Douglas Adams&#34;@vi ;
rdfs:label &#34;道格拉斯·亞當斯&#34;@zh ;
skos:prefLabel &#34;道格拉斯·亞當斯&#34;@zh ;
schema:name &#34;道格拉斯·亞當斯&#34;@zh ;
rdfs:label &#34;道格拉斯·亚当斯&#34;@zh-cn ;
skos:prefLabel &#34;道格拉斯·亚当斯&#34;@zh-cn ;
schema:name &#34;道格拉斯·亚当斯&#34;@zh-cn ;
rdfs:label &#34;道格拉斯·亚当斯&#34;@zh-hans ;
skos:prefLabel &#34;道格拉斯·亚当斯&#34;@zh-hans ;
schema:name &#34;道格拉斯·亚当斯&#34;@zh-hans ;
rdfs:label &#34;道格拉斯·亞當斯&#34;@zh-hant ;
skos:prefLabel &#34;道格拉斯·亞當斯&#34;@zh-hant ;
schema:name &#34;道格拉斯·亞當斯&#34;@zh-hant ;
rdfs:label &#34;Douglas Adams&#34;@de-ch ;
skos:prefLabel &#34;Douglas Adams&#34;@de-ch ;
schema:name &#34;Douglas Adams&#34;@de-ch ;
rdfs:label &#34;Douglas Adams&#34;@pt-br ;
skos:prefLabel &#34;Douglas Adams&#34;@pt-br ;
schema:name &#34;Douglas Adams&#34;@pt-br ;
rdfs:label &#34;道格拉斯·亚当斯&#34;@zh-sg ;
skos:prefLabel &#34;道格拉斯·亚当斯&#34;@zh-sg ;
schema:name &#34;道格拉斯·亚当斯&#34;@zh-sg ;
rdfs:label &#34;道格拉斯·亚当斯&#34;@zh-my ;
skos:prefLabel &#34;道格拉斯·亚当斯&#34;@zh-my ;
schema:name &#34;道格拉斯·亚当斯&#34;@zh-my ;
rdfs:label &#34;道格拉斯·亞當斯&#34;@zh-hk ;
skos:prefLabel &#34;道格拉斯·亞當斯&#34;@zh-hk ;
schema:name &#34;道格拉斯·亞當斯&#34;@zh-hk ;
rdfs:label &#34;道格拉斯·亞當斯&#34;@zh-tw ;
skos:prefLabel &#34;道格拉斯·亞當斯&#34;@zh-tw ;
schema:name &#34;道格拉斯·亞當斯&#34;@zh-tw ;
rdfs:label &#34;道格拉斯·亞當斯&#34;@zh-mo ;
skos:prefLabel &#34;道格拉斯·亞當斯&#34;@zh-mo ;
schema:name &#34;道格拉斯·亞當斯&#34;@zh-mo ;
rdfs:label &#34;Douglas Adams&#34;@war ;
skos:prefLabel &#34;Douglas Adams&#34;@war ;
schema:name &#34;Douglas Adams&#34;@war ;
rdfs:label &#34;Дуглас Адамз&#34;@be-tarask ;
skos:prefLabel &#34;Дуглас Адамз&#34;@be-tarask ;
schema:name &#34;Дуглас Адамз&#34;@be-tarask ;
rdfs:label &#34;Adams Duglas&#34;@vep ;
skos:prefLabel &#34;Adams Duglas&#34;@vep ;
schema:name &#34;Adams Duglas&#34;@vep ;
rdfs:label &#34;ڈگلس ایڈم&#34;@ur ;
skos:prefLabel &#34;ڈگلس ایڈم&#34;@ur ;
schema:name &#34;ڈگلس ایڈم&#34;@ur ;
rdfs:label &#34;Douglas Adams&#34;@oc ;
skos:prefLabel &#34;Douglas Adams&#34;@oc ;
schema:name &#34;Douglas Adams&#34;@oc ;
rdfs:label &#34;Douglas Adams&#34;@af ;
skos:prefLabel &#34;Douglas Adams&#34;@af ;
schema:name &#34;Douglas Adams&#34;@af ;
rdfs:label &#34;Douglas Adams&#34;@an ;
skos:prefLabel &#34;Douglas Adams&#34;@an ;
schema:name &#34;Douglas Adams&#34;@an ;
rdfs:label &#34;Douglas Adams&#34;@br ;
skos:prefLabel &#34;Douglas Adams&#34;@br ;
schema:name &#34;Douglas Adams&#34;@br ;
rdfs:label &#34;Douglas Adams&#34;@eu ;
skos:prefLabel &#34;Douglas Adams&#34;@eu ;
schema:name &#34;Douglas Adams&#34;@eu ;
rdfs:label &#34;Douglas Adams&#34;@lb ;
skos:prefLabel &#34;Douglas Adams&#34;@lb ;
schema:name &#34;Douglas Adams&#34;@lb ;
rdfs:label &#34;Douglas Adams&#34;@lmo ;
skos:prefLabel &#34;Douglas Adams&#34;@lmo ;
schema:name &#34;Douglas Adams&#34;@lmo ;
rdfs:label &#34;Douglas Adams&#34;@lt ;
skos:prefLabel &#34;Douglas Adams&#34;@lt ;
schema:name &#34;Douglas Adams&#34;@lt ;
rdfs:label &#34;Douglas Adams&#34;@nds ;
skos:prefLabel &#34;Douglas Adams&#34;@nds ;
schema:name &#34;Douglas Adams&#34;@nds ;
rdfs:label &#34;Douglas Adams&#34;@nds-nl ;
skos:prefLabel &#34;Douglas Adams&#34;@nds-nl ;
schema:name &#34;Douglas Adams&#34;@nds-nl ;
rdfs:label &#34;Douglas Adams&#34;@pms ;
skos:prefLabel &#34;Douglas Adams&#34;@pms ;
schema:name &#34;Douglas Adams&#34;@pms ;
rdfs:label &#34;Douglas Adams&#34;@vec ;
skos:prefLabel &#34;Douglas Adams&#34;@vec ;
schema:name &#34;Douglas Adams&#34;@vec ;
rdfs:label &#34;Douglas Adams&#34;@wa ;
skos:prefLabel &#34;Douglas Adams&#34;@wa ;
schema:name &#34;Douglas Adams&#34;@wa ;
rdfs:label &#34;Даглас Адамс&#34;@sr-ec ;
skos:prefLabel &#34;Даглас Адамс&#34;@sr-ec ;
schema:name &#34;Даглас Адамс&#34;@sr-ec ;
rdfs:label &#34;Daglas Adams&#34;@sr-el ;
skos:prefLabel &#34;Daglas Adams&#34;@sr-el ;
schema:name &#34;Daglas Adams&#34;@sr-el ;
rdfs:label &#34;Douglas Adams&#34;@de ;
skos:prefLabel &#34;Douglas Adams&#34;@de ;
schema:name &#34;Douglas Adams&#34;@de ;
rdfs:label &#34;دەگلاس ئادمز&#34;@ckb ;
skos:prefLabel &#34;دەگلاس ئادمز&#34;@ckb ;
schema:name &#34;دەگلاس ئادمز&#34;@ckb ;
rdfs:label &#34;Douglas Adams&#34;@fo ;
skos:prefLabel &#34;Douglas Adams&#34;@fo ;
schema:name &#34;Douglas Adams&#34;@fo ;
rdfs:label &#34;Douglas Adams&#34;@kl ;
skos:prefLabel &#34;Douglas Adams&#34;@kl ;
schema:name &#34;Douglas Adams&#34;@kl ;
rdfs:label &#34;Douglas Adams&#34;@gsw ;
skos:prefLabel &#34;Douglas Adams&#34;@gsw ;
schema:name &#34;Douglas Adams&#34;@gsw ;
rdfs:label &#34;డగ్లస్ ఆడమ్స్&#34;@te ;
skos:prefLabel &#34;డగ్లస్ ఆడమ్స్&#34;@te ;
schema:name &#34;డగ్లస్ ఆడమ్స్&#34;@te ;
rdfs:label &#34;ඩග්ලස් ඇඩම්ස්&#34;@si ;
skos:prefLabel &#34;ඩග්ලස් ඇඩම්ස්&#34;@si ;
schema:name &#34;ඩග්ලස් ඇඩම්ස්&#34;@si ;
rdfs:label &#34;ডগলাস অ্যাডামস&#34;@bn ;
skos:prefLabel &#34;ডগলাস অ্যাডামস&#34;@bn ;
schema:name &#34;ডগলাস অ্যাডামস&#34;@bn ;
rdfs:label &#34;डग्लस अ‍डम्स&#34;@hi ;
skos:prefLabel &#34;डग्लस अ‍डम्स&#34;@hi ;
schema:name &#34;डग्लस अ‍डम्स&#34;@hi ;
rdfs:label &#34;डग्लस अ‍डम्स&#34;@rwr ;
skos:prefLabel &#34;डग्लस अ‍डम्स&#34;@rwr ;
schema:name &#34;डग्लस अ‍डम्स&#34;@rwr ;
rdfs:label &#34;Douglas Adams&#34;@mg ;
skos:prefLabel &#34;Douglas Adams&#34;@mg ;
schema:name &#34;Douglas Adams&#34;@mg ;
rdfs:label &#34;ഡഗ്ലസ് ആഡംസ്&#34;@ml ;
skos:prefLabel &#34;ഡഗ്ലസ് ആഡംസ്&#34;@ml ;
schema:name &#34;ഡഗ്ലസ് ആഡംസ്&#34;@ml ;
rdfs:label &#34;ડગ્લાસ એડમ્સ&#34;@gu ;
skos:prefLabel &#34;ડગ્લાસ એડમ્સ&#34;@gu ;
schema:name &#34;ડગ્લાસ એડમ્સ&#34;@gu ;
rdfs:label &#34;Դուգլաս Ադամս&#34;@hy ;
skos:prefLabel &#34;Դուգլաս Ադամս&#34;@hy ;
schema:name &#34;Դուգլաս Ադամս&#34;@hy ;
rdfs:label &#34;Douglas Adams&#34;@ast ;
skos:prefLabel &#34;Douglas Adams&#34;@ast ;
schema:name &#34;Douglas Adams&#34;@ast ;
rdfs:label &#34;Douglas Adams&#34;@co ;
skos:prefLabel &#34;Douglas Adams&#34;@co ;
schema:name &#34;Douglas Adams&#34;@co ;
rdfs:label &#34;Douglas Adams&#34;@de-at ;
skos:prefLabel &#34;Douglas Adams&#34;@de-at ;
schema:name &#34;Douglas Adams&#34;@de-at ;
rdfs:label &#34;Douglas Adams&#34;@frp ;
skos:prefLabel &#34;Douglas Adams&#34;@frp ;
schema:name &#34;Douglas Adams&#34;@frp ;
rdfs:label &#34;Douglas Adams&#34;@fur ;
skos:prefLabel &#34;Douglas Adams&#34;@fur ;
schema:name &#34;Douglas Adams&#34;@fur ;
rdfs:label &#34;Douglas Adams&#34;@gd ;
skos:prefLabel &#34;Douglas Adams&#34;@gd ;
schema:name &#34;Douglas Adams&#34;@gd ;
rdfs:label &#34;Douglas Adams&#34;@ia ;
skos:prefLabel &#34;Douglas Adams&#34;@ia ;
schema:name &#34;Douglas Adams&#34;@ia ;
rdfs:label &#34;Douglas Adams&#34;@ie ;
skos:prefLabel &#34;Douglas Adams&#34;@ie ;
schema:name &#34;Douglas Adams&#34;@ie ;
rdfs:label &#34;Douglas Adams&#34;@kg ;
skos:prefLabel &#34;Douglas Adams&#34;@kg ;
schema:name &#34;Douglas Adams&#34;@kg ;
rdfs:label &#34;Douglas Adams&#34;@li ;
skos:prefLabel &#34;Douglas Adams&#34;@li ;
schema:name &#34;Douglas Adams&#34;@li ;
rdfs:label &#34;Douglas Adams&#34;@lij ;
skos:prefLabel &#34;Douglas Adams&#34;@lij ;
schema:name &#34;Douglas Adams&#34;@lij ;
rdfs:label &#34;Douglas Adams&#34;@min ;
skos:prefLabel &#34;Douglas Adams&#34;@min ;
schema:name &#34;Douglas Adams&#34;@min ;
rdfs:label &#34;Douglas Adams&#34;@ms ;
skos:prefLabel &#34;Douglas Adams&#34;@ms ;
schema:name &#34;Douglas Adams&#34;@ms ;
rdfs:label &#34;Douglas Adams&#34;@nap ;
skos:prefLabel &#34;Douglas Adams&#34;@nap ;
schema:name &#34;Douglas Adams&#34;@nap ;
rdfs:label &#34;Douglas Adams&#34;@nrm ;
skos:prefLabel &#34;Douglas Adams&#34;@nrm ;
schema:name &#34;Douglas Adams&#34;@nrm ;
rdfs:label &#34;Douglas Adams&#34;@pcd ;
skos:prefLabel &#34;Douglas Adams&#34;@pcd ;
schema:name &#34;Douglas Adams&#34;@pcd ;
rdfs:label &#34;Douglas Adams&#34;@rm ;
skos:prefLabel &#34;Douglas Adams&#34;@rm ;
schema:name &#34;Douglas Adams&#34;@rm ;
rdfs:label &#34;Douglas Adams&#34;@sc ;
skos:prefLabel &#34;Douglas Adams&#34;@sc ;
schema:name &#34;Douglas Adams&#34;@sc ;
rdfs:label &#34;Douglas Adams&#34;@scn ;
skos:prefLabel &#34;Douglas Adams&#34;@scn ;
schema:name &#34;Douglas Adams&#34;@scn ;
rdfs:label &#34;Douglas Adams&#34;@sw ;
skos:prefLabel &#34;Douglas Adams&#34;@sw ;
schema:name &#34;Douglas Adams&#34;@sw ;
rdfs:label &#34;Douglas Adams&#34;@vls ;
skos:prefLabel &#34;Douglas Adams&#34;@vls ;
schema:name &#34;Douglas Adams&#34;@vls ;
rdfs:label &#34;Douglas Adams&#34;@vo ;
skos:prefLabel &#34;Douglas Adams&#34;@vo ;
schema:name &#34;Douglas Adams&#34;@vo ;
rdfs:label &#34;Douglas Adams&#34;@wo ;
skos:prefLabel &#34;Douglas Adams&#34;@wo ;
schema:name &#34;Douglas Adams&#34;@wo ;
rdfs:label &#34;Douglas Adams&#34;@zu ;
skos:prefLabel &#34;Douglas Adams&#34;@zu ;
schema:name &#34;Douglas Adams&#34;@zu ;
rdfs:label &#34;Duqlas Noel Adams&#34;@az ;
skos:prefLabel &#34;Duqlas Noel Adams&#34;@az ;
schema:name &#34;Duqlas Noel Adams&#34;@az ;
rdfs:label &#34;Doglas Adams&#34;@ak ;
skos:prefLabel &#34;Doglas Adams&#34;@ak ;
schema:name &#34;Doglas Adams&#34;@ak ;
rdfs:label &#34;ଡଗ୍‌ଲାସ୍‌ ଆଦାମ୍‌ସ&#34;@or ;
skos:prefLabel &#34;ଡଗ୍‌ଲାସ୍‌ ଆଦାମ୍‌ସ&#34;@or ;
schema:name &#34;ଡଗ୍‌ଲାସ୍‌ ଆଦାମ୍‌ସ&#34;@or ;
rdfs:label &#34;ಡಗ್ಲಸ್ ಆಡಮ್ಸ್&#34;@kn ;
skos:prefLabel &#34;ಡಗ್ಲಸ್ ಆಡಮ್ಸ್&#34;@kn ;
schema:name &#34;ಡಗ್ಲಸ್ ಆಡಮ್ಸ್&#34;@kn ;
rdfs:label &#34;डगलस एडम्स&#34;@ne ;
skos:prefLabel &#34;डगलस एडम्स&#34;@ne ;
schema:name &#34;डगलस एडम्स&#34;@ne ;
rdfs:label &#34;Адамс&#34;@mrj ;
skos:prefLabel &#34;Адамс&#34;@mrj ;
schema:name &#34;Адамс&#34;@mrj ;
rdfs:label &#34;ดักลัส แอดัมส์&#34;@th ;
skos:prefLabel &#34;ดักลัส แอดัมส์&#34;@th ;
schema:name &#34;ดักลัส แอดัมส์&#34;@th ;
rdfs:label &#34;ਡਗਲਸ ਐਡਮਜ਼&#34;@pa ;
skos:prefLabel &#34;ਡਗਲਸ ਐਡਮਜ਼&#34;@pa ;
schema:name &#34;ਡਗਲਸ ਐਡਮਜ਼&#34;@pa ;
rdfs:label &#34;ಡಾಗ್ಲಸ್ ಆಡಮ್ಸ್&#34;@tcy ;
skos:prefLabel &#34;ಡಾಗ್ಲಸ್ ಆಡಮ್ಸ್&#34;@tcy ;
schema:name &#34;ಡಾಗ್ಲಸ್ ಆಡಮ್ಸ್&#34;@tcy ;
rdfs:label &#34;Douglas Adams&#34;@tl ;
skos:prefLabel &#34;Douglas Adams&#34;@tl ;
schema:name &#34;Douglas Adams&#34;@tl ;
rdfs:label &#34;Douglas Adams&#34;@ext ;
skos:prefLabel &#34;Douglas Adams&#34;@ext ;
schema:name &#34;Douglas Adams&#34;@ext ;
rdfs:label &#34;داقلاس آدامز&#34;@azb ;
skos:prefLabel &#34;داقلاس آدامز&#34;@azb ;
schema:name &#34;داقلاس آدامز&#34;@azb ;
rdfs:label &#34;Douglas Adams&#34;@lfn ;
skos:prefLabel &#34;Douglas Adams&#34;@lfn ;
schema:name &#34;Douglas Adams&#34;@lfn ;
rdfs:label &#34;Douglas Adams&#34;@nan ;
skos:prefLabel &#34;Douglas Adams&#34;@nan ;
schema:name &#34;Douglas Adams&#34;@nan ;
rdfs:label &#34;Дуглас Адамс&#34;@ky ;
skos:prefLabel &#34;Дуглас Адамс&#34;@ky ;
schema:name &#34;Дуглас Адамс&#34;@ky ;
rdfs:label &#34;डगलस एडम्स&#34;@bho ;
skos:prefLabel &#34;डगलस एडम्स&#34;@bho ;
schema:name &#34;डगलस एडम्स&#34;@bho ;
rdfs:label &#34;道格拉斯·亚当斯&#34;@wuu ;
skos:prefLabel &#34;道格拉斯·亚当斯&#34;@wuu ;
schema:name &#34;道格拉斯·亚当斯&#34;@wuu ;
rdfs:label &#34;道格拉斯亞當斯&#34;@yue ;
skos:prefLabel &#34;道格拉斯亞當斯&#34;@yue ;
schema:name &#34;道格拉斯亞當斯&#34;@yue ;
rdfs:label &#34;ڈگلس ایڈمس&#34;@pnb ;
skos:prefLabel &#34;ڈگلس ایڈمس&#34;@pnb ;
schema:name &#34;ڈگلس ایڈمس&#34;@pnb ;
rdfs:label &#34;Douglas Adams&#34;@sje ;
skos:prefLabel &#34;Douglas Adams&#34;@sje ;
schema:name &#34;Douglas Adams&#34;@sje ;
rdfs:label &#34;Douglas Adams&#34;@se ;
skos:prefLabel &#34;Douglas Adams&#34;@se ;
schema:name &#34;Douglas Adams&#34;@se ;
rdfs:label &#34;Douglas Adams&#34;@smn ;
skos:prefLabel &#34;Douglas Adams&#34;@smn ;
schema:name &#34;Douglas Adams&#34;@smn ;
rdfs:label &#34;Douglas Adams&#34;@sms ;
skos:prefLabel &#34;Douglas Adams&#34;@sms ;
schema:name &#34;Douglas Adams&#34;@sms ;
rdfs:label &#34;Douglas Adams&#34;@sma ;
skos:prefLabel &#34;Douglas Adams&#34;@sma ;
schema:name &#34;Douglas Adams&#34;@sma ;
rdfs:label &#34;Douglas Adams&#34;@smj ;
skos:prefLabel &#34;Douglas Adams&#34;@smj ;
schema:name &#34;Douglas Adams&#34;@smj ;
rdfs:label &#34;Douglas Adams&#34;@bm ;
skos:prefLabel &#34;Douglas Adams&#34;@bm ;
schema:name &#34;Douglas Adams&#34;@bm ;
rdfs:label &#34;Douglas Adams&#34;@frc ;
skos:prefLabel &#34;Douglas Adams&#34;@frc ;
schema:name &#34;Douglas Adams&#34;@frc ;
rdfs:label &#34;Douglas Adams&#34;@jam ;
skos:prefLabel &#34;Douglas Adams&#34;@jam ;
schema:name &#34;Douglas Adams&#34;@jam ;
rdfs:label &#34;Douglas Adams&#34;@kab ;
skos:prefLabel &#34;Douglas Adams&#34;@kab ;
schema:name &#34;Douglas Adams&#34;@kab ;
rdfs:label &#34;Douglas Adams&#34;@pap ;
skos:prefLabel &#34;Douglas Adams&#34;@pap ;
schema:name &#34;Douglas Adams&#34;@pap ;
rdfs:label &#34;Douglas Adams&#34;@prg ;
skos:prefLabel &#34;Douglas Adams&#34;@prg ;
schema:name &#34;Douglas Adams&#34;@prg ;
rdfs:label &#34;Douglas Adams&#34;@rgn ;
skos:prefLabel &#34;Douglas Adams&#34;@rgn ;
schema:name &#34;Douglas Adams&#34;@rgn ;
rdfs:label &#34;Douglas Adams&#34;@vmf ;
skos:prefLabel &#34;Douglas Adams&#34;@vmf ;
schema:name &#34;Douglas Adams&#34;@vmf ;
rdfs:label &#34;ߘߎߜ߭ߑߟߊߛ ߊߘߊߡߛ&#34;@nqo ;
skos:prefLabel &#34;ߘߎߜ߭ߑߟߊߛ ߊߘߊߡߛ&#34;@nqo ;
schema:name &#34;ߘߎߜ߭ߑߟߊߛ ߊߘߊߡߛ&#34;@nqo ;
rdfs:label &#34;Douglas Adams&#34;@fy ;
skos:prefLabel &#34;Douglas Adams&#34;@fy ;
schema:name &#34;Douglas Adams&#34;@fy ;
rdfs:label &#34;Douglas Adams&#34;@hsb ;
skos:prefLabel &#34;Douglas Adams&#34;@hsb ;
schema:name &#34;Douglas Adams&#34;@hsb ;
rdfs:label &#34;דאַגלאַס אַדאַמס&#34;@yi ;
skos:prefLabel &#34;דאַגלאַס אַדאַמס&#34;@yi ;
schema:name &#34;דאַגלאַס אַדאַמס&#34;@yi ;
rdfs:label &#34;Douglas Adams&#34;@kw ;
skos:prefLabel &#34;Douglas Adams&#34;@kw ;
schema:name &#34;Douglas Adams&#34;@kw ;
rdfs:label &#34;دݢلس ايدمﺯ&#34;@ms-arab ;
skos:prefLabel &#34;دݢلس ايدمﺯ&#34;@ms-arab ;
schema:name &#34;دݢلس ايدمﺯ&#34;@ms-arab ;
rdfs:label &#34;Douglas Adams&#34;@jut ;
skos:prefLabel &#34;Douglas Adams&#34;@jut ;
schema:name &#34;Douglas Adams&#34;@jut ;
rdfs:label &#34;Дуглас Адамс&#34;@ba ;
skos:prefLabel &#34;Дуглас Адамс&#34;@ba ;
schema:name &#34;Дуглас Адамс&#34;@ba ;
rdfs:label &#34;Douglas Adams&#34;@ig ;
skos:prefLabel &#34;Douglas Adams&#34;@ig ;
schema:name &#34;Douglas Adams&#34;@ig ;
rdfs:label &#34;دوڭلاس أدامز&#34;@ary ;
skos:prefLabel &#34;دوڭلاس أدامز&#34;@ary ;
schema:name &#34;دوڭلاس أدامز&#34;@ary ;
schema:description &#34;English science fiction writer and humourist (19522001)&#34;@en,
&#34;écrivain de science-fiction et humoriste anglais (19522001)&#34;@fr,
&#34;English writer and humourist&#34;@en-gb,
&#34;engelsk science fiction-forfatter og humorist&#34;@nb,
&#34;scrittore e umorista britannico&#34;@it,
&#34;britischer Science-Fiction-Autor und Humorist (19522001)&#34;@de,
&#34;escritor y humorista británico&#34;@es,
&#34;английский писатель, драматург и сценарист, автор серии книг «Автостопом по галактике»&#34;@ru,
&#34;英国作家&#34;@zh-hans,
&#34;英國作家&#34;@zh-hant,
&#34;英国作家&#34;@zh-cn,
&#34;英国作家&#34;@zh-sg,
&#34;英国作家&#34;@zh-my,
&#34;英國作家&#34;@zh,
&#34;英國作家&#34;@zh-hk,
&#34;英國文學家、幽默作家&#34;@zh-tw,
&#34;英國作家&#34;@zh-mo,
&#34;escriptor anglès&#34;@ca,
&#34;englantilainen kirjailija ja humoristi&#34;@fi,
&#34;anglický spisovatel, humorista a dramatik&#34;@cs,
&#34;brittisk författare (19522001)&#34;@sv,
&#34;escritor e comediante britânico&#34;@pt-br,
&#34;ஆங்கில எழுத்தாளர் மற்றும் நகைச்சுவையாளர்&#34;@ta,
&#34;angleški pisatelj, humorist in dramatik&#34;@sl,
&#34;engelsk forfatter&#34;@da,
&#34;Engelse schrijver (1952-2001)&#34;@nl,
&#34;escritor e comediante britânico&#34;@pt,
&#34;brytyjski pisarz&#34;@pl,
&#34;angļu zinātniskās fantastikas rakstnieks un humorists&#34;@lv,
&#34;енглески писац и хумориста&#34;@sr,
&#34;енглески писац научне фантастике и хумориста&#34;@sr-ec,
&#34;engleski pisac naučne fantastike i humorista&#34;@sr-el,
&#34;angla aŭtoro de sciencfikcio-romanoj kaj humoristo&#34;@eo,
&#34;a englischer Science-Fiction-Schriftsteller&#34;@bar,
&#34;skrivagner saoznek&#34;@br,
&#34;イングランドの作家&#34;@ja,
&#34;forfattar&#34;@nn,
&#34;İngiliz yazar&#34;@tr,
&#34;ඉංග්‍රීසි කවියෙක්&#34;@si,
&#34;nhà văn và nhà soạn hài kịch người Anh (1952-2001)&#34;@vi,
&#34;awdur a dychanwr Seisnig&#34;@cy,
&#34;અંગ્રેજી લેખક અને હાસ્યકાર&#34;@gu,
&#34;британський комічний радіодраматург, письменник&#34;@uk,
&#34;scriitor, dramaturg englez&#34;@ro,
&#34;angol író és humorista (19522001)&#34;@hu,
&#34;فیلمنامه‌نویس و نویسنده بریتانیایی&#34;@fa,
&#34;Engelse skrywer en humoris&#34;@af,
&#34;англиски писател и хуморист&#34;@mk,
&#34;Άγγλος συγγραφέας (19522001)&#34;@el,
&#34;անգլիացի գրող, դրամատուրգ, սցենարիստ, «Ավտոստոպով զբոսաշրջիկի միջգալակտիկական ուղեցույց» վեպերի շարք&#34;@hy,
&#34;английски писател и хуморист&#34;@bg,
&#34;अङ्ग्रेजी लेखक र व्यङ्ग्यकार&#34;@ne,
&#34;סופר והומוריסטן בריטי&#34;@he,
&#34;britischer Schriftsteller&#34;@de-at,
&#34;britischer Schriftsteller&#34;@de-ch,
&#34;britischer Schriftsteller&#34;@gsw,
&#34;englischer Schriftsteller&#34;@nds,
&#34;ಇಂಗ್ಲಿಷ್ ಭಾಷೆಯ ಬರಹಗಾರ ಹಾಗೂ ಹಾಸ್ಯ ಲೇಖಕ&#34;@kn,
&#34;ਅੰਗਰੇਜ਼ੀ ਲੇਖਕ&#34;@pa,
&#34;كاتب إنجليزي فكاهي&#34;@ar,
&#34;taga-Inglatera na manunulat at tagapagpatawa&#34;@tl,
&#34;idazle eta umorista britaniarra&#34;@eu,
&#34;britanski radijski dramaturg i pisac znanstvene fantastike&#34;@hr,
&#34;영국의 작가&#34;@ko,
&#34;mwandishi Mwingereza&#34;@sw,
&#34;นักเขียนและผู้เล่าเรื่องอารมณ์ขันชาวอังกฤษ&#34;@th,
&#34;English writer&#34;@en-ca,
&#34;sgrìobhadair Sasannach&#34;@gd,
&#34;ინგლისელი მწერალი და იუმორისტი&#34;@ka,
&#34;inglise ulmekirjanik&#34;@et,
&#34;ఇంగ్లీషు రచయిత, హాస్యకారుడు&#34;@te,
&#34;escritor y humorista inglés&#34;@ast,
&#34;autor dhe humorist anglez&#34;@sq,
&#34;escritor e guionista británico&#34;@gl,
&#34;अंग्रेजी भाषा के ब्रिटिश लेखक&#34;@bho,
&#34;anglický spisovateľ&#34;@sk,
&#34;scriptor, scriptor scaenicus, et mythistoricus (19522001)&#34;@la,
&#34;ബ്രിട്ടീഷ് എഴുത്തുകാരനും ഹാസ്യസാഹിത്യാകാരനും&#34;@ml,
&#34;scríbhneoir Sasanach&#34;@ga,
&#34;nivîskarê brîtanî&#34;@ku-latn,
&#34;Panulih jo palawak dari Inggirih&#34;@min,
&#34;अंग्रेजी लेखक&#34;@hi,
&#34;ߊ߲߬ߜ߭ߌ߬ߟߋ߬ ߛߓߍߦߟߊ ߞߎ߲߬ߘߐ߬ߕߍ߰ ߟߐ߲ߞߏ ߞߊ߲߬&#34;@nqo,
&#34;англійскі пісьменнік&#34;@be,
&#34;penulis dan humoris asal Britania Raya (1952-2001)&#34;@id,
&#34;engleski pisac i humorist&#34;@bs,
&#34;penulis dan pelawak Inggeris&#34;@ms,
&#34;ब्रिटिश लेखक व नाटककार&#34;@mr,
&#34;ইংরেজ কল্পবিজ্ঞান লেখক ও কৌতুকবিদ&#34;@bn,
&#34;ލިޔުންތެރިއެއް&#34;@dv,
&#34;Enskur höfundur&#34;@is,
&#34;كاتب نڭليزي ديال لخيال لعلمي و لفكاهة&#34;@ary ;
skos:altLabel &#34;Douglas Noël Adams&#34;@en,
&#34;DNA&#34;@en,
&#34;Адамс, Дуглас&#34;@ru,
&#34;Дуглас Ноэль Адамс&#34;@ru,
&#34;Адамс, Дуглас Ноэль&#34;@ru,
&#34;Douglas Noël Adams&#34;@nb,
&#34;Douglas N. Adams&#34;@nb,
&#34;Douglas Noël Adams&#34;@fr,
&#34;Douglas Noël Adams&#34;@de,
&#34;Douglas Noël Adams&#34;@pt-br,
&#34;Douglas Noel Adams&#34;@pt-br,
&#34;Дуглас Адамс&#34;@be-tarask,
&#34;亞當斯&#34;@zh,
&#34;Douglas Noel Adams&#34;@es,
&#34;Douglas Noël Adams&#34;@es,
&#34;Douglas Noel Adams&#34;@it,
&#34;Douglas N. Adams&#34;@it,
&#34;Douglas Noël Adams&#34;@cs,
&#34;Douglas Noel Adams&#34;@cs,
&#34;Douglas N. Adams&#34;@cs,
&#34;Ադամս, Դուգլաս&#34;@hy,
&#34;Ντάγκλας Νόελ Άνταμς&#34;@el,
&#34;Douglas Noel Adams&#34;@nl,
&#34;Douglas Noël Adams&#34;@nl,
&#34;Douglas Noël Adams&#34;@pt,
&#34;Douglas Noel Adams&#34;@pt,
&#34;ダグラス・アダムス&#34;@ja,
&#34;ਡਗਲਸ ਨੋਏਲ ਐਡਮਜ਼&#34;@pa,
&#34;ਡਗਲਸ ਐਡਮਸ&#34;@pa,
&#34;Douglas Noël Adams&#34;@tl,
&#34;Douglas Noel Adams&#34;@tl,
&#34;Douglas Noel Adams&#34;@eu,
&#34;Douglas Noël Adams&#34;@eu,
&#34;Дуглас Ноел Адамс&#34;@uk,
&#34;Адамс Дуглас&#34;@uk,
&#34;Douglas Noël Adams&#34;@hr,
&#34;Douglas N. Adams&#34;@hr,
&#34;Douglas Noel Adams&#34;@hr,
&#34;דגלס אדמס&#34;@he,
&#34;דאגלס נואל אדמס&#34;@he,
&#34;더글라스 애덤스&#34;@ko,
&#34;더글러스 노엘 애덤스&#34;@ko,
&#34;Douglas Noel Adams&#34;@sw,
&#34;Douglas Noël Adams&#34;@sw,
&#34;Douglas Noel Adams&#34;@tr,
&#34;Douglas N. Adams&#34;@tr,
&#34;Douglas Noël Adams&#34;@tr,
&#34;Douglas Noël Adams&#34;@et,
&#34;دوغلاس نويل آدمز&#34;@ar,
&#34;دوغلاس ن. آدمز&#34;@ar,
&#34;دوغلاس آدامز&#34;@ar,
&#34;دوجلاس آدمز&#34;@ar,
&#34;دوجلاس آدامز&#34;@ar,
&#34;Duglassius Noëlus Adams&#34;@la,
&#34;Douglas Adams&#34;@la,
&#34;Duglassius Natalis Adams&#34;@la,
&#34;Douglas Noël Adams&#34;@gl,
&#34;डग्लस अडम्स&#34;@bho,
&#34;डग्लस एडम्स&#34;@bho,
&#34;Douglas Noel Adams&#34;@sv,
&#34;Douglas Noël Adams&#34;@sv,
&#34;ഡഗ്ലസ് നോയൽ ആഡംസ്&#34;@ml,
&#34;ഡഗ്ലസ് എന്‍ ആഡംസ്&#34;@ml,
&#34;Douglas Noel Adams&#34;@nn,
&#34;Douglas Noel Adams&#34;@ga,
&#34;Douglas Noël Adams&#34;@ga,
&#34;Douglas N. Adams&#34;@ga,
&#34;道格拉斯·諾耶爾·亞當斯&#34;@zh-tw,
&#34;Douglas Noël Adams&#34;@ro,
&#34;Douglas ADAMS&#34;@eo,
&#34;Douglas Noël ADAMS&#34;@eo,
&#34;Douglas Noel Adams&#34;@ca,
&#34;Douglas Noël Adams&#34;@ca,
&#34;ߘߎߜ߭ߑߟߊߛ ߣߏߥߍߟ ߊߘߊߡߛ&#34;@nqo,
&#34;ߘߎߜ߭ߑߟߊߛ ߣ. ߊߘߊߡߛ&#34;@nqo,
&#34;Douglas Noel Adams&#34;@pl,
&#34;Douglas Noel Adams&#34;@ms,
&#34;Douglas Noël Adams&#34;@ms,
&#34;Douglas N. Adams&#34;@ms,
&#34;Douglas Noel Adams&#34;@da,
&#34;Douglas Noel Adams&#34;@fi,
&#34;Duqlas Adams&#34;@az,
&#34;Douglas Adams&#34;@az,
&#34;Адамс, Дуглас&#34;@mrj,
&#34;ڈگلس ایڈمس&#34;@ur,
&#34;Douglas Adams&#34;@lv,
&#34;Douglas Adams&#34;@sr-el,
&#34;Douglas Adams&#34;@ak,
&#34;Douglas Noel Adams&#34;@hu,
&#34;Douglas Noël Adams&#34;@hu,
&#34;Douglas Noel Adams&#34;@ia,
&#34;Douglas Noel Adams&#34;@id,
&#34;Douglas Noël Adams&#34;@id,
&#34;Douglas N. Adams&#34;@id,
&#34;Douglas Noel Adams&#34;@sk,
&#34;Douglas Noël Adams&#34;@sk,
&#34;Douglas N. Adams&#34;@sk,
&#34;Douglas Noel Adams&#34;@af,
&#34;Douglas Noël Adams&#34;@bar .
wd:Q59431323 owl:sameAs wd:Q42 .
wd:Q60594743 owl:sameAs wd:Q42 .
</pre>
</div>
</div>
</div>
</div>
</div>
<div class="jp-Cell jp-MarkdownCell jp-Notebook-cell">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput " data-mime-type="text/markdown">
<h2 id="SPARQL-endpoint">SPARQL endpoint<a class="anchor-link" href="#SPARQL-endpoint">&#182;</a></h2>
<pre><code>SELECT DISTINCT ?item ?itemLabel WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
{
SELECT DISTINCT ?item WHERE {
?item p:P50 ?statement0.
?statement0 (ps:P50/(wdt:P279*)) ?author.
FILTER(EXISTS { ?author p:31 q:5. })
}
LIMIT 10
}
}</code></pre>
<p><a href="https://query.wikidata.org/sparql">https://query.wikidata.org/sparql</a></p>
<p>RDFLib can bed used to query a <a href="https://rdflib.readthedocs.io/en/stable/intro_to_sparql.html#querying-a-remote-service">remote endpoint</a></p>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[12]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="kn">import</span> <span class="nn">rdflib</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[13]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">g</span> <span class="o">=</span> <span class="n">rdflib</span><span class="o">.</span><span class="n">Graph</span><span class="p">()</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[&nbsp;]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">qres</span> <span class="o">=</span> <span class="n">g</span><span class="o">.</span><span class="n">query</span><span class="p">(</span>
<span class="sd">&quot;&quot;&quot;</span>
<span class="sd"> SELECT ?s</span>
<span class="sd"> WHERE {</span>
<span class="sd"> SERVICE &lt;https://query.wikidata.org/sparql&gt; {</span>
<span class="sd"> ?s a ?o .</span>
<span class="sd"> }</span>
<span class="sd"> }</span>
<span class="sd"> LIMIT 3</span>
<span class="sd"> &quot;&quot;&quot;</span>
<span class="p">)</span>
<span class="k">for</span> <span class="n">row</span> <span class="ow">in</span> <span class="n">qres</span><span class="p">:</span>
<span class="nb">print</span><span class="p">(</span><span class="n">row</span><span class="o">.</span><span class="n">s</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[2]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="kn">import</span> <span class="nn">rdflib</span>
<span class="n">g</span> <span class="o">=</span> <span class="n">rdflib</span><span class="o">.</span><span class="n">Graph</span><span class="p">()</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[3]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">results</span> <span class="o">=</span> <span class="n">g</span><span class="o">.</span><span class="n">query</span><span class="p">(</span><span class="s2">&quot;&quot;&quot;</span>
<span class="s2">PREFIX p: &lt;http://www.wikidata.org/prop/&gt;</span>
<span class="s2">PREFIX ps: &lt;http://www.wikidata.org/prop/statement/&gt;</span>
<span class="s2">SELECT DISTINCT ?item ?statement0 ?material WHERE</span>
<span class="s2"> {</span>
<span class="s2"> SERVICE &lt;https://query.wikidata.org/sparql&gt; {</span>
<span class="s2"> ?item p:P186 ?statement0.</span>
<span class="s2"> ?statement0 ps:P186 ?material.</span>
<span class="s2"> }</span>
<span class="s2"> }</span>
<span class="s2">LIMIT 10</span>
<span class="s2">&quot;&quot;&quot;</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[4]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="k">for</span> <span class="n">r</span> <span class="ow">in</span> <span class="n">results</span><span class="p">:</span>
<span class="nb">print</span> <span class="p">(</span><span class="n">r</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr">
<pre>
<span class="ansi-red-fg">---------------------------------------------------------------------------</span>
<span class="ansi-red-fg">ValueError</span> Traceback (most recent call last)
<span class="ansi-green-fg">/usr/lib/python3.9/http/client.py</span> in <span class="ansi-cyan-fg">_get_chunk_left</span><span class="ansi-blue-fg">(self)</span>
<span class="ansi-green-intense-fg ansi-bold"> 554</span> <span class="ansi-green-fg">try</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-fg">--&gt; 555</span><span class="ansi-red-fg"> </span>chunk_left <span class="ansi-blue-fg">=</span> self<span class="ansi-blue-fg">.</span>_read_next_chunk_size<span class="ansi-blue-fg">(</span><span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 556</span> <span class="ansi-green-fg">except</span> ValueError<span class="ansi-blue-fg">:</span>
<span class="ansi-green-fg">/usr/lib/python3.9/http/client.py</span> in <span class="ansi-cyan-fg">_read_next_chunk_size</span><span class="ansi-blue-fg">(self)</span>
<span class="ansi-green-intense-fg ansi-bold"> 521</span> <span class="ansi-green-fg">try</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-fg">--&gt; 522</span><span class="ansi-red-fg"> </span><span class="ansi-green-fg">return</span> int<span class="ansi-blue-fg">(</span>line<span class="ansi-blue-fg">,</span> <span class="ansi-cyan-fg">16</span><span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 523</span> <span class="ansi-green-fg">except</span> ValueError<span class="ansi-blue-fg">:</span>
<span class="ansi-red-fg">ValueError</span>: invalid literal for int() with base 16: b&#39;&#39;
During handling of the above exception, another exception occurred:
<span class="ansi-red-fg">IncompleteRead</span> Traceback (most recent call last)
<span class="ansi-green-fg">/usr/lib/python3.9/http/client.py</span> in <span class="ansi-cyan-fg">_readall_chunked</span><span class="ansi-blue-fg">(self)</span>
<span class="ansi-green-intense-fg ansi-bold"> 571</span> <span class="ansi-green-fg">while</span> <span class="ansi-green-fg">True</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-fg">--&gt; 572</span><span class="ansi-red-fg"> </span>chunk_left <span class="ansi-blue-fg">=</span> self<span class="ansi-blue-fg">.</span>_get_chunk_left<span class="ansi-blue-fg">(</span><span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 573</span> <span class="ansi-green-fg">if</span> chunk_left <span class="ansi-green-fg">is</span> <span class="ansi-green-fg">None</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-fg">/usr/lib/python3.9/http/client.py</span> in <span class="ansi-cyan-fg">_get_chunk_left</span><span class="ansi-blue-fg">(self)</span>
<span class="ansi-green-intense-fg ansi-bold"> 556</span> <span class="ansi-green-fg">except</span> ValueError<span class="ansi-blue-fg">:</span>
<span class="ansi-green-fg">--&gt; 557</span><span class="ansi-red-fg"> </span><span class="ansi-green-fg">raise</span> IncompleteRead<span class="ansi-blue-fg">(</span><span class="ansi-blue-fg">b&#39;&#39;</span><span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 558</span> <span class="ansi-green-fg">if</span> chunk_left <span class="ansi-blue-fg">==</span> <span class="ansi-cyan-fg">0</span><span class="ansi-blue-fg">:</span>
<span class="ansi-red-fg">IncompleteRead</span>: IncompleteRead(0 bytes read)
During handling of the above exception, another exception occurred:
<span class="ansi-red-fg">IncompleteRead</span> Traceback (most recent call last)
<span class="ansi-green-fg">/tmp/ipykernel_22614/3086989907.py</span> in <span class="ansi-cyan-fg">&lt;module&gt;</span>
<span class="ansi-green-fg">----&gt; 1</span><span class="ansi-red-fg"> </span><span class="ansi-green-fg">for</span> r <span class="ansi-green-fg">in</span> results<span class="ansi-blue-fg">:</span>
<span class="ansi-green-intense-fg ansi-bold"> 2</span> print <span class="ansi-blue-fg">(</span>r<span class="ansi-blue-fg">)</span>
<span class="ansi-green-fg">~/.local/lib/python3.9/site-packages/rdflib/query.py</span> in <span class="ansi-cyan-fg">__iter__</span><span class="ansi-blue-fg">(self)</span>
<span class="ansi-green-intense-fg ansi-bold"> 299</span>
<span class="ansi-green-intense-fg ansi-bold"> 300</span> <span class="ansi-green-fg">if</span> self<span class="ansi-blue-fg">.</span>_genbindings<span class="ansi-blue-fg">:</span>
<span class="ansi-green-fg">--&gt; 301</span><span class="ansi-red-fg"> </span><span class="ansi-green-fg">for</span> b <span class="ansi-green-fg">in</span> self<span class="ansi-blue-fg">.</span>_genbindings<span class="ansi-blue-fg">:</span>
<span class="ansi-green-intense-fg ansi-bold"> 302</span> <span class="ansi-green-fg">if</span> b<span class="ansi-blue-fg">:</span> <span class="ansi-red-fg"># don&#39;t add a result row in case of empty binding {}</span>
<span class="ansi-green-intense-fg ansi-bold"> 303</span> self<span class="ansi-blue-fg">.</span>_bindings<span class="ansi-blue-fg">.</span>append<span class="ansi-blue-fg">(</span>b<span class="ansi-blue-fg">)</span>
<span class="ansi-green-fg">~/.local/lib/python3.9/site-packages/rdflib/plugins/sparql/evaluate.py</span> in <span class="ansi-cyan-fg">evalDistinct</span><span class="ansi-blue-fg">(ctx, part)</span>
<span class="ansi-green-intense-fg ansi-bold"> 499</span>
<span class="ansi-green-intense-fg ansi-bold"> 500</span> done <span class="ansi-blue-fg">=</span> set<span class="ansi-blue-fg">(</span><span class="ansi-blue-fg">)</span>
<span class="ansi-green-fg">--&gt; 501</span><span class="ansi-red-fg"> </span><span class="ansi-green-fg">for</span> x <span class="ansi-green-fg">in</span> res<span class="ansi-blue-fg">:</span>
<span class="ansi-green-intense-fg ansi-bold"> 502</span> <span class="ansi-green-fg">if</span> x <span class="ansi-green-fg">not</span> <span class="ansi-green-fg">in</span> done<span class="ansi-blue-fg">:</span>
<span class="ansi-green-intense-fg ansi-bold"> 503</span> <span class="ansi-green-fg">yield</span> x
<span class="ansi-green-fg">~/.local/lib/python3.9/site-packages/rdflib/plugins/sparql/evaluate.py</span> in <span class="ansi-cyan-fg">&lt;genexpr&gt;</span><span class="ansi-blue-fg">(.0)</span>
<span class="ansi-green-intense-fg ansi-bold"> 508</span> res <span class="ansi-blue-fg">=</span> evalPart<span class="ansi-blue-fg">(</span>ctx<span class="ansi-blue-fg">,</span> project<span class="ansi-blue-fg">.</span>p<span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 509</span>
<span class="ansi-green-fg">--&gt; 510</span><span class="ansi-red-fg"> </span><span class="ansi-green-fg">return</span> <span class="ansi-blue-fg">(</span>row<span class="ansi-blue-fg">.</span>project<span class="ansi-blue-fg">(</span>project<span class="ansi-blue-fg">.</span>PV<span class="ansi-blue-fg">)</span> <span class="ansi-green-fg">for</span> row <span class="ansi-green-fg">in</span> res<span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 511</span>
<span class="ansi-green-intense-fg ansi-bold"> 512</span>
<span class="ansi-green-fg">~/.local/lib/python3.9/site-packages/rdflib/plugins/sparql/evaluate.py</span> in <span class="ansi-cyan-fg">evalServiceQuery</span><span class="ansi-blue-fg">(ctx, part)</span>
<span class="ansi-green-intense-fg ansi-bold"> 331</span> )
<span class="ansi-green-intense-fg ansi-bold"> 332</span> <span class="ansi-green-fg">if</span> response<span class="ansi-blue-fg">.</span>status <span class="ansi-blue-fg">==</span> <span class="ansi-cyan-fg">200</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-fg">--&gt; 333</span><span class="ansi-red-fg"> </span>json <span class="ansi-blue-fg">=</span> j<span class="ansi-blue-fg">.</span>loads<span class="ansi-blue-fg">(</span>response<span class="ansi-blue-fg">.</span>read<span class="ansi-blue-fg">(</span><span class="ansi-blue-fg">)</span><span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 334</span> variables <span class="ansi-blue-fg">=</span> res<span class="ansi-blue-fg">[</span><span class="ansi-blue-fg">&#34;vars_&#34;</span><span class="ansi-blue-fg">]</span> <span class="ansi-blue-fg">=</span> json<span class="ansi-blue-fg">[</span><span class="ansi-blue-fg">&#34;head&#34;</span><span class="ansi-blue-fg">]</span><span class="ansi-blue-fg">[</span><span class="ansi-blue-fg">&#34;vars&#34;</span><span class="ansi-blue-fg">]</span>
<span class="ansi-green-intense-fg ansi-bold"> 335</span> <span class="ansi-red-fg"># or just return the bindings?</span>
<span class="ansi-green-fg">/usr/lib/python3.9/http/client.py</span> in <span class="ansi-cyan-fg">read</span><span class="ansi-blue-fg">(self, amt)</span>
<span class="ansi-green-intense-fg ansi-bold"> 463</span>
<span class="ansi-green-intense-fg ansi-bold"> 464</span> <span class="ansi-green-fg">if</span> self<span class="ansi-blue-fg">.</span>chunked<span class="ansi-blue-fg">:</span>
<span class="ansi-green-fg">--&gt; 465</span><span class="ansi-red-fg"> </span><span class="ansi-green-fg">return</span> self<span class="ansi-blue-fg">.</span>_readall_chunked<span class="ansi-blue-fg">(</span><span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 466</span>
<span class="ansi-green-intense-fg ansi-bold"> 467</span> <span class="ansi-green-fg">if</span> self<span class="ansi-blue-fg">.</span>length <span class="ansi-green-fg">is</span> <span class="ansi-green-fg">None</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-fg">/usr/lib/python3.9/http/client.py</span> in <span class="ansi-cyan-fg">_readall_chunked</span><span class="ansi-blue-fg">(self)</span>
<span class="ansi-green-intense-fg ansi-bold"> 577</span> <span class="ansi-green-fg">return</span> <span class="ansi-blue-fg">b&#39;&#39;</span><span class="ansi-blue-fg">.</span>join<span class="ansi-blue-fg">(</span>value<span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 578</span> <span class="ansi-green-fg">except</span> IncompleteRead<span class="ansi-blue-fg">:</span>
<span class="ansi-green-fg">--&gt; 579</span><span class="ansi-red-fg"> </span><span class="ansi-green-fg">raise</span> IncompleteRead<span class="ansi-blue-fg">(</span><span class="ansi-blue-fg">b&#39;&#39;</span><span class="ansi-blue-fg">.</span>join<span class="ansi-blue-fg">(</span>value<span class="ansi-blue-fg">)</span><span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 580</span>
<span class="ansi-green-intense-fg ansi-bold"> 581</span> <span class="ansi-green-fg">def</span> _readinto_chunked<span class="ansi-blue-fg">(</span>self<span class="ansi-blue-fg">,</span> b<span class="ansi-blue-fg">)</span><span class="ansi-blue-fg">:</span>
<span class="ansi-red-fg">IncompleteRead</span>: IncompleteRead(347668480 bytes read)</pre>
</div>
</div>
</div>
</div>
</div>
<div class="jp-Cell jp-MarkdownCell jp-Notebook-cell">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput " data-mime-type="text/markdown">
<h2 id="Resources">Resources<a class="anchor-link" href="#Resources">&#182;</a></h2><ul>
<li><a href="https://www.wikidata.org/wiki/Wikidata:Tools/For_programmers">https://www.wikidata.org/wiki/Wikidata:Tools/For_programmers</a></li>
<li>It's a pity that <a href="https://wikidata-analytics.wmcloud.org/app/CuriousFacts">CuriousFacts</a> is a tool for making corrections -- ie a "bug finder" positioned as some kind of celebration of unusual knowledge.</li>
<li><a href="https://cis-india.org/openness/blog-old/people-are-knowledge">https://cis-india.org/openness/blog-old/people-are-knowledge</a> and <a href="https://vimeo.com/26469276">https://vimeo.com/26469276</a></li>
<li><a href="https://www.wikidata.org/wiki/Wikidata:Data_access#Linked_Data_Interface_(URI">https://www.wikidata.org/wiki/Wikidata:Data_access#Linked_Data_Interface_(URI</a>)</li>
</ul>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[15]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="kn">import</span> <span class="nn">json</span>
<span class="n">json</span><span class="o">.</span><span class="n">load</span><span class="p">(</span><span class="n">urlopen</span><span class="p">(</span><span class="s2">&quot;http://www.wikidata.org/wiki/Special:EntityData/Q1901094?flavor=simple&quot;</span><span class="p">))</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr">
<pre>
<span class="ansi-red-fg">---------------------------------------------------------------------------</span>
<span class="ansi-red-fg">NameError</span> Traceback (most recent call last)
<span class="ansi-green-fg">/tmp/ipykernel_156165/116874423.py</span> in <span class="ansi-cyan-fg">&lt;module&gt;</span>
<span class="ansi-green-intense-fg ansi-bold"> 1</span> <span class="ansi-green-fg">import</span> json
<span class="ansi-green-fg">----&gt; 2</span><span class="ansi-red-fg"> </span>json<span class="ansi-blue-fg">.</span>load<span class="ansi-blue-fg">(</span>urlopen<span class="ansi-blue-fg">(</span><span class="ansi-blue-fg">&#34;http://www.wikidata.org/wiki/Special:EntityData/Q1901094?flavor=simple&#34;</span><span class="ansi-blue-fg">)</span><span class="ansi-blue-fg">)</span>
<span class="ansi-red-fg">NameError</span>: name &#39;urlopen&#39; is not defined</pre>
</div>
</div>
</div>
</div>
</div>
<div class="jp-Cell jp-MarkdownCell jp-Notebook-cell">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput " data-mime-type="text/markdown">
<p>This query seems great but it times out. :(</p>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[29]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="kn">import</span> <span class="nn">rdflib</span>
<span class="n">g</span> <span class="o">=</span> <span class="n">rdflib</span><span class="o">.</span><span class="n">Graph</span><span class="p">()</span>
<span class="n">query</span> <span class="o">=</span> <span class="s2">&quot;&quot;&quot;</span>
<span class="s2">PREFIX p: &lt;http://www.wikidata.org/prop/&gt;</span>
<span class="s2">PREFIX ps: &lt;http://www.wikidata.org/prop/statement/&gt;</span>
<span class="s2">PREFIX wdt: &lt;http://www.wikidata.org/prop/direct/&gt;</span>
<span class="s2">PREFIX wd: &lt;http://www.wikidata.org/entity/&gt; </span>
<span class="s2">SELECT DISTINCT ?item WHERE {</span>
<span class="s2"> {</span>
<span class="s2"> SERVICE &lt;https://query.wikidata.org/sparql&gt; {</span>
<span class="s2"> SELECT DISTINCT ?item WHERE {</span>
<span class="s2"> ?item p:P50 ?statement0.</span>
<span class="s2"> ?statement0 (ps:P50/(wdt:P279*)) ?author.</span>
<span class="s2"> FILTER(EXISTS { ?author p:31 wd:Q5. })</span>
<span class="s2"> }</span>
<span class="s2"> LIMIT 10</span>
<span class="s2"> }</span>
<span class="s2"> }</span>
<span class="s2">}</span>
<span class="s2">&quot;&quot;&quot;</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[3]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="kn">import</span> <span class="nn">rdflib</span>
<span class="n">g</span> <span class="o">=</span> <span class="n">rdflib</span><span class="o">.</span><span class="n">Graph</span><span class="p">()</span>
<span class="n">query</span> <span class="o">=</span> <span class="s2">&quot;&quot;&quot;</span>
<span class="s2">PREFIX p: &lt;http://www.wikidata.org/prop/&gt;</span>
<span class="s2">PREFIX ps: &lt;http://www.wikidata.org/prop/statement/&gt;</span>
<span class="s2">PREFIX wdt: &lt;http://www.wikidata.org/prop/direct/&gt;</span>
<span class="s2">PREFIX wd: &lt;http://www.wikidata.org/entity/&gt; </span>
<span class="s2">SELECT DISTINCT ?item WHERE {</span>
<span class="s2">SERVICE &lt;https://query.wikidata.org/sparql&gt; {</span>
<span class="s2"> ?item p:P186 ?statement0.</span>
<span class="s2"> ?statement0 (ps:P186/(wdt:P279*)) wd:Q287.</span>
<span class="s2"> ?authored_thing p:P50 ?statement1.</span>
<span class="s2"> ?statement1 (ps:P50/(wdt:P279*)) ?item.</span>
<span class="s2">}</span>
<span class="s2">}</span>
<span class="s2">LIMIT 10</span>
<span class="s2">&quot;&quot;&quot;</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[4]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="k">for</span> <span class="n">r</span> <span class="ow">in</span> <span class="n">g</span><span class="o">.</span><span class="n">query</span><span class="p">(</span><span class="n">query</span><span class="p">):</span>
<span class="nb">print</span> <span class="p">(</span><span class="n">r</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
</div>
</div>
<div class="jp-Cell jp-MarkdownCell jp-Notebook-cell">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput " data-mime-type="text/markdown">
<p>Could you ask the same but then where author is made of wood?</p>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[&nbsp;]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">Could</span> <span class="n">you</span> <span class="n">ask</span> <span class="n">the</span> <span class="n">same</span> <span class="n">but</span> <span class="n">then</span> <span class="n">where</span> <span class="n">author</span> <span class="ow">is</span> <span class="n">made</span> <span class="n">of</span> <span class="n">wood</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[3]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="kn">import</span> <span class="nn">rdflib</span>
<span class="k">def</span> <span class="nf">q</span><span class="p">(</span><span class="n">qstr</span><span class="p">):</span>
<span class="n">g</span> <span class="o">=</span> <span class="n">rdflib</span><span class="o">.</span><span class="n">Graph</span><span class="p">()</span>
<span class="n">query</span> <span class="o">=</span> <span class="s2">&quot;&quot;&quot;</span>
<span class="s2">PREFIX p: &lt;http://www.wikidata.org/prop/&gt;</span>
<span class="s2">PREFIX ps: &lt;http://www.wikidata.org/prop/statement/&gt;</span>
<span class="s2">PREFIX wdt: &lt;http://www.wikidata.org/prop/direct/&gt;</span>
<span class="s2">PREFIX wd: &lt;http://www.wikidata.org/entity/&gt;</span>
<span class="s2">&quot;&quot;&quot;</span> <span class="o">+</span> <span class="n">qstr</span>
<span class="k">for</span> <span class="n">r</span> <span class="ow">in</span> <span class="n">g</span><span class="o">.</span><span class="n">query</span><span class="p">(</span><span class="n">query</span><span class="p">):</span>
<span class="nb">print</span> <span class="p">(</span><span class="n">r</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[6]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">q</span><span class="p">(</span><span class="s2">&quot;&quot;&quot;SELECT DISTINCT ?item ?itemLabel ?author ?authorLabel WHERE {</span>
<span class="s2">SERVICE &lt;https://query.wikidata.org/sparql&gt; {</span>
<span class="s2">{</span>
<span class="s2"> SELECT DISTINCT ?item WHERE {</span>
<span class="s2"> ?item p:P50 ?statement0.</span>
<span class="s2"> ?statement0 (ps:P50/(wdt:P279*)) ?author.</span>
<span class="s2"> }</span>
<span class="s2"> LIMIT 10</span>
<span class="s2"> }</span>
<span class="s2">}}</span>
<span class="s2">&quot;&quot;&quot;</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr">
<pre>
<span class="ansi-red-fg">---------------------------------------------------------------------------</span>
<span class="ansi-red-fg">HTTPError</span> Traceback (most recent call last)
<span class="ansi-green-fg">/tmp/ipykernel_57653/2376521622.py</span> in <span class="ansi-cyan-fg">&lt;module&gt;</span>
<span class="ansi-green-fg">----&gt; 1</span><span class="ansi-red-fg"> q(&#34;&#34;&#34;SELECT DISTINCT ?item ?itemLabel ?author ?authorLabel WHERE {
</span><span class="ansi-green-intense-fg ansi-bold"> 2</span> SERVICE &lt;https://query.wikidata.org/sparql&gt; {
<span class="ansi-green-intense-fg ansi-bold"> 3</span> {
<span class="ansi-green-intense-fg ansi-bold"> 4</span> SELECT DISTINCT ?item WHERE {
<span class="ansi-green-intense-fg ansi-bold"> 5</span> <span class="ansi-red-fg">?</span>item p<span class="ansi-blue-fg">:</span>P50<span class="ansi-red-fg"> </span><span class="ansi-red-fg">?</span>statement0<span class="ansi-blue-fg">.</span>
<span class="ansi-green-fg">/tmp/ipykernel_57653/1375049239.py</span> in <span class="ansi-cyan-fg">q</span><span class="ansi-blue-fg">(qstr)</span>
<span class="ansi-green-intense-fg ansi-bold"> 10</span>
<span class="ansi-green-intense-fg ansi-bold"> 11</span> &#34;&#34;&#34; + qstr
<span class="ansi-green-fg">---&gt; 12</span><span class="ansi-red-fg"> </span><span class="ansi-green-fg">for</span> r <span class="ansi-green-fg">in</span> g<span class="ansi-blue-fg">.</span>query<span class="ansi-blue-fg">(</span>query<span class="ansi-blue-fg">)</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-intense-fg ansi-bold"> 13</span> print <span class="ansi-blue-fg">(</span>r<span class="ansi-blue-fg">)</span>
<span class="ansi-green-fg">~/.local/lib/python3.9/site-packages/rdflib/query.py</span> in <span class="ansi-cyan-fg">__iter__</span><span class="ansi-blue-fg">(self)</span>
<span class="ansi-green-intense-fg ansi-bold"> 299</span>
<span class="ansi-green-intense-fg ansi-bold"> 300</span> <span class="ansi-green-fg">if</span> self<span class="ansi-blue-fg">.</span>_genbindings<span class="ansi-blue-fg">:</span>
<span class="ansi-green-fg">--&gt; 301</span><span class="ansi-red-fg"> </span><span class="ansi-green-fg">for</span> b <span class="ansi-green-fg">in</span> self<span class="ansi-blue-fg">.</span>_genbindings<span class="ansi-blue-fg">:</span>
<span class="ansi-green-intense-fg ansi-bold"> 302</span> <span class="ansi-green-fg">if</span> b<span class="ansi-blue-fg">:</span> <span class="ansi-red-fg"># don&#39;t add a result row in case of empty binding {}</span>
<span class="ansi-green-intense-fg ansi-bold"> 303</span> self<span class="ansi-blue-fg">.</span>_bindings<span class="ansi-blue-fg">.</span>append<span class="ansi-blue-fg">(</span>b<span class="ansi-blue-fg">)</span>
<span class="ansi-green-fg">~/.local/lib/python3.9/site-packages/rdflib/plugins/sparql/evaluate.py</span> in <span class="ansi-cyan-fg">evalDistinct</span><span class="ansi-blue-fg">(ctx, part)</span>
<span class="ansi-green-intense-fg ansi-bold"> 499</span>
<span class="ansi-green-intense-fg ansi-bold"> 500</span> done <span class="ansi-blue-fg">=</span> set<span class="ansi-blue-fg">(</span><span class="ansi-blue-fg">)</span>
<span class="ansi-green-fg">--&gt; 501</span><span class="ansi-red-fg"> </span><span class="ansi-green-fg">for</span> x <span class="ansi-green-fg">in</span> res<span class="ansi-blue-fg">:</span>
<span class="ansi-green-intense-fg ansi-bold"> 502</span> <span class="ansi-green-fg">if</span> x <span class="ansi-green-fg">not</span> <span class="ansi-green-fg">in</span> done<span class="ansi-blue-fg">:</span>
<span class="ansi-green-intense-fg ansi-bold"> 503</span> <span class="ansi-green-fg">yield</span> x
<span class="ansi-green-fg">~/.local/lib/python3.9/site-packages/rdflib/plugins/sparql/evaluate.py</span> in <span class="ansi-cyan-fg">&lt;genexpr&gt;</span><span class="ansi-blue-fg">(.0)</span>
<span class="ansi-green-intense-fg ansi-bold"> 508</span> res <span class="ansi-blue-fg">=</span> evalPart<span class="ansi-blue-fg">(</span>ctx<span class="ansi-blue-fg">,</span> project<span class="ansi-blue-fg">.</span>p<span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 509</span>
<span class="ansi-green-fg">--&gt; 510</span><span class="ansi-red-fg"> </span><span class="ansi-green-fg">return</span> <span class="ansi-blue-fg">(</span>row<span class="ansi-blue-fg">.</span>project<span class="ansi-blue-fg">(</span>project<span class="ansi-blue-fg">.</span>PV<span class="ansi-blue-fg">)</span> <span class="ansi-green-fg">for</span> row <span class="ansi-green-fg">in</span> res<span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 511</span>
<span class="ansi-green-intense-fg ansi-bold"> 512</span>
<span class="ansi-green-fg">~/.local/lib/python3.9/site-packages/rdflib/plugins/sparql/evaluate.py</span> in <span class="ansi-cyan-fg">evalServiceQuery</span><span class="ansi-blue-fg">(ctx, part)</span>
<span class="ansi-green-intense-fg ansi-bold"> 323</span> )
<span class="ansi-green-intense-fg ansi-bold"> 324</span> <span class="ansi-green-fg">else</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-fg">--&gt; 325</span><span class="ansi-red-fg"> response = urlopen(
</span><span class="ansi-green-intense-fg ansi-bold"> 326</span> Request(
<span class="ansi-green-intense-fg ansi-bold"> 327</span> service_url<span class="ansi-blue-fg">,</span>
<span class="ansi-green-fg">/usr/lib/python3.9/urllib/request.py</span> in <span class="ansi-cyan-fg">urlopen</span><span class="ansi-blue-fg">(url, data, timeout, cafile, capath, cadefault, context)</span>
<span class="ansi-green-intense-fg ansi-bold"> 212</span> <span class="ansi-green-fg">else</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-intense-fg ansi-bold"> 213</span> opener <span class="ansi-blue-fg">=</span> _opener
<span class="ansi-green-fg">--&gt; 214</span><span class="ansi-red-fg"> </span><span class="ansi-green-fg">return</span> opener<span class="ansi-blue-fg">.</span>open<span class="ansi-blue-fg">(</span>url<span class="ansi-blue-fg">,</span> data<span class="ansi-blue-fg">,</span> timeout<span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 215</span>
<span class="ansi-green-intense-fg ansi-bold"> 216</span> <span class="ansi-green-fg">def</span> install_opener<span class="ansi-blue-fg">(</span>opener<span class="ansi-blue-fg">)</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-fg">/usr/lib/python3.9/urllib/request.py</span> in <span class="ansi-cyan-fg">open</span><span class="ansi-blue-fg">(self, fullurl, data, timeout)</span>
<span class="ansi-green-intense-fg ansi-bold"> 521</span> <span class="ansi-green-fg">for</span> processor <span class="ansi-green-fg">in</span> self<span class="ansi-blue-fg">.</span>process_response<span class="ansi-blue-fg">.</span>get<span class="ansi-blue-fg">(</span>protocol<span class="ansi-blue-fg">,</span> <span class="ansi-blue-fg">[</span><span class="ansi-blue-fg">]</span><span class="ansi-blue-fg">)</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-intense-fg ansi-bold"> 522</span> meth <span class="ansi-blue-fg">=</span> getattr<span class="ansi-blue-fg">(</span>processor<span class="ansi-blue-fg">,</span> meth_name<span class="ansi-blue-fg">)</span>
<span class="ansi-green-fg">--&gt; 523</span><span class="ansi-red-fg"> </span>response <span class="ansi-blue-fg">=</span> meth<span class="ansi-blue-fg">(</span>req<span class="ansi-blue-fg">,</span> response<span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 524</span>
<span class="ansi-green-intense-fg ansi-bold"> 525</span> <span class="ansi-green-fg">return</span> response
<span class="ansi-green-fg">/usr/lib/python3.9/urllib/request.py</span> in <span class="ansi-cyan-fg">http_response</span><span class="ansi-blue-fg">(self, request, response)</span>
<span class="ansi-green-intense-fg ansi-bold"> 630</span> <span class="ansi-red-fg"># request was successfully received, understood, and accepted.</span>
<span class="ansi-green-intense-fg ansi-bold"> 631</span> <span class="ansi-green-fg">if</span> <span class="ansi-green-fg">not</span> <span class="ansi-blue-fg">(</span><span class="ansi-cyan-fg">200</span> <span class="ansi-blue-fg">&lt;=</span> code <span class="ansi-blue-fg">&lt;</span> <span class="ansi-cyan-fg">300</span><span class="ansi-blue-fg">)</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-fg">--&gt; 632</span><span class="ansi-red-fg"> response = self.parent.error(
</span><span class="ansi-green-intense-fg ansi-bold"> 633</span> &#39;http&#39;, request, response, code, msg, hdrs)
<span class="ansi-green-intense-fg ansi-bold"> 634</span>
<span class="ansi-green-fg">/usr/lib/python3.9/urllib/request.py</span> in <span class="ansi-cyan-fg">error</span><span class="ansi-blue-fg">(self, proto, *args)</span>
<span class="ansi-green-intense-fg ansi-bold"> 559</span> <span class="ansi-green-fg">if</span> http_err<span class="ansi-blue-fg">:</span>
<span class="ansi-green-intense-fg ansi-bold"> 560</span> args <span class="ansi-blue-fg">=</span> <span class="ansi-blue-fg">(</span>dict<span class="ansi-blue-fg">,</span> <span class="ansi-blue-fg">&#39;default&#39;</span><span class="ansi-blue-fg">,</span> <span class="ansi-blue-fg">&#39;http_error_default&#39;</span><span class="ansi-blue-fg">)</span> <span class="ansi-blue-fg">+</span> orig_args
<span class="ansi-green-fg">--&gt; 561</span><span class="ansi-red-fg"> </span><span class="ansi-green-fg">return</span> self<span class="ansi-blue-fg">.</span>_call_chain<span class="ansi-blue-fg">(</span><span class="ansi-blue-fg">*</span>args<span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 562</span>
<span class="ansi-green-intense-fg ansi-bold"> 563</span> <span class="ansi-red-fg"># XXX probably also want an abstract factory that knows when it makes</span>
<span class="ansi-green-fg">/usr/lib/python3.9/urllib/request.py</span> in <span class="ansi-cyan-fg">_call_chain</span><span class="ansi-blue-fg">(self, chain, kind, meth_name, *args)</span>
<span class="ansi-green-intense-fg ansi-bold"> 492</span> <span class="ansi-green-fg">for</span> handler <span class="ansi-green-fg">in</span> handlers<span class="ansi-blue-fg">:</span>
<span class="ansi-green-intense-fg ansi-bold"> 493</span> func <span class="ansi-blue-fg">=</span> getattr<span class="ansi-blue-fg">(</span>handler<span class="ansi-blue-fg">,</span> meth_name<span class="ansi-blue-fg">)</span>
<span class="ansi-green-fg">--&gt; 494</span><span class="ansi-red-fg"> </span>result <span class="ansi-blue-fg">=</span> func<span class="ansi-blue-fg">(</span><span class="ansi-blue-fg">*</span>args<span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 495</span> <span class="ansi-green-fg">if</span> result <span class="ansi-green-fg">is</span> <span class="ansi-green-fg">not</span> <span class="ansi-green-fg">None</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-intense-fg ansi-bold"> 496</span> <span class="ansi-green-fg">return</span> result
<span class="ansi-green-fg">/usr/lib/python3.9/urllib/request.py</span> in <span class="ansi-cyan-fg">http_error_default</span><span class="ansi-blue-fg">(self, req, fp, code, msg, hdrs)</span>
<span class="ansi-green-intense-fg ansi-bold"> 639</span> <span class="ansi-green-fg">class</span> HTTPDefaultErrorHandler<span class="ansi-blue-fg">(</span>BaseHandler<span class="ansi-blue-fg">)</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-intense-fg ansi-bold"> 640</span> <span class="ansi-green-fg">def</span> http_error_default<span class="ansi-blue-fg">(</span>self<span class="ansi-blue-fg">,</span> req<span class="ansi-blue-fg">,</span> fp<span class="ansi-blue-fg">,</span> code<span class="ansi-blue-fg">,</span> msg<span class="ansi-blue-fg">,</span> hdrs<span class="ansi-blue-fg">)</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-fg">--&gt; 641</span><span class="ansi-red-fg"> </span><span class="ansi-green-fg">raise</span> HTTPError<span class="ansi-blue-fg">(</span>req<span class="ansi-blue-fg">.</span>full_url<span class="ansi-blue-fg">,</span> code<span class="ansi-blue-fg">,</span> msg<span class="ansi-blue-fg">,</span> hdrs<span class="ansi-blue-fg">,</span> fp<span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 642</span>
<span class="ansi-green-intense-fg ansi-bold"> 643</span> <span class="ansi-green-fg">class</span> HTTPRedirectHandler<span class="ansi-blue-fg">(</span>BaseHandler<span class="ansi-blue-fg">)</span><span class="ansi-blue-fg">:</span>
<span class="ansi-red-fg">HTTPError</span>: HTTP Error 500: Internal Server Error</pre>
</div>
</div>
</div>
</div>
</div>
<div class="jp-Cell jp-MarkdownCell jp-Notebook-cell">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput " data-mime-type="text/markdown">
<h2 id="Wikidata-module">Wikidata module<a class="anchor-link" href="#Wikidata-module">&#182;</a></h2><p><a href="https://pypi.org/project/Wikidata/">https://pypi.org/project/Wikidata/</a></p>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[8]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="o">!</span>pip3 install wikidata
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="text/plain">
<pre>Defaulting to user installation because normal site-packages is not writeable
Collecting wikidata
Downloading Wikidata-0.7.0-py3-none-any.whl (29 kB)
Installing collected packages: wikidata
Successfully installed wikidata-0.7.0
<span class="ansi-bold">[</span><span class="ansi-blue-fg">notice</span><span class="ansi-bold">]</span> A new release of pip available: <span class="ansi-red-fg">22.3</span> -&gt; <span class="ansi-green-fg">22.3.1</span>
<span class="ansi-bold">[</span><span class="ansi-blue-fg">notice</span><span class="ansi-bold">]</span> To update, run: <span class="ansi-green-fg">python3 -m pip install --upgrade pip</span>
</pre>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[10]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="kn">from</span> <span class="nn">wikidata.client</span> <span class="kn">import</span> <span class="n">Client</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[11]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">client</span> <span class="o">=</span> <span class="n">Client</span><span class="p">()</span> <span class="c1"># doctest: +SKIP</span>
<span class="n">entity</span> <span class="o">=</span> <span class="n">client</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s1">&#39;Q20145&#39;</span><span class="p">,</span> <span class="n">load</span><span class="o">=</span><span class="kc">True</span><span class="p">)</span>
<span class="n">entity</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt">Out[11]:</div>
<div class="jp-RenderedText jp-OutputArea-output jp-OutputArea-executeResult" data-mime-type="text/plain">
<pre>&lt;wikidata.entity.Entity Q20145 &#39;IU&#39;&gt;</pre>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[13]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="nb">print</span> <span class="p">(</span><span class="n">entity</span><span class="o">.</span><span class="n">description</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="text/plain">
<pre>South Korean singer and actress
</pre>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[15]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">image_prop</span> <span class="o">=</span> <span class="n">client</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s1">&#39;P18&#39;</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[16]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">image</span> <span class="o">=</span> <span class="n">entity</span><span class="p">[</span><span class="n">image_prop</span><span class="p">]</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[17]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">image</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt">Out[17]:</div>
<div class="jp-RenderedText jp-OutputArea-output jp-OutputArea-executeResult" data-mime-type="text/plain">
<pre>&lt;wikidata.commonsmedia.File &#39;File:IU at Broker stage greetings, 19 June 2022 01.jpg&#39;&gt;</pre>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[12]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="o">&lt;</span><span class="n">wikidata</span><span class="o">.</span><span class="n">commonsmedia</span><span class="o">.</span><span class="n">File</span> <span class="s1">&#39;File:KBS &quot;The Producers&quot; press conference, 11 May 2015 10.jpg&#39;</span><span class="o">&gt;</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[19]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">image</span><span class="o">.</span><span class="n">image_resolution</span>
<span class="p">(</span><span class="mi">820</span><span class="p">,</span> <span class="mi">1122</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt">Out[19]:</div>
<div class="jp-RenderedText jp-OutputArea-output jp-OutputArea-executeResult" data-mime-type="text/plain">
<pre>(820, 1122)</pre>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[20]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">image</span><span class="o">.</span><span class="n">image_url</span>
<span class="s1">&#39;https://upload.wikimedia.org/wikipedia/commons/6/60/KBS_%22The_Producers%22_press_conference%2C_11_May_2015_10.jpg&#39;</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt">Out[20]:</div>
<div class="jp-RenderedText jp-OutputArea-output jp-OutputArea-executeResult" data-mime-type="text/plain">
<pre>&#39;https://upload.wikimedia.org/wikipedia/commons/6/60/KBS_%22The_Producers%22_press_conference%2C_11_May_2015_10.jpg&#39;</pre>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[21]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="kn">from</span> <span class="nn">IPython.display</span> <span class="kn">import</span> <span class="n">Image</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[22]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">Image</span><span class="p">(</span><span class="n">url</span><span class="o">=</span><span class="n">image</span><span class="o">.</span><span class="n">image_url</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt">Out[22]:</div>
<div class="jp-RenderedHTMLCommon jp-RenderedHTML jp-OutputArea-output jp-OutputArea-executeResult" data-mime-type="text/html">
<img src="https://upload.wikimedia.org/wikipedia/commons/c/c7/IU_at_Broker_stage_greetings%2C_19_June_2022_01.jpg"/>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[24]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">made_from_material</span> <span class="o">=</span> <span class="n">client</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">&quot;P186&quot;</span><span class="p">,</span> <span class="n">load</span><span class="o">=</span><span class="kc">True</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[26]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="nb">print</span> <span class="p">(</span><span class="n">made_from_material</span><span class="o">.</span><span class="n">description</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="text/plain">
<pre>material the subject or the object is made of or derived from (do not confuse with P10672 which is used for processes)
</pre>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[30]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="k">for</span> <span class="n">i</span> <span class="ow">in</span> <span class="n">made_from_material</span><span class="p">:</span>
<span class="nb">print</span> <span class="p">(</span><span class="n">i</span><span class="o">.</span><span class="n">id</span><span class="p">,</span> <span class="n">i</span><span class="o">.</span><span class="n">description</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="text/plain">
<pre>P1629 item corresponding to the concept represented by the property
P1855 example where this Wikidata property is used; target item is one that would use this property, with qualifier the property being described given the associated value
P31 that class of which this subject is a particular example and member; different from P279 (subclass of); for example: K2 is an instance of mountain; volcano is a subclass of mountain (and an instance of volcanic landform)
P1659 used to indicate another property that might provide additional information about the subject
P2875 category tracking a Wikidata property in sister projects
P2236 all resources related by the property from external vocabularies are also related to this property
P3254 URL of the page (or page section) on which the creation of the property was discussed
P2302 constraint applicable to a Wikidata property
P1628 equivalent property in other ontologies (use in statements on properties, use property URI)
P3734 item for categories of pages with template parameter value same as Wikidata
P1647 all resources related by this property are also related by that property
P1282 OpenStreetMap tagging schema (a Key:key, Tag:key=value, Relation:type, or Role:role) for classes, properties, and values
P1813 short name of a place, organisation, person, journal, Wikidata property, etc.
P7087 item with label/aliases of the inverse relationship of a property
P2888 URL used to link two items or properties, indicating a high degree of confidence that the concepts can be used interchangeably
P2668 likelihood that statements with this property will change
</pre>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[32]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">made_from_material</span><span class="o">.</span><span class="n">data</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt">Out[32]:</div>
<div class="jp-RenderedText jp-OutputArea-output jp-OutputArea-executeResult" data-mime-type="text/plain">
<pre>{&#39;pageid&#39;: 5761313,
&#39;ns&#39;: 120,
&#39;title&#39;: &#39;Property:P186&#39;,
&#39;lastrevid&#39;: 1760910171,
&#39;modified&#39;: &#39;2022-10-30T04:00:42Z&#39;,
&#39;type&#39;: &#39;property&#39;,
&#39;datatype&#39;: &#39;wikibase-item&#39;,
&#39;id&#39;: &#39;P186&#39;,
&#39;labels&#39;: {&#39;fr&#39;: {&#39;language&#39;: &#39;fr&#39;, &#39;value&#39;: &#39;matériau&#39;},
&#39;en&#39;: {&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;made from material&#39;},
&#39;he&#39;: {&#39;language&#39;: &#39;he&#39;, &#39;value&#39;: &#39;עשוי מ&#39;},
&#39;de&#39;: {&#39;language&#39;: &#39;de&#39;, &#39;value&#39;: &#39;Material&#39;},
&#39;fa&#39;: {&#39;language&#39;: &#39;fa&#39;, &#39;value&#39;: &#39;مواد سازنده&#39;},
&#39;be&#39;: {&#39;language&#39;: &#39;be&#39;, &#39;value&#39;: &#39;матэрыял&#39;},
&#39;it&#39;: {&#39;language&#39;: &#39;it&#39;, &#39;value&#39;: &#39;materiale usato&#39;},
&#39;cs&#39;: {&#39;language&#39;: &#39;cs&#39;, &#39;value&#39;: &#39;použitý materiál&#39;},
&#39;ja&#39;: {&#39;language&#39;: &#39;ja&#39;, &#39;value&#39;: &#39;材料&#39;},
&#39;ru&#39;: {&#39;language&#39;: &#39;ru&#39;, &#39;value&#39;: &#39;сделано из&#39;},
&#39;pt&#39;: {&#39;language&#39;: &#39;pt&#39;, &#39;value&#39;: &#39;material utilizado&#39;},
&#39;nn&#39;: {&#39;language&#39;: &#39;nn&#39;, &#39;value&#39;: &#39;laga av&#39;},
&#39;ca&#39;: {&#39;language&#39;: &#39;ca&#39;, &#39;value&#39;: &#39;material utilitzat&#39;},
&#39;es&#39;: {&#39;language&#39;: &#39;es&#39;, &#39;value&#39;: &#39;material empleado&#39;},
&#39;uk&#39;: {&#39;language&#39;: &#39;uk&#39;, &#39;value&#39;: &#39;з матеріалу&#39;},
&#39;lv&#39;: {&#39;language&#39;: &#39;lv&#39;, &#39;value&#39;: &#39;materiāls&#39;},
&#39;nl&#39;: {&#39;language&#39;: &#39;nl&#39;, &#39;value&#39;: &#39;gebruikt materiaal&#39;},
&#39;zh-hans&#39;: {&#39;language&#39;: &#39;zh-hans&#39;, &#39;value&#39;: &#39;材料&#39;},
&#39;zh&#39;: {&#39;language&#39;: &#39;zh&#39;, &#39;value&#39;: &#39;材料&#39;},
&#39;zh-hant&#39;: {&#39;language&#39;: &#39;zh-hant&#39;, &#39;value&#39;: &#39;材料&#39;},
&#39;ko&#39;: {&#39;language&#39;: &#39;ko&#39;, &#39;value&#39;: &#39;사용된 재료&#39;},
&#39;fi&#39;: {&#39;language&#39;: &#39;fi&#39;, &#39;value&#39;: &#39;materiaali&#39;},
&#39;sr&#39;: {&#39;language&#39;: &#39;sr&#39;, &#39;value&#39;: &#39;коришћени материјал&#39;},
&#39;hu&#39;: {&#39;language&#39;: &#39;hu&#39;, &#39;value&#39;: &#39;anyag&#39;},
&#39;pl&#39;: {&#39;language&#39;: &#39;pl&#39;, &#39;value&#39;: &#39;materiał&#39;},
&#39;sv&#39;: {&#39;language&#39;: &#39;sv&#39;, &#39;value&#39;: &#39;huvudsakligt material&#39;},
&#39;af&#39;: {&#39;language&#39;: &#39;af&#39;, &#39;value&#39;: &#39;materiale gebruik&#39;},
&#39;el&#39;: {&#39;language&#39;: &#39;el&#39;, &#39;value&#39;: &#39;υλικό&#39;},
&#39;vi&#39;: {&#39;language&#39;: &#39;vi&#39;, &#39;value&#39;: &#39;chất liệu&#39;},
&#39;da&#39;: {&#39;language&#39;: &#39;da&#39;, &#39;value&#39;: &#39;anvendt materiale&#39;},
&#39;nds&#39;: {&#39;language&#39;: &#39;nds&#39;, &#39;value&#39;: &#39;bruukt Material&#39;},
&#39;ro&#39;: {&#39;language&#39;: &#39;ro&#39;, &#39;value&#39;: &#39;material folosit&#39;},
&#39;bs&#39;: {&#39;language&#39;: &#39;bs&#39;, &#39;value&#39;: &#39;korišten materijal&#39;},
&#39;ka&#39;: {&#39;language&#39;: &#39;ka&#39;, &#39;value&#39;: &#39;გამოყენებული მასალა&#39;},
&#39;mk&#39;: {&#39;language&#39;: &#39;mk&#39;, &#39;value&#39;: &#39;употребен материјал&#39;},
&#39;en-gb&#39;: {&#39;language&#39;: &#39;en-gb&#39;, &#39;value&#39;: &#39;material used&#39;},
&#39;ms&#39;: {&#39;language&#39;: &#39;ms&#39;, &#39;value&#39;: &#39;dibuat daripada bahan&#39;},
&#39;pt-br&#39;: {&#39;language&#39;: &#39;pt-br&#39;, &#39;value&#39;: &#39;material utilizado&#39;},
&#39;be-tarask&#39;: {&#39;language&#39;: &#39;be-tarask&#39;, &#39;value&#39;: &#39;матэрыял&#39;},
&#39;nb&#39;: {&#39;language&#39;: &#39;nb&#39;, &#39;value&#39;: &#39;materiale&#39;},
&#39;oc&#39;: {&#39;language&#39;: &#39;oc&#39;, &#39;value&#39;: &#39;material&#39;},
&#39;lb&#39;: {&#39;language&#39;: &#39;lb&#39;, &#39;value&#39;: &#39;benotzt Material&#39;},
&#39;sco&#39;: {&#39;language&#39;: &#39;sco&#39;, &#39;value&#39;: &#39;material uised&#39;},
&#39;zh-hk&#39;: {&#39;language&#39;: &#39;zh-hk&#39;, &#39;value&#39;: &#39;材料&#39;},
&#39;te&#39;: {&#39;language&#39;: &#39;te&#39;, &#39;value&#39;: &#39;వాడిన సామాగ్రి&#39;},
&#39;sr-ec&#39;: {&#39;language&#39;: &#39;sr-ec&#39;, &#39;value&#39;: &#39;корићени материјал&#39;},
&#39;sr-el&#39;: {&#39;language&#39;: &#39;sr-el&#39;, &#39;value&#39;: &#39;korićeni materijal&#39;},
&#39;id&#39;: {&#39;language&#39;: &#39;id&#39;, &#39;value&#39;: &#39;bahan yang digunakan&#39;},
&#39;hr&#39;: {&#39;language&#39;: &#39;hr&#39;, &#39;value&#39;: &#39;materijal&#39;},
&#39;ia&#39;: {&#39;language&#39;: &#39;ia&#39;, &#39;value&#39;: &#39;material usate&#39;},
&#39;scn&#39;: {&#39;language&#39;: &#39;scn&#39;, &#39;value&#39;: &#39;fattu di&#39;},
&#39;sl&#39;: {&#39;language&#39;: &#39;sl&#39;, &#39;value&#39;: &#39;material&#39;},
&#39;eu&#39;: {&#39;language&#39;: &#39;eu&#39;, &#39;value&#39;: &#39;erabilitako materiala(k)&#39;},
&#39;cy&#39;: {&#39;language&#39;: &#39;cy&#39;, &#39;value&#39;: &#39;deunydd&#39;},
&#39;eo&#39;: {&#39;language&#39;: &#39;eo&#39;, &#39;value&#39;: &#39;uzita materialo&#39;},
&#39;ar&#39;: {&#39;language&#39;: &#39;ar&#39;, &#39;value&#39;: &#39;المواد المستخدمة&#39;},
&#39;bg&#39;: {&#39;language&#39;: &#39;bg&#39;, &#39;value&#39;: &#39;материал&#39;},
&#39;ta&#39;: {&#39;language&#39;: &#39;ta&#39;, &#39;value&#39;: &#39;பயன்படுத்திய பொருள்&#39;},
&#39;lt&#39;: {&#39;language&#39;: &#39;lt&#39;, &#39;value&#39;: &#39;naudota medžiaga&#39;},
&#39;or&#39;: {&#39;language&#39;: &#39;or&#39;, &#39;value&#39;: &#39;ବ୍ୟବହୃତ ସାମଗ୍ରୀ&#39;},
&#39;bn&#39;: {&#39;language&#39;: &#39;bn&#39;, &#39;value&#39;: &#39;ব্যবহৃত উপাদান&#39;},
&#39;et&#39;: {&#39;language&#39;: &#39;et&#39;, &#39;value&#39;: &#39;kasutatud materjal&#39;},
&#39;zh-mo&#39;: {&#39;language&#39;: &#39;zh-mo&#39;, &#39;value&#39;: &#39;材料&#39;},
&#39;zh-cn&#39;: {&#39;language&#39;: &#39;zh-cn&#39;, &#39;value&#39;: &#39;材料&#39;},
&#39;zh-my&#39;: {&#39;language&#39;: &#39;zh-my&#39;, &#39;value&#39;: &#39;材料&#39;},
&#39;zh-sg&#39;: {&#39;language&#39;: &#39;zh-sg&#39;, &#39;value&#39;: &#39;材料&#39;},
&#39;zh-tw&#39;: {&#39;language&#39;: &#39;zh-tw&#39;, &#39;value&#39;: &#39;材料&#39;},
&#39;hy&#39;: {&#39;language&#39;: &#39;hy&#39;, &#39;value&#39;: &#39;նյութ&#39;},
&#39;la&#39;: {&#39;language&#39;: &#39;la&#39;, &#39;value&#39;: &#39;materia&#39;},
&#39;tg&#39;: {&#39;language&#39;: &#39;tg&#39;, &#39;value&#39;: &#39;маводди созанда&#39;},
&#39;yo&#39;: {&#39;language&#39;: &#39;yo&#39;, &#39;value&#39;: &#39;Àwon ohun èlò tí alò&#39;},
&#39;tr&#39;: {&#39;language&#39;: &#39;tr&#39;, &#39;value&#39;: &#39;üretildiği malzeme&#39;},
&#39;ba&#39;: {&#39;language&#39;: &#39;ba&#39;, &#39;value&#39;: &#39;барлыҡҡа килгән, эшләнгән&#39;},
&#39;gl&#39;: {&#39;language&#39;: &#39;gl&#39;, &#39;value&#39;: &#39;material usado&#39;},
&#39;tt&#39;: {&#39;language&#39;: &#39;tt&#39;, &#39;value&#39;: &#39;материал төре&#39;},
&#39;ast&#39;: {&#39;language&#39;: &#39;ast&#39;, &#39;value&#39;: &#39;material utilizáu&#39;},
&#39;ml&#39;: {&#39;language&#39;: &#39;ml&#39;, &#39;value&#39;: &#39;ഉപയോഗിച്ചിരിക്കുന്ന പദാർത്ഥം&#39;},
&#39;frr&#39;: {&#39;language&#39;: &#39;frr&#39;, &#39;value&#39;: &#39;Materiool&#39;},
&#39;ce&#39;: {&#39;language&#39;: &#39;ce&#39;, &#39;value&#39;: &#39;йина&#39;},
&#39;mr&#39;: {&#39;language&#39;: &#39;mr&#39;, &#39;value&#39;: &#39;वापरलेली सामग्री&#39;},
&#39;sq&#39;: {&#39;language&#39;: &#39;sq&#39;, &#39;value&#39;: &#39;materiali i përdorur&#39;},
&#39;hsb&#39;: {&#39;language&#39;: &#39;hsb&#39;, &#39;value&#39;: &#39;maćizna&#39;},
&#39;az&#39;: {&#39;language&#39;: &#39;az&#39;, &#39;value&#39;: &#39;material&#39;},
&#39;ur&#39;: {&#39;language&#39;: &#39;ur&#39;, &#39;value&#39;: &#39;ساختہ از&#39;},
&#39;ga&#39;: {&#39;language&#39;: &#39;ga&#39;, &#39;value&#39;: &#39;déanta as&#39;},
&#39;gu&#39;: {&#39;language&#39;: &#39;gu&#39;, &#39;value&#39;: &#39;વપરાયેલ પદાર્થો&#39;},
&#39;nqo&#39;: {&#39;language&#39;: &#39;nqo&#39;, &#39;value&#39;: &#39;ߓߎ߲ߓߎ߲߫ ߠߊߓߊ߯ߙߊߣߍ߲&#39;},
&#39;sh&#39;: {&#39;language&#39;: &#39;sh&#39;, &#39;value&#39;: &#39;materijal&#39;},
&#39;ckb&#39;: {&#39;language&#39;: &#39;ckb&#39;, &#39;value&#39;: &#39;ماددەی بەکارھاتوو&#39;},
&#39;diq&#39;: {&#39;language&#39;: &#39;diq&#39;, &#39;value&#39;: &#39;Çıçi ra vıraziyeno&#39;},
&#39;br&#39;: {&#39;language&#39;: &#39;br&#39;, &#39;value&#39;: &#39;danvez implijet&#39;},
&#39;th&#39;: {&#39;language&#39;: &#39;th&#39;, &#39;value&#39;: &#39;วัสดุที่ใช้&#39;},
&#39;ha&#39;: {&#39;language&#39;: &#39;ha&#39;, &#39;value&#39;: &#39;kayan haɗi&#39;},
&#39;kab&#39;: {&#39;language&#39;: &#39;kab&#39;, &#39;value&#39;: &#39;tinegwa&#39;},
&#39;ms-arab&#39;: {&#39;language&#39;: &#39;ms-arab&#39;, &#39;value&#39;: &#39;دبوات درڤد باهن&#39;},
&#39;vec&#39;: {&#39;language&#39;: &#39;vec&#39;, &#39;value&#39;: &#39;materiałe&#39;},
&#39;ban&#39;: {&#39;language&#39;: &#39;ban&#39;, &#39;value&#39;: &#39;malakar saking&#39;},
&#39;sk&#39;: {&#39;language&#39;: &#39;sk&#39;, &#39;value&#39;: &#39;použitý materiál&#39;},
&#39;ks&#39;: {&#39;language&#39;: &#39;ks&#39;, &#39;value&#39;: &#39;تَخلیٖقی مَواد&#39;},
&#39;kw&#39;: {&#39;language&#39;: &#39;kw&#39;, &#39;value&#39;: &#39;gwrys a&#39;},
&#39;ig&#39;: {&#39;language&#39;: &#39;ig&#39;, &#39;value&#39;: &#39;Ihe ejị mee ya&#39;},
&#39;yue&#39;: {&#39;language&#39;: &#39;yue&#39;, &#39;value&#39;: &#39;材料&#39;}},
&#39;descriptions&#39;: {&#39;fr&#39;: {&#39;language&#39;: &#39;fr&#39;,
&#39;value&#39;: &#34;matériau dont est constitué le sujet ou l&#39;objet (ne pas confondre avec P10672 qui est utilisé pour les processus)&#34;},
&#39;en&#39;: {&#39;language&#39;: &#39;en&#39;,
&#39;value&#39;: &#39;material the subject or the object is made of or derived from (do not confuse with P10672 which is used for processes)&#39;},
&#39;he&#39;: {&#39;language&#39;: &#39;he&#39;, &#39;value&#39;: &#39;החומרים מהם הנושא מורכב&#39;},
&#39;de&#39;: {&#39;language&#39;: &#39;de&#39;,
&#39;value&#39;: &#39;Stoff, aus dem das Objekt besteht oder gefertigt wurde (nicht zu verwechseln mit P10672, das für Prozesse verwendet wird)&#39;},
&#39;it&#39;: {&#39;language&#39;: &#39;it&#39;,
&#39;value&#39;: &#34;materiale di cui è costituito l&#39;elemento (non confondere con P10672 che è usato per i processi)&#34;},
&#39;ca&#39;: {&#39;language&#39;: &#39;ca&#39;, &#39;value&#39;: &#34;material de què està fet l&#39;element&#34;},
&#39;es&#39;: {&#39;language&#39;: &#39;es&#39;,
&#39;value&#39;: &#39;material del que está hecho o deriva el elemento (no confundir con P10672 que se utiliza para los procesos)&#39;},
&#39;lv&#39;: {&#39;language&#39;: &#39;lv&#39;, &#39;value&#39;: &#39;izmantotais materiāls&#39;},
&#39;fi&#39;: {&#39;language&#39;: &#39;fi&#39;, &#39;value&#39;: &#39;materiaali, josta kohde koostuu&#39;},
&#39;fa&#39;: {&#39;language&#39;: &#39;fa&#39;,
&#39;value&#39;: &#39;موادی که آیتم مو رد نظر از آن\u200cها ساخته شده است&#39;},
&#39;pl&#39;: {&#39;language&#39;: &#39;pl&#39;,
&#39;value&#39;: &#39;materiał, z którego coś się składa lub z którego coś wykonano&#39;},
&#39;el&#39;: {&#39;language&#39;: &#39;el&#39;,
&#39;value&#39;: &#39;υλικό με το οποίο είναι φτιαγμένο το αντικέιμενο&#39;},
&#39;ru&#39;: {&#39;language&#39;: &#39;ru&#39;, &#39;value&#39;: &#39;материал, из которого сделан объект&#39;},
&#39;ro&#39;: {&#39;language&#39;: &#39;ro&#39;,
&#39;value&#39;: &#39;materialul din care este constituit subiectul&#39;},
&#39;ja&#39;: {&#39;language&#39;: &#39;ja&#39;, &#39;value&#39;: &#39;主題のものごと(絵画、建築物、文化財、食品等)に用いられている材料&#39;},
&#39;pt&#39;: {&#39;language&#39;: &#39;pt&#39;, &#39;value&#39;: &#39;material de que o item é feito&#39;},
&#39;hu&#39;: {&#39;language&#39;: &#39;hu&#39;,
&#39;value&#39;: &#39;az anyag, amiből az illető dolog készült&#39;},
&#39;da&#39;: {&#39;language&#39;: &#39;da&#39;, &#39;value&#39;: &#39;det materiale, subjektet er lavet af&#39;},
&#39;en-gb&#39;: {&#39;language&#39;: &#39;en-gb&#39;,
&#39;value&#39;: &#39;material the subject is made of or derived from&#39;},
&#39;nl&#39;: {&#39;language&#39;: &#39;nl&#39;,
&#39;value&#39;: &#39;materiaal waarvan het onderwerp is gemaakt (niet verwarren met P10672 dat gebruikt wordt voor processen)&#39;},
&#39;hr&#39;: {&#39;language&#39;: &#39;hr&#39;,
&#39;value&#39;: &#39;materijal od kojega je objekt napravljen&#39;},
&#39;nb&#39;: {&#39;language&#39;: &#39;nb&#39;, &#39;value&#39;: &#39;materiale som elementet er laget av&#39;},
&#39;scn&#39;: {&#39;language&#39;: &#39;scn&#39;,
&#39;value&#39;: &#39;lu matiriali dû quali è fattu stu suggettu&#39;},
&#39;sl&#39;: {&#39;language&#39;: &#39;sl&#39;, &#39;value&#39;: &#39;material, iz katerega je nekaj narejeno&#39;},
&#39;eu&#39;: {&#39;language&#39;: &#39;eu&#39;,
&#39;value&#39;: &#39;Elementua egiteko erabilitako materialak&#39;},
&#39;ko&#39;: {&#39;language&#39;: &#39;ko&#39;, &#39;value&#39;: &#39;주제를 만든 재료&#39;},
&#39;zh&#39;: {&#39;language&#39;: &#39;zh&#39;, &#39;value&#39;: &#39;制品所使用的材料&#39;},
&#39;sv&#39;: {&#39;language&#39;: &#39;sv&#39;,
&#39;value&#39;: &#39;det material som subjektet är tillverkat av&#39;},
&#39;bg&#39;: {&#39;language&#39;: &#39;bg&#39;, &#39;value&#39;: &#39;материал, от който е изготвен обекта&#39;},
&#39;bn&#39;: {&#39;language&#39;: &#39;bn&#39;, &#39;value&#39;: &#39;বিষয় যে উপাদান তৈরি বা থেকে প্রাপ্ত&#39;},
&#39;zh-mo&#39;: {&#39;language&#39;: &#39;zh-mo&#39;, &#39;value&#39;: &#39;製品所使用的材料&#39;},
&#39;zh-cn&#39;: {&#39;language&#39;: &#39;zh-cn&#39;, &#39;value&#39;: &#39;製品所使用的材料&#39;},
&#39;zh-hans&#39;: {&#39;language&#39;: &#39;zh-hans&#39;, &#39;value&#39;: &#39;制品所使用的材料&#39;},
&#39;zh-hant&#39;: {&#39;language&#39;: &#39;zh-hant&#39;, &#39;value&#39;: &#39;製品所使用的材料&#39;},
&#39;zh-hk&#39;: {&#39;language&#39;: &#39;zh-hk&#39;, &#39;value&#39;: &#39;製品所使用的材料&#39;},
&#39;zh-my&#39;: {&#39;language&#39;: &#39;zh-my&#39;, &#39;value&#39;: &#39;制品所使用的材料&#39;},
&#39;zh-sg&#39;: {&#39;language&#39;: &#39;zh-sg&#39;, &#39;value&#39;: &#39;制品所使用的材料&#39;},
&#39;zh-tw&#39;: {&#39;language&#39;: &#39;zh-tw&#39;, &#39;value&#39;: &#39;製品所使用的材料&#39;},
&#39;uk&#39;: {&#39;language&#39;: &#39;uk&#39;,
&#39;value&#39;: &#34;матеріал, з якого зроблено, чи з якого походить об&#39;єкт&#34;},
&#39;te&#39;: {&#39;language&#39;: &#39;te&#39;, &#39;value&#39;: &#39;నిర్మించబడటానికి వాడిన సామాగ్రి&#39;},
&#39;tr&#39;: {&#39;language&#39;: &#39;tr&#39;,
&#39;value&#39;: &#39;materyalin konusu veya türetildiği malzeme&#39;},
&#39;ba&#39;: {&#39;language&#39;: &#39;ba&#39;, &#39;value&#39;: &#39;объект эшләнгән материал&#39;},
&#39;ar&#39;: {&#39;language&#39;: &#39;ar&#39;, &#39;value&#39;: &#39;المواد المصنوع منها أو الناتج عنها&#39;},
&#39;gl&#39;: {&#39;language&#39;: &#39;gl&#39;,
&#39;value&#39;: &#39;material do que está feito ou deriva o elemento&#39;},
&#39;tt&#39;: {&#39;language&#39;: &#39;tt&#39;, &#39;value&#39;: &#39;объект эшләнгән материал&#39;},
&#39;ast&#39;: {&#39;language&#39;: &#39;ast&#39;,
&#39;value&#39;: &#34;material del que ta fechu o deriva l&#39;elementu&#34;},
&#39;ml&#39;: {&#39;language&#39;: &#39;ml&#39;,
&#39;value&#39;: &#39;നിർമ്മിക്കാൻ അല്ലെങ്കിൽ ഉല്പാദിപ്പിക്കാൻ ഉപയോഗിച്ച പദാർത്ഥം&#39;},
&#39;be-tarask&#39;: {&#39;language&#39;: &#39;be-tarask&#39;,
&#39;value&#39;: &#39;матэрыял, зь якога зроблены ці паходзіць прадмет&#39;},
&#39;hsb&#39;: {&#39;language&#39;: &#39;hsb&#39;, &#39;value&#39;: &#39;maćizna, z kotrejež objekt wobsteji&#39;},
&#39;nqo&#39;: {&#39;language&#39;: &#39;nqo&#39;,
&#39;value&#39;: &#39;ߝߋ߲ ߘߊ߲߫ ߣߍ߲߫ ߦߋ߫ ߓߐ߰ߓߐ ߡߍ߲ ߘߐ߫ ߥߟߴߊ߬ ߓߐߣߍ߲߫ ߦߋ߫ ߡߍ߲ ߘߐ߫&#39;},
&#39;sh&#39;: {&#39;language&#39;: &#39;sh&#39;, &#39;value&#39;: &#39;materijal od kojeg je objekt napravljen&#39;},
&#39;id&#39;: {&#39;language&#39;: &#39;id&#39;,
&#39;value&#39;: &#39;bahan atau material yang digunakan untuk membuat subjek&#39;},
&#39;cs&#39;: {&#39;language&#39;: &#39;cs&#39;,
&#39;value&#39;: &#39;materiál, ze kterého je objekt složen či ze kterého byl vyroben&#39;}},
&#39;aliases&#39;: {&#39;en&#39;: [{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;medium&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;made from&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;constructed from&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;constructed out of&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;construction material&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;media&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;built from&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;built out of&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;manufactured from&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;manufactured out of&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;crafted from&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;crafted out of&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;formed from&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;formed out of&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;made of&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;ore&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;source material&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;raw material&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;feedstock&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;reactant&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;ingredient&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;ingredients&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;made in&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;be made in&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;material used&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;made of material&#39;}],
&#39;nn&#39;: [{&#39;language&#39;: &#39;nn&#39;, &#39;value&#39;: &#39;råmateriale&#39;},
{&#39;language&#39;: &#39;nn&#39;, &#39;value&#39;: &#39;råemne&#39;},
{&#39;language&#39;: &#39;nn&#39;, &#39;value&#39;: &#39;råstoff&#39;}],
&#39;es&#39;: [{&#39;language&#39;: &#39;es&#39;, &#39;value&#39;: &#39;material&#39;},
{&#39;language&#39;: &#39;es&#39;, &#39;value&#39;: &#39;material usado&#39;}],
&#39;fa&#39;: [{&#39;language&#39;: &#39;fa&#39;, &#39;value&#39;: &#39;مواد به کار رفته&#39;},
{&#39;language&#39;: &#39;fa&#39;, &#39;value&#39;: &#39;از جنسِ&#39;},
{&#39;language&#39;: &#39;fa&#39;, &#39;value&#39;: &#39;ترکیبات&#39;},
{&#39;language&#39;: &#39;fa&#39;, &#39;value&#39;: &#39;ساخته شده با&#39;}],
&#39;ru&#39;: [{&#39;language&#39;: &#39;ru&#39;, &#39;value&#39;: &#39;материал&#39;},
{&#39;language&#39;: &#39;ru&#39;, &#39;value&#39;: &#39;сделаны из&#39;},
{&#39;language&#39;: &#39;ru&#39;, &#39;value&#39;: &#39;сделан из&#39;},
{&#39;language&#39;: &#39;ru&#39;, &#39;value&#39;: &#39;сделана из&#39;},
{&#39;language&#39;: &#39;ru&#39;, &#39;value&#39;: &#39;изготовлено из&#39;},
{&#39;language&#39;: &#39;ru&#39;, &#39;value&#39;: &#39;состоит из&#39;}],
&#39;de&#39;: [{&#39;language&#39;: &#39;de&#39;, &#39;value&#39;: &#39;gemacht aus&#39;},
{&#39;language&#39;: &#39;de&#39;, &#39;value&#39;: &#39;Stoff&#39;},
{&#39;language&#39;: &#39;de&#39;, &#39;value&#39;: &#39;Zutaten&#39;},
{&#39;language&#39;: &#39;de&#39;, &#39;value&#39;: &#39;Zutat&#39;},
{&#39;language&#39;: &#39;de&#39;, &#39;value&#39;: &#39;besteht aus&#39;},
{&#39;language&#39;: &#39;de&#39;, &#39;value&#39;: &#39;Materialien&#39;},
{&#39;language&#39;: &#39;de&#39;, &#39;value&#39;: &#39;Stoffe&#39;},
{&#39;language&#39;: &#39;de&#39;, &#39;value&#39;: &#39;hergestellt aus&#39;},
{&#39;language&#39;: &#39;de&#39;, &#39;value&#39;: &#39;gefertigt aus&#39;},
{&#39;language&#39;: &#39;de&#39;, &#39;value&#39;: &#39;Baustoff&#39;},
{&#39;language&#39;: &#39;de&#39;, &#39;value&#39;: &#39;Baumaterial&#39;},
{&#39;language&#39;: &#39;de&#39;, &#39;value&#39;: &#39;verwendetes Material&#39;},
{&#39;language&#39;: &#39;de&#39;, &#39;value&#39;: &#39;Edukt&#39;},
{&#39;language&#39;: &#39;de&#39;, &#39;value&#39;: &#39;Rohstoff&#39;},
{&#39;language&#39;: &#39;de&#39;, &#39;value&#39;: &#39;Ausgangsmaterial&#39;}],
&#39;zh-hk&#39;: [{&#39;language&#39;: &#39;zh-hk&#39;, &#39;value&#39;: &#39;所用物料&#39;}],
&#39;nl&#39;: [{&#39;language&#39;: &#39;nl&#39;, &#39;value&#39;: &#39;bouwmateriaal&#39;},
{&#39;language&#39;: &#39;nl&#39;, &#39;value&#39;: &#39;materiaal&#39;},
{&#39;language&#39;: &#39;nl&#39;, &#39;value&#39;: &#39;gemaakt van&#39;},
{&#39;language&#39;: &#39;nl&#39;, &#39;value&#39;: &#39;grondstof&#39;},
{&#39;language&#39;: &#39;nl&#39;, &#39;value&#39;: &#39;ingrediënt&#39;},
{&#39;language&#39;: &#39;nl&#39;, &#39;value&#39;: &#39;gebruikte grondstof&#39;},
{&#39;language&#39;: &#39;nl&#39;, &#39;value&#39;: &#39;ingrediënten&#39;}],
&#39;scn&#39;: [{&#39;language&#39;: &#39;scn&#39;, &#39;value&#39;: &#39;matiriali&#39;}],
&#39;sl&#39;: [{&#39;language&#39;: &#39;sl&#39;, &#39;value&#39;: &#39;gradivo&#39;},
{&#39;language&#39;: &#39;sl&#39;, &#39;value&#39;: &#39;snov&#39;}],
&#39;ja&#39;: [{&#39;language&#39;: &#39;ja&#39;, &#39;value&#39;: &#39;素材&#39;},
{&#39;language&#39;: &#39;ja&#39;, &#39;value&#39;: &#39;資材&#39;},
{&#39;language&#39;: &#39;ja&#39;, &#39;value&#39;: &#39;原材料&#39;},
{&#39;language&#39;: &#39;ja&#39;, &#39;value&#39;: &#39;構成物質&#39;},
{&#39;language&#39;: &#39;ja&#39;, &#39;value&#39;: &#39;画材&#39;},
{&#39;language&#39;: &#39;ja&#39;, &#39;value&#39;: &#39;食材&#39;},
{&#39;language&#39;: &#39;ja&#39;, &#39;value&#39;: &#39;建築資材&#39;},
{&#39;language&#39;: &#39;ja&#39;, &#39;value&#39;: &#39;建築材料&#39;},
{&#39;language&#39;: &#39;ja&#39;, &#39;value&#39;: &#39;材質&#39;}],
&#39;he&#39;: [{&#39;language&#39;: &#39;he&#39;, &#39;value&#39;: &#39;מורכב מ&#39;},
{&#39;language&#39;: &#39;he&#39;, &#39;value&#39;: &#39;מרכיבים&#39;},
{&#39;language&#39;: &#39;he&#39;, &#39;value&#39;: &#39;בנוי מ&#39;},
{&#39;language&#39;: &#39;he&#39;, &#39;value&#39;: &#39;חלקים&#39;}],
&#39;nb&#39;: [{&#39;language&#39;: &#39;nb&#39;, &#39;value&#39;: &#39;laget av&#39;},
{&#39;language&#39;: &#39;nb&#39;, &#39;value&#39;: &#39;lagd av&#39;},
{&#39;language&#39;: &#39;nb&#39;, &#39;value&#39;: &#39;stoff&#39;},
{&#39;language&#39;: &#39;nb&#39;, &#39;value&#39;: &#39;består av&#39;},
{&#39;language&#39;: &#39;nb&#39;, &#39;value&#39;: &#39;materiell&#39;},
{&#39;language&#39;: &#39;nb&#39;, &#39;value&#39;: &#39;råstoff&#39;},
{&#39;language&#39;: &#39;nb&#39;, &#39;value&#39;: &#39;råmateriale&#39;}],
&#39;ko&#39;: [{&#39;language&#39;: &#39;ko&#39;, &#39;value&#39;: &#39;재료&#39;},
{&#39;language&#39;: &#39;ko&#39;, &#39;value&#39;: &#39;사용재료&#39;},
{&#39;language&#39;: &#39;ko&#39;, &#39;value&#39;: &#39;사용한 재료&#39;}],
&#39;cy&#39;: [{&#39;language&#39;: &#39;cy&#39;, &#39;value&#39;: &#39;defnydd&#39;}],
&#39;zh&#39;: [{&#39;language&#39;: &#39;zh&#39;, &#39;value&#39;: &#39;材料&#39;},
{&#39;language&#39;: &#39;zh&#39;, &#39;value&#39;: &#39;使用材料&#39;},
{&#39;language&#39;: &#39;zh&#39;, &#39;value&#39;: &#39;成分&#39;}],
&#39;bn&#39;: [{&#39;language&#39;: &#39;bn&#39;, &#39;value&#39;: &#39;থেকে তৈরি&#39;},
{&#39;language&#39;: &#39;bn&#39;, &#39;value&#39;: &#39;থেকে নির্মাণ&#39;},
{&#39;language&#39;: &#39;bn&#39;, &#39;value&#39;: &#39;নির্মাণ উপাদান&#39;},
{&#39;language&#39;: &#39;bn&#39;, &#39;value&#39;: &#39;থেকে উত্পাদিত&#39;},
{&#39;language&#39;: &#39;bn&#39;, &#39;value&#39;: &#39;উৎস উপাদান&#39;},
{&#39;language&#39;: &#39;bn&#39;, &#39;value&#39;: &#39;কাঁচা মাল&#39;},
{&#39;language&#39;: &#39;bn&#39;, &#39;value&#39;: &#39;উপাদান&#39;}],
&#39;uk&#39;: [{&#39;language&#39;: &#39;uk&#39;, &#39;value&#39;: &#39;матеріал:&#39;}],
&#39;ar&#39;: [{&#39;language&#39;: &#39;ar&#39;, &#39;value&#39;: &#39;مواد مستخدمة&#39;}],
&#39;pl&#39;: [{&#39;language&#39;: &#39;pl&#39;, &#39;value&#39;: &#39;surowiec&#39;},
{&#39;language&#39;: &#39;pl&#39;, &#39;value&#39;: &#39;zrobione z&#39;},
{&#39;language&#39;: &#39;pl&#39;, &#39;value&#39;: &#39;medium&#39;},
{&#39;language&#39;: &#39;pl&#39;, &#39;value&#39;: &#39;zbudowane z&#39;}],
&#39;fr&#39;: [{&#39;language&#39;: &#39;fr&#39;, &#39;value&#39;: &#39;composé de&#39;},
{&#39;language&#39;: &#39;fr&#39;, &#39;value&#39;: &#39;fait de&#39;},
{&#39;language&#39;: &#39;fr&#39;, &#39;value&#39;: &#39;matériau de construction&#39;},
{&#39;language&#39;: &#39;fr&#39;, &#39;value&#39;: &#39;matériaux&#39;},
{&#39;language&#39;: &#39;fr&#39;, &#39;value&#39;: &#39;construit à partir de&#39;},
{&#39;language&#39;: &#39;fr&#39;, &#39;value&#39;: &#39;fabriqué à partir de&#39;},
{&#39;language&#39;: &#39;fr&#39;, &#39;value&#39;: &#39;matière&#39;},
{&#39;language&#39;: &#39;fr&#39;, &#39;value&#39;: &#39;composant&#39;},
{&#39;language&#39;: &#39;fr&#39;, &#39;value&#39;: &#39;élément&#39;},
{&#39;language&#39;: &#39;fr&#39;, &#39;value&#39;: &#39;substance&#39;},
{&#39;language&#39;: &#39;fr&#39;, &#39;value&#39;: &#39;support&#39;}],
&#39;te&#39;: [{&#39;language&#39;: &#39;te&#39;, &#39;value&#39;: &#39;నుండి తయారు నుండి నిర్మించబడింది&#39;}],
&#39;yo&#39;: [{&#39;language&#39;: &#39;yo&#39;, &#39;value&#39;: &#39;Àwon ohun èlò&#39;},
{&#39;language&#39;: &#39;yo&#39;, &#39;value&#39;: &#39;Ohun èlò&#39;},
{&#39;language&#39;: &#39;yo&#39;, &#39;value&#39;: &#39;Èròjà&#39;},
{&#39;language&#39;: &#39;yo&#39;, &#39;value&#39;: &#39;Àwon èròjà&#39;}],
&#39;it&#39;: [{&#39;language&#39;: &#39;it&#39;, &#39;value&#39;: &#39;ingredienti&#39;},
{&#39;language&#39;: &#39;it&#39;, &#39;value&#39;: &#39;fatto di&#39;},
{&#39;language&#39;: &#39;it&#39;, &#39;value&#39;: &#39;costruito con&#39;},
{&#39;language&#39;: &#39;it&#39;, &#39;value&#39;: &#39;ricavato da&#39;},
{&#39;language&#39;: &#39;it&#39;, &#39;value&#39;: &#39;scolpito ne&#39;},
{&#39;language&#39;: &#39;it&#39;, &#39;value&#39;: &#39;reagente&#39;},
{&#39;language&#39;: &#39;it&#39;, &#39;value&#39;: &#39;contiene&#39;},
{&#39;language&#39;: &#39;it&#39;, &#39;value&#39;: &#39;manufatto&#39;}],
&#39;gl&#39;: [{&#39;language&#39;: &#39;gl&#39;, &#39;value&#39;: &#39;material&#39;}],
&#39;tr&#39;: [{&#39;language&#39;: &#39;tr&#39;, &#39;value&#39;: &#39;imal edilmiştir&#39;},
{&#39;language&#39;: &#39;tr&#39;, &#39;value&#39;: &#39;üretildiği madde&#39;},
{&#39;language&#39;: &#39;tr&#39;, &#39;value&#39;: &#39;hazırlandığı&#39;},
{&#39;language&#39;: &#39;tr&#39;, &#39;value&#39;: &#39;oluşturan&#39;},
{&#39;language&#39;: &#39;tr&#39;, &#39;value&#39;: &#39;kullanılan materyal&#39;},
{&#39;language&#39;: &#39;tr&#39;, &#39;value&#39;: &#39;kullanılan malzeme&#39;},
{&#39;language&#39;: &#39;tr&#39;, &#39;value&#39;: &#39;üretildiği gereç&#39;},
{&#39;language&#39;: &#39;tr&#39;, &#39;value&#39;: &#39;bileşeni&#39;},
{&#39;language&#39;: &#39;tr&#39;, &#39;value&#39;: &#39;malzemeleri&#39;},
{&#39;language&#39;: &#39;tr&#39;, &#39;value&#39;: &#39;imal edildiği&#39;},
{&#39;language&#39;: &#39;tr&#39;, &#39;value&#39;: &#39;cevheri&#39;},
{&#39;language&#39;: &#39;tr&#39;, &#39;value&#39;: &#39;maddesi&#39;},
{&#39;language&#39;: &#39;tr&#39;, &#39;value&#39;: &#39;kaynağı&#39;},
{&#39;language&#39;: &#39;tr&#39;, &#39;value&#39;: &#39;kaynak maddesi&#39;},
{&#39;language&#39;: &#39;tr&#39;, &#39;value&#39;: &#39;kaynak materyali&#39;}],
&#39;ast&#39;: [{&#39;language&#39;: &#39;ast&#39;, &#39;value&#39;: &#39;fechu de&#39;},
{&#39;language&#39;: &#39;ast&#39;, &#39;value&#39;: &#39;fabricáu con&#39;},
{&#39;language&#39;: &#39;ast&#39;, &#39;value&#39;: &#39;materia prima&#39;},
{&#39;language&#39;: &#39;ast&#39;, &#39;value&#39;: &#39;ingrediente&#39;},
{&#39;language&#39;: &#39;ast&#39;, &#39;value&#39;: &#39;reactivu&#39;}],
&#39;ro&#39;: [{&#39;language&#39;: &#39;ro&#39;, &#39;value&#39;: &#39;alcătuit din&#39;},
{&#39;language&#39;: &#39;ro&#39;, &#39;value&#39;: &#39;construit din&#39;},
{&#39;language&#39;: &#39;ro&#39;, &#39;value&#39;: &#39;confecționat din&#39;},
{&#39;language&#39;: &#39;ro&#39;, &#39;value&#39;: &#39;ingrediente&#39;}],
&#39;be-tarask&#39;: [{&#39;language&#39;: &#39;be-tarask&#39;, &#39;value&#39;: &#39;сыравіна&#39;},
{&#39;language&#39;: &#39;be-tarask&#39;, &#39;value&#39;: &#39;зроблена з&#39;},
{&#39;language&#39;: &#39;be-tarask&#39;, &#39;value&#39;: &#39;збудавана з&#39;},
{&#39;language&#39;: &#39;be-tarask&#39;, &#39;value&#39;: &#39;сабрана з&#39;},
{&#39;language&#39;: &#39;be-tarask&#39;, &#39;value&#39;: &#39;выраблена з&#39;},
{&#39;language&#39;: &#39;be-tarask&#39;, &#39;value&#39;: &#39;створана з&#39;}],
&#39;sq&#39;: [{&#39;language&#39;: &#39;sq&#39;, &#39;value&#39;: &#39;punuar prej&#39;},
{&#39;language&#39;: &#39;sq&#39;, &#39;value&#39;: &#39;përbërja&#39;}],
&#39;hsb&#39;: [{&#39;language&#39;: &#39;hsb&#39;, &#39;value&#39;: &#39;zdźěłane z&#39;},
{&#39;language&#39;: &#39;hsb&#39;, &#39;value&#39;: &#39;material&#39;},
{&#39;language&#39;: &#39;hsb&#39;, &#39;value&#39;: &#39;wužiwany material&#39;}],
&#39;hy&#39;: [{&#39;language&#39;: &#39;hy&#39;, &#39;value&#39;: &#39;շինանյութ&#39;}],
&#39;pt-br&#39;: [{&#39;language&#39;: &#39;pt-br&#39;, &#39;value&#39;: &#39;construído com&#39;}],
&#39;ga&#39;: [{&#39;language&#39;: &#39;ga&#39;, &#39;value&#39;: &#39;ábhar a úsáideadh&#39;}],
&#39;nqo&#39;: [{&#39;language&#39;: &#39;nqo&#39;, &#39;value&#39;: &#39;ߊ߬ ߛߌ߲ߘߌߣߍ߲߫ ߦߋ߫ ߡߍ߲ ߘߐ߫&#39;}],
&#39;ckb&#39;: [{&#39;language&#39;: &#39;ckb&#39;, &#39;value&#39;: &#39;ماددەکانی دروستکردن&#39;}],
&#39;id&#39;: [{&#39;language&#39;: &#39;id&#39;, &#39;value&#39;: &#39;terbuat dari&#39;},
{&#39;language&#39;: &#39;id&#39;, &#39;value&#39;: &#39;dibuat dari&#39;},
{&#39;language&#39;: &#39;id&#39;, &#39;value&#39;: &#39;dibuat menggunakan&#39;},
{&#39;language&#39;: &#39;id&#39;, &#39;value&#39;: &#39;material&#39;},
{&#39;language&#39;: &#39;id&#39;, &#39;value&#39;: &#39;material yang digunakan&#39;},
{&#39;language&#39;: &#39;id&#39;, &#39;value&#39;: &#39;komposisi&#39;},
{&#39;language&#39;: &#39;id&#39;, &#39;value&#39;: &#39;bahan baku&#39;}],
&#39;th&#39;: [{&#39;language&#39;: &#39;th&#39;, &#39;value&#39;: &#39;ทำด้วย&#39;},
{&#39;language&#39;: &#39;th&#39;, &#39;value&#39;: &#39;วัตถุดิบ&#39;},
{&#39;language&#39;: &#39;th&#39;, &#39;value&#39;: &#39;วัตถุดิบที่ใช้&#39;},
{&#39;language&#39;: &#39;th&#39;, &#39;value&#39;: &#39;ส่วนประกอบ&#39;},
{&#39;language&#39;: &#39;th&#39;, &#39;value&#39;: &#39;ทำมาจาก&#39;}],
&#39;cs&#39;: [{&#39;language&#39;: &#39;cs&#39;, &#39;value&#39;: &#39;vyrobeno z&#39;},
{&#39;language&#39;: &#39;cs&#39;, &#39;value&#39;: &#39;materiál&#39;},
{&#39;language&#39;: &#39;cs&#39;, &#39;value&#39;: &#39;složení&#39;},
{&#39;language&#39;: &#39;cs&#39;, &#39;value&#39;: &#39;postaveno z&#39;}],
&#39;sk&#39;: [{&#39;language&#39;: &#39;sk&#39;, &#39;value&#39;: &#39;vyrobené z&#39;},
{&#39;language&#39;: &#39;sk&#39;, &#39;value&#39;: &#39;materiál&#39;},
{&#39;language&#39;: &#39;sk&#39;, &#39;value&#39;: &#39;zloženie&#39;}],
&#39;hu&#39;: [{&#39;language&#39;: &#39;hu&#39;, &#39;value&#39;: &#39;összetevő&#39;},
{&#39;language&#39;: &#39;hu&#39;, &#39;value&#39;: &#39;eredet&#39;},
{&#39;language&#39;: &#39;hu&#39;, &#39;value&#39;: &#39;kiindulási anyag&#39;},
{&#39;language&#39;: &#39;hu&#39;, &#39;value&#39;: &#39;nyersanyag&#39;},
{&#39;language&#39;: &#39;hu&#39;, &#39;value&#39;: &#39;forrás&#39;}],
&#39;ms-arab&#39;: [{&#39;language&#39;: &#39;ms-arab&#39;, &#39;value&#39;: &#39;باهن يڠ دݢوناکن&#39;}],
&#39;ms&#39;: [{&#39;language&#39;: &#39;ms&#39;, &#39;value&#39;: &#39;bahan yang digunakan&#39;},
{&#39;language&#39;: &#39;ms&#39;, &#39;value&#39;: &#39;diperbuat daripada bahan&#39;}],
&#39;yue&#39;: [{&#39;language&#39;: &#39;yue&#39;, &#39;value&#39;: &#39;物料&#39;}]},
&#39;claims&#39;: {&#39;P1629&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1629&#39;,
&#39;hash&#39;: &#39;fa65303e91f9dfd43eb70c3ba6c7230cd3d7d290&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 214609,
&#39;id&#39;: &#39;Q214609&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;P186$98e9211f-4e4a-c2d9-ec72-1a675fafd8da&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P1855&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1855&#39;,
&#39;hash&#39;: &#39;15a0a4881cc62f5fbd5ea06e76621c90ebe761d9&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 195,
&#39;id&#39;: &#39;Q195&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P186&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P186&#39;,
&#39;hash&#39;: &#39;e8887fe7827e09143e4d1868aff812af5b66194d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 208008,
&#39;id&#39;: &#39;Q208008&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P186&#39;],
&#39;id&#39;: &#39;P186$827b8107-48c3-6d6b-7afa-d8feb664925e&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1855&#39;,
&#39;hash&#39;: &#39;9ef4470691da0e2f42e78b5a8aa6c7fb8617c104&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 243,
&#39;id&#39;: &#39;Q243&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P186&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P186&#39;,
&#39;hash&#39;: &#39;b492c94d2ab67939608b09518c5be032a935a261&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 860451,
&#39;id&#39;: &#39;Q860451&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P186&#39;],
&#39;id&#39;: &#39;P186$f36f6b48-401c-c25e-60da-52bf5e1accdf&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1855&#39;,
&#39;hash&#39;: &#39;5def0bd4ae0089338cc8262648f3c898a5805198&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 571,
&#39;id&#39;: &#39;Q571&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P186&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P186&#39;,
&#39;hash&#39;: &#39;454e0906dfbd7076b6e78a31c2ce3f34b150f428&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11472,
&#39;id&#39;: &#39;Q11472&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P186&#39;],
&#39;id&#39;: &#39;P186$5c683e90-49cf-d591-8e21-d37a974a6bd1&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1855&#39;,
&#39;hash&#39;: &#39;f916f36b6233d4fa69ae002d83a955901fb7ee81&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 9202,
&#39;id&#39;: &#39;Q9202&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P186&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P186&#39;,
&#39;hash&#39;: &#39;53834ed4c2c9c54300ce38496af940744ceaee1e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 753,
&#39;id&#39;: &#39;Q753&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P186&#39;],
&#39;id&#39;: &#39;P186$a70e6ef1-43e6-3919-8cbc-a6909fc553a0&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P31&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P31&#39;,
&#39;hash&#39;: &#39;a804151d180cc26bdc24a6057b07bbd4f2c3c725&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 51122921,
&#39;id&#39;: &#39;Q51122921&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;P186$41c6a8f5-4a95-a8df-b86a-6801292a48a9&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P31&#39;,
&#39;hash&#39;: &#39;c103994718f91e423ff1be14e9db2121817a9a47&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 70564278,
&#39;id&#39;: &#39;Q70564278&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;P186$7a99216e-48f3-eaf1-9f31-e6cbe663a478&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P1659&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1659&#39;,
&#39;hash&#39;: &#39;9a6e89ec455de9250777440e308776ee16f60822&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 1582,
&#39;id&#39;: &#39;P1582&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;P186$b3162376-4b1f-98bf-0d08-f376e4495058&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1659&#39;,
&#39;hash&#39;: &#39;85b07f72f630cbd75fa83ac4b99d84a58d38609e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 2079,
&#39;id&#39;: &#39;P2079&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;P186$99673444-4376-66c9-2f9d-7fbd9e4fc316&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1659&#39;,
&#39;hash&#39;: &#39;a90b0c8c66d18f1f054581e002bcb4b8904942cb&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 176,
&#39;id&#39;: &#39;P176&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;P186$c6fdb40d-4225-e9a1-729f-fa985cd839c1&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1659&#39;,
&#39;hash&#39;: &#39;2c7f14294905b60293acf4612d06f7526dbdcfb4&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 2647,
&#39;id&#39;: &#39;P2647&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;P186$ec8635a5-429e-9202-5fa1-ba29137825a4&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1659&#39;,
&#39;hash&#39;: &#39;a8b5fa633b62f88b385902cf56336c93d9357a22&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 527,
&#39;id&#39;: &#39;P527&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;P186$b1a3b0f3-4602-e752-e49d-2b538346e5bf&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1659&#39;,
&#39;hash&#39;: &#39;c8d98db4500307032f94217d068f5a4224e3b144&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 1056,
&#39;id&#39;: &#39;P1056&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;P186$d5d90c5d-441f-16b7-5847-bc0c14d05a76&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1659&#39;,
&#39;hash&#39;: &#39;e59a57a007c569d775002e6be5ab203381f1f900&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 2670,
&#39;id&#39;: &#39;P2670&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;P186$831fee15-48d1-bb77-07cf-7b63b7d2dc54&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1659&#39;,
&#39;hash&#39;: &#39;d200596ee9abe95d1b53dde0238d466735fbd706&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 4543,
&#39;id&#39;: &#39;P4543&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;P186$1bfebb34-4280-edac-97c1-dfabe4e0e991&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1659&#39;,
&#39;hash&#39;: &#39;cd631b0d67676328dc5b25d7e86f2d54d191e168&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 10672,
&#39;id&#39;: &#39;P10672&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;P186$a9f810eb-4105-a71c-20c5-283629ccc08a&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P2875&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2875&#39;,
&#39;hash&#39;: &#39;05f665f5fa29e4ad7f481465ddf601425ddd6c9b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 23909000,
&#39;id&#39;: &#39;Q23909000&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;P186$37b42671-407c-fd59-d530-2149d88747de&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P2236&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2236&#39;,
&#39;hash&#39;: &#39;4d6bb515b354d2d6cc89e31a190e52e9fead9580&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;http://comicmeta.org/cbo/material&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;P186$d7248cfd-419f-03d4-2902-cd7d11ca8385&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2236&#39;,
&#39;hash&#39;: &#39;10d46db6debc904c8f9fc9994a476432b3084207&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;https://schema.org/artMedium&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;P186$213d651e-4624-1029-f1e0-38a50b46bd04&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P3254&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P3254&#39;,
&#39;hash&#39;: &#39;53b6f67dacbdd0153c7e5ce92d2ab9edbb0453fe&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;https://www.wikidata.org/wiki/Wikidata:Property_proposal/Archive/2#P186&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;P186$E75A1C01-4FBA-4B77-8B11-8CD48C8FAC7A&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P2302&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2302&#39;,
&#39;hash&#39;: &#39;f682b0724a7ad8a25fffc7b602c4ecab3d8c6274&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 21510865,
&#39;id&#39;: &#39;Q21510865&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2308&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2308&#39;,
&#39;hash&#39;: &#39;e5aa972b68cd9177ebc52db8b37ee2523643e9eb&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 214609,
&#39;id&#39;: &#39;Q214609&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2308&#39;,
&#39;hash&#39;: &#39;73f8ad2a8fc79b22b54e832ab7fe0c93ec044ab4&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 2095,
&#39;id&#39;: &#39;Q2095&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2308&#39;,
&#39;hash&#39;: &#39;ecac290646a8d161c7b4a92bf53579efcf204961&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11344,
&#39;id&#39;: &#39;Q11344&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2308&#39;,
&#39;hash&#39;: &#39;ef276eb6dd80eaeeb49d0a27a089849f91e20797&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 25416091,
&#39;id&#39;: &#39;Q25416091&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2308&#39;,
&#39;hash&#39;: &#39;d153a41d3f70f6fa3f60f1a6fdfaca37826396f9&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 4936952,
&#39;id&#39;: &#39;Q4936952&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2308&#39;,
&#39;hash&#39;: &#39;948c9cf0c2eb72cb33fd56cad4913cafb3a4126a&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 25403900,
&#39;id&#39;: &#39;Q25403900&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2308&#39;,
&#39;hash&#39;: &#39;0ad52da44a33880ed709cd81d211156bc8e2f8c8&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 1362373,
&#39;id&#39;: &#39;Q1362373&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2308&#39;,
&#39;hash&#39;: &#39;2f52740f02e554f37e4098f11941599dc91a7d96&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 7239,
&#39;id&#39;: &#39;Q7239&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2308&#39;,
&#39;hash&#39;: &#39;db457ac13a11cd85e20f157ec4ad1d9094e7b5a5&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 40050,
&#39;id&#39;: &#39;Q40050&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2308&#39;,
&#39;hash&#39;: &#39;63733a02dd2a0d267900881e33bc9b0452522f18&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 223557,
&#39;id&#39;: &#39;Q223557&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2308&#39;,
&#39;hash&#39;: &#39;731967000ad423fca46a8e437ec53aa02f451d12&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 15053464,
&#39;id&#39;: &#39;Q15053464&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2308&#39;,
&#39;hash&#39;: &#39;9be87827a9e1b15c886202ec68b2c90d028f73d4&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 206615,
&#39;id&#39;: &#39;Q206615&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2308&#39;,
&#39;hash&#39;: &#39;6549481dae3d5cbd0d9a63f1fdd6cbb8273e81b5&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 37756,
&#39;id&#39;: &#39;Q37756&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2308&#39;,
&#39;hash&#39;: &#39;c1ebc0f834ee7a85afc59b72d404ec905ca30f1e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11173,
&#39;id&#39;: &#39;Q11173&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P2309&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2309&#39;,
&#39;hash&#39;: &#39;8fb539b5b9fd607316a1edaf9f8fd42a67a51dd2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30208840,
&#39;id&#39;: &#39;Q30208840&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P2303&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2303&#39;,
&#39;hash&#39;: &#39;8330f4189add2677e8e3c12fe6b302f694e3cf9e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 113796,
&#39;id&#39;: &#39;Q113796&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2308&#39;, &#39;P2309&#39;, &#39;P2303&#39;],
&#39;id&#39;: &#39;P186$1FD37C1C-8D37-420D-A22E-D3BF14D3F483&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2302&#39;,
&#39;hash&#39;: &#39;55cfe775ff19641cea395be018002e38e05f3749&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 21510851,
&#39;id&#39;: &#39;Q21510851&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2306&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;3efd1f494ba2c1ac4bdc572df5784d4cca879442&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 518,
&#39;id&#39;: &#39;P518&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;2010b462c6f1a8afa12127674445a2c8158331e2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 462,
&#39;id&#39;: &#39;P462&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;71013eb49b4eb9e589f7cd63489641c5c1440129&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 366,
&#39;id&#39;: &#39;P366&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;36592eb255e1367ba1dfede6d4e1aed39288ac32&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 515,
&#39;id&#39;: &#39;P515&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;4f27f7745f35fa635bef15fe91d44e9cb46c6c00&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 5102,
&#39;id&#39;: &#39;P5102&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;dba9aac68e68b1f04daa2eb598bb709b67f5ea7e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 2596,
&#39;id&#39;: &#39;P2596&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;ba9f982e717373af6707c7e88b0d66ea5fd24a17&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 3005,
&#39;id&#39;: &#39;P3005&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;4910ca558b9b0401e91b11626f400278702811bc&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 580,
&#39;id&#39;: &#39;P580&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;0720109791ffbb5500cf5a98c698a3156563cb72&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 582,
&#39;id&#39;: &#39;P582&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;a6be4e7a327c415e1c8d7d72c7fe6e7f784d4f57&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 585,
&#39;id&#39;: &#39;P585&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;36616b6704e667d23e739f5bbdbc3c8919b3832f&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 1264,
&#39;id&#39;: &#39;P1264&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;31696ca64ef67bab9f7b9a2e73fb597eded6804c&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 642,
&#39;id&#39;: &#39;P642&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;e305134ef5fe1fe32968db20e01ae32457c5215d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 176,
&#39;id&#39;: &#39;P176&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;7e556b3bce4e22df697e73c363f7f530ad37bdb2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 1107,
&#39;id&#39;: &#39;P1107&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;a4ceed8b5a5386967a8634f28bc83c99f7648aae&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 2647,
&#39;id&#39;: &#39;P2647&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;07140c61c8ce2da1772b95cd4ec3b24a1a611435&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 3831,
&#39;id&#39;: &#39;P3831&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;77ac71f1a10d50c4162157f5c9f0c0f9f13a381a&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 2067,
&#39;id&#39;: &#39;P2067&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;67034a33af3d4b1d462ad1965d846b90ffa092b2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 2234,
&#39;id&#39;: &#39;P2234&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;d502e8597ac9850b5fb191f6f4e50d8388cfbfb8&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 495,
&#39;id&#39;: &#39;P495&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;0f4fc5167d1d3b0eeb5a437d8cd917c7af0922e1&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 2789,
&#39;id&#39;: &#39;P2789&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;508b942442ae465c7371674bd6b4c0141f477973&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 7379,
&#39;id&#39;: &#39;P7379&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;3fe1902f00be90c31d41611c5ac31d75e6be5aea&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 1114,
&#39;id&#39;: &#39;P1114&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;f7c15da951bf8ff0c60d9ac92f017e876feec22c&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 1013,
&#39;id&#39;: &#39;P1013&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;81dab5140d6a974b5d7d0c3ff69fcd7ccf880eec&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 6274,
&#39;id&#39;: &#39;P6274&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;ec1d369d76751c2fd30266f83f43ec5d84338d46&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 1552,
&#39;id&#39;: &#39;P1552&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;b7b2b2d31ff3460e580b1cbaa9444277a00ce47c&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 2241,
&#39;id&#39;: &#39;P2241&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;6b2485e2c2137f3688fe0dbb8af91308de46b999&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 7452,
&#39;id&#39;: &#39;P7452&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;beb122180ebd95f0bc1a00967301dd81b899a65f&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 8555,
&#39;id&#39;: &#39;P8555&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;4d5ae67f4ec02fe631936d1a30f729254651e10e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 1319,
&#39;id&#39;: &#39;P1319&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;749196703a56da61182d6793cc3e2dd961ce7823&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 8554,
&#39;id&#39;: &#39;P8554&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;27715681015ae0e055f4884c5ceac44b5882eaab&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 1326,
&#39;id&#39;: &#39;P1326&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;c5af6b946ac38dd3d18aacadd44a26452795d75f&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 2079,
&#39;id&#39;: &#39;P2079&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;8b3d7521306da9897a3713464efd7620a5022352&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 527,
&#39;id&#39;: &#39;P527&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;c3c9679494128b49b3b0057a0337401015b3e939&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 2610,
&#39;id&#39;: &#39;P2610&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;7747e47ccfc88feeb3192406e442da4648b5b410&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 7469,
&#39;id&#39;: &#39;P7469&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;838c15caf5c5c3f942465dec6b4b3e6745350c11&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 1932,
&#39;id&#39;: &#39;P1932&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2306&#39;],
&#39;id&#39;: &#39;P186$ef2f9c20-4141-b9b8-8bc0-515d3c9d78a1&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2302&#39;,
&#39;hash&#39;: &#39;60d5b5bf5da8d7ec1e010402497e0015713c2bbf&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 21502838,
&#39;id&#39;: &#39;Q21502838&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2306&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;57e0c059ce6c4f38e5ffd260c63684eb7c6e0e87&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 31,
&#39;id&#39;: &#39;P31&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;}],
&#39;P2305&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2305&#39;,
&#39;hash&#39;: &#39;8a187c0288f0d018f91c8b04bef9790da5605e13&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 56676227,
&#39;id&#39;: &#39;Q56676227&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2305&#39;,
&#39;hash&#39;: &#39;92e0c2f55173cfc86b66928b4157af6d7ff4c2c1&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 55439,
&#39;id&#39;: &#39;Q55439&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2306&#39;, &#39;P2305&#39;],
&#39;id&#39;: &#39;P186$28159e63-49c5-1b9a-109c-0269fd0133ed&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2302&#39;,
&#39;hash&#39;: &#39;a00327947c6d834f33f6ee14916142d6a2008aef&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 21503250,
&#39;id&#39;: &#39;Q21503250&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2308&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2308&#39;,
&#39;hash&#39;: &#39;63733a02dd2a0d267900881e33bc9b0452522f18&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 223557,
&#39;id&#39;: &#39;Q223557&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2308&#39;,
&#39;hash&#39;: &#39;ef276eb6dd80eaeeb49d0a27a089849f91e20797&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 25416091,
&#39;id&#39;: &#39;Q25416091&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2308&#39;,
&#39;hash&#39;: &#39;047c30704e521d0911ab5c49a454ba6a9aa2dbba&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 202866,
&#39;id&#39;: &#39;Q202866&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2308&#39;,
&#39;hash&#39;: &#39;8702ca871c4f1cb42123b958c0b6da56a3894861&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 15706911,
&#39;id&#39;: &#39;Q15706911&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2308&#39;,
&#39;hash&#39;: &#39;ff4d9cc9c8e7e696fa908009fdb888b30e3a5312&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 838948,
&#39;id&#39;: &#39;Q838948&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2308&#39;,
&#39;hash&#39;: &#39;812802ecc7aef49af3439e11775b7bac48168496&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 811979,
&#39;id&#39;: &#39;Q811979&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2308&#39;,
&#39;hash&#39;: &#39;96fa51753c79840ea57b72c75967840ab41cef30&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 18247357,
&#39;id&#39;: &#39;Q18247357&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2308&#39;,
&#39;hash&#39;: &#39;4741898d8ad621a513e8ad7f5427fbabfcb87cd8&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 35758,
&#39;id&#39;: &#39;Q35758&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2308&#39;,
&#39;hash&#39;: &#39;e5aa972b68cd9177ebc52db8b37ee2523643e9eb&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 214609,
&#39;id&#39;: &#39;Q214609&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P2309&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2309&#39;,
&#39;hash&#39;: &#39;8fb539b5b9fd607316a1edaf9f8fd42a67a51dd2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30208840,
&#39;id&#39;: &#39;Q30208840&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P2305&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2305&#39;,
&#39;hash&#39;: &#39;d4c46186cc57540b0a780ae8f534c76d003c4746&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 19861951,
&#39;id&#39;: &#39;Q19861951&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2308&#39;, &#39;P2309&#39;, &#39;P2305&#39;],
&#39;id&#39;: &#39;P186$9cbdeabe-41d2-a2b2-bcda-0361ef8a604f&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2302&#39;,
&#39;hash&#39;: &#39;2e149c47183ca37d301a6f980f359b688f2ae117&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 52558054,
&#39;id&#39;: &#39;Q52558054&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2305&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2305&#39;,
&#39;hash&#39;: &#39;bb9e2a50d4bd4026d6f54dfe6cbbae4f733951c8&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 4259259,
&#39;id&#39;: &#39;Q4259259&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2305&#39;,
&#39;hash&#39;: &#39;6f92f0913480386564ce4af4b6615a7dd2933d97&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 1348059,
&#39;id&#39;: &#39;Q1348059&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P6607&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P6607&#39;,
&#39;hash&#39;: &#39;1befa0dd7a56369762cd22a1817b809b4afd9be1&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#34;We&#39;re updating painting surface items. These shouldn&#39;t be used anymore&#34;,
&#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2305&#39;, &#39;P6607&#39;],
&#39;id&#39;: &#39;P186$4f410d49-47e6-b7ad-915c-e807fcf26797&#39;,
&#39;rank&#39;: &#39;deprecated&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2302&#39;,
&#39;hash&#39;: &#39;eba677434c5f12338ab5fd1ce6a834ab3139856a&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 52004125,
&#39;id&#39;: &#39;Q52004125&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2305&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2305&#39;,
&#39;hash&#39;: &#39;76a83209b6ab9e5ea1a1dd8e2986281a5a0479d7&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 29934200,
&#39;id&#39;: &#39;Q29934200&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2305&#39;,
&#39;hash&#39;: &#39;26655a7e573da17226d4244ec74f59387afbf26c&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 59712033,
&#39;id&#39;: &#39;Q59712033&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2305&#39;],
&#39;id&#39;: &#39;P186$7203CDC1-3014-4A4B-8065-33CE40B0E50B&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2302&#39;,
&#39;hash&#39;: &#39;793a77bb61b7ab2ebc9b8ef826c2c4c236eeccc1&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 53869507,
&#39;id&#39;: &#39;Q53869507&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P5314&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P5314&#39;,
&#39;hash&#39;: &#39;a0202111cb525ed31611bf926974b74a2419b8ab&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 54828448,
&#39;id&#39;: &#39;Q54828448&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P5314&#39;,
&#39;hash&#39;: &#39;7f0b21bf6bef1987059626f383a532cf4375deb1&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 54828449,
&#39;id&#39;: &#39;Q54828449&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P2316&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2316&#39;,
&#39;hash&#39;: &#39;d50c571a43e6102d65b729ccc7049a0a2f867e34&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 21502408,
&#39;id&#39;: &#39;Q21502408&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P5314&#39;, &#39;P2316&#39;],
&#39;id&#39;: &#39;P186$dc42680e-4f1e-a23b-cb21-7687fbd5afb5&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2302&#39;,
&#39;hash&#39;: &#39;60d5b5bf5da8d7ec1e010402497e0015713c2bbf&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 21502838,
&#39;id&#39;: &#39;Q21502838&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2306&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2306&#39;,
&#39;hash&#39;: &#39;fa8816672ca8b7b751760cbb2389d695a18a3574&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 10672,
&#39;id&#39;: &#39;P10672&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2306&#39;],
&#39;id&#39;: &#39;P186$14e9e7a5-4eed-a1ec-ddda-facbe74faf11&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2302&#39;,
&#39;hash&#39;: &#39;8126932ce3e272616e666ecb8d50afb9bca34c81&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 21510859,
&#39;id&#39;: &#39;Q21510859&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2305&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2305&#39;,
&#39;hash&#39;: &#39;d7fc494c4cf2884ea4a867e34a5cccdbf7a91100&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 296955,
&#39;id&#39;: &#39;Q296955&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2305&#39;,
&#39;hash&#39;: &#39;e881a6df6cec6df3016d1dcbbf5f98f0448490fc&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 12321255,
&#39;id&#39;: &#39;Q12321255&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2305&#39;,
&#39;hash&#39;: &#39;85972bbdc71a632d1ca326f883f318511e1a7c7c&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11472,
&#39;id&#39;: &#39;Q11472&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2305&#39;,
&#39;hash&#39;: &#39;2c4cc6edcbd2bb89b37f7373614615edadff937c&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 106857709,
&#39;id&#39;: &#39;Q106857709&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2305&#39;,
&#39;hash&#39;: &#39;df77e460129f023102c13b0d7025fe216c6a2d82&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 22915256,
&#39;id&#39;: &#39;Q22915256&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2305&#39;,
&#39;hash&#39;: &#39;c6946916452fdc679b7252b2dd9f7a5451e2d7ac&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 5309,
&#39;id&#39;: &#39;Q5309&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2305&#39;,
&#39;hash&#39;: &#39;e3614e6bdd6af6855983cb7714bc11d6aaac3b10&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 34095,
&#39;id&#39;: &#39;Q34095&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2305&#39;,
&#39;hash&#39;: &#39;28b3ed655d0e70fa4c44814ab8aa3fc17e039d1d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 22731,
&#39;id&#39;: &#39;Q22731&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2305&#39;,
&#39;hash&#39;: &#39;cf7afe852b72468459baaa8362d46d5d14fc21d0&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 39782,
&#39;id&#39;: &#39;Q39782&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2305&#39;,
&#39;hash&#39;: &#39;9900d3bf6d71a759e68d68b05f085ce0edc83057&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 21279007,
&#39;id&#39;: &#39;Q21279007&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2305&#39;,
&#39;hash&#39;: &#39;acae29f021989b929f6835a563cc8bd41976b500&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 43557297,
&#39;id&#39;: &#39;Q43557297&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2305&#39;,
&#39;hash&#39;: &#39;db1108cd5da0d2934580e1ca9c3f4eb741a745bc&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 14674,
&#39;id&#39;: &#39;Q14674&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2305&#39;,
&#39;hash&#39;: &#39;0a64488bb640aca55327ef0e19f5e087b2e6cd23&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 127418,
&#39;id&#39;: &#39;Q127418&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2305&#39;,
&#39;hash&#39;: &#39;5f67b7f9fdae07f44417724c620752c63b95d19b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 1090,
&#39;id&#39;: &#39;Q1090&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P2241&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2241&#39;,
&#39;hash&#39;: &#39;5a0ac634d171531f4188a5cf922a6030717cda35&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 99460987,
&#39;id&#39;: &#39;Q99460987&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2305&#39;, &#39;P2241&#39;],
&#39;id&#39;: &#39;P186$DD87DEF8-A58E-438D-83B5-DB9E385A5D69&#39;,
&#39;rank&#39;: &#39;deprecated&#39;}],
&#39;P1628&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1628&#39;,
&#39;hash&#39;: &#39;fb70f216d8e9d070e79d487192a4724a1520b82d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;https://schema.org/material&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;P186$85718e37-45eb-baf3-052a-7a832236c1f6&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1628&#39;,
&#39;hash&#39;: &#39;c747f0501f028198ec181426adfd877cf9f7f3a7&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;http://www.cidoc-crm.org/cidoc-crm/P45_consists_of&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;P186$89826a7e-419f-d9bd-e352-1e3e804ece1d&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P3734&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P3734&#39;,
&#39;hash&#39;: &#39;ef120df0a4ffb98c332876c21393fdf850d2b7b9&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 42533367,
&#39;id&#39;: &#39;Q42533367&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;P186$0E0F0BF4-8335-4A76-A05C-375C019E828F&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P1647&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1647&#39;,
&#39;hash&#39;: &#39;f6ebe6047dc815d0933c7a8ba328fbd28a3c000e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;property&#39;,
&#39;numeric-id&#39;: 2283,
&#39;id&#39;: &#39;P2283&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-property&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;P186$9d0f2d2e-4388-18e7-7314-57ca40faa074&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P1282&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1282&#39;,
&#39;hash&#39;: &#39;fcfab9c751e940bcece90b70d1d6c4c7eb0b7b8f&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Key:building:material&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;P186$d6dd4669-40f5-92f8-56a9-91c9027e84c9&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P1813&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1813&#39;,
&#39;hash&#39;: &#39;bd8d6a26af8a178d442d86f0524835213cb2b883&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;material&#39;, &#39;language&#39;: &#39;sv&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;P186$d039da1a-411e-ad1c-d412-04fa6e0a43da&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P7087&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P7087&#39;,
&#39;hash&#39;: &#39;94f212e7f34d3327577d91141d4da817857d81a8&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 104626285,
&#39;id&#39;: &#39;Q104626285&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;P186$f26440ba-40b4-3173-d06d-fe1926d41095&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P2888&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2888&#39;,
&#39;hash&#39;: &#39;87ee7d9507a0f4512e8430598ba18568aae96536&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;https://schema.org/artMedium&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;P186$D53CE98D-18C3-467A-8346-5DE5F939215D&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P2668&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2668&#39;,
&#39;hash&#39;: &#39;fcf4a281bf22df2715772baf769e3af6f4868325&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 23611288,
&#39;id&#39;: &#39;Q23611288&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;P186$c6ea810e-4975-fab3-189b-fa8aa1ac2816&#39;,
&#39;rank&#39;: &#39;normal&#39;}]}}</pre>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[40]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="nb">print</span> <span class="p">(</span><span class="sa">f</span><span class="s2">&quot;https://www.wikidata.org/wiki/</span><span class="si">{</span><span class="n">made_from_material</span><span class="o">.</span><span class="n">type</span><span class="o">.</span><span class="n">name</span><span class="o">.</span><span class="n">title</span><span class="p">()</span><span class="si">}</span><span class="s2">:</span><span class="si">{</span><span class="n">made_from_material</span><span class="o">.</span><span class="n">id</span><span class="si">}</span><span class="s2">&quot;</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="text/plain">
<pre>https://www.wikidata.org/wiki/Property:P186
</pre>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[41]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="k">def</span> <span class="nf">url</span><span class="p">(</span><span class="n">e</span><span class="p">):</span>
<span class="k">return</span> <span class="sa">f</span><span class="s2">&quot;https://www.wikidata.org/wiki/</span><span class="si">{</span><span class="n">e</span><span class="o">.</span><span class="n">type</span><span class="o">.</span><span class="n">name</span><span class="o">.</span><span class="n">title</span><span class="p">()</span><span class="si">}</span><span class="s2">:</span><span class="si">{</span><span class="n">e</span><span class="o">.</span><span class="n">id</span><span class="si">}</span><span class="s2">&quot;</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[42]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="nb">print</span> <span class="p">(</span><span class="n">url</span><span class="p">(</span><span class="n">made_from_material</span><span class="p">))</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="text/plain">
<pre>https://www.wikidata.org/wiki/Property:P186
</pre>
</div>
</div>
</div>
</div>
</div>
<div class="jp-Cell jp-MarkdownCell jp-Notebook-cell">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput " data-mime-type="text/markdown">
<p>There's an example property...</p>
<p><a href="https://www.wikidata.org/wiki/Property:P1855">https://www.wikidata.org/wiki/Property:P1855</a></p>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[44]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">example_prop</span> <span class="o">=</span> <span class="n">client</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">&quot;P1855&quot;</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[46]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="k">for</span> <span class="n">ex</span> <span class="ow">in</span> <span class="n">made_from_material</span><span class="p">[</span><span class="n">example_prop</span><span class="p">]:</span>
<span class="nb">print</span> <span class="p">(</span><span class="n">ex</span><span class="o">.</span><span class="n">id</span><span class="p">,</span> <span class="n">ex</span><span class="o">.</span><span class="n">description</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="text/plain">
<pre>P279 this item is a subclass (subset) of that item; all instances of these items are instances of those items; different from P31 (instance of), e.g.: K2 is an instance of mountain; volcano is a subclass of mountain (and an instance of volcanic landform).
P373 name of the Wikimedia Commons category containing files related to this item (without the prefix &#34;Category:&#34;)
P508 identifier in the subject indexing tool of the National Central Library of Florence
P349 identifier for authority control per the National Diet Library of Japan
P227 identifier from an international authority file of names, subjects, and organizations (please don&#39;t use type n = name, disambiguation) - Deutsche Nationalbibliothek
P910 main Wikimedia category
P935 name of the Wikimedia Commons gallery page(s) related to this item (is suitable to allow multiple links to more gallery pages)
P646 identifier for a page in the Freebase database. Format: &#34;/m/0&#34; followed by 2 to 7 characters. For those starting with &#34;/g/&#34;, use Google Knowledge Graph identifier (P2671)
P18 image of relevant illustration of the subject; if available, also use more specific properties (sample: coat of arms image, locator map, flag image, signature image, logo image, collage image)
P443 audio file with pronunciation
P1051 identifier in the authority database of the Czech Technical Library
P244 Library of Congress name authority (persons, families, corporate bodies, events, places, works and expressions) and subject authority identifier [Format: 1-2 specific letters followed by 8-10 digits (see regex). For manifestations, use P1144]
P527 part of this subject; inverse property of &#34;part of&#34; (P361). See also &#34;has parts of the class&#34; (P2670).
P1417 identifier for an article in the online version of Encyclopædia Britannica
P1807 identifier in the Spanish language, Aragon-themed, Great Aragonese Encyclopedia (GEA)
P186 material the subject or the object is made of or derived from (do not confuse with P10672 which is used for processes)
P1821 represents a food category on Open Food Facts
P3221 identifier for a topic, at the New York Times&#39; website
P3417 identifier for a topic on Quora (English language version)
P3827 identifier for a topic at JSTOR
P1225 identifier for the United States National Archives and Records Administration&#39;s online catalog
P495 country of origin of this item (creative work, food, phrase, product, etc.)
P2581 ID in BabelNet encyclopedic dictionary
P5019 identifier for an article in the online version of Brockhaus Enzyklopädie
P5008 property to indicate that an item is of particular interest for a Wikimedia project. This property does not add notability. Items should not be created with this property if they are not notable for Wikidata. See also P6104, P972, P2354.
P5125 item about an outline of the topic at Wikimedia sites
P486 identifier for Descriptor or Supplementary concept in the Medical Subject Headings controlled vocabulary
P4839 input form for an entity in Wolfram Language
P5930 identifier of a food ingredient on Open Food Facts
P5247 identifier at the Giant Bomb database of video games, fictional characters and voice actors
P948 image at top of an article about the topic, mainly used by Wikivoyage and Women in Red
P6573 ID of an article in Klexikon
P1296 identifier for an item in the Gran Enciclopèdia Catalana
P1245 &#34;Defined Meaning&#34; on the site
P7818 ID of the article in French Vikidia
P7829 ID of the article in English Vikidia
P7827 name of the article in Spanish Vikidia
P6760 identifier for a Know Your Meme article
P6900 identifier for an article in NicoNicoPedia
P2347 identifier for a concept in the General Finnish Ontology YSO
P1343 work where this item is described
P7033 ID for curriculum term in one of the controlled vocabularies at Australian education vocabularies
P8408 identifier for the KBpedia knowledge graph, which provides consistent mappings across seven large-scale public knowledge bases including Wikidata, and is used to promote data interoperability and extraction of training sets for machine learning
P672 Medical Subject Headings (MeSH) codes are an index and thesaurus for the life sciences (≠ MeSH ID, P486)
P3984 name of the Reddit forum associated to this subject
P9057 identifier of an ingredient in thecocktaildb.com database
P4527 identifier in the thesaurus of subject headings maintained by the librarians in the House of Commons in the UK
P9368 identifier for a topic on CNA&#39;s website
P268 identifier for the subject issued by BNF (Bibliothèque nationale de France). Format: 8 digits followed by a check-digit or letter, do not include the initial &#39;cb&#39;.
P3553 numeric id of topics (tags) of questions on Zhihu, a Chinese question-and-answer website
P9629 identifier for a topic in the online encyclopedia Armeniapedia
P3781 has part biologically active component. Inverse of &#34;active ingredient in&#34;
P7512 ID in the Database of startrek.com
P1889 item that is different from another item, with which it may be confused
P3365 identifier for the Treccani website
P4223 identifier for the Enciclopedia Italiana on Treccani website
P1582 links a natural product with its source (animal, plant, fungal, algal, etc.)
P4342 identifier of an article in the online encyclopedia snl.no
P8313 identifier of an article in the online encyclopedia denstoredanske.lex.dk
P3911 identifier for a descriptor of the STW Thesaurus for Economics, linking to literature on economics and business administration
P8189 identifier used by the National Library of Israel
P8061 identifier for a subject in AGROVOC thesaurus
P8072 identifier for a subject in CAB Thesaurus
P2004 identifier for subject headings in the Agricultural Thesaurus of the United States National Agricultural Library
P31 that class of which this subject is a particular example and member; different from P279 (subclass of); for example: K2 is an instance of mountain; volcano is a subclass of mountain (and an instance of volcanic landform)
P10077 identifier for an item in any of the Spanish Cultural Heritage thesauri
P8814 Synset identifier in Princetons WordNet Version 3.1
P10565 identifier for an article in the online version of Encyclopedia of China (Third Edition)
P691 identifier in the Czech National Authority Database (National Library of Czech Republic)
P7502 page ID for the Golden knowledge base
P6262 identifier of an article on Fandom (Wikia). Format: subdomain:Page_title
</pre>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[48]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="k">for</span> <span class="n">x</span> <span class="ow">in</span> <span class="n">made_from_material</span><span class="o">.</span><span class="n">iterlists</span><span class="p">():</span>
<span class="nb">print</span> <span class="p">(</span><span class="n">x</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="text/plain">
<pre>(&lt;wikidata.entity.Entity P1629&gt;, [&lt;wikidata.entity.Entity Q214609&gt;])
(&lt;wikidata.entity.Entity P1855&gt;, [&lt;wikidata.entity.Entity Q195&gt;, &lt;wikidata.entity.Entity Q243&gt;, &lt;wikidata.entity.Entity Q571&gt;, &lt;wikidata.entity.Entity Q9202&gt;])
(&lt;wikidata.entity.Entity P31&gt;, [&lt;wikidata.entity.Entity Q51122921&gt;, &lt;wikidata.entity.Entity Q70564278&gt;])
(&lt;wikidata.entity.Entity P1659&gt;, [&lt;wikidata.entity.Entity P1582&gt;, &lt;wikidata.entity.Entity P2079&gt;, &lt;wikidata.entity.Entity P176&gt;, &lt;wikidata.entity.Entity P2647&gt;, &lt;wikidata.entity.Entity P527&gt;, &lt;wikidata.entity.Entity P1056&gt;, &lt;wikidata.entity.Entity P2670&gt;, &lt;wikidata.entity.Entity P4543&gt;, &lt;wikidata.entity.Entity P10672&gt;])
(&lt;wikidata.entity.Entity P2875&gt;, [&lt;wikidata.entity.Entity Q23909000&gt;])
(&lt;wikidata.entity.Entity P2236&gt;, [&#39;http://comicmeta.org/cbo/material&#39;, &#39;https://schema.org/artMedium&#39;])
(&lt;wikidata.entity.Entity P3254&gt;, [&#39;https://www.wikidata.org/wiki/Wikidata:Property_proposal/Archive/2#P186&#39;])
(&lt;wikidata.entity.Entity P2302&gt;, [&lt;wikidata.entity.Entity Q21510865&gt;, &lt;wikidata.entity.Entity Q21510851&gt;, &lt;wikidata.entity.Entity Q21502838&gt;, &lt;wikidata.entity.Entity Q21503250&gt;, &lt;wikidata.entity.Entity Q52004125&gt;, &lt;wikidata.entity.Entity Q53869507&gt;, &lt;wikidata.entity.Entity Q21502838&gt;, &lt;wikidata.entity.Entity Q52558054&gt;, &lt;wikidata.entity.Entity Q21510859&gt;])
(&lt;wikidata.entity.Entity P1628&gt;, [&#39;https://schema.org/material&#39;, &#39;http://www.cidoc-crm.org/cidoc-crm/P45_consists_of&#39;])
(&lt;wikidata.entity.Entity P3734&gt;, [&lt;wikidata.entity.Entity Q42533367&gt;])
(&lt;wikidata.entity.Entity P1647&gt;, [&lt;wikidata.entity.Entity P2283&gt;])
(&lt;wikidata.entity.Entity P1282&gt;, [&#39;Key:building:material&#39;])
(&lt;wikidata.entity.Entity P1813&gt;, [&#39;(sv:) material&#39;[6:]])
(&lt;wikidata.entity.Entity P7087&gt;, [&lt;wikidata.entity.Entity Q104626285&gt;])
(&lt;wikidata.entity.Entity P2888&gt;, [&#39;https://schema.org/artMedium&#39;])
(&lt;wikidata.entity.Entity P2668 &#39;stability of property value&#39;&gt;, [&lt;wikidata.entity.Entity Q23611288&gt;])
</pre>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[49]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">made_from_material</span><span class="o">.</span><span class="n">listvalues</span><span class="p">()</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt">Out[49]:</div>
<div class="jp-RenderedText jp-OutputArea-output jp-OutputArea-executeResult" data-mime-type="text/plain">
<pre>[[&lt;wikidata.entity.Entity Q214609&gt;],
[&lt;wikidata.entity.Entity Q195&gt;,
&lt;wikidata.entity.Entity Q243&gt;,
&lt;wikidata.entity.Entity Q571&gt;,
&lt;wikidata.entity.Entity Q9202&gt;],
[&lt;wikidata.entity.Entity Q51122921&gt;, &lt;wikidata.entity.Entity Q70564278&gt;],
[&lt;wikidata.entity.Entity P1582&gt;,
&lt;wikidata.entity.Entity P2079&gt;,
&lt;wikidata.entity.Entity P176&gt;,
&lt;wikidata.entity.Entity P2647&gt;,
&lt;wikidata.entity.Entity P527&gt;,
&lt;wikidata.entity.Entity P1056&gt;,
&lt;wikidata.entity.Entity P2670&gt;,
&lt;wikidata.entity.Entity P4543&gt;,
&lt;wikidata.entity.Entity P10672&gt;],
[&lt;wikidata.entity.Entity Q23909000&gt;],
[&#39;http://comicmeta.org/cbo/material&#39;, &#39;https://schema.org/artMedium&#39;],
[&#39;https://www.wikidata.org/wiki/Wikidata:Property_proposal/Archive/2#P186&#39;],
[&lt;wikidata.entity.Entity Q21510865&gt;,
&lt;wikidata.entity.Entity Q21510851&gt;,
&lt;wikidata.entity.Entity Q21502838&gt;,
&lt;wikidata.entity.Entity Q21503250&gt;,
&lt;wikidata.entity.Entity Q52004125&gt;,
&lt;wikidata.entity.Entity Q53869507&gt;,
&lt;wikidata.entity.Entity Q21502838&gt;,
&lt;wikidata.entity.Entity Q52558054&gt;,
&lt;wikidata.entity.Entity Q21510859&gt;],
[&#39;https://schema.org/material&#39;,
&#39;http://www.cidoc-crm.org/cidoc-crm/P45_consists_of&#39;],
[&lt;wikidata.entity.Entity Q42533367&gt;],
[&lt;wikidata.entity.Entity P2283&gt;],
[&#39;Key:building:material&#39;],
[&#39;(sv:) material&#39;[6:]],
[&lt;wikidata.entity.Entity Q104626285&gt;],
[&#39;https://schema.org/artMedium&#39;],
[&lt;wikidata.entity.Entity Q23611288&gt;]]</pre>
</div>
</div>
</div>
</div>
</div>
<div class="jp-Cell jp-MarkdownCell jp-Notebook-cell">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput " data-mime-type="text/markdown">
<h2 id="Direct-SPAQL-queries-(without-rdflib,-and-with-alternative/direct?-endpoint)">Direct SPAQL queries (without rdflib, and with alternative/direct? endpoint)<a class="anchor-link" href="#Direct-SPAQL-queries-(without-rdflib,-and-with-alternative/direct?-endpoint)">&#182;</a></h2><p><a href="https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service">https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service</a></p>
<blockquote><p>SPARQL queries can be submitted directly to the SPARQL endpoint with GET request to<br>
<a href="https://query.wikidata.org/bigdata/namespace/wdq/sparql?query={SPARQL}">https://query.wikidata.org/bigdata/namespace/wdq/sparql?query={SPARQL}</a><br>
or the endpoint's alias<br>
<a href="https://query.wikidata.org/sparql?query={SPARQL}">https://query.wikidata.org/sparql?query={SPARQL}</a> .</p>
</blockquote>
<p>The result is returned as XML by default, or as JSON if either the query parameter format=json or the header Accept: application/sparql-results+json are provided. See the user manual for more detailed information. RDF data can alternatively be accessed via a Linked Data Fragments[1] interface at <a href="https://query.wikidata.org/bigdata/ldf">https://query.wikidata.org/bigdata/ldf</a>.</p>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[9]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="kn">from</span> <span class="nn">urllib.request</span> <span class="kn">import</span> <span class="n">urlopen</span>
<span class="kn">from</span> <span class="nn">urllib.parse</span> <span class="kn">import</span> <span class="n">quote</span> <span class="k">as</span> <span class="n">urlquote</span><span class="p">,</span> <span class="n">urlencode</span>
<span class="kn">import</span> <span class="nn">json</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[13]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">q1</span> <span class="o">=</span> <span class="s2">&quot;&quot;&quot;</span>
<span class="s2">PREFIX p: &lt;http://www.wikidata.org/prop/&gt;</span>
<span class="s2">PREFIX ps: &lt;http://www.wikidata.org/prop/statement/&gt;</span>
<span class="s2">SELECT DISTINCT ?item ?statement0 ?material WHERE</span>
<span class="s2"> {</span>
<span class="s2"> ?item p:P186 ?statement0.</span>
<span class="s2"> ?statement0 ps:P186 ?material.</span>
<span class="s2"> }</span>
<span class="s2">LIMIT 10</span>
<span class="s2">&quot;&quot;&quot;</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[6]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="c1"># f = urlopen(&quot;https://query.wikidata.org/bigdata/namespace/wdq/sparql?format=json&amp;query=SELECT%20DISTINCT%20%3Fx%0AWHERE%20{%0A%20%20%3Fx%20wdt%3AP214%20%22113230702%22%0A}&quot;)</span>
<span class="n">endpoint</span> <span class="o">=</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[8]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">urlencode</span><span class="p">({</span><span class="s2">&quot;format&quot;</span><span class="p">:</span> <span class="s2">&quot;json&quot;</span><span class="p">,</span> <span class="s2">&quot;query&quot;</span><span class="p">:</span> <span class="s2">&quot;this is a test&quot;</span><span class="p">})</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt">Out[8]:</div>
<div class="jp-RenderedText jp-OutputArea-output jp-OutputArea-executeResult" data-mime-type="text/plain">
<pre>&#39;format=json&amp;query=this+is+a+test&#39;</pre>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[24]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="k">def</span> <span class="nf">query</span> <span class="p">(</span><span class="n">q</span><span class="p">,</span> <span class="nb">format</span><span class="o">=</span><span class="s2">&quot;json&quot;</span><span class="p">,</span> <span class="n">endpoint</span><span class="o">=</span><span class="s2">&quot;https://query.wikidata.org/sparql&quot;</span><span class="p">):</span>
<span class="n">p</span> <span class="o">=</span> <span class="p">{}</span>
<span class="n">p</span><span class="p">[</span><span class="s1">&#39;format&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="nb">format</span>
<span class="n">p</span><span class="p">[</span><span class="s1">&#39;query&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="n">q</span>
<span class="n">f</span> <span class="o">=</span> <span class="n">urlopen</span><span class="p">(</span><span class="n">endpoint</span><span class="o">+</span><span class="s2">&quot;?&quot;</span><span class="o">+</span><span class="n">urlencode</span><span class="p">(</span><span class="n">p</span><span class="p">))</span>
<span class="k">return</span> <span class="n">json</span><span class="o">.</span><span class="n">load</span><span class="p">(</span><span class="n">f</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[4]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">f</span> <span class="o">=</span> <span class="n">urlopen</span><span class="p">(</span><span class="sa">f</span><span class="s2">&quot;https://query.wikidata.org/bigdata/namespace/wdq/sparql?format=json&amp;query=</span><span class="si">{</span><span class="n">urlquote</span><span class="p">(</span><span class="n">query</span><span class="p">)</span><span class="si">}</span><span class="s2">&quot;</span><span class="p">)</span>
<span class="n">results</span> <span class="o">=</span> <span class="n">json</span><span class="o">.</span><span class="n">load</span><span class="p">(</span><span class="n">f</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[15]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="nb">print</span> <span class="p">(</span><span class="n">json</span><span class="o">.</span><span class="n">dumps</span><span class="p">(</span><span class="n">query</span><span class="p">(</span><span class="n">q1</span><span class="p">),</span> <span class="n">indent</span><span class="o">=</span><span class="mi">2</span><span class="p">))</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="text/plain">
<pre>{
&#34;head&#34;: {
&#34;vars&#34;: [
&#34;item&#34;,
&#34;statement0&#34;,
&#34;material&#34;
]
},
&#34;results&#34;: {
&#34;bindings&#34;: [
{
&#34;statement0&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/statement/Q28438155-7989f8f6-4a55-4414-dec6-b005a0a1c4ce&#34;
},
&#34;material&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/Q283&#34;
},
&#34;item&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/Q28438155&#34;
}
},
{
&#34;statement0&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/statement/Q4796545-d9d5ca69-49aa-7e9f-b848-8cafe08dbde4&#34;
},
&#34;material&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/Q283&#34;
},
&#34;item&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/Q4796545&#34;
}
},
{
&#34;statement0&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/statement/Q11120024-c3244d02-468b-85bb-8645-e9e6ff8cc306&#34;
},
&#34;material&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/Q283&#34;
},
&#34;item&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/Q11120024&#34;
}
},
{
&#34;statement0&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/statement/Q1078150-3900a7c4-4452-decf-6d06-9f648cdeb60f&#34;
},
&#34;material&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/Q283&#34;
},
&#34;item&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/Q1078150&#34;
}
},
{
&#34;statement0&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/statement/Q92404056-2E01BD43-76F8-45DA-A573-DBE37625BA81&#34;
},
&#34;material&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/Q283&#34;
},
&#34;item&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/Q92404056&#34;
}
},
{
&#34;statement0&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/statement/Q893-2168ded0-476c-3786-bd7c-566b80599b74&#34;
},
&#34;material&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/Q283&#34;
},
&#34;item&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/Q893&#34;
}
},
{
&#34;statement0&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/statement/Q3066933-E9EC0B24-BC32-4A87-8EB5-09321A236059&#34;
},
&#34;material&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/Q283&#34;
},
&#34;item&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/Q3066933&#34;
}
},
{
&#34;statement0&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/statement/Q104621347-ed954dfa-471e-f382-61c5-ce3a73dc3e89&#34;
},
&#34;material&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/Q283&#34;
},
&#34;item&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/Q104621347&#34;
}
},
{
&#34;statement0&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/statement/Q105283630-a3ec8183-4635-b2fb-b4f0-aa0b348da1d6&#34;
},
&#34;material&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/Q283&#34;
},
&#34;item&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/Q105283630&#34;
}
},
{
&#34;statement0&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/statement/Q43082799-c374b662-4d4c-8659-1749-fafb78a2e509&#34;
},
&#34;material&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/Q283&#34;
},
&#34;item&#34;: {
&#34;type&#34;: &#34;uri&#34;,
&#34;value&#34;: &#34;http://www.wikidata.org/entity/Q43082799&#34;
}
}
]
}
}
</pre>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[17]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="k">for</span> <span class="n">bb</span> <span class="ow">in</span> <span class="n">results</span><span class="p">[</span><span class="s1">&#39;results&#39;</span><span class="p">][</span><span class="s1">&#39;bindings&#39;</span><span class="p">]:</span>
<span class="nb">print</span> <span class="p">(</span><span class="n">bb</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="text/plain">
<pre>{&#39;statement0&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/statement/Q28438155-7989f8f6-4a55-4414-dec6-b005a0a1c4ce&#39;}, &#39;material&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/Q283&#39;}, &#39;item&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/Q28438155&#39;}}
{&#39;statement0&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/statement/Q4796545-d9d5ca69-49aa-7e9f-b848-8cafe08dbde4&#39;}, &#39;material&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/Q283&#39;}, &#39;item&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/Q4796545&#39;}}
{&#39;statement0&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/statement/Q11120024-c3244d02-468b-85bb-8645-e9e6ff8cc306&#39;}, &#39;material&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/Q283&#39;}, &#39;item&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/Q11120024&#39;}}
{&#39;statement0&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/statement/Q1078150-3900a7c4-4452-decf-6d06-9f648cdeb60f&#39;}, &#39;material&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/Q283&#39;}, &#39;item&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/Q1078150&#39;}}
{&#39;statement0&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/statement/Q92404056-2E01BD43-76F8-45DA-A573-DBE37625BA81&#39;}, &#39;material&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/Q283&#39;}, &#39;item&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/Q92404056&#39;}}
{&#39;statement0&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/statement/Q893-2168ded0-476c-3786-bd7c-566b80599b74&#39;}, &#39;material&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/Q283&#39;}, &#39;item&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/Q893&#39;}}
{&#39;statement0&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/statement/Q3066933-E9EC0B24-BC32-4A87-8EB5-09321A236059&#39;}, &#39;material&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/Q283&#39;}, &#39;item&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/Q3066933&#39;}}
{&#39;statement0&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/statement/Q104621347-ed954dfa-471e-f382-61c5-ce3a73dc3e89&#39;}, &#39;material&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/Q283&#39;}, &#39;item&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/Q104621347&#39;}}
{&#39;statement0&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/statement/Q105283630-a3ec8183-4635-b2fb-b4f0-aa0b348da1d6&#39;}, &#39;material&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/Q283&#39;}, &#39;item&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/Q105283630&#39;}}
{&#39;statement0&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/statement/Q43082799-c374b662-4d4c-8659-1749-fafb78a2e509&#39;}, &#39;material&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/Q283&#39;}, &#39;item&#39;: {&#39;type&#39;: &#39;uri&#39;, &#39;value&#39;: &#39;http://www.wikidata.org/entity/Q43082799&#39;}}
</pre>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[21]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="k">for</span> <span class="n">bb</span> <span class="ow">in</span> <span class="n">results</span><span class="p">[</span><span class="s1">&#39;results&#39;</span><span class="p">][</span><span class="s1">&#39;bindings&#39;</span><span class="p">]:</span>
<span class="nb">print</span> <span class="p">(</span><span class="n">bb</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[22]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="nb">print</span> <span class="p">(</span><span class="n">query2</span><span class="p">(</span><span class="n">q1</span><span class="p">))</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="text/plain">
<pre>&lt;?xml version=&#39;1.0&#39; encoding=&#39;UTF-8&#39;?&gt;
&lt;sparql xmlns=&#39;http://www.w3.org/2005/sparql-results#&#39;&gt;
&lt;head&gt;
&lt;variable name=&#39;item&#39;/&gt;
&lt;variable name=&#39;statement0&#39;/&gt;
&lt;variable name=&#39;material&#39;/&gt;
&lt;/head&gt;
&lt;results&gt;
&lt;result&gt;
&lt;binding name=&#39;statement0&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/statement/Q28438155-7989f8f6-4a55-4414-dec6-b005a0a1c4ce&lt;/uri&gt;
&lt;/binding&gt;
&lt;binding name=&#39;material&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/Q283&lt;/uri&gt;
&lt;/binding&gt;
&lt;binding name=&#39;item&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/Q28438155&lt;/uri&gt;
&lt;/binding&gt;
&lt;/result&gt;
&lt;result&gt;
&lt;binding name=&#39;statement0&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/statement/Q4796545-d9d5ca69-49aa-7e9f-b848-8cafe08dbde4&lt;/uri&gt;
&lt;/binding&gt;
&lt;binding name=&#39;material&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/Q283&lt;/uri&gt;
&lt;/binding&gt;
&lt;binding name=&#39;item&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/Q4796545&lt;/uri&gt;
&lt;/binding&gt;
&lt;/result&gt;
&lt;result&gt;
&lt;binding name=&#39;statement0&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/statement/Q11120024-c3244d02-468b-85bb-8645-e9e6ff8cc306&lt;/uri&gt;
&lt;/binding&gt;
&lt;binding name=&#39;material&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/Q283&lt;/uri&gt;
&lt;/binding&gt;
&lt;binding name=&#39;item&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/Q11120024&lt;/uri&gt;
&lt;/binding&gt;
&lt;/result&gt;
&lt;result&gt;
&lt;binding name=&#39;statement0&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/statement/Q1078150-3900a7c4-4452-decf-6d06-9f648cdeb60f&lt;/uri&gt;
&lt;/binding&gt;
&lt;binding name=&#39;material&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/Q283&lt;/uri&gt;
&lt;/binding&gt;
&lt;binding name=&#39;item&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/Q1078150&lt;/uri&gt;
&lt;/binding&gt;
&lt;/result&gt;
&lt;result&gt;
&lt;binding name=&#39;statement0&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/statement/Q92404056-2E01BD43-76F8-45DA-A573-DBE37625BA81&lt;/uri&gt;
&lt;/binding&gt;
&lt;binding name=&#39;material&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/Q283&lt;/uri&gt;
&lt;/binding&gt;
&lt;binding name=&#39;item&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/Q92404056&lt;/uri&gt;
&lt;/binding&gt;
&lt;/result&gt;
&lt;result&gt;
&lt;binding name=&#39;statement0&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/statement/Q893-2168ded0-476c-3786-bd7c-566b80599b74&lt;/uri&gt;
&lt;/binding&gt;
&lt;binding name=&#39;material&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/Q283&lt;/uri&gt;
&lt;/binding&gt;
&lt;binding name=&#39;item&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/Q893&lt;/uri&gt;
&lt;/binding&gt;
&lt;/result&gt;
&lt;result&gt;
&lt;binding name=&#39;statement0&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/statement/Q3066933-E9EC0B24-BC32-4A87-8EB5-09321A236059&lt;/uri&gt;
&lt;/binding&gt;
&lt;binding name=&#39;material&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/Q283&lt;/uri&gt;
&lt;/binding&gt;
&lt;binding name=&#39;item&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/Q3066933&lt;/uri&gt;
&lt;/binding&gt;
&lt;/result&gt;
&lt;result&gt;
&lt;binding name=&#39;statement0&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/statement/Q104621347-ed954dfa-471e-f382-61c5-ce3a73dc3e89&lt;/uri&gt;
&lt;/binding&gt;
&lt;binding name=&#39;material&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/Q283&lt;/uri&gt;
&lt;/binding&gt;
&lt;binding name=&#39;item&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/Q104621347&lt;/uri&gt;
&lt;/binding&gt;
&lt;/result&gt;
&lt;result&gt;
&lt;binding name=&#39;statement0&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/statement/Q105283630-a3ec8183-4635-b2fb-b4f0-aa0b348da1d6&lt;/uri&gt;
&lt;/binding&gt;
&lt;binding name=&#39;material&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/Q283&lt;/uri&gt;
&lt;/binding&gt;
&lt;binding name=&#39;item&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/Q105283630&lt;/uri&gt;
&lt;/binding&gt;
&lt;/result&gt;
&lt;result&gt;
&lt;binding name=&#39;statement0&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/statement/Q43082799-c374b662-4d4c-8659-1749-fafb78a2e509&lt;/uri&gt;
&lt;/binding&gt;
&lt;binding name=&#39;material&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/Q283&lt;/uri&gt;
&lt;/binding&gt;
&lt;binding name=&#39;item&#39;&gt;
&lt;uri&gt;http://www.wikidata.org/entity/Q43082799&lt;/uri&gt;
&lt;/binding&gt;
&lt;/result&gt;
&lt;/results&gt;
&lt;/sparql&gt;
</pre>
</div>
</div>
</div>
</div>
</div>
<div class="jp-Cell jp-MarkdownCell jp-Notebook-cell">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput " data-mime-type="text/markdown">
<h2 id="Non-human-authors-?">Non-human authors ?<a class="anchor-link" href="#Non-human-authors-?">&#182;</a></h2><p><a href="https://blog.ash.bzh/en/sunday-query-the-200-oldest-alive-french-actresses/">This blog post</a> from Harmonia Amanda, part of a series of "Sunday Queries" develops the idea of querying wikidata for the 200 oldest alive French actresses (known to the wikidata of course).</p>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[27]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">prefixes</span> <span class="o">=</span> <span class="s2">&quot;&quot;&quot;</span>
<span class="s2">PREFIX wd: &lt;http://www.wikidata.org/entity/&gt;</span>
<span class="s2">PREFIX wdt: &lt;http://www.wikidata.org/prop/direct/&gt;</span>
<span class="s2">PREFIX wikibase: &lt;http://wikiba.se/ontology#&gt;</span>
<span class="s2">PREFIX p: &lt;http://www.wikidata.org/prop/&gt;</span>
<span class="s2">PREFIX ps: &lt;http://www.wikidata.org/prop/statement/&gt;</span>
<span class="s2">PREFIX pq: &lt;http://www.wikidata.org/prop/qualifier/&gt;</span>
<span class="s2">PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;</span>
<span class="s2">PREFIX bd: &lt;http://www.bigdata.com/rdf#&gt;</span>
<span class="s2">&quot;&quot;&quot;</span>
</pre></div>
</div>
</div>
</div>
</div>
</div>
<div class="jp-Cell jp-MarkdownCell jp-Notebook-cell">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput " data-mime-type="text/markdown">
<p><a href="https://www.wikidata.org/wiki/Q5">Q5</a>: Human<br>
<a href="https://www.wikidata.org/wiki/Property:P31">P31</a>: Instance of<br>
<a href="https://www.wikidata.org/wiki/Property:P50">P50</a>: author</p>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[31]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">q2</span> <span class="o">=</span> <span class="s2">&quot;&quot;&quot;</span>
<span class="s2">SELECT ?person WHERE {</span>
<span class="s2"> ?person wdt:P31 wd:Q5 .</span>
<span class="s2"> ?person wdt:P50 ?work .</span>
<span class="s2">}</span>
<span class="s2">LIMIT 10</span>
<span class="s2">&quot;&quot;&quot;</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[32]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="k">def</span> <span class="nf">query</span> <span class="p">(</span><span class="n">q</span><span class="p">,</span> <span class="nb">format</span><span class="o">=</span><span class="s2">&quot;json&quot;</span><span class="p">,</span> <span class="n">endpoint</span><span class="o">=</span><span class="s2">&quot;https://query.wikidata.org/sparql&quot;</span><span class="p">):</span>
<span class="n">p</span> <span class="o">=</span> <span class="p">{}</span>
<span class="n">p</span><span class="p">[</span><span class="s1">&#39;format&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="nb">format</span>
<span class="n">p</span><span class="p">[</span><span class="s1">&#39;query&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="n">q</span>
<span class="n">f</span> <span class="o">=</span> <span class="n">urlopen</span><span class="p">(</span><span class="n">endpoint</span><span class="o">+</span><span class="s2">&quot;?&quot;</span><span class="o">+</span><span class="n">urlencode</span><span class="p">(</span><span class="n">p</span><span class="p">))</span>
<span class="k">return</span> <span class="n">json</span><span class="o">.</span><span class="n">load</span><span class="p">(</span><span class="n">f</span><span class="p">)[</span><span class="s1">&#39;results&#39;</span><span class="p">][</span><span class="s1">&#39;bindings&#39;</span><span class="p">]</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[33]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="k">for</span> <span class="n">r</span> <span class="ow">in</span> <span class="n">query</span><span class="p">(</span><span class="n">prefixes</span> <span class="o">+</span> <span class="n">q2</span><span class="p">):</span>
<span class="nb">print</span> <span class="p">(</span><span class="n">r</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr">
<pre>
<span class="ansi-red-fg">---------------------------------------------------------------------------</span>
<span class="ansi-red-fg">HTTPError</span> Traceback (most recent call last)
<span class="ansi-green-fg">/tmp/ipykernel_28330/1456671096.py</span> in <span class="ansi-cyan-fg">&lt;module&gt;</span>
<span class="ansi-green-fg">----&gt; 1</span><span class="ansi-red-fg"> </span><span class="ansi-green-fg">for</span> r <span class="ansi-green-fg">in</span> query<span class="ansi-blue-fg">(</span>prefixes <span class="ansi-blue-fg">+</span> q2<span class="ansi-blue-fg">)</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-intense-fg ansi-bold"> 2</span> print <span class="ansi-blue-fg">(</span>r<span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 3</span>
<span class="ansi-green-fg">/tmp/ipykernel_28330/1949341471.py</span> in <span class="ansi-cyan-fg">query</span><span class="ansi-blue-fg">(q, format, endpoint)</span>
<span class="ansi-green-intense-fg ansi-bold"> 3</span> p<span class="ansi-blue-fg">[</span><span class="ansi-blue-fg">&#39;format&#39;</span><span class="ansi-blue-fg">]</span> <span class="ansi-blue-fg">=</span> format
<span class="ansi-green-intense-fg ansi-bold"> 4</span> p<span class="ansi-blue-fg">[</span><span class="ansi-blue-fg">&#39;query&#39;</span><span class="ansi-blue-fg">]</span> <span class="ansi-blue-fg">=</span> q
<span class="ansi-green-fg">----&gt; 5</span><span class="ansi-red-fg"> </span>f <span class="ansi-blue-fg">=</span> urlopen<span class="ansi-blue-fg">(</span>endpoint<span class="ansi-blue-fg">+</span><span class="ansi-blue-fg">&#34;?&#34;</span><span class="ansi-blue-fg">+</span>urlencode<span class="ansi-blue-fg">(</span>p<span class="ansi-blue-fg">)</span><span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 6</span> <span class="ansi-green-fg">return</span> json<span class="ansi-blue-fg">.</span>load<span class="ansi-blue-fg">(</span>f<span class="ansi-blue-fg">)</span><span class="ansi-blue-fg">[</span><span class="ansi-blue-fg">&#39;results&#39;</span><span class="ansi-blue-fg">]</span><span class="ansi-blue-fg">[</span><span class="ansi-blue-fg">&#39;bindings&#39;</span><span class="ansi-blue-fg">]</span>
<span class="ansi-green-fg">/usr/lib/python3.9/urllib/request.py</span> in <span class="ansi-cyan-fg">urlopen</span><span class="ansi-blue-fg">(url, data, timeout, cafile, capath, cadefault, context)</span>
<span class="ansi-green-intense-fg ansi-bold"> 212</span> <span class="ansi-green-fg">else</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-intense-fg ansi-bold"> 213</span> opener <span class="ansi-blue-fg">=</span> _opener
<span class="ansi-green-fg">--&gt; 214</span><span class="ansi-red-fg"> </span><span class="ansi-green-fg">return</span> opener<span class="ansi-blue-fg">.</span>open<span class="ansi-blue-fg">(</span>url<span class="ansi-blue-fg">,</span> data<span class="ansi-blue-fg">,</span> timeout<span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 215</span>
<span class="ansi-green-intense-fg ansi-bold"> 216</span> <span class="ansi-green-fg">def</span> install_opener<span class="ansi-blue-fg">(</span>opener<span class="ansi-blue-fg">)</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-fg">/usr/lib/python3.9/urllib/request.py</span> in <span class="ansi-cyan-fg">open</span><span class="ansi-blue-fg">(self, fullurl, data, timeout)</span>
<span class="ansi-green-intense-fg ansi-bold"> 521</span> <span class="ansi-green-fg">for</span> processor <span class="ansi-green-fg">in</span> self<span class="ansi-blue-fg">.</span>process_response<span class="ansi-blue-fg">.</span>get<span class="ansi-blue-fg">(</span>protocol<span class="ansi-blue-fg">,</span> <span class="ansi-blue-fg">[</span><span class="ansi-blue-fg">]</span><span class="ansi-blue-fg">)</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-intense-fg ansi-bold"> 522</span> meth <span class="ansi-blue-fg">=</span> getattr<span class="ansi-blue-fg">(</span>processor<span class="ansi-blue-fg">,</span> meth_name<span class="ansi-blue-fg">)</span>
<span class="ansi-green-fg">--&gt; 523</span><span class="ansi-red-fg"> </span>response <span class="ansi-blue-fg">=</span> meth<span class="ansi-blue-fg">(</span>req<span class="ansi-blue-fg">,</span> response<span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 524</span>
<span class="ansi-green-intense-fg ansi-bold"> 525</span> <span class="ansi-green-fg">return</span> response
<span class="ansi-green-fg">/usr/lib/python3.9/urllib/request.py</span> in <span class="ansi-cyan-fg">http_response</span><span class="ansi-blue-fg">(self, request, response)</span>
<span class="ansi-green-intense-fg ansi-bold"> 630</span> <span class="ansi-red-fg"># request was successfully received, understood, and accepted.</span>
<span class="ansi-green-intense-fg ansi-bold"> 631</span> <span class="ansi-green-fg">if</span> <span class="ansi-green-fg">not</span> <span class="ansi-blue-fg">(</span><span class="ansi-cyan-fg">200</span> <span class="ansi-blue-fg">&lt;=</span> code <span class="ansi-blue-fg">&lt;</span> <span class="ansi-cyan-fg">300</span><span class="ansi-blue-fg">)</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-fg">--&gt; 632</span><span class="ansi-red-fg"> response = self.parent.error(
</span><span class="ansi-green-intense-fg ansi-bold"> 633</span> &#39;http&#39;, request, response, code, msg, hdrs)
<span class="ansi-green-intense-fg ansi-bold"> 634</span>
<span class="ansi-green-fg">/usr/lib/python3.9/urllib/request.py</span> in <span class="ansi-cyan-fg">error</span><span class="ansi-blue-fg">(self, proto, *args)</span>
<span class="ansi-green-intense-fg ansi-bold"> 559</span> <span class="ansi-green-fg">if</span> http_err<span class="ansi-blue-fg">:</span>
<span class="ansi-green-intense-fg ansi-bold"> 560</span> args <span class="ansi-blue-fg">=</span> <span class="ansi-blue-fg">(</span>dict<span class="ansi-blue-fg">,</span> <span class="ansi-blue-fg">&#39;default&#39;</span><span class="ansi-blue-fg">,</span> <span class="ansi-blue-fg">&#39;http_error_default&#39;</span><span class="ansi-blue-fg">)</span> <span class="ansi-blue-fg">+</span> orig_args
<span class="ansi-green-fg">--&gt; 561</span><span class="ansi-red-fg"> </span><span class="ansi-green-fg">return</span> self<span class="ansi-blue-fg">.</span>_call_chain<span class="ansi-blue-fg">(</span><span class="ansi-blue-fg">*</span>args<span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 562</span>
<span class="ansi-green-intense-fg ansi-bold"> 563</span> <span class="ansi-red-fg"># XXX probably also want an abstract factory that knows when it makes</span>
<span class="ansi-green-fg">/usr/lib/python3.9/urllib/request.py</span> in <span class="ansi-cyan-fg">_call_chain</span><span class="ansi-blue-fg">(self, chain, kind, meth_name, *args)</span>
<span class="ansi-green-intense-fg ansi-bold"> 492</span> <span class="ansi-green-fg">for</span> handler <span class="ansi-green-fg">in</span> handlers<span class="ansi-blue-fg">:</span>
<span class="ansi-green-intense-fg ansi-bold"> 493</span> func <span class="ansi-blue-fg">=</span> getattr<span class="ansi-blue-fg">(</span>handler<span class="ansi-blue-fg">,</span> meth_name<span class="ansi-blue-fg">)</span>
<span class="ansi-green-fg">--&gt; 494</span><span class="ansi-red-fg"> </span>result <span class="ansi-blue-fg">=</span> func<span class="ansi-blue-fg">(</span><span class="ansi-blue-fg">*</span>args<span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 495</span> <span class="ansi-green-fg">if</span> result <span class="ansi-green-fg">is</span> <span class="ansi-green-fg">not</span> <span class="ansi-green-fg">None</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-intense-fg ansi-bold"> 496</span> <span class="ansi-green-fg">return</span> result
<span class="ansi-green-fg">/usr/lib/python3.9/urllib/request.py</span> in <span class="ansi-cyan-fg">http_error_default</span><span class="ansi-blue-fg">(self, req, fp, code, msg, hdrs)</span>
<span class="ansi-green-intense-fg ansi-bold"> 639</span> <span class="ansi-green-fg">class</span> HTTPDefaultErrorHandler<span class="ansi-blue-fg">(</span>BaseHandler<span class="ansi-blue-fg">)</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-intense-fg ansi-bold"> 640</span> <span class="ansi-green-fg">def</span> http_error_default<span class="ansi-blue-fg">(</span>self<span class="ansi-blue-fg">,</span> req<span class="ansi-blue-fg">,</span> fp<span class="ansi-blue-fg">,</span> code<span class="ansi-blue-fg">,</span> msg<span class="ansi-blue-fg">,</span> hdrs<span class="ansi-blue-fg">)</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-fg">--&gt; 641</span><span class="ansi-red-fg"> </span><span class="ansi-green-fg">raise</span> HTTPError<span class="ansi-blue-fg">(</span>req<span class="ansi-blue-fg">.</span>full_url<span class="ansi-blue-fg">,</span> code<span class="ansi-blue-fg">,</span> msg<span class="ansi-blue-fg">,</span> hdrs<span class="ansi-blue-fg">,</span> fp<span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 642</span>
<span class="ansi-green-intense-fg ansi-bold"> 643</span> <span class="ansi-green-fg">class</span> HTTPRedirectHandler<span class="ansi-blue-fg">(</span>BaseHandler<span class="ansi-blue-fg">)</span><span class="ansi-blue-fg">:</span>
<span class="ansi-red-fg">HTTPError</span>: HTTP Error 500: Internal Server Error</pre>
</div>
</div>
</div>
</div>
</div>
<div class="jp-Cell jp-MarkdownCell jp-Notebook-cell">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput " data-mime-type="text/markdown">
<h2 id="Non-Human">Non-Human<a class="anchor-link" href="#Non-Human">&#182;</a></h2><p>The <a href="https://www.wikidata.org/wiki/Wikidata:Query_Builder">query builder documentation</a> includes an example of a search for "<a href="https://www.wikidata.org/wiki/Wikidata:Query_Builder#/media/File:Wikidata_SQB_Feb_2021_-_Simple_query_2.png">Items having an occupation but not being humans</a>".</p>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[35]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">qq</span> <span class="o">=</span> <span class="s2">&quot;&quot;&quot;</span>
<span class="s2">SELECT DISTINCT ?item ?statement0 ?thing WHERE {</span>
<span class="s2"> {</span>
<span class="s2"> SELECT DISTINCT ?item WHERE {</span>
<span class="s2"> MINUS {</span>
<span class="s2"> ?item p:P31 ?statement0.</span>
<span class="s2"> ?statement0 (ps:P31/(wdt:P279*)) wd:Q5.</span>
<span class="s2"> }</span>
<span class="s2"> ?item ^p:P50 ?statement1.</span>
<span class="s2"> ?statement1 ^(ps:P50/(wdt:P279*)) ?thing.</span>
<span class="s2"> }</span>
<span class="s2"> LIMIT 100</span>
<span class="s2"> }</span>
<span class="s2">}&quot;&quot;&quot;</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[36]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="k">for</span> <span class="n">r</span> <span class="ow">in</span> <span class="n">query</span><span class="p">(</span><span class="n">prefixes</span> <span class="o">+</span> <span class="n">qq</span><span class="p">):</span>
<span class="nb">print</span> <span class="p">(</span><span class="n">r</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr">
<pre>
<span class="ansi-red-fg">---------------------------------------------------------------------------</span>
<span class="ansi-red-fg">HTTPError</span> Traceback (most recent call last)
<span class="ansi-green-fg">/tmp/ipykernel_28330/328190557.py</span> in <span class="ansi-cyan-fg">&lt;module&gt;</span>
<span class="ansi-green-fg">----&gt; 1</span><span class="ansi-red-fg"> </span><span class="ansi-green-fg">for</span> r <span class="ansi-green-fg">in</span> query<span class="ansi-blue-fg">(</span>prefixes <span class="ansi-blue-fg">+</span> qq<span class="ansi-blue-fg">)</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-intense-fg ansi-bold"> 2</span> print <span class="ansi-blue-fg">(</span>r<span class="ansi-blue-fg">)</span>
<span class="ansi-green-fg">/tmp/ipykernel_28330/1949341471.py</span> in <span class="ansi-cyan-fg">query</span><span class="ansi-blue-fg">(q, format, endpoint)</span>
<span class="ansi-green-intense-fg ansi-bold"> 3</span> p<span class="ansi-blue-fg">[</span><span class="ansi-blue-fg">&#39;format&#39;</span><span class="ansi-blue-fg">]</span> <span class="ansi-blue-fg">=</span> format
<span class="ansi-green-intense-fg ansi-bold"> 4</span> p<span class="ansi-blue-fg">[</span><span class="ansi-blue-fg">&#39;query&#39;</span><span class="ansi-blue-fg">]</span> <span class="ansi-blue-fg">=</span> q
<span class="ansi-green-fg">----&gt; 5</span><span class="ansi-red-fg"> </span>f <span class="ansi-blue-fg">=</span> urlopen<span class="ansi-blue-fg">(</span>endpoint<span class="ansi-blue-fg">+</span><span class="ansi-blue-fg">&#34;?&#34;</span><span class="ansi-blue-fg">+</span>urlencode<span class="ansi-blue-fg">(</span>p<span class="ansi-blue-fg">)</span><span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 6</span> <span class="ansi-green-fg">return</span> json<span class="ansi-blue-fg">.</span>load<span class="ansi-blue-fg">(</span>f<span class="ansi-blue-fg">)</span><span class="ansi-blue-fg">[</span><span class="ansi-blue-fg">&#39;results&#39;</span><span class="ansi-blue-fg">]</span><span class="ansi-blue-fg">[</span><span class="ansi-blue-fg">&#39;bindings&#39;</span><span class="ansi-blue-fg">]</span>
<span class="ansi-green-fg">/usr/lib/python3.9/urllib/request.py</span> in <span class="ansi-cyan-fg">urlopen</span><span class="ansi-blue-fg">(url, data, timeout, cafile, capath, cadefault, context)</span>
<span class="ansi-green-intense-fg ansi-bold"> 212</span> <span class="ansi-green-fg">else</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-intense-fg ansi-bold"> 213</span> opener <span class="ansi-blue-fg">=</span> _opener
<span class="ansi-green-fg">--&gt; 214</span><span class="ansi-red-fg"> </span><span class="ansi-green-fg">return</span> opener<span class="ansi-blue-fg">.</span>open<span class="ansi-blue-fg">(</span>url<span class="ansi-blue-fg">,</span> data<span class="ansi-blue-fg">,</span> timeout<span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 215</span>
<span class="ansi-green-intense-fg ansi-bold"> 216</span> <span class="ansi-green-fg">def</span> install_opener<span class="ansi-blue-fg">(</span>opener<span class="ansi-blue-fg">)</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-fg">/usr/lib/python3.9/urllib/request.py</span> in <span class="ansi-cyan-fg">open</span><span class="ansi-blue-fg">(self, fullurl, data, timeout)</span>
<span class="ansi-green-intense-fg ansi-bold"> 521</span> <span class="ansi-green-fg">for</span> processor <span class="ansi-green-fg">in</span> self<span class="ansi-blue-fg">.</span>process_response<span class="ansi-blue-fg">.</span>get<span class="ansi-blue-fg">(</span>protocol<span class="ansi-blue-fg">,</span> <span class="ansi-blue-fg">[</span><span class="ansi-blue-fg">]</span><span class="ansi-blue-fg">)</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-intense-fg ansi-bold"> 522</span> meth <span class="ansi-blue-fg">=</span> getattr<span class="ansi-blue-fg">(</span>processor<span class="ansi-blue-fg">,</span> meth_name<span class="ansi-blue-fg">)</span>
<span class="ansi-green-fg">--&gt; 523</span><span class="ansi-red-fg"> </span>response <span class="ansi-blue-fg">=</span> meth<span class="ansi-blue-fg">(</span>req<span class="ansi-blue-fg">,</span> response<span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 524</span>
<span class="ansi-green-intense-fg ansi-bold"> 525</span> <span class="ansi-green-fg">return</span> response
<span class="ansi-green-fg">/usr/lib/python3.9/urllib/request.py</span> in <span class="ansi-cyan-fg">http_response</span><span class="ansi-blue-fg">(self, request, response)</span>
<span class="ansi-green-intense-fg ansi-bold"> 630</span> <span class="ansi-red-fg"># request was successfully received, understood, and accepted.</span>
<span class="ansi-green-intense-fg ansi-bold"> 631</span> <span class="ansi-green-fg">if</span> <span class="ansi-green-fg">not</span> <span class="ansi-blue-fg">(</span><span class="ansi-cyan-fg">200</span> <span class="ansi-blue-fg">&lt;=</span> code <span class="ansi-blue-fg">&lt;</span> <span class="ansi-cyan-fg">300</span><span class="ansi-blue-fg">)</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-fg">--&gt; 632</span><span class="ansi-red-fg"> response = self.parent.error(
</span><span class="ansi-green-intense-fg ansi-bold"> 633</span> &#39;http&#39;, request, response, code, msg, hdrs)
<span class="ansi-green-intense-fg ansi-bold"> 634</span>
<span class="ansi-green-fg">/usr/lib/python3.9/urllib/request.py</span> in <span class="ansi-cyan-fg">error</span><span class="ansi-blue-fg">(self, proto, *args)</span>
<span class="ansi-green-intense-fg ansi-bold"> 559</span> <span class="ansi-green-fg">if</span> http_err<span class="ansi-blue-fg">:</span>
<span class="ansi-green-intense-fg ansi-bold"> 560</span> args <span class="ansi-blue-fg">=</span> <span class="ansi-blue-fg">(</span>dict<span class="ansi-blue-fg">,</span> <span class="ansi-blue-fg">&#39;default&#39;</span><span class="ansi-blue-fg">,</span> <span class="ansi-blue-fg">&#39;http_error_default&#39;</span><span class="ansi-blue-fg">)</span> <span class="ansi-blue-fg">+</span> orig_args
<span class="ansi-green-fg">--&gt; 561</span><span class="ansi-red-fg"> </span><span class="ansi-green-fg">return</span> self<span class="ansi-blue-fg">.</span>_call_chain<span class="ansi-blue-fg">(</span><span class="ansi-blue-fg">*</span>args<span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 562</span>
<span class="ansi-green-intense-fg ansi-bold"> 563</span> <span class="ansi-red-fg"># XXX probably also want an abstract factory that knows when it makes</span>
<span class="ansi-green-fg">/usr/lib/python3.9/urllib/request.py</span> in <span class="ansi-cyan-fg">_call_chain</span><span class="ansi-blue-fg">(self, chain, kind, meth_name, *args)</span>
<span class="ansi-green-intense-fg ansi-bold"> 492</span> <span class="ansi-green-fg">for</span> handler <span class="ansi-green-fg">in</span> handlers<span class="ansi-blue-fg">:</span>
<span class="ansi-green-intense-fg ansi-bold"> 493</span> func <span class="ansi-blue-fg">=</span> getattr<span class="ansi-blue-fg">(</span>handler<span class="ansi-blue-fg">,</span> meth_name<span class="ansi-blue-fg">)</span>
<span class="ansi-green-fg">--&gt; 494</span><span class="ansi-red-fg"> </span>result <span class="ansi-blue-fg">=</span> func<span class="ansi-blue-fg">(</span><span class="ansi-blue-fg">*</span>args<span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 495</span> <span class="ansi-green-fg">if</span> result <span class="ansi-green-fg">is</span> <span class="ansi-green-fg">not</span> <span class="ansi-green-fg">None</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-intense-fg ansi-bold"> 496</span> <span class="ansi-green-fg">return</span> result
<span class="ansi-green-fg">/usr/lib/python3.9/urllib/request.py</span> in <span class="ansi-cyan-fg">http_error_default</span><span class="ansi-blue-fg">(self, req, fp, code, msg, hdrs)</span>
<span class="ansi-green-intense-fg ansi-bold"> 639</span> <span class="ansi-green-fg">class</span> HTTPDefaultErrorHandler<span class="ansi-blue-fg">(</span>BaseHandler<span class="ansi-blue-fg">)</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-intense-fg ansi-bold"> 640</span> <span class="ansi-green-fg">def</span> http_error_default<span class="ansi-blue-fg">(</span>self<span class="ansi-blue-fg">,</span> req<span class="ansi-blue-fg">,</span> fp<span class="ansi-blue-fg">,</span> code<span class="ansi-blue-fg">,</span> msg<span class="ansi-blue-fg">,</span> hdrs<span class="ansi-blue-fg">)</span><span class="ansi-blue-fg">:</span>
<span class="ansi-green-fg">--&gt; 641</span><span class="ansi-red-fg"> </span><span class="ansi-green-fg">raise</span> HTTPError<span class="ansi-blue-fg">(</span>req<span class="ansi-blue-fg">.</span>full_url<span class="ansi-blue-fg">,</span> code<span class="ansi-blue-fg">,</span> msg<span class="ansi-blue-fg">,</span> hdrs<span class="ansi-blue-fg">,</span> fp<span class="ansi-blue-fg">)</span>
<span class="ansi-green-intense-fg ansi-bold"> 642</span>
<span class="ansi-green-intense-fg ansi-bold"> 643</span> <span class="ansi-green-fg">class</span> HTTPRedirectHandler<span class="ansi-blue-fg">(</span>BaseHandler<span class="ansi-blue-fg">)</span><span class="ansi-blue-fg">:</span>
<span class="ansi-red-fg">HTTPError</span>: HTTP Error 500: Internal Server Error</pre>
</div>
</div>
</div>
</div>
</div>
<div class="jp-Cell jp-MarkdownCell jp-Notebook-cell">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput " data-mime-type="text/markdown">
<ul>
<li><a href="https://query.wikidata.org/#SELECT%20DISTINCT%20%3Fperson%20%3Fbook%20WHERE%20%7B%0A%20%20%3Fbook%20p%3AP50%20%3Fstatement0.%0A%20%20%3Fstatement0%20%28ps%3AP50%2F%28wdt%3AP279%2a%29%29%20%3Fperson.%0A%20%20%3Fperson%20p%3AP27%20%3Fstatement1.%0A%20%20%3Fstatement1%20%28ps%3AP27%2F%28wdt%3AP279%2a%29%29%20wd%3AQ142.%0A%7D%0ALIMIT%2010">French Authors</a></li>
<li><p><a href="https://query.wikidata.org/#SELECT%20DISTINCT%20%3Fperson%20%3FpersonLabel%20%3Fbook%20%3FbookLabel%20WHERE%20%7B%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%2Cfr%22.%20%7D%0A%20%20%3Fbook%20p%3AP50%20%3Fstatement0.%0A%20%20%3Fstatement0%20%28ps%3AP50%2F%28wdt%3AP279%2a%29%29%20%3Fperson.%0A%20%20%3Fperson%20p%3AP27%20%3Fstatement1.%0A%20%20%3Fstatement1%20%28ps%3AP27%2F%28wdt%3AP279%2a%29%29%20wd%3AQ142.%0A%7D%0ALIMIT%2050">More French Authors</a></p>
</li>
<li><p><a href="https://query.wikidata.org/#SELECT%20DISTINCT%20%3Fperson%20%3FpersonLabel%20%3Fbook%20%3FbookLabel%20WHERE%20%7B%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%2Cfr%22.%20%7D%0A%20%20%3Fbook%20p%3AP50%20%3Fstatement0.%0A%20%20%3Fstatement0%20%28ps%3AP50%2F%28wdt%3AP279%2a%29%29%20%3Fperson.%0A%20%20%3Fperson%20p%3AP31%20%3Fstatement1.%0A%20%20%3Fstatement1%20%28ps%3AP31%2F%28wdt%3AP279%2a%29%29%20wd%3AQ146.%0A%7D%0ALIMIT%2050">Query for cat authors</a></p>
</li>
<li><p><a href="https://en.wikipedia.org/wiki/F._D._C._Willard">https://en.wikipedia.org/wiki/F._D._C._Willard</a></p>
</li>
<li><p><a href="https://query.wikidata.org/#SELECT%20DISTINCT%20%3Fperson%20%3FpersonLabel%20%3Fbook%20%3FbookLabel%20WHERE%20%7B%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%2Cfr%22.%20%7D%0A%20%20%3Fbook%20p%3AP50%20%3Fstatement0.%0A%20%20%3Fstatement0%20%28ps%3AP50%2F%28wdt%3AP279%2a%29%29%20%3Fperson.%0A%20%20%3Fperson%20p%3AP31%20%3Fstatement1.%0A%20%20%3Fstatement1%20%28ps%3AP31%2F%28wdt%3AP279%2a%29%29%20wd%3AQ144.%0A%7D%0ALIMIT%2050">QUery for dog authors</a></p>
</li>
<li><p><a href="https://query.wikidata.org/#SELECT%20%3Fbook%20%3Ftitle%0AWHERE%20%7B%0A%20%20%3Fbook%20wdt%3AP50%20wd%3AQ253407%20.%0A%20%20%3Fbook%20rdfs%3Alabel%20%3Ftitle%20.%0A%7D%0A">Books written by Donna Haraway (Q253407)</a></p>
</li>
<li><p><a href="https://query.wikidata.org/#SELECT%20DISTINCT%20%3Fcoauthor%20%3Fcoauthor_label%20%3Ftitle%0AWHERE%20%7B%0A%20%20%3Fbook%20wdt%3AP50%20wd%3AQ253407%20.%0A%20%20%3Fbook%20rdfs%3Alabel%20%3Ftitle%20.%0A%20%20%3Fbook%20wdt%3AP50%20%3Fcoauthor%20.%0A%20%20%3Fcoauthor%20rdfs%3Alabel%20%3Fcoauthor_label%20.%0A%20%20FILTER%20%28%3Fcoauthor%20%21%3D%20wd%3AQ253407%29%20.%0A%7D%0AORDER%20BY%20%3Fcoauthor_label%0A">co-authors with Donna Haraway</a></p>
</li>
</ul>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[40]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[44]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">e</span> <span class="o">=</span> <span class="n">client</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s1">&#39;Q283&#39;</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[47]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr">
<pre>
<span class="ansi-red-fg">---------------------------------------------------------------------------</span>
<span class="ansi-red-fg">AttributeError</span> Traceback (most recent call last)
<span class="ansi-green-fg">/tmp/ipykernel_28330/3451889978.py</span> in <span class="ansi-cyan-fg">&lt;module&gt;</span>
<span class="ansi-green-fg">----&gt; 1</span><span class="ansi-red-fg"> </span>print <span class="ansi-blue-fg">(</span>e<span class="ansi-blue-fg">.</span>title<span class="ansi-blue-fg">)</span>
<span class="ansi-red-fg">AttributeError</span>: &#39;Entity&#39; object has no attribute &#39;title&#39;</pre>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[93]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="kn">import</span> <span class="nn">re</span>
<span class="k">def</span> <span class="nf">get_info</span> <span class="p">(</span><span class="n">wdurl</span><span class="p">):</span>
<span class="n">m</span> <span class="o">=</span> <span class="n">re</span><span class="o">.</span><span class="n">search</span><span class="p">(</span><span class="sa">r</span><span class="s2">&quot;^https?:\/\/www\.wikidata\.org\/(wiki|entity)/(?P&lt;q&gt;Q\d+)$&quot;</span><span class="p">,</span> <span class="n">wdurl</span><span class="p">)</span>
<span class="k">if</span> <span class="n">m</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span>
<span class="n">qid</span> <span class="o">=</span> <span class="n">m</span><span class="o">.</span><span class="n">groupdict</span><span class="p">()[</span><span class="s1">&#39;q&#39;</span><span class="p">]</span>
<span class="nb">print</span> <span class="p">(</span><span class="s2">&quot;qid&quot;</span><span class="p">,</span> <span class="n">qid</span><span class="p">)</span>
<span class="n">url</span> <span class="o">=</span> <span class="sa">f</span><span class="s2">&quot;https://www.wikidata.org/wiki/Special:EntityData/</span><span class="si">{</span><span class="n">qid</span><span class="si">}</span><span class="s2">.json?flavor=simple&quot;</span>
<span class="k">return</span> <span class="n">json</span><span class="o">.</span><span class="n">load</span><span class="p">(</span><span class="n">urlopen</span><span class="p">(</span><span class="n">url</span><span class="p">))[</span><span class="s1">&#39;entities&#39;</span><span class="p">][</span><span class="n">qid</span><span class="p">]</span>
<span class="k">else</span><span class="p">:</span>
<span class="nb">print</span><span class="p">(</span><span class="s2">&quot;unrecognized url&quot;</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[94]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">url</span> <span class="o">=</span> <span class="s2">&quot;http://www.wikidata.org/entity/Q283&quot;</span>
</pre></div>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[95]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">get_info</span><span class="p">(</span><span class="n">url</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="text/plain">
<pre>qid Q283
</pre>
</div>
</div>
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt">Out[95]:</div>
<div class="jp-RenderedText jp-OutputArea-output jp-OutputArea-executeResult" data-mime-type="text/plain">
<pre>{&#39;pageid&#39;: 459,
&#39;ns&#39;: 0,
&#39;title&#39;: &#39;Q283&#39;,
&#39;lastrevid&#39;: 1767502457,
&#39;modified&#39;: &#39;2022-11-08T18:29:52Z&#39;,
&#39;type&#39;: &#39;item&#39;,
&#39;id&#39;: &#39;Q283&#39;,
&#39;labels&#39;: {&#39;fr&#39;: {&#39;language&#39;: &#39;fr&#39;, &#39;value&#39;: &#39;eau&#39;},
&#39;en&#39;: {&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;water&#39;},
&#39;ru&#39;: {&#39;language&#39;: &#39;ru&#39;, &#39;value&#39;: &#39;вода&#39;},
&#39;it&#39;: {&#39;language&#39;: &#39;it&#39;, &#39;value&#39;: &#39;acqua&#39;},
&#39;be-tarask&#39;: {&#39;language&#39;: &#39;be-tarask&#39;, &#39;value&#39;: &#39;вада&#39;},
&#39;yue&#39;: {&#39;language&#39;: &#39;yue&#39;, &#39;value&#39;: &#39;水&#39;},
&#39;lzh&#39;: {&#39;language&#39;: &#39;lzh&#39;, &#39;value&#39;: &#39;水&#39;},
&#39;sgs&#39;: {&#39;language&#39;: &#39;sgs&#39;, &#39;value&#39;: &#39;Ondou&#39;},
&#39;nan&#39;: {&#39;language&#39;: &#39;nan&#39;, &#39;value&#39;: &#39;Chúi&#39;},
&#39;nds-nl&#39;: {&#39;language&#39;: &#39;nds-nl&#39;, &#39;value&#39;: &#39;Woater&#39;},
&#39;vro&#39;: {&#39;language&#39;: &#39;vro&#39;, &#39;value&#39;: &#39;Vesi&#39;},
&#39;nb&#39;: {&#39;language&#39;: &#39;nb&#39;, &#39;value&#39;: &#39;vann&#39;},
&#39;de&#39;: {&#39;language&#39;: &#39;de&#39;, &#39;value&#39;: &#39;Wasser&#39;},
&#39;en-ca&#39;: {&#39;language&#39;: &#39;en-ca&#39;, &#39;value&#39;: &#39;water&#39;},
&#39;en-gb&#39;: {&#39;language&#39;: &#39;en-gb&#39;, &#39;value&#39;: &#39;water&#39;},
&#39;la&#39;: {&#39;language&#39;: &#39;la&#39;, &#39;value&#39;: &#39;aqua&#39;},
&#39;af&#39;: {&#39;language&#39;: &#39;af&#39;, &#39;value&#39;: &#39;water&#39;},
&#39;ar&#39;: {&#39;language&#39;: &#39;ar&#39;, &#39;value&#39;: &#39;ماء&#39;},
&#39;am&#39;: {&#39;language&#39;: &#39;am&#39;, &#39;value&#39;: &#39;ውሃ&#39;},
&#39;an&#39;: {&#39;language&#39;: &#39;an&#39;, &#39;value&#39;: &#39;augua&#39;},
&#39;ang&#39;: {&#39;language&#39;: &#39;ang&#39;, &#39;value&#39;: &#39;wæter&#39;},
&#39;arc&#39;: {&#39;language&#39;: &#39;arc&#39;, &#39;value&#39;: &#39;ܡܝܐ&#39;},
&#39;arz&#39;: {&#39;language&#39;: &#39;arz&#39;, &#39;value&#39;: &#39;ميه&#39;},
&#39;ast&#39;: {&#39;language&#39;: &#39;ast&#39;, &#39;value&#39;: &#39;agua&#39;},
&#39;ay&#39;: {&#39;language&#39;: &#39;ay&#39;, &#39;value&#39;: &#39;uma&#39;},
&#39;az&#39;: {&#39;language&#39;: &#39;az&#39;, &#39;value&#39;: &#39;su&#39;},
&#39;ba&#39;: {&#39;language&#39;: &#39;ba&#39;, &#39;value&#39;: &#39;Һыу&#39;},
&#39;bar&#39;: {&#39;language&#39;: &#39;bar&#39;, &#39;value&#39;: &#39;Wossa&#39;},
&#39;be&#39;: {&#39;language&#39;: &#39;be&#39;, &#39;value&#39;: &#39;вада&#39;},
&#39;bg&#39;: {&#39;language&#39;: &#39;bg&#39;, &#39;value&#39;: &#39;вода&#39;},
&#39;bjn&#39;: {&#39;language&#39;: &#39;bjn&#39;, &#39;value&#39;: &#39;banyu&#39;},
&#39;bm&#39;: {&#39;language&#39;: &#39;bm&#39;, &#39;value&#39;: &#39;Ji&#39;},
&#39;bn&#39;: {&#39;language&#39;: &#39;bn&#39;, &#39;value&#39;: &#39;পানি&#39;},
&#39;bo&#39;: {&#39;language&#39;: &#39;bo&#39;, &#39;value&#39;: &#39;ཆུ།&#39;},
&#39;br&#39;: {&#39;language&#39;: &#39;br&#39;, &#39;value&#39;: &#39;dour&#39;},
&#39;bs&#39;: {&#39;language&#39;: &#39;bs&#39;, &#39;value&#39;: &#39;voda&#39;},
&#39;ca&#39;: {&#39;language&#39;: &#39;ca&#39;, &#39;value&#39;: &#39;aigua&#39;},
&#39;cdo&#39;: {&#39;language&#39;: &#39;cdo&#39;, &#39;value&#39;: &#39;cūi&#39;},
&#39;ce&#39;: {&#39;language&#39;: &#39;ce&#39;, &#39;value&#39;: &#39;хи&#39;},
&#39;ceb&#39;: {&#39;language&#39;: &#39;ceb&#39;, &#39;value&#39;: &#39;tubig&#39;},
&#39;ch&#39;: {&#39;language&#39;: &#39;ch&#39;, &#39;value&#39;: &#39;hånom&#39;},
&#39;chr&#39;: {&#39;language&#39;: &#39;chr&#39;, &#39;value&#39;: &#39;ᎠᎹ&#39;},
&#39;chy&#39;: {&#39;language&#39;: &#39;chy&#39;, &#39;value&#39;: &#39;mahpe&#39;},
&#39;ckb&#39;: {&#39;language&#39;: &#39;ckb&#39;, &#39;value&#39;: &#39;ئاو&#39;},
&#39;co&#39;: {&#39;language&#39;: &#39;co&#39;, &#39;value&#39;: &#39;acqua&#39;},
&#39;cr&#39;: {&#39;language&#39;: &#39;cr&#39;, &#39;value&#39;: &#39;ᓃᐲᔾ&#39;},
&#39;cs&#39;: {&#39;language&#39;: &#39;cs&#39;, &#39;value&#39;: &#39;voda&#39;},
&#39;cv&#39;: {&#39;language&#39;: &#39;cv&#39;, &#39;value&#39;: &#39;шыв&#39;},
&#39;cy&#39;: {&#39;language&#39;: &#39;cy&#39;, &#39;value&#39;: &#39;dŵr&#39;},
&#39;da&#39;: {&#39;language&#39;: &#39;da&#39;, &#39;value&#39;: &#39;vand&#39;},
&#39;dv&#39;: {&#39;language&#39;: &#39;dv&#39;, &#39;value&#39;: &#39;ފެން&#39;},
&#39;el&#39;: {&#39;language&#39;: &#39;el&#39;, &#39;value&#39;: &#39;νερό&#39;},
&#39;eml&#39;: {&#39;language&#39;: &#39;eml&#39;, &#39;value&#39;: &#39;aqua&#39;},
&#39;eo&#39;: {&#39;language&#39;: &#39;eo&#39;, &#39;value&#39;: &#39;akvo&#39;},
&#39;et&#39;: {&#39;language&#39;: &#39;et&#39;, &#39;value&#39;: &#39;vesi&#39;},
&#39;eu&#39;: {&#39;language&#39;: &#39;eu&#39;, &#39;value&#39;: &#39;ur&#39;},
&#39;ext&#39;: {&#39;language&#39;: &#39;ext&#39;, &#39;value&#39;: &#39;augua&#39;},
&#39;fa&#39;: {&#39;language&#39;: &#39;fa&#39;, &#39;value&#39;: &#39;آب&#39;},
&#39;fi&#39;: {&#39;language&#39;: &#39;fi&#39;, &#39;value&#39;: &#39;vesi&#39;},
&#39;frr&#39;: {&#39;language&#39;: &#39;frr&#39;, &#39;value&#39;: &#39;Weeder&#39;},
&#39;fur&#39;: {&#39;language&#39;: &#39;fur&#39;, &#39;value&#39;: &#39;aghe&#39;},
&#39;fy&#39;: {&#39;language&#39;: &#39;fy&#39;, &#39;value&#39;: &#39;wetter&#39;},
&#39;ga&#39;: {&#39;language&#39;: &#39;ga&#39;, &#39;value&#39;: &#39;uisce&#39;},
&#39;gan&#39;: {&#39;language&#39;: &#39;gan&#39;, &#39;value&#39;: &#39;水&#39;},
&#39;gd&#39;: {&#39;language&#39;: &#39;gd&#39;, &#39;value&#39;: &#39;uisge&#39;},
&#39;gl&#39;: {&#39;language&#39;: &#39;gl&#39;, &#39;value&#39;: &#39;auga&#39;},
&#39;gn&#39;: {&#39;language&#39;: &#39;gn&#39;, &#39;value&#39;: &#39;y&#39;},
&#39;gu&#39;: {&#39;language&#39;: &#39;gu&#39;, &#39;value&#39;: &#39;પાણી&#39;},
&#39;gv&#39;: {&#39;language&#39;: &#39;gv&#39;, &#39;value&#39;: &#39;ushtey&#39;},
&#39;hak&#39;: {&#39;language&#39;: &#39;hak&#39;, &#39;value&#39;: &#39;súi&#39;},
&#39;he&#39;: {&#39;language&#39;: &#39;he&#39;, &#39;value&#39;: &#39;מים&#39;},
&#39;hi&#39;: {&#39;language&#39;: &#39;hi&#39;, &#39;value&#39;: &#39;जल&#39;},
&#39;hif&#39;: {&#39;language&#39;: &#39;hif&#39;, &#39;value&#39;: &#39;paani&#39;},
&#39;hr&#39;: {&#39;language&#39;: &#39;hr&#39;, &#39;value&#39;: &#39;voda&#39;},
&#39;hsb&#39;: {&#39;language&#39;: &#39;hsb&#39;, &#39;value&#39;: &#39;woda&#39;},
&#39;ht&#39;: {&#39;language&#39;: &#39;ht&#39;, &#39;value&#39;: &#39;dlo&#39;},
&#39;hu&#39;: {&#39;language&#39;: &#39;hu&#39;, &#39;value&#39;: &#39;víz&#39;},
&#39;hy&#39;: {&#39;language&#39;: &#39;hy&#39;, &#39;value&#39;: &#39;ջուր&#39;},
&#39;ia&#39;: {&#39;language&#39;: &#39;ia&#39;, &#39;value&#39;: &#39;aqua&#39;},
&#39;id&#39;: {&#39;language&#39;: &#39;id&#39;, &#39;value&#39;: &#39;air&#39;},
&#39;ie&#39;: {&#39;language&#39;: &#39;ie&#39;, &#39;value&#39;: &#39;aqua&#39;},
&#39;ilo&#39;: {&#39;language&#39;: &#39;ilo&#39;, &#39;value&#39;: &#39;danum&#39;},
&#39;io&#39;: {&#39;language&#39;: &#39;io&#39;, &#39;value&#39;: &#39;aquo&#39;},
&#39;is&#39;: {&#39;language&#39;: &#39;is&#39;, &#39;value&#39;: &#39;vatn&#39;},
&#39;ja&#39;: {&#39;language&#39;: &#39;ja&#39;, &#39;value&#39;: &#39;水&#39;},
&#39;jbo&#39;: {&#39;language&#39;: &#39;jbo&#39;, &#39;value&#39;: &#39;djacu&#39;},
&#39;jv&#39;: {&#39;language&#39;: &#39;jv&#39;, &#39;value&#39;: &#39;banyu&#39;},
&#39;ka&#39;: {&#39;language&#39;: &#39;ka&#39;, &#39;value&#39;: &#39;წყალი&#39;},
&#39;kab&#39;: {&#39;language&#39;: &#39;kab&#39;, &#39;value&#39;: &#39;aman&#39;},
&#39;kg&#39;: {&#39;language&#39;: &#39;kg&#39;, &#39;value&#39;: &#39;maza&#39;},
&#39;ki&#39;: {&#39;language&#39;: &#39;ki&#39;, &#39;value&#39;: &#39;mai&#39;},
&#39;kk&#39;: {&#39;language&#39;: &#39;kk&#39;, &#39;value&#39;: &#39;су&#39;},
&#39;km&#39;: {&#39;language&#39;: &#39;km&#39;, &#39;value&#39;: &#39;ទឹក&#39;},
&#39;kn&#39;: {&#39;language&#39;: &#39;kn&#39;, &#39;value&#39;: &#39;ನೀರು&#39;},
&#39;ko&#39;: {&#39;language&#39;: &#39;ko&#39;, &#39;value&#39;: &#39;물&#39;},
&#39;ksh&#39;: {&#39;language&#39;: &#39;ksh&#39;, &#39;value&#39;: &#39;Wasser&#39;},
&#39;ku&#39;: {&#39;language&#39;: &#39;ku&#39;, &#39;value&#39;: &#39;av&#39;},
&#39;lad&#39;: {&#39;language&#39;: &#39;lad&#39;, &#39;value&#39;: &#39;agua&#39;},
&#39;lb&#39;: {&#39;language&#39;: &#39;lb&#39;, &#39;value&#39;: &#39;Waasser&#39;},
&#39;lez&#39;: {&#39;language&#39;: &#39;lez&#39;, &#39;value&#39;: &#39;яд&#39;},
&#39;li&#39;: {&#39;language&#39;: &#39;li&#39;, &#39;value&#39;: &#39;water&#39;},
&#39;lmo&#39;: {&#39;language&#39;: &#39;lmo&#39;, &#39;value&#39;: &#39;aqua&#39;},
&#39;ln&#39;: {&#39;language&#39;: &#39;ln&#39;, &#39;value&#39;: &#39;mái&#39;},
&#39;lt&#39;: {&#39;language&#39;: &#39;lt&#39;, &#39;value&#39;: &#39;vanduo&#39;},
&#39;ltg&#39;: {&#39;language&#39;: &#39;ltg&#39;, &#39;value&#39;: &#39;Iudiņs&#39;},
&#39;lv&#39;: {&#39;language&#39;: &#39;lv&#39;, &#39;value&#39;: &#39;ūdens&#39;},
&#39;mdf&#39;: {&#39;language&#39;: &#39;mdf&#39;, &#39;value&#39;: &#39;ведь&#39;},
&#39;mg&#39;: {&#39;language&#39;: &#39;mg&#39;, &#39;value&#39;: &#39;rano&#39;},
&#39;mk&#39;: {&#39;language&#39;: &#39;mk&#39;, &#39;value&#39;: &#39;вода&#39;},
&#39;ml&#39;: {&#39;language&#39;: &#39;ml&#39;, &#39;value&#39;: &#39;ജലം&#39;},
&#39;mn&#39;: {&#39;language&#39;: &#39;mn&#39;, &#39;value&#39;: &#39;Ус&#39;},
&#39;mr&#39;: {&#39;language&#39;: &#39;mr&#39;, &#39;value&#39;: &#39;पाणी&#39;},
&#39;ms&#39;: {&#39;language&#39;: &#39;ms&#39;, &#39;value&#39;: &#39;air&#39;},
&#39;mwl&#39;: {&#39;language&#39;: &#39;mwl&#39;, &#39;value&#39;: &#39;auga&#39;},
&#39;my&#39;: {&#39;language&#39;: &#39;my&#39;, &#39;value&#39;: &#39;ရေ&#39;},
&#39;mzn&#39;: {&#39;language&#39;: &#39;mzn&#39;, &#39;value&#39;: &#39;ئو&#39;},
&#39;na&#39;: {&#39;language&#39;: &#39;na&#39;, &#39;value&#39;: &#39;ebok&#39;},
&#39;nah&#39;: {&#39;language&#39;: &#39;nah&#39;, &#39;value&#39;: &#39;ātl&#39;},
&#39;nap&#39;: {&#39;language&#39;: &#39;nap&#39;, &#39;value&#39;: &#39;acqua&#39;},
&#39;nds&#39;: {&#39;language&#39;: &#39;nds&#39;, &#39;value&#39;: &#39;Water&#39;},
&#39;ne&#39;: {&#39;language&#39;: &#39;ne&#39;, &#39;value&#39;: &#39;पानी&#39;},
&#39;new&#39;: {&#39;language&#39;: &#39;new&#39;, &#39;value&#39;: &#39;लः&#39;},
&#39;nl&#39;: {&#39;language&#39;: &#39;nl&#39;, &#39;value&#39;: &#39;water&#39;},
&#39;nn&#39;: {&#39;language&#39;: &#39;nn&#39;, &#39;value&#39;: &#39;vatn&#39;},
&#39;nrm&#39;: {&#39;language&#39;: &#39;nrm&#39;, &#39;value&#39;: &#39;Ieau&#39;},
&#39;nv&#39;: {&#39;language&#39;: &#39;nv&#39;, &#39;value&#39;: &#39;tó&#39;},
&#39;oc&#39;: {&#39;language&#39;: &#39;oc&#39;, &#39;value&#39;: &#39;aiga&#39;},
&#39;om&#39;: {&#39;language&#39;: &#39;om&#39;, &#39;value&#39;: &#39;bishaan&#39;},
&#39;or&#39;: {&#39;language&#39;: &#39;or&#39;, &#39;value&#39;: &#39;ଜଳ&#39;},
&#39;os&#39;: {&#39;language&#39;: &#39;os&#39;, &#39;value&#39;: &#39;дон&#39;},
&#39;pa&#39;: {&#39;language&#39;: &#39;pa&#39;, &#39;value&#39;: &#39;ਪਾਣੀ&#39;},
&#39;pap&#39;: {&#39;language&#39;: &#39;pap&#39;, &#39;value&#39;: &#39;awa&#39;},
&#39;pdc&#39;: {&#39;language&#39;: &#39;pdc&#39;, &#39;value&#39;: &#39;Wasser&#39;},
&#39;pfl&#39;: {&#39;language&#39;: &#39;pfl&#39;, &#39;value&#39;: &#39;Wassa&#39;},
&#39;pl&#39;: {&#39;language&#39;: &#39;pl&#39;, &#39;value&#39;: &#39;woda&#39;},
&#39;pnb&#39;: {&#39;language&#39;: &#39;pnb&#39;, &#39;value&#39;: &#39;پاݨی&#39;},
&#39;ps&#39;: {&#39;language&#39;: &#39;ps&#39;, &#39;value&#39;: &#39;اوبه&#39;},
&#39;pt&#39;: {&#39;language&#39;: &#39;pt&#39;, &#39;value&#39;: &#39;água&#39;},
&#39;pt-br&#39;: {&#39;language&#39;: &#39;pt-br&#39;, &#39;value&#39;: &#39;água&#39;},
&#39;qu&#39;: {&#39;language&#39;: &#39;qu&#39;, &#39;value&#39;: &#39;yaku&#39;},
&#39;ro&#39;: {&#39;language&#39;: &#39;ro&#39;, &#39;value&#39;: &#39;apă&#39;},
&#39;rue&#39;: {&#39;language&#39;: &#39;rue&#39;, &#39;value&#39;: &#39;вода&#39;},
&#39;sa&#39;: {&#39;language&#39;: &#39;sa&#39;, &#39;value&#39;: &#39;जलम्&#39;},
&#39;sah&#39;: {&#39;language&#39;: &#39;sah&#39;, &#39;value&#39;: &#39;уу&#39;},
&#39;sc&#39;: {&#39;language&#39;: &#39;sc&#39;, &#39;value&#39;: &#39;aba&#39;},
&#39;scn&#39;: {&#39;language&#39;: &#39;scn&#39;, &#39;value&#39;: &#39;acqua&#39;},
&#39;sco&#39;: {&#39;language&#39;: &#39;sco&#39;, &#39;value&#39;: &#39;watter&#39;},
&#39;se&#39;: {&#39;language&#39;: &#39;se&#39;, &#39;value&#39;: &#39;čáhci&#39;},
&#39;sh&#39;: {&#39;language&#39;: &#39;sh&#39;, &#39;value&#39;: &#39;voda&#39;},
&#39;si&#39;: {&#39;language&#39;: &#39;si&#39;, &#39;value&#39;: &#39;ජලය&#39;},
&#39;sk&#39;: {&#39;language&#39;: &#39;sk&#39;, &#39;value&#39;: &#39;voda&#39;},
&#39;sl&#39;: {&#39;language&#39;: &#39;sl&#39;, &#39;value&#39;: &#39;voda&#39;},
&#39;sn&#39;: {&#39;language&#39;: &#39;sn&#39;, &#39;value&#39;: &#39;mvura&#39;},
&#39;so&#39;: {&#39;language&#39;: &#39;so&#39;, &#39;value&#39;: &#39;biyo&#39;},
&#39;sq&#39;: {&#39;language&#39;: &#39;sq&#39;, &#39;value&#39;: &#39;uji&#39;},
&#39;sr&#39;: {&#39;language&#39;: &#39;sr&#39;, &#39;value&#39;: &#39;вода&#39;},
&#39;su&#39;: {&#39;language&#39;: &#39;su&#39;, &#39;value&#39;: &#39;cai&#39;},
&#39;sv&#39;: {&#39;language&#39;: &#39;sv&#39;, &#39;value&#39;: &#39;vatten&#39;},
&#39;sw&#39;: {&#39;language&#39;: &#39;sw&#39;, &#39;value&#39;: &#39;maji&#39;},
&#39;szl&#39;: {&#39;language&#39;: &#39;szl&#39;, &#39;value&#39;: &#39;woda&#39;},
&#39;ta&#39;: {&#39;language&#39;: &#39;ta&#39;, &#39;value&#39;: &#39;நீர்&#39;},
&#39;te&#39;: {&#39;language&#39;: &#39;te&#39;, &#39;value&#39;: &#39;నీరు&#39;},
&#39;tg&#39;: {&#39;language&#39;: &#39;tg&#39;, &#39;value&#39;: &#39;об&#39;},
&#39;th&#39;: {&#39;language&#39;: &#39;th&#39;, &#39;value&#39;: &#39;น้ำ&#39;},
&#39;tl&#39;: {&#39;language&#39;: &#39;tl&#39;, &#39;value&#39;: &#39;tubig&#39;},
&#39;tr&#39;: {&#39;language&#39;: &#39;tr&#39;, &#39;value&#39;: &#39;su&#39;},
&#39;tt&#39;: {&#39;language&#39;: &#39;tt&#39;, &#39;value&#39;: &#39;су&#39;},
&#39;uk&#39;: {&#39;language&#39;: &#39;uk&#39;, &#39;value&#39;: &#39;вода&#39;},
&#39;ur&#39;: {&#39;language&#39;: &#39;ur&#39;, &#39;value&#39;: &#39;پانی&#39;},
&#39;uz&#39;: {&#39;language&#39;: &#39;uz&#39;, &#39;value&#39;: &#39;suv&#39;},
&#39;vec&#39;: {&#39;language&#39;: &#39;vec&#39;, &#39;value&#39;: &#39;àcua&#39;},
&#39;vep&#39;: {&#39;language&#39;: &#39;vep&#39;, &#39;value&#39;: &#39;vezi&#39;},
&#39;vi&#39;: {&#39;language&#39;: &#39;vi&#39;, &#39;value&#39;: &#39;nước&#39;},
&#39;vls&#39;: {&#39;language&#39;: &#39;vls&#39;, &#39;value&#39;: &#39;woater&#39;},
&#39;vo&#39;: {&#39;language&#39;: &#39;vo&#39;, &#39;value&#39;: &#39;vat&#39;},
&#39;war&#39;: {&#39;language&#39;: &#39;war&#39;, &#39;value&#39;: &#39;tubig&#39;},
&#39;wo&#39;: {&#39;language&#39;: &#39;wo&#39;, &#39;value&#39;: &#39;ndox&#39;},
&#39;wuu&#39;: {&#39;language&#39;: &#39;wuu&#39;, &#39;value&#39;: &#39;水&#39;},
&#39;xh&#39;: {&#39;language&#39;: &#39;xh&#39;, &#39;value&#39;: &#39;amanzi&#39;},
&#39;xmf&#39;: {&#39;language&#39;: &#39;xmf&#39;, &#39;value&#39;: &#39;წყარი&#39;},
&#39;yi&#39;: {&#39;language&#39;: &#39;yi&#39;, &#39;value&#39;: &#39;װאַסער&#39;},
&#39;yo&#39;: {&#39;language&#39;: &#39;yo&#39;, &#39;value&#39;: &#39;omi&#39;},
&#39;za&#39;: {&#39;language&#39;: &#39;za&#39;, &#39;value&#39;: &#39;raemx&#39;},
&#39;zu&#39;: {&#39;language&#39;: &#39;zu&#39;, &#39;value&#39;: &#39;amanzi&#39;},
&#39;de-ch&#39;: {&#39;language&#39;: &#39;de-ch&#39;, &#39;value&#39;: &#39;Wasser&#39;},
&#39;bi&#39;: {&#39;language&#39;: &#39;bi&#39;, &#39;value&#39;: &#39;wota&#39;},
&#39;zh-hans&#39;: {&#39;language&#39;: &#39;zh-hans&#39;, &#39;value&#39;: &#39;水&#39;},
&#39;zh-tw&#39;: {&#39;language&#39;: &#39;zh-tw&#39;, &#39;value&#39;: &#39;水&#39;},
&#39;pih&#39;: {&#39;language&#39;: &#39;pih&#39;, &#39;value&#39;: &#39;wata&#39;},
&#39;pms&#39;: {&#39;language&#39;: &#39;pms&#39;, &#39;value&#39;: &#39;eva&#39;},
&#39;gsw&#39;: {&#39;language&#39;: &#39;gsw&#39;, &#39;value&#39;: &#39;Wasser&#39;},
&#39;bxr&#39;: {&#39;language&#39;: &#39;bxr&#39;, &#39;value&#39;: &#39;уһан&#39;},
&#39;tk&#39;: {&#39;language&#39;: &#39;tk&#39;, &#39;value&#39;: &#39;suw&#39;},
&#39;ff&#39;: {&#39;language&#39;: &#39;ff&#39;, &#39;value&#39;: &#39;ndiyam&#39;},
&#39;ha&#39;: {&#39;language&#39;: &#39;ha&#39;, &#39;value&#39;: &#39;ruwa&#39;},
&#39;dsb&#39;: {&#39;language&#39;: &#39;dsb&#39;, &#39;value&#39;: &#39;wóda&#39;},
&#39;fo&#39;: {&#39;language&#39;: &#39;fo&#39;, &#39;value&#39;: &#39;vatn&#39;},
&#39;zh-cn&#39;: {&#39;language&#39;: &#39;zh-cn&#39;, &#39;value&#39;: &#39;水&#39;},
&#39;zh-hk&#39;: {&#39;language&#39;: &#39;zh-hk&#39;, &#39;value&#39;: &#39;水&#39;},
&#39;mi&#39;: {&#39;language&#39;: &#39;mi&#39;, &#39;value&#39;: &#39;wai&#39;},
&#39;min&#39;: {&#39;language&#39;: &#39;min&#39;, &#39;value&#39;: &#39;aia&#39;},
&#39;rup&#39;: {&#39;language&#39;: &#39;rup&#39;, &#39;value&#39;: &#39;Apâ&#39;},
&#39;mai&#39;: {&#39;language&#39;: &#39;mai&#39;, &#39;value&#39;: &#39;पानी&#39;},
&#39;ky&#39;: {&#39;language&#39;: &#39;ky&#39;, &#39;value&#39;: &#39;суу&#39;},
&#39;kaa&#39;: {&#39;language&#39;: &#39;kaa&#39;, &#39;value&#39;: &#39;suw&#39;},
&#39;ak&#39;: {&#39;language&#39;: &#39;ak&#39;, &#39;value&#39;: &#39;nsuo&#39;},
&#39;ee&#39;: {&#39;language&#39;: &#39;ee&#39;, &#39;value&#39;: &#39;3tsi&#39;},
&#39;av&#39;: {&#39;language&#39;: &#39;av&#39;, &#39;value&#39;: &#39;лъим&#39;},
&#39;bcl&#39;: {&#39;language&#39;: &#39;bcl&#39;, &#39;value&#39;: &#39;Tubig&#39;},
&#39;lij&#39;: {&#39;language&#39;: &#39;lij&#39;, &#39;value&#39;: &#39;ægoa&#39;},
&#39;bho&#39;: {&#39;language&#39;: &#39;bho&#39;, &#39;value&#39;: &#39;पानी&#39;},
&#39;as&#39;: {&#39;language&#39;: &#39;as&#39;, &#39;value&#39;: &#39;পানী&#39;},
&#39;azb&#39;: {&#39;language&#39;: &#39;azb&#39;, &#39;value&#39;: &#39;سو&#39;},
&#39;stq&#39;: {&#39;language&#39;: &#39;stq&#39;, &#39;value&#39;: &#39;Woater&#39;},
&#39;iu&#39;: {&#39;language&#39;: &#39;iu&#39;, &#39;value&#39;: &#39;ᐃᒪᖅ&#39;},
&#39;sm&#39;: {&#39;language&#39;: &#39;sm&#39;, &#39;value&#39;: &#39;vai&#39;},
&#39;sd&#39;: {&#39;language&#39;: &#39;sd&#39;, &#39;value&#39;: &#39;پاڻي&#39;},
&#39;awa&#39;: {&#39;language&#39;: &#39;awa&#39;, &#39;value&#39;: &#39;पानी&#39;},
&#39;gom&#39;: {&#39;language&#39;: &#39;gom&#39;, &#39;value&#39;: &#39;udok&#39;},
&#39;pam&#39;: {&#39;language&#39;: &#39;pam&#39;, &#39;value&#39;: &#39;danum&#39;},
&#39;sma&#39;: {&#39;language&#39;: &#39;sma&#39;, &#39;value&#39;: &#39;tjaetsie&#39;},
&#39;jam&#39;: {&#39;language&#39;: &#39;jam&#39;, &#39;value&#39;: &#39;waata&#39;},
&#39;tcy&#39;: {&#39;language&#39;: &#39;tcy&#39;, &#39;value&#39;: &#39;ನೀರ್&#39;},
&#39;pag&#39;: {&#39;language&#39;: &#39;pag&#39;, &#39;value&#39;: &#39;danom&#39;},
&#39;zh-mo&#39;: {&#39;language&#39;: &#39;zh-mo&#39;, &#39;value&#39;: &#39;水&#39;},
&#39;zh-my&#39;: {&#39;language&#39;: &#39;zh-my&#39;, &#39;value&#39;: &#39;水&#39;},
&#39;zh-sg&#39;: {&#39;language&#39;: &#39;zh-sg&#39;, &#39;value&#39;: &#39;水&#39;},
&#39;tt-cyrl&#39;: {&#39;language&#39;: &#39;tt-cyrl&#39;, &#39;value&#39;: &#39;су&#39;},
&#39;tt-latn&#39;: {&#39;language&#39;: &#39;tt-latn&#39;, &#39;value&#39;: &#39;su&#39;},
&#39;lg&#39;: {&#39;language&#39;: &#39;lg&#39;, &#39;value&#39;: &#39;amazzi&#39;},
&#39;kbp&#39;: {&#39;language&#39;: &#39;kbp&#39;, &#39;value&#39;: &#39;lɩm&#39;},
&#39;ig&#39;: {&#39;language&#39;: &#39;ig&#39;, &#39;value&#39;: &#39;mmiri&#39;},
&#39;diq&#39;: {&#39;language&#39;: &#39;diq&#39;, &#39;value&#39;: &#39;Awe&#39;},
&#39;cbk-zam&#39;: {&#39;language&#39;: &#39;cbk-zam&#39;, &#39;value&#39;: &#39;agwa&#39;},
&#39;dty&#39;: {&#39;language&#39;: &#39;dty&#39;, &#39;value&#39;: &#39;पानी&#39;},
&#39;pcd&#39;: {&#39;language&#39;: &#39;pcd&#39;, &#39;value&#39;: &#39;Ieu&#39;},
&#39;inh&#39;: {&#39;language&#39;: &#39;inh&#39;, &#39;value&#39;: &#39;Хий&#39;},
&#39;lfn&#39;: {&#39;language&#39;: &#39;lfn&#39;, &#39;value&#39;: &#39;acua&#39;},
&#39;ts&#39;: {&#39;language&#39;: &#39;ts&#39;, &#39;value&#39;: &#39;mati&#39;},
&#39;atj&#39;: {&#39;language&#39;: &#39;atj&#39;, &#39;value&#39;: &#39;nipi&#39;},
&#39;myv&#39;: {&#39;language&#39;: &#39;myv&#39;, &#39;value&#39;: &#39;ведь&#39;},
&#39;ab&#39;: {&#39;language&#39;: &#39;ab&#39;, &#39;value&#39;: &#39;аӡы&#39;},
&#39;sat&#39;: {&#39;language&#39;: &#39;sat&#39;, &#39;value&#39;: &#39;ᱫᱟᱜ&#39;},
&#39;crh&#39;: {&#39;language&#39;: &#39;crh&#39;, &#39;value&#39;: &#39;suv&#39;},
&#39;map-bms&#39;: {&#39;language&#39;: &#39;map-bms&#39;, &#39;value&#39;: &#39;Banyu&#39;},
&#39;udm&#39;: {&#39;language&#39;: &#39;udm&#39;, &#39;value&#39;: &#39;ву&#39;},
&#39;hyw&#39;: {&#39;language&#39;: &#39;hyw&#39;, &#39;value&#39;: &#39;ջուր&#39;},
&#39;smn&#39;: {&#39;language&#39;: &#39;smn&#39;, &#39;value&#39;: &#39;čääci&#39;},
&#39;sms&#39;: {&#39;language&#39;: &#39;sms&#39;, &#39;value&#39;: &#39;čääʹcc&#39;},
&#39;es&#39;: {&#39;language&#39;: &#39;es&#39;, &#39;value&#39;: &#39;agua&#39;},
&#39;zh&#39;: {&#39;language&#39;: &#39;zh&#39;, &#39;value&#39;: &#39;水&#39;},
&#39;zh-hant&#39;: {&#39;language&#39;: &#39;zh-hant&#39;, &#39;value&#39;: &#39;水&#39;},
&#39;got&#39;: {&#39;language&#39;: &#39;got&#39;, &#39;value&#39;: &#39;𐍅𐌰𐍄𐌰&#39;},
&#39;gcr&#39;: {&#39;language&#39;: &#39;gcr&#39;, &#39;value&#39;: &#39;dilo&#39;},
&#39;szy&#39;: {&#39;language&#39;: &#39;szy&#39;, &#39;value&#39;: &#39;nanum&#39;},
&#39;fj&#39;: {&#39;language&#39;: &#39;fj&#39;, &#39;value&#39;: &#39;Wai&#39;},
&#39;st&#39;: {&#39;language&#39;: &#39;st&#39;, &#39;value&#39;: &#39;Metsi&#39;},
&#39;rmf&#39;: {&#39;language&#39;: &#39;rmf&#39;, &#39;value&#39;: &#39;paani&#39;},
&#39;to&#39;: {&#39;language&#39;: &#39;to&#39;, &#39;value&#39;: &#39;Vai&#39;},
&#39;ug&#39;: {&#39;language&#39;: &#39;ug&#39;, &#39;value&#39;: &#39;سۇ&#39;},
&#39;nqo&#39;: {&#39;language&#39;: &#39;nqo&#39;, &#39;value&#39;: &#39;ߖߌ&#39;},
&#39;ace&#39;: {&#39;language&#39;: &#39;ace&#39;, &#39;value&#39;: &#39;ie&#39;},
&#39;crh-latn&#39;: {&#39;language&#39;: &#39;crh-latn&#39;, &#39;value&#39;: &#39;Suv&#39;},
&#39;ary&#39;: {&#39;language&#39;: &#39;ary&#39;, &#39;value&#39;: &#39;ما&#39;},
&#39;dag&#39;: {&#39;language&#39;: &#39;dag&#39;, &#39;value&#39;: &#39;kom&#39;},
&#39;lld&#39;: {&#39;language&#39;: &#39;lld&#39;, &#39;value&#39;: &#39;Èga&#39;},
&#39;skr&#39;: {&#39;language&#39;: &#39;skr&#39;, &#39;value&#39;: &#39;پاݨی&#39;},
&#39;shn&#39;: {&#39;language&#39;: &#39;shn&#39;, &#39;value&#39;: &#39;ၼမ်ႉ&#39;},
&#39;tay&#39;: {&#39;language&#39;: &#39;tay&#39;, &#39;value&#39;: &#39;sya&#39;},
&#39;mni&#39;: {&#39;language&#39;: &#39;mni&#39;, &#39;value&#39;: &#39;ꯏꯁꯤꯡ&#39;},
&#39;kw&#39;: {&#39;language&#39;: &#39;kw&#39;, &#39;value&#39;: &#39;Dowr&#39;},
&#39;ks&#39;: {&#39;language&#39;: &#39;ks&#39;, &#39;value&#39;: &#39;پونؠ&#39;},
&#39;dua&#39;: {&#39;language&#39;: &#39;dua&#39;, &#39;value&#39;: &#39;madiba&#39;},
&#39;bbj&#39;: {&#39;language&#39;: &#39;bbj&#39;, &#39;value&#39;: &#39;shyə&#39;},
&#39;bas&#39;: {&#39;language&#39;: &#39;bas&#39;, &#39;value&#39;: &#39;malep&#39;},
&#39;bag&#39;: {&#39;language&#39;: &#39;bag&#39;, &#39;value&#39;: &#39;matɛ́yá&#39;},
&#39;bkc&#39;: {&#39;language&#39;: &#39;bkc&#39;, &#39;value&#39;: &#39;ngo&#39;},
&#39;bkh&#39;: {&#39;language&#39;: &#39;bkh&#39;, &#39;value&#39;: &#39;madíp&#39;},
&#39;wes&#39;: {&#39;language&#39;: &#39;wes&#39;, &#39;value&#39;: &#39;wata&#39;},
&#39;bax&#39;: {&#39;language&#39;: &#39;bax&#39;, &#39;value&#39;: &#39;kÃ&#39;},
&#39;bkm&#39;: {&#39;language&#39;: &#39;bkm&#39;, &#39;value&#39;: &#39;mû&#39;},
&#39;shi&#39;: {&#39;language&#39;: &#39;shi&#39;, &#39;value&#39;: &#39;Aman&#39;},
&#39;ks-arab&#39;: {&#39;language&#39;: &#39;ks-arab&#39;, &#39;value&#39;: &#39;پوٗنؠ&#39;},
&#39;fmp&#39;: {&#39;language&#39;: &#39;fmp&#39;, &#39;value&#39;: &#39;nshi&#39;},
&#39;din&#39;: {&#39;language&#39;: &#39;din&#39;, &#39;value&#39;: &#39;Piu&#39;},
&#39;byv&#39;: {&#39;language&#39;: &#39;byv&#39;, &#39;value&#39;: &#39;ntsə&#39;},
&#39;nnh&#39;: {&#39;language&#39;: &#39;nnh&#39;, &#39;value&#39;: &#39;ntse&#39;},
&#39;ewo&#39;: {&#39;language&#39;: &#39;ewo&#39;, &#39;value&#39;: &#39;məndím&#39;},
&#39;ban&#39;: {&#39;language&#39;: &#39;ban&#39;, &#39;value&#39;: &#39;toya&#39;},
&#39;mcp&#39;: {&#39;language&#39;: &#39;mcp&#39;, &#39;value&#39;: &#39;”mənik&#34;&#39;},
&#39;ybb&#39;: {&#39;language&#39;: &#39;ybb&#39;, &#39;value&#39;: &#39;ntsih&#39;},
&#39;eto&#39;: {&#39;language&#39;: &#39;eto&#39;, &#39;value&#39;: &#39;mə̀ndím&#39;},
&#39;lns&#39;: {&#39;language&#39;: &#39;lns&#39;, &#39;value&#39;: &#39;mèlú me nyomin mè&#39;},
&#39;yav&#39;: {&#39;language&#39;: &#39;yav&#39;, &#39;value&#39;: &#39;moomb&#39;},
&#39;etu&#39;: {&#39;language&#39;: &#39;etu&#39;, &#39;value&#39;: &#39;ayɛ́b&#39;},
&#39;gya&#39;: {&#39;language&#39;: &#39;gya&#39;, &#39;value&#39;: &#39;zi&#39;},
&#39;mua&#39;: {&#39;language&#39;: &#39;mua&#39;, &#39;value&#39;: &#39;bii&#39;},
&#39;yat&#39;: {&#39;language&#39;: &#39;yat&#39;, &#39;value&#39;: &#39;Məní&#39;},
&#39;isu&#39;: {&#39;language&#39;: &#39;isu&#39;, &#39;value&#39;: &#39;mwí&#39;},
&#39;ker&#39;: {&#39;language&#39;: &#39;ker&#39;, &#39;value&#39;: &#39;kan&#39;},
&#39;nmg&#39;: {&#39;language&#39;: &#39;nmg&#39;, &#39;value&#39;: &#39;majiɔ̌&#39;},
&#39;lem&#39;: {&#39;language&#39;: &#39;lem&#39;, &#39;value&#39;: &#39;menyífé&#39;},
&#39;yas&#39;: {&#39;language&#39;: &#39;yas&#39;, &#39;value&#39;: &#39;miimpo&#39;},
&#39;tvu&#39;: {&#39;language&#39;: &#39;tvu&#39;, &#39;value&#39;: &#39;menífé&#39;},
&#39;vut&#39;: {&#39;language&#39;: &#39;vut&#39;, &#39;value&#39;: &#39;mvúm&#39;},
&#39;glk&#39;: {&#39;language&#39;: &#39;glk&#39;, &#39;value&#39;: &#39;آب&#39;},
&#39;cu&#39;: {&#39;language&#39;: &#39;cu&#39;, &#39;value&#39;: &#39;вода&#39;},
&#39;ik&#39;: {&#39;language&#39;: &#39;ik&#39;, &#39;value&#39;: &#39;Imiq&#39;},
&#39;agq&#39;: {&#39;language&#39;: &#39;agq&#39;, &#39;value&#39;: &#39;mmughū&#39;},
&#39;ms-arab&#39;: {&#39;language&#39;: &#39;ms-arab&#39;, &#39;value&#39;: &#39;اءير&#39;},
&#39;wa&#39;: {&#39;language&#39;: &#39;wa&#39;, &#39;value&#39;: &#39;aiwe&#39;},
&#39;kcg&#39;: {&#39;language&#39;: &#39;kcg&#39;, &#39;value&#39;: &#39;A̱sa̱khwot&#39;},
&#39;tw&#39;: {&#39;language&#39;: &#39;tw&#39;, &#39;value&#39;: &#39;Nsuo&#39;}},
&#39;descriptions&#39;: {&#39;it&#39;: {&#39;language&#39;: &#39;it&#39;,
&#39;value&#39;: &#39;molecola costituita da due atomi di idrogeno e uno di ossigeno&#39;},
&#39;en&#39;: {&#39;language&#39;: &#39;en&#39;,
&#39;value&#39;: &#39;chemical compound with raw molecular formula H₂O; main constituent of the fluids of most living organisms&#39;},
&#39;fr&#39;: {&#39;language&#39;: &#39;fr&#39;,
&#39;value&#39;: &#39;composé chimique de formule moléculaire brute H₂O ; principal constituant des fluides de la plupart des organismes vivants&#39;},
&#39;nb&#39;: {&#39;language&#39;: &#39;nb&#39;, &#39;value&#39;: &#39;kjemisk forbindelse&#39;},
&#39;de&#39;: {&#39;language&#39;: &#39;de&#39;,
&#39;value&#39;: &#39;chemische Verbindung aus den Elementen Sauerstoff und Wasserstoff&#39;},
&#39;ru&#39;: {&#39;language&#39;: &#39;ru&#39;, &#39;value&#39;: &#39;химическое вещество, оксид водорода&#39;},
&#39;eo&#39;: {&#39;language&#39;: &#39;eo&#39;,
&#39;value&#39;: &#39;molekulo kiu havas du atomojn de hidrogeno, kaj unu atomon de oksigeno; Baza kemia komponaĵo necesa por la ekzisto de ĉiuj vivoformoj&#39;},
&#39;ilo&#39;: {&#39;language&#39;: &#39;ilo&#39;,
&#39;value&#39;: &#39;kimiko a sustansia nga addaan ti kimiko a pagannurotan a H2O&#39;},
&#39;pt&#39;: {&#39;language&#39;: &#39;pt&#39;,
&#39;value&#39;: &#39;molécula composta por dois átomos de hidrogénio e um de oxigénio&#39;},
&#39;pt-br&#39;: {&#39;language&#39;: &#39;pt-br&#39;,
&#39;value&#39;: &#39;composto químico formado por moléculas com dois átomos de hidrogênio e um de oxigênio&#39;},
&#39;gl&#39;: {&#39;language&#39;: &#39;gl&#39;,
&#39;value&#39;: &#39;molécula composta por dos átomos de hidróxeno e un de osíxeno&#39;},
&#39;zh-hans&#39;: {&#39;language&#39;: &#39;zh-hans&#39;, &#39;value&#39;: &#39;简单無機化合物&#39;},
&#39;nl&#39;: {&#39;language&#39;: &#39;nl&#39;,
&#39;value&#39;: &#39;chemische verbinding van twee waterstofatomen en een zuurstofatoom&#39;},
&#39;li&#39;: {&#39;language&#39;: &#39;li&#39;,
&#39;value&#39;: &#34;&#39;n chemische verbinding vaan ein zuurstofatoom en twie waterstofatome&#34;},
&#39;fy&#39;: {&#39;language&#39;: &#39;fy&#39;,
&#39;value&#39;: &#39;de gemyske ferbining fan twa wetterstofatomen en in soerstofatoom&#39;},
&#39;uk&#39;: {&#39;language&#39;: &#39;uk&#39;,
&#39;value&#39;: &#39;хімічна речовина у вигляді прозорої безбарвної рідини без запаху і смаку&#39;},
&#39;hu&#39;: {&#39;language&#39;: &#39;hu&#39;,
&#39;value&#39;: &#39;két hidrogén atomból és egy oxigén atomból felépülő kémiai vegyület&#39;},
&#39;he&#39;: {&#39;language&#39;: &#39;he&#39;,
&#39;value&#39;: &#39;תרכובת כימית בסיסית ההכרחית לקיום כל צורות החיים&#39;},
&#39;scn&#39;: {&#39;language&#39;: &#39;scn&#39;,
&#39;value&#39;: &#34;cumpostu chìmicu fattu di mùleculi ca hannu du&#39; àtumi d&#39;idrògginu e unu d&#39;ossìgginu, funnamentu dâ vita supra â Terra&#34;},
&#39;el&#39;: {&#39;language&#39;: &#39;el&#39;,
&#39;value&#39;: &#39;ουσία που σχηματίζεται από μόρια που αποτελούνται από δυο άτομα υδρογόνου και ένα οξυγόνου&#39;},
&#39;ja&#39;: {&#39;language&#39;: &#39;ja&#39;, &#39;value&#39;: &#39;化学式H₂Oで表される、水素と酸素の化合物&#39;},
&#39;ro&#39;: {&#39;language&#39;: &#39;ro&#39;, &#39;value&#39;: &#39;lichid indispensabil vieții&#39;},
&#39;vi&#39;: {&#39;language&#39;: &#39;vi&#39;,
&#39;value&#39;: &#39;một chất lỏng, hợp chất hóa học với công thức H2O&#39;},
&#39;as&#39;: {&#39;language&#39;: &#39;as&#39;, &#39;value&#39;: &#39;এক প্ৰকাৰৰ তৰল পৰিবৰ্তনশীল পদাৰ্থ&#39;},
&#39;pl&#39;: {&#39;language&#39;: &#39;pl&#39;, &#39;value&#39;: &#39;związek chemiczny&#39;},
&#39;fa&#39;: {&#39;language&#39;: &#39;fa&#39;,
&#39;value&#39;: &#39;ترکیب شیمیایی (از عناصر اکسیژن و هیدروژن)&#39;},
&#39;ar&#39;: {&#39;language&#39;: &#39;ar&#39;,
&#39;value&#39;: &#39;مادة شفافة طبيعية عبارة عن مركب كيميائي تشمل مساحات شاسعة من الأرض&#39;},
&#39;bn&#39;: {&#39;language&#39;: &#39;bn&#39;,
&#39;value&#39;: &#39;দুটি হাইড্রোজেন ও একটি অক্সিজেন পরমাণুর সমন্বয়ে গঠিত রাসায়নিক যৌগ&#39;},
&#39;en-ca&#39;: {&#39;language&#39;: &#39;en-ca&#39;,
&#39;value&#39;: &#39;chemical compound formed of molecules composed of two atoms of hydrogen and one of oxygen&#39;},
&#39;en-gb&#39;: {&#39;language&#39;: &#39;en-gb&#39;,
&#39;value&#39;: &#39;chemical compound formed of molecules composed of two atoms of hydrogen and one of oxygen&#39;},
&#39;id&#39;: {&#39;language&#39;: &#39;id&#39;,
&#39;value&#39;: &#39;senyawa kimia; konstituen utama dari cairan sebagian besar organisme hidup&#39;},
&#39;sd&#39;: {&#39;language&#39;: &#39;sd&#39;,
&#39;value&#39;: &#39;ھائيڊروجن جي ٻن ائٽمن ۽ آڪسيجن جي ھڪ ائٽم جي ماليڪيولن سان تيار ٿيل ڪيميائي مادو&#39;},
&#39;cs&#39;: {&#39;language&#39;: &#39;cs&#39;, &#39;value&#39;: &#39;chemická sloučenina vodíku a kyslíku&#39;},
&#39;hy&#39;: {&#39;language&#39;: &#39;hy&#39;, &#39;value&#39;: &#39;քիմիական միացություն&#39;},
&#39;bg&#39;: {&#39;language&#39;: &#39;bg&#39;, &#39;value&#39;: &#39;химическо съединение&#39;},
&#39;zh-cn&#39;: {&#39;language&#39;: &#39;zh-cn&#39;, &#39;value&#39;: &#39;無機化合物&#39;},
&#39;zh-hk&#39;: {&#39;language&#39;: &#39;zh-hk&#39;, &#39;value&#39;: &#39;無機化合物&#39;},
&#39;zh-mo&#39;: {&#39;language&#39;: &#39;zh-mo&#39;, &#39;value&#39;: &#39;無機化合物&#39;},
&#39;zh-my&#39;: {&#39;language&#39;: &#39;zh-my&#39;, &#39;value&#39;: &#39;无机化合物&#39;},
&#39;zh-sg&#39;: {&#39;language&#39;: &#39;zh-sg&#39;, &#39;value&#39;: &#39;无机化合物&#39;},
&#39;zh-tw&#39;: {&#39;language&#39;: &#39;zh-tw&#39;, &#39;value&#39;: &#39;無機化合物&#39;},
&#39;ca&#39;: {&#39;language&#39;: &#39;ca&#39;, &#39;value&#39;: &#39;compost químic&#39;},
&#39;nn&#39;: {&#39;language&#39;: &#39;nn&#39;, &#39;value&#39;: &#39;kjemisk sambinding&#39;},
&#39;oc&#39;: {&#39;language&#39;: &#39;oc&#39;, &#39;value&#39;: &#39;component quimic&#39;},
&#39;ast&#39;: {&#39;language&#39;: &#39;ast&#39;, &#39;value&#39;: &#39;compuestu químicu&#39;},
&#39;eu&#39;: {&#39;language&#39;: &#39;eu&#39;, &#39;value&#39;: &#39;konposatu kimiko&#39;},
&#39;fi&#39;: {&#39;language&#39;: &#39;fi&#39;, &#39;value&#39;: &#39;kemiallinen yhdiste&#39;},
&#39;an&#39;: {&#39;language&#39;: &#39;an&#39;, &#39;value&#39;: &#39;compuesto quimico&#39;},
&#39;tt&#39;: {&#39;language&#39;: &#39;tt&#39;,
&#39;value&#39;: &#39;водород оксиды — төссез һәм иссез үтә күренмәле сыеклык&#39;},
&#39;tt-cyrl&#39;: {&#39;language&#39;: &#39;tt-cyrl&#39;,
&#39;value&#39;: &#39;водород оксиды — төссез һәм иссез үтә күренмәле сыеклык&#39;},
&#39;tt-latn&#39;: {&#39;language&#39;: &#39;tt-latn&#39;,
&#39;value&#39;: &#39;wodorod oqsidı — tössez häm issez ütä kürenmäle sıyıqlıq&#39;},
&#39;sq&#39;: {&#39;language&#39;: &#39;sq&#39;, &#39;value&#39;: &#39;komponim kimik&#39;},
&#39;sr&#39;: {&#39;language&#39;: &#39;sr&#39;, &#39;value&#39;: &#39;хемијско једињење&#39;},
&#39;ko&#39;: {&#39;language&#39;: &#39;ko&#39;, &#39;value&#39;: &#39;수소와 산소로 이루어진 물질 중에서 안정된 액체&#39;},
&#39;bs&#39;: {&#39;language&#39;: &#39;bs&#39;,
&#39;value&#39;: &#39;hemijski spoj; glavni sastojak tečnosti većine živih organizama&#39;},
&#39;sk&#39;: {&#39;language&#39;: &#39;sk&#39;, &#39;value&#39;: &#39;chemická zlúčenina vodíka a kyslíka&#39;},
&#39;lzh&#39;: {&#39;language&#39;: &#39;lzh&#39;, &#39;value&#39;: &#39;無機物,天下之所繫命也&#39;},
&#39;or&#39;: {&#39;language&#39;: &#39;or&#39;, &#39;value&#39;: &#39;ଯୌଗିକ ପଦାର୍ଥ&#39;},
&#39;te&#39;: {&#39;language&#39;: &#39;te&#39;, &#39;value&#39;: &#39;రసాయనిక పదార్థము&#39;},
&#39;da&#39;: {&#39;language&#39;: &#39;da&#39;, &#39;value&#39;: &#39;kemisk stof&#39;},
&#39;lv&#39;: {&#39;language&#39;: &#39;lv&#39;, &#39;value&#39;: &#39;ķīmisks savienojums&#39;},
&#39;la&#39;: {&#39;language&#39;: &#39;la&#39;, &#39;value&#39;: &#39;compositum chemicum&#39;},
&#39;lb&#39;: {&#39;language&#39;: &#39;lb&#39;, &#39;value&#39;: &#39;cheemesch Verbindung&#39;},
&#39;de-ch&#39;: {&#39;language&#39;: &#39;de-ch&#39;, &#39;value&#39;: &#39;chemische Verbindung&#39;},
&#39;af&#39;: {&#39;language&#39;: &#39;af&#39;, &#39;value&#39;: &#39;chemiese verbinding&#39;},
&#39;th&#39;: {&#39;language&#39;: &#39;th&#39;, &#39;value&#39;: &#39;สสารในรูปของเหลว&#39;},
&#39;ml&#39;: {&#39;language&#39;: &#39;ml&#39;,
&#39;value&#39;: &#39;ജീവന്റെ നിലനില്പിന് അത്യന്താപേക്ഷിതമായ ദ്രാവകമാണ് ജലം&#39;},
&#39;ta&#39;: {&#39;language&#39;: &#39;ta&#39;,
&#39;value&#39;: &#39;H2O என்ற வாய்ப்பாட்டால் விவரிக்கப்படும் ஒரு வேதியியல் சேர்மமாகும்.&#39;},
&#39;sv&#39;: {&#39;language&#39;: &#39;sv&#39;, &#39;value&#39;: &#39;kemisk förening av väte och syre&#39;},
&#39;mk&#39;: {&#39;language&#39;: &#39;mk&#39;, &#39;value&#39;: &#39;хемиско соединение&#39;},
&#39;cy&#39;: {&#39;language&#39;: &#39;cy&#39;, &#39;value&#39;: &#39;yr hylif mwya cyffredin ar y ddaear&#39;},
&#39;ne&#39;: {&#39;language&#39;: &#39;ne&#39;, &#39;value&#39;: &#39;एक सर्वव्यापी घोलक पदार्थ&#39;},
&#39;hi&#39;: {&#39;language&#39;: &#39;hi&#39;, &#39;value&#39;: &#39;रासायनिक यौगिक; जीवन अमृत&#39;},
&#39;mr&#39;: {&#39;language&#39;: &#39;mr&#39;, &#39;value&#39;: &#39;निरीक्षण&#39;},
&#39;es&#39;: {&#39;language&#39;: &#39;es&#39;,
&#39;value&#39;: &#39;compuesto cuyas moléculas están formadas por dos átomos de hidrógeno y uno de oxígeno&#39;},
&#39;zh&#39;: {&#39;language&#39;: &#39;zh&#39;, &#39;value&#39;: &#39;無機化合物&#39;},
&#39;zh-hant&#39;: {&#39;language&#39;: &#39;zh-hant&#39;, &#39;value&#39;: &#39;無機化合物&#39;},
&#39;be&#39;: {&#39;language&#39;: &#39;be&#39;,
&#39;value&#39;: &#39;празрыстая, амаль бясколерная вадкасць без паху і смаку&#39;},
&#39;km&#39;: {&#39;language&#39;: &#39;km&#39;, &#39;value&#39;: &#39;រូបធាតុគីមី&#39;},
&#39;cbk-zam&#39;: {&#39;language&#39;: &#39;cbk-zam&#39;, &#39;value&#39;: &#39;agua&#39;},
&#39;tr&#39;: {&#39;language&#39;: &#39;tr&#39;,
&#39;value&#39;: &#39;H2O formülüne sahip kimyasal bileşik, yaşam kaynağı&#39;},
&#39;sco&#39;: {&#39;language&#39;: &#39;sco&#39;,
&#39;value&#39;: &#39;common chemical substance that is needit bi aw kent furms o life&#39;},
&#39;be-tarask&#39;: {&#39;language&#39;: &#39;be-tarask&#39;, &#39;value&#39;: &#39;хімічнае злучэньне&#39;},
&#39;ga&#39;: {&#39;language&#39;: &#39;ga&#39;, &#39;value&#39;: &#39;comhdhúil cheimiceach&#39;},
&#39;dag&#39;: {&#39;language&#39;: &#39;dag&#39;, &#39;value&#39;: &#34;bini din kariti ko&#39; nyuri&#34;},
&#39;hsb&#39;: {&#39;language&#39;: &#39;hsb&#39;, &#39;value&#39;: &#39;chemiska wjazba z kislika a wodźika&#39;},
&#39;inh&#39;: {&#39;language&#39;: &#39;inh&#39;, &#39;value&#39;: &#39;Коачал&#39;},
&#39;vec&#39;: {&#39;language&#39;: &#39;vec&#39;, &#39;value&#39;: &#39;conpozision chìmega&#39;},
&#39;hr&#39;: {&#39;language&#39;: &#39;hr&#39;, &#39;value&#39;: &#39;kemijski spoj od kiska i vodika&#39;},
&#39;br&#39;: {&#39;language&#39;: &#39;br&#39;, &#39;value&#39;: &#39;kediad kimiek&#39;},
&#39;et&#39;: {&#39;language&#39;: &#39;et&#39;, &#39;value&#39;: &#39;keemiline ühend&#39;},
&#39;yue&#39;: {&#39;language&#39;: &#39;yue&#39;, &#39;value&#39;: &#39;化合物&#39;},
&#39;gcr&#39;: {&#39;language&#39;: &#39;gcr&#39;, &#39;value&#39;: &#39;Kompozé chimik&#39;},
&#39;ia&#39;: {&#39;language&#39;: &#39;ia&#39;, &#39;value&#39;: &#39;composito chimic&#39;},
&#39;io&#39;: {&#39;language&#39;: &#39;io&#39;, &#39;value&#39;: &#39;kemiala kompozajo&#39;},
&#39;bho&#39;: {&#39;language&#39;: &#39;bho&#39;,
&#39;value&#39;: &#39;केमिकल कंपाउंड, जीवधारी सभ के अंदर द्रव के अधिकतर हिस्सा&#39;},
&#39;my&#39;: {&#39;language&#39;: &#39;my&#39;, &#39;value&#39;: &#39;ဖော်မြူလာ H₂O ပါသော ဓာတုဒြပ်ပေါင်း&#39;},
&#39;wa&#39;: {&#39;language&#39;: &#39;wa&#39;,
&#39;value&#39;: &#39;molecule tchimike respondant al fôrmule H2O&#39;},
&#39;kn&#39;: {&#39;language&#39;: &#39;kn&#39;, &#39;value&#39;: &#39;ನೈಸರ್ಗಿಕ ರಾಸಾಯನಿಕ ಸಂಯುಕ್ತ.&#39;},
&#39;tcy&#39;: {&#39;language&#39;: &#39;tcy&#39;,
&#39;value&#39;: &#39;ನೈಸರ್ಗಿಕವಾದ್ ಸಿಕ್ಕುನ ಒಂಜಿ ರಾಸಾಯನಿಕ ಸಂಯುಕ್ತ.&#39;},
&#39;ak&#39;: {&#39;language&#39;: &#39;ak&#39;,
&#39;value&#39;: &#39;Ɛyɛ adeɛ a yɛ nom, sane de yɛ nnoɔma pii&#39;},
&#39;ks&#39;: {&#39;language&#39;: &#39;ks&#39;, &#39;value&#39;: &#39;کیٖمیٲیی مُرَکَب&#39;},
&#39;ht&#39;: {&#39;language&#39;: &#39;ht&#39;,
&#39;value&#39;: &#39;konpoze chimik fomil molekil brit H₂O; li se yon eleman ki a la baz tout likid nan ko moun.&#39;}},
&#39;aliases&#39;: {&#39;it&#39;: [{&#39;language&#39;: &#39;it&#39;, &#39;value&#39;: &#39;ossido di idrogeno&#39;},
{&#39;language&#39;: &#39;it&#39;, &#39;value&#39;: &#39;ossidano&#39;},
{&#39;language&#39;: &#39;it&#39;, &#39;value&#39;: &#39;monossido di idrogeno&#39;},
{&#39;language&#39;: &#39;it&#39;, &#39;value&#39;: &#39;acqua leggera&#39;},
{&#39;language&#39;: &#39;it&#39;, &#39;value&#39;: &#39;monossido di diidrogeno&#39;}],
&#39;yue&#39;: [{&#39;language&#39;: &#39;yue&#39;, &#39;value&#39;: &#39;水氣&#39;},
{&#39;language&#39;: &#39;yue&#39;, &#39;value&#39;: &#39;一氧化二氫&#39;},
{&#39;language&#39;: &#39;yue&#39;, &#39;value&#39;: &#39;氧化二氫&#39;},
{&#39;language&#39;: &#39;yue&#39;, &#39;value&#39;: &#39;H2O&#39;},
{&#39;language&#39;: &#39;yue&#39;, &#39;value&#39;: &#39;H₂O&#39;}],
&#39;sgs&#39;: [{&#39;language&#39;: &#39;sgs&#39;, &#39;value&#39;: &#39;Vanduo&#39;}],
&#39;nan&#39;: [{&#39;language&#39;: &#39;nan&#39;, &#39;value&#39;: &#39;Chuí&#39;}],
&#39;nds-nl&#39;: [{&#39;language&#39;: &#39;nds-nl&#39;, &#39;value&#39;: &#39;Waeter&#39;},
{&#39;language&#39;: &#39;nds-nl&#39;, &#39;value&#39;: &#39;Water&#39;},
{&#39;language&#39;: &#39;nds-nl&#39;, &#39;value&#39;: &#39;Waoter&#39;}],
&#39;nb&#39;: [{&#39;language&#39;: &#39;nb&#39;, &#39;value&#39;: &#39;vatn&#39;},
{&#39;language&#39;: &#39;nb&#39;, &#39;value&#39;: &#39;H2O&#39;}],
&#39;de&#39;: [{&#39;language&#39;: &#39;de&#39;, &#39;value&#39;: &#39;H2O&#39;},
{&#39;language&#39;: &#39;de&#39;, &#39;value&#39;: &#39;blaues Gold&#39;},
{&#39;language&#39;: &#39;de&#39;, &#39;value&#39;: &#39;pures Wasser&#39;}],
&#39;en&#39;: [{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;H2O&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;dihydrogen monoxide&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;dihydridooxygen&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;HOH&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;hydrogen hydroxide&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;dihydrogen oxide&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;oxidane&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;hydrogen oxide&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;pure water&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;aqua&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;[OH2]&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;H₂O&#39;},
{&#39;language&#39;: &#39;en&#39;, &#39;value&#39;: &#39;hydroxic acid&#39;}],
&#39;eo&#39;: [{&#39;language&#39;: &#39;eo&#39;, &#39;value&#39;: &#39;H2O&#39;},
{&#39;language&#39;: &#39;eo&#39;, &#39;value&#39;: &#39;dihidrogena monooksido&#39;},
{&#39;language&#39;: &#39;eo&#39;, &#39;value&#39;: &#39;H₂O&#39;},
{&#39;language&#39;: &#39;eo&#39;, &#39;value&#39;: &#39;hidrogena hidroksido&#39;},
{&#39;language&#39;: &#39;eo&#39;, &#39;value&#39;: &#39;dihidridooksigeno&#39;},
{&#39;language&#39;: &#39;eo&#39;, &#39;value&#39;: &#39;oksidano&#39;}],
&#39;fi&#39;: [{&#39;language&#39;: &#39;fi&#39;, &#39;value&#39;: &#39;divetymonoksidi&#39;},
{&#39;language&#39;: &#39;fi&#39;, &#39;value&#39;: &#39;divetyoksidi&#39;}],
&#39;pl&#39;: [{&#39;language&#39;: &#39;pl&#39;, &#39;value&#39;: &#39;oksydan&#39;},
{&#39;language&#39;: &#39;pl&#39;, &#39;value&#39;: &#39;tlenek wodoru&#39;}],
&#39;ca&#39;: [{&#39;language&#39;: &#39;ca&#39;, &#39;value&#39;: &#39;H2O&#39;}],
&#39;vi&#39;: [{&#39;language&#39;: &#39;vi&#39;, &#39;value&#39;: &#39;thủy&#39;},
{&#39;language&#39;: &#39;vi&#39;, &#39;value&#39;: &#39;thuỷ&#39;},
{&#39;language&#39;: &#39;vi&#39;, &#39;value&#39;: &#39;H2O&#39;},
{&#39;language&#39;: &#39;vi&#39;, &#39;value&#39;: &#39;dihydrogen monoxide&#39;}],
&#39;he&#39;: [{&#39;language&#39;: &#39;he&#39;, &#39;value&#39;: &#39;H₂O&#39;},
{&#39;language&#39;: &#39;he&#39;, &#39;value&#39;: &#39;דו-מימן חד-חמצני&#39;}],
&#39;ja&#39;: [{&#39;language&#39;: &#39;ja&#39;, &#39;value&#39;: &#39;H2O&#39;}],
&#39;pt-br&#39;: [{&#39;language&#39;: &#39;pt-br&#39;, &#39;value&#39;: &#39;H2O&#39;},
{&#39;language&#39;: &#39;pt-br&#39;, &#39;value&#39;: &#39;monóxido de di-hidrogênio&#39;},
{&#39;language&#39;: &#39;pt-br&#39;, &#39;value&#39;: &#39;7732-18-5&#39;},
{&#39;language&#39;: &#39;pt-br&#39;, &#39;value&#39;: &#39;aqua&#39;},
{&#39;language&#39;: &#39;pt-br&#39;, &#39;value&#39;: &#39;diíbrido oxigênio&#39;},
{&#39;language&#39;: &#39;pt-br&#39;, &#39;value&#39;: &#39;[OH2]&#39;},
{&#39;language&#39;: &#39;pt-br&#39;, &#39;value&#39;: &#39;HOH&#39;}],
&#39;ro&#39;: [{&#39;language&#39;: &#39;ro&#39;, &#39;value&#39;: &#39;H2O&#39;},
{&#39;language&#39;: &#39;ro&#39;, &#39;value&#39;: &#39;monoxid de dihidrogen&#39;},
{&#39;language&#39;: &#39;ro&#39;, &#39;value&#39;: &#39;dihidrooxigen&#39;},
{&#39;language&#39;: &#39;ro&#39;, &#39;value&#39;: &#39;HOH&#39;},
{&#39;language&#39;: &#39;ro&#39;, &#39;value&#39;: &#39;oxid de dihidrogen&#39;},
{&#39;language&#39;: &#39;ro&#39;, &#39;value&#39;: &#39;apă limpede&#39;},
{&#39;language&#39;: &#39;ro&#39;, &#39;value&#39;: &#39;apă pură&#39;},
{&#39;language&#39;: &#39;ro&#39;, &#39;value&#39;: &#39;[OH2]&#39;},
{&#39;language&#39;: &#39;ro&#39;, &#39;value&#39;: &#39;aqua&#39;},
{&#39;language&#39;: &#39;ro&#39;, &#39;value&#39;: &#39;hidroxid de hidrogen&#39;}],
&#39;hy&#39;: [{&#39;language&#39;: &#39;hy&#39;, &#39;value&#39;: &#39;H2O&#39;}],
&#39;as&#39;: [{&#39;language&#39;: &#39;as&#39;, &#39;value&#39;: &#39;জল&#39;},
{&#39;language&#39;: &#39;as&#39;, &#39;value&#39;: &#39;নীৰ&#39;},
{&#39;language&#39;: &#39;as&#39;, &#39;value&#39;: &#39;অম্বু&#39;}],
&#39;el&#39;: [{&#39;language&#39;: &#39;el&#39;, &#39;value&#39;: &#39;ύδωρ&#39;},
{&#39;language&#39;: &#39;el&#39;, &#39;value&#39;: &#39;Η2Ο&#39;},
{&#39;language&#39;: &#39;el&#39;, &#39;value&#39;: &#39;διυδροξυγόνο&#39;},
{&#39;language&#39;: &#39;el&#39;, &#39;value&#39;: &#39;υδροξείδιο του υδρογόνου&#39;},
{&#39;language&#39;: &#39;el&#39;, &#39;value&#39;: &#39;(μον)οξειδάνιο&#39;},
{&#39;language&#39;: &#39;el&#39;, &#39;value&#39;: &#39;(μον)οξείδιο του διυδρογόνου&#39;}],
&#39;bn&#39;: [{&#39;language&#39;: &#39;bn&#39;, &#39;value&#39;: &#39;ডাইহাইড্রোজেন মনোঅক্সাইড&#39;},
{&#39;language&#39;: &#39;bn&#39;, &#39;value&#39;: &#39;ডাইহাইড্রোজেন অক্সাইড&#39;},
{&#39;language&#39;: &#39;bn&#39;, &#39;value&#39;: &#39;জল&#39;}],
&#39;ar&#39;: [{&#39;language&#39;: &#39;ar&#39;, &#39;value&#39;: &#39;مياه&#39;},
{&#39;language&#39;: &#39;ar&#39;, &#39;value&#39;: &#39;الماء&#39;},
{&#39;language&#39;: &#39;ar&#39;, &#39;value&#39;: &#39;المياه&#39;},
{&#39;language&#39;: &#39;ar&#39;, &#39;value&#39;: &#39;H2O&#39;}],
&#39;en-ca&#39;: [{&#39;language&#39;: &#39;en-ca&#39;, &#39;value&#39;: &#39;H2O&#39;},
{&#39;language&#39;: &#39;en-ca&#39;, &#39;value&#39;: &#39;dihydrogen monoxide&#39;}],
&#39;en-gb&#39;: [{&#39;language&#39;: &#39;en-gb&#39;, &#39;value&#39;: &#39;H2O&#39;},
{&#39;language&#39;: &#39;en-gb&#39;, &#39;value&#39;: &#39;dihydrogen monoxide&#39;},
{&#39;language&#39;: &#39;en-gb&#39;, &#39;value&#39;: &#39;aqua&#39;}],
&#39;id&#39;: [{&#39;language&#39;: &#39;id&#39;, &#39;value&#39;: &#39;H2O&#39;},
{&#39;language&#39;: &#39;id&#39;, &#39;value&#39;: &#39;dihidrogen monoksida&#39;},
{&#39;language&#39;: &#39;id&#39;, &#39;value&#39;: &#39;aqua&#39;},
{&#39;language&#39;: &#39;id&#39;, &#39;value&#39;: &#39;dihidrogen oksida&#39;}],
&#39;ta&#39;: [{&#39;language&#39;: &#39;ta&#39;, &#39;value&#39;: &#39;இருஐதரசன் ஒரொட்சைட்டு&#39;},
{&#39;language&#39;: &#39;ta&#39;, &#39;value&#39;: &#39;தண்ணீர்&#39;}],
&#39;cs&#39;: [{&#39;language&#39;: &#39;cs&#39;, &#39;value&#39;: &#39;H2O&#39;},
{&#39;language&#39;: &#39;cs&#39;, &#39;value&#39;: &#39;dihydrogen monoxid&#39;},
{&#39;language&#39;: &#39;cs&#39;, &#39;value&#39;: &#39;oxidan&#39;}],
&#39;pag&#39;: [{&#39;language&#39;: &#39;pag&#39;, &#39;value&#39;: &#39;Danum&#39;}],
&#39;ru&#39;: [{&#39;language&#39;: &#39;ru&#39;, &#39;value&#39;: &#39;оксид водорода&#39;},
{&#39;language&#39;: &#39;ru&#39;, &#39;value&#39;: &#39;гидроксид водорода&#39;},
{&#39;language&#39;: &#39;ru&#39;, &#39;value&#39;: &#39;гидроксильная кислота&#39;},
{&#39;language&#39;: &#39;ru&#39;, &#39;value&#39;: &#39;монооксид дигидрогена&#39;},
{&#39;language&#39;: &#39;ru&#39;, &#39;value&#39;: &#39;дигидромонооксид&#39;}],
&#39;lv&#39;: [{&#39;language&#39;: &#39;lv&#39;, &#39;value&#39;: &#39;H2O&#39;}],
&#39;tt&#39;: [{&#39;language&#39;: &#39;tt&#39;, &#39;value&#39;: &#39;водород оксиды&#39;},
{&#39;language&#39;: &#39;tt&#39;, &#39;value&#39;: &#39;Н2O&#39;}],
&#39;tt-cyrl&#39;: [{&#39;language&#39;: &#39;tt-cyrl&#39;, &#39;value&#39;: &#39;водород оксиды&#39;},
{&#39;language&#39;: &#39;tt-cyrl&#39;, &#39;value&#39;: &#39;Н2O&#39;}],
&#39;tt-latn&#39;: [{&#39;language&#39;: &#39;tt-latn&#39;, &#39;value&#39;: &#39;wodorod oqsidı&#39;},
{&#39;language&#39;: &#39;tt-latn&#39;, &#39;value&#39;: &#39;H2O&#39;}],
&#39;zh&#39;: [{&#39;language&#39;: &#39;zh&#39;, &#39;value&#39;: &#39;氢氧化氢&#39;},
{&#39;language&#39;: &#39;zh&#39;, &#39;value&#39;: &#39;一氧化二氢&#39;}],
&#39;fr&#39;: [{&#39;language&#39;: &#39;fr&#39;, &#39;value&#39;: &#39;H2O&#39;},
{&#39;language&#39;: &#39;fr&#39;, &#39;value&#39;: &#39;HOH&#39;},
{&#39;language&#39;: &#39;fr&#39;, &#39;value&#39;: &#39;[OH2]&#39;},
{&#39;language&#39;: &#39;fr&#39;, &#39;value&#39;: &#39;monoxide de dihydrogène&#39;},
{&#39;language&#39;: &#39;fr&#39;, &#39;value&#39;: &#39;oxide de dihydrogène&#39;},
{&#39;language&#39;: &#39;fr&#39;, &#39;value&#39;: &#39;eau pure&#39;},
{&#39;language&#39;: &#39;fr&#39;, &#39;value&#39;: &#39;aqua&#39;},
{&#39;language&#39;: &#39;fr&#39;, &#39;value&#39;: &#34;oxide d&#39;hydrogène&#34;},
{&#39;language&#39;: &#39;fr&#39;, &#39;value&#39;: &#39;dihydrooxigène&#39;},
{&#39;language&#39;: &#39;fr&#39;, &#39;value&#39;: &#34;hydroxide d&#39;hydrogène&#34;},
{&#39;language&#39;: &#39;fr&#39;, &#39;value&#39;: &#39;H₂O&#39;},
{&#39;language&#39;: &#39;fr&#39;, &#39;value&#39;: &#39;acide hydroxique&#39;}],
&#39;sr&#39;: [{&#39;language&#39;: &#39;sr&#39;, &#39;value&#39;: &#39;H2O&#39;},
{&#39;language&#39;: &#39;sr&#39;, &#39;value&#39;: &#39;аква&#39;}],
&#39;pt&#39;: [{&#39;language&#39;: &#39;pt&#39;, &#39;value&#39;: &#39;aqua&#39;},
{&#39;language&#39;: &#39;pt&#39;, &#39;value&#39;: &#39;[OH2]&#39;},
{&#39;language&#39;: &#39;pt&#39;, &#39;value&#39;: &#39;HOH&#39;},
{&#39;language&#39;: &#39;pt&#39;, &#39;value&#39;: &#39;H2O&#39;}],
&#39;or&#39;: [{&#39;language&#39;: &#39;or&#39;, &#39;value&#39;: &#39;ପାଣି&#39;}],
&#39;hi&#39;: [{&#39;language&#39;: &#39;hi&#39;, &#39;value&#39;: &#39;पानी&#39;},
{&#39;language&#39;: &#39;hi&#39;, &#39;value&#39;: &#39;पीयूष&#39;},
{&#39;language&#39;: &#39;hi&#39;, &#39;value&#39;: &#39;हाइड्रोजन हाइड्रॉक्साइड&#39;},
{&#39;language&#39;: &#39;hi&#39;, &#39;value&#39;: &#39;डाईहाइड्रोजन मोनो ऑक्साइड&#39;}],
&#39;te&#39;: [{&#39;language&#39;: &#39;te&#39;, &#39;value&#39;: &#39;జలము&#39;}],
&#39;da&#39;: [{&#39;language&#39;: &#39;da&#39;, &#39;value&#39;: &#39;H2O&#39;},
{&#39;language&#39;: &#39;da&#39;, &#39;value&#39;: &#39;Oxidane&#39;},
{&#39;language&#39;: &#39;da&#39;, &#39;value&#39;: &#39;vanddamp&#39;},
{&#39;language&#39;: &#39;da&#39;, &#39;value&#39;: &#39;vandis&#39;}],
&#39;th&#39;: [{&#39;language&#39;: &#39;th&#39;, &#39;value&#39;: &#39;คงคา&#39;},
{&#39;language&#39;: &#39;th&#39;, &#39;value&#39;: &#39;นที&#39;},
{&#39;language&#39;: &#39;th&#39;, &#39;value&#39;: &#39;อุทก&#39;},
{&#39;language&#39;: &#39;th&#39;, &#39;value&#39;: &#39;สลิล&#39;},
{&#39;language&#39;: &#39;th&#39;, &#39;value&#39;: &#39;วารี&#39;},
{&#39;language&#39;: &#39;th&#39;, &#39;value&#39;: &#39;ชลธี&#39;},
{&#39;language&#39;: &#39;th&#39;, &#39;value&#39;: &#39;ธารา&#39;},
{&#39;language&#39;: &#39;th&#39;, &#39;value&#39;: &#39;อาโป&#39;},
{&#39;language&#39;: &#39;th&#39;, &#39;value&#39;: &#39;สาคเรศ&#39;},
{&#39;language&#39;: &#39;th&#39;, &#39;value&#39;: &#39;อรรณพ&#39;},
{&#39;language&#39;: &#39;th&#39;, &#39;value&#39;: &#39;H2O&#39;},
{&#39;language&#39;: &#39;th&#39;, &#39;value&#39;: &#39;อัมพุ&#39;},
{&#39;language&#39;: &#39;th&#39;, &#39;value&#39;: &#39;สาคร&#39;}],
&#39;es&#39;: [{&#39;language&#39;: &#39;es&#39;, &#39;value&#39;: &#39;H2O&#39;},
{&#39;language&#39;: &#39;es&#39;, &#39;value&#39;: &#39;aqua&#39;},
{&#39;language&#39;: &#39;es&#39;, &#39;value&#39;: &#39;HOH&#39;},
{&#39;language&#39;: &#39;es&#39;, &#39;value&#39;: &#39;[OH2]&#39;},
{&#39;language&#39;: &#39;es&#39;, &#39;value&#39;: &#39;agua pura&#39;}],
&#39;sv&#39;: [{&#39;language&#39;: &#39;sv&#39;, &#39;value&#39;: &#39;H2O&#39;},
{&#39;language&#39;: &#39;sv&#39;, &#39;value&#39;: &#39;diväteoxid&#39;},
{&#39;language&#39;: &#39;sv&#39;, &#39;value&#39;: &#39;vätehydroxid&#39;},
{&#39;language&#39;: &#39;sv&#39;, &#39;value&#39;: &#39;aqua&#39;}],
&#39;gom&#39;: [{&#39;language&#39;: &#39;gom&#39;, &#39;value&#39;: &#39;उदक&#39;}],
&#39;ms&#39;: [{&#39;language&#39;: &#39;ms&#39;, &#39;value&#39;: &#39;ayaq&#39;}],
&#39;et&#39;: [{&#39;language&#39;: &#39;et&#39;, &#39;value&#39;: &#39;Vesi&#39;}],
&#39;be&#39;: [{&#39;language&#39;: &#39;be&#39;, &#39;value&#39;: &#39;аксід вадароду&#39;},
{&#39;language&#39;: &#39;be&#39;, &#39;value&#39;: &#39;дыяксід вадароду&#39;}],
&#39;lzh&#39;: [{&#39;language&#39;: &#39;lzh&#39;, &#39;value&#39;: &#39;一氧化二氫&#39;},
{&#39;language&#39;: &#39;lzh&#39;, &#39;value&#39;: &#39;H_{2}O&#39;}],
&#39;dag&#39;: [{&#39;language&#39;: &#39;dag&#39;, &#39;value&#39;: &#39;kom&#39;}],
&#39;hsb&#39;: [{&#39;language&#39;: &#39;hsb&#39;, &#39;value&#39;: &#39;H2O&#39;}],
&#39;rup&#39;: [{&#39;language&#39;: &#39;rup&#39;, &#39;value&#39;: &#39;H2O&#39;},
{&#39;language&#39;: &#39;rup&#39;, &#39;value&#39;: &#39;monoxid de dihidrogen&#39;},
{&#39;language&#39;: &#39;rup&#39;, &#39;value&#39;: &#39;dihidrooxigen&#39;},
{&#39;language&#39;: &#39;rup&#39;, &#39;value&#39;: &#39;HOH&#39;},
{&#39;language&#39;: &#39;rup&#39;, &#39;value&#39;: &#39;oxid de dihidrogen&#39;},
{&#39;language&#39;: &#39;rup&#39;, &#39;value&#39;: &#39;apâ limpede&#39;},
{&#39;language&#39;: &#39;rup&#39;, &#39;value&#39;: &#39;apã&#39;},
{&#39;language&#39;: &#39;rup&#39;, &#39;value&#39;: &#39;apâ purâ&#39;},
{&#39;language&#39;: &#39;rup&#39;, &#39;value&#39;: &#39;[OH2]&#39;},
{&#39;language&#39;: &#39;rup&#39;, &#39;value&#39;: &#39;aqua&#39;},
{&#39;language&#39;: &#39;rup&#39;, &#39;value&#39;: &#39;hidroxid de hidrogen&#39;}],
&#39;tr&#39;: [{&#39;language&#39;: &#39;tr&#39;, &#39;value&#39;: &#39;ab&#39;},
{&#39;language&#39;: &#39;tr&#39;, &#39;value&#39;: &#39;H2O&#39;},
{&#39;language&#39;: &#39;tr&#39;, &#39;value&#39;: &#39;HOH&#39;},
{&#39;language&#39;: &#39;tr&#39;, &#39;value&#39;: &#39;H₂O&#39;}],
&#39;vec&#39;: [{&#39;language&#39;: &#39;vec&#39;, &#39;value&#39;: &#39;H2O&#39;},
{&#39;language&#39;: &#39;vec&#39;, &#39;value&#39;: &#39;H₂O&#39;},
{&#39;language&#39;: &#39;vec&#39;, &#39;value&#39;: &#39;àgua&#39;},
{&#39;language&#39;: &#39;vec&#39;, &#39;value&#39;: &#39;osidan&#39;},
{&#39;language&#39;: &#39;vec&#39;, &#39;value&#39;: &#39;òsido de idròzeno&#39;},
{&#39;language&#39;: &#39;vec&#39;, &#39;value&#39;: &#39;monòsido de idròzeno&#39;},
{&#39;language&#39;: &#39;vec&#39;, &#39;value&#39;: &#39;monòsido de diidròzeno&#39;},
{&#39;language&#39;: &#39;vec&#39;, &#39;value&#39;: &#39;[OH2]&#39;},
{&#39;language&#39;: &#39;vec&#39;, &#39;value&#39;: &#39;àcua s-ceta&#39;},
{&#39;language&#39;: &#39;vec&#39;, &#39;value&#39;: &#39;HOH&#39;}],
&#39;bho&#39;: [{&#39;language&#39;: &#39;bho&#39;, &#39;value&#39;: &#39;जल&#39;},
{&#39;language&#39;: &#39;bho&#39;, &#39;value&#39;: &#39;आब&#39;}],
&#39;wa&#39;: [{&#39;language&#39;: &#39;wa&#39;, &#39;value&#39;: &#39;êwe&#39;},
{&#39;language&#39;: &#39;wa&#39;, &#39;value&#39;: &#39;eûwe&#39;},
{&#39;language&#39;: &#39;wa&#39;, &#39;value&#39;: &#39;H2O&#39;}],
&#39;mr&#39;: [{&#39;language&#39;: &#39;mr&#39;, &#39;value&#39;: &#39;जल&#39;}],
&#39;sk&#39;: [{&#39;language&#39;: &#39;sk&#39;, &#39;value&#39;: &#39;oxidán&#39;}],
&#39;ml&#39;: [{&#39;language&#39;: &#39;ml&#39;, &#39;value&#39;: &#39;വെള്ളം&#39;}],
&#39;pnb&#39;: [{&#39;language&#39;: &#39;pnb&#39;, &#39;value&#39;: &#39;پانی&#39;}],
&#39;eu&#39;: [{&#39;language&#39;: &#39;eu&#39;, &#39;value&#39;: &#39;H2O&#39;}]},
&#39;claims&#39;: {&#39;P527&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P527&#39;,
&#39;hash&#39;: &#39;3ebf53c76d1595329233a294a933704af5eb70c2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 629,
&#39;id&#39;: &#39;Q629&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P1114&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1114&#39;,
&#39;hash&#39;: &#39;9d780ee198074963faf438f66fe68ee4315db6dd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+1&#39;, &#39;unit&#39;: &#39;1&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P1114&#39;],
&#39;id&#39;: &#39;Q283$042767f4-4109-ac18-e1b9-06141884e7b6&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P527&#39;,
&#39;hash&#39;: &#39;eac227da374dac31d825fb7951800af0858318f3&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 556,
&#39;id&#39;: &#39;Q556&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P1114&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1114&#39;,
&#39;hash&#39;: &#39;27d117b45c5fcc050d06cd9053363a71c1af2cbd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+2&#39;, &#39;unit&#39;: &#39;1&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P1114&#39;],
&#39;id&#39;: &#39;Q283$1a96a1c2-4d06-ed5c-c2cd-ed20f8a97f44&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P117&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P117&#39;,
&#39;hash&#39;: &#39;a24702054a37a91c02d8fafefa720862166db1b0&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;H2O 2D labelled.svg&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;commonsMedia&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;q283$08408860-D657-4530-9490-B7F0401D804C&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P274&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P274&#39;,
&#39;hash&#39;: &#39;12ccdda96e8d5fffbea7510a0f03e75cbe7a0888&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;H₂O&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;q283$DA0A910B-2964-4146-9684-0BF823620242&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;4bc2ff230b51fc3814ae40001c3a6149256b4610&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;86c00763fdfa6a62201787de1555817f5557a410&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 278487,
&#39;id&#39;: &#39;Q278487&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P662&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P662&#39;,
&#39;hash&#39;: &#39;89a00e513726d59216873a4ac73dd7200622b156&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;962&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;}],
&#39;P407&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P407&#39;,
&#39;hash&#39;: &#39;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 1860,
&#39;id&#39;: &#39;Q1860&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P1476&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1476&#39;,
&#39;hash&#39;: &#39;8b52428c85643b5c3a30785b5a8e5b10ddc71096&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;water&#39;, &#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;583aa91f08888cf0ea5ac3a1764704af9b75fa36&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2016-11-18T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;, &#39;P662&#39;, &#39;P407&#39;, &#39;P1476&#39;, &#39;P813&#39;]}]}],
&#39;P227&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P227&#39;,
&#39;hash&#39;: &#39;7edaa3a2b61e31f873deeaa5ab19768d4abf990d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;4064689-0&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P1810&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1810&#39;,
&#39;hash&#39;: &#39;bde44dd0c1668d379ea22074db05ddf6263c2883&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Wasser&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P1810&#39;],
&#39;id&#39;: &#39;q283$F046BC3D-E190-4153-8431-BB3044604039&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;9a24f7c0208b05d6be97077d855671d1dfdbc0dd&#39;,
&#39;snaks&#39;: {&#39;P143&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P143&#39;,
&#39;hash&#39;: &#39;d38375ffe6fe142663ff55cd783aa4df4301d83d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 48183,
&#39;id&#39;: &#39;Q48183&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P143&#39;]}]}],
&#39;P231&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P231&#39;,
&#39;hash&#39;: &#39;ecab6c533389406d00544aa13711c499b248703c&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;7732-18-5&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;q283$6EA70001-D618-46CB-B8D3-BB0F9020A8B2&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;9894364a1b5d02b3f88a28a1aa260b7a4f0f2959&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;3f10906b25f55731f9aedabf02cefea41d81ab1b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 6593799,
&#39;id&#39;: &#39;Q6593799&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P652&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P652&#39;,
&#39;hash&#39;: &#39;a60fc8fc881b5ebb8cdd690886eb35092adf94ff&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;059QF0KO0R&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;}],
&#39;P407&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P407&#39;,
&#39;hash&#39;: &#39;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 1860,
&#39;id&#39;: &#39;Q1860&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P1476&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1476&#39;,
&#39;hash&#39;: &#39;8b52428c85643b5c3a30785b5a8e5b10ddc71096&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;water&#39;, &#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;583aa91f08888cf0ea5ac3a1764704af9b75fa36&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2016-11-18T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;, &#39;P652&#39;, &#39;P407&#39;, &#39;P1476&#39;, &#39;P813&#39;]}]}],
&#39;P373&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P373&#39;,
&#39;hash&#39;: &#39;a55f85995c7d0ab894a810efe3febc7f359594f2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Water&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;q283$3EDF8CB0-9115-42F3-A544-1812778D2679&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;9a24f7c0208b05d6be97077d855671d1dfdbc0dd&#39;,
&#39;snaks&#39;: {&#39;P143&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P143&#39;,
&#39;hash&#39;: &#39;d38375ffe6fe142663ff55cd783aa4df4301d83d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 48183,
&#39;id&#39;: &#39;Q48183&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P143&#39;]}]}],
&#39;P508&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P508&#39;,
&#39;hash&#39;: &#39;c95905f2668c1bd882907447d24d0876b070797d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;6045&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;q283$3BF1A7FA-8FDF-48A6-B08B-E020AF8C4A53&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;a235ba3d92daf43853b23688674b7ab464b4eea8&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;afdc73e2b2508208bcfb2c9e8b8b010bb19acef4&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 460907,
&#39;id&#39;: &#39;Q460907&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]}],
&#39;P910&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P910&#39;,
&#39;hash&#39;: &#39;46bbae022393729bada19d5a6d550575b10b3117&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 6529461,
&#39;id&#39;: &#39;Q6529461&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$24D21F0A-DB54-4427-B98C-F3650A43C6A9&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P873&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P873&#39;,
&#39;hash&#39;: &#39;819e3e2cfc85e5dccbd47acecb28080313bdb9d7&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 106410,
&#39;id&#39;: &#39;Q106410&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;8ca67e33d5404ea9aaf01c74f98359819efc634f&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+273.16&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q11579&#39;,
&#39;upperBound&#39;: &#39;+273.1601&#39;,
&#39;lowerBound&#39;: &#39;+273.1599&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P2077&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2077&#39;,
&#39;hash&#39;: &#39;1f880842a90d82a334a0c85ae14a219d6faba565&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+611.657&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q44395&#39;,
&#39;upperBound&#39;: &#39;+611.667&#39;,
&#39;lowerBound&#39;: &#39;+611.647&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;81a419c3b3b6c50184afec89b98e9d91bbd22155&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11438,
&#39;id&#39;: &#39;Q11438&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;09bd8f2c5b1d016049ceed95a91df560c835c038&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11432,
&#39;id&#39;: &#39;Q11432&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P805&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P805&#39;,
&#39;hash&#39;: &#39;b977cfbaaf8961e46894da3782623fe8d0383e84&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 4463662,
&#39;id&#39;: &#39;Q4463662&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P186&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P186&#39;,
&#39;hash&#39;: &#39;52c28184377bbee533965fc21bcbc2a9c6fdaed2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 904874,
&#39;id&#39;: &#39;Q904874&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P2077&#39;, &#39;P515&#39;, &#39;P805&#39;, &#39;P186&#39;],
&#39;id&#39;: &#39;Q283$7e40bc10-4a93-1382-c381-b727d8d9c887&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;bbb5e2a3e84b29942fc1b8cec238801823d27121&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;aa84182673ebdc2250d03349e488a01a6550a42e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 21061038,
&#39;id&#39;: &#39;Q21061038&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P304&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P304&#39;,
&#39;hash&#39;: &#39;5790235dbfb9a5e37b326b024f0a03eaedbeb338&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;6-62&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;, &#39;P304&#39;]},
{&#39;hash&#39;: &#39;a315c10fd31c877b9d1967bf9dda38259a2ed620&#39;,
&#39;snaks&#39;: {&#39;P854&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P854&#39;,
&#39;hash&#39;: &#39;1dbe7ab0172e5a0520e0f8abfbd2ce3cc287a816&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;https://iopscience.iop.org/article/10.1088/1681-7575/ab0013/pdf&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;}],
&#39;P1476&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1476&#39;,
&#39;hash&#39;: &#39;e37715eeca53c4d73d671040939d6a6429f58097&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;The revision of the SI—the result of three decades of progress in metrology&#39;,
&#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}],
&#39;P1683&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1683&#39;,
&#39;hash&#39;: &#39;18683df9e1d0af4918f5458ab13fb5233c3548f4&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;The standard uncertainty of T_TPW is now u(T_TPW) = 100 μK&#39;,
&#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}]},
&#39;snaks-order&#39;: [&#39;P854&#39;, &#39;P1476&#39;, &#39;P1683&#39;]},
{&#39;hash&#39;: &#39;91203acd125b0da1e734a60c1a77439c08222174&#39;,
&#39;snaks&#39;: {&#39;P4656&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P4656&#39;,
&#39;hash&#39;: &#39;ece485687d0ca5acb581c7d97576081b427c0c41&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;https://en.wikipedia.org/w/index.php?title=Water&amp;oldid=1108154970#Triple_and_critical_points&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;}]},
&#39;snaks-order&#39;: [&#39;P4656&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P873&#39;,
&#39;hash&#39;: &#39;3162db2ba6ee9031a75be25d96adcf53786c9d5d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 111059,
&#39;id&#39;: &#39;Q111059&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2077&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2077&#39;,
&#39;hash&#39;: &#39;b55b4253ab459f74765ebc4e6383409f062ce7d9&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+22.06&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q21062777&#39;,
&#39;upperBound&#39;: &#39;+22.07&#39;,
&#39;lowerBound&#39;: &#39;+22.05&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;8299743c5465abef7477d5e102761d4855495c67&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+647.14&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q11579&#39;,
&#39;upperBound&#39;: &#39;+647.15&#39;,
&#39;lowerBound&#39;: &#39;+647.13&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;09bd8f2c5b1d016049ceed95a91df560c835c038&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11432,
&#39;id&#39;: &#39;Q11432&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;5bde8862b90fb6a85aa1a3f88e25e1e95f695046&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 682585,
&#39;id&#39;: &#39;Q682585&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2077&#39;, &#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$6b0cf964-4a26-11b7-4197-b3626807ac09&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;2ac85fce9160c02b0a346fc02cd6f790ca987c6b&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;aa84182673ebdc2250d03349e488a01a6550a42e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 21061038,
&#39;id&#39;: &#39;Q21061038&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P304&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P304&#39;,
&#39;hash&#39;: &#39;7cafa10aaa7e4722d64d8fce006819f87699c7f4&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;6-52&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;, &#39;P304&#39;]}]}],
&#39;P233&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P233&#39;,
&#39;hash&#39;: &#39;f6f645e0357d548c20b27928d6cc951fb9843a60&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;O&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$5b9f3e73-4c0b-0919-24d2-33a78e86b00a&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;4bc2ff230b51fc3814ae40001c3a6149256b4610&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;86c00763fdfa6a62201787de1555817f5557a410&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 278487,
&#39;id&#39;: &#39;Q278487&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P662&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P662&#39;,
&#39;hash&#39;: &#39;89a00e513726d59216873a4ac73dd7200622b156&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;962&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;}],
&#39;P407&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P407&#39;,
&#39;hash&#39;: &#39;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 1860,
&#39;id&#39;: &#39;Q1860&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P1476&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1476&#39;,
&#39;hash&#39;: &#39;8b52428c85643b5c3a30785b5a8e5b10ddc71096&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;water&#39;, &#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;583aa91f08888cf0ea5ac3a1764704af9b75fa36&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2016-11-18T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;, &#39;P662&#39;, &#39;P407&#39;, &#39;P1476&#39;, &#39;P813&#39;]}]}],
&#39;P234&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P234&#39;,
&#39;hash&#39;: &#39;969b692348e7c9b308873d3efd7ae85142989aec&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;InChI=1S/H2O/h1H2&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$ddf1fbc0-40a3-dda0-62d5-6fe73960f61c&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;4bc2ff230b51fc3814ae40001c3a6149256b4610&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;86c00763fdfa6a62201787de1555817f5557a410&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 278487,
&#39;id&#39;: &#39;Q278487&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P662&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P662&#39;,
&#39;hash&#39;: &#39;89a00e513726d59216873a4ac73dd7200622b156&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;962&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;}],
&#39;P407&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P407&#39;,
&#39;hash&#39;: &#39;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 1860,
&#39;id&#39;: &#39;Q1860&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P1476&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1476&#39;,
&#39;hash&#39;: &#39;8b52428c85643b5c3a30785b5a8e5b10ddc71096&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;water&#39;, &#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;583aa91f08888cf0ea5ac3a1764704af9b75fa36&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2016-11-18T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;, &#39;P662&#39;, &#39;P407&#39;, &#39;P1476&#39;, &#39;P813&#39;]}]}],
&#39;P235&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P235&#39;,
&#39;hash&#39;: &#39;95d5c9c29cc4f5043104c035f5d53e3c12dff283&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;XLYOFNOQVPJJNP-UHFFFAOYSA-N&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$5c4b98de-4112-f52c-b7f4-766f494043fb&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;4bc2ff230b51fc3814ae40001c3a6149256b4610&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;86c00763fdfa6a62201787de1555817f5557a410&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 278487,
&#39;id&#39;: &#39;Q278487&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P662&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P662&#39;,
&#39;hash&#39;: &#39;89a00e513726d59216873a4ac73dd7200622b156&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;962&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;}],
&#39;P407&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P407&#39;,
&#39;hash&#39;: &#39;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 1860,
&#39;id&#39;: &#39;Q1860&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P1476&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1476&#39;,
&#39;hash&#39;: &#39;8b52428c85643b5c3a30785b5a8e5b10ddc71096&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;water&#39;, &#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;583aa91f08888cf0ea5ac3a1764704af9b75fa36&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2016-11-18T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;, &#39;P662&#39;, &#39;P407&#39;, &#39;P1476&#39;, &#39;P813&#39;]},
{&#39;hash&#39;: &#39;1ab650d75f7081ad07d4a87b2a737f176e9d7a8e&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;09ee88b069c36a6dfec3825bdb84474dec6aa2f1&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 98915402,
&#39;id&#39;: &#39;Q98915402&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]}],
&#39;P662&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P662&#39;,
&#39;hash&#39;: &#39;89a00e513726d59216873a4ac73dd7200622b156&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;962&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$8fd088f9-4551-81e4-f7f2-d273b7bc92e5&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;4bc2ff230b51fc3814ae40001c3a6149256b4610&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;86c00763fdfa6a62201787de1555817f5557a410&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 278487,
&#39;id&#39;: &#39;Q278487&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P662&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P662&#39;,
&#39;hash&#39;: &#39;89a00e513726d59216873a4ac73dd7200622b156&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;962&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;}],
&#39;P407&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P407&#39;,
&#39;hash&#39;: &#39;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 1860,
&#39;id&#39;: &#39;Q1860&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P1476&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1476&#39;,
&#39;hash&#39;: &#39;8b52428c85643b5c3a30785b5a8e5b10ddc71096&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;water&#39;, &#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;583aa91f08888cf0ea5ac3a1764704af9b75fa36&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2016-11-18T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;, &#39;P662&#39;, &#39;P407&#39;, &#39;P1476&#39;, &#39;P813&#39;]}]}],
&#39;P349&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P349&#39;,
&#39;hash&#39;: &#39;1f5fe17d1c88f0bd1430c315834de5ffeccfe71c&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;00567741&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$8825480B-0DA7-4FA1-9D4A-0F651766D5C8&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P935&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P935&#39;,
&#39;hash&#39;: &#39;68da0b86322b611423e7d33ca1d835d5c5b1f647&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Water&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$8E9D6A29-E20C-48BF-906D-B4A52F563092&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;3bf39867b037e8e494a8389ae8a03bad6825a7fc&#39;,
&#39;snaks&#39;: {&#39;P143&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P143&#39;,
&#39;hash&#39;: &#39;5946b91c53409c48f5f1fb0319ed41fc67a764da&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 191168,
&#39;id&#39;: &#39;Q191168&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P143&#39;]}]}],
&#39;P646&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P646&#39;,
&#39;hash&#39;: &#39;86ae22d03fa4c04a7981e1bf995afd98f6d07ef3&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;/m/0838f&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$49D50A01-8CEF-4127-999E-445D05D2D928&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;2b00cb481cddcac7623114367489b5c194901c4a&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;a94b740202b097dd33355e0e6c00e54b9395e5e0&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 15241312,
&#39;id&#39;: &#39;Q15241312&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P577&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P577&#39;,
&#39;hash&#39;: &#39;fde79ecb015112d2f29229ccc1ec514ed3e71fa2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2013-10-28T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;, &#39;P577&#39;]}]}],
&#39;P232&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P232&#39;,
&#39;hash&#39;: &#39;65ba8d21ee53e45c87fbd30c973fd6ff706d3282&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;231-791-2&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$5CBA6E4B-9724-4C67-9A02-F11135A6042F&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;9894364a1b5d02b3f88a28a1aa260b7a4f0f2959&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;3f10906b25f55731f9aedabf02cefea41d81ab1b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 6593799,
&#39;id&#39;: &#39;Q6593799&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P652&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P652&#39;,
&#39;hash&#39;: &#39;a60fc8fc881b5ebb8cdd690886eb35092adf94ff&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;059QF0KO0R&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;}],
&#39;P407&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P407&#39;,
&#39;hash&#39;: &#39;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 1860,
&#39;id&#39;: &#39;Q1860&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P1476&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1476&#39;,
&#39;hash&#39;: &#39;8b52428c85643b5c3a30785b5a8e5b10ddc71096&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;water&#39;, &#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;583aa91f08888cf0ea5ac3a1764704af9b75fa36&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2016-11-18T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;, &#39;P652&#39;, &#39;P407&#39;, &#39;P1476&#39;, &#39;P813&#39;]}]}],
&#39;P683&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P683&#39;,
&#39;hash&#39;: &#39;811ab6d6aa498880232f28ac805b8f909be8db80&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;15377&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P4390&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P4390&#39;,
&#39;hash&#39;: &#39;1a4df62914ea9afca349bd5fb5d8efd5832d83fa&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 39893449,
&#39;id&#39;: &#39;Q39893449&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P4390&#39;],
&#39;id&#39;: &#39;Q283$BDA742E6-8542-4B53-9451-0F033D6DBCBA&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;551a3efe2e33a37274d780a99616b0b3e814c1ff&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;d68ecb5a8fa2574fe73e2bd25a21ecc7bbcd0687&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 6120337,
&#39;id&#39;: &#39;Q6120337&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P592&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P592&#39;,
&#39;hash&#39;: &#39;846da71cec967621c8114fcc6208bc18a828f11d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;CHEMBL1098659&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;}],
&#39;P407&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P407&#39;,
&#39;hash&#39;: &#39;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 1860,
&#39;id&#39;: &#39;Q1860&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P1476&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1476&#39;,
&#39;hash&#39;: &#39;50e0b443110266134081dfefc79b22b2ce967d07&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;WATER&#39;, &#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;583aa91f08888cf0ea5ac3a1764704af9b75fa36&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2016-11-18T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;, &#39;P592&#39;, &#39;P407&#39;, &#39;P1476&#39;, &#39;P813&#39;]}]}],
&#39;P657&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P657&#39;,
&#39;hash&#39;: &#39;b4b527c4bc9990b9e4d3b32802c9fbb5147b2d35&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;ZC0110000&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$9FD5B509-FA26-4567-B57C-20E6446CFAF7&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;0ee3b3ba1c958f4c3dcba7ed8091fe4b57311348&#39;,
&#39;snaks&#39;: {&#39;P143&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P143&#39;,
&#39;hash&#39;: &#39;cb49f6fa327b245e4a5aaf48c44b3f503bcd4265&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30239,
&#39;id&#39;: &#39;Q30239&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P143&#39;]}]}],
&#39;P661&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P661&#39;,
&#39;hash&#39;: &#39;be0a5dff9adaf0f2318f99577c09e8cf62fab04b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;937&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$7AD13DB1-1672-47DB-9A95-EC3D29BDF83B&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;1c3c3574b7d1446c1c0436be9f5de7cb1a1dfb30&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;f139f5151d668cf5d632d172b11ebfb4e9fd4f0d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 2311683,
&#39;id&#39;: &#39;Q2311683&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P661&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P661&#39;,
&#39;hash&#39;: &#39;be0a5dff9adaf0f2318f99577c09e8cf62fab04b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;937&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;}],
&#39;P407&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P407&#39;,
&#39;hash&#39;: &#39;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 1860,
&#39;id&#39;: &#39;Q1860&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P1476&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1476&#39;,
&#39;hash&#39;: &#39;677ad16e183e4954812c28ab2853d4e25928f500&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;Water&#39;, &#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;583aa91f08888cf0ea5ac3a1764704af9b75fa36&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2016-11-18T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;, &#39;P661&#39;, &#39;P407&#39;, &#39;P1476&#39;, &#39;P813&#39;]}]}],
&#39;P1036&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1036&#39;,
&#39;hash&#39;: &#39;bb9a5672835a84b028127f62a43bdac8c997a3c2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;553.7&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$6fe3f6e9-4754-4618-c18c-a34650f4582b&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;ced024eb12b5fe38ed87cb5720ea18f3c54229a9&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;019a50b7de741e0068bde41c9d9955b22a5de47b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 36578,
&#39;id&#39;: &#39;Q36578&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1036&#39;,
&#39;hash&#39;: &#39;65fda49d962e56095d9368dede2e445ba2bc0c51&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;546.22&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$6a5ef56d-45a6-e4fe-cf5b-62a4ce352143&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;ced024eb12b5fe38ed87cb5720ea18f3c54229a9&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;019a50b7de741e0068bde41c9d9955b22a5de47b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 36578,
&#39;id&#39;: &#39;Q36578&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1036&#39;,
&#39;hash&#39;: &#39;38fe86ba6d27429bc75f2c89890bb6456ad4efbf&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;572.539&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$e437923e-4e9e-0894-01c5-b18a99e53ef5&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;ced024eb12b5fe38ed87cb5720ea18f3c54229a9&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;019a50b7de741e0068bde41c9d9955b22a5de47b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 36578,
&#39;id&#39;: &#39;Q36578&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]}],
&#39;P1051&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1051&#39;,
&#39;hash&#39;: &#39;b6231f05342d9154a28111dce17b61c93dbd3a64&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;12022&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$45429F07-98A3-4CC8-B906-8841F0C0E59D&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P652&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P652&#39;,
&#39;hash&#39;: &#39;a60fc8fc881b5ebb8cdd690886eb35092adf94ff&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;059QF0KO0R&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$CE97E6AC-B4ED-4426-9DC6-C86D6B19FF28&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;9894364a1b5d02b3f88a28a1aa260b7a4f0f2959&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;3f10906b25f55731f9aedabf02cefea41d81ab1b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 6593799,
&#39;id&#39;: &#39;Q6593799&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P652&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P652&#39;,
&#39;hash&#39;: &#39;a60fc8fc881b5ebb8cdd690886eb35092adf94ff&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;059QF0KO0R&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;}],
&#39;P407&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P407&#39;,
&#39;hash&#39;: &#39;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 1860,
&#39;id&#39;: &#39;Q1860&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P1476&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1476&#39;,
&#39;hash&#39;: &#39;8b52428c85643b5c3a30785b5a8e5b10ddc71096&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;water&#39;, &#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;583aa91f08888cf0ea5ac3a1764704af9b75fa36&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2016-11-18T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;, &#39;P652&#39;, &#39;P407&#39;, &#39;P1476&#39;, &#39;P813&#39;]}]}],
&#39;P2057&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2057&#39;,
&#39;hash&#39;: &#39;a92a1965d4bbae8b74b45cc85ca7ec6432272cd2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;HMDB0002111&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$e3fa7ec0-4353-50ef-2f56-f13803155363&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P2101&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2101&#39;,
&#39;hash&#39;: &#39;0e022335ae0ccc5dd0b3386dc78fd496eacc6b40&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.002519&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2077&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2077&#39;,
&#39;hash&#39;: &#39;abbb1724dc947a108e583c9fd9cef5e5d4cc0593&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+101.325&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q21064807&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P186&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P186&#39;,
&#39;hash&#39;: &#39;52c28184377bbee533965fc21bcbc2a9c6fdaed2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 904874,
&#39;id&#39;: &#39;Q904874&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P459&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P459&#39;,
&#39;hash&#39;: &#39;249ff91b214aeb9a944f4df962242b8ccbb65b13&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 907684,
&#39;id&#39;: &#39;Q907684&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2077&#39;, &#39;P186&#39;, &#39;P459&#39;],
&#39;id&#39;: &#39;Q283$8192984e-4a31-2dea-b445-7f57af473936&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;7c77c0600dab6777e3ed34b5a8ce26eabf8d1793&#39;,
&#39;snaks&#39;: {&#39;P854&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P854&#39;,
&#39;hash&#39;: &#39;8f2db05d1778dfe23cac0340a89552a7a9f818dd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;https://web.archive.org/web/20220527094605/http://www.iapws.org/relguide/Ice-Rev2009.pdf&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;}],
&#39;P1476&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1476&#39;,
&#39;hash&#39;: &#39;52685df23f910c7e42413f3aabbb9cfc75b9a29e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;Revised Release on the Equation of State 2006 for H2O Ice Ih&#39;,
&#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}],
&#39;P577&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P577&#39;,
&#39;hash&#39;: &#39;9264baf374801b3de1addbaea9a05aae2a8fc9c3&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2009-09-00T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 10,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}],
&#39;P123&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P123&#39;,
&#39;hash&#39;: &#39;7f0990a7df4ac37e609ce3e48484a81fa85a87d5&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 1291025,
&#39;id&#39;: &#39;Q1291025&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P854&#39;, &#39;P1476&#39;, &#39;P577&#39;, &#39;P123&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2101&#39;,
&#39;hash&#39;: &#39;158fbf746266ee54559edbfe971cdf7d78894b0d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;,
&#39;upperBound&#39;: &#39;+0.002&#39;,
&#39;lowerBound&#39;: &#39;-0.002&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2077&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2077&#39;,
&#39;hash&#39;: &#39;abbb1724dc947a108e583c9fd9cef5e5d4cc0593&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+101.325&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q21064807&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P186&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P186&#39;,
&#39;hash&#39;: &#39;52c28184377bbee533965fc21bcbc2a9c6fdaed2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 904874,
&#39;id&#39;: &#39;Q904874&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2077&#39;, &#39;P186&#39;],
&#39;id&#39;: &#39;Q283$68024a02-41c5-fe83-0678-7b8e43585bbf&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;283e940e38c9b8a3eecfb4efbce2ca9aa1f3c6e7&#39;,
&#39;snaks&#39;: {&#39;P854&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P854&#39;,
&#39;hash&#39;: &#39;d588e0a15b4dacc47bd2f10cb10c546d3d4be321&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;https://web.archive.org/web/20070710041607/http://www.cstl.nist.gov/div836/836.05/papers/magnum95icept.pdf&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;}],
&#39;P1476&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1476&#39;,
&#39;hash&#39;: &#39;3bba0c66605333fee5e27347fc7006e551d4b91c&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;Reproducibility of the Temperature of the Ice Point in Routine Measurements&#39;,
&#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}],
&#39;P577&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P577&#39;,
&#39;hash&#39;: &#39;05d8e56ed4bbfa50c87c350019d6cfa06613ef8a&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+1995-06-00T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 10,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}],
&#39;P123&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P123&#39;,
&#39;hash&#39;: &#39;a125c47610d2f64f5cce598cb63bfeb2da68e159&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 176691,
&#39;id&#39;: &#39;Q176691&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P854&#39;, &#39;P1476&#39;, &#39;P577&#39;, &#39;P123&#39;]}]}],
&#39;P2075&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2075&#39;,
&#39;hash&#39;: &#39;f2ee26b5447f673d62bc9ea24af35d45ae24d79e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+1497&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q182429&#39;,
&#39;upperBound&#39;: &#39;+1498&#39;,
&#39;lowerBound&#39;: &#39;+1496&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;6f138d164548b8743683b7cc03dd03c965a57af9&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+25&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;,
&#39;upperBound&#39;: &#39;+26&#39;,
&#39;lowerBound&#39;: &#39;+24&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$e8dcef84-452b-0992-c7d0-97475564f878&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;7a84f20d2a2a9508842c3cd80ba526018c1dc2ea&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;aa84182673ebdc2250d03349e488a01a6550a42e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 21061038,
&#39;id&#39;: &#39;Q21061038&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P304&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P304&#39;,
&#39;hash&#39;: &#39;6a2b107371275fa71c21c3a7e81276c119f95f05&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;14-37&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;, &#39;P304&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2075&#39;,
&#39;hash&#39;: &#39;5e8c2412d434b7cdb9ae004773964dc862751c2c&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+473&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q182429&#39;,
&#39;upperBound&#39;: &#39;+474&#39;,
&#39;lowerBound&#39;: &#39;+472&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;19f54089cfe3941cd88ed69c9dff64b3a7622c61&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+100&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;,
&#39;upperBound&#39;: &#39;+101&#39;,
&#39;lowerBound&#39;: &#39;+99&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;09bd8f2c5b1d016049ceed95a91df560c835c038&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11432,
&#39;id&#39;: &#39;Q11432&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$23eb9222-4c86-aaa0-974d-be67bf5a962a&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;7a84f20d2a2a9508842c3cd80ba526018c1dc2ea&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;aa84182673ebdc2250d03349e488a01a6550a42e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 21061038,
&#39;id&#39;: &#39;Q21061038&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P304&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P304&#39;,
&#39;hash&#39;: &#39;6a2b107371275fa71c21c3a7e81276c119f95f05&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;14-37&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;, &#39;P304&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2075&#39;,
&#39;hash&#39;: &#39;95e2e91e8e481ed64fab9b9b2b1454fedfb99293&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+3000&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q182429&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;81a419c3b3b6c50184afec89b98e9d91bbd22155&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11438,
&#39;id&#39;: &#39;Q11438&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P1480&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1480&#39;,
&#39;hash&#39;: &#39;cb40f2027a88b8d23735681aaccba1069a574f54&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 5727902,
&#39;id&#39;: &#39;Q5727902&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P515&#39;, &#39;P1480&#39;],
&#39;id&#39;: &#39;Q283$bbbdf78f-4339-89c0-5b45-74f809b9d752&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;66b070350da29a2863c1682404413d2040df8a9c&#39;,
&#39;snaks&#39;: {&#39;P854&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P854&#39;,
&#39;hash&#39;: &#39;9267c92cd03b6919d5c89764aeacb84abf690f2c&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;https://www.isover.ee/ru/osnovnye-ponyatiya-svyazannye-so-zvukom&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;}],
&#39;P407&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P407&#39;,
&#39;hash&#39;: &#39;d291ddb7cd77c94a7bd709a8395934147e0864fc&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 7737,
&#39;id&#39;: &#39;Q7737&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P854&#39;, &#39;P407&#39;]}]}],
&#39;P2054&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2054&#39;,
&#39;hash&#39;: &#39;fdadad81cdd342ca1b6ca86a97f1cbf428f4be40&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.983854&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q13147228&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;35afe5437a718a8dc333096fb85055ff9cc63954&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;-30&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$ea8d5d18-4468-5c52-e28d-d75daa96b352&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;43c0fd49459d19238c69f32c1aefa0d64c4ad721&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;09e40cceca18d1603672a510f73b1b2d8ddc51f2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30322990,
&#39;id&#39;: &#39;Q30322990&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2054&#39;,
&#39;hash&#39;: &#39;ca96401ef6a9b604f625bc40a1cca9af90feeca3&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.993547&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q13147228&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;b6a3f278b021138718493e2e6181cc8a2e54fc5b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;-20&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$7c0475bd-4e5a-95e0-4804-13febb2f357b&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;43c0fd49459d19238c69f32c1aefa0d64c4ad721&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;09e40cceca18d1603672a510f73b1b2d8ddc51f2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30322990,
&#39;id&#39;: &#39;Q30322990&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2054&#39;,
&#39;hash&#39;: &#39;6cacc58f6082dc8fa5b26bd91672570522f2dfe9&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.998117&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q13147228&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;4d877450480859ff6c164caa93a992a0dd091752&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;-10&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$4b7aaee3-4c69-1b14-3ea9-90ffc0c261dd&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;43c0fd49459d19238c69f32c1aefa0d64c4ad721&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;09e40cceca18d1603672a510f73b1b2d8ddc51f2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30322990,
&#39;id&#39;: &#39;Q30322990&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2054&#39;,
&#39;hash&#39;: &#39;b49985b234b7bf4b95defb14f83bd1ad609e7a96&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.9998395&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q13147228&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;15dbf1e2325ab68c1f03018f6fd6bb04537afddd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$77ce87f5-4eb5-b669-c5da-eb89ae3d0e40&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;43c0fd49459d19238c69f32c1aefa0d64c4ad721&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;09e40cceca18d1603672a510f73b1b2d8ddc51f2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30322990,
&#39;id&#39;: &#39;Q30322990&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2054&#39;,
&#39;hash&#39;: &#39;a4105c7f2bd597f6c3002c448f113ef39ec073c4&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.9999720&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q13147228&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;f1c5396e3cda42b15fed5164dc5c3a66a2594fff&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+4&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$067d12e5-4625-7d0a-04ad-8d3c013b5d97&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;43c0fd49459d19238c69f32c1aefa0d64c4ad721&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;09e40cceca18d1603672a510f73b1b2d8ddc51f2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30322990,
&#39;id&#39;: &#39;Q30322990&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2054&#39;,
&#39;hash&#39;: &#39;5ff3732032d7d56d9ea741e6a20872b78802c9af&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.99996&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q13147228&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;93bca3acaf7da1b6db077efefbf389b073ee3fda&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+5&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$687c1b8d-4411-2312-6677-6fcb793a2757&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;43c0fd49459d19238c69f32c1aefa0d64c4ad721&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;09e40cceca18d1603672a510f73b1b2d8ddc51f2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30322990,
&#39;id&#39;: &#39;Q30322990&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2054&#39;,
&#39;hash&#39;: &#39;d1cd717fc3a115bd9988c6f93f302926604d8b8c&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.9997026&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q13147228&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;0eaf5d93f77169bd43ac75d8e5209a3097737503&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+10&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$4f3dd727-4249-cd4b-b814-a960214e0c1f&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;43c0fd49459d19238c69f32c1aefa0d64c4ad721&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;09e40cceca18d1603672a510f73b1b2d8ddc51f2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30322990,
&#39;id&#39;: &#39;Q30322990&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2054&#39;,
&#39;hash&#39;: &#39;6af262afe60081ac4b63e79ad7f1c33ae1f840cf&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.9991026&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q13147228&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;74e158910c3c78805c5b6734d8db615374197106&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+15&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$0f86f1dd-41ef-9c4b-6788-e62391b418c6&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;43c0fd49459d19238c69f32c1aefa0d64c4ad721&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;09e40cceca18d1603672a510f73b1b2d8ddc51f2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30322990,
&#39;id&#39;: &#39;Q30322990&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2054&#39;,
&#39;hash&#39;: &#39;4349029a2eb88fbb5ebeff8cfea239c38915419e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.9982071&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q13147228&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;41e8c3aff8a414657b5f519dde758c618378ccf8&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+20&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$3133641b-4f46-255d-1ab6-b1d9bfbfdb9a&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;43c0fd49459d19238c69f32c1aefa0d64c4ad721&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;09e40cceca18d1603672a510f73b1b2d8ddc51f2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30322990,
&#39;id&#39;: &#39;Q30322990&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2054&#39;,
&#39;hash&#39;: &#39;5fa586690311bff4ac6df881196eecfb8491291d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.9977735&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q13147228&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;128710e36c1371e05ea0311e92c2e39ede69c895&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+22&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$9e59edea-4e3f-30e9-bde9-5f29f5535416&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;43c0fd49459d19238c69f32c1aefa0d64c4ad721&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;09e40cceca18d1603672a510f73b1b2d8ddc51f2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30322990,
&#39;id&#39;: &#39;Q30322990&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2054&#39;,
&#39;hash&#39;: &#39;374141d4cc9d2aea7364d00a4425fd8d6912f1c2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.9970479&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q13147228&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;ab79e06e9ed6ffe2e486fdb46c0b31c2fffb174c&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+25&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$389316c8-4dae-8949-b0f2-ec42b056b3be&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;43c0fd49459d19238c69f32c1aefa0d64c4ad721&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;09e40cceca18d1603672a510f73b1b2d8ddc51f2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30322990,
&#39;id&#39;: &#39;Q30322990&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2054&#39;,
&#39;hash&#39;: &#39;8f1882414f6cf348d33c7aa93d67aa8c81522046&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.9956502&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q13147228&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;d37b6916c121bc68019d925657475c76694671d5&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+30&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$be2c6153-45b0-24b2-b83e-34a90b0cfa94&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;43c0fd49459d19238c69f32c1aefa0d64c4ad721&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;09e40cceca18d1603672a510f73b1b2d8ddc51f2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30322990,
&#39;id&#39;: &#39;Q30322990&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2054&#39;,
&#39;hash&#39;: &#39;88e85e7c9f4a0b5a333d7bca9f13d81e87edb70c&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.99403&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q13147228&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;115dd54bf34a1ab7d3617d110b6f41bfd902579e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+35&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$47868fe1-44b1-03c7-2446-3e26ad8b7e87&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;43c0fd49459d19238c69f32c1aefa0d64c4ad721&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;09e40cceca18d1603672a510f73b1b2d8ddc51f2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30322990,
&#39;id&#39;: &#39;Q30322990&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2054&#39;,
&#39;hash&#39;: &#39;3e6f82bd47218abe0cf08eec6b0eadcd26b4bf55&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.99221&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q13147228&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;1898a9c7a1fc442e69d6db950c0fa2da8c85fd30&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+40&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$19248f5b-4c5b-1b1e-810a-885aa74234b8&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;43c0fd49459d19238c69f32c1aefa0d64c4ad721&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;09e40cceca18d1603672a510f73b1b2d8ddc51f2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30322990,
&#39;id&#39;: &#39;Q30322990&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2054&#39;,
&#39;hash&#39;: &#39;4f4f569717b85d5f440fd7a961aec44828480a39&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.99022&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q13147228&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;900b094870adedc0d7f19800cad19d6074fb78db&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+45&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$00217b5e-4f05-25eb-06ea-0e0cee951dd7&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;43c0fd49459d19238c69f32c1aefa0d64c4ad721&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;09e40cceca18d1603672a510f73b1b2d8ddc51f2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30322990,
&#39;id&#39;: &#39;Q30322990&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2054&#39;,
&#39;hash&#39;: &#39;550288555652fc14749e8f83e5693425f11641b0&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.98804&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q13147228&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;4d21d6b57883257e2b7fb5d733eb2f7cb386fc60&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+50&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$fe167079-40f7-c988-1afa-bce0cffad2a2&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;43c0fd49459d19238c69f32c1aefa0d64c4ad721&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;09e40cceca18d1603672a510f73b1b2d8ddc51f2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30322990,
&#39;id&#39;: &#39;Q30322990&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2054&#39;,
&#39;hash&#39;: &#39;65d53a6328f803a27965762db0765d7d114e2047&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.98570&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q13147228&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;136bb4d8e7b0de15d7491db6a9397a01470018fc&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+55&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$0f4437ea-4937-2295-1c80-19fd45bb9caf&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;43c0fd49459d19238c69f32c1aefa0d64c4ad721&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;09e40cceca18d1603672a510f73b1b2d8ddc51f2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30322990,
&#39;id&#39;: &#39;Q30322990&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2054&#39;,
&#39;hash&#39;: &#39;3cdcbeb794a2f3c8f319ebde70fe3178c3a404bc&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.98321&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q13147228&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;90051cb1437f972a12ac3866cf45f514f2f4503a&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+60&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$df3e070f-4d39-980c-6e43-58ab33863e39&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;43c0fd49459d19238c69f32c1aefa0d64c4ad721&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;09e40cceca18d1603672a510f73b1b2d8ddc51f2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30322990,
&#39;id&#39;: &#39;Q30322990&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2054&#39;,
&#39;hash&#39;: &#39;654dde49e3fcaf582dddce8f3bba1fda72924371&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.98056&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q13147228&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;9c348dec09679a98a2536bcfd03e6d7827e4d547&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+65&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$b3592e72-4283-8931-3469-0320f9649450&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;43c0fd49459d19238c69f32c1aefa0d64c4ad721&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;09e40cceca18d1603672a510f73b1b2d8ddc51f2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30322990,
&#39;id&#39;: &#39;Q30322990&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2054&#39;,
&#39;hash&#39;: &#39;c28e8425805c7cd9f1e551c0435c33f6dd04e256&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.97778&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q13147228&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;2ac6c1ac86c29b2d70ffe45bcbc39a28614aee4e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+70&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$a2e9d6c8-4195-49b6-0bd1-3870f364af17&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;43c0fd49459d19238c69f32c1aefa0d64c4ad721&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;09e40cceca18d1603672a510f73b1b2d8ddc51f2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30322990,
&#39;id&#39;: &#39;Q30322990&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2054&#39;,
&#39;hash&#39;: &#39;6550b62bdb935076f270d3f6d38213aa87efe8dc&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.97486&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q13147228&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;835bfae1bb0f063f1d67eb60563c553ed2c234a1&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+75&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$26de8955-4e4b-1b55-53f2-ae4f4de0d3ef&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;43c0fd49459d19238c69f32c1aefa0d64c4ad721&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;09e40cceca18d1603672a510f73b1b2d8ddc51f2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30322990,
&#39;id&#39;: &#39;Q30322990&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2054&#39;,
&#39;hash&#39;: &#39;660f9cf7947b309b704bd04a3034952d95adbe7f&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.97180&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q13147228&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;7f912af7f682b78bc925e7f796ccf03de5a66e88&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+80&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$e047f4a7-4554-a0c3-c59a-b203b76cfda7&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;43c0fd49459d19238c69f32c1aefa0d64c4ad721&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;09e40cceca18d1603672a510f73b1b2d8ddc51f2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30322990,
&#39;id&#39;: &#39;Q30322990&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2054&#39;,
&#39;hash&#39;: &#39;19a303e1cf36e5a2e10c367c679a44c3b5efb1c2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.96862&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q13147228&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;e2ffaa27e6fceed69adbe2704f8438b1069b287c&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+85&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$d3a6e537-4992-704f-24ff-5560deadc71f&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;43c0fd49459d19238c69f32c1aefa0d64c4ad721&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;09e40cceca18d1603672a510f73b1b2d8ddc51f2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30322990,
&#39;id&#39;: &#39;Q30322990&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2054&#39;,
&#39;hash&#39;: &#39;f82def7487881f2d52729bd73ba39007fd3272d6&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.96531&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q13147228&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;81c546a0f11a307b47ea9a0edae78657af634c9c&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+90&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$c1949803-4dd6-e31f-8fac-c7cf7c63b187&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;43c0fd49459d19238c69f32c1aefa0d64c4ad721&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;09e40cceca18d1603672a510f73b1b2d8ddc51f2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30322990,
&#39;id&#39;: &#39;Q30322990&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2054&#39;,
&#39;hash&#39;: &#39;2daf621a08af528c6aad3298feb8025b6ad3d40a&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.96189&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q13147228&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;8a8cfc5e13fe39b675dbc1e4f27b97c1de5acb6b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+95&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$9ecd9b63-4a07-dbd2-915b-370c27b59151&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;43c0fd49459d19238c69f32c1aefa0d64c4ad721&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;09e40cceca18d1603672a510f73b1b2d8ddc51f2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30322990,
&#39;id&#39;: &#39;Q30322990&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2054&#39;,
&#39;hash&#39;: &#39;1f8eab4e4fe7fbfdd267936110c92c6e0935da7f&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.95835&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q13147228&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;855e7b9491dcc328706003d1b3a176dbd056439e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+100&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$ce9a3c52-4271-ba20-44b1-9cc6863e68e8&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;43c0fd49459d19238c69f32c1aefa0d64c4ad721&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;09e40cceca18d1603672a510f73b1b2d8ddc51f2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30322990,
&#39;id&#39;: &#39;Q30322990&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]}],
&#39;P715&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P715&#39;,
&#39;hash&#39;: &#39;b6749f1bfa58fc0e2c7a97adb83d17a5d933c9df&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;09145&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$880AAEDF-5BCA-47AC-B860-ED2B9ADCCCA8&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;9ee65fa944b36906b0d43860f73e745515feefb4&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;6bd5059d70c3b8ba22947e938de55027edbaf3c1&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 1122544,
&#39;id&#39;: &#39;Q1122544&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P715&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P715&#39;,
&#39;hash&#39;: &#39;b6749f1bfa58fc0e2c7a97adb83d17a5d933c9df&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;09145&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;}],
&#39;P407&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P407&#39;,
&#39;hash&#39;: &#39;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 1860,
&#39;id&#39;: &#39;Q1860&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P1476&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1476&#39;,
&#39;hash&#39;: &#39;677ad16e183e4954812c28ab2853d4e25928f500&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;Water&#39;, &#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;583aa91f08888cf0ea5ac3a1764704af9b75fa36&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2016-11-18T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;, &#39;P715&#39;, &#39;P407&#39;, &#39;P1476&#39;, &#39;P813&#39;]}]}],
&#39;P2115&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2115&#39;,
&#39;hash&#39;: &#39;35ae2470d37b9ec51b08c8f186f19354c56fbdaf&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;N0000147042&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$4E4C1ACE-D8B8-4609-84C3-E8EE1CFC39E2&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;9894364a1b5d02b3f88a28a1aa260b7a4f0f2959&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;3f10906b25f55731f9aedabf02cefea41d81ab1b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 6593799,
&#39;id&#39;: &#39;Q6593799&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P652&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P652&#39;,
&#39;hash&#39;: &#39;a60fc8fc881b5ebb8cdd690886eb35092adf94ff&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;059QF0KO0R&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;}],
&#39;P407&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P407&#39;,
&#39;hash&#39;: &#39;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 1860,
&#39;id&#39;: &#39;Q1860&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P1476&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1476&#39;,
&#39;hash&#39;: &#39;8b52428c85643b5c3a30785b5a8e5b10ddc71096&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;water&#39;, &#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;583aa91f08888cf0ea5ac3a1764704af9b75fa36&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2016-11-18T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;, &#39;P652&#39;, &#39;P407&#39;, &#39;P1476&#39;, &#39;P813&#39;]}]}],
&#39;P592&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P592&#39;,
&#39;hash&#39;: &#39;846da71cec967621c8114fcc6208bc18a828f11d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;CHEMBL1098659&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$838B45B4-1036-4E91-A789-97042683069D&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;551a3efe2e33a37274d780a99616b0b3e814c1ff&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;d68ecb5a8fa2574fe73e2bd25a21ecc7bbcd0687&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 6120337,
&#39;id&#39;: &#39;Q6120337&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P592&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P592&#39;,
&#39;hash&#39;: &#39;846da71cec967621c8114fcc6208bc18a828f11d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;CHEMBL1098659&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;}],
&#39;P407&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P407&#39;,
&#39;hash&#39;: &#39;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 1860,
&#39;id&#39;: &#39;Q1860&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P1476&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1476&#39;,
&#39;hash&#39;: &#39;50e0b443110266134081dfefc79b22b2ce967d07&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;WATER&#39;, &#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;583aa91f08888cf0ea5ac3a1764704af9b75fa36&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2016-11-18T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;, &#39;P592&#39;, &#39;P407&#39;, &#39;P1476&#39;, &#39;P813&#39;]}]}],
&#39;P679&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P679&#39;,
&#39;hash&#39;: &#39;57b6a6a152cc85b6042ac1de69a44aabe7a857a7&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;1140&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$F2D872EC-191F-4F36-9D13-FE3D59649844&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P2612&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2612&#39;,
&#39;hash&#39;: &#39;846d7f0dbac966034adf46d2578a98711f5e5712&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;water&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$FC76468D-2EC4-411F-BACA-CD87AF99BFE8&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P1807&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1807&#39;,
&#39;hash&#39;: &#39;fff07f477ae9d71f2a01f9a74917096f996ae7e9&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;287&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$27CEB259-DA96-4FBC-B366-D42E86C20B1B&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P2959&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2959&#39;,
&#39;hash&#39;: &#39;97ce556830e05f8f77aea01074837409a52539e6&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 31804020,
&#39;id&#39;: &#39;Q31804020&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$DE9A9D9D-9FA1-4261-8F4E-44B1527E7B23&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;3545f001bc7889f7d9df464d8234d1eecde72c70&#39;,
&#39;snaks&#39;: {&#39;P3452&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P3452&#39;,
&#39;hash&#39;: &#39;2d207d60a13d3f432ef09d04283ee4e79e59e097&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 31804020,
&#39;id&#39;: &#39;Q31804020&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P3452&#39;]}]}],
&#39;P1417&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1417&#39;,
&#39;hash&#39;: &#39;9f86b2785296a25e3cb9908a014e83af56d55ac6&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;science/water&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$B9E9383B-0C3B-473A-BCCA-000061F43595&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P2566&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2566&#39;,
&#39;hash&#39;: &#39;caa9f798ec60d363a47f346fa52c3ea8632beeb1&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;100.028.902&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$13572468-2468-1357-eca9-bdf024681357&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;604145b5b550a053d76fa3fd6e189ffa5824f3f0&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;76531cd55d872abdd18cf69a5b5caa024664acf5&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 59911453,
&#39;id&#39;: &#39;Q59911453&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P2566&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2566&#39;,
&#39;hash&#39;: &#39;caa9f798ec60d363a47f346fa52c3ea8632beeb1&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;100.028.902&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;8b9424a7f0148fca7780daef8d6f7a3eac84a324&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2018-12-27T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}],
&#39;P1476&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1476&#39;,
&#39;hash&#39;: &#39;677ad16e183e4954812c28ab2853d4e25928f500&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;Water&#39;, &#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}],
&#39;P1683&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1683&#39;,
&#39;hash&#39;: &#39;e6f4e80965349ba85614857e31c755f080018e04&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;CAS no.: 7732-18-5&#39;,
&#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;, &#39;P2566&#39;, &#39;P813&#39;, &#39;P1476&#39;, &#39;P1683&#39;]}]}],
&#39;P665&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P665&#39;,
&#39;hash&#39;: &#39;fc1c25fcfb505932a93f30dce04baef2ca5e87b6&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;D00001&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$7FD17FA6-A545-4D0A-BD4E-476961709320&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;a8ac6721145385d667cdb3413da53e1a14640c21&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;9e83cfcac844a687a3b2130383ea35b51a36d652&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 902623,
&#39;id&#39;: &#39;Q902623&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P683&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P683&#39;,
&#39;hash&#39;: &#39;811ab6d6aa498880232f28ac805b8f909be8db80&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;15377&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;}],
&#39;P407&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P407&#39;,
&#39;hash&#39;: &#39;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 1860,
&#39;id&#39;: &#39;Q1860&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P1476&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1476&#39;,
&#39;hash&#39;: &#39;8b52428c85643b5c3a30785b5a8e5b10ddc71096&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;water&#39;, &#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;620d2e76d21bb1d326fc360db5bece2070115240&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2016-10-19T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;, &#39;P683&#39;, &#39;P407&#39;, &#39;P1476&#39;, &#39;P813&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P665&#39;,
&#39;hash&#39;: &#39;8fa527752133c88ec3c3af92db1fbc22ec12525a&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;C00001&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$82b38892-49e9-d416-27d7-72be718dcc68&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P1579&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1579&#39;,
&#39;hash&#39;: &#39;6fb1a1ee567fe905f7d19a3aaf170d1010e5e93f&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;3587155&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$3FE8137B-63F9-4C22-A4D6-F060EB87550B&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;a8ac6721145385d667cdb3413da53e1a14640c21&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;9e83cfcac844a687a3b2130383ea35b51a36d652&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 902623,
&#39;id&#39;: &#39;Q902623&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P683&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P683&#39;,
&#39;hash&#39;: &#39;811ab6d6aa498880232f28ac805b8f909be8db80&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;15377&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;}],
&#39;P407&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P407&#39;,
&#39;hash&#39;: &#39;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 1860,
&#39;id&#39;: &#39;Q1860&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P1476&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1476&#39;,
&#39;hash&#39;: &#39;8b52428c85643b5c3a30785b5a8e5b10ddc71096&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;water&#39;, &#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;620d2e76d21bb1d326fc360db5bece2070115240&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2016-10-19T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;, &#39;P683&#39;, &#39;P407&#39;, &#39;P1476&#39;, &#39;P813&#39;]}]}],
&#39;P2067&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2067&#39;,
&#39;hash&#39;: &#39;4babb813e61a40c74e12ce25406597174f1c10e7&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+18.015268&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q483261&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$816DEE76-2B22-498F-B3F6-A50F583AE8C4&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;176243f91c929a89e140e7e7df6787aa1c66ca23&#39;,
&#39;snaks&#39;: {&#39;P854&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P854&#39;,
&#39;hash&#39;: &#39;a976adb6593a24e05d644ec89ccf6e7ee3a77a06&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;http://www.iapws.org/relguide/fundam.pdf&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;}],
&#39;P304&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P304&#39;,
&#39;hash&#39;: &#39;633955ef15056e161077090df795f83a42eef348&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;4&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P958&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P958&#39;,
&#39;hash&#39;: &#39;f5008b80dd7a79740712da5e9e1900c638d710e2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;3.2 Relative Molar Mass of Ordinary Water Substance&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;41c2a9aa87f1b1e507ac15a16d6baad2447cd47a&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2017-08-15T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;snaks-order&#39;: [&#39;P854&#39;, &#39;P304&#39;, &#39;P958&#39;, &#39;P813&#39;]}]}],
&#39;P487&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P487&#39;,
&#39;hash&#39;: &#39;7d4d2838f63c7d54ca7212589ded46a420a74034&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;💧&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$c71cc1b1-45ff-5857-6f04-3851accc82f6&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;03dd2c9d10173e7d231bf32b85f298a19c2a2752&#39;,
&#39;snaks&#39;: {&#39;P854&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P854&#39;,
&#39;hash&#39;: &#39;d69663ad30a38a94a4b59798c536c2844e5b2f8a&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;http://www.unicode.org/charts/PDF/U1F300.pdf&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;}]},
&#39;snaks-order&#39;: [&#39;P854&#39;]}]}],
&#39;P2056&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2056&#39;,
&#39;hash&#39;: &#39;fbbc8714763aca148d48806ea51cdedc534e8af0&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+4184&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q69423273&#39;,
&#39;upperBound&#39;: &#39;+4185&#39;,
&#39;lowerBound&#39;: &#39;+4183&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;32715e438a498075c40e5f5dd0e9cd92629b47f3&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+333&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q11579&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P515&#39;, &#39;P2076&#39;],
&#39;id&#39;: &#39;Q283$64f0aeba-42fa-43c4-54ea-f338494d8217&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;4072cc3bbda8d50c3f91dee190c14858251711c5&#39;,
&#39;snaks&#39;: {&#39;P854&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P854&#39;,
&#39;hash&#39;: &#39;f51f190da1b8d419e329500d7481addd80aeea0e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;http://water.usgs.gov/edu/heat-capacity.html&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;}]},
&#39;snaks-order&#39;: [&#39;P854&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2056&#39;,
&#39;hash&#39;: &#39;e3a6774d218590853deb23a4a9ff7fdab5bb6bd6&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+2110&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q69423273&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;81a419c3b3b6c50184afec89b98e9d91bbd22155&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11438,
&#39;id&#39;: &#39;Q11438&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;7516539f916ef441f64bf6f67cfa4150b2ae29af&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+273&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q11579&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P515&#39;, &#39;P2076&#39;],
&#39;id&#39;: &#39;Q283$5a94998f-4476-26a6-5b7c-3570e0bc8d98&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2056&#39;,
&#39;hash&#39;: &#39;85a9aaf66c00881b9f7d69c8dc88267193530dcc&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+1640&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q69423273&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;81a419c3b3b6c50184afec89b98e9d91bbd22155&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11438,
&#39;id&#39;: &#39;Q11438&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;791a7dc7541eb6306da78f4595b4f8f6454db41d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+213&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q11579&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P515&#39;, &#39;P2076&#39;],
&#39;id&#39;: &#39;Q283$ba87457f-44db-5de5-6211-294217eb37c1&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2056&#39;,
&#39;hash&#39;: &#39;78e68efa81910c84b1bc829363cccfcbcb1dabd6&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+4216&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q69423273&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;41da0723305bc59f4ac7ef51990115a2064c1cc0&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+373&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q11579&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P515&#39;, &#39;P2076&#39;],
&#39;id&#39;: &#39;Q283$65810998-423f-6e72-566b-d862ff505826&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P3345&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P3345&#39;,
&#39;hash&#39;: &#39;3d989faf2195c61d08f9f546051ed079c05b845e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;11295&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$214D1F62-2385-4212-806C-A602048936B6&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;9894364a1b5d02b3f88a28a1aa260b7a4f0f2959&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;3f10906b25f55731f9aedabf02cefea41d81ab1b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 6593799,
&#39;id&#39;: &#39;Q6593799&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P652&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P652&#39;,
&#39;hash&#39;: &#39;a60fc8fc881b5ebb8cdd690886eb35092adf94ff&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;059QF0KO0R&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;}],
&#39;P407&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P407&#39;,
&#39;hash&#39;: &#39;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 1860,
&#39;id&#39;: &#39;Q1860&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P1476&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1476&#39;,
&#39;hash&#39;: &#39;8b52428c85643b5c3a30785b5a8e5b10ddc71096&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;water&#39;, &#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;583aa91f08888cf0ea5ac3a1764704af9b75fa36&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2016-11-18T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;, &#39;P652&#39;, &#39;P407&#39;, &#39;P1476&#39;, &#39;P813&#39;]}]}],
&#39;P2892&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2892&#39;,
&#39;hash&#39;: &#39;a1f8e2a5b7ab1ff92000f8a8efd287708daead81&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;C0043047&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$471AF345-2C5F-4100-9F21-BAB8B65980B8&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;9894364a1b5d02b3f88a28a1aa260b7a4f0f2959&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;3f10906b25f55731f9aedabf02cefea41d81ab1b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 6593799,
&#39;id&#39;: &#39;Q6593799&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P652&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P652&#39;,
&#39;hash&#39;: &#39;a60fc8fc881b5ebb8cdd690886eb35092adf94ff&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;059QF0KO0R&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;}],
&#39;P407&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P407&#39;,
&#39;hash&#39;: &#39;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 1860,
&#39;id&#39;: &#39;Q1860&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P1476&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1476&#39;,
&#39;hash&#39;: &#39;8b52428c85643b5c3a30785b5a8e5b10ddc71096&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;water&#39;, &#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;583aa91f08888cf0ea5ac3a1764704af9b75fa36&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2016-11-18T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;, &#39;P652&#39;, &#39;P407&#39;, &#39;P1476&#39;, &#39;P813&#39;]}]}],
&#39;P2102&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2102&#39;,
&#39;hash&#39;: &#39;fec4e731e60a283b764d17d3d9b063ff34f56ac1&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+99.9839&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2077&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2077&#39;,
&#39;hash&#39;: &#39;abbb1724dc947a108e583c9fd9cef5e5d4cc0593&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+101.325&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q21064807&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P459&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P459&#39;,
&#39;hash&#39;: &#39;3b39a420f4728ca8d2334a1009f107d8368cf5e2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 264647,
&#39;id&#39;: &#39;Q264647&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P186&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P186&#39;,
&#39;hash&#39;: &#39;52c28184377bbee533965fc21bcbc2a9c6fdaed2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 904874,
&#39;id&#39;: &#39;Q904874&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2077&#39;, &#39;P459&#39;, &#39;P186&#39;],
&#39;id&#39;: &#39;Q283$81243731-40b8-0096-434b-3b5fe3e5cf96&#39;,
&#39;rank&#39;: &#39;preferred&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;2eaba6ed0657f43ff528b9da68b21047cc4903ad&#39;,
&#39;snaks&#39;: {&#39;P854&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P854&#39;,
&#39;hash&#39;: &#39;017c55afd84be29c1b2876107e3b1d56beb41359&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;https://web.archive.org/web/20201002112833/http://www1.lsbu.ac.uk/water/water_properties.html#c1&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;}]},
&#39;snaks-order&#39;: [&#39;P854&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2102&#39;,
&#39;hash&#39;: &#39;6eb691e4a4ce359be91aec43fa0667ce5e1eeda0&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+99.9743&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2077&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2077&#39;,
&#39;hash&#39;: &#39;abbb1724dc947a108e583c9fd9cef5e5d4cc0593&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+101.325&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q21064807&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P459&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P459&#39;,
&#39;hash&#39;: &#39;249ff91b214aeb9a944f4df962242b8ccbb65b13&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 907684,
&#39;id&#39;: &#39;Q907684&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P186&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P186&#39;,
&#39;hash&#39;: &#39;52c28184377bbee533965fc21bcbc2a9c6fdaed2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 904874,
&#39;id&#39;: &#39;Q904874&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2077&#39;, &#39;P459&#39;, &#39;P186&#39;],
&#39;id&#39;: &#39;Q283$834ebcba-4d62-4fc7-10cb-801883ed07d9&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;2eaba6ed0657f43ff528b9da68b21047cc4903ad&#39;,
&#39;snaks&#39;: {&#39;P854&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P854&#39;,
&#39;hash&#39;: &#39;017c55afd84be29c1b2876107e3b1d56beb41359&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;https://web.archive.org/web/20201002112833/http://www1.lsbu.ac.uk/water/water_properties.html#c1&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;}]},
&#39;snaks-order&#39;: [&#39;P854&#39;]}]}],
&#39;P3417&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P3417&#39;,
&#39;hash&#39;: &#39;a078825c5e1ba275c6d1afea59a2d6ebd7d7fa1b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Water&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$62FD26FF-38C0-48A5-A4AE-34737D3BB481&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P3117&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P3117&#39;,
&#39;hash&#39;: &#39;54c22d1b3f37f03ecfb5c0ae76cbf10a980dacba&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;DTXSID6026296&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$2F596135-B9DE-4841-8D2F-B0F8EBD30F20&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;b9fca783197d76da3ba023673fc10074b598f1f3&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;8d0c5fc3d44790d94e5cc51da08e3fb49277ac30&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 28061352,
&#39;id&#39;: &#39;Q28061352&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]}],
&#39;P486&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P486&#39;,
&#39;hash&#39;: &#39;fea950cb4a79f7fcea6b88b3c2d8ed988cc517bb&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;D014867&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P1810&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1810&#39;,
&#39;hash&#39;: &#39;6bea429f5696799d2acb5abafcfec34233dc486f&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Water&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P1810&#39;],
&#39;id&#39;: &#39;Q283$37aa8f0d-4493-16ea-984e-73978af4ad5e&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P18&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P18&#39;,
&#39;hash&#39;: &#39;909798a8a1b22c4f447c350538f477cfedda2150&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;IceBirdWithFledgling.jpg&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;commonsMedia&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P180&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P180&#39;,
&#39;hash&#39;: &#39;f6fc95c1abac5e2b1720c75ca10cf497d7f16fa0&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 23392,
&#39;id&#39;: &#39;Q23392&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P180&#39;],
&#39;id&#39;: &#39;Q283$c61fd7ac-4aba-6c27-a65f-ae9cd4af50c7&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P18&#39;,
&#39;hash&#39;: &#39;07d74c613f6c25fbae36a17c86375be7662827b0&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Wassertropfen.jpg&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;commonsMedia&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P180&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P180&#39;,
&#39;hash&#39;: &#39;d3d387b4d4e0ec694237626df427ff9222874edd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 29053744,
&#39;id&#39;: &#39;Q29053744&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P180&#39;],
&#39;id&#39;: &#39;Q283$5262438e-49b8-7284-9849-e240c2385c2f&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P18&#39;,
&#39;hash&#39;: &#39;2a652231c6375af6e74913165c831deae097c778&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Above the Clouds.jpg&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;commonsMedia&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P180&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P180&#39;,
&#39;hash&#39;: &#39;0d23f90da10c3615a55b3b8f6624204e997630c7&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 190120,
&#39;id&#39;: &#39;Q190120&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P180&#39;],
&#39;id&#39;: &#39;Q283$55d6c18b-4b38-ebae-d201-4fa1ca78a305&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P703&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P703&#39;,
&#39;hash&#39;: &#39;5aed5809d737aec10f4ff5eb20d35ccec83d0cb5&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 15978631,
&#39;id&#39;: &#39;Q15978631&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$2BEB150F-CB2C-410F-988F-CEAB6A6ECDFF&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;2bd4ed4f178d58e5f6b319bc092c0f93b83d7e62&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;f727e7647f55d9d226af203a6dd3f57f4bf03d9d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 28601559,
&#39;id&#39;: &#39;Q28601559&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]},
{&#39;hash&#39;: &#39;de20aa30912d25d58d3bbd5839553f1188f8133e&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;774d246a68e5544ecdab53e79f38489d74fd8d57&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 29614690,
&#39;id&#39;: &#39;Q29614690&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P703&#39;,
&#39;hash&#39;: &#39;c0914376ff3ad1d7388a317c44d39bfce654d1c6&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 1066106,
&#39;id&#39;: &#39;Q1066106&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$DF379D6A-9CEA-4D7C-B62C-6F4CBE54DB55&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;770b96d6464fe4b1dc36925880d93486cbce9ebe&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;1cbf6f5e728ca67d82d0c2da6a1d0a2e79c71440&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 55969995,
&#39;id&#39;: &#39;Q55969995&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P703&#39;,
&#39;hash&#39;: &#39;1f7f30ce155707aa67aaa2aa928d91f2f1ac35ce&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 2709988,
&#39;id&#39;: &#39;Q2709988&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$08EF29A0-DE22-40F0-AAC5-EF0B935794D8&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;50f81bb750235d8bf035decaa800c47482371e9b&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;001c3e4816f6856ba3622be845a81b078ff7f70d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 104936154,
&#39;id&#39;: &#39;Q104936154&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P703&#39;,
&#39;hash&#39;: &#39;dcc58a14ec6a0b363583518db55fe12ca147c3e9&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 2709193,
&#39;id&#39;: &#39;Q2709193&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$AAAD8139-79EA-41D8-A5E5-9D3845A9F4E3&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;f7eb5e2893f2b6ca80d2e357a2ba8695bace43b5&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;fb0fc3c1576616d351012a657f14e9ab1b29d934&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 104851780,
&#39;id&#39;: &#39;Q104851780&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P703&#39;,
&#39;hash&#39;: &#39;559fa2f07446e8d8793f3cd05400f5f5e2430307&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11340926,
&#39;id&#39;: &#39;Q11340926&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$04B942BE-9E0E-40A5-AAC5-B327125D21FC&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;a4f0799fc14c685be2f717f849a0c66172cb7663&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;17c968afc7547a393ddc1d5fbe338342daa0142d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 104253620,
&#39;id&#39;: &#39;Q104253620&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P703&#39;,
&#39;hash&#39;: &#39;4076857214609f4474443be6957efae4d487002e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 80531,
&#39;id&#39;: &#39;Q80531&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$BAE1A490-78AE-4D7B-A824-8C1F94A58DB9&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;76a75260d861a682d2faa2d0d1c6bbc0ab2de8f9&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;ffecbf97ad8860e14cce3e55fdb42dbf63589ed7&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 41961243,
&#39;id&#39;: &#39;Q41961243&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]}],
&#39;P3569&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P3569&#39;,
&#39;hash&#39;: &#39;5a85f2a04159b3a34228cc1d3423077dbd666225&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;natuurkunde-scheikunde-en-sterrenkunde/water&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$FDDBB4E8-3AFD-41F6-8B97-9B47E59CF421&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P3827&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P3827&#39;,
&#39;hash&#39;: &#39;1bfba33fcb703835899e2094c17ef358d9fa95ff&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;water&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$E37B0707-D49B-4007-BE6C-D6CF536414B2&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P3612&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P3612&#39;,
&#39;hash&#39;: &#39;7d4a63e29790d1b46f59735f6dfda5a0bed0d349&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;sujet/eau&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$03680AB4-C60A-432F-B570-B36845C00FE1&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P1552&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1552&#39;,
&#39;hash&#39;: &#39;18726a596b025f1fd2d1367f344e19c0cf416284&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 128709,
&#39;id&#39;: &#39;Q128709&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$61b97ea5-47bf-13b1-3c62-1ea3ebe8417b&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1552&#39;,
&#39;hash&#39;: &#39;91b135c5fb594d794ecb9474459c36b5710465e1&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30007162,
&#39;id&#39;: &#39;Q30007162&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$d201d876-4278-3f39-9194-aeb4cdc99fba&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1552&#39;,
&#39;hash&#39;: &#39;75305545668a3e5628401eb76041080cfc7da173&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30100868,
&#39;id&#39;: &#39;Q30100868&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$289f0525-4448-8c09-80f3-1e797f65e4cc&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1552&#39;,
&#39;hash&#39;: &#39;bdf6b5c3cf736383693e41ed6215bb5a401061c1&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 179388,
&#39;id&#39;: &#39;Q179388&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P1683&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1683&#39;,
&#39;hash&#39;: &#39;5b0e68a417350ecb14f553004184b4e743d0273f&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;high&#39;, &#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P1683&#39;],
&#39;id&#39;: &#39;Q283$bd9dbd7a-4be3-f231-b440-28821ba15ed9&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1552&#39;,
&#39;hash&#39;: &#39;25f23f50fd41dd3372805eea2bc7060009f6c0d0&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 182677,
&#39;id&#39;: &#39;Q182677&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$4dc9046b-4f0a-aed6-4227-152cb81764c4&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1552&#39;,
&#39;hash&#39;: &#39;45e16b57a17606de52df452a621adb17c23beb69&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 1075,
&#39;id&#39;: &#39;Q1075&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P805&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P805&#39;,
&#39;hash&#39;: &#39;96557c3611ca9290f55381f35009b1503c910591&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 5148636,
&#39;id&#39;: &#39;Q5148636&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P805&#39;],
&#39;id&#39;: &#39;Q283$ab8ed8bd-4b93-3544-abed-48569edcbcf1&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1552&#39;,
&#39;hash&#39;: &#39;120f33310128e8d76ea24e7d9ad5c2afba3acd24&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 180600,
&#39;id&#39;: &#39;Q180600&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$cca3a4f0-439e-68f4-c5e8-e389bfe31539&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1552&#39;,
&#39;hash&#39;: &#39;da423b96cc074b63d0c6660c05fcf01a94adc439&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 3236003,
&#39;id&#39;: &#39;Q3236003&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$ec841445-4100-e6eb-e28d-b234d021422e&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P462&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P462&#39;,
&#39;hash&#39;: &#39;8fbc18030a9e150025f7f1fcf8c4877828c82c5b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 5960345,
&#39;id&#39;: &#39;Q5960345&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P805&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P805&#39;,
&#39;hash&#39;: &#39;96557c3611ca9290f55381f35009b1503c910591&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 5148636,
&#39;id&#39;: &#39;Q5148636&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P1478&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1478&#39;,
&#39;hash&#39;: &#39;87b8ad3e6fa4290b44d9acc277f2ff0ad1e969f4&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 5358074,
&#39;id&#39;: &#39;Q5358074&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P18&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P18&#39;,
&#39;hash&#39;: &#39;3440724acc7ee1eb1a2bf19bfd831b531ffc2ee6&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;SwimmingPoolAndBucket.jpg&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;commonsMedia&#39;}],
&#39;P1479&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1479&#39;,
&#39;hash&#39;: &#39;514a6a6fc406c4b217fd9b82d65604690caac694&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 210028,
&#39;id&#39;: &#39;Q210028&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P805&#39;, &#39;P1478&#39;, &#39;P18&#39;, &#39;P1479&#39;],
&#39;id&#39;: &#39;Q283$4ee70597-48ad-42fc-48c8-0943dfdca95e&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;2289280919e10a26f9c65287fdbb6d80e7bbd23a&#39;,
&#39;snaks&#39;: {&#39;P212&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P212&#39;,
&#39;hash&#39;: &#39;09e02a61521a8844ad247888c68c8a3a1486a0b0&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;978-1-55791-842-0&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;}],
&#39;P304&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P304&#39;,
&#39;hash&#39;: &#39;0974a5aaa3d7f509a6a173f11f43ab189cd81533&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;10&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}]},
&#39;snaks-order&#39;: [&#39;P212&#39;, &#39;P304&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P462&#39;,
&#39;hash&#39;: &#39;3851a14a1908cfb67bacdc7a7d9338787bb7d701&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 3133,
&#39;id&#39;: &#39;Q3133&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P805&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P805&#39;,
&#39;hash&#39;: &#39;96557c3611ca9290f55381f35009b1503c910591&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 5148636,
&#39;id&#39;: &#39;Q5148636&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P1478&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1478&#39;,
&#39;hash&#39;: &#39;a0b8ebb29fa1917b4d2aa49f6e1775e8e1f764c5&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 37868,
&#39;id&#39;: &#39;Q37868&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P805&#39;, &#39;P1478&#39;],
&#39;id&#39;: &#39;Q283$90519505-4ec9-7b3d-3048-006f9908785d&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P462&#39;,
&#39;hash&#39;: &#39;9276ddb484db517f00d9ecd4da873a6cf1c87551&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 17244894,
&#39;id&#39;: &#39;Q17244894&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P805&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P805&#39;,
&#39;hash&#39;: &#39;bf00fa27ce6eedf8d47c6ddc71cd42248f350c91&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 100649,
&#39;id&#39;: &#39;Q100649&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P805&#39;,
&#39;hash&#39;: &#39;96557c3611ca9290f55381f35009b1503c910591&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 5148636,
&#39;id&#39;: &#39;Q5148636&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P1478&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1478&#39;,
&#39;hash&#39;: &#39;5f1d79fade8c39892c97d4a71426419c5fa12d3d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 187607,
&#39;id&#39;: &#39;Q187607&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P18&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P18&#39;,
&#39;hash&#39;: &#39;3f801f4422b503b482485266bc034fc5be0f9713&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;LeonSinksBlackWtrMay05.jpg&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;commonsMedia&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P805&#39;, &#39;P1478&#39;, &#39;P18&#39;],
&#39;id&#39;: &#39;Q283$27181a8b-4174-fe4e-a7b0-70e8a242e3a4&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P462&#39;,
&#39;hash&#39;: &#39;8fbc18030a9e150025f7f1fcf8c4877828c82c5b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 5960345,
&#39;id&#39;: &#39;Q5960345&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P805&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P805&#39;,
&#39;hash&#39;: &#39;96557c3611ca9290f55381f35009b1503c910591&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 5148636,
&#39;id&#39;: &#39;Q5148636&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P1478&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1478&#39;,
&#39;hash&#39;: &#39;4c0fa6a076a342122bf2bb5521d7c004f8f2fe29&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 869697,
&#39;id&#39;: &#39;Q869697&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P18&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P18&#39;,
&#39;hash&#39;: &#39;774d62c29c4e735b4077e734d9535bb6d7c88fe1&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Rock flour from glacial melt enters headwaters at Lake Louise.jpg&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;commonsMedia&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P18&#39;,
&#39;hash&#39;: &#39;4018f5e23cdb447640fe925d28b2323a580d9d12&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Lake Pukaki NZ 2005.jpg&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;commonsMedia&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P805&#39;, &#39;P1478&#39;, &#39;P18&#39;],
&#39;id&#39;: &#39;Q283$404f7411-46d2-ab95-a3a9-85c80470f586&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P462&#39;,
&#39;hash&#39;: &#39;d764eafaefe32ab8774f38f77cfcc0404ddd7243&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 3142,
&#39;id&#39;: &#39;Q3142&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P805&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P805&#39;,
&#39;hash&#39;: &#39;efc8e4c068d0bf37b6df80c2973ae4468c838a2a&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 1211248,
&#39;id&#39;: &#39;Q1211248&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P1478&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1478&#39;,
&#39;hash&#39;: &#39;b9f91a3fd7431023cd15b16c147a58493cbc4114&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 120490,
&#39;id&#39;: &#39;Q120490&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P18&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P18&#39;,
&#39;hash&#39;: &#39;cf8cbe52b8c1a8f3123e927a7bab54750dd45e18&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;La-Jolla-Red-Tide.780.jpg&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;commonsMedia&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P805&#39;, &#39;P1478&#39;, &#39;P18&#39;],
&#39;id&#39;: &#39;Q283$e97af7c8-44aa-2d70-06ef-4e5f23004474&#39;,
&#39;rank&#39;: &#39;deprecated&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P462&#39;,
&#39;hash&#39;: &#39;31366fb84d8fcc9ab87ba1434ee8f64545021685&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11567495,
&#39;id&#39;: &#39;Q11567495&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P805&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P805&#39;,
&#39;hash&#39;: &#39;96557c3611ca9290f55381f35009b1503c910591&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 5148636,
&#39;id&#39;: &#39;Q5148636&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P642&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P642&#39;,
&#39;hash&#39;: &#39;d04423c75ca3bbf5d132977a3fd0a2c88878866e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 29053744,
&#39;id&#39;: &#39;Q29053744&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P805&#39;, &#39;P642&#39;],
&#39;id&#39;: &#39;Q283$dee3a5ce-4169-c78b-e459-2e22b2706dff&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P462&#39;,
&#39;hash&#39;: &#39;11d8c0039fe0f4f19166b4aba9866baa4b03200f&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 23444,
&#39;id&#39;: &#39;Q23444&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P518&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P518&#39;,
&#39;hash&#39;: &#39;baba66002e6619d3003f9f25e078f8a6a1cf6da3&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 23392,
&#39;id&#39;: &#39;Q23392&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;81a419c3b3b6c50184afec89b98e9d91bbd22155&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11438,
&#39;id&#39;: &#39;Q11438&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P518&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$0c55670e-456c-7f55-19da-9137477649de&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P462&#39;,
&#39;hash&#39;: &#39;31366fb84d8fcc9ab87ba1434ee8f64545021685&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11567495,
&#39;id&#39;: &#39;Q11567495&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;09bd8f2c5b1d016049ceed95a91df560c835c038&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11432,
&#39;id&#39;: &#39;Q11432&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P515&#39;],
&#39;id&#39;: &#39;Q283$c36f8ea6-42bf-a3a5-e566-a050abfca6ba&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P462&#39;,
&#39;hash&#39;: &#39;6e1d88b7147cb9a808448d06ab0657746ae28993&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 5148636,
&#39;id&#39;: &#39;Q5148636&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$f288d4a5-4a8d-4a69-e0d0-124e2d44b5d4&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P2924&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2924&#39;,
&#39;hash&#39;: &#39;1dd5c84f1da4a7fd2c2989a7d1a91a84a1ef3b61&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;1921053&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$4E1A301E-3239-486D-B2AB-6B9AFAF0317C&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P3070&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P3070&#39;,
&#39;hash&#39;: &#39;fdffd7f4c486513d4e969c7e37f3ab44011461df&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+1.7911&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q26158194&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;7bcd265d3038ed8947eec6f388964db489c9c92b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.01&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P2077&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2077&#39;,
&#39;hash&#39;: &#39;1fdc02e5e3c016cb7e26b637585ec0edfc2ade9d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+1&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q177974&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P2077&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$602f43d1-448b-36c1-8a71-4144f2ac61ca&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;fa278ebfc458360e5aed63d5058cca83c46134f1&#39;,
&#39;snaks&#39;: {&#39;P143&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P143&#39;,
&#39;hash&#39;: &#39;e4f6d9441d0600513c4533c672b5ab472dc73694&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 328,
&#39;id&#39;: &#39;Q328&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P143&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P3070&#39;,
&#39;hash&#39;: &#39;587055af8db71f7b3ecd6ce08dea591d0dce6f67&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+1.0016&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q26158194&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;41e8c3aff8a414657b5f519dde758c618378ccf8&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+20&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P2077&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2077&#39;,
&#39;hash&#39;: &#39;1fdc02e5e3c016cb7e26b637585ec0edfc2ade9d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+1&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q177974&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P2077&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$36cd9f84-4de2-0dec-eb1f-19a838fb0f13&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;fa278ebfc458360e5aed63d5058cca83c46134f1&#39;,
&#39;snaks&#39;: {&#39;P143&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P143&#39;,
&#39;hash&#39;: &#39;e4f6d9441d0600513c4533c672b5ab472dc73694&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 328,
&#39;id&#39;: &#39;Q328&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P143&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P3070&#39;,
&#39;hash&#39;: &#39;177cd8f2954c673f2bca6a069a043fc09e187f52&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.89002&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q26158194&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;ab79e06e9ed6ffe2e486fdb46c0b31c2fffb174c&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+25&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P2077&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2077&#39;,
&#39;hash&#39;: &#39;1fdc02e5e3c016cb7e26b637585ec0edfc2ade9d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+1&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q177974&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P2077&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$fd80b893-4cb5-aaba-966c-e839ff51bfd2&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;fa278ebfc458360e5aed63d5058cca83c46134f1&#39;,
&#39;snaks&#39;: {&#39;P143&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P143&#39;,
&#39;hash&#39;: &#39;e4f6d9441d0600513c4533c672b5ab472dc73694&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 328,
&#39;id&#39;: &#39;Q328&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P143&#39;]}]}],
&#39;P2118&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2118&#39;,
&#39;hash&#39;: &#39;cb1ceb176f5d12974a18397a096ac84356689f03&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.01012&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q26162545&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;41e8c3aff8a414657b5f519dde758c618378ccf8&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+20&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P515&#39;],
&#39;id&#39;: &#39;Q283$060693bb-4299-489e-b4f2-1c0ca4ecff1c&#39;,
&#39;rank&#39;: &#39;preferred&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;288ab581e7d2d02995a26dfa8b091d96e78457fc&#39;,
&#39;snaks&#39;: {&#39;P143&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P143&#39;,
&#39;hash&#39;: &#39;6a164248fc96bfa583bbb495cb63ae6401ec203c&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 206855,
&#39;id&#39;: &#39;Q206855&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P143&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2118&#39;,
&#39;hash&#39;: &#39;3df0e76d873902e616adbd0ee7e1f4456ea60c8a&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.000000556&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q3332099&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;4d21d6b57883257e2b7fb5d733eb2f7cb386fc60&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+50&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;],
&#39;id&#39;: &#39;Q283$836d35ff-4cb2-a075-d89f-49ccc3443ccf&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;d4bd87b862b12d99d26e86472d44f26858dee639&#39;,
&#39;snaks&#39;: {&#39;P143&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P143&#39;,
&#39;hash&#39;: &#39;f30cbd35620c4ea6d0633aaf0210a8916130469b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 8447,
&#39;id&#39;: &#39;Q8447&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P143&#39;]}]}],
&#39;P2068&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2068&#39;,
&#39;hash&#39;: &#39;d62e7ded1a33cb19781980b0e54e259880e39b66&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.56&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q1463969&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$6124e50d-49eb-3907-c67a-373994288929&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;288ab581e7d2d02995a26dfa8b091d96e78457fc&#39;,
&#39;snaks&#39;: {&#39;P143&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P143&#39;,
&#39;hash&#39;: &#39;6a164248fc96bfa583bbb495cb63ae6401ec203c&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 206855,
&#39;id&#39;: &#39;Q206855&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P143&#39;]}]}],
&#39;P4147&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P4147&#39;,
&#39;hash&#39;: &#39;056d34a0e797268825e369739559ac39da687df8&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 849881,
&#39;id&#39;: &#39;Q849881&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$18fef3ff-40db-5a24-eb07-4a3282422431&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P4149&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P4149&#39;,
&#39;hash&#39;: &#39;f4e2c95251a63d484f207f559bbc8e142facb3a6&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 199877,
&#39;id&#39;: &#39;Q199877&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$1635925c-4dc3-fc1a-92cc-20e59e8b73fa&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P3636&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P3636&#39;,
&#39;hash&#39;: &#39;e089f769d8097b76d99f4eb1be178cb602484e3b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;HOH&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$B70BAD0E-B75F-4349-A14C-028A972D9B3D&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P1225&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1225&#39;,
&#39;hash&#39;: &#39;350e2552896035ad3db2a7db37b3a884b9ce4bb9&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;10644880&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$0385481E-0A74-461C-94E0-E0CD4C9F6026&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P1088&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1088&#39;,
&#39;hash&#39;: &#39;a9c35428b27b94b3a5f04ae4ec0d2993755c5c65&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+1.5&#39;, &#39;unit&#39;: &#39;1&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P518&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P518&#39;,
&#39;hash&#39;: &#39;7732d78e3c5ba4832e80b40ece2c6c9626abab09&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 29115074,
&#39;id&#39;: &#39;Q29115074&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P518&#39;],
&#39;id&#39;: &#39;Q283$40932d88-4272-1956-1fba-5098f8c5994b&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;9f50a59619b0c2fb4445c9c2b13a4d5e83402278&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;5637eb5026529deefce278a98e306b5534722045&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 24457508,
&#39;id&#39;: &#39;Q24457508&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]}],
&#39;P2581&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2581&#39;,
&#39;hash&#39;: &#39;a663ce954aad52b15086b744a150540371fe0915&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;00042379n&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$F51FB01C-3FF7-4673-A5CD-285E4DE3F61B&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;248ac337a217a5f5eed7139a82a4e60931611af0&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;25b816aab41db18565946259c950aed6de05dd1e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 4837690,
&#39;id&#39;: &#39;Q4837690&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]}],
&#39;P4842&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P4842&#39;,
&#39;hash&#39;: &#39;89de6950cf24bc5128af2fecb828bb7e4c3151bb&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;718&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$ac5cc259-419f-da71-4ebc-6e28dfdaa105&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;f6fb59aba1b405c0ee8348ff786a50ef56b7e810&#39;,
&#39;snaks&#39;: {&#39;P854&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P854&#39;,
&#39;hash&#39;: &#39;a8274367964a9bd9dfb889cd15418e992840a767&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;https://www.ashrae.org/technical-resources/standards-and-guidelines/ashrae-refrigerant-designations&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;5981c930e171971b440e86016416893b7185c4fe&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2018-02-15T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;snaks-order&#39;: [&#39;P854&#39;, &#39;P813&#39;]}]}],
&#39;P3219&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P3219&#39;,
&#39;hash&#39;: &#39;7f5f8f7217cd9ae2383df5234a39bfd11e6d42da&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;eau-notions-de-base&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$545B95C2-A07C-43C0-91FE-FCC8FC3A7B73&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P4964&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P4964&#39;,
&#39;hash&#39;: &#39;637d7e26ae797f0fec35c16c933b47dd794ed54c&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;splash10-014i-9000000000-f7ee14225b4277f6218c&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$9FB2BA95-C39A-45B0-9A83-C97A20A2B48C&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P1109&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1109&#39;,
&#39;hash&#39;: &#39;a69ceb72f1d37951f09f28bf586ac143465142fc&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+1.39450&#39;, &#39;unit&#39;: &#39;1&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;15dbf1e2325ab68c1f03018f6fd6bb04537afddd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P2808&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2808&#39;,
&#39;hash&#39;: &#39;81752d38ca29459051411e98597f5ec91eec7c13&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+226.5&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q178674&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P2808&#39;],
&#39;id&#39;: &#39;Q283$c32e75d2-4a5b-ff8d-5d98-dfac28f90662&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;060d0e603edc6e65c0a81228808136a77435537f&#39;,
&#39;snaks&#39;: {&#39;P143&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P143&#39;,
&#39;hash&#39;: &#39;9efbcee7ed733e8f56464a04be053bcf9ee7dfde&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 2193337,
&#39;id&#39;: &#39;Q2193337&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P143&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1109&#39;,
&#39;hash&#39;: &#39;1096743c4f89e6c569c03b97a75acd82d94f78ca&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+1.33432&#39;, &#39;unit&#39;: &#39;1&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;15dbf1e2325ab68c1f03018f6fd6bb04537afddd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P2808&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2808&#39;,
&#39;hash&#39;: &#39;96306da5185e970ce18e2addbd4cac6d9e5c075d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+589.0&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q178674&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P2808&#39;],
&#39;id&#39;: &#39;Q283$bb9697ef-4bb7-f87e-2d93-b6389b96385f&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;d4bd87b862b12d99d26e86472d44f26858dee639&#39;,
&#39;snaks&#39;: {&#39;P143&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P143&#39;,
&#39;hash&#39;: &#39;f30cbd35620c4ea6d0633aaf0210a8916130469b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 8447,
&#39;id&#39;: &#39;Q8447&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P143&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1109&#39;,
&#39;hash&#39;: &#39;0a84c6cff767a6e5baa83d36542ed54f80adf402&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+1.32612&#39;, &#39;unit&#39;: &#39;1&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;15dbf1e2325ab68c1f03018f6fd6bb04537afddd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P2808&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2808&#39;,
&#39;hash&#39;: &#39;0a61bd6163d3fc24816527fa79b54bd5c183ff6e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+1013.98&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q178674&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P2808&#39;],
&#39;id&#39;: &#39;Q283$ff59de17-47df-e2dc-bc4a-a47501a47767&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;d4bd87b862b12d99d26e86472d44f26858dee639&#39;,
&#39;snaks&#39;: {&#39;P143&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P143&#39;,
&#39;hash&#39;: &#39;f30cbd35620c4ea6d0633aaf0210a8916130469b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 8447,
&#39;id&#39;: &#39;Q8447&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P143&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1109&#39;,
&#39;hash&#39;: &#39;0a70760298db97130a6260b01e091cb80ae24107&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+1.39336&#39;, &#39;unit&#39;: &#39;1&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;41e8c3aff8a414657b5f519dde758c618378ccf8&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+20&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P2808&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2808&#39;,
&#39;hash&#39;: &#39;81752d38ca29459051411e98597f5ec91eec7c13&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+226.5&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q178674&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P2808&#39;],
&#39;id&#39;: &#39;Q283$ed2547cf-4f79-cc40-a217-45f4fb329222&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;d4bd87b862b12d99d26e86472d44f26858dee639&#39;,
&#39;snaks&#39;: {&#39;P143&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P143&#39;,
&#39;hash&#39;: &#39;f30cbd35620c4ea6d0633aaf0210a8916130469b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 8447,
&#39;id&#39;: &#39;Q8447&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P143&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1109&#39;,
&#39;hash&#39;: &#39;b8f85964b596ae7bf9c370b650defb396d9f3be1&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+1.33298&#39;, &#39;unit&#39;: &#39;1&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;41e8c3aff8a414657b5f519dde758c618378ccf8&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+20&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P2808&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2808&#39;,
&#39;hash&#39;: &#39;96306da5185e970ce18e2addbd4cac6d9e5c075d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+589.0&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q178674&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P2808&#39;],
&#39;id&#39;: &#39;Q283$8cd4b34d-46fb-f1af-8931-a98766c212b6&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;d4bd87b862b12d99d26e86472d44f26858dee639&#39;,
&#39;snaks&#39;: {&#39;P143&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P143&#39;,
&#39;hash&#39;: &#39;f30cbd35620c4ea6d0633aaf0210a8916130469b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 8447,
&#39;id&#39;: &#39;Q8447&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P143&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1109&#39;,
&#39;hash&#39;: &#39;d9ec56e76fc880f1263fcc99e430dffeb5fd59fd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+1.32524&#39;, &#39;unit&#39;: &#39;1&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;41e8c3aff8a414657b5f519dde758c618378ccf8&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+20&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}],
&#39;P2808&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2808&#39;,
&#39;hash&#39;: &#39;0a61bd6163d3fc24816527fa79b54bd5c183ff6e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+1013.98&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q178674&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;, &#39;P2808&#39;],
&#39;id&#39;: &#39;Q283$1a9608d9-4c40-e924-b532-2c474c309735&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;d4bd87b862b12d99d26e86472d44f26858dee639&#39;,
&#39;snaks&#39;: {&#39;P143&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P143&#39;,
&#39;hash&#39;: &#39;f30cbd35620c4ea6d0633aaf0210a8916130469b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 8447,
&#39;id&#39;: &#39;Q8447&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P143&#39;]}]}],
&#39;P1821&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1821&#39;,
&#39;hash&#39;: &#39;80843bfedc3821d85cd8204c692c3b098d90c2c7&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;waters&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$8DB0521A-F4D6-42D6-8997-C477A79F99F1&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P5008&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P5008&#39;,
&#39;hash&#39;: &#39;d8037e40c3d12c404489a97a78937213939ff1cd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 5460604,
&#39;id&#39;: &#39;Q5460604&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$31269FA1-BA04-4992-9372-D73734AFFFAE&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P5008&#39;,
&#39;hash&#39;: &#39;136e3fbe19158e73e4bfebf3f2d98a9df8638b7e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 6173448,
&#39;id&#39;: &#39;Q6173448&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P585&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P585&#39;,
&#39;hash&#39;: &#39;7661f66dd5b82a1ea92515ddb16c09ce3088edea&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2022-10-31T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P585&#39;],
&#39;id&#39;: &#39;Q283$9FF910B1-E919-4BE1-97AB-0C29B9E8DCC2&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P5019&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P5019&#39;,
&#39;hash&#39;: &#39;5c9a24f481603840c58ee56104a98e493f01f40f&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;wasser&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$36cf76bc-48b5-fb45-f5fe-8c19b5a00ea5&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P5076&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P5076&#39;,
&#39;hash&#39;: &#39;30af9fa14f7461897537846426c26d47538793fe&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;RD-23-00264&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$d2761785-4a57-4e63-a30e-21c1148b6814&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P4342&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P4342&#39;,
&#39;hash&#39;: &#39;72c0ae5bd77edb219fd2b7447c347ed8658bafc0&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;vann&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P4390&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P4390&#39;,
&#39;hash&#39;: &#39;1a4df62914ea9afca349bd5fb5d8efd5832d83fa&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 39893449,
&#39;id&#39;: &#39;Q39893449&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P4390&#39;],
&#39;id&#39;: &#39;Q283$6FC5F4E3-EEE9-46EF-ACA9-4FF0E56CFFE0&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P5082&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P5082&#39;,
&#39;hash&#39;: &#39;3b985888b27a1e8e2de9c1c75c6d4e815fde6915&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;vann&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P4390&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P4390&#39;,
&#39;hash&#39;: &#39;473b30fcea21b0c9eb539a9a7ac74b1f8b87c634&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 39893967,
&#39;id&#39;: &#39;Q39893967&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P2241&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2241&#39;,
&#39;hash&#39;: &#39;74bd46d0bbe97d05804856f1f73b6a7480c68cec&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 45403344,
&#39;id&#39;: &#39;Q45403344&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P4390&#39;, &#39;P2241&#39;],
&#39;id&#39;: &#39;Q283$4FFA31E8-20AE-464E-9446-914EF02F85CE&#39;,
&#39;rank&#39;: &#39;deprecated&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P5082&#39;,
&#39;hash&#39;: &#39;b7d7e43d6117e6506606cea171207b4997654c10&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;vann_-_ernæring&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$21fbe0c5-f661-470e-b0ac-2d93b2594a46&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P5125&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P5125&#39;,
&#39;hash&#39;: &#39;78338f868cb8f490673b30dca6730063ebfade61&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 7112809,
&#39;id&#39;: &#39;Q7112809&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$4B5516A9-9349-4B5D-BA4A-A255464AFCA8&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P4952&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P4952&#39;,
&#39;hash&#39;: &#39;0bb3a67aabb0759199ef639aa6f9cd7515dd3c9e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 2005334,
&#39;id&#39;: &#39;Q2005334&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P5040&#39;: [{&#39;snaktype&#39;: &#39;novalue&#39;,
&#39;property&#39;: &#39;P5040&#39;,
&#39;hash&#39;: &#39;ad2f8a20e03fdb2ae4880ee609fddbc61ab56708&#39;,
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P1033&#39;: [{&#39;snaktype&#39;: &#39;novalue&#39;,
&#39;property&#39;: &#39;P1033&#39;,
&#39;hash&#39;: &#39;15cb1dfefd15911ebbd22ca13ab5dc22a7dda893&#39;,
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P5041&#39;: [{&#39;snaktype&#39;: &#39;novalue&#39;,
&#39;property&#39;: &#39;P5041&#39;,
&#39;hash&#39;: &#39;82f87806610c6a908539c4af3c90b99f5c9dcee6&#39;,
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P5042&#39;: [{&#39;snaktype&#39;: &#39;novalue&#39;,
&#39;property&#39;: &#39;P5042&#39;,
&#39;hash&#39;: &#39;796b829ece3553fd774049e1c223a69c45bbd647&#39;,
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P5040&#39;, &#39;P1033&#39;, &#39;P5041&#39;, &#39;P5042&#39;],
&#39;id&#39;: &#39;Q283$f5af2153-445e-64fb-3edd-ffc1d15c15eb&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;e70536d9bf1bccbef358ea1483cd9d532a2c413a&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;28f9c5d55df26c63c8af7a5a22931fd8ca1b04f7&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 15811170,
&#39;id&#39;: &#39;Q15811170&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P679&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P679&#39;,
&#39;hash&#39;: &#39;57b6a6a152cc85b6042ac1de69a44aabe7a857a7&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;1140&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;7361878b4f8485f35d1b11affa44fe6fecbe1383&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2018-05-05T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}],
&#39;P1476&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1476&#39;,
&#39;hash&#39;: &#39;677ad16e183e4954812c28ab2853d4e25928f500&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;Water&#39;, &#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}],
&#39;P407&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P407&#39;,
&#39;hash&#39;: &#39;daf1c4fcb58181b02dff9cc89deb084004ddae4b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 1860,
&#39;id&#39;: &#39;Q1860&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;, &#39;P679&#39;, &#39;P813&#39;, &#39;P1476&#39;, &#39;P407&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P4952&#39;,
&#39;hash&#39;: &#39;76db929caf8933af28992474e93dcb762d212eb3&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 51139288,
&#39;id&#39;: &#39;Q51139288&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P993&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P993&#39;,
&#39;hash&#39;: &#39;5d645dfae7fddcaef6788c7cd388a4a2336877d5&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;0&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P994&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P994&#39;,
&#39;hash&#39;: &#39;d2e740e1474d95551d7ca3c5bac1ce6062609e29&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;0&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P995&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P995&#39;,
&#39;hash&#39;: &#39;17ca29a6e422e3137dd2b8beaab776f1fe6bf919&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;0&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P877&#39;: [{&#39;snaktype&#39;: &#39;novalue&#39;,
&#39;property&#39;: &#39;P877&#39;,
&#39;hash&#39;: &#39;f245d3d0fa7b15025627893cad3780ca6628c451&#39;,
&#39;datatype&#39;: &#39;string&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P993&#39;, &#39;P994&#39;, &#39;P995&#39;, &#39;P877&#39;],
&#39;id&#39;: &#39;Q283$fa9f188d-456e-492e-30a1-b3d7cbd3fcf9&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;cab53e2e2f2f7c4ad83f8a3e661ca6437922a6b7&#39;,
&#39;snaks&#39;: {&#39;P854&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P854&#39;,
&#39;hash&#39;: &#39;271829c6cd0880022f8e5fbaf6d35246c86d6ab2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;https://www.sigmaaldrich.com/MSDS/MSDS/DisplayMSDSPage.do?country=US&amp;language=en&amp;productNumber=12156&amp;brand=SIAL&amp;PageToGoToURL=https%3A%2F%2Fwww.sigmaaldrich.com%2Fcatalog%2Fproduct%2Fsial%2F12156%3Flang%3Dpl&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;7361878b4f8485f35d1b11affa44fe6fecbe1383&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2018-05-05T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}],
&#39;P585&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P585&#39;,
&#39;hash&#39;: &#39;bc82c9ca7ca072016ffaf18cb289de5ea1c26cc6&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2014-02-24T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}],
&#39;P123&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P123&#39;,
&#39;hash&#39;: &#39;61506250f9b83340ee0a514e6635a5187fe05901&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 680841,
&#39;id&#39;: &#39;Q680841&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P854&#39;, &#39;P813&#39;, &#39;P585&#39;, &#39;P123&#39;]}]}],
&#39;P1578&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1578&#39;,
&#39;hash&#39;: &#39;a1c114371125db0de93becb7af4b64ec865583d0&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;117&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$190A74F9-AD23-4D96-9985-23A1EB6FC932&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P5198&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P5198&#39;,
&#39;hash&#39;: &#39;323d3804fc08a0269adfbc9025d130102a985911&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;294943765&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$72580DCE-58AE-4E24-9646-2A46A5112A89&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P244&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P244&#39;,
&#39;hash&#39;: &#39;e3a70b2d1539b65aca7ad7c244c7408f40c0b131&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;sh85145447&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$922BBF5F-DC8B-4705-A242-496CDC7776A7&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P268&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P268&#39;,
&#39;hash&#39;: &#39;7914df71a5d1f0f14fefed131c39457a7bd23a9f&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;11931913j&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$F34646CA-D9CF-48D0-A5B0-0B8D5B63C387&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;cc8aba8a17686957c6dff9ff7cf7f68563ee8043&#39;,
&#39;snaks&#39;: {&#39;P143&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P143&#39;,
&#39;hash&#39;: &#39;f30cbd35620c4ea6d0633aaf0210a8916130469b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 8447,
&#39;id&#39;: &#39;Q8447&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P4656&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P4656&#39;,
&#39;hash&#39;: &#39;e8a8eea51c133c7aab693afc81f4a512177b7716&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;https://fr.wikipedia.org/w/index.php?title=Eau&amp;oldid=150668321&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;}]},
&#39;snaks-order&#39;: [&#39;P143&#39;, &#39;P4656&#39;]}]}],
&#39;P5429&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P5429&#39;,
&#39;hash&#39;: &#39;337e93f005d8c640f8bf76ddd7bd7b93c01cb221&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;mediatopic/20000437&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$2D3F300D-FFFE-4F43-8B6A-328BFBDFDF1F&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P2085&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2085&#39;,
&#39;hash&#39;: &#39;67032ea1005de9953b96fa6a6a70186c8e997146&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;J43.587B&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$B4E1E7FA-6E00-4E89-BA1E-323E0D1BE341&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;98fdead1d07592bc9d9d16b8f27f0cba65f51432&#39;,
&#39;snaks&#39;: {&#39;P143&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P143&#39;,
&#39;hash&#39;: &#39;c6f1777471211df31724ac60175786f3872c83e9&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 177837,
&#39;id&#39;: &#39;Q177837&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P4656&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P4656&#39;,
&#39;hash&#39;: &#39;5a78638e041b76c00cd55e2ffa45c31140c9316e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;https://ja.wikipedia.org/w/index.php?title=水&amp;oldid=69565655&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;}]},
&#39;snaks-order&#39;: [&#39;P143&#39;, &#39;P4656&#39;]}]}],
&#39;P3222&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P3222&#39;,
&#39;hash&#39;: &#39;d08665b2cfef5a359e9c0e202e9e1291af02ee6e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;vatten&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$37756EA8-9DE9-4984-A003-1C79FB43FA45&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P3365&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P3365&#39;,
&#39;hash&#39;: &#39;26c8b433c623865b4cb85553b18e199565cb3b7a&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;acqua&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P1810&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1810&#39;,
&#39;hash&#39;: &#39;fe46bb9cb0d4810c24bd6718415aa58e3cd116af&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;acqua&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P1810&#39;],
&#39;id&#39;: &#39;Q283$2FCD2D83-FD5B-4313-8547-49F9F1976AD6&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;1c386bf1b8d38c0deef5dd6aeb4d2d0ab029daa8&#39;,
&#39;snaks&#39;: {&#39;P143&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P143&#39;,
&#39;hash&#39;: &#39;5a343e7e758a4282a01316d3e959b6e653b767fc&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11920,
&#39;id&#39;: &#39;Q11920&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P4656&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P4656&#39;,
&#39;hash&#39;: &#39;a07b2a5776052353f3db7cd0b35bb2116497376f&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;https://it.wikipedia.org/w/index.php?title=Acqua&amp;oldid=99612507&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;}]},
&#39;snaks-order&#39;: [&#39;P143&#39;, &#39;P4656&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P3365&#39;,
&#39;hash&#39;: &#39;f1e5dc1933d5be1e08990219b94969311122f64f&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;acqua_(Universo-del-Corpo)&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P1810&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1810&#39;,
&#39;hash&#39;: &#39;6185b756645a0f2f86436c908ed9ac367c3f966a&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Acqua&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P2093&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2093&#39;,
&#39;hash&#39;: &#39;ccfd2a18287aa625cd3cfe25c01f5b349aec337b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Gianni Carchia, Guido Barone, Pietro Guerrieri, Valerio Leoni, Baldassare Messina&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P577&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P577&#39;,
&#39;hash&#39;: &#39;3939fc1c20a6fbb11c42ca3f7ca5c15131e9d9b9&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+1999-01-01T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 9,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P1810&#39;, &#39;P2093&#39;, &#39;P577&#39;],
&#39;id&#39;: &#39;Q283$7efdf29e-4bef-ad1f-b7f5-93af829eae41&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P3365&#39;,
&#39;hash&#39;: &#39;906cd7f13d0f6a32bbba4f8ae868424cd36d28ab&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;acqua_(Enciclopedia-delle-scienze-sociali)&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P1810&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1810&#39;,
&#39;hash&#39;: &#39;6185b756645a0f2f86436c908ed9ac367c3f966a&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Acqua&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P2093&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2093&#39;,
&#39;hash&#39;: &#39;b6a0e823597917e66b4e07f48af5e721b2d3acc8&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;André Guillerme&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P577&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P577&#39;,
&#39;hash&#39;: &#39;5697f06f3623ef2804f1bfe904dbe6e0f4519e4c&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+1997-01-01T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 9,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P1810&#39;, &#39;P2093&#39;, &#39;P577&#39;],
&#39;id&#39;: &#39;Q283$cd9ac7b5-41c5-9487-f326-5ada0fe111ed&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P3365&#39;,
&#39;hash&#39;: &#39;e16ac37c9088328c81fd8db3403501eb20798289&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;acqua_(Enciclopedia-del-Novecento)&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P1810&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1810&#39;,
&#39;hash&#39;: &#39;6185b756645a0f2f86436c908ed9ac367c3f966a&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Acqua&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P2093&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2093&#39;,
&#39;hash&#39;: &#39;e8a18dfcb1ca4383b8fb85e4c9a63a942bf06f2c&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Ven Te Chow&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2093&#39;,
&#39;hash&#39;: &#39;c8c4e2012699324a90264a09f855c12c3a42c445&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;John W. Boylan e Kurt Kramer&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P577&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P577&#39;,
&#39;hash&#39;: &#39;cc61cbabb324c32cb781b90165da20cc49d3a794&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+1975-01-01T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 9,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P1810&#39;, &#39;P2093&#39;, &#39;P577&#39;],
&#39;id&#39;: &#39;Q283$bbb9b2c9-447f-9a61-38d6-a252bfeb40b8&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P5930&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P5930&#39;,
&#39;hash&#39;: &#39;aa26f441e84d7d8c361c6da891cec862c165f82a&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;water&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$733B3BC9-AA65-45DA-BF7D-E0FCEF76FF8D&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P2240&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2240&#39;,
&#39;hash&#39;: &#39;541a855b06314e8e86ff925241238d69e0dcaab9&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+90&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q21061369&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2352&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2352&#39;,
&#39;hash&#39;: &#39;7d820d16640ba8786ca6f44ab45dfa173f4d523b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 36396,
&#39;id&#39;: &#39;Q36396&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P1480&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1480&#39;,
&#39;hash&#39;: &#39;36058c0c23600dbc7baa3db0e448643f76820dc9&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 54418095,
&#39;id&#39;: &#39;Q54418095&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P636&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P636&#39;,
&#39;hash&#39;: &#39;37d366e5081609fb2cbe47bcf360743ad54e529e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 285166,
&#39;id&#39;: &#39;Q285166&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2352&#39;, &#39;P1480&#39;, &#39;P636&#39;],
&#39;id&#39;: &#39;Q283$09deba21-4537-55f5-43a3-85ca6f94184e&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;1621ffbd1e0bbc991ab2444db4ecef779b46b6a9&#39;,
&#39;snaks&#39;: {&#39;P143&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P143&#39;,
&#39;hash&#39;: &#39;6a164248fc96bfa583bbb495cb63ae6401ec203c&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 206855,
&#39;id&#39;: &#39;Q206855&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;d9da8941034fa00ef6112aeed1d470aa0d28f1bf&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2018-12-10T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;snaks-order&#39;: [&#39;P143&#39;, &#39;P813&#39;]},
{&#39;hash&#39;: &#39;a5f37bbc6996edaf0693dd8e7c904d6869757ff4&#39;,
&#39;snaks&#39;: {&#39;P854&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P854&#39;,
&#39;hash&#39;: &#39;93b115906b717b7cfb27bcaa3b07a49be3da81ad&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;http://www.sciencelab.com/msds.php?msdsId=9927321&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;}]},
&#39;snaks-order&#39;: [&#39;P854&#39;]}]}],
&#39;P1542&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1542&#39;,
&#39;hash&#39;: &#39;6edbdd938bce250ddefe6d76eeac1628b091cb8b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 57385793,
&#39;id&#39;: &#39;Q57385793&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$AB8AF976-398B-4CDC-8DCA-BE69553B3748&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P1889&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1889&#39;,
&#39;hash&#39;: &#39;3ae17c4c2f9d71b6dd5630a0c6d5857cb6b08b13&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 29053744,
&#39;id&#39;: &#39;Q29053744&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$798741a2-4749-67da-91b6-3d8a66f0f841&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1889&#39;,
&#39;hash&#39;: &#39;ca0c9fac4f6a256653135c9356cd35aaf0d5a479&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 2637515,
&#39;id&#39;: &#39;Q2637515&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$676dc949-4cc0-0011-e25a-ec75a9e4e587&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1889&#39;,
&#39;hash&#39;: &#39;83c2837c42a3c19e8235ae7f9e12074b03383410&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 56877699,
&#39;id&#39;: &#39;Q56877699&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$80df5833-42b8-eec3-6e27-790f7439c590&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1889&#39;,
&#39;hash&#39;: &#39;3e31df0ff87f0b3bad4bddaa50a5213f6fcb8fd8&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 232974,
&#39;id&#39;: &#39;Q232974&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$3451d5ac-484d-8cb1-2604-9ab7779510c3&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1889&#39;,
&#39;hash&#39;: &#39;d9686ed6e0d441bab61e2917038a3760e336bc5e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 395845,
&#39;id&#39;: &#39;Q395845&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$D0CEC8C3-2B80-4A1D-9013-26F40763AC8F&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P3071&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P3071&#39;,
&#39;hash&#39;: &#39;ae489ea6a25cf01f36510206fe50c051b283f8f5&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+69.9&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q20966455&#39;,
&#39;upperBound&#39;: &#39;+69.95&#39;,
&#39;lowerBound&#39;: &#39;+69.85&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P515&#39;],
&#39;id&#39;: &#39;Q283$8fd0f97f-4c94-8e5c-793c-2a3999eaaef8&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;be342e61d887f720fc1fdc0e450cc824ce3e96da&#39;,
&#39;snaks&#39;: {&#39;P854&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P854&#39;,
&#39;hash&#39;: &#39;ac75e54609ce1a2b7708d72ee61b6e3f14069c76&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;https://chem.libretexts.org/Bookshelves/General_Chemistry/Book%3A_ChemPRIME_(Moore_et_al.)/16%3A_Entropy_and_Spontaneous_Reactions/16.06%3A_Standard_Molar_Entropies&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;3595d6182af0f80781b371a56566ee09f880e0f1&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2019-01-25T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;snaks-order&#39;: [&#39;P854&#39;, &#39;P813&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P3071&#39;,
&#39;hash&#39;: &#39;35146759ec18d3858856a53f65e9e9d153627612&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+188.8&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q20966455&#39;,
&#39;upperBound&#39;: &#39;+188.85&#39;,
&#39;lowerBound&#39;: &#39;+188.75&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;09bd8f2c5b1d016049ceed95a91df560c835c038&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11432,
&#39;id&#39;: &#39;Q11432&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P515&#39;],
&#39;id&#39;: &#39;Q283$838707c0-4b13-022a-998d-b3ef866e4d1f&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;be342e61d887f720fc1fdc0e450cc824ce3e96da&#39;,
&#39;snaks&#39;: {&#39;P854&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P854&#39;,
&#39;hash&#39;: &#39;ac75e54609ce1a2b7708d72ee61b6e3f14069c76&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;https://chem.libretexts.org/Bookshelves/General_Chemistry/Book%3A_ChemPRIME_(Moore_et_al.)/16%3A_Entropy_and_Spontaneous_Reactions/16.06%3A_Standard_Molar_Entropies&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;3595d6182af0f80781b371a56566ee09f880e0f1&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2019-01-25T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;snaks-order&#39;: [&#39;P854&#39;, &#39;P813&#39;]}]}],
&#39;P6573&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P6573&#39;,
&#39;hash&#39;: &#39;eac49da78c2dcdd8c07e2b8c5abe566058d3c87d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Wasser&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$E4403663-BFC8-46D9-A644-055119AEA00D&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P1282&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1282&#39;,
&#39;hash&#39;: &#39;200a22a4e51fafaf9369d425306e9395e4f4ee96&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Tag:resource=water&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$c1615b6a-4815-0ce4-d96d-c56c2993aa64&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P1014&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1014&#39;,
&#39;hash&#39;: &#39;2dfa3d7c3b0c9468d886165b00a8893afe710bd1&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;300011772&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$CA068270-6875-4D9A-A7B3-45A43AB74A2C&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P443&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P443&#39;,
&#39;hash&#39;: &#39;a26f5c281664f6d1b0e1004674f50ddf16ced7f0&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;LL-Q7026 (cat)-Millars-aigua.wav&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;commonsMedia&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P407&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P407&#39;,
&#39;hash&#39;: &#39;ec06d5af7af836fa6b5c49e9b0ded85c8ab48b12&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 7026,
&#39;id&#39;: &#39;Q7026&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P407&#39;],
&#39;id&#39;: &#39;Q283$0919469e-4f83-0596-a90d-296c8ab597e8&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P443&#39;,
&#39;hash&#39;: &#39;14aeac53f50e29beb55983e9402e1d07a658fd5e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#34;LL-Q283(lem)-Mndetatsin-menyífé(l&#39;eau).wav&#34;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;commonsMedia&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P407&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P407&#39;,
&#39;hash&#39;: &#39;b11124d3afa4e230e2ef2e6bb2ec8ff4fc31da57&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 13479983,
&#39;id&#39;: &#39;Q13479983&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P407&#39;],
&#39;id&#39;: &#39;Q283$0D771AC4-3E90-4DE5-9EF5-E3A69F047EEA&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P443&#39;,
&#39;hash&#39;: &#39;93606b0506fa9d5051b28955c8280fad6fc91257&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#34;LL-Q283(yas)-Mndetatsin-miimpo(l&#39;eau).wav&#34;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;commonsMedia&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P407&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P407&#39;,
&#39;hash&#39;: &#39;b5b3ac7fa44aabf78c487e48fc6aae404d307a46&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 36358,
&#39;id&#39;: &#39;Q36358&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P407&#39;],
&#39;id&#39;: &#39;Q283$44A76344-1794-4FED-9829-995F4542161A&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P443&#39;,
&#39;hash&#39;: &#39;32ec5055b92aa41503f9307ef9758cf2ffb5eb76&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#34;LL-Q283(vut)-Mndetatsin-mvúm(l&#39;eau).wav&#34;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;commonsMedia&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P407&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P407&#39;,
&#39;hash&#39;: &#39;8507af0484f03d240a5f90e32607a9f478211bc1&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 36897,
&#39;id&#39;: &#39;Q36897&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P407&#39;],
&#39;id&#39;: &#39;Q283$1DFD1B76-232E-4548-AD00-4D8F53D21671&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P3078&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P3078&#39;,
&#39;hash&#39;: &#39;143cf5174557d0ae3b53f923a3bb452a35468917&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;-241818&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q13035094&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;09bd8f2c5b1d016049ceed95a91df560c835c038&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11432,
&#39;id&#39;: &#39;Q11432&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P515&#39;],
&#39;id&#39;: &#39;Q283$392c0428-4c7a-c609-49f3-7bfd5ab965dd&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;73928efd3258a9fe354b7a22cd3bc121762469a9&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;0f16538ee50d7ab3fe8cc051165dd33e6a7886b6&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 57307484,
&#39;id&#39;: &#39;Q57307484&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P3078&#39;,
&#39;hash&#39;: &#39;98445a17c521169b0d5c61211f8fe96f2101087e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;-285830&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q13035094&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P515&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P515&#39;,
&#39;hash&#39;: &#39;ade5cab886aa656c2e8dbb562991e7d276728fdd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11435,
&#39;id&#39;: &#39;Q11435&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P515&#39;],
&#39;id&#39;: &#39;Q283$a5c88a5f-4394-6c5f-2893-693612e5a737&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;73928efd3258a9fe354b7a22cd3bc121762469a9&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;0f16538ee50d7ab3fe8cc051165dd33e6a7886b6&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 57307484,
&#39;id&#39;: &#39;Q57307484&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]}],
&#39;P7033&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P7033&#39;,
&#39;hash&#39;: &#39;9c07b69e82a5eedd2aae982539cc2f16809b3204&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;scot/5453&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$214A1B28-B422-4985-85F5-F1CDD837D04E&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P2107&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2107&#39;,
&#39;hash&#39;: &#39;10981774daf11bbc37553efb649966ee15cbe8fd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+2200&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P1107&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1107&#39;,
&#39;hash&#39;: &#39;337f8de124dbb477a37c547662eea9bdb98e0419&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.03&#39;, &#39;unit&#39;: &#39;1&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P1107&#39;],
&#39;id&#39;: &#39;Q283$a16df372-4cff-8689-a966-01e8a15e6b0e&#39;,
&#39;rank&#39;: &#39;preferred&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;b0189b7bf4db5510e473b50dc45f9acc7d31520e&#39;,
&#39;snaks&#39;: {&#39;P4656&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P4656&#39;,
&#39;hash&#39;: &#39;ba341547b954b0ea299ab33bf0a35f1a37a48868&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;https://en.wikipedia.org/w/index.php?title=Water_splitting&amp;oldid=1098030647#Thermal_decomposition_of_water&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;}]},
&#39;snaks-order&#39;: [&#39;P4656&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2107&#39;,
&#39;hash&#39;: &#39;ae536f349bd0d63f07f7a6615d0c4a9fdcfad9bf&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+3000&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q25267&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P1107&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1107&#39;,
&#39;hash&#39;: &#39;1676d05041e17d848c0e0f420da366e2ad71047f&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+0.75&#39;,
&#39;unit&#39;: &#39;1&#39;,
&#39;upperBound&#39;: &#39;+1.00&#39;,
&#39;lowerBound&#39;: &#39;+0.50&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P1107&#39;],
&#39;id&#39;: &#39;Q283$3c978bf5-4eac-ec6a-0099-58b885cb3081&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;b0189b7bf4db5510e473b50dc45f9acc7d31520e&#39;,
&#39;snaks&#39;: {&#39;P4656&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P4656&#39;,
&#39;hash&#39;: &#39;ba341547b954b0ea299ab33bf0a35f1a37a48868&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;https://en.wikipedia.org/w/index.php?title=Water_splitting&amp;oldid=1098030647#Thermal_decomposition_of_water&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;}]},
&#39;snaks-order&#39;: [&#39;P4656&#39;]}]}],
&#39;P1343&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1343&#39;,
&#39;hash&#39;: &#39;88389772f86dcd7d415ddd029f601412e5cc894a&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 602358,
&#39;id&#39;: &#39;Q602358&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P805&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P805&#39;,
&#39;hash&#39;: &#39;671791449b9dc5b6bb8ad81c1032c714cfd9670d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 24367457,
&#39;id&#39;: &#39;Q24367457&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P805&#39;],
&#39;id&#39;: &#39;Q283$354d429d-43f7-8e32-0637-c64d836632e0&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1343&#39;,
&#39;hash&#39;: &#39;42346dfe9209b7359c1f5db829a368b38d407797&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 19180675,
&#39;id&#39;: &#39;Q19180675&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P805&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P805&#39;,
&#39;hash&#39;: &#39;6e0a2c5eedec40d01de835ea4979e2d131947d7f&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 24767805,
&#39;id&#39;: &#39;Q24767805&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P805&#39;],
&#39;id&#39;: &#39;Q283$a82afb63-4700-7465-9f5d-145f7c09425c&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1343&#39;,
&#39;hash&#39;: &#39;ecb04d74140f2ee856c06658b03ec90a21c2edf2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 1970746,
&#39;id&#39;: &#39;Q1970746&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P805&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P805&#39;,
&#39;hash&#39;: &#39;9cf2aa584a48c5eb26df9f1180b9cbf69c5c9050&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 30168413,
&#39;id&#39;: &#39;Q30168413&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P805&#39;],
&#39;id&#39;: &#39;Q283$f1bc856f-4a33-63c3-bda9-930a265c4a5b&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1343&#39;,
&#39;hash&#39;: &#39;75dd89e79770a3e631dbba27144940f8f1bc1773&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 1768721,
&#39;id&#39;: &#39;Q1768721&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P805&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P805&#39;,
&#39;hash&#39;: &#39;07a364a3619f21a3a6710f1b70669199b90190c8&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 96594022,
&#39;id&#39;: &#39;Q96594022&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P805&#39;],
&#39;id&#39;: &#39;Q283$547DAA82-A9FE-4EF5-A2EC-B7F2A06752DE&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1343&#39;,
&#39;hash&#39;: &#39;6bc15c6f82feca4f3b173c90209a416f99464cac&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 4086271,
&#39;id&#39;: &#39;Q4086271&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P805&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P805&#39;,
&#39;hash&#39;: &#39;78a5d5a0c21aee6e64178a3b4f0b635108928073&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 25293014,
&#39;id&#39;: &#39;Q25293014&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P805&#39;],
&#39;id&#39;: &#39;Q283$eaed19b7-462b-a886-b374-88744bb685a3&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1343&#39;,
&#39;hash&#39;: &#39;f71972eb5d0700f090bcd82e14bc8a44ada78e4c&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 101314624,
&#39;id&#39;: &#39;Q101314624&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2699&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2699&#39;,
&#39;hash&#39;: &#39;8a1d5986ff8c18b709f8c2ea627378adef2f0425&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;https://leanlogic.online/glossary/water/&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2699&#39;],
&#39;id&#39;: &#39;Q283$FF5E7EC3-4B18-4D14-B00A-E0B9E4B90A0B&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1343&#39;,
&#39;hash&#39;: &#39;eda63bed5c3d7a3460033092338ab321a2374c7f&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 2041543,
&#39;id&#39;: &#39;Q2041543&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P805&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P805&#39;,
&#39;hash&#39;: &#39;c09afcc41b2d5bab83208d5c7e2134f42f4ab8e7&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 106562071,
&#39;id&#39;: &#39;Q106562071&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P805&#39;],
&#39;id&#39;: &#39;Q283$80CD8BAF-CBA5-4611-9603-C0D9D00F833B&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P31&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P31&#39;,
&#39;hash&#39;: &#39;e823b98d1498aa78e139709b1b02f5decd75c887&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11173,
&#39;id&#39;: &#39;Q11173&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$3c3ba850-43a9-41d6-2230-ab81e34bf37f&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P31&#39;,
&#39;hash&#39;: &#39;51e63fd978c17bc8583a393f081a5bd6ea7fbacc&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 113681859,
&#39;id&#39;: &#39;Q113681859&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$85C76573-4791-4B4E-89DE-7AD5C2220EEE&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P1245&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1245&#39;,
&#39;hash&#39;: &#39;a5520a02173f3e9f9c87946071de2886ff22edd9&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;4118&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$18A77249-84A8-4E27-B7C0-09E0901C2F78&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P366&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P366&#39;,
&#39;hash&#39;: &#39;81b2c46a6135567ce1849b999a7b2fa68f98c471&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 3535009,
&#39;id&#39;: &#39;Q3535009&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$91169563-438e-8a40-db76-80788565041c&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P366&#39;,
&#39;hash&#39;: &#39;c9a380d735814756b787afbefbe78e14f3bb9bc3&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 191667,
&#39;id&#39;: &#39;Q191667&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$96AE78DF-2784-4853-BD78-86F8D06D7A9B&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P672&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P672&#39;,
&#39;hash&#39;: &#39;38a431ddc6d4205bb3cd8f47e9a5db828c77fadf&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;D01.045.250.875&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$6d751c27-4f3d-9836-9066-9c65024368f8&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P672&#39;,
&#39;hash&#39;: &#39;0a82ea2636996a91c9c9f172933d734a656ea1b3&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;D01.248.497.158.459.650&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$d7c91a7b-4990-4d25-c1f4-89626768b78b&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P672&#39;,
&#39;hash&#39;: &#39;c57accbaa784c3afe0a65145ac8c98371a4a378c&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;D01.650.550.925&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$dc993d52-455a-3964-fa0b-0f52f3725d90&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P3073&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P3073&#39;,
&#39;hash&#39;: &#39;dda4dae548f081c53f64cd1ba3719a7aa7546934&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;31959&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$05710FEA-66CB-4E50-9C43-8BBC01B13DA9&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;7df7e6a34ff1eb633145e3a96c2255712036ae4a&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;54d98e9e650df3566f1958c98e484fd53a1b11da&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 26255597,
&#39;id&#39;: &#39;Q26255597&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P3073&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P3073&#39;,
&#39;hash&#39;: &#39;dda4dae548f081c53f64cd1ba3719a7aa7546934&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;31959&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;d9cf81d79750d133ec6a9893d64f490d95eab21a&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2019-12-28T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}],
&#39;P1476&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1476&#39;,
&#39;hash&#39;: &#39;d0da4c84a66d8fd0348d89f7642dd8b01c95c3cb&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;AQUA&#39;, &#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}],
&#39;P1683&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1683&#39;,
&#39;hash&#39;: &#39;e6f4e80965349ba85614857e31c755f080018e04&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;CAS no.: 7732-18-5&#39;,
&#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;, &#39;P3073&#39;, &#39;P813&#39;, &#39;P1476&#39;, &#39;P1683&#39;]}]}],
&#39;P2840&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2840&#39;,
&#39;hash&#39;: &#39;401f1f03ef04fb03669ae42d3fd6ed9bdcaa26ec&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;147337&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$989C0A4B-C65F-4614-9AB0-965F35138AFC&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P7889&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P7889&#39;,
&#39;hash&#39;: &#39;bcddb9bcc189c638875be3d539e664f6f959c1a9&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;water&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$6F6E6279-0EFF-4A62-B9AD-8B8E69E8AA1B&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P7818&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P7818&#39;,
&#39;hash&#39;: &#39;ffd9e2fb1eef9b737e9ee40df5a59f70d7a38d13&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Eau&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$80A9B897-E0A7-4F53-A2F1-9B5FFE82242D&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P7829&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P7829&#39;,
&#39;hash&#39;: &#39;d2f37d6b5cb9be191f7012a11cc892ccc2563912&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Water&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$472D2F80-7D7A-4CAD-BD77-5FA811EFFCA0&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P7827&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P7827&#39;,
&#39;hash&#39;: &#39;beda9f7e448b4b5987fa0c709ed1c892088bdbf7&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Agua&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$EC58387E-CD8E-41FF-926A-E526258E9FDB&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P7832&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P7832&#39;,
&#39;hash&#39;: &#39;809e5db69b4590629367edd9338a08ce45b0d83f&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Ur&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$A3704CAC-4B93-4803-BEDD-8A0505ADD34A&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P7822&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P7822&#39;,
&#39;hash&#39;: &#39;897a0fda89795c337f9375534a0b9da84342ae51&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Acqua&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$E4C3165D-7E31-40F3-8305-618F8A189562&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P2116&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2116&#39;,
&#39;hash&#39;: &#39;222446555f7922959f1419a345fadde64d3aaf65&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+40.656&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q752197&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2076&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2076&#39;,
&#39;hash&#39;: &#39;cb85d6acd9abcc3967fd2c01daec57487167f182&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+373.15&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q11579&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2076&#39;],
&#39;id&#39;: &#39;Q283$b7fd8e49-4581-637c-11c5-ce2a124ec2bd&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;e4c979db595e274543e176027fba1f6f35b528a7&#39;,
&#39;snaks&#39;: {&#39;P854&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P854&#39;,
&#39;hash&#39;: &#39;f94c26623578dae996db1668d1c71f728d5c8fcd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;https://books.google.com/books?id=1cwceZhWU6oC&amp;pg=PA64&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;}],
&#39;P1476&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1476&#39;,
&#39;hash&#39;: &#39;03d274777604aa6ea9320a1954b0f86517c1dda1&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;Atmospheric Thermodynamics: Elementary Physics and Chemistry&#39;,
&#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}],
&#39;P212&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P212&#39;,
&#39;hash&#39;: &#39;c2d168b7ee6da1324b07ec169c02dd9d74fd4523&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;9780521899635&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;}],
&#39;P123&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P123&#39;,
&#39;hash&#39;: &#39;d1271cbb76fa542012ed70df06309e2386c30110&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 912887,
&#39;id&#39;: &#39;Q912887&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P304&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P304&#39;,
&#39;hash&#39;: &#39;c6dac74c66b6aa63cf2340b7a84967a28df21245&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;64&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P577&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P577&#39;,
&#39;hash&#39;: &#39;96e5681c2753ab46987172d844650c7211b6e589&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2009-04-09T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;snaks-order&#39;: [&#39;P854&#39;, &#39;P1476&#39;, &#39;P212&#39;, &#39;P123&#39;, &#39;P304&#39;, &#39;P577&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2116&#39;,
&#39;hash&#39;: &#39;6dc47d18b5bc973dc429d76eb582831aac4d529d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+9.717&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q6408112&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$24cfd580-472f-70e0-421f-c0353a4a7206&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;43839601a231c598d60887fe83070723cd055d52&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;86c00763fdfa6a62201787de1555817f5557a410&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 278487,
&#39;id&#39;: &#39;Q278487&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P662&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P662&#39;,
&#39;hash&#39;: &#39;617d18aa95582833795142e30039cb06d15b2901&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;962#section=Heat-of-Vaporization&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;, &#39;P662&#39;]}]}],
&#39;P2347&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2347&#39;,
&#39;hash&#39;: &#39;e3c0f120b0db2b13e50a5cfc759807d39aa68277&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;3792&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$F2482947-9F2B-4E2F-9C03-0E87EC46F8A6&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;f9bf1a1f034ddd51bd9928ac535e0f57d748e2cf&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;7133f11674741f52cadaae6029068fad9cbb52e3&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 89345680,
&#39;id&#39;: &#39;Q89345680&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]}],
&#39;P7901&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P7901&#39;,
&#39;hash&#39;: &#39;7d14b63e4e91ffa8674cc4ad1562c45671af75d9&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;1324&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$61FF4716-F4CC-46CF-B71A-818CEC8EC31E&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P7686&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P7686&#39;,
&#39;hash&#39;: &#39;f04b50fb2fb8b32d3d210b4589cea528d3c1ad91&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;wat.001&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$D8497A5B-1C20-4E78-B152-BD6D5BDCDBA7&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P7695&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P7695&#39;,
&#39;hash&#39;: &#39;9b2f0a97b3e016988215a8e9c9d1f9b665220b8f&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;906&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$E7955B3D-4276-4694-92E1-9122BAF8897A&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P8408&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P8408&#39;,
&#39;hash&#39;: &#39;b9737f5717697e9206972980f3d0cb4eb8d63add&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Water&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$9E8BCDFA-5DB6-4976-B834-92D43858373C&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;9a681f9dd95c90224547c404e11295f4f7dcf54e&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;9d5780dddffa8746637a9929a936ab6b0f601e24&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 64139102,
&#39;id&#39;: &#39;Q64139102&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;622a5a27fa5b25e7e7984974e9db494cf8460990&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2020-07-09T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;, &#39;P813&#39;]}]}],
&#39;P7049&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P7049&#39;,
&#39;hash&#39;: &#39;c545fc2eccb404eadf6a2cdcadd203e7bca66d8e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;11271&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$922E2161-2D5F-460E-8A08-EB92C175C819&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P361&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P361&#39;,
&#39;hash&#39;: &#39;c87264a56df1f38ff2a461d24feed9e63fbab9bd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 2095,
&#39;id&#39;: &#39;Q2095&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$fa78e23e-4a32-09d5-b6c2-3d168f2e4fdd&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;0b7adde46e5f7d811d080201ebbcff1a87bb4641&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;c7c424f6319a8174714b5c6536377f20b79b5fef&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 98106006,
&#39;id&#39;: &#39;Q98106006&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P361&#39;,
&#39;hash&#39;: &#39;d7cbd8be91654e90b2ee70aaafe18d70e4d10cf6&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 103135,
&#39;id&#39;: &#39;Q103135&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2868&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2868&#39;,
&#39;hash&#39;: &#39;ea2d716cfb5863f54c828c31f5b208add6960742&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 45342565,
&#39;id&#39;: &#39;Q45342565&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2868&#39;],
&#39;id&#39;: &#39;Q283$1f41ee93-4473-1665-068b-df9b86ff0699&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;0b7adde46e5f7d811d080201ebbcff1a87bb4641&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;c7c424f6319a8174714b5c6536377f20b79b5fef&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 98106006,
&#39;id&#39;: &#39;Q98106006&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P361&#39;,
&#39;hash&#39;: &#39;2f91847756cd59e765cc0f02d7641e85042075d4&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 14902498,
&#39;id&#39;: &#39;Q14902498&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2868&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2868&#39;,
&#39;hash&#39;: &#39;ea2d716cfb5863f54c828c31f5b208add6960742&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 45342565,
&#39;id&#39;: &#39;Q45342565&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2868&#39;],
&#39;id&#39;: &#39;Q283$70D60D34-86E6-46B0-B294-FDC49D3F9899&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;1357ea2732f2671bafee93c6c7d00780ccc271a9&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;b1476a248819804550b2ef74b2df76b28ee05868&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 112968510,
&#39;id&#39;: &#39;Q112968510&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P361&#39;,
&#39;hash&#39;: &#39;9e41a2b303436e87db4fa816da18a1c449f0fc48&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 14904766,
&#39;id&#39;: &#39;Q14904766&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2868&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2868&#39;,
&#39;hash&#39;: &#39;582dae0306f051572103767b1b7e1d290c39b9b7&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 7247312,
&#39;id&#39;: &#39;Q7247312&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2868&#39;],
&#39;id&#39;: &#39;Q283$45176E5F-E9DD-4105-A989-1E4F304A436A&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;1357ea2732f2671bafee93c6c7d00780ccc271a9&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;b1476a248819804550b2ef74b2df76b28ee05868&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 112968510,
&#39;id&#39;: &#39;Q112968510&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P361&#39;,
&#39;hash&#39;: &#39;f71f53749c1a471f76d84908417df564297bca06&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 14820652,
&#39;id&#39;: &#39;Q14820652&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2868&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2868&#39;,
&#39;hash&#39;: &#39;a9840d445c9f96e9d0b045aa3d93e0e59ab46958&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 75152245,
&#39;id&#39;: &#39;Q75152245&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2868&#39;],
&#39;id&#39;: &#39;Q283$226209D6-C0A5-4337-B9CE-E45DE339F2E4&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;1357ea2732f2671bafee93c6c7d00780ccc271a9&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;b1476a248819804550b2ef74b2df76b28ee05868&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 112968510,
&#39;id&#39;: &#39;Q112968510&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P361&#39;,
&#39;hash&#39;: &#39;2aad916ea3a43beba04d91f2cb928874daa25e96&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 14863690,
&#39;id&#39;: &#39;Q14863690&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2868&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2868&#39;,
&#39;hash&#39;: &#39;582dae0306f051572103767b1b7e1d290c39b9b7&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 7247312,
&#39;id&#39;: &#39;Q7247312&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2868&#39;],
&#39;id&#39;: &#39;Q283$79F87960-2A6F-4A78-B1FF-3E6B2DAB2842&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;1357ea2732f2671bafee93c6c7d00780ccc271a9&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;b1476a248819804550b2ef74b2df76b28ee05868&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 112968510,
&#39;id&#39;: &#39;Q112968510&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P361&#39;,
&#39;hash&#39;: &#39;5ff9b056c876bd2e67e6d7a0d84c3cfacb1c8617&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 14902497,
&#39;id&#39;: &#39;Q14902497&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2868&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2868&#39;,
&#39;hash&#39;: &#39;a9840d445c9f96e9d0b045aa3d93e0e59ab46958&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 75152245,
&#39;id&#39;: &#39;Q75152245&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2868&#39;],
&#39;id&#39;: &#39;Q283$4030F687-D259-4571-9BC2-EF2E0114A50D&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;1357ea2732f2671bafee93c6c7d00780ccc271a9&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;b1476a248819804550b2ef74b2df76b28ee05868&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 112968510,
&#39;id&#39;: &#39;Q112968510&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P361&#39;,
&#39;hash&#39;: &#39;6facaa8eb00ca0983a8b74d3b57793f9b16281f2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 22272594,
&#39;id&#39;: &#39;Q22272594&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2868&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2868&#39;,
&#39;hash&#39;: &#39;ea2d716cfb5863f54c828c31f5b208add6960742&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 45342565,
&#39;id&#39;: &#39;Q45342565&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2868&#39;],
&#39;id&#39;: &#39;Q283$5E367A6F-EAB2-488E-8B0F-1B6247E5BABF&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;1357ea2732f2671bafee93c6c7d00780ccc271a9&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;b1476a248819804550b2ef74b2df76b28ee05868&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 112968510,
&#39;id&#39;: &#39;Q112968510&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P361&#39;,
&#39;hash&#39;: &#39;b10e1ffcf567515552df9a05a732e41d8b7c59c0&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 14820677,
&#39;id&#39;: &#39;Q14820677&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2868&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2868&#39;,
&#39;hash&#39;: &#39;582dae0306f051572103767b1b7e1d290c39b9b7&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 7247312,
&#39;id&#39;: &#39;Q7247312&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2868&#39;],
&#39;id&#39;: &#39;Q283$408934E8-6295-4295-98B8-43D910A8B458&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;1357ea2732f2671bafee93c6c7d00780ccc271a9&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;b1476a248819804550b2ef74b2df76b28ee05868&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 112968510,
&#39;id&#39;: &#39;Q112968510&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P361&#39;,
&#39;hash&#39;: &#39;3a51248bc0c8a6b86be3b684b3ddac43b38f8c8b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 22272199,
&#39;id&#39;: &#39;Q22272199&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P2868&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2868&#39;,
&#39;hash&#39;: &#39;ea2d716cfb5863f54c828c31f5b208add6960742&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 45342565,
&#39;id&#39;: &#39;Q45342565&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P2868&#39;],
&#39;id&#39;: &#39;Q283$C02538A5-C55B-43E5-BDB0-3075E478735B&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;1357ea2732f2671bafee93c6c7d00780ccc271a9&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;b1476a248819804550b2ef74b2df76b28ee05868&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 112968510,
&#39;id&#39;: &#39;Q112968510&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]}],
&#39;P8494&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P8494&#39;,
&#39;hash&#39;: &#39;e642a1b24a6cbdaab039dda3c4e29ecb1c4363a7&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;DTXCID106296&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$1E68157A-E4A6-4D8C-BDDE-F3BF37737A14&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P8519&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P8519&#39;,
&#39;hash&#39;: &#39;0de5ed33a17f0cb0ad709cddf95f2cf31339aa8f&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;63695&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$6b8075fa-2494-4324-8dad-8fe0d3f25bfb&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P279&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P279&#39;,
&#39;hash&#39;: &#39;90cae216373d33b7b1a3be53fb34fbbbfd09d1a5&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 11723014,
&#39;id&#39;: &#39;Q11723014&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$ED7B460D-0ADF-4A8D-BD62-8BA741DF6DA4&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P279&#39;,
&#39;hash&#39;: &#39;206e378312c2f22864267fff78785f26247f15da&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 50690,
&#39;id&#39;: &#39;Q50690&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$23E263F6-26E0-4DEF-B61A-7B107AA49AB2&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P279&#39;,
&#39;hash&#39;: &#39;21af953cc70c07dec76807d5f5d2f992ce76bf12&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 188460,
&#39;id&#39;: &#39;Q188460&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$86a67daa-4210-b58c-01f1-c6cea3046b95&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P3847&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P3847&#39;,
&#39;hash&#39;: &#39;fe495d53aedf3c04b0d06db8dce75c21f980061f&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;water&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$e36d3f60-493f-c129-4f2d-c6a1e046a35e&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P4212&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P4212&#39;,
&#39;hash&#39;: &#39;25afc1a6a3c6f03f7e42dc1c411b6502f04d33be&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;pcrtJYawSTtElG&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$54B2FFCE-B492-4071-831C-AC9C50D8379E&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P8885&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P8885&#39;,
&#39;hash&#39;: &#39;feba12bf98a777ba38c55b8b14326c0793fc2703&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;물&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$d524d50b-4988-2062-81d4-9fc7c7261fa6&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P1296&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1296&#39;,
&#39;hash&#39;: &#39;1a588eb9bafc64b8c12ba9e9597f804a6d3a944e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;0219835&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$1c726055-460d-acfd-df3a-61edc13b40fa&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P9106&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P9106&#39;,
&#39;hash&#39;: &#39;93cb0cef6924a5cb8951e66ae852f5f31f1de744&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;6878&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$9DA291EE-5F5D-495F-A74B-DA1159BD6830&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P4527&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P4527&#39;,
&#39;hash&#39;: &#39;87ab46051519aaf7b2a1da56cae5ffa3040cbda1&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;95778&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$FC359C1C-16A0-42F9-B0CF-F73F493BA280&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P9545&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P9545&#39;,
&#39;hash&#39;: &#39;f666304f84ebf405f664c1949e9dcf91d62049a3&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;231024&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$AD2DF6D6-0382-443A-A211-A283B6F6B1A3&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P3984&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P3984&#39;,
&#39;hash&#39;: &#39;30cb45ba664c3441d33492fd81508d942bb659b0&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;water&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$ca86e3f9-4b74-6f0e-7915-702999e0646a&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P2062&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2062&#39;,
&#39;hash&#39;: &#39;362a7cf1a244d13d74705a6f2b100e678ba00cf9&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;8183&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$01F31CCB-E1E3-4447-BD02-F1978CA32E98&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;f840a8456e92ceb5295952b0ed8c0e946dcb844f&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;033b3f586568ab8f4df3387db24bde2a794f22cf&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 5687720,
&#39;id&#39;: &#39;Q5687720&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P2062&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2062&#39;,
&#39;hash&#39;: &#39;362a7cf1a244d13d74705a6f2b100e678ba00cf9&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;8183&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;}],
&#39;P577&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P577&#39;,
&#39;hash&#39;: &#39;efcf17f5fabf79f4543a44c57887b2c760f45e05&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2019-10-28T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}],
&#39;P1476&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1476&#39;,
&#39;hash&#39;: &#39;677ad16e183e4954812c28ab2853d4e25928f500&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;Water&#39;, &#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;23728cfbdccdb9e4c1f99cd847c443a36e90c8d6&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2021-05-10T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;, &#39;P2062&#39;, &#39;P577&#39;, &#39;P1476&#39;, &#39;P813&#39;]}]}],
&#39;P9272&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P9272&#39;,
&#39;hash&#39;: &#39;d600f3c74b513febf507cf40ec6271d4f9c8202e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;23127&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$64D96021-0EA6-42C6-8FD8-1EDCE0EDCC08&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P3553&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P3553&#39;,
&#39;hash&#39;: &#39;6ea6a02ce246e10e4beee0626d4884cf6ca079d5&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;19558798&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$957FC182-AE40-4163-BF43-C26616C04BE9&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P4839&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P4839&#39;,
&#39;hash&#39;: &#39;db0f71c8fbea11a40293f8a600ce24e8b90b378d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Entity[&#34;FoodType&#34;, &#34;Water&#34;]&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$98B66686-8EC8-41F5-97EF-1B0BCE29D6F0&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P6263&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P6263&#39;,
&#39;hash&#39;: &#39;de7cf1dd2dec155975049c1560ebbb2e42ef57ec&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;49998&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$10192465-AB75-4811-8A83-33B52F1F1570&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P9941&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P9941&#39;,
&#39;hash&#39;: &#39;039eb802d8ba85cc5b08811a9585612e9995959e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;acqua&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P1810&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1810&#39;,
&#39;hash&#39;: &#39;fe46bb9cb0d4810c24bd6718415aa58e3cd116af&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;acqua&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P2093&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2093&#39;,
&#39;hash&#39;: &#39;5abc33e036dcbe90655c95482a83b648023ec83e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Alberto Heimler&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P577&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P577&#39;,
&#39;hash&#39;: &#39;d9055dd2bc078778a99d237e655223766e6f0b90&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2012-01-01T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 9,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P1810&#39;, &#39;P2093&#39;, &#39;P577&#39;],
&#39;id&#39;: &#39;Q283$5a13cf8b-48b3-18d2-fc77-47c69e86e454&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P9850&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P9850&#39;,
&#39;hash&#39;: &#39;f7c34c5c83073409bab25239ebbd83a0954134b0&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;acqua&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P1810&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1810&#39;,
&#39;hash&#39;: &#39;6185b756645a0f2f86436c908ed9ac367c3f966a&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Acqua&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P2093&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2093&#39;,
&#39;hash&#39;: &#39;3e854eabae6b67383bf54e030a5c7d02e06cbc40&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;C. Frugoni&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2093&#39;,
&#39;hash&#39;: &#39;5d3d4abb948e593915101beb29c9d8e97711d798&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;A. Berger&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P577&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P577&#39;,
&#39;hash&#39;: &#39;60a408382a7e460d859c8f237729c131ab70b81c&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+1991-01-01T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 9,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P1810&#39;, &#39;P2093&#39;, &#39;P577&#39;],
&#39;id&#39;: &#39;Q283$8b01109c-455e-728d-3cc8-f3f82a66700b&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P9734&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P9734&#39;,
&#39;hash&#39;: &#39;5fc3978537441bb09fbe57d2750cd9575f2feb71&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;acqua&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P1810&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1810&#39;,
&#39;hash&#39;: &#39;fe46bb9cb0d4810c24bd6718415aa58e3cd116af&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;acqua&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P2093&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2093&#39;,
&#39;hash&#39;: &#39;63d1258d3b31ba25f908ef91c453b5a925f9d6be&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Domenico Consoli&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P577&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P577&#39;,
&#39;hash&#39;: &#39;7557f6c8a110b7b629b13fed69896c1ca85fedd6&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+1970-01-01T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 9,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P1810&#39;, &#39;P2093&#39;, &#39;P577&#39;],
&#39;id&#39;: &#39;Q283$a20797fb-4295-d991-81c8-56eb42d6094c&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P9775&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P9775&#39;,
&#39;hash&#39;: &#39;7d95befd2ce34bdfe4e90d2b75e1227066c320a7&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;acqua&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P1810&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1810&#39;,
&#39;hash&#39;: &#39;fe46bb9cb0d4810c24bd6718415aa58e3cd116af&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;acqua&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P577&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P577&#39;,
&#39;hash&#39;: &#39;d9055dd2bc078778a99d237e655223766e6f0b90&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2012-01-01T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 9,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P1810&#39;, &#39;P577&#39;],
&#39;id&#39;: &#39;Q283$9df7ec02-4382-4ff4-5966-7f24f9b9d1a3&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P4223&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P4223&#39;,
&#39;hash&#39;: &#39;c3fec28d96236ed8ec5a399cdce8dab2863e1e94&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;acqua&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P1810&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1810&#39;,
&#39;hash&#39;: &#39;9966d506f48dd7b2d661d53fd131d80e30b16ed8&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;ACQUA&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P2093&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2093&#39;,
&#39;hash&#39;: &#39;6405578ffbad17394c136b926b3bf81c87b419e1&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Camillo Porlezza, Riccardo Olivieri, Francesco Scurti, Donato Ottolenghi, Carlo Guido Fontana, Filippo Bottazzi, Plinio Fraccaro, Carlo Cecchelli&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P577&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P577&#39;,
&#39;hash&#39;: &#39;553eb90bc113379eeacfab40cc1956fb1b32aacf&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+1929-00-00T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 9,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}],
&#39;P478&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P478&#39;,
&#39;hash&#39;: &#39;585f4382f4aab7434102d16f63881d1c957b43a4&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;1&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P304&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P304&#39;,
&#39;hash&#39;: &#39;51cc761f9976fba3f8460cc1fd020b1a4e6e2b48&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;355&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P1810&#39;, &#39;P2093&#39;, &#39;P577&#39;, &#39;P478&#39;, &#39;P304&#39;],
&#39;id&#39;: &#39;Q283$c0c1a10f-463d-a7bc-8a06-039299dad9ce&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P4223&#39;,
&#39;hash&#39;: &#39;54dda86241188bbc84961cb66781a6cd93dad06d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;acqua_res-0d3771c2-87e5-11dc-8e9d-0016357eee51&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P1810&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1810&#39;,
&#39;hash&#39;: &#39;9966d506f48dd7b2d661d53fd131d80e30b16ed8&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;ACQUA&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P50&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P50&#39;,
&#39;hash&#39;: &#39;a42824f4360cd00043b5f9b8ebd589ddd0da173f&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 65127205,
&#39;id&#39;: &#39;Q65127205&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P577&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P577&#39;,
&#39;hash&#39;: &#39;469a0b05012cce928bac6d336db022913c5cf6da&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+1948-00-00T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 9,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}],
&#39;P478&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P478&#39;,
&#39;hash&#39;: &#39;8fe2821812f5ea7fb7c9f6e9ef4fe684dba6e5ec&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;II Appendice&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P304&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P304&#39;,
&#39;hash&#39;: &#39;9e3a3e56e2ab5aabb24914b09a6ad436f6c40ce6&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;16&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P1810&#39;, &#39;P50&#39;, &#39;P577&#39;, &#39;P478&#39;, &#39;P304&#39;],
&#39;id&#39;: &#39;Q283$47395cbd-4e39-16ad-0b9f-4bb0d0dccc75&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P4223&#39;,
&#39;hash&#39;: &#39;aa609aae7b15354402257fa34708794ae28e5657&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;acqua_res-2b2ce5e0-87e7-11dc-8e9d-0016357eee51&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P1810&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1810&#39;,
&#39;hash&#39;: &#39;9966d506f48dd7b2d661d53fd131d80e30b16ed8&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;ACQUA&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P2093&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2093&#39;,
&#39;hash&#39;: &#39;12c5815ba7dcdd97fcc496b13513ca3ae8a8e275&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Pietro Venturini&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P577&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P577&#39;,
&#39;hash&#39;: &#39;08a21a4113ada32bbd1868f5ac382a39ceaa1ec7&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+1961-00-00T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 9,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}],
&#39;P478&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P478&#39;,
&#39;hash&#39;: &#39;c988809310b2a1a84afc33487c565718b21896e4&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;III Appendice&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P304&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P304&#39;,
&#39;hash&#39;: &#39;baecbc4bdd8cf491e77fa62a4de555cc3510d97a&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;12&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P1810&#39;, &#39;P2093&#39;, &#39;P577&#39;, &#39;P478&#39;, &#39;P304&#39;],
&#39;id&#39;: &#39;Q283$d0a44a0a-4e08-f4e7-ef1f-e14e5b84d261&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P4223&#39;,
&#39;hash&#39;: &#39;bc46c2a624324c6d0c14b13f0b901797dd9af6f7&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;acqua_res-24886344-87e9-11dc-8e9d-0016357eee51&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P1810&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1810&#39;,
&#39;hash&#39;: &#39;9966d506f48dd7b2d661d53fd131d80e30b16ed8&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;ACQUA&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P2093&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2093&#39;,
&#39;hash&#39;: &#39;7ae40bf36d7ad322b90ac75f389ec1e8d682818d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Eugenio Mariani&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P577&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P577&#39;,
&#39;hash&#39;: &#39;30acf3f5e021ae65e70b1bb6f8d14d5dd06513f5&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+1978-00-00T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 9,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}],
&#39;P478&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P478&#39;,
&#39;hash&#39;: &#39;83e2ee4fa1d74990dc5e6c213fb6bd322810fbeb&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;IV Appendice&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P304&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P304&#39;,
&#39;hash&#39;: &#39;26fc09289522fb4d0720942564c921c35a0d4db9&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;21&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P1810&#39;, &#39;P2093&#39;, &#39;P577&#39;, &#39;P478&#39;, &#39;P304&#39;],
&#39;id&#39;: &#39;Q283$a1a3928c-4e8f-1fe2-ef37-5583fc8fc387&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P4223&#39;,
&#39;hash&#39;: &#39;078795ea37a69969bf0eb58b98d10e2729039041&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;acqua_res-1ad4e8ea-87ea-11dc-8e9d-0016357eee51&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P1810&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1810&#39;,
&#39;hash&#39;: &#39;9966d506f48dd7b2d661d53fd131d80e30b16ed8&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;ACQUA&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P2093&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2093&#39;,
&#39;hash&#39;: &#39;8095d530014abada6c3a7f0f72577d1955a68e18&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Paolo Migliorini&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2093&#39;,
&#39;hash&#39;: &#39;f17ebfb27284f076e4929e9f774907895e6461db&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Franco Medici&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;},
{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2093&#39;,
&#39;hash&#39;: &#39;230886ddc2ca23180c41b35fa7ac6fd767f86c12&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Bruno Giardina&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P577&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P577&#39;,
&#39;hash&#39;: &#39;78900812102608180c79f2feb02b2ea7840b3fd1&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+1991-00-00T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 9,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}],
&#39;P478&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P478&#39;,
&#39;hash&#39;: &#39;467b67c17a45586f5f6ce26906c62d558745ea4a&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;V Appendice&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P304&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P304&#39;,
&#39;hash&#39;: &#39;89345fc3502fc1bef8da95a557574f7a59bbfb23&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;26&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P1810&#39;, &#39;P2093&#39;, &#39;P577&#39;, &#39;P478&#39;, &#39;P304&#39;],
&#39;id&#39;: &#39;Q283$0334a809-410e-5a5c-b215-184cac6dd945&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P4223&#39;,
&#39;hash&#39;: &#39;1da3de77961167857d6f82718cb3a7ecff5fa2aa&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;acqua_res-55640e49-9b91-11e2-9d1b-00271042e8d9&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P1810&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1810&#39;,
&#39;hash&#39;: &#39;9966d506f48dd7b2d661d53fd131d80e30b16ed8&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;ACQUA&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P2093&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2093&#39;,
&#39;hash&#39;: &#39;61f93ceb63df2e099c9cfa14a2b2cc516a46a2bd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Mario Beccari&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P577&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P577&#39;,
&#39;hash&#39;: &#39;e00208bb20a6c87a148a10fccc613fc753888024&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2000-00-00T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 9,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}],
&#39;P478&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P478&#39;,
&#39;hash&#39;: &#39;f3d301fee58e800aa06c2ab9212bca95300c9f99&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;VI Appendice&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P1810&#39;, &#39;P2093&#39;, &#39;P577&#39;, &#39;P478&#39;],
&#39;id&#39;: &#39;Q283$afc673e7-4b0e-c741-f1e2-7c56b46d32ed&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P4223&#39;,
&#39;hash&#39;: &#39;b945976909f6d01fa03ba1e3aa8018c8fb67b834&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;acqua_res-2b268e44-9bbc-11e2-9d1b-00271042e8d9&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P1810&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1810&#39;,
&#39;hash&#39;: &#39;6185b756645a0f2f86436c908ed9ac367c3f966a&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Acqua&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P2093&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2093&#39;,
&#39;hash&#39;: &#39;04a0834f7a4d1d9db778fd178d356b90b6ab2b4e&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Marcello Benedini&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P577&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P577&#39;,
&#39;hash&#39;: &#39;c0848793cfded1c7035708927f9d3859d1647170&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2006-01-01T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 9,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}],
&#39;P478&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P478&#39;,
&#39;hash&#39;: &#39;4c1c5ac86b6019e33d4d48214998568e8c04157f&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;VII Appendice&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P1810&#39;, &#39;P2093&#39;, &#39;P577&#39;, &#39;P478&#39;],
&#39;id&#39;: &#39;Q283$48120d85-412b-bbee-4d29-ea02750902b3&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P4223&#39;,
&#39;hash&#39;: &#39;3895cbeebe258afdb7b6525e17aac1567813ab90&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;acqua_res-5b295b3f-dd5e-11e6-add6-00271042e8d9&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P1810&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1810&#39;,
&#39;hash&#39;: &#39;9966d506f48dd7b2d661d53fd131d80e30b16ed8&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;ACQUA&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P2093&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2093&#39;,
&#39;hash&#39;: &#39;54fc89853793803ce17046332d779ab5096dae79&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Silvia Lilli&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P577&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P577&#39;,
&#39;hash&#39;: &#39;a5bff3c39202e0be4172d6c13f11e58b05d97396&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2015-01-01T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 9,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}],
&#39;P478&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P478&#39;,
&#39;hash&#39;: &#39;858dd97a73019b22c4653043904de8ea27c1de0b&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;IX Appendice&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P1810&#39;, &#39;P2093&#39;, &#39;P577&#39;, &#39;P478&#39;],
&#39;id&#39;: &#39;Q283$e6d77eff-41b6-bae8-ff3a-a0bf930107de&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P9983&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P9983&#39;,
&#39;hash&#39;: &#39;799776adae93ef0317964d1a1060e06bc7313a28&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;acqua_(Enciclopedia-dei-ragazzi)&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P1810&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1810&#39;,
&#39;hash&#39;: &#39;fe46bb9cb0d4810c24bd6718415aa58e3cd116af&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;acqua&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P2093&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2093&#39;,
&#39;hash&#39;: &#39;250fbdea48281c841832500c659b1c0e70f9b923&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Luigi Cerruti&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P577&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P577&#39;,
&#39;hash&#39;: &#39;23a6000b3a7a0173de37e7c6efeded056b7cdd9a&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2005-01-01T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 9,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P1810&#39;, &#39;P2093&#39;, &#39;P577&#39;],
&#39;id&#39;: &#39;Q283$86A86BF4-D121-4C84-A9B6-B2F2C67965D3&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P10017&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P10017&#39;,
&#39;hash&#39;: &#39;363f35a27ab447d0f446345a3c268d824527ee58&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;acqua&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P1810&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1810&#39;,
&#39;hash&#39;: &#39;b1aba267943f8156a85cb583c974b3e87b185207&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;àcqua&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P577&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P577&#39;,
&#39;hash&#39;: &#39;80128af06808f1cf7c4b66163f1fb8cff111f833&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+1996-01-01T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 9,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P1810&#39;, &#39;P577&#39;],
&#39;id&#39;: &#39;Q283$B91A168B-29E4-4E69-A28B-F605E85CA050&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P10022&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P10022&#39;,
&#39;hash&#39;: &#39;92db98926447fa018bc230e5879569fe83947a9a&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;acqua&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P1810&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1810&#39;,
&#39;hash&#39;: &#39;fe46bb9cb0d4810c24bd6718415aa58e3cd116af&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;acqua&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P577&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P577&#39;,
&#39;hash&#39;: &#39;ee04033b93df56fec66997b219da63168dc08e80&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2010-01-01T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 9,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P1810&#39;, &#39;P577&#39;],
&#39;id&#39;: &#39;Q283$A0B169BD-13BC-4EE2-978A-6F5CC9C36704&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P10037&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P10037&#39;,
&#39;hash&#39;: &#39;f5dc10284d391e2c5038edadbfa8fd774c579077&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;acqua&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;qualifiers&#39;: {&#39;P1810&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1810&#39;,
&#39;hash&#39;: &#39;6185b756645a0f2f86436c908ed9ac367c3f966a&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Acqua&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P2093&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2093&#39;,
&#39;hash&#39;: &#39;6c86a1de0964884634c5a70f1f73a863b86dd22d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Sergio Carrà&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;string&#39;}],
&#39;P577&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P577&#39;,
&#39;hash&#39;: &#39;6ce8334b9e3d1939ef77fe6baf39186464693bc3&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2007-01-01T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 9,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;qualifiers-order&#39;: [&#39;P1810&#39;, &#39;P2093&#39;, &#39;P577&#39;],
&#39;id&#39;: &#39;Q283$F9B49DBA-1B95-48A6-8241-4BF034F97283&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P5668&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P5668&#39;,
&#39;hash&#39;: &#39;5baee2ad2da0d7b1be9ac3ff3da9b0a651b7c744&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;amount&#39;: &#39;+2.2&#39;,
&#39;unit&#39;: &#39;http://www.wikidata.org/entity/Q21062777&#39;},
&#39;type&#39;: &#39;quantity&#39;},
&#39;datatype&#39;: &#39;quantity&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$c0c6402a-4d71-c5e5-1cb3-021e2029ecd6&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P8189&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P8189&#39;,
&#39;hash&#39;: &#39;148679956379613509cfa1997f16d67b2e6a0e8a&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;987007551108905171&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$340A643C-8CC8-473D-A54D-502074491289&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;c8a47202c92936005b390eb36ddd267921b51f43&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;0ea73b3596b49258a7b7ec6495950779b99e875d&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 188915,
&#39;id&#39;: &#39;Q188915&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]}],
&#39;P9084&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P9084&#39;,
&#39;hash&#39;: &#39;65e9548b43d92ca7d00d1cd48118f91c29e4a6bd&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;water&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$4A2DEAAC-6CF1-47E8-A901-A40637B7896C&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P1953&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1953&#39;,
&#39;hash&#39;: &#39;7ad1a8e33d00cff6123f732c6d0c37b36ed93e24&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;4475323&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$159A668F-73A6-4325-9196-2F38E22E56C2&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P10283&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P10283&#39;,
&#39;hash&#39;: &#39;c5ad228f78a58d6920d571aa3b2bd3d2f8d6e21a&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;C2989277613&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$A7BBAAF3-E656-438A-A877-F5DA76A3FDFA&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;c13ba4d7902ead2693f79396bc25bd35d4d14030&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;4a4f26a5361b5707266e48e425bf2be2f99fd2ab&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 107507571,
&#39;id&#39;: &#39;Q107507571&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;435834d08182bb9f3dbe974ba9840af0f12899cc&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2022-01-26T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}],
&#39;P854&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P854&#39;,
&#39;hash&#39;: &#39;a4a4bf53f22268815c51ec10fed608da703c9c7f&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;https://docs.openalex.org/download-snapshot/snapshot-data-format&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;, &#39;P813&#39;, &#39;P854&#39;]}]}],
&#39;P10077&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P10077&#39;,
&#39;hash&#39;: &#39;c40a42bfd0a875d0b4241e3ac218ac7dd6dff085&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;materias/1010120&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$6877fcb0-4e5c-b416-9d7b-e2aca8493853&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P8313&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P8313&#39;,
&#39;hash&#39;: &#39;9260148ea1d51d733423693906f177e609b6f0d3&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;vand&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$D940941A-0FED-4116-910C-9DACC8A2EF35&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P10&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P10&#39;,
&#39;hash&#39;: &#39;a0831d4e4eab904dab1bda74e05d12182ebf500c&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Uraren indarra.webm&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;commonsMedia&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$F3CF9335-A2F7-49F0-8FFE-B22565918750&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P51&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P51&#39;,
&#39;hash&#39;: &#39;4e479d647ad4bb6629329fc809172ab2adef4a15&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Faucet water into sink.ogg&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;commonsMedia&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$A5E62312-569D-42A0-BB0A-5046F6B7BA06&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P2716&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2716&#39;,
&#39;hash&#39;: &#39;837f88e16b199f3622b8d48c01badcf18d6f0484&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Thomas Bresson - Creation-goutte-eau-redim (by).jpg&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;commonsMedia&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$072E2CF3-D99C-4831-9371-B750472866D5&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P2716&#39;,
&#39;hash&#39;: &#39;e734185f5f6b828de3465ecff2a06e20e9263d73&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Ice water vapor.jpg&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;commonsMedia&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$1564aa5e-4573-f357-43f3-85ff29f994e7&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P8814&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P8814&#39;,
&#39;hash&#39;: &#39;d55747ff4e49bca42f4e2f396a8febed701e3866&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;14869913-n&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$1B767DEE-5E65-4271-91FF-4C9358F9AD5C&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;3f8c4934cc38de77b597e01bd5028acb514abd2d&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;b43a9435cc2672909edd2b524141c9dbfa50f967&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 112258758,
&#39;id&#39;: &#39;Q112258758&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]}],
&#39;P5247&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P5247&#39;,
&#39;hash&#39;: &#39;2fe498afe69d38a610c542d2aa16cd80769e79e6&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;3055-1072&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$CB001C1D-D8C2-48F5-BC28-4CFC44622833&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;667b4c972735bfaff3c5647f11ee0d0b89f661f8&#39;,
&#39;snaks&#39;: {&#39;P854&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P854&#39;,
&#39;hash&#39;: &#39;c774dcea28154fe0a60cb57c95624632b8001f8a&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;https://www.giantbomb.com/water/3055-1072/&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;}],
&#39;P1476&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1476&#39;,
&#39;hash&#39;: &#39;90429fe6ecc554eecf3e77cd666e84b40c2a80e6&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;text&#39;: &#39;Water (Object) - Giant Bomb&#39;,
&#39;language&#39;: &#39;en&#39;},
&#39;type&#39;: &#39;monolingualtext&#39;},
&#39;datatype&#39;: &#39;monolingualtext&#39;}],
&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;da9d8cb573df243b428d0420be69fe818f446195&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2022-06-22T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}]},
&#39;snaks-order&#39;: [&#39;P854&#39;, &#39;P1476&#39;, &#39;P813&#39;]}]}],
&#39;P691&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P691&#39;,
&#39;hash&#39;: &#39;126fb91ba91b493388ec9684ee501e2c472b7b26&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;ph116596&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$4FA963FE-F0E2-476E-AB53-4CAC1E3BD3E2&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P6385&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P6385&#39;,
&#39;hash&#39;: &#39;c1f7e9bdbc31250221f2c22c0bd7c30668b32182&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;nauka_i_tehnika/himiya/VODA_LED_I_PAR.html&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$d14c4efd-4718-d1e8-5240-a76d06d4a18b&#39;,
&#39;rank&#39;: &#39;normal&#39;},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P6385&#39;,
&#39;hash&#39;: &#39;8aebf23db4ca1ae58c487878d8a87cc0563934c2&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;khimiya/voda&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$9028087d-454d-737e-9d75-61b744383789&#39;,
&#39;rank&#39;: &#39;normal&#39;}],
&#39;P1424&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P1424&#39;,
&#39;hash&#39;: &#39;03700488421a4b3412ebf6390da23c053def2375&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 6395169,
&#39;id&#39;: &#39;Q6395169&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$30742ed8-79f7-4205-8956-875fb322f78c&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;60c2e027ab9ac3bc124782634520d8dfcbaf2fed&#39;,
&#39;snaks&#39;: {&#39;P3452&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P3452&#39;,
&#39;hash&#39;: &#39;daa4b152ffb93447d42f2ef407703c159273663a&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 6395169,
&#39;id&#39;: &#39;Q6395169&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P3452&#39;]}]}],
&#39;P7502&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P7502&#39;,
&#39;hash&#39;: &#39;36b40a3b007771709ae1d11037f4878cd12ab7f5&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Water-R68&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$E0AB8320-9794-4BC4-AA71-2CE22A90D5FC&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;0eac820f2c9822ef65137bf6958f441515f6ce9d&#39;,
&#39;snaks&#39;: {&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;849bf31a75ee81eef52deceed6ee34b2f429e12c&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2022-09-10T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}],
&#39;P854&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P854&#39;,
&#39;hash&#39;: &#39;a3cd2e1b3a53212f3138c5aa92e8a5c1c9f4b8cf&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;https://golden.com/wiki/Water-R68&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;}]},
&#39;snaks-order&#39;: [&#39;P813&#39;, &#39;P854&#39;]}]},
{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P7502&#39;,
&#39;hash&#39;: &#39;f493945ce8280f384bdbc450c5378713c103b477&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;Water-JKB56WR&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$14CFECED-A65E-4BBB-90D6-4670BD2D8D90&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;47c78adad759c7ad51dbba8dfc340ebb33dba3f4&#39;,
&#39;snaks&#39;: {&#39;P813&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P813&#39;,
&#39;hash&#39;: &#39;849bf31a75ee81eef52deceed6ee34b2f429e12c&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;time&#39;: &#39;+2022-09-10T00:00:00Z&#39;,
&#39;timezone&#39;: 0,
&#39;before&#39;: 0,
&#39;after&#39;: 0,
&#39;precision&#39;: 11,
&#39;calendarmodel&#39;: &#39;http://www.wikidata.org/entity/Q1985727&#39;},
&#39;type&#39;: &#39;time&#39;},
&#39;datatype&#39;: &#39;time&#39;}],
&#39;P854&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P854&#39;,
&#39;hash&#39;: &#39;c12b48e7912d63d93dea192b281fa535a876d7c7&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;https://golden.com/wiki/Water-JKB56WR&#39;,
&#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;url&#39;}]},
&#39;snaks-order&#39;: [&#39;P813&#39;, &#39;P854&#39;]}]}],
&#39;P11160&#39;: [{&#39;mainsnak&#39;: {&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P11160&#39;,
&#39;hash&#39;: &#39;f4f56cdfab60c3d12fa440779951d475ec221ccc&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: &#39;004934&#39;, &#39;type&#39;: &#39;string&#39;},
&#39;datatype&#39;: &#39;external-id&#39;},
&#39;type&#39;: &#39;statement&#39;,
&#39;id&#39;: &#39;Q283$5F8C192C-64B2-421E-9F7E-E5896C923AA0&#39;,
&#39;rank&#39;: &#39;normal&#39;,
&#39;references&#39;: [{&#39;hash&#39;: &#39;637845270197bfa65e8ef150f9356535055eaaa3&#39;,
&#39;snaks&#39;: {&#39;P248&#39;: [{&#39;snaktype&#39;: &#39;value&#39;,
&#39;property&#39;: &#39;P248&#39;,
&#39;hash&#39;: &#39;a8981e4dc08be5e0d1766170a46eb81199808905&#39;,
&#39;datavalue&#39;: {&#39;value&#39;: {&#39;entity-type&#39;: &#39;item&#39;,
&#39;numeric-id&#39;: 114598186,
&#39;id&#39;: &#39;Q114598186&#39;},
&#39;type&#39;: &#39;wikibase-entityid&#39;},
&#39;datatype&#39;: &#39;wikibase-item&#39;}]},
&#39;snaks-order&#39;: [&#39;P248&#39;]}]}]},
&#39;sitelinks&#39;: {&#39;abwiki&#39;: {&#39;site&#39;: &#39;abwiki&#39;,
&#39;title&#39;: &#39;Аӡы&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ab.wikipedia.org/wiki/%D0%90%D3%A1%D1%8B&#39;},
&#39;afwiki&#39;: {&#39;site&#39;: &#39;afwiki&#39;,
&#39;title&#39;: &#39;Water&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://af.wikipedia.org/wiki/Water&#39;},
&#39;alswiki&#39;: {&#39;site&#39;: &#39;alswiki&#39;,
&#39;title&#39;: &#39;Wasser&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://als.wikipedia.org/wiki/Wasser&#39;},
&#39;amwiki&#39;: {&#39;site&#39;: &#39;amwiki&#39;,
&#39;title&#39;: &#39;ውሃ&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://am.wikipedia.org/wiki/%E1%8B%8D%E1%88%83&#39;},
&#39;angwiki&#39;: {&#39;site&#39;: &#39;angwiki&#39;,
&#39;title&#39;: &#39;Wæter&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ang.wikipedia.org/wiki/W%C3%A6ter&#39;},
&#39;anwiki&#39;: {&#39;site&#39;: &#39;anwiki&#39;,
&#39;title&#39;: &#39;Augua&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://an.wikipedia.org/wiki/Augua&#39;},
&#39;arcwiki&#39;: {&#39;site&#39;: &#39;arcwiki&#39;,
&#39;title&#39;: &#39;ܡܝܐ&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://arc.wikipedia.org/wiki/%DC%A1%DC%9D%DC%90&#39;},
&#39;arwiki&#39;: {&#39;site&#39;: &#39;arwiki&#39;,
&#39;title&#39;: &#39;ماء&#39;,
&#39;badges&#39;: [&#39;Q17437796&#39;],
&#39;url&#39;: &#39;https://ar.wikipedia.org/wiki/%D9%85%D8%A7%D8%A1&#39;},
&#39;arwikiquote&#39;: {&#39;site&#39;: &#39;arwikiquote&#39;,
&#39;title&#39;: &#39;ماء&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ar.wikiquote.org/wiki/%D9%85%D8%A7%D8%A1&#39;},
&#39;arywiki&#39;: {&#39;site&#39;: &#39;arywiki&#39;,
&#39;title&#39;: &#39;ما&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ary.wikipedia.org/wiki/%D9%85%D8%A7&#39;},
&#39;arzwiki&#39;: {&#39;site&#39;: &#39;arzwiki&#39;,
&#39;title&#39;: &#39;ميه&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://arz.wikipedia.org/wiki/%D9%85%D9%8A%D9%87&#39;},
&#39;astwiki&#39;: {&#39;site&#39;: &#39;astwiki&#39;,
&#39;title&#39;: &#39;Agua&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ast.wikipedia.org/wiki/Agua&#39;},
&#39;aswiki&#39;: {&#39;site&#39;: &#39;aswiki&#39;,
&#39;title&#39;: &#39;পানী&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://as.wikipedia.org/wiki/%E0%A6%AA%E0%A6%BE%E0%A6%A8%E0%A7%80&#39;},
&#39;atjwiki&#39;: {&#39;site&#39;: &#39;atjwiki&#39;,
&#39;title&#39;: &#39;Nipi&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://atj.wikipedia.org/wiki/Nipi&#39;},
&#39;avwiki&#39;: {&#39;site&#39;: &#39;avwiki&#39;,
&#39;title&#39;: &#39;Лъим&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://av.wikipedia.org/wiki/%D0%9B%D1%8A%D0%B8%D0%BC&#39;},
&#39;aywiki&#39;: {&#39;site&#39;: &#39;aywiki&#39;,
&#39;title&#39;: &#39;Uma&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ay.wikipedia.org/wiki/Uma&#39;},
&#39;azbwiki&#39;: {&#39;site&#39;: &#39;azbwiki&#39;,
&#39;title&#39;: &#39;سو&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://azb.wikipedia.org/wiki/%D8%B3%D9%88&#39;},
&#39;azwiki&#39;: {&#39;site&#39;: &#39;azwiki&#39;,
&#39;title&#39;: &#39;Su&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://az.wikipedia.org/wiki/Su&#39;},
&#39;azwikiquote&#39;: {&#39;site&#39;: &#39;azwikiquote&#39;,
&#39;title&#39;: &#39;Su&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://az.wikiquote.org/wiki/Su&#39;},
&#39;banwiki&#39;: {&#39;site&#39;: &#39;banwiki&#39;,
&#39;title&#39;: &#39;Toya&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ban.wikipedia.org/wiki/Toya&#39;},
&#39;barwiki&#39;: {&#39;site&#39;: &#39;barwiki&#39;,
&#39;title&#39;: &#39;Wossa&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://bar.wikipedia.org/wiki/Wossa&#39;},
&#39;bat_smgwiki&#39;: {&#39;site&#39;: &#39;bat_smgwiki&#39;,
&#39;title&#39;: &#39;Ondou&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://bat-smg.wikipedia.org/wiki/Ondou&#39;},
&#39;bawiki&#39;: {&#39;site&#39;: &#39;bawiki&#39;,
&#39;title&#39;: &#39;Һыу&#39;,
&#39;badges&#39;: [&#39;Q17437798&#39;],
&#39;url&#39;: &#39;https://ba.wikipedia.org/wiki/%D2%BA%D1%8B%D1%83&#39;},
&#39;bclwiki&#39;: {&#39;site&#39;: &#39;bclwiki&#39;,
&#39;title&#39;: &#39;Tubig&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://bcl.wikipedia.org/wiki/Tubig&#39;},
&#39;be_x_oldwiki&#39;: {&#39;site&#39;: &#39;be_x_oldwiki&#39;,
&#39;title&#39;: &#39;Вада&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://be-tarask.wikipedia.org/wiki/%D0%92%D0%B0%D0%B4%D0%B0&#39;},
&#39;bewiki&#39;: {&#39;site&#39;: &#39;bewiki&#39;,
&#39;title&#39;: &#39;Вада&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://be.wikipedia.org/wiki/%D0%92%D0%B0%D0%B4%D0%B0&#39;},
&#39;bgwiki&#39;: {&#39;site&#39;: &#39;bgwiki&#39;,
&#39;title&#39;: &#39;Вода&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://bg.wikipedia.org/wiki/%D0%92%D0%BE%D0%B4%D0%B0&#39;},
&#39;bhwiki&#39;: {&#39;site&#39;: &#39;bhwiki&#39;,
&#39;title&#39;: &#39;पानी&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://bh.wikipedia.org/wiki/%E0%A4%AA%E0%A4%BE%E0%A4%A8%E0%A5%80&#39;},
&#39;biwiki&#39;: {&#39;site&#39;: &#39;biwiki&#39;,
&#39;title&#39;: &#39;Wota&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://bi.wikipedia.org/wiki/Wota&#39;},
&#39;bjnwiki&#39;: {&#39;site&#39;: &#39;bjnwiki&#39;,
&#39;title&#39;: &#39;Banyu&#39;,
&#39;badges&#39;: [&#39;Q17437796&#39;],
&#39;url&#39;: &#39;https://bjn.wikipedia.org/wiki/Banyu&#39;},
&#39;bmwiki&#39;: {&#39;site&#39;: &#39;bmwiki&#39;,
&#39;title&#39;: &#39;Ji&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://bm.wikipedia.org/wiki/Ji&#39;},
&#39;bnwiki&#39;: {&#39;site&#39;: &#39;bnwiki&#39;,
&#39;title&#39;: &#39;পানি&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://bn.wikipedia.org/wiki/%E0%A6%AA%E0%A6%BE%E0%A6%A8%E0%A6%BF&#39;},
&#39;bowiki&#39;: {&#39;site&#39;: &#39;bowiki&#39;,
&#39;title&#39;: &#39;ཆུ།&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://bo.wikipedia.org/wiki/%E0%BD%86%E0%BD%B4%E0%BC%8D&#39;},
&#39;brwiki&#39;: {&#39;site&#39;: &#39;brwiki&#39;,
&#39;title&#39;: &#39;Dour&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://br.wikipedia.org/wiki/Dour&#39;},
&#39;bswiki&#39;: {&#39;site&#39;: &#39;bswiki&#39;,
&#39;title&#39;: &#39;Voda&#39;,
&#39;badges&#39;: [&#39;Q17437796&#39;],
&#39;url&#39;: &#39;https://bs.wikipedia.org/wiki/Voda&#39;},
&#39;bswikiquote&#39;: {&#39;site&#39;: &#39;bswikiquote&#39;,
&#39;title&#39;: &#39;Voda&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://bs.wikiquote.org/wiki/Voda&#39;},
&#39;bxrwiki&#39;: {&#39;site&#39;: &#39;bxrwiki&#39;,
&#39;title&#39;: &#39;Уһан&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://bxr.wikipedia.org/wiki/%D0%A3%D2%BB%D0%B0%D0%BD&#39;},
&#39;cawiki&#39;: {&#39;site&#39;: &#39;cawiki&#39;,
&#39;title&#39;: &#39;Aigua&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ca.wikipedia.org/wiki/Aigua&#39;},
&#39;cawikiquote&#39;: {&#39;site&#39;: &#39;cawikiquote&#39;,
&#39;title&#39;: &#39;Aigua&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ca.wikiquote.org/wiki/Aigua&#39;},
&#39;cbk_zamwiki&#39;: {&#39;site&#39;: &#39;cbk_zamwiki&#39;,
&#39;title&#39;: &#39;Agwa&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://cbk-zam.wikipedia.org/wiki/Agwa&#39;},
&#39;cdowiki&#39;: {&#39;site&#39;: &#39;cdowiki&#39;,
&#39;title&#39;: &#39;Cūi&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://cdo.wikipedia.org/wiki/C%C5%ABi&#39;},
&#39;cebwiki&#39;: {&#39;site&#39;: &#39;cebwiki&#39;,
&#39;title&#39;: &#39;Tubig&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ceb.wikipedia.org/wiki/Tubig&#39;},
&#39;cewiki&#39;: {&#39;site&#39;: &#39;cewiki&#39;,
&#39;title&#39;: &#39;Хи&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ce.wikipedia.org/wiki/%D0%A5%D0%B8&#39;},
&#39;chrwiki&#39;: {&#39;site&#39;: &#39;chrwiki&#39;,
&#39;title&#39;: &#39;ᎠᎹ&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://chr.wikipedia.org/wiki/%E1%8E%A0%E1%8E%B9&#39;},
&#39;chwiki&#39;: {&#39;site&#39;: &#39;chwiki&#39;,
&#39;title&#39;: &#39;Hånom&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ch.wikipedia.org/wiki/H%C3%A5nom&#39;},
&#39;chywiki&#39;: {&#39;site&#39;: &#39;chywiki&#39;,
&#39;title&#39;: &#39;Mahpe&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://chy.wikipedia.org/wiki/Mahpe&#39;},
&#39;ckbwiki&#39;: {&#39;site&#39;: &#39;ckbwiki&#39;,
&#39;title&#39;: &#39;ئاو&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ckb.wikipedia.org/wiki/%D8%A6%D8%A7%D9%88&#39;},
&#39;commonswiki&#39;: {&#39;site&#39;: &#39;commonswiki&#39;,
&#39;title&#39;: &#39;Water&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://commons.wikimedia.org/wiki/Water&#39;},
&#39;cowiki&#39;: {&#39;site&#39;: &#39;cowiki&#39;,
&#39;title&#39;: &#39;Acqua&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://co.wikipedia.org/wiki/Acqua&#39;},
&#39;crhwiki&#39;: {&#39;site&#39;: &#39;crhwiki&#39;,
&#39;title&#39;: &#39;Suv&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://crh.wikipedia.org/wiki/Suv&#39;},
&#39;crwiki&#39;: {&#39;site&#39;: &#39;crwiki&#39;,
&#39;title&#39;: &#39;ᓃᐲᔾ&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://cr.wikipedia.org/wiki/%E1%93%83%E1%90%B2%E1%94%BE&#39;},
&#39;cswiki&#39;: {&#39;site&#39;: &#39;cswiki&#39;,
&#39;title&#39;: &#39;Voda&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://cs.wikipedia.org/wiki/Voda&#39;},
&#39;cswikiquote&#39;: {&#39;site&#39;: &#39;cswikiquote&#39;,
&#39;title&#39;: &#39;Voda&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://cs.wikiquote.org/wiki/Voda&#39;},
&#39;cuwiki&#39;: {&#39;site&#39;: &#39;cuwiki&#39;,
&#39;title&#39;: &#39;Вода&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://cu.wikipedia.org/wiki/%D0%92%D0%BE%D0%B4%D0%B0&#39;},
&#39;cvwiki&#39;: {&#39;site&#39;: &#39;cvwiki&#39;,
&#39;title&#39;: &#39;Шыв&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://cv.wikipedia.org/wiki/%D0%A8%D1%8B%D0%B2&#39;},
&#39;cywiki&#39;: {&#39;site&#39;: &#39;cywiki&#39;,
&#39;title&#39;: &#39;Dŵr&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://cy.wikipedia.org/wiki/D%C5%B5r&#39;},
&#39;dawiki&#39;: {&#39;site&#39;: &#39;dawiki&#39;,
&#39;title&#39;: &#39;Vand&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://da.wikipedia.org/wiki/Vand&#39;},
&#39;dewiki&#39;: {&#39;site&#39;: &#39;dewiki&#39;,
&#39;title&#39;: &#39;Wasser&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://de.wikipedia.org/wiki/Wasser&#39;},
&#39;dewikinews&#39;: {&#39;site&#39;: &#39;dewikinews&#39;,
&#39;title&#39;: &#39;Kategorie:Wasser&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://de.wikinews.org/wiki/Kategorie:Wasser&#39;},
&#39;dewikiquote&#39;: {&#39;site&#39;: &#39;dewikiquote&#39;,
&#39;title&#39;: &#39;Wasser&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://de.wikiquote.org/wiki/Wasser&#39;},
&#39;dewikisource&#39;: {&#39;site&#39;: &#39;dewikisource&#39;,
&#39;title&#39;: &#39;Wasser&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://de.wikisource.org/wiki/Wasser&#39;},
&#39;dewikiversity&#39;: {&#39;site&#39;: &#39;dewikiversity&#39;,
&#39;title&#39;: &#39;Wasser&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://de.wikiversity.org/wiki/Wasser&#39;},
&#39;dinwiki&#39;: {&#39;site&#39;: &#39;dinwiki&#39;,
&#39;title&#39;: &#39;Piu&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://din.wikipedia.org/wiki/Piu&#39;},
&#39;diqwiki&#39;: {&#39;site&#39;: &#39;diqwiki&#39;,
&#39;title&#39;: &#39;Awe&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://diq.wikipedia.org/wiki/Awe&#39;},
&#39;dsbwiki&#39;: {&#39;site&#39;: &#39;dsbwiki&#39;,
&#39;title&#39;: &#39;Wóda&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://dsb.wikipedia.org/wiki/W%C3%B3da&#39;},
&#39;dtywiki&#39;: {&#39;site&#39;: &#39;dtywiki&#39;,
&#39;title&#39;: &#39;पानि&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://dty.wikipedia.org/wiki/%E0%A4%AA%E0%A4%BE%E0%A4%A8%E0%A4%BF&#39;},
&#39;dvwiki&#39;: {&#39;site&#39;: &#39;dvwiki&#39;,
&#39;title&#39;: &#39;ފެން&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://dv.wikipedia.org/wiki/%DE%8A%DE%AC%DE%82%DE%B0&#39;},
&#39;elwiki&#39;: {&#39;site&#39;: &#39;elwiki&#39;,
&#39;title&#39;: &#39;Νερό&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://el.wikipedia.org/wiki/%CE%9D%CE%B5%CF%81%CF%8C&#39;},
&#39;elwikiquote&#39;: {&#39;site&#39;: &#39;elwikiquote&#39;,
&#39;title&#39;: &#39;Νερό&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://el.wikiquote.org/wiki/%CE%9D%CE%B5%CF%81%CF%8C&#39;},
&#39;emlwiki&#39;: {&#39;site&#39;: &#39;emlwiki&#39;,
&#39;title&#39;: &#39;Aqua&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://eml.wikipedia.org/wiki/Aqua&#39;},
&#39;enwiki&#39;: {&#39;site&#39;: &#39;enwiki&#39;,
&#39;title&#39;: &#39;Water&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://en.wikipedia.org/wiki/Water&#39;},
&#39;enwikiquote&#39;: {&#39;site&#39;: &#39;enwikiquote&#39;,
&#39;title&#39;: &#39;Water&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://en.wikiquote.org/wiki/Water&#39;},
&#39;enwikiversity&#39;: {&#39;site&#39;: &#39;enwikiversity&#39;,
&#39;title&#39;: &#39;Water&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://en.wikiversity.org/wiki/Water&#39;},
&#39;eowiki&#39;: {&#39;site&#39;: &#39;eowiki&#39;,
&#39;title&#39;: &#39;Akvo&#39;,
&#39;badges&#39;: [&#39;Q17437798&#39;],
&#39;url&#39;: &#39;https://eo.wikipedia.org/wiki/Akvo&#39;},
&#39;eowikinews&#39;: {&#39;site&#39;: &#39;eowikinews&#39;,
&#39;title&#39;: &#39;Kategorio:Akvo&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://eo.wikinews.org/wiki/Kategorio:Akvo&#39;},
&#39;eowikiquote&#39;: {&#39;site&#39;: &#39;eowikiquote&#39;,
&#39;title&#39;: &#39;Akvo&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://eo.wikiquote.org/wiki/Akvo&#39;},
&#39;eswiki&#39;: {&#39;site&#39;: &#39;eswiki&#39;,
&#39;title&#39;: &#39;Agua&#39;,
&#39;badges&#39;: [&#39;Q17437798&#39;],
&#39;url&#39;: &#39;https://es.wikipedia.org/wiki/Agua&#39;},
&#39;eswikinews&#39;: {&#39;site&#39;: &#39;eswikinews&#39;,
&#39;title&#39;: &#39;Categoría:Agua&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://es.wikinews.org/wiki/Categor%C3%ADa:Agua&#39;},
&#39;eswikiquote&#39;: {&#39;site&#39;: &#39;eswikiquote&#39;,
&#39;title&#39;: &#39;Agua&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://es.wikiquote.org/wiki/Agua&#39;},
&#39;etwiki&#39;: {&#39;site&#39;: &#39;etwiki&#39;,
&#39;title&#39;: &#39;Vesi&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://et.wikipedia.org/wiki/Vesi&#39;},
&#39;etwikiquote&#39;: {&#39;site&#39;: &#39;etwikiquote&#39;,
&#39;title&#39;: &#39;Vesi&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://et.wikiquote.org/wiki/Vesi&#39;},
&#39;euwiki&#39;: {&#39;site&#39;: &#39;euwiki&#39;,
&#39;title&#39;: &#39;Ur&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://eu.wikipedia.org/wiki/Ur&#39;},
&#39;extwiki&#39;: {&#39;site&#39;: &#39;extwiki&#39;,
&#39;title&#39;: &#39;Agua&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ext.wikipedia.org/wiki/Agua&#39;},
&#39;fawiki&#39;: {&#39;site&#39;: &#39;fawiki&#39;,
&#39;title&#39;: &#39;آب&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://fa.wikipedia.org/wiki/%D8%A2%D8%A8&#39;},
&#39;fawikiquote&#39;: {&#39;site&#39;: &#39;fawikiquote&#39;,
&#39;title&#39;: &#39;آب&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://fa.wikiquote.org/wiki/%D8%A2%D8%A8&#39;},
&#39;ffwiki&#39;: {&#39;site&#39;: &#39;ffwiki&#39;,
&#39;title&#39;: &#39;Ndiyam&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ff.wikipedia.org/wiki/Ndiyam&#39;},
&#39;fiu_vrowiki&#39;: {&#39;site&#39;: &#39;fiu_vrowiki&#39;,
&#39;title&#39;: &#39;Vesi&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://fiu-vro.wikipedia.org/wiki/Vesi&#39;},
&#39;fiwiki&#39;: {&#39;site&#39;: &#39;fiwiki&#39;,
&#39;title&#39;: &#39;Vesi&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://fi.wikipedia.org/wiki/Vesi&#39;},
&#39;fiwikiquote&#39;: {&#39;site&#39;: &#39;fiwikiquote&#39;,
&#39;title&#39;: &#39;Vesi&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://fi.wikiquote.org/wiki/Vesi&#39;},
&#39;fjwiki&#39;: {&#39;site&#39;: &#39;fjwiki&#39;,
&#39;title&#39;: &#39;Wai&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://fj.wikipedia.org/wiki/Wai&#39;},
&#39;fowiki&#39;: {&#39;site&#39;: &#39;fowiki&#39;,
&#39;title&#39;: &#39;Vatn&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://fo.wikipedia.org/wiki/Vatn&#39;},
&#39;frrwiki&#39;: {&#39;site&#39;: &#39;frrwiki&#39;,
&#39;title&#39;: &#39;Weeder&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://frr.wikipedia.org/wiki/Weeder&#39;},
&#39;frwiki&#39;: {&#39;site&#39;: &#39;frwiki&#39;,
&#39;title&#39;: &#39;Eau&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://fr.wikipedia.org/wiki/Eau&#39;},
&#39;frwikinews&#39;: {&#39;site&#39;: &#39;frwikinews&#39;,
&#39;title&#39;: &#39;Catégorie:Eau&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://fr.wikinews.org/wiki/Cat%C3%A9gorie:Eau&#39;},
&#39;frwikiquote&#39;: {&#39;site&#39;: &#39;frwikiquote&#39;,
&#39;title&#39;: &#39;Eau&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://fr.wikiquote.org/wiki/Eau&#39;},
&#39;frwikiversity&#39;: {&#39;site&#39;: &#39;frwikiversity&#39;,
&#39;title&#39;: &#39;Eau&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://fr.wikiversity.org/wiki/Eau&#39;},
&#39;furwiki&#39;: {&#39;site&#39;: &#39;furwiki&#39;,
&#39;title&#39;: &#39;Aghe&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://fur.wikipedia.org/wiki/Aghe&#39;},
&#39;fywiki&#39;: {&#39;site&#39;: &#39;fywiki&#39;,
&#39;title&#39;: &#39;Wetter&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://fy.wikipedia.org/wiki/Wetter&#39;},
&#39;ganwiki&#39;: {&#39;site&#39;: &#39;ganwiki&#39;,
&#39;title&#39;: &#39;水&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://gan.wikipedia.org/wiki/%E6%B0%B4&#39;},
&#39;gawiki&#39;: {&#39;site&#39;: &#39;gawiki&#39;,
&#39;title&#39;: &#39;Uisce&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ga.wikipedia.org/wiki/Uisce&#39;},
&#39;gcrwiki&#39;: {&#39;site&#39;: &#39;gcrwiki&#39;,
&#39;title&#39;: &#39;Dilo&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://gcr.wikipedia.org/wiki/Dilo&#39;},
&#39;gdwiki&#39;: {&#39;site&#39;: &#39;gdwiki&#39;,
&#39;title&#39;: &#39;Uisge&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://gd.wikipedia.org/wiki/Uisge&#39;},
&#39;glkwiki&#39;: {&#39;site&#39;: &#39;glkwiki&#39;,
&#39;title&#39;: &#39;آو&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://glk.wikipedia.org/wiki/%D8%A2%D9%88&#39;},
&#39;glwiki&#39;: {&#39;site&#39;: &#39;glwiki&#39;,
&#39;title&#39;: &#39;Auga&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://gl.wikipedia.org/wiki/Auga&#39;},
&#39;gnwiki&#39;: {&#39;site&#39;: &#39;gnwiki&#39;,
&#39;title&#39;: &#39;Y&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://gn.wikipedia.org/wiki/Y&#39;},
&#39;gomwiki&#39;: {&#39;site&#39;: &#39;gomwiki&#39;,
&#39;title&#39;: &#39;उदक&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://gom.wikipedia.org/wiki/%E0%A4%89%E0%A4%A6%E0%A4%95&#39;},
&#39;gotwiki&#39;: {&#39;site&#39;: &#39;gotwiki&#39;,
&#39;title&#39;: &#39;𐍅𐌰𐍄𐍉&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://got.wikipedia.org/wiki/%F0%90%8D%85%F0%90%8C%B0%F0%90%8D%84%F0%90%8D%89&#39;},
&#39;guwiki&#39;: {&#39;site&#39;: &#39;guwiki&#39;,
&#39;title&#39;: &#39;પાણી&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://gu.wikipedia.org/wiki/%E0%AA%AA%E0%AA%BE%E0%AA%A3%E0%AB%80&#39;},
&#39;gvwiki&#39;: {&#39;site&#39;: &#39;gvwiki&#39;,
&#39;title&#39;: &#39;Ushtey&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://gv.wikipedia.org/wiki/Ushtey&#39;},
&#39;hakwiki&#39;: {&#39;site&#39;: &#39;hakwiki&#39;,
&#39;title&#39;: &#39;Súi&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://hak.wikipedia.org/wiki/S%C3%BAi&#39;},
&#39;hawiki&#39;: {&#39;site&#39;: &#39;hawiki&#39;,
&#39;title&#39;: &#39;Ruwa&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ha.wikipedia.org/wiki/Ruwa&#39;},
&#39;hewiki&#39;: {&#39;site&#39;: &#39;hewiki&#39;,
&#39;title&#39;: &#39;מים&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://he.wikipedia.org/wiki/%D7%9E%D7%99%D7%9D&#39;},
&#39;hewikiquote&#39;: {&#39;site&#39;: &#39;hewikiquote&#39;,
&#39;title&#39;: &#39;מים&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://he.wikiquote.org/wiki/%D7%9E%D7%99%D7%9D&#39;},
&#39;hifwiki&#39;: {&#39;site&#39;: &#39;hifwiki&#39;,
&#39;title&#39;: &#39;Paani&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://hif.wikipedia.org/wiki/Paani&#39;},
&#39;hiwiki&#39;: {&#39;site&#39;: &#39;hiwiki&#39;,
&#39;title&#39;: &#39;जल&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://hi.wikipedia.org/wiki/%E0%A4%9C%E0%A4%B2&#39;},
&#39;hiwikiquote&#39;: {&#39;site&#39;: &#39;hiwikiquote&#39;,
&#39;title&#39;: &#39;जल&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://hi.wikiquote.org/wiki/%E0%A4%9C%E0%A4%B2&#39;},
&#39;hrwiki&#39;: {&#39;site&#39;: &#39;hrwiki&#39;,
&#39;title&#39;: &#39;Voda&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://hr.wikipedia.org/wiki/Voda&#39;},
&#39;hrwikiquote&#39;: {&#39;site&#39;: &#39;hrwikiquote&#39;,
&#39;title&#39;: &#39;Voda&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://hr.wikiquote.org/wiki/Voda&#39;},
&#39;hsbwiki&#39;: {&#39;site&#39;: &#39;hsbwiki&#39;,
&#39;title&#39;: &#39;Woda&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://hsb.wikipedia.org/wiki/Woda&#39;},
&#39;htwiki&#39;: {&#39;site&#39;: &#39;htwiki&#39;,
&#39;title&#39;: &#39;Dlo&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ht.wikipedia.org/wiki/Dlo&#39;},
&#39;huwiki&#39;: {&#39;site&#39;: &#39;huwiki&#39;,
&#39;title&#39;: &#39;Víz&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://hu.wikipedia.org/wiki/V%C3%ADz&#39;},
&#39;hywiki&#39;: {&#39;site&#39;: &#39;hywiki&#39;,
&#39;title&#39;: &#39;Ջուր&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://hy.wikipedia.org/wiki/%D5%8B%D5%B8%D6%82%D6%80&#39;},
&#39;hywikiquote&#39;: {&#39;site&#39;: &#39;hywikiquote&#39;,
&#39;title&#39;: &#39;Ջուր&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://hy.wikiquote.org/wiki/%D5%8B%D5%B8%D6%82%D6%80&#39;},
&#39;hywwiki&#39;: {&#39;site&#39;: &#39;hywwiki&#39;,
&#39;title&#39;: &#39;Ջուր&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://hyw.wikipedia.org/wiki/%D5%8B%D5%B8%D6%82%D6%80&#39;},
&#39;iawiki&#39;: {&#39;site&#39;: &#39;iawiki&#39;,
&#39;title&#39;: &#39;Aqua&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ia.wikipedia.org/wiki/Aqua&#39;},
&#39;idwiki&#39;: {&#39;site&#39;: &#39;idwiki&#39;,
&#39;title&#39;: &#39;Air&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://id.wikipedia.org/wiki/Air&#39;},
&#39;iewiki&#39;: {&#39;site&#39;: &#39;iewiki&#39;,
&#39;title&#39;: &#39;Aqua&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ie.wikipedia.org/wiki/Aqua&#39;},
&#39;igwiki&#39;: {&#39;site&#39;: &#39;igwiki&#39;,
&#39;title&#39;: &#39;Mmiri&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ig.wikipedia.org/wiki/Mmiri&#39;},
&#39;ilowiki&#39;: {&#39;site&#39;: &#39;ilowiki&#39;,
&#39;title&#39;: &#39;Danum&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ilo.wikipedia.org/wiki/Danum&#39;},
&#39;inhwiki&#39;: {&#39;site&#39;: &#39;inhwiki&#39;,
&#39;title&#39;: &#39;Хий&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://inh.wikipedia.org/wiki/%D0%A5%D0%B8%D0%B9&#39;},
&#39;iowiki&#39;: {&#39;site&#39;: &#39;iowiki&#39;,
&#39;title&#39;: &#39;Aquo&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://io.wikipedia.org/wiki/Aquo&#39;},
&#39;iswiki&#39;: {&#39;site&#39;: &#39;iswiki&#39;,
&#39;title&#39;: &#39;Vatn&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://is.wikipedia.org/wiki/Vatn&#39;},
&#39;itwiki&#39;: {&#39;site&#39;: &#39;itwiki&#39;,
&#39;title&#39;: &#39;Acqua&#39;,
&#39;badges&#39;: [&#39;Q17437796&#39;],
&#39;url&#39;: &#39;https://it.wikipedia.org/wiki/Acqua&#39;},
&#39;itwikiquote&#39;: {&#39;site&#39;: &#39;itwikiquote&#39;,
&#39;title&#39;: &#39;Acqua&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://it.wikiquote.org/wiki/Acqua&#39;},
&#39;iuwiki&#39;: {&#39;site&#39;: &#39;iuwiki&#39;,
&#39;title&#39;: &#39;ᐃᒪᖅ&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://iu.wikipedia.org/wiki/%E1%90%83%E1%92%AA%E1%96%85&#39;},
&#39;jamwiki&#39;: {&#39;site&#39;: &#39;jamwiki&#39;,
&#39;title&#39;: &#39;Waata&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://jam.wikipedia.org/wiki/Waata&#39;},
&#39;jawiki&#39;: {&#39;site&#39;: &#39;jawiki&#39;,
&#39;title&#39;: &#39;水&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ja.wikipedia.org/wiki/%E6%B0%B4&#39;},
&#39;jawikiquote&#39;: {&#39;site&#39;: &#39;jawikiquote&#39;,
&#39;title&#39;: &#39;水&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ja.wikiquote.org/wiki/%E6%B0%B4&#39;},
&#39;jbowiki&#39;: {&#39;site&#39;: &#39;jbowiki&#39;,
&#39;title&#39;: &#39;djacu&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://jbo.wikipedia.org/wiki/djacu&#39;},
&#39;jvwiki&#39;: {&#39;site&#39;: &#39;jvwiki&#39;,
&#39;title&#39;: &#39;Banyu&#39;,
&#39;badges&#39;: [&#39;Q17437796&#39;],
&#39;url&#39;: &#39;https://jv.wikipedia.org/wiki/Banyu&#39;},
&#39;kaawiki&#39;: {&#39;site&#39;: &#39;kaawiki&#39;,
&#39;title&#39;: &#39;Suw&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://kaa.wikipedia.org/wiki/Suw&#39;},
&#39;kabwiki&#39;: {&#39;site&#39;: &#39;kabwiki&#39;,
&#39;title&#39;: &#39;Aman&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://kab.wikipedia.org/wiki/Aman&#39;},
&#39;kawiki&#39;: {&#39;site&#39;: &#39;kawiki&#39;,
&#39;title&#39;: &#39;წყალი&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ka.wikipedia.org/wiki/%E1%83%AC%E1%83%A7%E1%83%90%E1%83%9A%E1%83%98&#39;},
&#39;kbpwiki&#39;: {&#39;site&#39;: &#39;kbpwiki&#39;,
&#39;title&#39;: &#39;Lɩm&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://kbp.wikipedia.org/wiki/L%C9%A9m&#39;},
&#39;kcgwiki&#39;: {&#39;site&#39;: &#39;kcgwiki&#39;,
&#39;title&#39;: &#39;A̱sa̱khwot&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://kcg.wikipedia.org/wiki/A%CC%B1sa%CC%B1khwot&#39;},
&#39;kgwiki&#39;: {&#39;site&#39;: &#39;kgwiki&#39;,
&#39;title&#39;: &#39;Maza&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://kg.wikipedia.org/wiki/Maza&#39;},
&#39;kiwiki&#39;: {&#39;site&#39;: &#39;kiwiki&#39;,
&#39;title&#39;: &#39;Mai&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ki.wikipedia.org/wiki/Mai&#39;},
&#39;kkwiki&#39;: {&#39;site&#39;: &#39;kkwiki&#39;,
&#39;title&#39;: &#39;Су&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://kk.wikipedia.org/wiki/%D0%A1%D1%83&#39;},
&#39;kmwiki&#39;: {&#39;site&#39;: &#39;kmwiki&#39;,
&#39;title&#39;: &#39;ទឹក&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://km.wikipedia.org/wiki/%E1%9E%91%E1%9E%B9%E1%9E%80&#39;},
&#39;knwiki&#39;: {&#39;site&#39;: &#39;knwiki&#39;,
&#39;title&#39;: &#39;ನೀರು&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://kn.wikipedia.org/wiki/%E0%B2%A8%E0%B3%80%E0%B2%B0%E0%B3%81&#39;},
&#39;kowiki&#39;: {&#39;site&#39;: &#39;kowiki&#39;,
&#39;title&#39;: &#39;물&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ko.wikipedia.org/wiki/%EB%AC%BC&#39;},
&#39;kowikiquote&#39;: {&#39;site&#39;: &#39;kowikiquote&#39;,
&#39;title&#39;: &#39;물&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ko.wikiquote.org/wiki/%EB%AC%BC&#39;},
&#39;kshwiki&#39;: {&#39;site&#39;: &#39;kshwiki&#39;,
&#39;title&#39;: &#39;Wasser&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ksh.wikipedia.org/wiki/Wasser&#39;},
&#39;kswiki&#39;: {&#39;site&#39;: &#39;kswiki&#39;,
&#39;title&#39;: &#39;پونؠ&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ks.wikipedia.org/wiki/%D9%BE%D9%88%D9%86%D8%A0&#39;},
&#39;kuwiki&#39;: {&#39;site&#39;: &#39;kuwiki&#39;,
&#39;title&#39;: &#39;Av&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ku.wikipedia.org/wiki/Av&#39;},
&#39;kwwiki&#39;: {&#39;site&#39;: &#39;kwwiki&#39;,
&#39;title&#39;: &#39;Dowr&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://kw.wikipedia.org/wiki/Dowr&#39;},
&#39;kywiki&#39;: {&#39;site&#39;: &#39;kywiki&#39;,
&#39;title&#39;: &#39;Суу&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ky.wikipedia.org/wiki/%D0%A1%D1%83%D1%83&#39;},
&#39;ladwiki&#39;: {&#39;site&#39;: &#39;ladwiki&#39;,
&#39;title&#39;: &#39;Agua&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://lad.wikipedia.org/wiki/Agua&#39;},
&#39;lawiki&#39;: {&#39;site&#39;: &#39;lawiki&#39;,
&#39;title&#39;: &#39;Aqua&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://la.wikipedia.org/wiki/Aqua&#39;},
&#39;lawikiquote&#39;: {&#39;site&#39;: &#39;lawikiquote&#39;,
&#39;title&#39;: &#39;Aqua&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://la.wikiquote.org/wiki/Aqua&#39;},
&#39;lbwiki&#39;: {&#39;site&#39;: &#39;lbwiki&#39;,
&#39;title&#39;: &#39;Waasser&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://lb.wikipedia.org/wiki/Waasser&#39;},
&#39;lezwiki&#39;: {&#39;site&#39;: &#39;lezwiki&#39;,
&#39;title&#39;: &#39;Яд&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://lez.wikipedia.org/wiki/%D0%AF%D0%B4&#39;},
&#39;lfnwiki&#39;: {&#39;site&#39;: &#39;lfnwiki&#39;,
&#39;title&#39;: &#39;Acua&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://lfn.wikipedia.org/wiki/Acua&#39;},
&#39;lgwiki&#39;: {&#39;site&#39;: &#39;lgwiki&#39;,
&#39;title&#39;: &#39;Amazzi&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://lg.wikipedia.org/wiki/Amazzi&#39;},
&#39;lijwiki&#39;: {&#39;site&#39;: &#39;lijwiki&#39;,
&#39;title&#39;: &#39;Ægoa&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://lij.wikipedia.org/wiki/%C3%86goa&#39;},
&#39;liwiki&#39;: {&#39;site&#39;: &#39;liwiki&#39;,
&#39;title&#39;: &#39;Water&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://li.wikipedia.org/wiki/Water&#39;},
&#39;lldwiki&#39;: {&#39;site&#39;: &#39;lldwiki&#39;,
&#39;title&#39;: &#39;Èga&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://lld.wikipedia.org/wiki/%C3%88ga&#39;},
&#39;lmowiki&#39;: {&#39;site&#39;: &#39;lmowiki&#39;,
&#39;title&#39;: &#39;Aqua&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://lmo.wikipedia.org/wiki/Aqua&#39;},
&#39;lnwiki&#39;: {&#39;site&#39;: &#39;lnwiki&#39;,
&#39;title&#39;: &#39;Mái&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ln.wikipedia.org/wiki/M%C3%A1i&#39;},
&#39;ltgwiki&#39;: {&#39;site&#39;: &#39;ltgwiki&#39;,
&#39;title&#39;: &#39;Iudiņs&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ltg.wikipedia.org/wiki/Iudi%C5%86s&#39;},
&#39;ltwiki&#39;: {&#39;site&#39;: &#39;ltwiki&#39;,
&#39;title&#39;: &#39;Vanduo&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://lt.wikipedia.org/wiki/Vanduo&#39;},
&#39;ltwikiquote&#39;: {&#39;site&#39;: &#39;ltwikiquote&#39;,
&#39;title&#39;: &#39;Vanduo&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://lt.wikiquote.org/wiki/Vanduo&#39;},
&#39;lvwiki&#39;: {&#39;site&#39;: &#39;lvwiki&#39;,
&#39;title&#39;: &#39;Ūdens&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://lv.wikipedia.org/wiki/%C5%AAdens&#39;},
&#39;maiwiki&#39;: {&#39;site&#39;: &#39;maiwiki&#39;,
&#39;title&#39;: &#39;पानी&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://mai.wikipedia.org/wiki/%E0%A4%AA%E0%A4%BE%E0%A4%A8%E0%A5%80&#39;},
&#39;map_bmswiki&#39;: {&#39;site&#39;: &#39;map_bmswiki&#39;,
&#39;title&#39;: &#39;Banyu&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://map-bms.wikipedia.org/wiki/Banyu&#39;},
&#39;mdfwiki&#39;: {&#39;site&#39;: &#39;mdfwiki&#39;,
&#39;title&#39;: &#39;Ведь&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://mdf.wikipedia.org/wiki/%D0%92%D0%B5%D0%B4%D1%8C&#39;},
&#39;mgwiki&#39;: {&#39;site&#39;: &#39;mgwiki&#39;,
&#39;title&#39;: &#39;Rano&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://mg.wikipedia.org/wiki/Rano&#39;},
&#39;minwiki&#39;: {&#39;site&#39;: &#39;minwiki&#39;,
&#39;title&#39;: &#39;Aia&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://min.wikipedia.org/wiki/Aia&#39;},
&#39;miwiki&#39;: {&#39;site&#39;: &#39;miwiki&#39;,
&#39;title&#39;: &#39;Wai&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://mi.wikipedia.org/wiki/Wai&#39;},
&#39;mkwiki&#39;: {&#39;site&#39;: &#39;mkwiki&#39;,
&#39;title&#39;: &#39;Вода&#39;,
&#39;badges&#39;: [&#39;Q17437796&#39;],
&#39;url&#39;: &#39;https://mk.wikipedia.org/wiki/%D0%92%D0%BE%D0%B4%D0%B0&#39;},
&#39;mlwiki&#39;: {&#39;site&#39;: &#39;mlwiki&#39;,
&#39;title&#39;: &#39;ജലം&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ml.wikipedia.org/wiki/%E0%B4%9C%E0%B4%B2%E0%B4%82&#39;},
&#39;mniwiki&#39;: {&#39;site&#39;: &#39;mniwiki&#39;,
&#39;title&#39;: &#39;ꯏꯁꯤꯡ&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://mni.wikipedia.org/wiki/%EA%AF%8F%EA%AF%81%EA%AF%A4%EA%AF%A1&#39;},
&#39;mnwiki&#39;: {&#39;site&#39;: &#39;mnwiki&#39;,
&#39;title&#39;: &#39;Ус&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://mn.wikipedia.org/wiki/%D0%A3%D1%81&#39;},
&#39;mrwiki&#39;: {&#39;site&#39;: &#39;mrwiki&#39;,
&#39;title&#39;: &#39;पाणी&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://mr.wikipedia.org/wiki/%E0%A4%AA%E0%A4%BE%E0%A4%A3%E0%A5%80&#39;},
&#39;mswiki&#39;: {&#39;site&#39;: &#39;mswiki&#39;,
&#39;title&#39;: &#39;Air&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ms.wikipedia.org/wiki/Air&#39;},
&#39;mwlwiki&#39;: {&#39;site&#39;: &#39;mwlwiki&#39;,
&#39;title&#39;: &#39;Auga&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://mwl.wikipedia.org/wiki/Auga&#39;},
&#39;myvwiki&#39;: {&#39;site&#39;: &#39;myvwiki&#39;,
&#39;title&#39;: &#39;Ведь&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://myv.wikipedia.org/wiki/%D0%92%D0%B5%D0%B4%D1%8C&#39;},
&#39;mywiki&#39;: {&#39;site&#39;: &#39;mywiki&#39;,
&#39;title&#39;: &#39;ရေ&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://my.wikipedia.org/wiki/%E1%80%9B%E1%80%B1&#39;},
&#39;mznwiki&#39;: {&#39;site&#39;: &#39;mznwiki&#39;,
&#39;title&#39;: &#39;ئو&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://mzn.wikipedia.org/wiki/%D8%A6%D9%88&#39;},
&#39;nahwiki&#39;: {&#39;site&#39;: &#39;nahwiki&#39;,
&#39;title&#39;: &#39;Atl&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://nah.wikipedia.org/wiki/Atl&#39;},
&#39;napwiki&#39;: {&#39;site&#39;: &#39;napwiki&#39;,
&#39;title&#39;: &#39;Acqua&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://nap.wikipedia.org/wiki/Acqua&#39;},
&#39;nawiki&#39;: {&#39;site&#39;: &#39;nawiki&#39;,
&#39;title&#39;: &#39;Ebok&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://na.wikipedia.org/wiki/Ebok&#39;},
&#39;nds_nlwiki&#39;: {&#39;site&#39;: &#39;nds_nlwiki&#39;,
&#39;title&#39;: &#39;Woater&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://nds-nl.wikipedia.org/wiki/Woater&#39;},
&#39;ndswiki&#39;: {&#39;site&#39;: &#39;ndswiki&#39;,
&#39;title&#39;: &#39;Water&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://nds.wikipedia.org/wiki/Water&#39;},
&#39;newiki&#39;: {&#39;site&#39;: &#39;newiki&#39;,
&#39;title&#39;: &#39;पानी&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ne.wikipedia.org/wiki/%E0%A4%AA%E0%A4%BE%E0%A4%A8%E0%A5%80&#39;},
&#39;newwiki&#39;: {&#39;site&#39;: &#39;newwiki&#39;,
&#39;title&#39;: &#39;लः&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://new.wikipedia.org/wiki/%E0%A4%B2%E0%A4%83&#39;},
&#39;nlwiki&#39;: {&#39;site&#39;: &#39;nlwiki&#39;,
&#39;title&#39;: &#39;Water&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://nl.wikipedia.org/wiki/Water&#39;},
&#39;nlwikinews&#39;: {&#39;site&#39;: &#39;nlwikinews&#39;,
&#39;title&#39;: &#39;Categorie:Water&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://nl.wikinews.org/wiki/Categorie:Water&#39;},
&#39;nnwiki&#39;: {&#39;site&#39;: &#39;nnwiki&#39;,
&#39;title&#39;: &#39;Vatn&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://nn.wikipedia.org/wiki/Vatn&#39;},
&#39;nnwikiquote&#39;: {&#39;site&#39;: &#39;nnwikiquote&#39;,
&#39;title&#39;: &#39;Vatn&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://nn.wikiquote.org/wiki/Vatn&#39;},
&#39;nowiki&#39;: {&#39;site&#39;: &#39;nowiki&#39;,
&#39;title&#39;: &#39;Vann&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://no.wikipedia.org/wiki/Vann&#39;},
&#39;nqowiki&#39;: {&#39;site&#39;: &#39;nqowiki&#39;,
&#39;title&#39;: &#39;ߖߌ&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://nqo.wikipedia.org/wiki/%DF%96%DF%8C&#39;},
&#39;nrmwiki&#39;: {&#39;site&#39;: &#39;nrmwiki&#39;,
&#39;title&#39;: &#39;Ieau&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://nrm.wikipedia.org/wiki/Ieau&#39;},
&#39;nvwiki&#39;: {&#39;site&#39;: &#39;nvwiki&#39;,
&#39;title&#39;: &#39;Tó&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://nv.wikipedia.org/wiki/T%C3%B3&#39;},
&#39;ocwiki&#39;: {&#39;site&#39;: &#39;ocwiki&#39;,
&#39;title&#39;: &#39;Aiga&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://oc.wikipedia.org/wiki/Aiga&#39;},
&#39;omwiki&#39;: {&#39;site&#39;: &#39;omwiki&#39;,
&#39;title&#39;: &#39;Bishaan&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://om.wikipedia.org/wiki/Bishaan&#39;},
&#39;orwiki&#39;: {&#39;site&#39;: &#39;orwiki&#39;,
&#39;title&#39;: &#39;ଜଳ&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://or.wikipedia.org/wiki/%E0%AC%9C%E0%AC%B3&#39;},
&#39;oswiki&#39;: {&#39;site&#39;: &#39;oswiki&#39;,
&#39;title&#39;: &#39;Дон&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://os.wikipedia.org/wiki/%D0%94%D0%BE%D0%BD&#39;},
&#39;pamwiki&#39;: {&#39;site&#39;: &#39;pamwiki&#39;,
&#39;title&#39;: &#39;Danum&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://pam.wikipedia.org/wiki/Danum&#39;},
&#39;papwiki&#39;: {&#39;site&#39;: &#39;papwiki&#39;,
&#39;title&#39;: &#39;Awa&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://pap.wikipedia.org/wiki/Awa&#39;},
&#39;pawiki&#39;: {&#39;site&#39;: &#39;pawiki&#39;,
&#39;title&#39;: &#39;ਪਾਣੀ&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://pa.wikipedia.org/wiki/%E0%A8%AA%E0%A8%BE%E0%A8%A3%E0%A9%80&#39;},
&#39;pcdwiki&#39;: {&#39;site&#39;: &#39;pcdwiki&#39;,
&#39;title&#39;: &#39;Ieu&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://pcd.wikipedia.org/wiki/Ieu&#39;},
&#39;pdcwiki&#39;: {&#39;site&#39;: &#39;pdcwiki&#39;,
&#39;title&#39;: &#39;Wasser&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://pdc.wikipedia.org/wiki/Wasser&#39;},
&#39;pflwiki&#39;: {&#39;site&#39;: &#39;pflwiki&#39;,
&#39;title&#39;: &#39;Wasser&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://pfl.wikipedia.org/wiki/Wasser&#39;},
&#39;pihwiki&#39;: {&#39;site&#39;: &#39;pihwiki&#39;,
&#39;title&#39;: &#39;Worta&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://pih.wikipedia.org/wiki/Worta&#39;},
&#39;plwiki&#39;: {&#39;site&#39;: &#39;plwiki&#39;,
&#39;title&#39;: &#39;Woda&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://pl.wikipedia.org/wiki/Woda&#39;},
&#39;plwikiquote&#39;: {&#39;site&#39;: &#39;plwikiquote&#39;,
&#39;title&#39;: &#39;Woda&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://pl.wikiquote.org/wiki/Woda&#39;},
&#39;pmswiki&#39;: {&#39;site&#39;: &#39;pmswiki&#39;,
&#39;title&#39;: &#39;Eva&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://pms.wikipedia.org/wiki/Eva&#39;},
&#39;pnbwiki&#39;: {&#39;site&#39;: &#39;pnbwiki&#39;,
&#39;title&#39;: &#39;پاݨی&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://pnb.wikipedia.org/wiki/%D9%BE%D8%A7%DD%A8%DB%8C&#39;},
&#39;pswiki&#39;: {&#39;site&#39;: &#39;pswiki&#39;,
&#39;title&#39;: &#39;اوبه&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ps.wikipedia.org/wiki/%D8%A7%D9%88%D8%A8%D9%87&#39;},
&#39;ptwiki&#39;: {&#39;site&#39;: &#39;ptwiki&#39;,
&#39;title&#39;: &#39;Água&#39;,
&#39;badges&#39;: [&#39;Q17437796&#39;],
&#39;url&#39;: &#39;https://pt.wikipedia.org/wiki/%C3%81gua&#39;},
&#39;ptwikinews&#39;: {&#39;site&#39;: &#39;ptwikinews&#39;,
&#39;title&#39;: &#39;Categoria:Água&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://pt.wikinews.org/wiki/Categoria:%C3%81gua&#39;},
&#39;ptwikiquote&#39;: {&#39;site&#39;: &#39;ptwikiquote&#39;,
&#39;title&#39;: &#39;Água&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://pt.wikiquote.org/wiki/%C3%81gua&#39;},
&#39;quwiki&#39;: {&#39;site&#39;: &#39;quwiki&#39;,
&#39;title&#39;: &#39;Yaku&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://qu.wikipedia.org/wiki/Yaku&#39;},
&#39;roa_rupwiki&#39;: {&#39;site&#39;: &#39;roa_rupwiki&#39;,
&#39;title&#39;: &#39;Apâ&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://roa-rup.wikipedia.org/wiki/Ap%C3%A2&#39;},
&#39;rowiki&#39;: {&#39;site&#39;: &#39;rowiki&#39;,
&#39;title&#39;: &#39;Apă&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ro.wikipedia.org/wiki/Ap%C4%83&#39;},
&#39;ruewiki&#39;: {&#39;site&#39;: &#39;ruewiki&#39;,
&#39;title&#39;: &#39;Вода&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://rue.wikipedia.org/wiki/%D0%92%D0%BE%D0%B4%D0%B0&#39;},
&#39;ruwiki&#39;: {&#39;site&#39;: &#39;ruwiki&#39;,
&#39;title&#39;: &#39;Вода&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ru.wikipedia.org/wiki/%D0%92%D0%BE%D0%B4%D0%B0&#39;},
&#39;ruwikinews&#39;: {&#39;site&#39;: &#39;ruwikinews&#39;,
&#39;title&#39;: &#39;Категория:Вода&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ru.wikinews.org/wiki/%D0%9A%D0%B0%D1%82%D0%B5%D0%B3%D0%BE%D1%80%D0%B8%D1%8F:%D0%92%D0%BE%D0%B4%D0%B0&#39;},
&#39;ruwikiquote&#39;: {&#39;site&#39;: &#39;ruwikiquote&#39;,
&#39;title&#39;: &#39;Вода&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ru.wikiquote.org/wiki/%D0%92%D0%BE%D0%B4%D0%B0&#39;},
&#39;sahwiki&#39;: {&#39;site&#39;: &#39;sahwiki&#39;,
&#39;title&#39;: &#39;Уу&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://sah.wikipedia.org/wiki/%D0%A3%D1%83&#39;},
&#39;satwiki&#39;: {&#39;site&#39;: &#39;satwiki&#39;,
&#39;title&#39;: &#39;ᱫᱟᱜ&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://sat.wikipedia.org/wiki/%E1%B1%AB%E1%B1%9F%E1%B1%9C&#39;},
&#39;sawiki&#39;: {&#39;site&#39;: &#39;sawiki&#39;,
&#39;title&#39;: &#39;जलम्&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://sa.wikipedia.org/wiki/%E0%A4%9C%E0%A4%B2%E0%A4%AE%E0%A5%8D&#39;},
&#39;scnwiki&#39;: {&#39;site&#39;: &#39;scnwiki&#39;,
&#39;title&#39;: &#39;Acqua (vìppita)&#39;,
&#39;badges&#39;: [&#39;Q17437796&#39;],
&#39;url&#39;: &#39;https://scn.wikipedia.org/wiki/Acqua_(v%C3%ACppita)&#39;},
&#39;scowiki&#39;: {&#39;site&#39;: &#39;scowiki&#39;,
&#39;title&#39;: &#39;Watter&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://sco.wikipedia.org/wiki/Watter&#39;},
&#39;scwiki&#39;: {&#39;site&#39;: &#39;scwiki&#39;,
&#39;title&#39;: &#39;Aba&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://sc.wikipedia.org/wiki/Aba&#39;},
&#39;sdwiki&#39;: {&#39;site&#39;: &#39;sdwiki&#39;,
&#39;title&#39;: &#39;پاڻي&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://sd.wikipedia.org/wiki/%D9%BE%D8%A7%DA%BB%D9%8A&#39;},
&#39;sewiki&#39;: {&#39;site&#39;: &#39;sewiki&#39;,
&#39;title&#39;: &#39;Čáhci&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://se.wikipedia.org/wiki/%C4%8C%C3%A1hci&#39;},
&#39;shiwiki&#39;: {&#39;site&#39;: &#39;shiwiki&#39;,
&#39;title&#39;: &#39;Aman&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://shi.wikipedia.org/wiki/Aman&#39;},
&#39;shnwiki&#39;: {&#39;site&#39;: &#39;shnwiki&#39;,
&#39;title&#39;: &#39;ၼမ်ႉ&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://shn.wikipedia.org/wiki/%E1%81%BC%E1%80%99%E1%80%BA%E1%82%89&#39;},
&#39;shwiki&#39;: {&#39;site&#39;: &#39;shwiki&#39;,
&#39;title&#39;: &#39;Voda&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://sh.wikipedia.org/wiki/Voda&#39;},
&#39;simplewiki&#39;: {&#39;site&#39;: &#39;simplewiki&#39;,
&#39;title&#39;: &#39;Water&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://simple.wikipedia.org/wiki/Water&#39;},
&#39;siwiki&#39;: {&#39;site&#39;: &#39;siwiki&#39;,
&#39;title&#39;: &#39;ජලය&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://si.wikipedia.org/wiki/%E0%B6%A2%E0%B6%BD%E0%B6%BA&#39;},
&#39;skrwiki&#39;: {&#39;site&#39;: &#39;skrwiki&#39;,
&#39;title&#39;: &#39;پاݨی&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://skr.wikipedia.org/wiki/%D9%BE%D8%A7%DD%A8%DB%8C&#39;},
&#39;skwiki&#39;: {&#39;site&#39;: &#39;skwiki&#39;,
&#39;title&#39;: &#39;Voda&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://sk.wikipedia.org/wiki/Voda&#39;},
&#39;skwikiquote&#39;: {&#39;site&#39;: &#39;skwikiquote&#39;,
&#39;title&#39;: &#39;Voda&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://sk.wikiquote.org/wiki/Voda&#39;},
&#39;slwiki&#39;: {&#39;site&#39;: &#39;slwiki&#39;,
&#39;title&#39;: &#39;Voda&#39;,
&#39;badges&#39;: [&#39;Q17437796&#39;],
&#39;url&#39;: &#39;https://sl.wikipedia.org/wiki/Voda&#39;},
&#39;slwikiquote&#39;: {&#39;site&#39;: &#39;slwikiquote&#39;,
&#39;title&#39;: &#39;Voda&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://sl.wikiquote.org/wiki/Voda&#39;},
&#39;smwiki&#39;: {&#39;site&#39;: &#39;smwiki&#39;,
&#39;title&#39;: &#39;Vai&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://sm.wikipedia.org/wiki/Vai&#39;},
&#39;snwiki&#39;: {&#39;site&#39;: &#39;snwiki&#39;,
&#39;title&#39;: &#39;Mvura&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://sn.wikipedia.org/wiki/Mvura&#39;},
&#39;sowiki&#39;: {&#39;site&#39;: &#39;sowiki&#39;,
&#39;title&#39;: &#39;Biyo&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://so.wikipedia.org/wiki/Biyo&#39;},
&#39;sqwiki&#39;: {&#39;site&#39;: &#39;sqwiki&#39;,
&#39;title&#39;: &#39;Uji&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://sq.wikipedia.org/wiki/Uji&#39;},
&#39;srwiki&#39;: {&#39;site&#39;: &#39;srwiki&#39;,
&#39;title&#39;: &#39;Вода&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://sr.wikipedia.org/wiki/%D0%92%D0%BE%D0%B4%D0%B0&#39;},
&#39;srwikiquote&#39;: {&#39;site&#39;: &#39;srwikiquote&#39;,
&#39;title&#39;: &#39;Вода&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://sr.wikiquote.org/wiki/%D0%92%D0%BE%D0%B4%D0%B0&#39;},
&#39;stqwiki&#39;: {&#39;site&#39;: &#39;stqwiki&#39;,
&#39;title&#39;: &#39;Woater&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://stq.wikipedia.org/wiki/Woater&#39;},
&#39;stwiki&#39;: {&#39;site&#39;: &#39;stwiki&#39;,
&#39;title&#39;: &#39;Metsi&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://st.wikipedia.org/wiki/Metsi&#39;},
&#39;suwiki&#39;: {&#39;site&#39;: &#39;suwiki&#39;,
&#39;title&#39;: &#39;Cai&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://su.wikipedia.org/wiki/Cai&#39;},
&#39;svwiki&#39;: {&#39;site&#39;: &#39;svwiki&#39;,
&#39;title&#39;: &#39;Vatten&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://sv.wikipedia.org/wiki/Vatten&#39;},
&#39;swwiki&#39;: {&#39;site&#39;: &#39;swwiki&#39;,
&#39;title&#39;: &#39;Maji&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://sw.wikipedia.org/wiki/Maji&#39;},
&#39;szlwiki&#39;: {&#39;site&#39;: &#39;szlwiki&#39;,
&#39;title&#39;: &#39;Woda&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://szl.wikipedia.org/wiki/Woda&#39;},
&#39;szywiki&#39;: {&#39;site&#39;: &#39;szywiki&#39;,
&#39;title&#39;: &#39;nanum&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://szy.wikipedia.org/wiki/nanum&#39;},
&#39;tawiki&#39;: {&#39;site&#39;: &#39;tawiki&#39;,
&#39;title&#39;: &#39;நீர்&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ta.wikipedia.org/wiki/%E0%AE%A8%E0%AF%80%E0%AE%B0%E0%AF%8D&#39;},
&#39;taywiki&#39;: {&#39;site&#39;: &#39;taywiki&#39;,
&#39;title&#39;: &#39;sya&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://tay.wikipedia.org/wiki/%E2%80%99sya&#39;},
&#39;tcywiki&#39;: {&#39;site&#39;: &#39;tcywiki&#39;,
&#39;title&#39;: &#39;ನೀರ್&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://tcy.wikipedia.org/wiki/%E0%B2%A8%E0%B3%80%E0%B2%B0%E0%B3%8D&#39;},
&#39;tewiki&#39;: {&#39;site&#39;: &#39;tewiki&#39;,
&#39;title&#39;: &#39;నీరు&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://te.wikipedia.org/wiki/%E0%B0%A8%E0%B1%80%E0%B0%B0%E0%B1%81&#39;},
&#39;tgwiki&#39;: {&#39;site&#39;: &#39;tgwiki&#39;,
&#39;title&#39;: &#39;Об&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://tg.wikipedia.org/wiki/%D0%9E%D0%B1&#39;},
&#39;thwiki&#39;: {&#39;site&#39;: &#39;thwiki&#39;,
&#39;title&#39;: &#39;น้ำ&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://th.wikipedia.org/wiki/%E0%B8%99%E0%B9%89%E0%B8%B3&#39;},
&#39;tkwiki&#39;: {&#39;site&#39;: &#39;tkwiki&#39;,
&#39;title&#39;: &#39;Suw&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://tk.wikipedia.org/wiki/Suw&#39;},
&#39;tlwiki&#39;: {&#39;site&#39;: &#39;tlwiki&#39;,
&#39;title&#39;: &#39;Tubig&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://tl.wikipedia.org/wiki/Tubig&#39;},
&#39;towiki&#39;: {&#39;site&#39;: &#39;towiki&#39;,
&#39;title&#39;: &#39;Vai&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://to.wikipedia.org/wiki/Vai&#39;},
&#39;trwiki&#39;: {&#39;site&#39;: &#39;trwiki&#39;,
&#39;title&#39;: &#39;Su&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://tr.wikipedia.org/wiki/Su&#39;},
&#39;trwikiquote&#39;: {&#39;site&#39;: &#39;trwikiquote&#39;,
&#39;title&#39;: &#39;Su&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://tr.wikiquote.org/wiki/Su&#39;},
&#39;tswiki&#39;: {&#39;site&#39;: &#39;tswiki&#39;,
&#39;title&#39;: &#39;Mati&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ts.wikipedia.org/wiki/Mati&#39;},
&#39;ttwiki&#39;: {&#39;site&#39;: &#39;ttwiki&#39;,
&#39;title&#39;: &#39;Су&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://tt.wikipedia.org/wiki/%D0%A1%D1%83&#39;},
&#39;twwiki&#39;: {&#39;site&#39;: &#39;twwiki&#39;,
&#39;title&#39;: &#39;Nsuo&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://tw.wikipedia.org/wiki/Nsuo&#39;},
&#39;udmwiki&#39;: {&#39;site&#39;: &#39;udmwiki&#39;,
&#39;title&#39;: &#39;Ву&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://udm.wikipedia.org/wiki/%D0%92%D1%83&#39;},
&#39;ugwiki&#39;: {&#39;site&#39;: &#39;ugwiki&#39;,
&#39;title&#39;: &#39;سۇ&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ug.wikipedia.org/wiki/%D8%B3%DB%87&#39;},
&#39;ukwiki&#39;: {&#39;site&#39;: &#39;ukwiki&#39;,
&#39;title&#39;: &#39;Вода&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://uk.wikipedia.org/wiki/%D0%92%D0%BE%D0%B4%D0%B0&#39;},
&#39;ukwikiquote&#39;: {&#39;site&#39;: &#39;ukwikiquote&#39;,
&#39;title&#39;: &#39;Вода&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://uk.wikiquote.org/wiki/%D0%92%D0%BE%D0%B4%D0%B0&#39;},
&#39;urwiki&#39;: {&#39;site&#39;: &#39;urwiki&#39;,
&#39;title&#39;: &#39;پانی&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ur.wikipedia.org/wiki/%D9%BE%D8%A7%D9%86%DB%8C&#39;},
&#39;urwikiquote&#39;: {&#39;site&#39;: &#39;urwikiquote&#39;,
&#39;title&#39;: &#39;پانی&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://ur.wikiquote.org/wiki/%D9%BE%D8%A7%D9%86%DB%8C&#39;},
&#39;uzwiki&#39;: {&#39;site&#39;: &#39;uzwiki&#39;,
&#39;title&#39;: &#39;Suv&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://uz.wikipedia.org/wiki/Suv&#39;},
&#39;uzwikiquote&#39;: {&#39;site&#39;: &#39;uzwikiquote&#39;,
&#39;title&#39;: &#39;Suv&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://uz.wikiquote.org/wiki/Suv&#39;},
&#39;vecwiki&#39;: {&#39;site&#39;: &#39;vecwiki&#39;,
&#39;title&#39;: &#39;Àcua&#39;,
&#39;badges&#39;: [&#39;Q17437796&#39;],
&#39;url&#39;: &#39;https://vec.wikipedia.org/wiki/%C3%80cua&#39;},
&#39;vepwiki&#39;: {&#39;site&#39;: &#39;vepwiki&#39;,
&#39;title&#39;: &#39;Vezi&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://vep.wikipedia.org/wiki/Vezi&#39;},
&#39;viwiki&#39;: {&#39;site&#39;: &#39;viwiki&#39;,
&#39;title&#39;: &#39;Nước&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://vi.wikipedia.org/wiki/N%C6%B0%E1%BB%9Bc&#39;},
&#39;vlswiki&#39;: {&#39;site&#39;: &#39;vlswiki&#39;,
&#39;title&#39;: &#39;Woater&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://vls.wikipedia.org/wiki/Woater&#39;},
&#39;vowiki&#39;: {&#39;site&#39;: &#39;vowiki&#39;,
&#39;title&#39;: &#39;Vat&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://vo.wikipedia.org/wiki/Vat&#39;},
&#39;warwiki&#39;: {&#39;site&#39;: &#39;warwiki&#39;,
&#39;title&#39;: &#39;Tubig&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://war.wikipedia.org/wiki/Tubig&#39;},
&#39;wawiki&#39;: {&#39;site&#39;: &#39;wawiki&#39;,
&#39;title&#39;: &#39;Aiwe (tchimeye)&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://wa.wikipedia.org/wiki/Aiwe_(tchimeye)&#39;},
&#39;wowiki&#39;: {&#39;site&#39;: &#39;wowiki&#39;,
&#39;title&#39;: &#39;Ndox&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://wo.wikipedia.org/wiki/Ndox&#39;},
&#39;wuuwiki&#39;: {&#39;site&#39;: &#39;wuuwiki&#39;,
&#39;title&#39;: &#39;水&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://wuu.wikipedia.org/wiki/%E6%B0%B4&#39;},
&#39;xhwiki&#39;: {&#39;site&#39;: &#39;xhwiki&#39;,
&#39;title&#39;: &#39;Amanzi&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://xh.wikipedia.org/wiki/Amanzi&#39;},
&#39;xmfwiki&#39;: {&#39;site&#39;: &#39;xmfwiki&#39;,
&#39;title&#39;: &#39;წყარი&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://xmf.wikipedia.org/wiki/%E1%83%AC%E1%83%A7%E1%83%90%E1%83%A0%E1%83%98&#39;},
&#39;yiwiki&#39;: {&#39;site&#39;: &#39;yiwiki&#39;,
&#39;title&#39;: &#39;וואסער&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://yi.wikipedia.org/wiki/%D7%95%D7%95%D7%90%D7%A1%D7%A2%D7%A8&#39;},
&#39;yowiki&#39;: {&#39;site&#39;: &#39;yowiki&#39;,
&#39;title&#39;: &#39;Omi&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://yo.wikipedia.org/wiki/Omi&#39;},
&#39;zawiki&#39;: {&#39;site&#39;: &#39;zawiki&#39;,
&#39;title&#39;: &#39;Raemx&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://za.wikipedia.org/wiki/Raemx&#39;},
&#39;zh_classicalwiki&#39;: {&#39;site&#39;: &#39;zh_classicalwiki&#39;,
&#39;title&#39;: &#39;水&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://zh-classical.wikipedia.org/wiki/%E6%B0%B4&#39;},
&#39;zh_min_nanwiki&#39;: {&#39;site&#39;: &#39;zh_min_nanwiki&#39;,
&#39;title&#39;: &#39;Chúi&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://zh-min-nan.wikipedia.org/wiki/Ch%C3%BAi&#39;},
&#39;zh_yuewiki&#39;: {&#39;site&#39;: &#39;zh_yuewiki&#39;,
&#39;title&#39;: &#39;水&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://zh-yue.wikipedia.org/wiki/%E6%B0%B4&#39;},
&#39;zhwiki&#39;: {&#39;site&#39;: &#39;zhwiki&#39;,
&#39;title&#39;: &#39;水&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://zh.wikipedia.org/wiki/%E6%B0%B4&#39;},
&#39;zhwikiquote&#39;: {&#39;site&#39;: &#39;zhwikiquote&#39;,
&#39;title&#39;: &#39;水&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://zh.wikiquote.org/wiki/%E6%B0%B4&#39;},
&#39;zuwiki&#39;: {&#39;site&#39;: &#39;zuwiki&#39;,
&#39;title&#39;: &#39;Amanzi&#39;,
&#39;badges&#39;: [],
&#39;url&#39;: &#39;https://zu.wikipedia.org/wiki/Amanzi&#39;}}}</pre>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[86]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt">Out[86]:</div>
<div class="jp-RenderedText jp-OutputArea-output jp-OutputArea-executeResult" data-mime-type="text/plain">
<pre>&lt;re.Match object; span=(0, 24), match=&#39;http://www.wikidata.org/&#39;&gt;</pre>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[84]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">url</span>
</pre></div>
</div>
</div>
</div>
</div>
<div class="jp-Cell-outputWrapper">
<div class="jp-Collapser jp-OutputCollapser jp-Cell-outputCollapser">
</div>
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt">Out[84]:</div>
<div class="jp-RenderedText jp-OutputArea-output jp-OutputArea-executeResult" data-mime-type="text/plain">
<pre>&#39;http://www.wikidata.org/entity/Q283&#39;</pre>
</div>
</div>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs ">
<div class="jp-Cell-inputWrapper">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
<div class="jp-InputArea jp-Cell-inputArea">
<div class="jp-InputPrompt jp-InputArea-prompt">In&nbsp;[&nbsp;]:</div>
<div class="jp-CodeMirrorEditor jp-Editor jp-InputArea-editor" data-type="inline">
<div class="CodeMirror cm-s-jupyter">
<div class=" highlight hl-ipython3"><pre><span></span>
</pre></div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>