diff --git a/collection/scripts/maspawio-sitemap.py b/collection/scripts/maspawio-sitemap.py
new file mode 100644
index 000000000..884b666ab
--- /dev/null
+++ b/collection/scripts/maspawio-sitemap.py
@@ -0,0 +1,76 @@
+#!/usr/bin/env python
+
+"""
+Purpose: Standalone script to generate a sitemap.xml from a GitHub
+ repository containing JSON-LD files, such as
+ https://github.com/iodepo/odis-arch/tree/master/collection/tempHosting/data-maspawio
+
+Usage: python maspawio-sitemap.py
+
+Output: sitemap.xml
+
+Requires: Python 3.x
+
+Note: This assumes that you have checked out the repo files to your
+ local machine.
+ Make sure that you set the variable "GITHUB_REPO_LOCAL_PATH"
+
+"""
+
+# define common variables
+GITHUB_REPO_LOCAL_PATH = "E:/iodepo/odis-arch-git/collection/tempHosting/data-maspawio"
+GITHUB_REPO_RAW_BASE_URL = "https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/"
+NEW_SITEMAP_FILENAME = "sitemap.xml"
+
+"""
+#########################
+# you shouldn't have to modify anything below
+#########################
+"""
+
+import os, sys
+import datetime
+
+# Get Today's Date to add as Lastmod
+lastmod_date = datetime.datetime.now().strftime('%Y-%m-%d')
+
+# function to print a line of html for the indented hyperlink
+def printlink(url):
+ print (" ")
+ print (" " + url + "")
+ print (" " + lastmod_date + "")
+ print (" ")
+ return
+
+original_stdout = sys.stdout # Save a reference to the original standard output
+
+#create sitemap.xml
+with open(NEW_SITEMAP_FILENAME, 'w', newline='\n') as f:
+ sys.stdout = f # Change the standard output to the file we created.
+ print ('')
+ print ('')
+
+ #use a Python set, to force unique values
+ urls = set()
+
+ #loop through directories
+ for subdir, dirs, files in os.walk(GITHUB_REPO_LOCAL_PATH):
+ for file in files:
+ filepath = subdir + os.sep + file
+
+ if filepath.endswith(".json"):
+ path = os.path.dirname(filepath)
+ urls.add(GITHUB_REPO_RAW_BASE_URL + file)
+
+ #iterate through unique record urls
+ for val in urls:
+ printlink(val)
+
+ print ('', end='')
+ sys.stdout = original_stdout # Reset the standard output to its original value
+
+print("\n")
+print("************************")
+print(" " + str(len(urls)) + " records exported to sitemap.xml")
+print("************************")
+print("\n")
\ No newline at end of file
diff --git a/collection/tempHosting/data-maspawio/sitemap.xml b/collection/tempHosting/data-maspawio/sitemap.xml
index f837730fb..2f4f6640a 100644
--- a/collection/tempHosting/data-maspawio/sitemap.xml
+++ b/collection/tempHosting/data-maspawio/sitemap.xml
@@ -1,436 +1,563 @@
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-0b83c25e-e26a-11e8-8584-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-3ec59328-6880-11e7-b1aa-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-62f726c0-bbf6-11e7-95cc-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-ba019c30-8f04-11e7-9175-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-3ec59328-6880-11e7-b1aa-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-e608b154-cdef-11e7-bc57-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-8ce7e13c-7b54-11e7-86d8-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-967694da-e427-11e9-90ff-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-4f561cc4-0594-11ed-9ccf-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-0f54802e-4301-11e9-88b3-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-dd82a674-6ddd-11e7-be4f-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-29b6f86c-d9bb-11e7-bf87-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-9bf0d354-7203-11e8-8dd7-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-14a3f9a4-7b4a-11e7-b623-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-2b28fe1e-ad15-11e9-82ae-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-4c891542-7902-11e7-a6ff-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-0bc9bdc6-ce9e-11e7-80a1-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-ab6ae57c-e8e0-11e9-9e15-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-734c2e88-7b48-11e7-b261-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-1c83137a-6bf4-11e9-a535-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-2288e7e8-acc1-11e7-ba20-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-31ab35e4-b277-11e7-8e86-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-8ece3ac2-0921-11ed-9e73-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-0c639c14-cf54-11e7-945c-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-5118373a-e428-11e9-90ff-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-2b28fe1e-ad15-11e9-82ae-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-27565590-8ef7-11e7-b037-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-4c0668e6-7b4a-11e7-8f30-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-b2a760ce-4302-11e9-88b3-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-8334da36-84e1-11e8-b3cd-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-3a808070-b308-11e7-b3c1-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-67906de0-bbf6-11e7-87d7-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-52ab0154-83b0-11ea-a913-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-8ce7e13c-7b54-11e7-86d8-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-7b4c42a8-07ed-11e8-82a4-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-aa1e9362-e8e0-11e9-b680-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-c95dd8c2-6e04-11e7-874f-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-cd03acee-6586-11e7-8ac0-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-4c891542-7902-11e7-a6ff-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-0b83c25e-e26a-11e8-8584-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-d1435a3c-238d-11e8-b48f-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-3a75ade4-6880-11e7-8ed1-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-484945a0-0594-11ed-9da6-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-3b46e058-88a6-11ec-bbf1-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-4c0668e6-7b4a-11e7-8f30-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-2288e7e8-acc1-11e7-ba20-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-9e0a1e3e-1a6c-11eb-ae5a-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-4cc7af9e-e097-11e7-9c09-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-508fdfda-0594-11ed-a876-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-9bf0d354-7203-11e8-8dd7-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-dc7981fa-84e6-11e8-b3cd-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-2c385c32-ad15-11e9-966e-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-67906de0-bbf6-11e7-87d7-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-4c42a3c8-686d-11e7-9685-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-ba019c30-8f04-11e7-9175-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-c7ae8252-83a4-11ea-a913-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-5783da64-906e-11ea-a8da-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-1204fb30-b277-11e7-b97c-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-628e9cf4-923e-11e7-9769-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-62f726c0-bbf6-11e7-95cc-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-866ae29e-79bc-11e7-97fb-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-4ca17406-0594-11ed-a7e4-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-5b385402-e0ab-11e7-842d-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-49945dd2-6deb-11e7-9b3d-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-ec0e071c-cf56-11e7-896f-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-988bf56a-79be-11e7-83b0-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-06a957f6-e09c-11e7-b7b4-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-849e8bde-95d7-11ea-987d-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-4e24838a-e428-11e9-be34-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-be4f43a4-7203-11e8-8dd7-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-0416d4ca-e26a-11e8-846f-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-3f87d6d4-7204-11e8-8ac4-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-75982038-7b49-11e7-b261-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-0416d4ca-e26a-11e8-846f-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-cdc37e64-14ea-11ea-9dc6-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-38397902-6880-11e7-b1aa-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-c87e770c-e429-11e9-a56d-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-c87e770c-e429-11e9-a56d-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-3a75ade4-6880-11e7-8ed1-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-8895630a-0594-11ed-9da6-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-c3d54db6-d5bc-11e7-b9ca-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-f49c71fc-8ef6-11e7-bc7c-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-8895630a-0594-11ed-9da6-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-047cac4c-c413-11e9-95bc-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-49cf4c5a-b308-11e7-bc68-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-9cb06ad8-cf5c-11e7-b8a6-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-b5ed7a5e-7204-11e8-9264-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-734c2e88-7b48-11e7-b261-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-3046b5fc-18e0-11eb-894f-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-b4d57d60-e427-11e9-89d6-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-935425aa-78f5-11e7-9661-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-d1435a3c-238d-11e8-b48f-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-028adc56-c413-11e9-8a24-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-03be4f3c-14c1-11ea-98e8-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-5a040ff6-923e-11e7-90a6-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-306aebde-6880-11e7-9bb0-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-0a6840fc-79bb-11e7-97fb-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-4ada3a5e-6deb-11e7-874f-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-0c639c14-cf54-11e7-945c-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-0a6840fc-79bb-11e7-97fb-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-38d665c2-66d3-11e7-a458-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-032a1d26-d4e5-11e7-9524-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-047cac4c-c413-11e9-95bc-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-9e0a1e3e-1a6c-11eb-ae5a-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-d418e0d8-238d-11e8-915c-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-simple-graph-template.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-0f54802e-4301-11e9-88b3-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-d920723e-b27d-11e7-8bdc-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-d5910f8a-238d-11e8-b37c-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-a0475c2a-655c-11e7-b9eb-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-9da075f6-7203-11e8-8c89-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-simple-graph.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-4cc7af9e-e097-11e7-9c09-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-0bc9bdc6-ce9e-11e7-80a1-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-47d8a3c8-923e-11e7-bdd9-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-935425aa-78f5-11e7-9661-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-c7ae8252-83a4-11ea-a913-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-cd8b584a-66f0-11e7-9bb0-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-f44a9926-e427-11e9-89d6-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-38d665c2-66d3-11e7-a458-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-eae0a89a-687c-11e7-b1aa-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-df6cfa24-b276-11e7-8e86-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-cbddf06e-0e8b-11e8-aa86-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-028adc56-c413-11e9-8a24-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-e608b154-cdef-11e7-bc57-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-27565590-8ef7-11e7-b037-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-49945dd2-6deb-11e7-9b3d-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-7cf94f7e-e428-11e9-be34-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-03be4f3c-14c1-11ea-98e8-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-919cb9ec-b956-11e7-a59f-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-31ab35e4-b277-11e7-8e86-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-484945a0-0594-11ed-9da6-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-39568de8-6565-11e7-ba83-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-0532b57e-07ee-11e8-84f0-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-9cb06ad8-cf5c-11e7-b8a6-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-28b106e0-ad15-11e9-966e-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-0030a210-c413-11e9-ac48-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-4d6a4ac2-b308-11e7-b3c1-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-df6cfa24-b276-11e7-8e86-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-52ab0154-83b0-11ea-a913-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-be4f43a4-7203-11e8-8dd7-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-c3d54db6-d5bc-11e7-b9ca-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-157215fc-4301-11e9-a9dd-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-671bc2c0-67b3-11e7-b603-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-ad8da956-0594-11ed-97d2-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-3046b5fc-18e0-11eb-894f-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-9ade6c48-f9fd-11e7-b4fa-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-941e6470-b499-11e7-8359-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-988bf56a-79be-11e7-83b0-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-cdc37e64-14ea-11ea-9dc6-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-5da2efa4-630b-11e7-a81c-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-9da075f6-7203-11e8-8c89-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-0120a498-7204-11e8-9264-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-f217e79e-e427-11e9-8ad7-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-d334f7f0-8ef6-11e7-aa8c-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-931b57e2-b956-11e7-8c50-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-849e8bde-95d7-11ea-987d-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-3093ffb2-33da-11e8-823f-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-919cb9ec-b956-11e7-a59f-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-79ec3644-7204-11e8-8c89-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-cc619e62-238c-11e8-bfc4-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-7282bd8c-79d1-11e7-b9d0-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-ab6ae57c-e8e0-11e9-9e15-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-3339cdca-5a75-11e8-a0da-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-40f3d164-b308-11e7-8359-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-5dac6224-14bf-11ea-86e9-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-079271b6-4301-11e9-a9dd-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-ef113ed2-cf53-11e7-8422-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-032a1d26-d4e5-11e7-9524-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-628e9cf4-923e-11e7-9769-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-4ca17406-0594-11ed-a7e4-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-47d8a3c8-923e-11e7-bdd9-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-901e8a94-0921-11ed-9e73-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-079271b6-4301-11e9-a9dd-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-c9368f56-9ee1-11e8-a5fd-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-52433800-bbba-11e7-95cc-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-4ada3a5e-6deb-11e7-874f-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-157215fc-4301-11e9-a9dd-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-5fec2eba-0e7d-11e8-89d7-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-e2c305d4-b496-11e7-8ef3-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-4c42a3c8-686d-11e7-9685-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-866ae29e-79bc-11e7-97fb-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-28b106e0-ad15-11e9-966e-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-ec0e071c-cf56-11e7-896f-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-8de1e62c-0921-11ed-b694-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-5fec2eba-0e7d-11e8-89d7-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-cd03acee-6586-11e7-8ac0-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-eae0a89a-687c-11e7-b1aa-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-d4868a5e-78eb-11e7-a08e-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-d334f7f0-8ef6-11e7-aa8c-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-7cf94f7e-e428-11e9-be34-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-b2a760ce-4302-11e9-88b3-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-0d08d8b6-8ef7-11e7-9241-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-7b4c42a8-07ed-11e8-82a4-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-941e6470-b499-11e7-8359-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-49cf4c5a-b308-11e7-bc68-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-931b57e2-b956-11e7-8c50-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-636c2328-8408-11e8-b3cd-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-306aebde-6880-11e7-9bb0-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-0d08d8b6-8ef7-11e7-9241-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-636c2328-8408-11e8-b3cd-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-4386b50c-0594-11ed-9da6-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-5dac6224-14bf-11ea-86e9-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-5783da64-906e-11ea-a8da-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-f72135ca-d9b5-11e7-8c6c-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-d4868a5e-78eb-11e7-a08e-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-a8a3db64-b403-11e7-8ef3-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-35741c18-6880-11e7-8ed1-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-b01ac9e0-7b49-11e7-8f30-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-5da2efa4-630b-11e7-a81c-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-29b6f86c-d9bb-11e7-bf87-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-9ade6c48-f9fd-11e7-b4fa-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-671bc2c0-67b3-11e7-b603-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-3a808070-b308-11e7-b3c1-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-35741c18-6880-11e7-8ed1-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-40f3d164-b308-11e7-8359-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-2c385c32-ad15-11e9-966e-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-dd82a674-6ddd-11e7-be4f-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-516e1404-923e-11e7-8423-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-39568de8-6565-11e7-ba83-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-38397902-6880-11e7-b1aa-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-75982038-7b49-11e7-b261-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-506353c4-14bb-11ea-a4ee-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-f72135ca-d9b5-11e7-8c6c-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-ef113ed2-cf53-11e7-8422-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-f44a9926-e427-11e9-89d6-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-e83f0e90-bb62-11e7-8add-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-f8983746-bbbf-11e7-8c50-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-4386b50c-0594-11ed-9da6-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-e83f0e90-bb62-11e7-8add-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-cd8b584a-66f0-11e7-9bb0-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-dc7981fa-84e6-11e8-b3cd-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-7282bd8c-79d1-11e7-b9d0-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-6643bb54-bbf6-11e7-8c50-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-f49c71fc-8ef6-11e7-bc7c-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-06a957f6-e09c-11e7-b7b4-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-d920723e-b27d-11e7-8bdc-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-c9368f56-9ee1-11e8-a5fd-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-3b46e058-88a6-11ec-bbf1-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-d5910f8a-238d-11e8-b37c-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-14a3f9a4-7b4a-11e7-b623-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-cc619e62-238c-11e8-bfc4-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-1c83137a-6bf4-11e9-a535-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-e50f5274-7b49-11e7-ab76-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-79ec3644-7204-11e8-8c89-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-5118373a-e428-11e9-90ff-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-4d6a4ac2-b308-11e7-b3c1-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-d418e0d8-238d-11e8-915c-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-f217e79e-e427-11e9-8ad7-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-c95dd8c2-6e04-11e7-874f-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-dee08692-66e1-11e7-86dd-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-64e173be-bbf6-11e7-87d7-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-6643bb54-bbf6-11e7-8c50-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-9bb25a3a-f9fd-11e7-a92b-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-e50f5274-7b49-11e7-ab76-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-0120a498-7204-11e8-9264-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-52433800-bbba-11e7-95cc-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-5a040ff6-923e-11e7-90a6-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-8334da36-84e1-11e8-b3cd-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-a8a3db64-b403-11e7-8ef3-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-f8983746-bbbf-11e7-8c50-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-b5ed7a5e-7204-11e8-9264-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-e2c305d4-b496-11e7-8ef3-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-5b385402-e0ab-11e7-842d-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-1204fb30-b277-11e7-b97c-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-b01ac9e0-7b49-11e7-8f30-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-3339cdca-5a75-11e8-a0da-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-0030a210-c413-11e9-ac48-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-64e173be-bbf6-11e7-87d7-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-cbddf06e-0e8b-11e8-aa86-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-aa1e9362-e8e0-11e9-b680-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-4e24838a-e428-11e9-be34-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-8f7e7cac-0921-11ed-b694-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-dee08692-66e1-11e7-86dd-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-0532b57e-07ee-11e8-84f0-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-506353c4-14bb-11ea-a4ee-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-3093ffb2-33da-11e8-823f-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-516e1404-923e-11e7-8423-0a735f7a740c.json
+ 2024-10-28
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-b4d57d60-e427-11e9-89d6-0a735f7a740c.json
+ https://raw.githubusercontent.com/iodepo/odis-arch/refs/heads/master/collection/tempHosting/data-maspawio/maspawio-4f561cc4-0594-11ed-9ccf-0a735f7a740c.json
+ 2024-10-28
-
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-3f87d6d4-7204-11e8-8ac4-0a735f7a740c.json
-
-
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-a0475c2a-655c-11e7-b9eb-0a735f7a740c.json
-
-
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-9bb25a3a-f9fd-11e7-a92b-0a735f7a740c.json
-
-
- https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-maspawio/maspawio-967694da-e427-11e9-90ff-0a735f7a740c.json
-
-
-
+
\ No newline at end of file