|
1 | 1 | { |
2 | 2 | "cells": [ |
3 | 3 | { |
4 | | - "attachments": {}, |
5 | 4 | "cell_type": "markdown", |
6 | 5 | "metadata": {}, |
7 | 6 | "source": [ |
8 | 7 | "# Introduction to Knowledge Graphs" |
9 | 8 | ] |
10 | 9 | }, |
11 | 10 | { |
12 | | - "attachments": {}, |
13 | 11 | "cell_type": "markdown", |
14 | 12 | "metadata": {}, |
15 | 13 | "source": [ |
|
23 | 21 | " </ul>\n", |
24 | 22 | " </li>\n", |
25 | 23 | " <li><span><a href=\"#Connect\" data-toc-modified-id=\"Connect-2\">Connect</a></span></li>\n", |
26 | | - " <li><span><a href=\"#Data-Model\" data-toc-modified-id=\"Data-Model-3\">Data Model</a></span></li>\n", |
27 | | - " <li><span><a href=\"#Path-Forward\" data-toc-modified-id=\"Path-Forward-4\">Path Forward</a></span></li>\n", |
| 24 | + " <li><span><a href=\"#Create\" data-toc-modified-id=\"Create-3\">Create</a></span></li>\n", |
| 25 | + " <li><span><a href=\"#Data-Model\" data-toc-modified-id=\"Data-Model-4\">Data Model</a></span></li>\n", |
| 26 | + " <li><span><a href=\"#Path-Forward\" data-toc-modified-id=\"Path-Forward-5\">Path Forward</a></span></li>\n", |
28 | 27 | " </ul>\n", |
29 | 28 | "</div>" |
30 | 29 | ] |
31 | 30 | }, |
32 | 31 | { |
33 | | - "attachments": {}, |
34 | 32 | "cell_type": "markdown", |
35 | 33 | "metadata": {}, |
36 | 34 | "source": [ |
|
42 | 40 | ] |
43 | 41 | }, |
44 | 42 | { |
45 | | - "attachments": {}, |
46 | 43 | "cell_type": "markdown", |
47 | 44 | "metadata": {}, |
48 | 45 | "source": [ |
|
59 | 56 | ] |
60 | 57 | }, |
61 | 58 | { |
62 | | - "attachments": {}, |
63 | 59 | "cell_type": "markdown", |
64 | 60 | "metadata": {}, |
65 | 61 | "source": [ |
|
83 | 79 | ] |
84 | 80 | }, |
85 | 81 | { |
86 | | - "attachments": {}, |
87 | 82 | "cell_type": "markdown", |
88 | 83 | "metadata": {}, |
89 | 84 | "source": [ |
|
126 | 121 | "outputs": [], |
127 | 122 | "source": [ |
128 | 123 | "result = gis.content.create_service(\n", |
129 | | - " name=\"\", \n", |
| 124 | + " name=\"\",\n", |
130 | 125 | " service_type=\"KnowledgeGraph\",\n", |
131 | 126 | " create_params={\n", |
132 | 127 | " \"name\": \"myKnowledgeGraph\",\n", |
133 | | - " \"capabilities\": \"Query\", \n", |
| 128 | + " \"capabilities\": \"Query\",\n", |
134 | 129 | " \"jsonProperties\": {\n", |
135 | 130 | " \"supportsProvenance\": False,\n", |
136 | 131 | " \"arcgisManagedData\": False,\n", |
137 | | - " \"dataSourceItemID\": \"f63a6725058c4c05a63480521acffe01\"\n", |
138 | | - " }\n", |
139 | | - " }\n", |
| 132 | + " \"dataSourceItemID\": \"f63a6725058c4c05a63480521acffe01\",\n", |
| 133 | + " },\n", |
| 134 | + " },\n", |
140 | 135 | ")" |
141 | 136 | ] |
142 | 137 | }, |
|
157 | 152 | ] |
158 | 153 | }, |
159 | 154 | { |
160 | | - "attachments": {}, |
161 | 155 | "cell_type": "markdown", |
162 | 156 | "metadata": {}, |
163 | 157 | "source": [ |
|
176 | 170 | ] |
177 | 171 | }, |
178 | 172 | { |
179 | | - "attachments": {}, |
180 | 173 | "cell_type": "markdown", |
181 | 174 | "metadata": {}, |
182 | 175 | "source": [ |
|
314 | 307 | ] |
315 | 308 | }, |
316 | 309 | { |
317 | | - "attachments": {}, |
318 | 310 | "cell_type": "markdown", |
319 | 311 | "metadata": {}, |
320 | 312 | "source": [ |
|
326 | 318 | ], |
327 | 319 | "metadata": { |
328 | 320 | "kernelspec": { |
329 | | - "display_name": "Python 3", |
| 321 | + "display_name": "Python 3 (ipykernel)", |
330 | 322 | "language": "python", |
331 | 323 | "name": "python3" |
332 | 324 | }, |
333 | 325 | "language_info": { |
| 326 | + "codemirror_mode": { |
| 327 | + "name": "ipython", |
| 328 | + "version": 3 |
| 329 | + }, |
| 330 | + "file_extension": ".py", |
| 331 | + "mimetype": "text/x-python", |
334 | 332 | "name": "python", |
335 | | - "version": "3.9.13" |
| 333 | + "nbconvert_exporter": "python", |
| 334 | + "pygments_lexer": "ipython3", |
| 335 | + "version": "3.9.16" |
336 | 336 | }, |
337 | | - "orig_nbformat": 4, |
338 | 337 | "vscode": { |
339 | 338 | "interpreter": { |
340 | 339 | "hash": "d622b5871f1605057390dea3c8b45e995d0d19bef8604acd7f5b2e1066a85139" |
|
0 commit comments