Skip to content

Instantly share code, notes, and snippets.

@MBcode
Last active November 12, 2022 15:48
Show Gist options
  • Save MBcode/de9b43e4e3c18bedb60c96dfa58c182b to your computer and use it in GitHub Desktop.
Save MBcode/de9b43e4e3c18bedb60c96dfa58c182b to your computer and use it in GitHub Desktop.
http-dx-doi-org10-7265n5028pfh.ipynb
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/gist/MBcode/de9b43e4e3c18bedb60c96dfa58c182b/http-dx-doi-org10-7265n5028pfh.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "b971a49b",
"metadata": {
"papermill": {},
"tags": [
"parameters"
],
"id": "b971a49b"
},
"outputs": [],
"source": [
"#github.com/nteract/papermill'parameters'tag used to inject them into template then post a gist runable by colab\n",
"url,ext,urn=None,None,None\n",
"%load_ext rpy2.ipython\n",
"%load_ext google.colab.data_table\n",
"import httpimport\n",
"with httpimport.github_repo('MBcode', 'ec'):\n",
" import ec\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "7b716741",
"metadata": {
"tags": [
"injected-parameters"
],
"id": "7b716741"
},
"outputs": [],
"source": [
"# Parameters\n",
"url = \"http://dx.doi.org/10.7265/N5028PFH\"\n",
"ext = \"\"\n",
"urn = \"urn:gleaner:summoned:iedadata:c63f6353260af5e5be4d9366088ead3cb0dd6e52\"\n",
"q = None\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "a8b59a0b",
"metadata": {
"papermill": {},
"tags": [],
"id": "a8b59a0b",
"outputId": "1a049e13-c8d1-45d3-a45a-97857db8346a",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 783
}
},
"outputs": [
{
"output_type": "error",
"ename": "ConnectionError",
"evalue": "ignored",
"traceback": [
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[0;31mOSError\u001b[0m Traceback (most recent call last)",
"\u001b[0;32m/usr/local/lib/python3.7/dist-packages/urllib3/connection.py\u001b[0m in \u001b[0;36m_new_conn\u001b[0;34m(self)\u001b[0m\n\u001b[1;32m 158\u001b[0m conn = connection.create_connection(\n\u001b[0;32m--> 159\u001b[0;31m (self._dns_host, self.port), self.timeout, **extra_kw)\n\u001b[0m\u001b[1;32m 160\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m/usr/local/lib/python3.7/dist-packages/urllib3/util/connection.py\u001b[0m in \u001b[0;36mcreate_connection\u001b[0;34m(address, timeout, source_address, socket_options)\u001b[0m\n\u001b[1;32m 79\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0merr\u001b[0m \u001b[0;32mis\u001b[0m \u001b[0;32mnot\u001b[0m \u001b[0;32mNone\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 80\u001b[0;31m \u001b[0;32mraise\u001b[0m \u001b[0merr\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 81\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m/usr/local/lib/python3.7/dist-packages/urllib3/util/connection.py\u001b[0m in \u001b[0;36mcreate_connection\u001b[0;34m(address, timeout, source_address, socket_options)\u001b[0m\n\u001b[1;32m 69\u001b[0m \u001b[0msock\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mbind\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0msource_address\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 70\u001b[0;31m \u001b[0msock\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mconnect\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0msa\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 71\u001b[0m \u001b[0;32mreturn\u001b[0m \u001b[0msock\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;31mOSError\u001b[0m: [Errno 113] No route to host",
"\nDuring handling of the above exception, another exception occurred:\n",
"\u001b[0;31mNewConnectionError\u001b[0m Traceback (most recent call last)",
"\u001b[0;32m/usr/local/lib/python3.7/dist-packages/urllib3/connectionpool.py\u001b[0m in \u001b[0;36murlopen\u001b[0;34m(self, method, url, body, headers, retries, redirect, assert_same_host, timeout, pool_timeout, release_conn, chunked, body_pos, **response_kw)\u001b[0m\n\u001b[1;32m 599\u001b[0m \u001b[0mbody\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mbody\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mheaders\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mheaders\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 600\u001b[0;31m chunked=chunked)\n\u001b[0m\u001b[1;32m 601\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m/usr/local/lib/python3.7/dist-packages/urllib3/connectionpool.py\u001b[0m in \u001b[0;36m_make_request\u001b[0;34m(self, conn, method, url, timeout, chunked, **httplib_request_kw)\u001b[0m\n\u001b[1;32m 353\u001b[0m \u001b[0;32melse\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 354\u001b[0;31m \u001b[0mconn\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mrequest\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mmethod\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0murl\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m**\u001b[0m\u001b[0mhttplib_request_kw\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 355\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m/usr/lib/python3.7/http/client.py\u001b[0m in \u001b[0;36mrequest\u001b[0;34m(self, method, url, body, headers, encode_chunked)\u001b[0m\n\u001b[1;32m 1280\u001b[0m \u001b[0;34m\"\"\"Send a complete request to the server.\"\"\"\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-> 1281\u001b[0;31m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_send_request\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mmethod\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0murl\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mbody\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mheaders\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mencode_chunked\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 1282\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m/usr/lib/python3.7/http/client.py\u001b[0m in \u001b[0;36m_send_request\u001b[0;34m(self, method, url, body, headers, encode_chunked)\u001b[0m\n\u001b[1;32m 1326\u001b[0m \u001b[0mbody\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0m_encode\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mbody\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m'body'\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-> 1327\u001b[0;31m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mendheaders\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mbody\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mencode_chunked\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mencode_chunked\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 1328\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m/usr/lib/python3.7/http/client.py\u001b[0m in \u001b[0;36mendheaders\u001b[0;34m(self, message_body, encode_chunked)\u001b[0m\n\u001b[1;32m 1275\u001b[0m \u001b[0;32mraise\u001b[0m \u001b[0mCannotSendHeader\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-> 1276\u001b[0;31m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_send_output\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mmessage_body\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mencode_chunked\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mencode_chunked\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 1277\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m/usr/lib/python3.7/http/client.py\u001b[0m in \u001b[0;36m_send_output\u001b[0;34m(self, message_body, encode_chunked)\u001b[0m\n\u001b[1;32m 1035\u001b[0m \u001b[0;32mdel\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_buffer\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-> 1036\u001b[0;31m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msend\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mmsg\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 1037\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m/usr/lib/python3.7/http/client.py\u001b[0m in \u001b[0;36msend\u001b[0;34m(self, data)\u001b[0m\n\u001b[1;32m 975\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mauto_open\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 976\u001b[0;31m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mconnect\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 977\u001b[0m \u001b[0;32melse\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m/usr/local/lib/python3.7/dist-packages/urllib3/connection.py\u001b[0m in \u001b[0;36mconnect\u001b[0;34m(self)\u001b[0m\n\u001b[1;32m 180\u001b[0m \u001b[0;32mdef\u001b[0m \u001b[0mconnect\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 181\u001b[0;31m \u001b[0mconn\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_new_conn\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 182\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_prepare_conn\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mconn\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m/usr/local/lib/python3.7/dist-packages/urllib3/connection.py\u001b[0m in \u001b[0;36m_new_conn\u001b[0;34m(self)\u001b[0m\n\u001b[1;32m 167\u001b[0m raise NewConnectionError(\n\u001b[0;32m--> 168\u001b[0;31m self, \"Failed to establish a new connection: %s\" % e)\n\u001b[0m\u001b[1;32m 169\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;31mNewConnectionError\u001b[0m: <urllib3.connection.HTTPConnection object at 0x7f6784949f90>: Failed to establish a new connection: [Errno 113] No route to host",
"\nDuring handling of the above exception, another exception occurred:\n",
"\u001b[0;31mMaxRetryError\u001b[0m Traceback (most recent call last)",
"\u001b[0;32m/usr/local/lib/python3.7/dist-packages/requests/adapters.py\u001b[0m in \u001b[0;36msend\u001b[0;34m(self, request, stream, timeout, verify, cert, proxies)\u001b[0m\n\u001b[1;32m 448\u001b[0m \u001b[0mretries\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mmax_retries\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 449\u001b[0;31m \u001b[0mtimeout\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mtimeout\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 450\u001b[0m )\n",
"\u001b[0;32m/usr/local/lib/python3.7/dist-packages/urllib3/connectionpool.py\u001b[0m in \u001b[0;36murlopen\u001b[0;34m(self, method, url, body, headers, retries, redirect, assert_same_host, timeout, pool_timeout, release_conn, chunked, body_pos, **response_kw)\u001b[0m\n\u001b[1;32m 637\u001b[0m retries = retries.increment(method, url, error=e, _pool=self,\n\u001b[0;32m--> 638\u001b[0;31m _stacktrace=sys.exc_info()[2])\n\u001b[0m\u001b[1;32m 639\u001b[0m \u001b[0mretries\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msleep\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m/usr/local/lib/python3.7/dist-packages/urllib3/util/retry.py\u001b[0m in \u001b[0;36mincrement\u001b[0;34m(self, method, url, response, error, _pool, _stacktrace)\u001b[0m\n\u001b[1;32m 398\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0mnew_retry\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mis_exhausted\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 399\u001b[0;31m \u001b[0;32mraise\u001b[0m \u001b[0mMaxRetryError\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0m_pool\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0murl\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0merror\u001b[0m \u001b[0;32mor\u001b[0m \u001b[0mResponseError\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mcause\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 400\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;31mMaxRetryError\u001b[0m: HTTPConnectionPool(host='141.142.218.86', port=3031): Max retries exceeded with url: /logbad/?url=[Warn:No%20File] (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6784949f90>: Failed to establish a new connection: [Errno 113] No route to host'))",
"\nDuring handling of the above exception, another exception occurred:\n",
"\u001b[0;31mConnectionError\u001b[0m Traceback (most recent call last)",
"\u001b[0;32m<ipython-input-4-c7191d3217bc>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m\u001b[0m\n\u001b[1;32m 1\u001b[0m \u001b[0mrdf\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mec\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mwget_rdf\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0murn\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 2\u001b[0m \u001b[0;31m#!ls -l or FilePaneBrowser on left, to see it\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m----> 3\u001b[0;31m \u001b[0mdf\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mec\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mread_file\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0murl\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0mext\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 4\u001b[0m \u001b[0mdf\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32mhttps://raw.githubusercontent.com/MBcode/ec/master//ec.py\u001b[0m in \u001b[0;36mread_file\u001b[0;34m(fnp, ext)\u001b[0m\n",
"\u001b[0;32mhttps://raw.githubusercontent.com/MBcode/ec/master//ec.py\u001b[0m in \u001b[0;36mcheck_size\u001b[0;34m(fs, df)\u001b[0m\n",
"\u001b[0;32mhttps://raw.githubusercontent.com/MBcode/ec/master//ec.py\u001b[0m in \u001b[0;36mlog_msg\u001b[0;34m(url)\u001b[0m\n",
"\u001b[0;32m/usr/local/lib/python3.7/dist-packages/requests/api.py\u001b[0m in \u001b[0;36mget\u001b[0;34m(url, params, **kwargs)\u001b[0m\n\u001b[1;32m 74\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 75\u001b[0m \u001b[0mkwargs\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msetdefault\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m'allow_redirects'\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;32mTrue\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 76\u001b[0;31m \u001b[0;32mreturn\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m'get'\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0murl\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mparams\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mparams\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m**\u001b[0m\u001b[0mkwargs\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 77\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 78\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m/usr/local/lib/python3.7/dist-packages/requests/api.py\u001b[0m in \u001b[0;36mrequest\u001b[0;34m(method, url, **kwargs)\u001b[0m\n\u001b[1;32m 59\u001b[0m \u001b[0;31m# cases, and look like a memory leak in others.\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 60\u001b[0m \u001b[0;32mwith\u001b[0m \u001b[0msessions\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mSession\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m \u001b[0;32mas\u001b[0m \u001b[0msession\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 61\u001b[0;31m \u001b[0;32mreturn\u001b[0m \u001b[0msession\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mrequest\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mmethod\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mmethod\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0murl\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0murl\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m**\u001b[0m\u001b[0mkwargs\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 62\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 63\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m/usr/local/lib/python3.7/dist-packages/requests/sessions.py\u001b[0m in \u001b[0;36mrequest\u001b[0;34m(self, method, url, params, data, headers, cookies, files, auth, timeout, allow_redirects, proxies, hooks, stream, verify, cert, json)\u001b[0m\n\u001b[1;32m 528\u001b[0m }\n\u001b[1;32m 529\u001b[0m \u001b[0msend_kwargs\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mupdate\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0msettings\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 530\u001b[0;31m \u001b[0mresp\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msend\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mprep\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m**\u001b[0m\u001b[0msend_kwargs\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 531\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 532\u001b[0m \u001b[0;32mreturn\u001b[0m \u001b[0mresp\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m/usr/local/lib/python3.7/dist-packages/requests/sessions.py\u001b[0m in \u001b[0;36msend\u001b[0;34m(self, request, **kwargs)\u001b[0m\n\u001b[1;32m 641\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 642\u001b[0m \u001b[0;31m# Send the request\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 643\u001b[0;31m \u001b[0mr\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0madapter\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msend\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mrequest\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m**\u001b[0m\u001b[0mkwargs\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 644\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 645\u001b[0m \u001b[0;31m# Total elapsed time of the request (approximately)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m/usr/local/lib/python3.7/dist-packages/requests/adapters.py\u001b[0m in \u001b[0;36msend\u001b[0;34m(self, request, stream, timeout, verify, cert, proxies)\u001b[0m\n\u001b[1;32m 514\u001b[0m \u001b[0;32mraise\u001b[0m \u001b[0mSSLError\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0me\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 515\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 516\u001b[0;31m \u001b[0;32mraise\u001b[0m \u001b[0mConnectionError\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0me\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mrequest\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 517\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 518\u001b[0m \u001b[0;32mexcept\u001b[0m \u001b[0mClosedPoolError\u001b[0m \u001b[0;32mas\u001b[0m \u001b[0me\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;31mConnectionError\u001b[0m: HTTPConnectionPool(host='141.142.218.86', port=3031): Max retries exceeded with url: /logbad/?url=[Warn:No%20File] (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6784949f90>: Failed to establish a new connection: [Errno 113] No route to host'))"
]
}
],
"source": [
"rdf=ec.wget_rdf(urn)\n",
"#!ls -l or FilePaneBrowser on left, to see it\n",
"df=ec.read_file(url,ext)\n",
"df"
]
},
{
"cell_type": "code",
"source": [
"rdf"
],
"metadata": {
"id": "tssLiZKJ-a8W",
"outputId": "531fd7fe-fd88-40ae-cbcf-df2915e6df64",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 769
}
},
"id": "tssLiZKJ-a8W",
"execution_count": null,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
" s p \\\n",
"0 doi:10.7265/N5028PFH https://schema.org/additionalType \n",
"1 doi:10.7265/N5028PFH https://schema.org/additionalType \n",
"2 doi:10.7265/N5028PFH https://schema.org/propertyID \n",
"3 doi:10.7265/N5028PFH https://schema.org/url \n",
"4 doi:10.7265/N5028PFH https://schema.org/value \n",
"5 doi:10.7265/N5028PFH http://www.w3.org/1999/02/22-rdf-syntax-ns#type \n",
"6 DOI:10.7265/N5028PFH https://schema.org/additionalType \n",
"7 DOI:10.7265/N5028PFH https://schema.org/additionalType \n",
"8 DOI:10.7265/N5028PFH https://schema.org/citation \n",
"9 DOI:10.7265/N5028PFH https://schema.org/description \n",
"10 DOI:10.7265/N5028PFH https://schema.org/identifier \n",
"11 DOI:10.7265/N5028PFH https://schema.org/keywords \n",
"12 DOI:10.7265/N5028PFH https://schema.org/keywords \n",
"13 DOI:10.7265/N5028PFH https://schema.org/keywords \n",
"14 DOI:10.7265/N5028PFH https://schema.org/keywords \n",
"15 DOI:10.7265/N5028PFH https://schema.org/keywords \n",
"16 DOI:10.7265/N5028PFH https://schema.org/keywords \n",
"17 DOI:10.7265/N5028PFH https://schema.org/keywords \n",
"18 DOI:10.7265/N5028PFH https://schema.org/keywords \n",
"19 DOI:10.7265/N5028PFH https://schema.org/license \n",
"20 DOI:10.7265/N5028PFH https://schema.org/name \n",
"21 DOI:10.7265/N5028PFH https://schema.org/publisher \n",
"22 DOI:10.7265/N5028PFH https://schema.org/spatialCoverage \n",
"23 DOI:10.7265/N5028PFH https://schema.org/spatialCoverage \n",
"24 DOI:10.7265/N5028PFH https://schema.org/version \n",
"25 DOI:10.7265/N5028PFH https://schema.org/creator \n",
"26 DOI:10.7265/N5028PFH https://schema.org/datePublished \n",
"27 DOI:10.7265/N5028PFH https://schema.org/distribution \n",
"28 DOI:10.7265/N5028PFH https://schema.org/distribution \n",
"29 DOI:10.7265/N5028PFH https://schema.org/inLanguage \n",
"30 DOI:10.7265/N5028PFH https://schema.org/provider \n",
"31 DOI:10.7265/N5028PFH http://www.w3.org/1999/02/22-rdf-syntax-ns#type \n",
"32 t1902398 https://schema.org/additionalType \n",
"33 t1902398 https://schema.org/name \n",
"34 t1902398 https://schema.org/familyName \n",
"35 t1902398 https://schema.org/givenName \n",
"36 t1902398 http://www.w3.org/1999/02/22-rdf-syntax-ns#type \n",
"37 t1902399 https://schema.org/additionalType \n",
"38 t1902399 https://schema.org/name \n",
"39 t1902399 https://schema.org/url \n",
"40 t1902399 http://www.w3.org/ns/dcat#accessURL \n",
"41 t1902399 http://www.w3.org/1999/02/22-rdf-syntax-ns#type \n",
"42 t1902400 https://schema.org/additionalType \n",
"43 t1902400 https://schema.org/name \n",
"44 t1902400 https://schema.org/url \n",
"45 t1902400 http://www.w3.org/ns/dcat#accessURL \n",
"46 t1902400 http://www.w3.org/1999/02/22-rdf-syntax-ns#type \n",
"47 t1902401 https://schema.org/name \n",
"48 t1902401 http://www.w3.org/1999/02/22-rdf-syntax-ns#type \n",
"49 t1902402 https://schema.org/name \n",
"50 t1902402 http://www.w3.org/1999/02/22-rdf-syntax-ns#type \n",
"51 t1902403 https://schema.org/name \n",
"52 t1902403 http://www.w3.org/1999/02/22-rdf-syntax-ns#type \n",
"53 t1902404 https://schema.org/geo \n",
"54 t1902404 http://www.w3.org/1999/02/22-rdf-syntax-ns#type \n",
"55 t1902405 https://schema.org/latitude \n",
"56 t1902405 https://schema.org/longitude \n",
"57 t1902405 http://www.w3.org/1999/02/22-rdf-syntax-ns#type \n",
"\n",
" o \n",
"0 http://purl.org/spar/datacite/Identifier \n",
"1 http://schema.geolink.org/1.0/base/main#Identi... \n",
"2 http://purl.org/spar/datacite/doi \n",
"3 http://dx.doi.org/10.7265/N5028PFH \n",
"4 10.7265/N5028PFH \n",
"5 https://schema.org/PropertyValue \n",
"6 http://schema.geolink.org/1.0/base/main#Dataset \n",
"7 http://vivoweb.org/ontology/core#Dataset \n",
"8 Engelhardt, Hermann (2013), Videos of Basal Ic... \n",
"9 Abstract: This data set is a collection of vid... \n",
"10 doi:10.7265/N5028PFH \n",
"11 Antarctica \n",
"12 Antarctic Glaciology \n",
"13 Cryosphere \n",
"14 Glaciers/Ice Sheet \n",
"15 Glaciology \n",
"16 Photo/Video \n",
"17 Kamb Ice Stream \n",
"18 Borehole Video \n",
"19 Creative Commons Attribution-NonCommercial-Sha... \n",
"20 Videos of Basal Ice in Boreholes on the Kamb I... \n",
"21 t1902402 \n",
"22 t1902403 \n",
"23 t1902404 \n",
"24 1 \n",
"25 t1902398 \n",
"26 2013 \n",
"27 t1902399 \n",
"28 t1902400 \n",
"29 eng \n",
"30 t1902401 \n",
"31 https://schema.org/Dataset \n",
"32 http://schema.geolink.org/1.0/base/main#Person \n",
"33 Engelhardt, Hermann \n",
"34 Engelhardt \n",
"35 Hermann \n",
"36 https://schema.org/Person \n",
"37 http://www.w3.org/ns/dcat#distribution \n",
"38 DOI landing page \n",
"39 http://dx.doi.org/10.7265/N5028PFH \n",
"40 http://dx.doi.org/10.7265/N5028PFH \n",
"41 https://schema.org/DataDownload \n",
"42 http://www.w3.org/ns/dcat#distribution \n",
"43 landing page \n",
"44 http://www.usap-dc.org/view/dataset/609528 \n",
"45 http://www.usap-dc.org/view/dataset/609528 \n",
"46 https://schema.org/DataDownload \n",
"47 U.S. Antarctic Program (USAP) Data Center \n",
"48 https://schema.org/Organization \n",
"49 U.S. Antarctic Program (USAP) Data Center \n",
"50 https://schema.org/Organization \n",
"51 Kamb Ice Stream \n",
"52 https://schema.org/Place \n",
"53 t1902405 \n",
"54 https://schema.org/Place \n",
"55 -82.39955 \n",
"56 -136.404633 \n",
"57 https://schema.org/GeoCoordinates "
],
"text/html": [
"\n",
" <div id=\"df-a1aa4a40-7426-4366-9c81-c1c6998ec564\">\n",
" <div class=\"colab-df-container\">\n",
" <div>\n",
"<style scoped>\n",
" .dataframe tbody tr th:only-of-type {\n",
" vertical-align: middle;\n",
" }\n",
"\n",
" .dataframe tbody tr th {\n",
" vertical-align: top;\n",
" }\n",
"\n",
" .dataframe thead th {\n",
" text-align: right;\n",
" }\n",
"</style>\n",
"<table border=\"1\" class=\"dataframe\">\n",
" <thead>\n",
" <tr style=\"text-align: right;\">\n",
" <th></th>\n",
" <th>s</th>\n",
" <th>p</th>\n",
" <th>o</th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" <tr>\n",
" <th>0</th>\n",
" <td>doi:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/additionalType</td>\n",
" <td>http://purl.org/spar/datacite/Identifier</td>\n",
" </tr>\n",
" <tr>\n",
" <th>1</th>\n",
" <td>doi:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/additionalType</td>\n",
" <td>http://schema.geolink.org/1.0/base/main#Identi...</td>\n",
" </tr>\n",
" <tr>\n",
" <th>2</th>\n",
" <td>doi:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/propertyID</td>\n",
" <td>http://purl.org/spar/datacite/doi</td>\n",
" </tr>\n",
" <tr>\n",
" <th>3</th>\n",
" <td>doi:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/url</td>\n",
" <td>http://dx.doi.org/10.7265/N5028PFH</td>\n",
" </tr>\n",
" <tr>\n",
" <th>4</th>\n",
" <td>doi:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/value</td>\n",
" <td>10.7265/N5028PFH</td>\n",
" </tr>\n",
" <tr>\n",
" <th>5</th>\n",
" <td>doi:10.7265/N5028PFH</td>\n",
" <td>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</td>\n",
" <td>https://schema.org/PropertyValue</td>\n",
" </tr>\n",
" <tr>\n",
" <th>6</th>\n",
" <td>DOI:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/additionalType</td>\n",
" <td>http://schema.geolink.org/1.0/base/main#Dataset</td>\n",
" </tr>\n",
" <tr>\n",
" <th>7</th>\n",
" <td>DOI:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/additionalType</td>\n",
" <td>http://vivoweb.org/ontology/core#Dataset</td>\n",
" </tr>\n",
" <tr>\n",
" <th>8</th>\n",
" <td>DOI:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/citation</td>\n",
" <td>Engelhardt, Hermann (2013), Videos of Basal Ic...</td>\n",
" </tr>\n",
" <tr>\n",
" <th>9</th>\n",
" <td>DOI:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/description</td>\n",
" <td>Abstract: This data set is a collection of vid...</td>\n",
" </tr>\n",
" <tr>\n",
" <th>10</th>\n",
" <td>DOI:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/identifier</td>\n",
" <td>doi:10.7265/N5028PFH</td>\n",
" </tr>\n",
" <tr>\n",
" <th>11</th>\n",
" <td>DOI:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/keywords</td>\n",
" <td>Antarctica</td>\n",
" </tr>\n",
" <tr>\n",
" <th>12</th>\n",
" <td>DOI:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/keywords</td>\n",
" <td>Antarctic Glaciology</td>\n",
" </tr>\n",
" <tr>\n",
" <th>13</th>\n",
" <td>DOI:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/keywords</td>\n",
" <td>Cryosphere</td>\n",
" </tr>\n",
" <tr>\n",
" <th>14</th>\n",
" <td>DOI:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/keywords</td>\n",
" <td>Glaciers/Ice Sheet</td>\n",
" </tr>\n",
" <tr>\n",
" <th>15</th>\n",
" <td>DOI:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/keywords</td>\n",
" <td>Glaciology</td>\n",
" </tr>\n",
" <tr>\n",
" <th>16</th>\n",
" <td>DOI:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/keywords</td>\n",
" <td>Photo/Video</td>\n",
" </tr>\n",
" <tr>\n",
" <th>17</th>\n",
" <td>DOI:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/keywords</td>\n",
" <td>Kamb Ice Stream</td>\n",
" </tr>\n",
" <tr>\n",
" <th>18</th>\n",
" <td>DOI:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/keywords</td>\n",
" <td>Borehole Video</td>\n",
" </tr>\n",
" <tr>\n",
" <th>19</th>\n",
" <td>DOI:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/license</td>\n",
" <td>Creative Commons Attribution-NonCommercial-Sha...</td>\n",
" </tr>\n",
" <tr>\n",
" <th>20</th>\n",
" <td>DOI:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/name</td>\n",
" <td>Videos of Basal Ice in Boreholes on the Kamb I...</td>\n",
" </tr>\n",
" <tr>\n",
" <th>21</th>\n",
" <td>DOI:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/publisher</td>\n",
" <td>t1902402</td>\n",
" </tr>\n",
" <tr>\n",
" <th>22</th>\n",
" <td>DOI:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/spatialCoverage</td>\n",
" <td>t1902403</td>\n",
" </tr>\n",
" <tr>\n",
" <th>23</th>\n",
" <td>DOI:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/spatialCoverage</td>\n",
" <td>t1902404</td>\n",
" </tr>\n",
" <tr>\n",
" <th>24</th>\n",
" <td>DOI:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/version</td>\n",
" <td>1</td>\n",
" </tr>\n",
" <tr>\n",
" <th>25</th>\n",
" <td>DOI:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/creator</td>\n",
" <td>t1902398</td>\n",
" </tr>\n",
" <tr>\n",
" <th>26</th>\n",
" <td>DOI:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/datePublished</td>\n",
" <td>2013</td>\n",
" </tr>\n",
" <tr>\n",
" <th>27</th>\n",
" <td>DOI:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/distribution</td>\n",
" <td>t1902399</td>\n",
" </tr>\n",
" <tr>\n",
" <th>28</th>\n",
" <td>DOI:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/distribution</td>\n",
" <td>t1902400</td>\n",
" </tr>\n",
" <tr>\n",
" <th>29</th>\n",
" <td>DOI:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/inLanguage</td>\n",
" <td>eng</td>\n",
" </tr>\n",
" <tr>\n",
" <th>30</th>\n",
" <td>DOI:10.7265/N5028PFH</td>\n",
" <td>https://schema.org/provider</td>\n",
" <td>t1902401</td>\n",
" </tr>\n",
" <tr>\n",
" <th>31</th>\n",
" <td>DOI:10.7265/N5028PFH</td>\n",
" <td>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</td>\n",
" <td>https://schema.org/Dataset</td>\n",
" </tr>\n",
" <tr>\n",
" <th>32</th>\n",
" <td>t1902398</td>\n",
" <td>https://schema.org/additionalType</td>\n",
" <td>http://schema.geolink.org/1.0/base/main#Person</td>\n",
" </tr>\n",
" <tr>\n",
" <th>33</th>\n",
" <td>t1902398</td>\n",
" <td>https://schema.org/name</td>\n",
" <td>Engelhardt, Hermann</td>\n",
" </tr>\n",
" <tr>\n",
" <th>34</th>\n",
" <td>t1902398</td>\n",
" <td>https://schema.org/familyName</td>\n",
" <td>Engelhardt</td>\n",
" </tr>\n",
" <tr>\n",
" <th>35</th>\n",
" <td>t1902398</td>\n",
" <td>https://schema.org/givenName</td>\n",
" <td>Hermann</td>\n",
" </tr>\n",
" <tr>\n",
" <th>36</th>\n",
" <td>t1902398</td>\n",
" <td>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</td>\n",
" <td>https://schema.org/Person</td>\n",
" </tr>\n",
" <tr>\n",
" <th>37</th>\n",
" <td>t1902399</td>\n",
" <td>https://schema.org/additionalType</td>\n",
" <td>http://www.w3.org/ns/dcat#distribution</td>\n",
" </tr>\n",
" <tr>\n",
" <th>38</th>\n",
" <td>t1902399</td>\n",
" <td>https://schema.org/name</td>\n",
" <td>DOI landing page</td>\n",
" </tr>\n",
" <tr>\n",
" <th>39</th>\n",
" <td>t1902399</td>\n",
" <td>https://schema.org/url</td>\n",
" <td>http://dx.doi.org/10.7265/N5028PFH</td>\n",
" </tr>\n",
" <tr>\n",
" <th>40</th>\n",
" <td>t1902399</td>\n",
" <td>http://www.w3.org/ns/dcat#accessURL</td>\n",
" <td>http://dx.doi.org/10.7265/N5028PFH</td>\n",
" </tr>\n",
" <tr>\n",
" <th>41</th>\n",
" <td>t1902399</td>\n",
" <td>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</td>\n",
" <td>https://schema.org/DataDownload</td>\n",
" </tr>\n",
" <tr>\n",
" <th>42</th>\n",
" <td>t1902400</td>\n",
" <td>https://schema.org/additionalType</td>\n",
" <td>http://www.w3.org/ns/dcat#distribution</td>\n",
" </tr>\n",
" <tr>\n",
" <th>43</th>\n",
" <td>t1902400</td>\n",
" <td>https://schema.org/name</td>\n",
" <td>landing page</td>\n",
" </tr>\n",
" <tr>\n",
" <th>44</th>\n",
" <td>t1902400</td>\n",
" <td>https://schema.org/url</td>\n",
" <td>http://www.usap-dc.org/view/dataset/609528</td>\n",
" </tr>\n",
" <tr>\n",
" <th>45</th>\n",
" <td>t1902400</td>\n",
" <td>http://www.w3.org/ns/dcat#accessURL</td>\n",
" <td>http://www.usap-dc.org/view/dataset/609528</td>\n",
" </tr>\n",
" <tr>\n",
" <th>46</th>\n",
" <td>t1902400</td>\n",
" <td>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</td>\n",
" <td>https://schema.org/DataDownload</td>\n",
" </tr>\n",
" <tr>\n",
" <th>47</th>\n",
" <td>t1902401</td>\n",
" <td>https://schema.org/name</td>\n",
" <td>U.S. Antarctic Program (USAP) Data Center</td>\n",
" </tr>\n",
" <tr>\n",
" <th>48</th>\n",
" <td>t1902401</td>\n",
" <td>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</td>\n",
" <td>https://schema.org/Organization</td>\n",
" </tr>\n",
" <tr>\n",
" <th>49</th>\n",
" <td>t1902402</td>\n",
" <td>https://schema.org/name</td>\n",
" <td>U.S. Antarctic Program (USAP) Data Center</td>\n",
" </tr>\n",
" <tr>\n",
" <th>50</th>\n",
" <td>t1902402</td>\n",
" <td>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</td>\n",
" <td>https://schema.org/Organization</td>\n",
" </tr>\n",
" <tr>\n",
" <th>51</th>\n",
" <td>t1902403</td>\n",
" <td>https://schema.org/name</td>\n",
" <td>Kamb Ice Stream</td>\n",
" </tr>\n",
" <tr>\n",
" <th>52</th>\n",
" <td>t1902403</td>\n",
" <td>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</td>\n",
" <td>https://schema.org/Place</td>\n",
" </tr>\n",
" <tr>\n",
" <th>53</th>\n",
" <td>t1902404</td>\n",
" <td>https://schema.org/geo</td>\n",
" <td>t1902405</td>\n",
" </tr>\n",
" <tr>\n",
" <th>54</th>\n",
" <td>t1902404</td>\n",
" <td>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</td>\n",
" <td>https://schema.org/Place</td>\n",
" </tr>\n",
" <tr>\n",
" <th>55</th>\n",
" <td>t1902405</td>\n",
" <td>https://schema.org/latitude</td>\n",
" <td>-82.39955</td>\n",
" </tr>\n",
" <tr>\n",
" <th>56</th>\n",
" <td>t1902405</td>\n",
" <td>https://schema.org/longitude</td>\n",
" <td>-136.404633</td>\n",
" </tr>\n",
" <tr>\n",
" <th>57</th>\n",
" <td>t1902405</td>\n",
" <td>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</td>\n",
" <td>https://schema.org/GeoCoordinates</td>\n",
" </tr>\n",
" </tbody>\n",
"</table>\n",
"</div>\n",
" <button class=\"colab-df-convert\" onclick=\"convertToInteractive('df-a1aa4a40-7426-4366-9c81-c1c6998ec564')\"\n",
" title=\"Convert this dataframe to an interactive table.\"\n",
" style=\"display:none;\">\n",
" \n",
" <svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24px\"viewBox=\"0 0 24 24\"\n",
" width=\"24px\">\n",
" <path d=\"M0 0h24v24H0V0z\" fill=\"none\"/>\n",
" <path d=\"M18.56 5.44l.94 2.06.94-2.06 2.06-.94-2.06-.94-.94-2.06-.94 2.06-2.06.94zm-11 1L8.5 8.5l.94-2.06 2.06-.94-2.06-.94L8.5 2.5l-.94 2.06-2.06.94zm10 10l.94 2.06.94-2.06 2.06-.94-2.06-.94-.94-2.06-.94 2.06-2.06.94z\"/><path d=\"M17.41 7.96l-1.37-1.37c-.4-.4-.92-.59-1.43-.59-.52 0-1.04.2-1.43.59L10.3 9.45l-7.72 7.72c-.78.78-.78 2.05 0 2.83L4 21.41c.39.39.9.59 1.41.59.51 0 1.02-.2 1.41-.59l7.78-7.78 2.81-2.81c.8-.78.8-2.07 0-2.86zM5.41 20L4 18.59l7.72-7.72 1.47 1.35L5.41 20z\"/>\n",
" </svg>\n",
" </button>\n",
" \n",
" <style>\n",
" .colab-df-container {\n",
" display:flex;\n",
" flex-wrap:wrap;\n",
" gap: 12px;\n",
" }\n",
"\n",
" .colab-df-convert {\n",
" background-color: #E8F0FE;\n",
" border: none;\n",
" border-radius: 50%;\n",
" cursor: pointer;\n",
" display: none;\n",
" fill: #1967D2;\n",
" height: 32px;\n",
" padding: 0 0 0 0;\n",
" width: 32px;\n",
" }\n",
"\n",
" .colab-df-convert:hover {\n",
" background-color: #E2EBFA;\n",
" box-shadow: 0px 1px 2px rgba(60, 64, 67, 0.3), 0px 1px 3px 1px rgba(60, 64, 67, 0.15);\n",
" fill: #174EA6;\n",
" }\n",
"\n",
" [theme=dark] .colab-df-convert {\n",
" background-color: #3B4455;\n",
" fill: #D2E3FC;\n",
" }\n",
"\n",
" [theme=dark] .colab-df-convert:hover {\n",
" background-color: #434B5C;\n",
" box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);\n",
" filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.3));\n",
" fill: #FFFFFF;\n",
" }\n",
" </style>\n",
"\n",
" <script>\n",
" const buttonEl =\n",
" document.querySelector('#df-a1aa4a40-7426-4366-9c81-c1c6998ec564 button.colab-df-convert');\n",
" buttonEl.style.display =\n",
" google.colab.kernel.accessAllowed ? 'block' : 'none';\n",
"\n",
" async function convertToInteractive(key) {\n",
" const element = document.querySelector('#df-a1aa4a40-7426-4366-9c81-c1c6998ec564');\n",
" const dataTable =\n",
" await google.colab.kernel.invokeFunction('convertToInteractive',\n",
" [key], {});\n",
" if (!dataTable) return;\n",
"\n",
" const docLinkHtml = 'Like what you see? Visit the ' +\n",
" '<a target=\"_blank\" href=https://colab.research.google.com/notebooks/data_table.ipynb>data table notebook</a>'\n",
" + ' to learn more about interactive tables.';\n",
" element.innerHTML = '';\n",
" dataTable['output_type'] = 'display_data';\n",
" await google.colab.output.renderOutput(dataTable, element);\n",
" const docLink = document.createElement('div');\n",
" docLink.innerHTML = docLinkHtml;\n",
" element.appendChild(docLink);\n",
" }\n",
" </script>\n",
" </div>\n",
" </div>\n",
" "
],
"application/vnd.google.colaboratory.module+javascript": "\n import \"https://ssl.gstatic.com/colaboratory/data_table/a8bd4d5e58f96183/data_table.js\";\n\n window.createDataTable({\n data: [[{\n 'v': 0,\n 'f': \"0\",\n },\n\"doi:10.7265/N5028PFH\",\n\"https://schema.org/additionalType\",\n\"http://purl.org/spar/datacite/Identifier\"],\n [{\n 'v': 1,\n 'f': \"1\",\n },\n\"doi:10.7265/N5028PFH\",\n\"https://schema.org/additionalType\",\n\"http://schema.geolink.org/1.0/base/main#Identifier\"],\n [{\n 'v': 2,\n 'f': \"2\",\n },\n\"doi:10.7265/N5028PFH\",\n\"https://schema.org/propertyID\",\n\"http://purl.org/spar/datacite/doi\"],\n [{\n 'v': 3,\n 'f': \"3\",\n },\n\"doi:10.7265/N5028PFH\",\n\"https://schema.org/url\",\n\"http://dx.doi.org/10.7265/N5028PFH\"],\n [{\n 'v': 4,\n 'f': \"4\",\n },\n\"doi:10.7265/N5028PFH\",\n\"https://schema.org/value\",\n\"10.7265/N5028PFH\"],\n [{\n 'v': 5,\n 'f': \"5\",\n },\n\"doi:10.7265/N5028PFH\",\n\"http://www.w3.org/1999/02/22-rdf-syntax-ns#type\",\n\"https://schema.org/PropertyValue\"],\n [{\n 'v': 6,\n 'f': \"6\",\n },\n\"DOI:10.7265/N5028PFH\",\n\"https://schema.org/additionalType\",\n\"http://schema.geolink.org/1.0/base/main#Dataset\"],\n [{\n 'v': 7,\n 'f': \"7\",\n },\n\"DOI:10.7265/N5028PFH\",\n\"https://schema.org/additionalType\",\n\"http://vivoweb.org/ontology/core#Dataset\"],\n [{\n 'v': 8,\n 'f': \"8\",\n },\n\"DOI:10.7265/N5028PFH\",\n\"https://schema.org/citation\",\n\"Engelhardt, Hermann (2013), Videos of Basal Ice in Boreholes on the Kamb Ice Stream in West Antarctica. U.S. Antarctic Program (USAP) Data Center. doi:10.7265/N5028PFH\"],\n [{\n 'v': 9,\n 'f': \"9\",\n },\n\"DOI:10.7265/N5028PFH\",\n\"https://schema.org/description\",\n\"Abstract: This data set is a collection of video data of basal ice taken in a borehole on the Kamb Ice Stream in West Antarctica. Ice streams are an expression of the inherent instability of the West Antarctic Ice Sheet, and their behavior is a key control on the overall ice-sheet mass balance. Understanding the response of the ice sheet in a warming climate requires a thorough understanding of the internal dynamics of ice streams, in addition to the relevant ice-atmosphere and ice-ocean interactions in the region. The basal environment of the ice streams and of many glaciers is a key scientific interest, including conditions, mainly basal sliding, that lead to fast flow of the ice. The purpose of this data set is to present a review of the full range of original video recordings from the basal ice of the Kamb Ice Stream. Direct observations at the ice-stream bed are a crucial complement to modeling efforts predicting future scenarios in a warming climate.\"],\n [{\n 'v': 10,\n 'f': \"10\",\n },\n\"DOI:10.7265/N5028PFH\",\n\"https://schema.org/identifier\",\n\"doi:10.7265/N5028PFH\"],\n [{\n 'v': 11,\n 'f': \"11\",\n },\n\"DOI:10.7265/N5028PFH\",\n\"https://schema.org/keywords\",\n\"Antarctica\"],\n [{\n 'v': 12,\n 'f': \"12\",\n },\n\"DOI:10.7265/N5028PFH\",\n\"https://schema.org/keywords\",\n\"Antarctic Glaciology\"],\n [{\n 'v': 13,\n 'f': \"13\",\n },\n\"DOI:10.7265/N5028PFH\",\n\"https://schema.org/keywords\",\n\"Cryosphere\"],\n [{\n 'v': 14,\n 'f': \"14\",\n },\n\"DOI:10.7265/N5028PFH\",\n\"https://schema.org/keywords\",\n\"Glaciers/Ice Sheet\"],\n [{\n 'v': 15,\n 'f': \"15\",\n },\n\"DOI:10.7265/N5028PFH\",\n\"https://schema.org/keywords\",\n\"Glaciology\"],\n [{\n 'v': 16,\n 'f': \"16\",\n },\n\"DOI:10.7265/N5028PFH\",\n\"https://schema.org/keywords\",\n\"Photo/Video\"],\n [{\n 'v': 17,\n 'f': \"17\",\n },\n\"DOI:10.7265/N5028PFH\",\n\"https://schema.org/keywords\",\n\"Kamb Ice Stream\"],\n [{\n 'v': 18,\n 'f': \"18\",\n },\n\"DOI:10.7265/N5028PFH\",\n\"https://schema.org/keywords\",\n\"Borehole Video\"],\n [{\n 'v': 19,\n 'f': \"19\",\n },\n\"DOI:10.7265/N5028PFH\",\n\"https://schema.org/license\",\n\"Creative Commons Attribution-NonCommercial-Share Alike 3.0 United States [CC BY-NC-SA 3.0]\"],\n [{\n 'v': 20,\n 'f': \"20\",\n },\n\"DOI:10.7265/N5028PFH\",\n\"https://schema.org/name\",\n\"Videos of Basal Ice in Boreholes on the Kamb Ice Stream in West Antarctica\"],\n [{\n 'v': 21,\n 'f': \"21\",\n },\n\"DOI:10.7265/N5028PFH\",\n\"https://schema.org/publisher\",\n\"t1902402\"],\n [{\n 'v': 22,\n 'f': \"22\",\n },\n\"DOI:10.7265/N5028PFH\",\n\"https://schema.org/spatialCoverage\",\n\"t1902403\"],\n [{\n 'v': 23,\n 'f': \"23\",\n },\n\"DOI:10.7265/N5028PFH\",\n\"https://schema.org/spatialCoverage\",\n\"t1902404\"],\n [{\n 'v': 24,\n 'f': \"24\",\n },\n\"DOI:10.7265/N5028PFH\",\n\"https://schema.org/version\",\n\"1\"],\n [{\n 'v': 25,\n 'f': \"25\",\n },\n\"DOI:10.7265/N5028PFH\",\n\"https://schema.org/creator\",\n\"t1902398\"],\n [{\n 'v': 26,\n 'f': \"26\",\n },\n\"DOI:10.7265/N5028PFH\",\n\"https://schema.org/datePublished\",\n\"2013\"],\n [{\n 'v': 27,\n 'f': \"27\",\n },\n\"DOI:10.7265/N5028PFH\",\n\"https://schema.org/distribution\",\n\"t1902399\"],\n [{\n 'v': 28,\n 'f': \"28\",\n },\n\"DOI:10.7265/N5028PFH\",\n\"https://schema.org/distribution\",\n\"t1902400\"],\n [{\n 'v': 29,\n 'f': \"29\",\n },\n\"DOI:10.7265/N5028PFH\",\n\"https://schema.org/inLanguage\",\n\"eng\"],\n [{\n 'v': 30,\n 'f': \"30\",\n },\n\"DOI:10.7265/N5028PFH\",\n\"https://schema.org/provider\",\n\"t1902401\"],\n [{\n 'v': 31,\n 'f': \"31\",\n },\n\"DOI:10.7265/N5028PFH\",\n\"http://www.w3.org/1999/02/22-rdf-syntax-ns#type\",\n\"https://schema.org/Dataset\"],\n [{\n 'v': 32,\n 'f': \"32\",\n },\n\"t1902398\",\n\"https://schema.org/additionalType\",\n\"http://schema.geolink.org/1.0/base/main#Person\"],\n [{\n 'v': 33,\n 'f': \"33\",\n },\n\"t1902398\",\n\"https://schema.org/name\",\n\"Engelhardt, Hermann\"],\n [{\n 'v': 34,\n 'f': \"34\",\n },\n\"t1902398\",\n\"https://schema.org/familyName\",\n\"Engelhardt\"],\n [{\n 'v': 35,\n 'f': \"35\",\n },\n\"t1902398\",\n\"https://schema.org/givenName\",\n\"Hermann\"],\n [{\n 'v': 36,\n 'f': \"36\",\n },\n\"t1902398\",\n\"http://www.w3.org/1999/02/22-rdf-syntax-ns#type\",\n\"https://schema.org/Person\"],\n [{\n 'v': 37,\n 'f': \"37\",\n },\n\"t1902399\",\n\"https://schema.org/additionalType\",\n\"http://www.w3.org/ns/dcat#distribution\"],\n [{\n 'v': 38,\n 'f': \"38\",\n },\n\"t1902399\",\n\"https://schema.org/name\",\n\"DOI landing page\"],\n [{\n 'v': 39,\n 'f': \"39\",\n },\n\"t1902399\",\n\"https://schema.org/url\",\n\"http://dx.doi.org/10.7265/N5028PFH\"],\n [{\n 'v': 40,\n 'f': \"40\",\n },\n\"t1902399\",\n\"http://www.w3.org/ns/dcat#accessURL\",\n\"http://dx.doi.org/10.7265/N5028PFH\"],\n [{\n 'v': 41,\n 'f': \"41\",\n },\n\"t1902399\",\n\"http://www.w3.org/1999/02/22-rdf-syntax-ns#type\",\n\"https://schema.org/DataDownload\"],\n [{\n 'v': 42,\n 'f': \"42\",\n },\n\"t1902400\",\n\"https://schema.org/additionalType\",\n\"http://www.w3.org/ns/dcat#distribution\"],\n [{\n 'v': 43,\n 'f': \"43\",\n },\n\"t1902400\",\n\"https://schema.org/name\",\n\"landing page\"],\n [{\n 'v': 44,\n 'f': \"44\",\n },\n\"t1902400\",\n\"https://schema.org/url\",\n\"http://www.usap-dc.org/view/dataset/609528\"],\n [{\n 'v': 45,\n 'f': \"45\",\n },\n\"t1902400\",\n\"http://www.w3.org/ns/dcat#accessURL\",\n\"http://www.usap-dc.org/view/dataset/609528\"],\n [{\n 'v': 46,\n 'f': \"46\",\n },\n\"t1902400\",\n\"http://www.w3.org/1999/02/22-rdf-syntax-ns#type\",\n\"https://schema.org/DataDownload\"],\n [{\n 'v': 47,\n 'f': \"47\",\n },\n\"t1902401\",\n\"https://schema.org/name\",\n\"U.S. Antarctic Program (USAP) Data Center\"],\n [{\n 'v': 48,\n 'f': \"48\",\n },\n\"t1902401\",\n\"http://www.w3.org/1999/02/22-rdf-syntax-ns#type\",\n\"https://schema.org/Organization\"],\n [{\n 'v': 49,\n 'f': \"49\",\n },\n\"t1902402\",\n\"https://schema.org/name\",\n\"U.S. Antarctic Program (USAP) Data Center\"],\n [{\n 'v': 50,\n 'f': \"50\",\n },\n\"t1902402\",\n\"http://www.w3.org/1999/02/22-rdf-syntax-ns#type\",\n\"https://schema.org/Organization\"],\n [{\n 'v': 51,\n 'f': \"51\",\n },\n\"t1902403\",\n\"https://schema.org/name\",\n\"Kamb Ice Stream\"],\n [{\n 'v': 52,\n 'f': \"52\",\n },\n\"t1902403\",\n\"http://www.w3.org/1999/02/22-rdf-syntax-ns#type\",\n\"https://schema.org/Place\"],\n [{\n 'v': 53,\n 'f': \"53\",\n },\n\"t1902404\",\n\"https://schema.org/geo\",\n\"t1902405\"],\n [{\n 'v': 54,\n 'f': \"54\",\n },\n\"t1902404\",\n\"http://www.w3.org/1999/02/22-rdf-syntax-ns#type\",\n\"https://schema.org/Place\"],\n [{\n 'v': 55,\n 'f': \"55\",\n },\n\"t1902405\",\n\"https://schema.org/latitude\",\n\"-82.39955\"],\n [{\n 'v': 56,\n 'f': \"56\",\n },\n\"t1902405\",\n\"https://schema.org/longitude\",\n\"-136.404633\"],\n [{\n 'v': 57,\n 'f': \"57\",\n },\n\"t1902405\",\n\"http://www.w3.org/1999/02/22-rdf-syntax-ns#type\",\n\"https://schema.org/GeoCoordinates\"]],\n columns: [[\"number\", \"index\"], [\"string\", \"s\"], [\"string\", \"p\"], [\"string\", \"o\"]],\n columnOptions: [{\"width\": \"1px\", \"className\": \"index_column\"}],\n rowsPerPage: 25,\n helpUrl: \"https://colab.research.google.com/notebooks/data_table.ipynb\",\n suppressOutputScrolling: true,\n minimumWidth: undefined,\n });\n "
},
"metadata": {},
"execution_count": 6
}
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "d66ee3dc",
"metadata": {
"papermill": {},
"tags": [],
"id": "d66ee3dc",
"outputId": "c64d14d5-35ee-4645-ba68-4f47efe302f3",
"colab": {
"base_uri": "https://localhost:8080/"
}
},
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"total 136\n",
"drwxr-xr-x 1 root root 4096 Nov 8 20:40 .\n",
"drwxr-xr-x 1 root root 4096 Nov 8 20:38 ..\n",
"-rw-r--r-- 1 root root 5835 Nov 8 20:40 .all.nt\n",
"-rw-r--r-- 1 root root 11670 Nov 8 20:40 c63f6353260af5e5be4d9366088ead3cb0dd6e52.nt\n",
"drwxr-xr-x 4 root root 4096 Nov 7 14:36 .config\n",
"-rw-r--r-- 1 root root 7608 Nov 8 20:40 log\n",
"-rw-r--r-- 1 root root 43092 Nov 8 20:40 N5028PFH\n",
"-rw-r--r-- 1 root root 43092 Nov 8 20:40 N5028PFH.1\n",
"drwxr-xr-x 1 root root 4096 Nov 7 14:37 sample_data\n",
"-rw-r--r-- 1 root root 2244 Nov 8 20:40 sparql-query.txt\n"
]
}
],
"source": [
"!ls -la "
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "a0f5a72b",
"metadata": {
"papermill": {},
"tags": [],
"id": "a0f5a72b",
"outputId": "a3cecd7c-81b7-4c05-f657-35e4bfe14e92",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 1000
}
},
"outputs": [
{
"output_type": "display_data",
"data": {
"text/plain": [
"<IPython.core.display.SVG object>"
],
"image/svg+xml": "<svg height=\"1930pt\" viewBox=\"0.00 0.00 7321.62 1930.21\" width=\"7322pt\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n<g class=\"graph\" id=\"graph0\" transform=\"scale(1 1) rotate(0) translate(4 1926.2075)\">\n<title>%3</title>\n<polygon fill=\"#ffffff\" points=\"-4,4 -4,-1926.2075 7317.6205,-1926.2075 7317.6205,4 -4,4\" stroke=\"transparent\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"3656.8103\" y=\"-22.8\">Model:</text>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"3656.8103\" y=\"-7.8\">(Unknown)</text>\n<!-- Rdoi:10.7265/N5028PFH -->\n<g class=\"node\" id=\"node1\">\n<title>Rdoi:10.7265/N5028PFH</title>\n<ellipse cx=\"3259.7809\" cy=\"-1741.2075\" fill=\"none\" rx=\"103.1819\" ry=\"18\" stroke=\"#0000ff\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"3259.7809\" y=\"-1737.5075\">doi:10.7265/N5028PFH</text>\n</g>\n<!-- Rhttp://purl.org/spar/datacite/Identifier -->\n<g class=\"node\" id=\"node2\">\n<title>Rhttp://purl.org/spar/datacite/Identifier</title>\n<ellipse cx=\"6502.0133\" cy=\"-1904.2075\" fill=\"none\" rx=\"146.774\" ry=\"18\" stroke=\"#0000ff\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6502.0133\" y=\"-1900.5075\">http://purl.org/spar/datacite/Identifier</text>\n</g>\n<!-- Rdoi:10.7265/N5028PFH&#45;&gt;Rhttp://purl.org/spar/datacite/Identifier -->\n<g class=\"edge\" id=\"edge1\">\n<title>Rdoi:10.7265/N5028PFH-&gt;Rhttp://purl.org/spar/datacite/Identifier</title>\n<path d=\"M3359.4754,-1746.2195C3826.701,-1769.7088 5800.2408,-1868.9266 6355.8855,-1896.861\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6355.7979,-1900.361 6365.9611,-1897.3676 6356.1495,-1893.3698 6355.7979,-1900.361\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6138.7809\" y=\"-1896.0075\">https://schema.org/additionalType</text>\n</g>\n<!-- Rhttp://schema.geolink.org/1.0/base/main#Identifier -->\n<g class=\"node\" id=\"node3\">\n<title>Rhttp://schema.geolink.org/1.0/base/main#Identifier</title>\n<ellipse cx=\"6502.0133\" cy=\"-1850.2075\" fill=\"none\" rx=\"198.4651\" ry=\"18\" stroke=\"#0000ff\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6502.0133\" y=\"-1846.5075\">http://schema.geolink.org/1.0/base/main#Identifier</text>\n</g>\n<!-- Rdoi:10.7265/N5028PFH&#45;&gt;Rhttp://schema.geolink.org/1.0/base/main#Identifier -->\n<g class=\"edge\" id=\"edge2\">\n<title>Rdoi:10.7265/N5028PFH-&gt;Rhttp://schema.geolink.org/1.0/base/main#Identifier</title>\n<path d=\"M3361.2677,-1744.6193C3818.443,-1759.989 5690.9508,-1822.9405 6305.5674,-1843.6032\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6305.7467,-1847.1111 6315.8587,-1843.9492 6305.982,-1840.1151 6305.7467,-1847.1111\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6138.7809\" y=\"-1846.0075\">https://schema.org/additionalType</text>\n</g>\n<!-- Rhttp://purl.org/spar/datacite/doi -->\n<g class=\"node\" id=\"node4\">\n<title>Rhttp://purl.org/spar/datacite/doi</title>\n<ellipse cx=\"6502.0133\" cy=\"-1796.2075\" fill=\"none\" rx=\"125.3778\" ry=\"18\" stroke=\"#0000ff\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6502.0133\" y=\"-1792.5075\">http://purl.org/spar/datacite/doi</text>\n</g>\n<!-- Rdoi:10.7265/N5028PFH&#45;&gt;Rhttp://purl.org/spar/datacite/doi -->\n<g class=\"edge\" id=\"edge3\">\n<title>Rdoi:10.7265/N5028PFH-&gt;Rhttp://purl.org/spar/datacite/doi</title>\n<path d=\"M3363.0747,-1742.9597C3840.0214,-1751.0504 5828.9126,-1784.7892 6367.184,-1793.9203\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6367.2635,-1797.422 6377.3214,-1794.0922 6367.3823,-1790.423 6367.2635,-1797.422\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6138.7809\" y=\"-1796.0075\">https://schema.org/propertyID</text>\n</g>\n<!-- Rhttp://dx.doi.org/10.7265/N5028PFH -->\n<g class=\"node\" id=\"node5\">\n<title>Rhttp://dx.doi.org/10.7265/N5028PFH</title>\n<ellipse cx=\"6502.0133\" cy=\"-1572.2075\" fill=\"none\" rx=\"152.9733\" ry=\"18\" stroke=\"#0000ff\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6502.0133\" y=\"-1568.5075\">http://dx.doi.org/10.7265/N5028PFH</text>\n</g>\n<!-- Rdoi:10.7265/N5028PFH&#45;&gt;Rhttp://dx.doi.org/10.7265/N5028PFH -->\n<g class=\"edge\" id=\"edge4\">\n<title>Rdoi:10.7265/N5028PFH-&gt;Rhttp://dx.doi.org/10.7265/N5028PFH</title>\n<path d=\"M3362.9325,-1739.2642C3886.1137,-1729.224 6223.9464,-1682.0796 6285.7809,-1640.2075 6302.2592,-1629.0489 6287.8928,-1611.1916 6303.7809,-1599.2075 6315.3838,-1590.4555 6328.4899,-1583.8432 6342.2976,-1578.905\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6343.5408,-1582.181 6351.959,-1575.748 6341.3665,-1575.5272 6343.5408,-1582.181\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6138.7809\" y=\"-1670.0075\">https://schema.org/url</text>\n</g>\n<!-- L10.7265/N5028PFH -->\n<g class=\"node\" id=\"node6\">\n<title>L10.7265/N5028PFH</title>\n<polygon fill=\"none\" points=\"6433.5133,-1723.2075 6433.5133,-1759.2075 6570.5133,-1759.2075 6570.5133,-1723.2075 6433.5133,-1723.2075\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6502.0133\" y=\"-1737.5075\">10.7265/N5028PFH</text>\n</g>\n<!-- Rdoi:10.7265/N5028PFH&#45;&gt;L10.7265/N5028PFH -->\n<g class=\"edge\" id=\"edge5\">\n<title>Rdoi:10.7265/N5028PFH-&gt;L10.7265/N5028PFH</title>\n<path d=\"M3363.5287,-1741.2075C3859.9231,-1741.2075 5986.5011,-1741.2075 6423.3736,-1741.2075\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6423.3776,-1744.7076 6433.3776,-1741.2075 6423.3775,-1737.7076 6423.3776,-1744.7076\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6138.7809\" y=\"-1745.0075\">https://schema.org/value</text>\n</g>\n<!-- Rhttps://schema.org/PropertyValue -->\n<g class=\"node\" id=\"node7\">\n<title>Rhttps://schema.org/PropertyValue</title>\n<ellipse cx=\"6502.0133\" cy=\"-1686.2075\" fill=\"none\" rx=\"133.7763\" ry=\"18\" stroke=\"#0000ff\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6502.0133\" y=\"-1682.5075\">https://schema.org/PropertyValue</text>\n</g>\n<!-- Rdoi:10.7265/N5028PFH&#45;&gt;Rhttps://schema.org/PropertyValue -->\n<g class=\"edge\" id=\"edge6\">\n<title>Rdoi:10.7265/N5028PFH-&gt;Rhttps://schema.org/PropertyValue</title>\n<path d=\"M3363.0747,-1739.4552C3837.4724,-1731.4077 5807.6962,-1697.9856 6358.4296,-1688.6432\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6358.8705,-1692.1363 6368.8097,-1688.4671 6358.7517,-1685.1373 6358.8705,-1692.1363\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6138.7809\" y=\"-1699.0075\">http://www.w3.org/1999/02/22-rdf-syntax-ns#type</text>\n</g>\n<!-- RDOI:10.7265/N5028PFH -->\n<g class=\"node\" id=\"node8\">\n<title>RDOI:10.7265/N5028PFH</title>\n<ellipse cx=\"107.8904\" cy=\"-825.2075\" fill=\"none\" rx=\"107.781\" ry=\"18\" stroke=\"#0000ff\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"107.8904\" y=\"-821.5075\">DOI:10.7265/N5028PFH</text>\n</g>\n<!-- RDOI:10.7265/N5028PFH&#45;&gt;Rdoi:10.7265/N5028PFH -->\n<g class=\"edge\" id=\"edge11\">\n<title>RDOI:10.7265/N5028PFH-&gt;Rdoi:10.7265/N5028PFH</title>\n<path d=\"M109.5975,-843.4559C120.0543,-953.3783 176.8839,-1524.3255 233.7809,-1575.2075 676.14,-1970.802 2688.5868,-1798.1051 3160.5258,-1751.4864\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"3161.1136,-1754.9453 3170.7193,-1750.4753 3160.4226,-1747.9795 3161.1136,-1754.9453\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"380.7809\" y=\"-1720.0075\">https://schema.org/identifier</text>\n</g>\n<!-- Rhttp://schema.geolink.org/1.0/base/main#Dataset -->\n<g class=\"node\" id=\"node9\">\n<title>Rhttp://schema.geolink.org/1.0/base/main#Dataset</title>\n<ellipse cx=\"3259.7809\" cy=\"-1345.2075\" fill=\"none\" rx=\"191.9663\" ry=\"18\" stroke=\"#0000ff\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"3259.7809\" y=\"-1341.5075\">http://schema.geolink.org/1.0/base/main#Dataset</text>\n</g>\n<!-- RDOI:10.7265/N5028PFH&#45;&gt;Rhttp://schema.geolink.org/1.0/base/main#Dataset -->\n<g class=\"edge\" id=\"edge7\">\n<title>RDOI:10.7265/N5028PFH-&gt;Rhttp://schema.geolink.org/1.0/base/main#Dataset</title>\n<path d=\"M109.7959,-843.3058C118.6403,-923.528 158.4861,-1245.7384 233.7809,-1306.2075 343.9921,-1394.7179 2407.892,-1361.9645 3062.4081,-1349.2888\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"3062.4841,-1352.7881 3072.4142,-1349.0944 3062.3481,-1345.7894 3062.4841,-1352.7881\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"380.7809\" y=\"-1349.0075\">https://schema.org/additionalType</text>\n</g>\n<!-- Rhttp://vivoweb.org/ontology/core#Dataset -->\n<g class=\"node\" id=\"node10\">\n<title>Rhttp://vivoweb.org/ontology/core#Dataset</title>\n<ellipse cx=\"3259.7809\" cy=\"-1291.2075\" fill=\"none\" rx=\"167.0704\" ry=\"18\" stroke=\"#0000ff\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"3259.7809\" y=\"-1287.5075\">http://vivoweb.org/ontology/core#Dataset</text>\n</g>\n<!-- RDOI:10.7265/N5028PFH&#45;&gt;Rhttp://vivoweb.org/ontology/core#Dataset -->\n<g class=\"edge\" id=\"edge8\">\n<title>RDOI:10.7265/N5028PFH-&gt;Rhttp://vivoweb.org/ontology/core#Dataset</title>\n<path d=\"M110.4944,-843.3319C121.5342,-917.4274 166.9938,-1195.8597 233.7809,-1248.2075 346.3568,-1336.4446 2457.5421,-1305.6683 3085.2126,-1294.5163\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"3085.3147,-1298.0151 3095.2507,-1294.3374 3085.1899,-1291.0163 3085.3147,-1298.0151\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"380.7809\" y=\"-1291.0075\">https://schema.org/additionalType</text>\n</g>\n<!-- LEngelhardt, Hermann (2013), Videos of Basal Ice in Boreholes on the Kamb Ice Stream in West Antarctica. U.S. Antarctic Program (USAP) Data Center. doi:10.7265/N5028PFH -->\n<g class=\"node\" id=\"node11\">\n<title>LEngelhardt, Hermann (2013), Videos of Basal Ice in Boreholes on the Kamb Ice Stream in West Antarctica. U.S. Antarctic Program (USAP) Data Center. doi:10.7265/N5028PFH</title>\n<polygon fill=\"none\" points=\"2739.7809,-1218.2075 2739.7809,-1254.2075 3779.7809,-1254.2075 3779.7809,-1218.2075 2739.7809,-1218.2075\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"3259.7809\" y=\"-1232.5075\">Engelhardt, Hermann (2013), Videos of Basal Ice in Boreholes on the Kamb Ice Stream in West Antarctica. U.S. Antarctic Program (USAP) Data Center. doi:10.7265/N5028PFH</text>\n</g>\n<!-- RDOI:10.7265/N5028PFH&#45;&gt;LEngelhardt, Hermann (2013), Videos of Basal Ice in Boreholes on the Kamb Ice Stream in West Antarctica. U.S. Antarctic Program (USAP) Data Center. doi:10.7265/N5028PFH -->\n<g class=\"edge\" id=\"edge9\">\n<title>RDOI:10.7265/N5028PFH-&gt;LEngelhardt, Hermann (2013), Videos of Basal Ice in Boreholes on the Kamb Ice Stream in West Antarctica. U.S. Antarctic Program (USAP) Data Center. doi:10.7265/N5028PFH</title>\n<path d=\"M111.4323,-843.6186C124.9103,-911.6166 175.2053,-1146.9573 233.7809,-1191.2075 331.3643,-1264.9256 1888.0919,-1255.2082 2729.5542,-1244.4325\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"2729.7749,-1247.93 2739.7291,-1244.3017 2729.6849,-1240.9306 2729.7749,-1247.93\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"380.7809\" y=\"-1233.0075\">https://schema.org/citation</text>\n</g>\n<!-- LAbstract: This data set is a collection of video data of basal ice taken in a borehole on the Kamb Ice Stream in West Antarctica. Ice streams are an expression of the inherent instability of the West Antarctic Ice Sheet, and their behavior is a key control on the overall ice&#45;sheet mass balance. Understanding the response of the ice sheet in a warming climate requires a thorough understanding of the internal dynamics of ice streams, in addition to the relevant ice&#45;atmosphere and ice&#45;ocean interactions in the region. The basal environment of the ice streams and of many glaciers is a key scientific interest, including conditions, mainly basal sliding, that lead to fast flow of the ice. The purpose of this data set is to present a review of the full range of original video recordings from the basal ice of the Kamb Ice Stream. Direct observations at the ice&#45;stream bed are a crucial complement to modeling efforts predicting future scenarios in a warming climate. -->\n<g class=\"node\" id=\"node12\">\n<title>LAbstract: This data set is a collection of video data of basal ice taken in a borehole on the Kamb Ice Stream in West Antarctica. Ice streams are an expression of the inherent instability of the West Antarctic Ice Sheet, and their behavior is a key control on the overall ice-sheet mass balance. Understanding the response of the ice sheet in a warming climate requires a thorough understanding of the internal dynamics of ice streams, in addition to the relevant ice-atmosphere and ice-ocean interactions in the region. The basal environment of the ice streams and of many glaciers is a key scientific interest, including conditions, mainly basal sliding, that lead to fast flow of the ice. The purpose of this data set is to present a review of the full range of original video recordings from the basal ice of the Kamb Ice Stream. Direct observations at the ice-stream bed are a crucial complement to modeling efforts predicting future scenarios in a warming climate.</title>\n<polygon fill=\"none\" points=\"545.7809,-1163.2075 545.7809,-1199.2075 5973.7809,-1199.2075 5973.7809,-1163.2075 545.7809,-1163.2075\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"3259.7809\" y=\"-1177.5075\">Abstract: This data set is a collection of video data of basal ice taken in a borehole on the Kamb Ice Stream in West Antarctica. Ice streams are an expression of the inherent instability of the West Antarctic Ice Sheet, and their behavior is a key control on the overall ice-sheet mass balance. Understanding the response of the ice sheet in a warming climate requires a thorough understanding of the internal dynamics of ice streams, in addition to the relevant ice-atmosphere and ice-ocean interactions in the region. The basal environment of the ice streams and of many glaciers is a key scientific interest, including conditions, mainly basal sliding, that lead to fast flow of the ice. The purpose of this data set is to present a review of the full range of original video recordings from the basal ice of the Kamb Ice Stream. Direct observations at the ice-stream bed are a crucial complement to modeling efforts predicting future scenarios in a warming climate.</text>\n</g>\n<!-- RDOI:10.7265/N5028PFH&#45;&gt;LAbstract: This data set is a collection of video data of basal ice taken in a borehole on the Kamb Ice Stream in West Antarctica. Ice streams are an expression of the inherent instability of the West Antarctic Ice Sheet, and their behavior is a key control on the overall ice&#45;sheet mass balance. Understanding the response of the ice sheet in a warming climate requires a thorough understanding of the internal dynamics of ice streams, in addition to the relevant ice&#45;atmosphere and ice&#45;ocean interactions in the region. The basal environment of the ice streams and of many glaciers is a key scientific interest, including conditions, mainly basal sliding, that lead to fast flow of the ice. The purpose of this data set is to present a review of the full range of original video recordings from the basal ice of the Kamb Ice Stream. Direct observations at the ice&#45;stream bed are a crucial complement to modeling efforts predicting future scenarios in a warming climate. -->\n<g class=\"edge\" id=\"edge10\">\n<title>RDOI:10.7265/N5028PFH-&gt;LAbstract: This data set is a collection of video data of basal ice taken in a borehole on the Kamb Ice Stream in West Antarctica. Ice streams are an expression of the inherent instability of the West Antarctic Ice Sheet, and their behavior is a key control on the overall ice-sheet mass balance. Understanding the response of the ice sheet in a warming climate requires a thorough understanding of the internal dynamics of ice streams, in addition to the relevant ice-atmosphere and ice-ocean interactions in the region. The basal environment of the ice streams and of many glaciers is a key scientific interest, including conditions, mainly basal sliding, that lead to fast flow of the ice. The purpose of this data set is to present a review of the full range of original video recordings from the basal ice of the Kamb Ice Stream. Direct observations at the ice-stream bed are a crucial complement to modeling efforts predicting future scenarios in a warming climate.</title>\n<path d=\"M109.0826,-843.2123C113.7306,-897.3318 135.6308,-1059.1751 233.7809,-1130.2075 346.4204,-1211.7261 406.8602,-1147.3762 545.7809,-1153.2075 630.9201,-1156.7812 717.5741,-1159.9898 805.104,-1162.8669\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"805.1188,-1166.3692 815.228,-1163.1981 805.3478,-1159.3729 805.1188,-1166.3692\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"380.7809\" y=\"-1176.0075\">https://schema.org/description</text>\n</g>\n<!-- LAntarctica -->\n<g class=\"node\" id=\"node13\">\n<title>LAntarctica</title>\n<polygon fill=\"none\" points=\"3222.7809,-1108.2075 3222.7809,-1144.2075 3296.7809,-1144.2075 3296.7809,-1108.2075 3222.7809,-1108.2075\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"3259.7809\" y=\"-1122.5075\">Antarctica</text>\n</g>\n<!-- RDOI:10.7265/N5028PFH&#45;&gt;LAntarctica -->\n<g class=\"edge\" id=\"edge12\">\n<title>RDOI:10.7265/N5028PFH-&gt;LAntarctica</title>\n<path d=\"M111.1063,-843.2097C120.4682,-889.7578 152.3834,-1014.2844 233.7809,-1069.2075 349.2233,-1147.1024 406.7011,-1091.0386 545.7809,-1098.2075 1624.8768,-1153.8295 2948.3936,-1132.2711 3212.6243,-1127.1715\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"3212.7143,-1130.6706 3222.6441,-1126.9762 3212.5777,-1123.6719 3212.7143,-1130.6706\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"380.7809\" y=\"-1115.0075\">https://schema.org/keywords</text>\n</g>\n<!-- LAntarctic Glaciology -->\n<g class=\"node\" id=\"node14\">\n<title>LAntarctic Glaciology</title>\n<polygon fill=\"none\" points=\"3191.7809,-1053.2075 3191.7809,-1089.2075 3327.7809,-1089.2075 3327.7809,-1053.2075 3191.7809,-1053.2075\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"3259.7809\" y=\"-1067.5075\">Antarctic Glaciology</text>\n</g>\n<!-- RDOI:10.7265/N5028PFH&#45;&gt;LAntarctic Glaciology -->\n<g class=\"edge\" id=\"edge13\">\n<title>RDOI:10.7265/N5028PFH-&gt;LAntarctic Glaciology</title>\n<path d=\"M114.224,-843.1982C128.6813,-881.2939 168.0348,-969.8282 233.7809,-1009.2075 353.4454,-1080.8817 406.5395,-1034.9224 545.7809,-1043.2075 1586.9363,-1105.1576 2856.6209,-1080.9119 3181.2858,-1073.2127\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"3181.613,-1076.7059 3191.5265,-1072.9678 3181.4457,-1069.7079 3181.613,-1076.7059\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"380.7809\" y=\"-1054.0075\">https://schema.org/keywords</text>\n</g>\n<!-- LCryosphere -->\n<g class=\"node\" id=\"node15\">\n<title>LCryosphere</title>\n<polygon fill=\"none\" points=\"3218.2809,-998.2075 3218.2809,-1034.2075 3301.2809,-1034.2075 3301.2809,-998.2075 3218.2809,-998.2075\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"3259.7809\" y=\"-1012.5075\">Cryosphere</text>\n</g>\n<!-- RDOI:10.7265/N5028PFH&#45;&gt;LCryosphere -->\n<g class=\"edge\" id=\"edge14\">\n<title>RDOI:10.7265/N5028PFH-&gt;LCryosphere</title>\n<path d=\"M119.6939,-843.1422C139.4908,-871.5487 182.3176,-926.2249 233.7809,-951.2075 359.4,-1012.1886 406.43,-979.252 545.7809,-988.2075 1618.2348,-1057.1295 2933.868,-1025.471 3208.2022,-1017.7418\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"3208.3691,-1021.2386 3218.2656,-1017.4558 3208.1702,-1014.2414 3208.3691,-1021.2386\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"380.7809\" y=\"-994.0075\">https://schema.org/keywords</text>\n</g>\n<!-- LGlaciers/Ice Sheet -->\n<g class=\"node\" id=\"node16\">\n<title>LGlaciers/Ice Sheet</title>\n<polygon fill=\"none\" points=\"3200.7809,-943.2075 3200.7809,-979.2075 3318.7809,-979.2075 3318.7809,-943.2075 3200.7809,-943.2075\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"3259.7809\" y=\"-957.5075\">Glaciers/Ice Sheet</text>\n</g>\n<!-- RDOI:10.7265/N5028PFH&#45;&gt;LGlaciers/Ice Sheet -->\n<g class=\"edge\" id=\"edge15\">\n<title>RDOI:10.7265/N5028PFH-&gt;LGlaciers/Ice Sheet</title>\n<path d=\"M132.5437,-843.0426C156.9736,-859.7356 196.0953,-883.8953 233.7809,-896.2075 366.5148,-939.5728 406.43,-924.252 545.7809,-933.2075 1596.5783,-1000.7377 2880.8328,-971.7085 3190.3197,-963.2383\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"3190.5865,-966.7323 3200.4861,-962.9578 3190.3934,-959.735 3190.5865,-966.7323\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"380.7809\" y=\"-936.0075\">https://schema.org/keywords</text>\n</g>\n<!-- LGlaciology -->\n<g class=\"node\" id=\"node17\">\n<title>LGlaciology</title>\n<polygon fill=\"none\" points=\"3219.7809,-888.2075 3219.7809,-924.2075 3299.7809,-924.2075 3299.7809,-888.2075 3219.7809,-888.2075\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"3259.7809\" y=\"-902.5075\">Glaciology</text>\n</g>\n<!-- RDOI:10.7265/N5028PFH&#45;&gt;LGlaciology -->\n<g class=\"edge\" id=\"edge16\">\n<title>RDOI:10.7265/N5028PFH-&gt;LGlaciology</title>\n<path d=\"M177.6385,-839.0395C195.8616,-842.3542 215.5162,-845.6656 233.7809,-848.2075 371.7573,-867.4097 406.6709,-870.8155 545.7809,-878.2075 1620.1437,-935.2967 2936.9876,-912.8242 3209.1511,-907.2981\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"3209.5707,-910.7903 3219.4968,-907.0859 3209.4271,-903.7918 3209.5707,-910.7903\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"380.7809\" y=\"-881.0075\">https://schema.org/keywords</text>\n</g>\n<!-- LPhoto/Video -->\n<g class=\"node\" id=\"node18\">\n<title>LPhoto/Video</title>\n<polygon fill=\"none\" points=\"3215.2809,-833.2075 3215.2809,-869.2075 3304.2809,-869.2075 3304.2809,-833.2075 3215.2809,-833.2075\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"3259.7809\" y=\"-847.5075\">Photo/Video</text>\n</g>\n<!-- RDOI:10.7265/N5028PFH&#45;&gt;LPhoto/Video -->\n<g class=\"edge\" id=\"edge17\">\n<title>RDOI:10.7265/N5028PFH-&gt;LPhoto/Video</title>\n<path d=\"M215.9293,-826.0987C720.6264,-830.2619 2837.0524,-847.7204 3205.0958,-850.7564\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"3205.1935,-854.2572 3215.2221,-850.8399 3205.2513,-847.2574 3205.1935,-854.2572\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"380.7809\" y=\"-833.0075\">https://schema.org/keywords</text>\n</g>\n<!-- LKamb Ice Stream -->\n<g class=\"node\" id=\"node19\">\n<title>LKamb Ice Stream</title>\n<polygon fill=\"none\" points=\"6444.0133,-775.2075 6444.0133,-811.2075 6560.0133,-811.2075 6560.0133,-775.2075 6444.0133,-775.2075\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6502.0133\" y=\"-789.5075\">Kamb Ice Stream</text>\n</g>\n<!-- RDOI:10.7265/N5028PFH&#45;&gt;LKamb Ice Stream -->\n<g class=\"edge\" id=\"edge18\">\n<title>RDOI:10.7265/N5028PFH-&gt;LKamb Ice Stream</title>\n<path d=\"M211.8173,-820.1104C300.522,-816.0145 431.4952,-810.569 545.7809,-808.2075 2969.0355,-758.1342 5948.0172,-787.1796 6433.6605,-792.4397\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6433.6303,-795.9395 6443.6678,-792.5486 6433.7065,-788.9399 6433.6303,-795.9395\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"3259.7809\" y=\"-812.0075\">https://schema.org/keywords</text>\n</g>\n<!-- LBorehole Video -->\n<g class=\"node\" id=\"node20\">\n<title>LBorehole Video</title>\n<polygon fill=\"none\" points=\"3206.2809,-618.2075 3206.2809,-654.2075 3313.2809,-654.2075 3313.2809,-618.2075 3206.2809,-618.2075\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"3259.7809\" y=\"-632.5075\">Borehole Video</text>\n</g>\n<!-- RDOI:10.7265/N5028PFH&#45;&gt;LBorehole Video -->\n<g class=\"edge\" id=\"edge19\">\n<title>RDOI:10.7265/N5028PFH-&gt;LBorehole Video</title>\n<path d=\"M117.8745,-807.1579C136.1968,-776.0568 178.4423,-713.1183 233.7809,-686.2075 358.7939,-625.4144 406.8831,-669.8159 545.7809,-664.2075 1604.3486,-621.4643 2896.9334,-632.2027 3195.9686,-635.4509\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"3196.1472,-638.953 3206.1851,-635.5632 3196.2242,-631.9534 3196.1472,-638.953\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"380.7809\" y=\"-690.0075\">https://schema.org/keywords</text>\n</g>\n<!-- LCreative Commons Attribution&#45;NonCommercial&#45;Share Alike 3.0 United States [CC BY&#45;NC&#45;SA 3.0] -->\n<g class=\"node\" id=\"node21\">\n<title>LCreative Commons Attribution-NonCommercial-Share Alike 3.0 United States [CC BY-NC-SA 3.0]</title>\n<polygon fill=\"none\" points=\"2963.7809,-563.2075 2963.7809,-599.2075 3555.7809,-599.2075 3555.7809,-563.2075 2963.7809,-563.2075\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"3259.7809\" y=\"-577.5075\">Creative Commons Attribution-NonCommercial-Share Alike 3.0 United States [CC BY-NC-SA 3.0]</text>\n</g>\n<!-- RDOI:10.7265/N5028PFH&#45;&gt;LCreative Commons Attribution&#45;NonCommercial&#45;Share Alike 3.0 United States [CC BY&#45;NC&#45;SA 3.0] -->\n<g class=\"edge\" id=\"edge20\">\n<title>RDOI:10.7265/N5028PFH-&gt;LCreative Commons Attribution-NonCommercial-Share Alike 3.0 United States [CC BY-NC-SA 3.0]</title>\n<path d=\"M113.7654,-807.1246C127.5615,-767.9248 166.0792,-675.4204 233.7809,-635.2075 353.448,-564.1285 406.7571,-614.9046 545.7809,-608.2075 1418.2881,-566.1762 2450.3282,-570.8598 2953.326,-576.6423\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"2953.597,-580.1456 2963.6369,-576.7619 2953.6782,-573.1461 2953.597,-580.1456\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"380.7809\" y=\"-639.0075\">https://schema.org/license</text>\n</g>\n<!-- LVideos of Basal Ice in Boreholes on the Kamb Ice Stream in West Antarctica -->\n<g class=\"node\" id=\"node22\">\n<title>LVideos of Basal Ice in Boreholes on the Kamb Ice Stream in West Antarctica</title>\n<polygon fill=\"none\" points=\"3033.2809,-508.2075 3033.2809,-544.2075 3486.2809,-544.2075 3486.2809,-508.2075 3033.2809,-508.2075\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"3259.7809\" y=\"-522.5075\">Videos of Basal Ice in Boreholes on the Kamb Ice Stream in West Antarctica</text>\n</g>\n<!-- RDOI:10.7265/N5028PFH&#45;&gt;LVideos of Basal Ice in Boreholes on the Kamb Ice Stream in West Antarctica -->\n<g class=\"edge\" id=\"edge21\">\n<title>RDOI:10.7265/N5028PFH-&gt;LVideos of Basal Ice in Boreholes on the Kamb Ice Stream in West Antarctica</title>\n<path d=\"M110.9912,-806.9311C120.0752,-759.6835 151.3773,-633.345 233.7809,-578.2075 349.3974,-500.8465 406.8103,-559.4588 545.7809,-553.2075 1460.7738,-512.0483 2550.9563,-517.8266 3022.7756,-522.9931\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"3023.0798,-526.4966 3033.1179,-523.1074 3023.1572,-519.497 3023.0798,-526.4966\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"380.7809\" y=\"-582.0075\">https://schema.org/name</text>\n</g>\n<!-- B_:Bt1902402 -->\n<g class=\"node\" id=\"node23\">\n<title>B_:Bt1902402</title>\n<ellipse cx=\"3259.7809\" cy=\"-471.2075\" fill=\"none\" rx=\"18\" ry=\"18\" stroke=\"#00ff00\"/>\n</g>\n<!-- RDOI:10.7265/N5028PFH&#45;&gt;B_:Bt1902402 -->\n<g class=\"edge\" id=\"edge22\">\n<title>RDOI:10.7265/N5028PFH-&gt;B_:Bt1902402</title>\n<path d=\"M109.0408,-807.1172C113.5704,-752.7454 135.17,-590.1815 233.7809,-519.2075 346.5822,-438.02 406.9038,-503.5676 545.7809,-498.2075 1654.23,-455.4254 3019.1004,-468.4945 3231.4538,-470.8732\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"3231.6983,-474.3761 3241.7375,-470.9902 3231.778,-467.3765 3231.6983,-474.3761\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"380.7809\" y=\"-523.0075\">https://schema.org/publisher</text>\n</g>\n<!-- B_:Bt1902403 -->\n<g class=\"node\" id=\"node24\">\n<title>B_:Bt1902403</title>\n<ellipse cx=\"3259.7809\" cy=\"-745.2075\" fill=\"none\" rx=\"18\" ry=\"18\" stroke=\"#00ff00\"/>\n</g>\n<!-- RDOI:10.7265/N5028PFH&#45;&gt;B_:Bt1902403 -->\n<g class=\"edge\" id=\"edge23\">\n<title>RDOI:10.7265/N5028PFH-&gt;B_:Bt1902403</title>\n<path d=\"M138.0216,-807.8965C162.8237,-794.6847 199.3744,-777.5438 233.7809,-770.2075 542.7532,-704.3268 2942.4944,-740.1761 3231.3582,-744.7487\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"3231.3909,-748.2496 3241.4454,-744.9093 3231.5024,-741.2505 3231.3909,-748.2496\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"380.7809\" y=\"-774.0075\">https://schema.org/spatialCoverage</text>\n</g>\n<!-- B_:Bt1902404 -->\n<g class=\"node\" id=\"node25\">\n<title>B_:Bt1902404</title>\n<ellipse cx=\"3259.7809\" cy=\"-691.2075\" fill=\"none\" rx=\"18\" ry=\"18\" stroke=\"#00ff00\"/>\n</g>\n<!-- RDOI:10.7265/N5028PFH&#45;&gt;B_:Bt1902404 -->\n<g class=\"edge\" id=\"edge24\">\n<title>RDOI:10.7265/N5028PFH-&gt;B_:Bt1902404</title>\n<path d=\"M123.6493,-807.31C145.6075,-783.8361 187.908,-743.7007 233.7809,-727.2075 364.3238,-680.2716 407.0826,-720.8976 545.7809,-718.2075 1654.8467,-696.6965 3019.1996,-691.9157 3231.4658,-691.2859\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"3231.7555,-694.7851 3241.7452,-691.256 3231.7351,-687.7852 3231.7555,-694.7851\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"380.7809\" y=\"-731.0075\">https://schema.org/spatialCoverage</text>\n</g>\n<!-- L1 -->\n<g class=\"node\" id=\"node26\">\n<title>L1</title>\n<polygon fill=\"none\" points=\"3232.7809,-344.2075 3232.7809,-380.2075 3286.7809,-380.2075 3286.7809,-344.2075 3232.7809,-344.2075\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"3259.7809\" y=\"-358.5075\">1</text>\n</g>\n<!-- RDOI:10.7265/N5028PFH&#45;&gt;L1 -->\n<g class=\"edge\" id=\"edge25\">\n<title>RDOI:10.7265/N5028PFH-&gt;L1</title>\n<path d=\"M110.5039,-807.1617C121.5809,-733.3887 167.1668,-456.1783 233.7809,-404.2075 357.4532,-307.721 2884.3057,-354.7146 3222.4859,-361.4478\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"3222.437,-364.9474 3232.505,-361.6483 3222.5771,-357.9488 3222.437,-364.9474\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"380.7809\" y=\"-408.0075\">https://schema.org/version</text>\n</g>\n<!-- B_:Bt1902398 -->\n<g class=\"node\" id=\"node27\">\n<title>B_:Bt1902398</title>\n<ellipse cx=\"3259.7809\" cy=\"-307.2075\" fill=\"none\" rx=\"18\" ry=\"18\" stroke=\"#00ff00\"/>\n</g>\n<!-- RDOI:10.7265/N5028PFH&#45;&gt;B_:Bt1902398 -->\n<g class=\"edge\" id=\"edge26\">\n<title>RDOI:10.7265/N5028PFH-&gt;B_:Bt1902398</title>\n<path d=\"M109.8603,-807.0015C118.9111,-727.0402 159.2859,-408.301 233.7809,-348.2075 357.0449,-248.773 2933.0929,-300.2878 3231.6411,-306.6012\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"3231.5849,-310.1007 3241.6571,-306.8141 3231.7338,-303.1022 3231.5849,-310.1007\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"380.7809\" y=\"-352.0075\">https://schema.org/creator</text>\n</g>\n<!-- L2013 -->\n<g class=\"node\" id=\"node28\">\n<title>L2013</title>\n<polygon fill=\"none\" points=\"3232.7809,-234.2075 3232.7809,-270.2075 3286.7809,-270.2075 3286.7809,-234.2075 3232.7809,-234.2075\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"3259.7809\" y=\"-248.5075\">2013</text>\n</g>\n<!-- RDOI:10.7265/N5028PFH&#45;&gt;L2013 -->\n<g class=\"edge\" id=\"edge27\">\n<title>RDOI:10.7265/N5028PFH-&gt;L2013</title>\n<path d=\"M109.2904,-807.1754C116.32,-721.7799 150.7664,-359.3404 233.7809,-291.2075 355.0288,-191.6948 2883.9808,-243.9203 3222.4532,-251.3684\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"3222.4061,-254.8681 3232.481,-251.5901 3222.5609,-247.8698 3222.4061,-254.8681\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"380.7809\" y=\"-295.0075\">https://schema.org/datePublished</text>\n</g>\n<!-- B_:Bt1902399 -->\n<g class=\"node\" id=\"node29\">\n<title>B_:Bt1902399</title>\n<ellipse cx=\"3259.7809\" cy=\"-1532.2075\" fill=\"none\" rx=\"18\" ry=\"18\" stroke=\"#00ff00\"/>\n</g>\n<!-- RDOI:10.7265/N5028PFH&#45;&gt;B_:Bt1902399 -->\n<g class=\"edge\" id=\"edge28\">\n<title>RDOI:10.7265/N5028PFH-&gt;B_:Bt1902399</title>\n<path d=\"M108.8299,-843.4745C113.9577,-935.2639 141.8007,-1344.7883 233.7809,-1422.2075 716.4964,-1828.5065 2954.4832,-1569.5725 3231.6027,-1535.7143\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"3232.152,-1539.1732 3241.6506,-1534.4799 3231.2984,-1532.2255 3232.152,-1539.1732\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"380.7809\" y=\"-1560.0075\">https://schema.org/distribution</text>\n</g>\n<!-- B_:Bt1902400 -->\n<g class=\"node\" id=\"node30\">\n<title>B_:Bt1902400</title>\n<ellipse cx=\"3259.7809\" cy=\"-1399.2075\" fill=\"none\" rx=\"18\" ry=\"18\" stroke=\"#00ff00\"/>\n</g>\n<!-- RDOI:10.7265/N5028PFH&#45;&gt;B_:Bt1902400 -->\n<g class=\"edge\" id=\"edge29\">\n<title>RDOI:10.7265/N5028PFH-&gt;B_:Bt1902400</title>\n<path d=\"M109.2481,-843.4233C116.083,-929.6867 149.7716,-1295.7859 233.7809,-1364.2075 356.574,-1464.2166 2933.0383,-1406.8699 3231.6364,-1399.8778\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"3231.7391,-1403.3765 3241.654,-1399.6421 3231.5744,-1396.3784 3231.7391,-1403.3765\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"380.7809\" y=\"-1407.0075\">https://schema.org/distribution</text>\n</g>\n<!-- Leng -->\n<g class=\"node\" id=\"node31\">\n<title>Leng</title>\n<polygon fill=\"none\" points=\"3232.7809,-179.2075 3232.7809,-215.2075 3286.7809,-215.2075 3286.7809,-179.2075 3232.7809,-179.2075\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"3259.7809\" y=\"-193.5075\">eng</text>\n</g>\n<!-- RDOI:10.7265/N5028PFH&#45;&gt;Leng -->\n<g class=\"edge\" id=\"edge30\">\n<title>RDOI:10.7265/N5028PFH-&gt;Leng</title>\n<path d=\"M108.8546,-807.1141C114.1032,-716.1991 142.4429,-310.5925 233.7809,-234.2075 354.1049,-133.5817 2883.8569,-188.5119 3222.4408,-196.3276\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"3222.3934,-199.8274 3232.4719,-196.5602 3222.5558,-192.8293 3222.3934,-199.8274\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"380.7809\" y=\"-238.0075\">https://schema.org/inLanguage</text>\n</g>\n<!-- B_:Bt1902401 -->\n<g class=\"node\" id=\"node32\">\n<title>B_:Bt1902401</title>\n<ellipse cx=\"3259.7809\" cy=\"-417.2075\" fill=\"none\" rx=\"18\" ry=\"18\" stroke=\"#00ff00\"/>\n</g>\n<!-- RDOI:10.7265/N5028PFH&#45;&gt;B_:Bt1902401 -->\n<g class=\"edge\" id=\"edge31\">\n<title>RDOI:10.7265/N5028PFH-&gt;B_:Bt1902401</title>\n<path d=\"M111.4358,-806.8398C124.9261,-739.0036 175.2593,-504.2314 233.7809,-460.2075 360.3404,-365.0005 2933.4754,-411.0038 3231.6744,-416.6633\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"3231.6136,-420.1627 3241.6786,-416.8543 3231.7473,-413.1639 3231.6136,-420.1627\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"380.7809\" y=\"-464.0075\">https://schema.org/provider</text>\n</g>\n<!-- Rhttps://schema.org/Dataset -->\n<g class=\"node\" id=\"node33\">\n<title>Rhttps://schema.org/Dataset</title>\n<ellipse cx=\"3259.7809\" cy=\"-142.2075\" fill=\"none\" rx=\"107.781\" ry=\"18\" stroke=\"#0000ff\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"3259.7809\" y=\"-138.5075\">https://schema.org/Dataset</text>\n</g>\n<!-- RDOI:10.7265/N5028PFH&#45;&gt;Rhttps://schema.org/Dataset -->\n<g class=\"edge\" id=\"edge32\">\n<title>RDOI:10.7265/N5028PFH-&gt;Rhttps://schema.org/Dataset</title>\n<path d=\"M108.4784,-806.9605C111.9993,-710.4439 133.6664,-260.6724 233.7809,-176.2075 459.7882,14.4713 2628.5239,-103.928 3148.2566,-135.254\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"3148.191,-138.7563 3158.3839,-135.8659 3148.6132,-131.769 3148.191,-138.7563\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"380.7809\" y=\"-180.0075\">http://www.w3.org/1999/02/22-rdf-syntax-ns#type</text>\n</g>\n<!-- LU.S. Antarctic Program (USAP) Data Center -->\n<g class=\"node\" id=\"node44\">\n<title>LU.S. Antarctic Program (USAP) Data Center</title>\n<polygon fill=\"none\" points=\"6366.0133,-483.2075 6366.0133,-519.2075 6638.0133,-519.2075 6638.0133,-483.2075 6366.0133,-483.2075\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6502.0133\" y=\"-497.5075\">U.S. Antarctic Program (USAP) Data Center</text>\n</g>\n<!-- B_:Bt1902402&#45;&gt;LU.S. Antarctic Program (USAP) Data Center -->\n<g class=\"edge\" id=\"edge50\">\n<title>B_:Bt1902402-&gt;LU.S. Antarctic Program (USAP) Data Center</title>\n<path d=\"M3278.0146,-471.3762C3503.5683,-473.4632 5756.1127,-494.3057 6355.9242,-499.8557\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6355.8947,-503.3555 6365.9267,-499.9483 6355.9596,-496.3558 6355.8947,-503.3555\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6138.7809\" y=\"-503.0075\">https://schema.org/name</text>\n</g>\n<!-- Rhttps://schema.org/Organization -->\n<g class=\"node\" id=\"node45\">\n<title>Rhttps://schema.org/Organization</title>\n<ellipse cx=\"6502.0133\" cy=\"-431.2075\" fill=\"none\" rx=\"129.1772\" ry=\"18\" stroke=\"#0000ff\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6502.0133\" y=\"-427.5075\">https://schema.org/Organization</text>\n</g>\n<!-- B_:Bt1902402&#45;&gt;Rhttps://schema.org/Organization -->\n<g class=\"edge\" id=\"edge51\">\n<title>B_:Bt1902402-&gt;Rhttps://schema.org/Organization</title>\n<path d=\"M3277.8354,-471.6026C3462.2723,-475.5314 5023.5756,-506.249 6285.7809,-449.2075 6318.4352,-447.7317 6353.7963,-445.1884 6386.2772,-442.4707\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6386.5911,-445.9567 6396.2589,-441.6226 6385.9985,-438.9818 6386.5911,-445.9567\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6138.7809\" y=\"-465.0075\">http://www.w3.org/1999/02/22-rdf-syntax-ns#type</text>\n</g>\n<!-- B_:Bt1902403&#45;&gt;LKamb Ice Stream -->\n<g class=\"edge\" id=\"edge52\">\n<title>B_:Bt1902403-&gt;LKamb Ice Stream</title>\n<path d=\"M3277.8437,-744.6781C3462.3646,-739.4092 5024.338,-698.0816 6285.7809,-770.2075 6335.5037,-773.0505 6391.4026,-779.0713 6433.9077,-784.2396\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6433.5096,-787.717 6443.8621,-785.4641 6434.3643,-780.7693 6433.5096,-787.717\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6138.7809\" y=\"-774.0075\">https://schema.org/name</text>\n</g>\n<!-- Rhttps://schema.org/Place -->\n<g class=\"node\" id=\"node46\">\n<title>Rhttps://schema.org/Place</title>\n<ellipse cx=\"6502.0133\" cy=\"-720.2075\" fill=\"none\" rx=\"100.9827\" ry=\"18\" stroke=\"#0000ff\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6502.0133\" y=\"-716.5075\">https://schema.org/Place</text>\n</g>\n<!-- B_:Bt1902403&#45;&gt;Rhttps://schema.org/Place -->\n<g class=\"edge\" id=\"edge53\">\n<title>B_:Bt1902403-&gt;Rhttps://schema.org/Place</title>\n<path d=\"M3278.0146,-745.0669C3508.2675,-743.2914 5850.853,-725.2284 6391.2287,-721.0617\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6391.3904,-724.5606 6401.3631,-720.9835 6391.3364,-717.5609 6391.3904,-724.5606\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6138.7809\" y=\"-728.0075\">http://www.w3.org/1999/02/22-rdf-syntax-ns#type</text>\n</g>\n<!-- B_:Bt1902404&#45;&gt;Rhttps://schema.org/Place -->\n<g class=\"edge\" id=\"edge55\">\n<title>B_:Bt1902404-&gt;Rhttps://schema.org/Place</title>\n<path d=\"M3277.8333,-690.7616C3462.249,-686.3131 5023.3836,-651.1525 6285.7809,-703.2075 6324.0407,-704.7851 6366.0238,-707.7918 6402.7353,-710.8433\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6402.6837,-714.3512 6412.9425,-711.704 6403.272,-707.376 6402.6837,-714.3512\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6138.7809\" y=\"-707.0075\">http://www.w3.org/1999/02/22-rdf-syntax-ns#type</text>\n</g>\n<!-- B_:Bt1902405 -->\n<g class=\"node\" id=\"node47\">\n<title>B_:Bt1902405</title>\n<ellipse cx=\"6502.0133\" cy=\"-655.2075\" fill=\"none\" rx=\"18\" ry=\"18\" stroke=\"#00ff00\"/>\n</g>\n<!-- B_:Bt1902404&#45;&gt;B_:Bt1902405 -->\n<g class=\"edge\" id=\"edge54\">\n<title>B_:Bt1902404-&gt;B_:Bt1902405</title>\n<path d=\"M3277.8149,-691.0549C3451.4406,-689.5788 4844.7459,-677.581 5973.7809,-663.2075 6164.7277,-660.7766 6394.4875,-657.008 6473.6207,-655.6857\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6473.8273,-659.1828 6483.7673,-655.5157 6473.71,-652.1838 6473.8273,-659.1828\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6138.7809\" y=\"-667.0075\">https://schema.org/geo</text>\n</g>\n<!-- Rhttp://schema.geolink.org/1.0/base/main#Person -->\n<g class=\"node\" id=\"node34\">\n<title>Rhttp://schema.geolink.org/1.0/base/main#Person</title>\n<ellipse cx=\"6502.0133\" cy=\"-259.2075\" fill=\"none\" rx=\"190.3662\" ry=\"18\" stroke=\"#0000ff\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6502.0133\" y=\"-255.5075\">http://schema.geolink.org/1.0/base/main#Person</text>\n</g>\n<!-- B_:Bt1902398&#45;&gt;Rhttp://schema.geolink.org/1.0/base/main#Person -->\n<g class=\"edge\" id=\"edge33\">\n<title>B_:Bt1902398-&gt;Rhttp://schema.geolink.org/1.0/base/main#Person</title>\n<path d=\"M3277.8178,-307.2121C3451.4708,-307.218 4844.9817,-306.3945 5973.7809,-279.2075 6088.8742,-276.4354 6218.0132,-271.5776 6319.7951,-267.3438\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6320.0252,-270.8373 6329.8704,-266.923 6319.7331,-263.8434 6320.0252,-270.8373\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6138.7809\" y=\"-283.0075\">https://schema.org/additionalType</text>\n</g>\n<!-- LEngelhardt, Hermann -->\n<g class=\"node\" id=\"node35\">\n<title>LEngelhardt, Hermann</title>\n<polygon fill=\"none\" points=\"6432.0133,-186.2075 6432.0133,-222.2075 6572.0133,-222.2075 6572.0133,-186.2075 6432.0133,-186.2075\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6502.0133\" y=\"-200.5075\">Engelhardt, Hermann</text>\n</g>\n<!-- B_:Bt1902398&#45;&gt;LEngelhardt, Hermann -->\n<g class=\"edge\" id=\"edge34\">\n<title>B_:Bt1902398-&gt;LEngelhardt, Hermann</title>\n<path d=\"M3278.0206,-307.523C3508.5493,-311.4508 5848.8704,-349.5387 5973.7809,-279.2075 5986.9994,-271.7647 5978.8689,-258.1702 5991.7809,-250.2075 6124.705,-168.2334 6315.3195,-177.0685 6421.9547,-190.7074\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6421.6342,-194.1954 6432.0073,-192.0394 6422.5537,-187.2561 6421.6342,-194.1954\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6138.7809\" y=\"-254.0075\">https://schema.org/name</text>\n</g>\n<!-- LEngelhardt -->\n<g class=\"node\" id=\"node36\">\n<title>LEngelhardt</title>\n<polygon fill=\"none\" points=\"6462.0133,-131.2075 6462.0133,-167.2075 6542.0133,-167.2075 6542.0133,-131.2075 6462.0133,-131.2075\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6502.0133\" y=\"-145.5075\">Engelhardt</text>\n</g>\n<!-- B_:Bt1902398&#45;&gt;LEngelhardt -->\n<g class=\"edge\" id=\"edge35\">\n<title>B_:Bt1902398-&gt;LEngelhardt</title>\n<path d=\"M3277.7854,-307.6852C3507.7603,-313.7076 5865.3499,-373.0848 5973.7809,-279.2075 6013.2244,-245.058 5952.631,-197.6932 5991.7809,-163.2075 6121.9354,-48.559 6351.3352,-101.042 6452.1327,-132.1074\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6451.1768,-135.4756 6461.7661,-135.1326 6453.2741,-128.7972 6451.1768,-135.4756\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6138.7809\" y=\"-167.0075\">https://schema.org/familyName</text>\n</g>\n<!-- LHermann -->\n<g class=\"node\" id=\"node37\">\n<title>LHermann</title>\n<polygon fill=\"none\" points=\"6467.0133,-350.2075 6467.0133,-386.2075 6537.0133,-386.2075 6537.0133,-350.2075 6467.0133,-350.2075\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6502.0133\" y=\"-364.5075\">Hermann</text>\n</g>\n<!-- B_:Bt1902398&#45;&gt;LHermann -->\n<g class=\"edge\" id=\"edge36\">\n<title>B_:Bt1902398-&gt;LHermann</title>\n<path d=\"M3277.8234,-307.0105C3451.5289,-305.1915 4845.4361,-292.3125 5973.7809,-334.2075 6152.8427,-340.856 6365.5781,-357.101 6456.8125,-364.467\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6456.5603,-367.9579 6466.8106,-365.278 6457.1263,-360.9808 6456.5603,-367.9579\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6138.7809\" y=\"-355.0075\">https://schema.org/givenName</text>\n</g>\n<!-- Rhttps://schema.org/Person -->\n<g class=\"node\" id=\"node38\">\n<title>Rhttps://schema.org/Person</title>\n<ellipse cx=\"6502.0133\" cy=\"-313.2075\" fill=\"none\" rx=\"106.6812\" ry=\"18\" stroke=\"#0000ff\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6502.0133\" y=\"-309.5075\">https://schema.org/Person</text>\n</g>\n<!-- B_:Bt1902398&#45;&gt;Rhttps://schema.org/Person -->\n<g class=\"edge\" id=\"edge37\">\n<title>B_:Bt1902398-&gt;Rhttps://schema.org/Person</title>\n<path d=\"M3278.0146,-307.2412C3507.3829,-307.6657 5832.884,-311.9692 6384.9208,-312.9908\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6385.2758,-316.4913 6395.2823,-313.0099 6385.2888,-309.4914 6385.2758,-316.4913\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6138.7809\" y=\"-317.0075\">http://www.w3.org/1999/02/22-rdf-syntax-ns#type</text>\n</g>\n<!-- B_:Bt1902399&#45;&gt;Rhttp://dx.doi.org/10.7265/N5028PFH -->\n<g class=\"edge\" id=\"edge40\">\n<title>B_:Bt1902399-&gt;Rhttp://dx.doi.org/10.7265/N5028PFH</title>\n<path d=\"M3277.8382,-1531.7321C3462.3038,-1526.9978 5023.8358,-1489.7913 6285.7809,-1552.2075 6316.1435,-1553.7092 6348.8318,-1556.2492 6379.3684,-1559.0243\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6379.3555,-1562.5379 6389.6353,-1559.9733 6379.9999,-1555.5677 6379.3555,-1562.5379\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6138.7809\" y=\"-1556.0075\">https://schema.org/url</text>\n</g>\n<!-- B_:Bt1902399&#45;&gt;Rhttp://dx.doi.org/10.7265/N5028PFH -->\n<g class=\"edge\" id=\"edge41\">\n<title>B_:Bt1902399-&gt;Rhttp://dx.doi.org/10.7265/N5028PFH</title>\n<path d=\"M3277.9339,-1532.461C3452.7051,-1534.898 4855.2055,-1554.3582 5991.7809,-1567.2075 6108.0364,-1568.5218 6239.1942,-1569.8026 6339.4193,-1570.7389\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6339.602,-1574.2406 6349.6343,-1570.8341 6339.6673,-1567.2409 6339.602,-1574.2406\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6138.7809\" y=\"-1574.0075\">http://www.w3.org/ns/dcat#accessURL</text>\n</g>\n<!-- Rhttp://www.w3.org/ns/dcat#distribution -->\n<g class=\"node\" id=\"node39\">\n<title>Rhttp://www.w3.org/ns/dcat#distribution</title>\n<ellipse cx=\"6502.0133\" cy=\"-1491.2075\" fill=\"none\" rx=\"157.872\" ry=\"18\" stroke=\"#0000ff\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6502.0133\" y=\"-1487.5075\">http://www.w3.org/ns/dcat#distribution</text>\n</g>\n<!-- B_:Bt1902399&#45;&gt;Rhttp://www.w3.org/ns/dcat#distribution -->\n<g class=\"edge\" id=\"edge38\">\n<title>B_:Bt1902399-&gt;Rhttp://www.w3.org/ns/dcat#distribution</title>\n<path d=\"M3278.0146,-1531.9769C3500.9988,-1529.1571 5705.0548,-1501.2855 6334.7874,-1493.3221\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6334.8961,-1496.8211 6344.851,-1493.1949 6334.8075,-1489.8217 6334.8961,-1496.8211\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6138.7809\" y=\"-1502.0075\">https://schema.org/additionalType</text>\n</g>\n<!-- LDOI landing page -->\n<g class=\"node\" id=\"node40\">\n<title>LDOI landing page</title>\n<polygon fill=\"none\" points=\"6442.0133,-1609.2075 6442.0133,-1645.2075 6562.0133,-1645.2075 6562.0133,-1609.2075 6442.0133,-1609.2075\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6502.0133\" y=\"-1623.5075\">DOI landing page</text>\n</g>\n<!-- B_:Bt1902399&#45;&gt;LDOI landing page -->\n<g class=\"edge\" id=\"edge39\">\n<title>B_:Bt1902399-&gt;LDOI landing page</title>\n<path d=\"M3278.0146,-1532.7417C3514.616,-1539.6743 5981.6375,-1611.96 6431.7339,-1625.1482\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6431.8906,-1628.6542 6441.9889,-1625.4487 6432.0957,-1621.6572 6431.8906,-1628.6542\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6138.7809\" y=\"-1625.0075\">https://schema.org/name</text>\n</g>\n<!-- Rhttps://schema.org/DataDownload -->\n<g class=\"node\" id=\"node41\">\n<title>Rhttps://schema.org/DataDownload</title>\n<ellipse cx=\"6502.0133\" cy=\"-1426.2075\" fill=\"none\" rx=\"137.5759\" ry=\"18\" stroke=\"#0000ff\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6502.0133\" y=\"-1422.5075\">https://schema.org/DataDownload</text>\n</g>\n<!-- B_:Bt1902399&#45;&gt;Rhttps://schema.org/DataDownload -->\n<g class=\"edge\" id=\"edge42\">\n<title>B_:Bt1902399-&gt;Rhttps://schema.org/DataDownload</title>\n<path d=\"M3277.8561,-1532.4175C3462.5003,-1534.4233 5025.4587,-1548.1145 6285.7809,-1453.2075 6323.2812,-1450.3835 6364.2614,-1445.6817 6400.365,-1440.9862\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6400.9542,-1444.4389 6410.4118,-1439.6635 6400.0404,-1437.4988 6400.9542,-1444.4389\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6138.7809\" y=\"-1477.0075\">http://www.w3.org/1999/02/22-rdf-syntax-ns#type</text>\n</g>\n<!-- B_:Bt1902400&#45;&gt;Rhttp://www.w3.org/ns/dcat#distribution -->\n<g class=\"edge\" id=\"edge43\">\n<title>B_:Bt1902400-&gt;Rhttp://www.w3.org/ns/dcat#distribution</title>\n<path d=\"M3277.8445,-1399.2708C3524.277,-1400.1544 6210.5446,-1410.4185 6285.7809,-1438.2075 6295.5495,-1441.8156 6294.3683,-1448.7524 6303.7809,-1453.2075 6326.1502,-1463.795 6351.2643,-1471.433 6375.9064,-1476.943\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6375.1773,-1480.3661 6385.6871,-1479.0267 6376.6359,-1473.5198 6375.1773,-1480.3661\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6138.7809\" y=\"-1442.0075\">https://schema.org/additionalType</text>\n</g>\n<!-- B_:Bt1902400&#45;&gt;Rhttps://schema.org/DataDownload -->\n<g class=\"edge\" id=\"edge47\">\n<title>B_:Bt1902400-&gt;Rhttps://schema.org/DataDownload</title>\n<path d=\"M3277.8056,-1398.9134C3496.811,-1395.3848 5648.9602,-1361.9533 6285.7809,-1400.2075 6323.2987,-1402.4612 6364.2829,-1406.8848 6400.3847,-1411.4534\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6400.0663,-1414.9412 6410.4308,-1412.7442 6400.9584,-1407.9983 6400.0663,-1414.9412\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6138.7809\" y=\"-1404.0075\">http://www.w3.org/1999/02/22-rdf-syntax-ns#type</text>\n</g>\n<!-- Llanding page -->\n<g class=\"node\" id=\"node42\">\n<title>Llanding page</title>\n<polygon fill=\"none\" points=\"6456.5133,-1267.2075 6456.5133,-1303.2075 6547.5133,-1303.2075 6547.5133,-1267.2075 6456.5133,-1267.2075\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6502.0133\" y=\"-1281.5075\">landing page</text>\n</g>\n<!-- B_:Bt1902400&#45;&gt;Llanding page -->\n<g class=\"edge\" id=\"edge44\">\n<title>B_:Bt1902400-&gt;Llanding page</title>\n<path d=\"M3277.9738,-1400.3497C3503.2283,-1414.3256 5748.3215,-1548.8288 5973.7809,-1372.2075 5999.0685,-1352.3975 5966.7263,-1322.3114 5991.7809,-1302.2075 6124.2436,-1195.9186 6344.2746,-1239.2222 6446.567,-1267.7252\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6445.8107,-1271.1488 6456.3867,-1270.5173 6447.7252,-1264.4157 6445.8107,-1271.1488\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6138.7809\" y=\"-1306.0075\">https://schema.org/name</text>\n</g>\n<!-- Rhttp://www.usap&#45;dc.org/view/dataset/609528 -->\n<g class=\"node\" id=\"node43\">\n<title>Rhttp://www.usap-dc.org/view/dataset/609528</title>\n<ellipse cx=\"6502.0133\" cy=\"-1351.2075\" fill=\"none\" rx=\"178.9686\" ry=\"18\" stroke=\"#0000ff\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6502.0133\" y=\"-1347.5075\">http://www.usap-dc.org/view/dataset/609528</text>\n</g>\n<!-- B_:Bt1902400&#45;&gt;Rhttp://www.usap&#45;dc.org/view/dataset/609528 -->\n<g class=\"edge\" id=\"edge45\">\n<title>B_:Bt1902400-&gt;Rhttp://www.usap-dc.org/view/dataset/609528</title>\n<path d=\"M3277.8181,-1399.2344C3451.474,-1399.4517 4845.0069,-1400.2533 5973.7809,-1372.2075 6092.7652,-1369.2511 6226.7529,-1363.9011 6330.0105,-1359.3412\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6330.3868,-1362.828 6340.222,-1358.8884 6330.0767,-1355.8349 6330.3868,-1362.828\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6138.7809\" y=\"-1376.0075\">https://schema.org/url</text>\n</g>\n<!-- B_:Bt1902400&#45;&gt;Rhttp://www.usap&#45;dc.org/view/dataset/609528 -->\n<g class=\"edge\" id=\"edge46\">\n<title>B_:Bt1902400-&gt;Rhttp://www.usap-dc.org/view/dataset/609528</title>\n<path d=\"M3277.7907,-1400.0754C3500.8012,-1410.6894 5724.1916,-1512.6789 5973.7809,-1372.2075 5987.0007,-1364.7672 5978.5241,-1350.5819 5991.7809,-1343.2075 6056.2945,-1307.3199 6253.053,-1321.549 6382.5296,-1335.8517\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6382.1812,-1339.3344 6392.5085,-1336.9688 6382.96,-1332.3779 6382.1812,-1339.3344\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6138.7809\" y=\"-1347.0075\">http://www.w3.org/ns/dcat#accessURL</text>\n</g>\n<!-- B_:Bt1902401&#45;&gt;LU.S. Antarctic Program (USAP) Data Center -->\n<g class=\"edge\" id=\"edge48\">\n<title>B_:Bt1902401-&gt;LU.S. Antarctic Program (USAP) Data Center</title>\n<path d=\"M3277.8756,-417.0433C3524.7293,-414.8318 6215.4726,-391.6263 6285.7809,-430.2075 6298.7505,-437.3245 6291.6256,-449.7745 6303.7809,-458.2075 6319.55,-469.1477 6337.5893,-477.3786 6356.2175,-483.558\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6355.4152,-486.9739 6366.0037,-486.6059 6357.4968,-480.2905 6355.4152,-486.9739\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6138.7809\" y=\"-434.0075\">https://schema.org/name</text>\n</g>\n<!-- B_:Bt1902401&#45;&gt;Rhttps://schema.org/Organization -->\n<g class=\"edge\" id=\"edge49\">\n<title>B_:Bt1902401-&gt;Rhttps://schema.org/Organization</title>\n<path d=\"M3277.9338,-417.0143C3452.7045,-415.1657 4855.201,-400.5757 5991.7809,-396.2075 6122.4466,-395.7053 6155.5346,-385.7346 6285.7809,-396.2075 6329.9865,-399.762 6378.7886,-407.341 6418.8263,-414.5403\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"6418.3428,-418.0098 6428.8084,-416.3598 6419.5981,-411.1233 6418.3428,-418.0098\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6138.7809\" y=\"-400.0075\">http://www.w3.org/1999/02/22-rdf-syntax-ns#type</text>\n</g>\n<!-- L&#45;82.39955 -->\n<g class=\"node\" id=\"node48\">\n<title>L-82.39955</title>\n<polygon fill=\"none\" points=\"7133.4331,-692.2075 7133.4331,-728.2075 7210.4331,-728.2075 7210.4331,-692.2075 7133.4331,-692.2075\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"7171.9331\" y=\"-706.5075\">-82.39955</text>\n</g>\n<!-- B_:Bt1902405&#45;&gt;L&#45;82.39955 -->\n<g class=\"edge\" id=\"edge56\">\n<title>B_:Bt1902405-&gt;L-82.39955</title>\n<path d=\"M6519.9496,-656.8352C6556.9915,-660.1853 6644.6399,-668.0535 6718.2457,-674.2075 6865.6761,-686.5338 7040.1483,-700.0876 7123.2348,-706.4791\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"7123.146,-709.9825 7133.3848,-707.2592 7123.6825,-703.0031 7123.146,-709.9825\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6865.2457\" y=\"-702.0075\">https://schema.org/latitude</text>\n</g>\n<!-- L&#45;136.404633 -->\n<g class=\"node\" id=\"node49\">\n<title>L-136.404633</title>\n<polygon fill=\"none\" points=\"7125.9331,-637.2075 7125.9331,-673.2075 7217.9331,-673.2075 7217.9331,-637.2075 7125.9331,-637.2075\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"7171.9331\" y=\"-651.5075\">-136.404633</text>\n</g>\n<!-- B_:Bt1902405&#45;&gt;L&#45;136.404633 -->\n<g class=\"edge\" id=\"edge57\">\n<title>B_:Bt1902405-&gt;L-136.404633</title>\n<path d=\"M6520.2794,-655.2075C6606.4096,-655.2075 6973.6998,-655.2075 7115.6364,-655.2075\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"7115.8611,-658.7076 7125.861,-655.2075 7115.861,-651.7076 7115.8611,-658.7076\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6865.2457\" y=\"-659.0075\">https://schema.org/longitude</text>\n</g>\n<!-- Rhttps://schema.org/GeoCoordinates -->\n<g class=\"node\" id=\"node50\">\n<title>Rhttps://schema.org/GeoCoordinates</title>\n<ellipse cx=\"7171.9331\" cy=\"-600.2075\" fill=\"none\" rx=\"141.8751\" ry=\"18\" stroke=\"#0000ff\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"7171.9331\" y=\"-596.5075\">https://schema.org/GeoCoordinates</text>\n</g>\n<!-- B_:Bt1902405&#45;&gt;Rhttps://schema.org/GeoCoordinates -->\n<g class=\"edge\" id=\"edge58\">\n<title>B_:Bt1902405-&gt;Rhttps://schema.org/GeoCoordinates</title>\n<path d=\"M6519.9496,-653.5797C6556.9915,-650.2296 6644.6399,-642.3615 6718.2457,-636.2075 6826.7727,-627.1338 6949.953,-617.3949 7040.5473,-610.3375\" fill=\"none\" stroke=\"#000000\"/>\n<polygon fill=\"#000000\" points=\"7040.8976,-613.8209 7050.5958,-609.5553 7040.3543,-606.8421 7040.8976,-613.8209\" stroke=\"#000000\"/>\n<text fill=\"#000000\" font-family=\"Times,serif\" font-size=\"14.00\" text-anchor=\"middle\" x=\"6865.2457\" y=\"-640.0075\">http://www.w3.org/1999/02/22-rdf-syntax-ns#type</text>\n</g>\n</g>\n</svg>"
},
"metadata": {}
}
],
"source": [
"ec.viz() #shows .nt metadata from urn, can use for (rdf)xml as well "
]
}
],
"metadata": {
"celltoolbar": "Tags",
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
},
"papermill": {
"default_parameters": {},
"environment_variables": {},
"input_path": "/app/templates/template.ipynb",
"output_path": "/tmp/http:dx.doi.org10.7265N5028PFH.ipynb",
"parameters": {
"ext": "",
"q": null,
"url": "http://dx.doi.org/10.7265/N5028PFH",
"urn": "urn:gleaner:summoned:iedadata:c63f6353260af5e5be4d9366088ead3cb0dd6e52"
},
"version": "2.4.0"
},
"colab": {
"provenance": [],
"include_colab_link": true
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment