diff --git a/Terminus/.env b/Terminus/.env new file mode 100644 index 0000000..856a715 --- /dev/null +++ b/Terminus/.env @@ -0,0 +1 @@ +TERMINUSDB_ACCESS_TOKEN=dGVybWludXNkYjovLy9kYXRhL2tleXNfYXBpLzA0NmRjYmM4ZmJmMzEwOTQ3NjdjMGM2NWJkMjVhNGIxZGJiYjRiZmVjYWFiMzdiMDcyYzhhNDVjMjAyY2U2NDA=_5b7a0ddfd18a6e5f9362c5c8ee76e696d42dac1fd458a1534bb4aedd9eda92fd30c9013b46eea844ad1ad08e610241711a36d54e0de03eb9b3313d61a94fd60b22ec262e6e541d61 diff --git a/Terminus/.ipynb_checkpoints/Untitled-checkpoint.ipynb b/Terminus/.ipynb_checkpoints/Untitled-checkpoint.ipynb new file mode 100644 index 0000000..65d4546 --- /dev/null +++ b/Terminus/.ipynb_checkpoints/Untitled-checkpoint.ipynb @@ -0,0 +1,95 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 53, + "id": "95602362", + "metadata": {}, + "outputs": [ + { + "ename": "ModuleNotFoundError", + "evalue": "No module named 'qgrid'", + "output_type": "error", + "traceback": [ + "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", + "\u001b[0;31mModuleNotFoundError\u001b[0m Traceback (most recent call last)", + "Cell \u001b[0;32mIn[53], line 3\u001b[0m\n\u001b[1;32m 1\u001b[0m \u001b[38;5;28;01mimport\u001b[39;00m \u001b[38;5;21;01mpprint\u001b[39;00m \u001b[38;5;28;01mas\u001b[39;00m \u001b[38;5;21;01mpp\u001b[39;00m\n\u001b[1;32m 2\u001b[0m \u001b[38;5;28;01mimport\u001b[39;00m \u001b[38;5;21;01mpandas\u001b[39;00m \u001b[38;5;28;01mas\u001b[39;00m \u001b[38;5;21;01mpd\u001b[39;00m\n\u001b[0;32m----> 3\u001b[0m \u001b[38;5;28;01mimport\u001b[39;00m \u001b[38;5;21;01mqgrid\u001b[39;00m\n\u001b[1;32m 5\u001b[0m \u001b[38;5;28;01mfrom\u001b[39;00m \u001b[38;5;21;01mterminusdb_client\u001b[39;00m \u001b[38;5;28;01mimport\u001b[39;00m WOQLClient\n\u001b[1;32m 6\u001b[0m \u001b[38;5;28;01mfrom\u001b[39;00m \u001b[38;5;21;01mterminusdb_client\u001b[39;00m\u001b[38;5;21;01m.\u001b[39;00m\u001b[38;5;21;01mwoqlschema\u001b[39;00m \u001b[38;5;28;01mimport\u001b[39;00m WOQLSchema\n", + "\u001b[0;31mModuleNotFoundError\u001b[0m: No module named 'qgrid'" + ] + } + ], + "source": [ + "import pprint as pp\n", + "import pandas as pd\n", + "import qgrid\n", + "\n", + "from terminusdb_client import WOQLClient\n", + "from terminusdb_client.woqlschema import WOQLSchema\n", + "from terminusdb_client.woqldataframe import result_to_df\n", + "from terminusdb_client import WOQLClient\n", + "from terminusdb_client import WOQLQuery as wq\n", + "\n", + "\n", + "\n", + "query = (\n", + " WQ().triple(\"v:Organization\", \"blockchainecosystem\", \"v:Ethereum\")\n", + " .select(\"v:Organization\")\n", + ")\n", + "# For Terminus X, use the following\n", + "# client = WOQLClient(\"https://cloud.terminusdb.com//\")\n", + "# client.connect(db=\"demo_workshop\", team=\"\", use_token=True)\n", + "\n", + "client = WOQLClient(\"https://cloud.terminusdb.com/Myseelia/\")\n", + "client.connect(db=\"playground\", team=\"Myseelia\", use_token=True)\n", + "\n", + "result = query.execute(client)\n", + "\n", + "\n", + "#print(result[\"bindings\"])\n", + "\n", + "df = pd.DataFrame(result['bindings'])\n", + "\n", + "qgrid_widget = qgrid.show_grid(df, show_toolbar=True)\n", + "qgrid_widget\n", + "#pp.pprint(wq().star().execute(client))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "8373e39c", + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "82ba7bee", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "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.10.9" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/Terminus/Untitled.ipynb b/Terminus/Untitled.ipynb new file mode 100644 index 0000000..d605c05 --- /dev/null +++ b/Terminus/Untitled.ipynb @@ -0,0 +1,146 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 27, + "id": "95602362", + "metadata": {}, + "outputs": [ + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "66b2b7f17b7e4165b1163563e8e0099f", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + "Output()" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import pprint as pp\n", + "import pandas as pd\n", + "import ipywidgets as widgets\n", + "from IPython.display import display\n", + "\n", + "from terminusdb_client import WOQLClient\n", + "from terminusdb_client.woqlschema import WOQLSchema\n", + "from terminusdb_client.woqldataframe import result_to_df\n", + "from terminusdb_client import WOQLClient\n", + "from terminusdb_client import WOQLQuery as wq\n", + "\n", + "query = (\n", + " wq().triple(\"v:Organization\", \"@schema:blockchainecosystem\", \"blockchainecosystem/Celo\")\n", + " .select(\"v:Organization\")\n", + ")\n", + "# For Terminus X, use the following\n", + "# client = WOQLClient(\"https://cloud.terminusdb.com//\")\n", + "# client.connect(db=\"demo_workshop\", team=\"\", use_token=True)\n", + "\n", + "client = WOQLClient(\"https://cloud.terminusdb.com/Myseelia/\")\n", + "client.connect(db=\"playground\", team=\"Myseelia\", use_token=True)\n", + "\n", + "result = query.execute(client)\n", + "\n", + "\n", + "#print(result[\"bindings\"])\n", + "\n", + "df = pd.DataFrame(result['bindings'])\n", + "\n", + "output = widgets.Output()\n", + "\n", + "@output.capture(clear_output=True, wait=True)\n", + "def display_df(change):\n", + " display(df)\n", + "\n", + "display(output)\n", + "display_df(None)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 25, + "id": "8373e39c", + "metadata": { + "scrolled": true + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + " @id @type \n", + "0 Organization/731083b73a733c76cc8d99adb26b1677d... Organization \\\n", + "\n", + " assignee blockchainecosystem datecreated \n", + "0 allegory.earth [Celo] 2022-05-07T11:03:00Z \\\n", + "\n", + " description impactarea \n", + "0 Allegory invests and builds at the intersectio... [Investing] \\\n", + "\n", + " logo name \n", + "0 allegory-labs.jpeg (https://v5.airtableusercon... Allegory \\\n", + "\n", + " preJan20thUpvotes reviewed submittedbyemail submittedbyname \n", + "0 22 checked \\\n", + "\n", + " submittedbyowner subscribed topic upvotes web3 \n", + "0 [VC] 22 [Default] \n" + ] + } + ], + "source": [ + "import pprint as pp\n", + "import pandas as pd\n", + "import ipywidgets as widgets\n", + "from IPython.display import display\n", + "\n", + "from terminusdb_client import WOQLClient\n", + "from terminusdb_client.woqlschema import WOQLSchema\n", + "from terminusdb_client.woqldataframe import result_to_df\n", + "from terminusdb_client import WOQLClient\n", + "from terminusdb_client import WOQLQuery as wq\n", + "\n", + "doc = client.get_document(\n", + " \"Organization/731083b73a733c76cc8d99adb26b1677dd901dae6a2ee8d1190c4ff2f98ab63d\"\n", + ")\n", + "\n", + "df = pd.DataFrame([doc])\n", + "print(df)\n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "82ba7bee", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "tdb", + "language": "python", + "name": "tdb" + }, + "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.10.9" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/Terminus/query.py b/Terminus/query.py index 1a69389..4c82543 100644 --- a/Terminus/query.py +++ b/Terminus/query.py @@ -9,9 +9,13 @@ from terminusdb_client.woqldataframe import result_to_df client = WOQLClient("https://cloud.terminusdb.com/Myseelia/") client.connect(db="playground", team="Myseelia", use_token=True) -team_it_raw = client.query_document({"@type": "Organization", "@id": "NaN"}) +team_it_raw = client.query_document({"@type": "Organization"}) team_it = result_to_df(team_it_raw) print(team_it) + +# write a graphQL query to get all the organizations that have a web3 field value of "Token" + + diff --git a/package-lock.json b/package-lock.json index 79dba98..8ef9be5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,7 @@ "name": "myseelia", "version": "0.1.0", "dependencies": { + "axios": "^1.6.2", "clipboard-copy": "^4.0.1", "cytoscape": "^3.23.0", "meilisearch": "^0.31.1", @@ -1599,6 +1600,15 @@ "underscore": "^1.13.2" } }, + "node_modules/@terminusdb/terminusdb-client/node_modules/axios": { + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.25.0.tgz", + "integrity": "sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==", + "dev": true, + "dependencies": { + "follow-redirects": "^1.14.7" + } + }, "node_modules/@tsconfig/node10": { "version": "1.0.9", "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==", @@ -2164,8 +2174,7 @@ "node_modules/asynckit": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", - "dev": true + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "node_modules/autoprefixer": { "version": "10.4.13", @@ -2420,12 +2429,13 @@ } }, "node_modules/axios": { - "version": "0.25.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.25.0.tgz", - "integrity": "sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==", - "dev": true, + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.2.tgz", + "integrity": "sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==", "dependencies": { - "follow-redirects": "^1.14.7" + "follow-redirects": "^1.15.0", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" } }, "node_modules/babel-jest": { @@ -3078,7 +3088,6 @@ "version": "1.0.8", "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "dev": true, "dependencies": { "delayed-stream": "~1.0.0" }, @@ -3376,7 +3385,6 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", - "dev": true, "engines": { "node": ">=0.4.0" } @@ -4404,7 +4412,6 @@ "version": "1.15.2", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==", - "dev": true, "funding": [ { "type": "individual", @@ -4424,7 +4431,6 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", - "dev": true, "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", @@ -6480,7 +6486,6 @@ "version": "1.52.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", - "dev": true, "engines": { "node": ">= 0.6" } @@ -6489,7 +6494,6 @@ "version": "2.1.35", "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "dev": true, "dependencies": { "mime-db": "1.52.0" }, @@ -7510,6 +7514,11 @@ "pbts": "bin/pbts" } }, + "node_modules/proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" + }, "node_modules/punycode": { "version": "2.1.1", "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", @@ -10261,6 +10270,17 @@ "pathval": "^1.1.1", "ts-node": "^10.9.1", "underscore": "^1.13.2" + }, + "dependencies": { + "axios": { + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.25.0.tgz", + "integrity": "sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==", + "dev": true, + "requires": { + "follow-redirects": "^1.14.7" + } + } } }, "@tsconfig/node10": { @@ -10676,8 +10696,7 @@ "asynckit": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", - "dev": true + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "autoprefixer": { "version": "10.4.13", @@ -10837,12 +10856,13 @@ } }, "axios": { - "version": "0.25.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.25.0.tgz", - "integrity": "sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==", - "dev": true, + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.2.tgz", + "integrity": "sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==", "requires": { - "follow-redirects": "^1.14.7" + "follow-redirects": "^1.15.0", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" } }, "babel-jest": { @@ -11294,7 +11314,6 @@ "version": "1.0.8", "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "dev": true, "requires": { "delayed-stream": "~1.0.0" } @@ -11522,8 +11541,7 @@ "delayed-stream": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", - "dev": true + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" }, "detect-indent": { "version": "6.1.0", @@ -12193,14 +12211,12 @@ "follow-redirects": { "version": "1.15.2", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", - "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==", - "dev": true + "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==" }, "form-data": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", - "dev": true, "requires": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", @@ -13738,14 +13754,12 @@ "mime-db": { "version": "1.52.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", - "dev": true + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" }, "mime-types": { "version": "2.1.35", "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "dev": true, "requires": { "mime-db": "1.52.0" } @@ -14432,6 +14446,11 @@ "long": "^4.0.0" } }, + "proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" + }, "punycode": { "version": "2.1.1", "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", diff --git a/package.json b/package.json index 639cf2e..3099a1e 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,7 @@ ] }, "dependencies": { + "axios": "^1.6.2", "clipboard-copy": "^4.0.1", "cytoscape": "^3.23.0", "meilisearch": "^0.31.1", diff --git a/src/components/Header.svelte b/src/components/Header.svelte index 3f623ee..4c46975 100644 --- a/src/components/Header.svelte +++ b/src/components/Header.svelte @@ -57,7 +57,7 @@ {/if} - {#if !$sessionStore.loading && $sessionStore.backupCreated === false} + {#if $sessionStore.authed} diff --git a/src/components/chat/chat.svelte b/src/components/chat/chat.svelte new file mode 100644 index 0000000..010811f --- /dev/null +++ b/src/components/chat/chat.svelte @@ -0,0 +1,260 @@ + + +
+

Indexed DKG Data:

+
{jsonDataString}
+
+
+
+ {#each $messages as message} +
{message}
+ {/each} +
+
+ + + {#if $isLoading} +
Loading...
+ {/if} +
+
+ + diff --git a/src/components/chat/cytoscape.ts b/src/components/chat/cytoscape.ts new file mode 100644 index 0000000..9eb191b --- /dev/null +++ b/src/components/chat/cytoscape.ts @@ -0,0 +1,123 @@ +// import { isNullOrUndefined } from 'util' +import TerminusClient from '@terminusdb/terminusdb-client' + +import * as fs from 'fs' + +const WOQL = TerminusClient.WOQL + +export async function generateKnowledgeGraph(ids: object[]): Promise { + const entities: { id: string; label: string; type: string }[] = [] + const relations: { source: string; target: string; type: string }[] = [] + for (const document of ids) { + const orgid = 'Organization/' + document['id'] + let orgEntity = entities.find(entity => entity.id === orgid) + if (!orgEntity) { + entities.push({ + id: orgid, + label: document['name'], + type: 'organization' + }) + orgEntity = entities[entities.length - 1] + } + + if (document['assignee'] !== undefined) { + const assigneeId = document['assignee'].replace(/^"|"$/g, '') + if (assigneeId !== undefined && assigneeId !== '') { + let assigneeEntity = entities.find(entity => entity.id === assigneeId) + if (!assigneeEntity) { + entities.push({ + id: assigneeId, + label: document['name'] + ' assignee', + type: 'attribute' + }) + assigneeEntity = entities[entities.length - 1] + } + let assigneeRelation = relations.find( + relation => + relation.source === orgid && relation.target === assigneeId + ) + if (!assigneeRelation) { + relations.push({ + source: orgid, + target: assigneeId, + type: 'assignee' + }) + } + } + } + + const ecosystems = ['blockchainecosystem', 'web3', 'topic', 'impactarea'] +for (const ecosystem of ecosystems) { + let ecosystemValues = document[ecosystem] + try { + ecosystemValues = JSON.parse(ecosystemValues) + } catch (error) { + console.log(error) + } + if (Array.isArray(ecosystemValues)) { + for (const ecosystemValue of ecosystemValues) { + if(ecosystemValue === undefined) continue; + const ecosystemId = ecosystemValue.replace(/^"|"$/g, '') + if (ecosystemId !== undefined && ecosystemId !== '') { + let ecosystemEntity = entities.find( + entity => entity.id === ecosystemId + ) + if (!ecosystemEntity) { + entities.push({ + id: ecosystemId, + label: ecosystemValue, + type: 'attribute' + }) + ecosystemEntity = entities[entities.length - 1] + } + let ecosystemRelation = relations.find( + relation => + relation.source === orgid && relation.target === ecosystemId + ) + if (!ecosystemRelation) { + relations.push({ + source: orgid, + target: ecosystemId, + type: ecosystem + }) + } + } + } + } else { + let ecosystemId = ecosystemValues + // console.log(ecosystemId) + if (ecosystemId !== undefined && ecosystemId !== '') { + ecosystemId = ecosystemId.replace(/^"|"$/g, '') + let ecosystemEntity = entities.find( + entity => entity.id === ecosystemId + ) + if (!ecosystemEntity) { + entities.push({ + id: ecosystemId, + label: document[ecosystem], + type: 'attribute' + }) + ecosystemEntity = entities[entities.length - 1] + } + let ecosystemRelation = relations.find( + relation => + relation.source === orgid && relation.target === ecosystemId + ) + if (!ecosystemRelation) { + relations.push({ + source: orgid, + target: ecosystemId, + type: ecosystem + }) + } + } + } + } + } + return { + entities: entities, + relations: relations + } +} + +export default generateKnowledgeGraph diff --git a/src/components/chat/data.json b/src/components/chat/data.json new file mode 100644 index 0000000..85b7d15 --- /dev/null +++ b/src/components/chat/data.json @@ -0,0 +1,92 @@ +{ + "entities": [{ + "label": "Organization", + "title": "Neuralink" + }, { + "label": "Organization", + "title": "SpaceX" + }, { + "label": "Organization", + "title": "Pretoria" + }, { + "label": "Organization", + "title": "The Boring Company" + }, { + "label": "Organization", + "title": "University of Pretoria" + }, { + "label": "Organization", + "title": "Stanford University" + }, { + "label": "Person", + "title": "Jeff Bezos" + }, { + "label": "Organization", + "title": "University of Pennsylvania" + }, { + "label": "Person", + "title": "Kimbal Musk" + }, { + "label": "Organization", + "title": "Tesla, Inc." + }, { + "label": "Person", + "title": "Elon Musk" + }], + "relations": [{ + "source": "Elon Musk", + "target": "Neuralink" + }, { + "source": "Tesla, Inc.", + "target": "Elon Musk", + "type": "owned by" + }, { + "source": "Elon Musk", + "target": "University of Pennsylvania", + "type": "residence" + }, { + "source": "Elon Musk", + "target": "Tesla, Inc.", + "type": "owned by" + }, { + "source": "The Boring Company", + "target": "Tesla, Inc.", + "type": "owned by" + }, { + "source": "Elon Musk", + "target": "Kimbal Musk", + "type": "sibling" + }, { + "source": "University of Pennsylvania", + "target": "Elon Musk", + "type": "residence" + }, { + "source": "The Boring Company", + "target": "Neuralink", + "type": "subsidiary" + }, { + "source": "Elon Musk", + "target": "University of Pretoria", + "type": "work location" + }, { + "source": "The Boring Company", + "target": "Elon Musk", + "type": "owned by" + }, { + "source": "Kimbal Musk", + "target": "Elon Musk", + "type": "sibling" + }, { + "source": "Neuralink", + "target": "Elon Musk", + "type": "owned by" + }, { + "source": "Elon Musk", + "target": "The Boring Company", + "type": "owned by" + }, { + "source": "Elon Musk", + "target": "University of Pennsylvania", + "type": "work location" + }] +} \ No newline at end of file diff --git a/src/components/chat/df.csv b/src/components/chat/df.csv new file mode 100644 index 0000000..48a8ef0 --- /dev/null +++ b/src/components/chat/df.csv @@ -0,0 +1,25 @@ +Document id,name,assignee,datecreated,description,logo,preJan20thUpvotes,reviewed,submittedbyemail,submittedbyname,submittedbyowner,subscribed,upvotes,impactarea,topic,blockchainecosystem,web3 +Organization/1e0832fa5474a176e004f0e4d587ee7801bd7272e9abb7743d8127324dc259aa,test,,,,,,,,,,,,,,, +Organization/94e4bec6c4397de81b525a97b3d16af681727a5c9f06c7f27cc2564835b59143,tester,,0000-12-31T23:59:59.900Z,,,0,,,,,,0,,,, +Organization/9470c06cddf598b90a2e072c71ebe1aff7414f371257809343c92cbb24fdb3ef,darren,,,,,,,,,,,,,,, +Organization/04a5b028a7499aa41d5e0e433b5d6128255611becd569bcbda3115700a7c0744,BVRio Environmental Exchange Platform,https://www.bvrio.org/,2022-05-07T11:03:00Z,BVRio's mission is to promote the use of market mechanisms to facilitate compliance with environmental laws and support the green and low carbon economy.,,0,checked,,,,,,['Investing'],['Consulting'],, +Organization/0008f7122957abba12e9db800fab7975254bd4ad0cd7c90e93a906566174e936,Sustainable Impact Token,https://sustainableimpacttokens.com/,2022-07-08T10:39:00Z,SIT PRESENTS A FIRST-OF-ITS KIND INVESTMENT OPPORTUNITY UNDERPINNED BY ITS THREE CORE DRIVING OBJECTIVES: 1.Food security 2.Renewable energy 3.Carbon reduction,,,checked,,,,,,['FoodAg'],"['Offsetting', 'Water']",['Tezos'],['Token'] +Organization/00cc6f5581fa22b43900ac0c0e42fd7ebe3b2e0c9846289fb264b9d3700b9617,Hazel,https://hazelverse.xyz,2022-12-09T11:25:00Z,"Hazel gamifies carbon removal, using NFTs and a casual game mechanic, to bring the public to the carbon-removal market and fight climate change. ",App_Store3x_gu09bjgyh.png (https://v5.airtableusercontent.com/v1/15/15/1675389600000/QApQyC6ogdwCVHtjjqXcOw/dqG9lSZe7D_F-YxLZgamq6hz2DxolRu7dO-AdM19PHR7FD1U6ll7eHzrdOAWsNV8OGPHRYnW2028usrc0c6hGPYYQVL6qjb32_0oae0NLraLYZZAxZ9zPUiqc0QTsXmQ/2bC8jNqUgE7i4PgZxlytnQIsbQ41lagTvu-FnEwy0pI),11,,,,checked,checked,11,['Carbon'],,"['Celo', 'Ethereum', 'Polygon']","['Community', 'Metaverse', 'NFT']" +Organization/01403ea7a34e7b764aea71cde72a086a46026596de4101514a7888616a66715b,Open Forest Protocol,https://www.openforestprotocol.org/product,2022-05-07T11:03:00Z,"Transparent, scalable and open-source forest monitoring and carbon financing",open-forest-logo.jpeg (https://v5.airtableusercontent.com/v1/15/15/1675389600000/REle8XxHaWAMQ97Ytj5I3Q/8CaLlOovk58wMA-pzOczx6P1s6_eVUd4eQ1ZI4nFgVTotdc29QQkIIdYAuKdqedfaYDhMvt_NAqIE7YELFT29TLKBlgd2XLwfBfQSTMpWHI/CIjmH4hsWQyrzrTYhUglOwQXSL1EDdr4s7j0PN5pa1Y),9,checked,,,,,9,['Nature'],"['Biodiversity', 'Community']",['Near'],['Token'] +Organization/014f869845e4f3dddf5d26dfae12c9de8c8be2a6f8e4b5463cd02e2685fe343a,Dream Village,https://dreamvillageghana.org/,2022-10-24T06:51:00Z,"Introducing regenerative agriculture, economies and developmental projects in Ghana",FB_IMG_1666014010988.jpg (https://v5.airtableusercontent.com/v1/15/15/1675389600000/X98CY9sPXQ0YdS-4x_PIgw/aehNZ2rZZiY9jnVjEL9yCWMniFHEefn7IcPBhiuA-5Ze54wbSIES-lO59L2uH__fsuIDdjQJyyQ7masFYd_XQc5twYZ6WmU6aCY5KpE03wY/ylF5DBoSJRoUht6ZC7cc33nPa9LyFRYR0jL4YyvJiaI),,,,,checked,checked,,"['Education', 'FoodAg', 'Innovation', 'Nature']","['Agriculture', 'Animals', 'Biodiversity', 'Energy', 'FoodForests', 'Forestry', 'Water']","['Other', 'RegenNetwork']","['DAO', 'dApp']" +Organization/016c0a02a6aa71d885e150f641417b86209a2983d0164d16b7e7446923af87a9,C4EST,cforest.org,2022-10-25T13:26:00Z,"Creating a token-based economy to invest in building plantations near city peripheries most prone to global warming’s effects and turning it into a nature-based bio-economy according to local industrial, social and environmental needs of the cities. ",c4est-logo-white.png (https://v5.airtableusercontent.com/v1/15/15/1675389600000/mEjWQLbUQ_lntUnTIgAwLQ/lY4OM_RR6IXwjLCP2QuR27GHJTTUBLZiy3CxxHbieXR4mvwcCnmUxW6SdXvN2DZkKknk0BYXzAWomfQ4xXkgRzHcOS-1SzOmHGXl4AHml4E/1SGyW1Huo5quCKAZyFMewiNGl2fyYWOuRc9FZNuLKWk),,,,,checked,checked,,"['Investing', 'Carbon', 'Energy', 'FoodAg', 'Industry', 'Infrastructure', 'Nature', 'SocialJustice']","['Agriculture', 'Animals', 'Biodiversity', 'Energy', 'FoodForests', 'Forestry', 'Meteorology', 'Water']",['Other'],"['Blockchain', 'DAO', 'NFT', 'Stablecoin', 'Token']" +Organization/019857cb0cfd541aae2988a0f43469d7d854e4821a80de9f2802f95b12d0bd6d,Future Quest,https://future.quest/,2022-10-07T07:27:00Z,"We're building a play-and-earn ecosystem committed to fixing our future. Part game, part launch pad for public good quests for our planet. ",1E755576-AF4D-40C3-ACAF-EB0E7603B88E_eplcl0rwi.jpeg (https://v5.airtableusercontent.com/v1/15/15/1675389600000/8DyTh8VREtSojyYvkgZEfw/sf2GfUZhYh409Pxc-jO9lubI3iBHDyorjvnxSJAE_IL7sOeC3V4JNo74wKB2QwZKAz_50Zwk3M62Ars8QBfEQF8P752SZLTfp20v5QVi2lqAbfepY2lgbqrBUoB9_k7ZborfVygtcu0RwTBbuAGlew/oEaKRPThOtUT5puZQlUqBZ2zg-CHqn31L9wzykPZQps),198,checked,,,,,198,['Investing'],,['Polygon'],['DAO'] +Organization/01adb0a6eb8da1c4f4ceb2176ad0f43aff28078a02deb1abc68b1346fceef886,KOKO DAO,https://kokodao.xyz/,2022-10-24T06:51:00Z,Proof of impact based on biodiversity and work with local communities,Koko Dao-02.jpg (https://v5.airtableusercontent.com/v1/15/15/1675389600000/OPi-TZ9RwZQ-BR6Bbd71Iw/M3-EE4ZFpK7IFwwYuv7Mze8sIIFZynaZkoJDjazn_GFaTAmA84b49TIx9468HegZfX16S54FswjFj-6joOLSBxD144CF7f8TLjNCqGj-ugI/Dr17MF1t5ySqm1q-uMy8zoSi4_JCXjwjPi-jxc_VbA8),,,,,checked,checked,,"['FoodAg', 'Nature']","['Agriculture', 'Biodiversity', 'FoodForests', 'Forestry']","['Cosmos', 'Other', 'RegenNetwork']",['DAO'] +Organization/02662d81af586be2cb75939a63e6bc7c9cc5e83cfc623cadf98ab3f28e548bd9,[redacted] labs (name incoming),,2022-10-25T10:39:00Z,DeFi-powered impact financing leveraging the graph to create webs of trust,[r].png (https://v5.airtableusercontent.com/v1/15/15/1675389600000/w9wyV7EUxpyv4EiakYXKrg/itqTMuokAETY6w0rNrPx39nYO_fTv3HPWCWjw67hDAHebcp4Hu8Do9bACW3W-_fPba793iDlUS8ybbWeOOyJcg/A-1il_EVTp_xO3urUmL0KM0QxNT6zSJUjYKEMqliZiw),6,,,,checked,checked,6,"['Investing', 'Carbon', 'Education', 'Energy', 'Infrastructure', 'Innovation', 'Nature', 'SocialJustice']","['Agriculture', 'Biodiversity', 'Energy', 'Forestry']","['Celo', 'Ethereum', 'Other', 'Polygon']","['Blockchain', 'DEX', 'NFT', 'Oracle', 'Other', 'Stablecoin', 'Token', 'dApp']" +Organization/02a8610aba2945b5723145dd82e329236c763f703f7e70d0b9725007893d7d35,ORGO,orgo.earth,2023-01-11T13:18:00Z,"ORGO is a Sponsorship Marketplace created to support environmental and social causes, while aiming to close the gap in sustainable finance and rewarding positive behaviors.",ORGO_Logo-04_t44cgzkp6.png (https://v5.airtableusercontent.com/v1/15/15/1675389600000/I1yecpmz-U3zUSYcUDqHbw/dnZTUG352RkLoXhm708w_bS0UzvpA4nYNA8nL3A9Z11hcyKe1RWsEvbFFYWvSxS0AR8RD3-thFSCqTQbxI-HePl1UZ-Qi-Jepn946vhQzxImY4gWRtRJFcELktpiG6bk/VyTIItCojOjg5atTVPjbcE3pM34rHNRpCZr8WTInFbE),,,,,checked,checked,,['Nature'],,"['Polkadot', 'Polygon']","['Community', 'DAO', 'Marketplace', 'NFT', 'Token', 'Wallet', 'dApp']" +Organization/031e45922dbae180e6b18df9679087bf8a5c796b2a446416cf95b5389effe3c6,Seatle NFT Museum,https://www.seattlenftmuseum.com/,2022-05-07T11:03:00Z,"Explore the Future of Art. Welcome to Seattle's first NFT art museum, designed to bring together artists, creators, collectors, and the broader blockchain community. ",,,checked,,,,,,['SocialJustice'],"['Art', 'Community', 'Initiative', 'Local']",,['NFT'] +Organization/0353ac2dd478a36e62deb2dba20307892bb8f25cb4d174c03723cfbc611373ef,Circonomy,https://circon.me/,2022-11-27T15:54:00Z,Our mission and vision is to turn capital goods into public goods by putting the circular economy on-chain and we'll accomplish this with a recycle/reuse-to-earn protocol.,Logo_mvm3cargk.png (https://v5.airtableusercontent.com/v1/15/15/1675389600000/Y269VSJYFyDC5rvpbdYFWQ/GKDZqxVfvDsmJk7VbQdxOioAblOA3InWQepzYmuCLwunOYFZZf3AcoIMe4cGfSTHRClb5X0kbi7OtG09iN6ENARDixI1njKwHvI-O2vfAJ8/yPiaOgnhLaXtGPdDfMulfe96VY_oswaf4ZKPnP9yzRI),,,,,checked,checked,,['Industry'],,"['Celo', 'Near', 'Polygon']","['Blockchain', 'Community', 'DAO', 'Marketplace', 'NFT', 'Token', 'Wallet', 'dApp']" +Organization/03a93b37edff42ea223d03209eb8bfb0f3107bfc8e8077fbbaffd452d4ebdc9e,earth.fm,http://earth.fm/,2022-07-08T10:39:00Z,Earth.fm is a non-profit organisation that seeks to protect and regenerate natural ecosystems and reconnect us to the more-than-human world.,,,checked,,,,,,['Nature'],['Biodiversity'],, +Organization/03c3c47e38024c1d5b04dfe90e458dbf645478748df406c0f9f07a338b4411bd,The Sun Exchange,https://thesunexchange.com/,2022-05-07T11:03:00Z,"Enter Sun Exchange, the world’s first peer-to-peer solar leasing platform. Through Sun Exchange, anyone, anywhere in the world, can own solar energy-producing cells and build wealth by leasing those cells to power businesses and organisations in emerging markets, with installations and maintenance taken care of by one of Sun Exchange’s carefully selected installation partners. We leverage financial innovation and the power of the crowd to drive sustainable energy development and make the environmental, social and economic benefits of solar accessible and affordable for all.",,,checked,,,,,,['Energy'],"['Fundraising', 'Renewables']",, +Organization/03ea9160ae4936db68df53e3d5ad6bf68b581baaa94ed4a41ddc03c6283c48dd,HARA,https://haratoken.io/,2022-05-07T11:03:00Z,Making the invisible visible through the use of technology to accelerate agricultural development for Indonesian farmers to be more equitable.,hara-token.jpeg (https://v5.airtableusercontent.com/v1/15/15/1675389600000/iOVDj9hkXM9q03Bm6j71Cg/VXwxSyxEKrFvTBFTVEQNlp7O0_uJimFkl5dbmWV4Gah8nia3nZL12DxcQcVu7resnlnO-y79JLjD8O3Tk7TupSa6u2lijrR1NwhZVIPUy7I/3pQR2hA-FQA_h6YisCrGCymzBcShanfdcRep_-LY3QY),4,checked,,,,,4,['FoodAg'],"['Community', 'Land', 'Local']",['Ethereum'],"['Blockchain', 'Oracle']" +Organization/052479193a721ea298ea93ff64522938f64a1ef4590e6a66bfcf12857e452d9e,"UCO Network +",https://www.uco.network/,2022-09-21T15:17:00Z,UCO Network is a public blockchain protocol that is deploying a suite of decentralised technologies that mitigate the risk of fraud and open new and exciting opportunities within the Advanced Bio fuel and Web3. Industries.,,,,,,,,,['Nature'],"['CircularEconomy', 'Traceability', 'waste']",,"['NFT', 'Token']" +Organization/053c0a1ae666ac91dd14ee418b079e5585f0d3d79d6cacbaf0f31aec12aa236f,Rebioca,https://www.rebioca.com/,2022-10-24T06:51:00Z,"Rebioca aims to design the products of the future by recycling organic wastes using less water and energy resulting in low carbon emissions, compared to traditional methods and processes.",rebioca-retina.png (https://v5.airtableusercontent.com/v1/15/15/1675389600000/0BuvqJilW-a2JyvVdvw80Q/bySVWUGoI2IFHjRc8JeqqSE5ROhj99AuT7CLlXzz7A5anfwab4LDw8QYYloYwJmJ5SyCfc3SPAMQIRBLRyi6Pubm66NS81OafcAR8XnXMk8/n4Q0fBDszBqBwS4fZRVhcKAIonPtihdvQyPdu2UUPA0),,,,,checked,checked,,"['Carbon', 'Energy', 'FoodAg', 'Nature']","['Agriculture', 'Animals', 'Water']",['Celo'],"['NFT', 'dApp']" +Organization/0544651b16d40568dedeaa97f4b8bd9c69a5b5988bbd463cfe081219bba5a132,Pozzle Planet,www.pozzleplanet.com,2022-10-24T06:51:00Z,"Pozzle Planet is a social app is a fun and inspiring way to make a positive impact in your everyday life. Earn POZ by joining and sharing planet positive actions with your friends via short-form video. On the outside, a social app where people generate impact by sharing videos and earning rewards. Underneath the hood, an impact-Protocol and ReFi yield generator that passively farms people’s impact into NFTs called Pozzles that contain impact tokens (Impact2) which represent measurable impact units from the real world. The Pozzle Planet mobile app sits at the intersection of 3 main growth trends in social, p2e gaming and DeFi, uniquely positioned as the first impact-2-earn social platform with tailwinds from increased individual and collective aspirations to be part of planet positive solutions. ",PP App Icon.png (https://v5.airtableusercontent.com/v1/15/15/1675389600000/WpQxVA6gWbRZIEpSBWAU3w/5tLAZtjfE3T-GJS1nifQBwzCSY5hbcjU2Bd8NZ8g3kkk2k9mxlhXRT2yDmXeG4csITwplZmpUctEp4-B1hk4p49bRZ2oTsmGl5T57kKNPTE/ZsQM_kMT8hWKj-FTz8egxkc5dJYjbOUqH78Mj0fNbDo),3,,,,checked,checked,3,"['Investing', 'Carbon', 'Education', 'Nature', 'Other', 'SocialJustice']","['Community', 'Local', 'Other']","['Celo', 'Polygon']","['NFT', 'Token', 'dApp']" +Organization/056f40719cfa5cc97d6b969a454032af6e5a92d7f76e8a4fb0b60c41b8fa2814,Global Innovation Lab for Climate Finance (the Lab),http://www.climatefinancelab.org/,2022-05-07T11:03:00Z,"Nations, businesses, and investors are working to move toward a low-carbon, climate resilient economy. Many of the measures underpinning this transition, including energy efficiency, renewable energy, sustainable transport, climate smart agriculture, and curbing deforestation, face specific barriers to attracting investment. By identifying, developing, and supporting transformative sustainable finance ideas, the Lab aims to drive billions of dollars of private investment to the low-carbon economy.",,,checked,,,,,,['Carbon'],"['Fundraising', 'Investing', 'Land', 'Renewables']",, +Organization/05bed03da8c15018650d4d7e13d0cc5a1c6c0b990bed5a92cbad818ff1826603,Carbovalent,https://carbovalent.com/,2022-12-22T13:34:00Z,"Carbovalent is a carbon credit network built on the Solana blockchain that aims to address the challenges of transparency, accessibility, liquidity, and composability in traditional off-chain carbon credit registries. ",Picture1_nxlmhoump.png (https://v5.airtableusercontent.com/v1/15/15/1675389600000/NKH1E0WNPC0G2SMM9mki7Q/6R2vCNu-M-CJG05WhhG25yu490EYRYQuGiUowPZW_o6iHP_EJbMQanZgRZNqojQ91RAzKfj14C3YkFyakQX2YvkOignsoU9nFaKUxtNcJ_Y/I4ItZRupaa8rBkbOBQd_hB9pYVB7WAx_GFCoesZ-7EI),911,,,,checked,,911,['Carbon'],,,"['Blockchain', 'Bridge', 'Marketplace', 'NFT', 'Token', 'dApp']" diff --git a/src/components/chat/json_graph.py b/src/components/chat/json_graph.py new file mode 100644 index 0000000..4a67105 --- /dev/null +++ b/src/components/chat/json_graph.py @@ -0,0 +1,78 @@ +from numpy import NaN +from terminusdb_client import WOQLClient +from terminusdb_client.woqlschema import WOQLSchema +from terminusdb_client.woqldataframe import result_to_df +import pandas as pd +import json + +# For Terminus X, use the following +# client = WOQLClient("https://cloud.terminusdb.com//") +# client.connect(db="demo_workshop", team="", use_token=True) + +client = WOQLClient("https://cloud.terminusdb.com/Myseelia/") +client.connect(db="playground3", team="Myseelia", use_token=True) + +orgs_raw = client.query_document({"@type": "Organization"}) +# team_marketing_raw = client.query_document({"@type": "Employee", "team": "marketing"}) + +df = result_to_df(orgs_raw) +# df_selected = df[0:20] +df = df.head(100) +#df.to_csv('df.csv', index=False) +entities = [] +relations = [] + +for i, row in df.iterrows(): + entities.append({'id': row['Document id'], 'label': row['name'], 'type': 'organization'}) + + if not isinstance(row['assignee'], float): + assignee_id = row['assignee'] + if not pd.isna(assignee_id) and assignee_id not in ['', None]: + entities.append({'id': assignee_id, 'label': row['assignee'], 'type': 'attribute'}) + relations.append({'source': row['Document id'], 'target': assignee_id, 'type': 'assignee'}) + + if isinstance(row['blockchainecosystem'], list): + for ecosystem in row['blockchainecosystem']: + ecosystem_id = ecosystem + if not pd.isna(ecosystem_id) and ecosystem_id not in ['', None]: + entities.append({'id': ecosystem_id, 'label': ecosystem, 'type': 'attribute'}) + relations.append({'source': row['Document id'], 'target': ecosystem_id, 'type': 'blockchain ecosystem'}) + else: + ecosystem_id = row['blockchainecosystem'] + if not pd.isna(ecosystem_id) and ecosystem_id not in ['', None]: + entities.append({'id': ecosystem_id, 'label': row['blockchainecosystem'], 'type': 'attribute'}) + relations.append({'source': row['Document id'], 'target': ecosystem_id, 'type': 'blockchain ecosystem'}) + + if isinstance(row['topic'], list): + for topic in row['topic']: + topic_id = topic + if not pd.isna(topic_id) and topic_id not in ['', None]: + entities.append({'id': topic_id, 'label': topic, 'type': 'attribute'}) + relations.append({'source': row['Document id'], 'target': topic_id, 'type': 'topic'}) + else: + topic_id = row['topic'] + if not pd.isna(topic_id) and topic_id not in ['', None]: + print(topic_id) + entities.append({'id': topic_id, 'label': row['topic'], 'type': 'attribute'}) + relations.append({'source': row['Document id'], 'target': topic_id, 'type': 'topic'}) + + if isinstance(row['web3'], list): + for web3 in row['web3']: + web3_id = web3 + if not pd.isna(web3_id) and web3_id not in ['', None]: + entities.append({'id': web3_id, 'label': web3, 'type': 'attribute'}) + relations.append({'source': row['Document id'], 'target': web3_id, 'type': 'web3'}) + else: + web3_id = row['web3'] + if not pd.isna(web3_id) and web3_id not in ['', None]: + entities.append({'id': web3_id, 'label': row['web3'], 'type': 'attribute'}) + relations.append({'source': row['Document id'], 'target': web3_id, 'type': 'web3'}) + +knowledgeGraphJson = { + 'entities': entities, + 'relations': relations +} + + +with open("knowledge_graph.json", "w") as f: + json.dump(knowledgeGraphJson, f) \ No newline at end of file diff --git a/src/components/chat/knowledge_graph.json b/src/components/chat/knowledge_graph.json new file mode 100644 index 0000000..fac9861 --- /dev/null +++ b/src/components/chat/knowledge_graph.json @@ -0,0 +1 @@ +{"entities": [{"id": "Organization/1e0832fa5474a176e004f0e4d587ee7801bd7272e9abb7743d8127324dc259aa", "label": "test", "type": "organization"}, {"id": "Organization/94e4bec6c4397de81b525a97b3d16af681727a5c9f06c7f27cc2564835b59143", "label": "tester", "type": "organization"}, {"id": "Organization/9470c06cddf598b90a2e072c71ebe1aff7414f371257809343c92cbb24fdb3ef", "label": "darren", "type": "organization"}, {"id": "Organization/04a5b028a7499aa41d5e0e433b5d6128255611becd569bcbda3115700a7c0744", "label": "BVRio Environmental Exchange Platform", "type": "organization"}, {"id": "https://www.bvrio.org/", "label": "https://www.bvrio.org/", "type": "attribute"}, {"id": "Consulting", "label": "Consulting", "type": "attribute"}, {"id": "Organization/0008f7122957abba12e9db800fab7975254bd4ad0cd7c90e93a906566174e936", "label": "Sustainable Impact Token", "type": "organization"}, {"id": "https://sustainableimpacttokens.com/", "label": "https://sustainableimpacttokens.com/", "type": "attribute"}, {"id": "Tezos", "label": "Tezos", "type": "attribute"}, {"id": "Offsetting", "label": "Offsetting", "type": "attribute"}, {"id": "Water", "label": "Water", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "Organization/00cc6f5581fa22b43900ac0c0e42fd7ebe3b2e0c9846289fb264b9d3700b9617", "label": "Hazel", "type": "organization"}, {"id": "https://hazelverse.xyz", "label": "https://hazelverse.xyz", "type": "attribute"}, {"id": "Celo", "label": "Celo", "type": "attribute"}, {"id": "Ethereum", "label": "Ethereum", "type": "attribute"}, {"id": "Polygon", "label": "Polygon", "type": "attribute"}, {"id": "Community", "label": "Community", "type": "attribute"}, {"id": "Metaverse", "label": "Metaverse", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Organization/01403ea7a34e7b764aea71cde72a086a46026596de4101514a7888616a66715b", "label": "Open Forest Protocol", "type": "organization"}, {"id": "https://www.openforestprotocol.org/product", "label": "https://www.openforestprotocol.org/product", "type": "attribute"}, {"id": "Near", "label": "Near", "type": "attribute"}, {"id": "Biodiversity", "label": "Biodiversity", "type": "attribute"}, {"id": "Community", "label": "Community", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "Organization/014f869845e4f3dddf5d26dfae12c9de8c8be2a6f8e4b5463cd02e2685fe343a", "label": "Dream Village", "type": "organization"}, {"id": "https://dreamvillageghana.org/", "label": "https://dreamvillageghana.org/", "type": "attribute"}, {"id": "Other", "label": "Other", "type": "attribute"}, {"id": "RegenNetwork", "label": "RegenNetwork", "type": "attribute"}, {"id": "Agriculture", "label": "Agriculture", "type": "attribute"}, {"id": "Animals", "label": "Animals", "type": "attribute"}, {"id": "Biodiversity", "label": "Biodiversity", "type": "attribute"}, {"id": "Energy", "label": "Energy", "type": "attribute"}, {"id": "FoodForests", "label": "FoodForests", "type": "attribute"}, {"id": "Forestry", "label": "Forestry", "type": "attribute"}, {"id": "Water", "label": "Water", "type": "attribute"}, {"id": "DAO", "label": "DAO", "type": "attribute"}, {"id": "dApp", "label": "dApp", "type": "attribute"}, {"id": "Organization/016c0a02a6aa71d885e150f641417b86209a2983d0164d16b7e7446923af87a9", "label": "C4EST", "type": "organization"}, {"id": "cforest.org", "label": "cforest.org", "type": "attribute"}, {"id": "Other", "label": "Other", "type": "attribute"}, {"id": "Agriculture", "label": "Agriculture", "type": "attribute"}, {"id": "Animals", "label": "Animals", "type": "attribute"}, {"id": "Biodiversity", "label": "Biodiversity", "type": "attribute"}, {"id": "Energy", "label": "Energy", "type": "attribute"}, {"id": "FoodForests", "label": "FoodForests", "type": "attribute"}, {"id": "Forestry", "label": "Forestry", "type": "attribute"}, {"id": "Meteorology", "label": "Meteorology", "type": "attribute"}, {"id": "Water", "label": "Water", "type": "attribute"}, {"id": "Blockchain", "label": "Blockchain", "type": "attribute"}, {"id": "DAO", "label": "DAO", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Stablecoin", "label": "Stablecoin", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "Organization/019857cb0cfd541aae2988a0f43469d7d854e4821a80de9f2802f95b12d0bd6d", "label": "Future Quest", "type": "organization"}, {"id": "https://future.quest/", "label": "https://future.quest/", "type": "attribute"}, {"id": "Polygon", "label": "Polygon", "type": "attribute"}, {"id": "DAO", "label": "DAO", "type": "attribute"}, {"id": "Organization/01adb0a6eb8da1c4f4ceb2176ad0f43aff28078a02deb1abc68b1346fceef886", "label": "KOKO DAO", "type": "organization"}, {"id": "https://kokodao.xyz/", "label": "https://kokodao.xyz/", "type": "attribute"}, {"id": "Cosmos", "label": "Cosmos", "type": "attribute"}, {"id": "Other", "label": "Other", "type": "attribute"}, {"id": "RegenNetwork", "label": "RegenNetwork", "type": "attribute"}, {"id": "Agriculture", "label": "Agriculture", "type": "attribute"}, {"id": "Biodiversity", "label": "Biodiversity", "type": "attribute"}, {"id": "FoodForests", "label": "FoodForests", "type": "attribute"}, {"id": "Forestry", "label": "Forestry", "type": "attribute"}, {"id": "DAO", "label": "DAO", "type": "attribute"}, {"id": "Organization/02662d81af586be2cb75939a63e6bc7c9cc5e83cfc623cadf98ab3f28e548bd9", "label": "[redacted] labs (name incoming)", "type": "organization"}, {"id": "Celo", "label": "Celo", "type": "attribute"}, {"id": "Ethereum", "label": "Ethereum", "type": "attribute"}, {"id": "Other", "label": "Other", "type": "attribute"}, {"id": "Polygon", "label": "Polygon", "type": "attribute"}, {"id": "Agriculture", "label": "Agriculture", "type": "attribute"}, {"id": "Biodiversity", "label": "Biodiversity", "type": "attribute"}, {"id": "Energy", "label": "Energy", "type": "attribute"}, {"id": "Forestry", "label": "Forestry", "type": "attribute"}, {"id": "Blockchain", "label": "Blockchain", "type": "attribute"}, {"id": "DEX", "label": "DEX", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Oracle", "label": "Oracle", "type": "attribute"}, {"id": "Other", "label": "Other", "type": "attribute"}, {"id": "Stablecoin", "label": "Stablecoin", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "dApp", "label": "dApp", "type": "attribute"}, {"id": "Organization/02a8610aba2945b5723145dd82e329236c763f703f7e70d0b9725007893d7d35", "label": "ORGO", "type": "organization"}, {"id": "orgo.earth", "label": "orgo.earth", "type": "attribute"}, {"id": "Polkadot", "label": "Polkadot", "type": "attribute"}, {"id": "Polygon", "label": "Polygon", "type": "attribute"}, {"id": "Community", "label": "Community", "type": "attribute"}, {"id": "DAO", "label": "DAO", "type": "attribute"}, {"id": "Marketplace", "label": "Marketplace", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "Wallet", "label": "Wallet", "type": "attribute"}, {"id": "dApp", "label": "dApp", "type": "attribute"}, {"id": "Organization/031e45922dbae180e6b18df9679087bf8a5c796b2a446416cf95b5389effe3c6", "label": "Seatle NFT Museum", "type": "organization"}, {"id": "https://www.seattlenftmuseum.com/", "label": "https://www.seattlenftmuseum.com/", "type": "attribute"}, {"id": "Art", "label": "Art", "type": "attribute"}, {"id": "Community", "label": "Community", "type": "attribute"}, {"id": "Initiative", "label": "Initiative", "type": "attribute"}, {"id": "Local", "label": "Local", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Organization/0353ac2dd478a36e62deb2dba20307892bb8f25cb4d174c03723cfbc611373ef", "label": "Circonomy", "type": "organization"}, {"id": "https://circon.me/", "label": "https://circon.me/", "type": "attribute"}, {"id": "Celo", "label": "Celo", "type": "attribute"}, {"id": "Near", "label": "Near", "type": "attribute"}, {"id": "Polygon", "label": "Polygon", "type": "attribute"}, {"id": "Blockchain", "label": "Blockchain", "type": "attribute"}, {"id": "Community", "label": "Community", "type": "attribute"}, {"id": "DAO", "label": "DAO", "type": "attribute"}, {"id": "Marketplace", "label": "Marketplace", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "Wallet", "label": "Wallet", "type": "attribute"}, {"id": "dApp", "label": "dApp", "type": "attribute"}, {"id": "Organization/03a93b37edff42ea223d03209eb8bfb0f3107bfc8e8077fbbaffd452d4ebdc9e", "label": "earth.fm", "type": "organization"}, {"id": "http://earth.fm/", "label": "http://earth.fm/", "type": "attribute"}, {"id": "Biodiversity", "label": "Biodiversity", "type": "attribute"}, {"id": "Organization/03c3c47e38024c1d5b04dfe90e458dbf645478748df406c0f9f07a338b4411bd", "label": "The Sun Exchange", "type": "organization"}, {"id": "https://thesunexchange.com/", "label": "https://thesunexchange.com/", "type": "attribute"}, {"id": "Fundraising", "label": "Fundraising", "type": "attribute"}, {"id": "Renewables", "label": "Renewables", "type": "attribute"}, {"id": "Organization/03ea9160ae4936db68df53e3d5ad6bf68b581baaa94ed4a41ddc03c6283c48dd", "label": "HARA", "type": "organization"}, {"id": "https://haratoken.io/", "label": "https://haratoken.io/", "type": "attribute"}, {"id": "Ethereum", "label": "Ethereum", "type": "attribute"}, {"id": "Community", "label": "Community", "type": "attribute"}, {"id": "Land", "label": "Land", "type": "attribute"}, {"id": "Local", "label": "Local", "type": "attribute"}, {"id": "Blockchain", "label": "Blockchain", "type": "attribute"}, {"id": "Oracle", "label": "Oracle", "type": "attribute"}, {"id": "Organization/052479193a721ea298ea93ff64522938f64a1ef4590e6a66bfcf12857e452d9e", "label": "UCO Network\n", "type": "organization"}, {"id": "https://www.uco.network/", "label": "https://www.uco.network/", "type": "attribute"}, {"id": "CircularEconomy", "label": "CircularEconomy", "type": "attribute"}, {"id": "Traceability", "label": "Traceability", "type": "attribute"}, {"id": "waste", "label": "waste", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "Organization/053c0a1ae666ac91dd14ee418b079e5585f0d3d79d6cacbaf0f31aec12aa236f", "label": "Rebioca", "type": "organization"}, {"id": "https://www.rebioca.com/", "label": "https://www.rebioca.com/", "type": "attribute"}, {"id": "Celo", "label": "Celo", "type": "attribute"}, {"id": "Agriculture", "label": "Agriculture", "type": "attribute"}, {"id": "Animals", "label": "Animals", "type": "attribute"}, {"id": "Water", "label": "Water", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "dApp", "label": "dApp", "type": "attribute"}, {"id": "Organization/0544651b16d40568dedeaa97f4b8bd9c69a5b5988bbd463cfe081219bba5a132", "label": "Pozzle Planet", "type": "organization"}, {"id": "www.pozzleplanet.com", "label": "www.pozzleplanet.com", "type": "attribute"}, {"id": "Celo", "label": "Celo", "type": "attribute"}, {"id": "Polygon", "label": "Polygon", "type": "attribute"}, {"id": "Community", "label": "Community", "type": "attribute"}, {"id": "Local", "label": "Local", "type": "attribute"}, {"id": "Other", "label": "Other", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "dApp", "label": "dApp", "type": "attribute"}, {"id": "Organization/056f40719cfa5cc97d6b969a454032af6e5a92d7f76e8a4fb0b60c41b8fa2814", "label": "Global Innovation Lab for Climate Finance (the Lab)", "type": "organization"}, {"id": "http://www.climatefinancelab.org/", "label": "http://www.climatefinancelab.org/", "type": "attribute"}, {"id": "Fundraising", "label": "Fundraising", "type": "attribute"}, {"id": "Investing", "label": "Investing", "type": "attribute"}, {"id": "Land", "label": "Land", "type": "attribute"}, {"id": "Renewables", "label": "Renewables", "type": "attribute"}, {"id": "Organization/05bed03da8c15018650d4d7e13d0cc5a1c6c0b990bed5a92cbad818ff1826603", "label": "Carbovalent", "type": "organization"}, {"id": "https://carbovalent.com/", "label": "https://carbovalent.com/", "type": "attribute"}, {"id": "Blockchain", "label": "Blockchain", "type": "attribute"}, {"id": "Bridge", "label": "Bridge", "type": "attribute"}, {"id": "Marketplace", "label": "Marketplace", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "dApp", "label": "dApp", "type": "attribute"}, {"id": "Organization/07581d432c9929aea8be71ce5f429033a20da77f858295c4b22a62dd82ecaaf9", "label": "Bloinx", "type": "organization"}, {"id": "https://bloinx.io/", "label": "https://bloinx.io/", "type": "attribute"}, {"id": "Community", "label": "Community", "type": "attribute"}, {"id": "dApp", "label": "dApp", "type": "attribute"}, {"id": "Organization/076a255b516734603f6688464f12449fe66762d2a0fa2a56a7201dc48fd41b47", "label": "Digital Gaia", "type": "organization"}, {"id": "www.Digitalgaia.earth", "label": "www.Digitalgaia.earth", "type": "attribute"}, {"id": "AI", "label": "AI", "type": "attribute"}, {"id": "Accounting", "label": "Accounting", "type": "attribute"}, {"id": "Community", "label": "Community", "type": "attribute"}, {"id": "Local", "label": "Local", "type": "attribute"}, {"id": "Organization/0773be054e03248bca759ccc00a45a4614c285bb5f353c13c35cde9716f2785d", "label": "DAO Nation", "type": "organization"}, {"id": "https://twitter.com/dao_nation?lang=en", "label": "https://twitter.com/dao_nation?lang=en", "type": "attribute"}, {"id": "Polygon", "label": "Polygon", "type": "attribute"}, {"id": "Community", "label": "Community", "type": "attribute"}, {"id": "DAO", "label": "DAO", "type": "attribute"}, {"id": "Organization/083dcca271326a54f1ee8fc51a0b2fd698d4d5ac97cb91b40911d09c59fc60cf", "label": "The Blockchain & Climate Institute\n", "type": "organization"}, {"id": "https://blockchainclimate.org/", "label": "https://blockchainclimate.org/", "type": "attribute"}, {"id": "Consulting", "label": "Consulting", "type": "attribute"}, {"id": "Community", "label": "Community", "type": "attribute"}, {"id": "Organization/0857d2056747e5c5203be33d53d9b2a28f86c0dee0d9cd8fb15f91c4aeb3c0e6", "label": "Confluence Analytics", "type": "organization"}, {"id": "https://codi-visuals.confluenceanalytics.com/", "label": "https://codi-visuals.confluenceanalytics.com/", "type": "attribute"}, {"id": "Polygon", "label": "Polygon", "type": "attribute"}, {"id": "Blockchain", "label": "Blockchain", "type": "attribute"}, {"id": "Organization/08adc88a4432e3f2b4a3c525627b62a876c0c009afa881146ecaa100168071c1", "label": "Serve", "type": "organization"}, {"id": "serve.co.com", "label": "serve.co.com", "type": "attribute"}, {"id": "Other", "label": "Other", "type": "attribute"}, {"id": "Other", "label": "Other", "type": "attribute"}, {"id": "Oracle", "label": "Oracle", "type": "attribute"}, {"id": "Organization/08ae12763e2c4c7f673727f7b4b66949b273b5fb1238dc7c3c2df30d71566651", "label": "Lobby3DAO", "type": "organization"}, {"id": "https://www.lobby3.io/", "label": "https://www.lobby3.io/", "type": "attribute"}, {"id": "Ethereum", "label": "Ethereum", "type": "attribute"}, {"id": "Community", "label": "Community", "type": "attribute"}, {"id": "Legal", "label": "Legal", "type": "attribute"}, {"id": "Local", "label": "Local", "type": "attribute"}, {"id": "DAO", "label": "DAO", "type": "attribute"}, {"id": "Metaverse", "label": "Metaverse", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "Organization/09dbff4ae3303311bbbc9cb8863f63866a04298b74a354eb4651522b697945d8", "label": "Cynsar Foundation", "type": "organization"}, {"id": "cynsar.foundation", "label": "cynsar.foundation", "type": "attribute"}, {"id": "DeSci", "label": "DeSci", "type": "attribute"}, {"id": "Fundraising", "label": "Fundraising", "type": "attribute"}, {"id": "Initiative", "label": "Initiative", "type": "attribute"}, {"id": "Organization/0a11057bd995ee19a97f80989bf9f66852c8b2888a25cbe9bfe6ab8a658991b9", "label": "Values Index", "type": "organization"}, {"id": "https://valuesindex.notion.site/valuesindex/Values-Index-792e61d08d0d485f84c9b5e5a64a62b5", "label": "https://valuesindex.notion.site/valuesindex/Values-Index-792e61d08d0d485f84c9b5e5a64a62b5", "type": "attribute"}, {"id": "Accounting", "label": "Accounting", "type": "attribute"}, {"id": "Data", "label": "Data", "type": "attribute"}, {"id": "inclusionequality", "label": "inclusionequality", "type": "attribute"}, {"id": "Organization/0abcb68cd72d7de6f1ab50c180656468c8381e30a27aa83db692a7c13d5f1048", "label": "IXO World", "type": "organization"}, {"id": "https://www.ixo.world/", "label": "https://www.ixo.world/", "type": "attribute"}, {"id": "Cosmos", "label": "Cosmos", "type": "attribute"}, {"id": "AI", "label": "AI", "type": "attribute"}, {"id": "Community", "label": "Community", "type": "attribute"}, {"id": "MRV", "label": "MRV", "type": "attribute"}, {"id": "Marketplace", "label": "Marketplace", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Oracle", "label": "Oracle", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "Organization/0b016f05f4dd861d57ce130592ad774d64f0733923bb3618ca81696cc2f46ac6", "label": "Mira DAO", "type": "organization"}, {"id": "https://miradao.io/", "label": "https://miradao.io/", "type": "attribute"}, {"id": "Polygon", "label": "Polygon", "type": "attribute"}, {"id": "Fundraising", "label": "Fundraising", "type": "attribute"}, {"id": "Land", "label": "Land", "type": "attribute"}, {"id": "Offsetting", "label": "Offsetting", "type": "attribute"}, {"id": "DAO", "label": "DAO", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "dApp", "label": "dApp", "type": "attribute"}, {"id": "Organization/0b7533083ade03c1897874b635ca1cc521a05eee7fc0a80165dafd6d97d26d5e", "label": "Carbonswap.exchange", "type": "organization"}, {"id": "https://carbonswap.exchange/#/swap", "label": "https://carbonswap.exchange/#/swap", "type": "attribute"}, {"id": "EnergyWebChain", "label": "EnergyWebChain", "type": "attribute"}, {"id": "Ethereum", "label": "Ethereum", "type": "attribute"}, {"id": "Marketplace", "label": "Marketplace", "type": "attribute"}, {"id": "Organization/0bfaa56fa44d0af13a55aa0c0a5ecfaa08a58089819a1696fe7ebaf458b66bc1", "label": "Argo Blockchain", "type": "organization"}, {"id": "https://argoblockchain.com/", "label": "https://argoblockchain.com/", "type": "attribute"}, {"id": "Bitcoin", "label": "Bitcoin", "type": "attribute"}, {"id": "Mining", "label": "Mining", "type": "attribute"}, {"id": "Organization/0d6622c525c236b1dec40d1384a9fe1c14d71853816c7406bfa655c24c2d0791", "label": "CyberBox ReFi NFT Marketplace", "type": "organization"}, {"id": "https://cyberbox.art/", "label": "https://cyberbox.art/", "type": "attribute"}, {"id": "Celo", "label": "Celo", "type": "attribute"}, {"id": "Offsetting", "label": "Offsetting", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Organization/0ddb3070b0a35398098dc901ba3add82439412df09a975cd31abf283dfd8a20b", "label": "JournoDAO", "type": "organization"}, {"id": "https://journodao.xyz/", "label": "https://journodao.xyz/", "type": "attribute"}, {"id": "Cosmos", "label": "Cosmos", "type": "attribute"}, {"id": "Ethereum", "label": "Ethereum", "type": "attribute"}, {"id": "Polygon", "label": "Polygon", "type": "attribute"}, {"id": "Blockchain", "label": "Blockchain", "type": "attribute"}, {"id": "DAO", "label": "DAO", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "dApp", "label": "dApp", "type": "attribute"}, {"id": "Organization/0e220b8d4d0f0328e2fc1b4fc996aca2ca15a962e79a926b10dd8330fc020ecd", "label": "ReFi DAO", "type": "organization"}, {"id": "https://refidao.com/", "label": "https://refidao.com/", "type": "attribute"}, {"id": "Other", "label": "Other", "type": "attribute"}, {"id": "DAO", "label": "DAO", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "dApp", "label": "dApp", "type": "attribute"}, {"id": "Organization/0e79652b2d4f059c311871c545a915f00fe864754e5aa740623dba3094faae6a", "label": "Traditional Dream Factory", "type": "organization"}, {"id": "https://traditionaldreamfactory.com", "label": "https://traditionaldreamfactory.com", "type": "attribute"}, {"id": "RegenNetwork", "label": "RegenNetwork", "type": "attribute"}, {"id": "Community", "label": "Community", "type": "attribute"}, {"id": "Land", "label": "Land", "type": "attribute"}, {"id": "DAO", "label": "DAO", "type": "attribute"}, {"id": "Organization/0ebfaebda4d4020f63ace7158d568f7b271c61b6eaee3cc508a7a50273b9da19", "label": "Moola", "type": "organization"}, {"id": "https://moola.market/", "label": "https://moola.market/", "type": "attribute"}, {"id": "Celo", "label": "Celo", "type": "attribute"}, {"id": "Financial_Inclusion", "label": "Financial_Inclusion", "type": "attribute"}, {"id": "dApp", "label": "dApp", "type": "attribute"}, {"id": "Organization/1043676875ae3bfc851b19bb819f6decb10a9e2b25b85e1b6365589d008edb89", "label": "Cool Points Club", "type": "organization"}, {"id": "https://coolpoints.club/impact/", "label": "https://coolpoints.club/impact/", "type": "attribute"}, {"id": "Biodiversity", "label": "Biodiversity", "type": "attribute"}, {"id": "Community", "label": "Community", "type": "attribute"}, {"id": "Offsetting", "label": "Offsetting", "type": "attribute"}, {"id": "Organization/104c398010c756bfd6a891a3bfdbb198ca9518ae5e0ad26c4c61dc38fa525056", "label": "The Block Explorer", "type": "organization"}, {"id": "https://www.theblockexplorer.com/", "label": "https://www.theblockexplorer.com/", "type": "attribute"}, {"id": "Organization/1080c9399a76e1ff7f52dac0fe7d9638fa54e6b912e575f5866b11fc5e1733af", "label": "Ivy Protocol", "type": "organization"}, {"id": "https://www.ivyprotocol.com/", "label": "https://www.ivyprotocol.com/", "type": "attribute"}, {"id": "Biodiversity", "label": "Biodiversity", "type": "attribute"}, {"id": "Community", "label": "Community", "type": "attribute"}, {"id": "Fundraising", "label": "Fundraising", "type": "attribute"}, {"id": "Governance", "label": "Governance", "type": "attribute"}, {"id": "Offsetting", "label": "Offsetting", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "dApp", "label": "dApp", "type": "attribute"}, {"id": "Organization/132f659a4c0af4b14dfd1a5738c9544c54d74f4adf9ee10e2a416c08eeb198fa", "label": "Green Digital Guardians", "type": "organization"}, {"id": "https://dgguardians.com/", "label": "https://dgguardians.com/", "type": "attribute"}, {"id": "Biodiversity", "label": "Biodiversity", "type": "attribute"}, {"id": "Community", "label": "Community", "type": "attribute"}, {"id": "Forestry", "label": "Forestry", "type": "attribute"}, {"id": "Fundraising", "label": "Fundraising", "type": "attribute"}, {"id": "Community", "label": "Community", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Organization/13c5885fd5a552c2689ec427898b4b909f4624a3fe0f92647a6e8c2dd884c11b", "label": "WeX", "type": "organization"}, {"id": "https://www.wecollective.xyz/", "label": "https://www.wecollective.xyz/", "type": "attribute"}, {"id": "Other", "label": "Other", "type": "attribute"}, {"id": "Agriculture", "label": "Agriculture", "type": "attribute"}, {"id": "Biodiversity", "label": "Biodiversity", "type": "attribute"}, {"id": "Energy", "label": "Energy", "type": "attribute"}, {"id": "FoodForests", "label": "FoodForests", "type": "attribute"}, {"id": "Forestry", "label": "Forestry", "type": "attribute"}, {"id": "Ocean", "label": "Ocean", "type": "attribute"}, {"id": "Other", "label": "Other", "type": "attribute"}, {"id": "Water", "label": "Water", "type": "attribute"}, {"id": "dApp", "label": "dApp", "type": "attribute"}, {"id": "Organization/13ccacc5e899e2d1ca5372a1f3bda4abf7f9181274496fdf627f6f435c9bbc83", "label": "Open Climate Collabthon", "type": "organization"}, {"id": "https://www.collabathon.openclimate.earth/", "label": "https://www.collabathon.openclimate.earth/", "type": "attribute"}, {"id": "Ethereum", "label": "Ethereum", "type": "attribute"}, {"id": "Accounting", "label": "Accounting", "type": "attribute"}, {"id": "Offsetting", "label": "Offsetting", "type": "attribute"}, {"id": "DAO", "label": "DAO", "type": "attribute"}, {"id": "Organization/13cfa6b0de06446f8d57a4fa08667b9ee329fe89a0c9b84d6ec7bea254c25bff", "label": "Purple Penguin\n", "type": "organization"}, {"id": "https://purplepenguin.finance/", "label": "https://purplepenguin.finance/", "type": "attribute"}, {"id": "BinanceSmartChain", "label": "BinanceSmartChain", "type": "attribute"}, {"id": "Biodiversity", "label": "Biodiversity", "type": "attribute"}, {"id": "Charity", "label": "Charity", "type": "attribute"}, {"id": "Community", "label": "Community", "type": "attribute"}, {"id": "Gaming", "label": "Gaming", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "dApp", "label": "dApp", "type": "attribute"}, {"id": "Organization/13ee0fe27cc3fb5ae2f88653dcbc69a3be5be833ae4fad92a716db909b8d1a3a", "label": "Wren", "type": "organization"}, {"id": "https://www.wren.co/", "label": "https://www.wren.co/", "type": "attribute"}, {"id": "Ethereum", "label": "Ethereum", "type": "attribute"}, {"id": "Offsetting", "label": "Offsetting", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "Organization/143ef3410da1626768da439054da00b427f391c988977c86f1706ce2a80d42ca", "label": "Bloom Network", "type": "organization"}, {"id": "https://bloomnetwork.earth", "label": "https://bloomnetwork.earth", "type": "attribute"}, {"id": "Ethereum", "label": "Ethereum", "type": "attribute"}, {"id": "Other", "label": "Other", "type": "attribute"}, {"id": "Agriculture", "label": "Agriculture", "type": "attribute"}, {"id": "Animals", "label": "Animals", "type": "attribute"}, {"id": "Biodiversity", "label": "Biodiversity", "type": "attribute"}, {"id": "FoodForests", "label": "FoodForests", "type": "attribute"}, {"id": "Ocean", "label": "Ocean", "type": "attribute"}, {"id": "Other", "label": "Other", "type": "attribute"}, {"id": "Water", "label": "Water", "type": "attribute"}, {"id": "DAO", "label": "DAO", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "dApp", "label": "dApp", "type": "attribute"}, {"id": "Organization/154b9b68efadd9eb5ca716c34feb478e8af0aa1ff250ae4e8e70f6012762ef95", "label": "TensionDAO", "type": "organization"}, {"id": "tension.dao", "label": "tension.dao", "type": "attribute"}, {"id": "Other", "label": "Other", "type": "attribute"}, {"id": "Ocean", "label": "Ocean", "type": "attribute"}, {"id": "Stablecoin", "label": "Stablecoin", "type": "attribute"}, {"id": "dApp", "label": "dApp", "type": "attribute"}, {"id": "Organization/1777609aea064af0a737c059b07b07ceea84ee33b3f15676b6bdf17ed236d1eb", "label": "Spark Eco", "type": "organization"}, {"id": "https://twitter.com/spark_eco", "label": "https://twitter.com/spark_eco", "type": "attribute"}, {"id": "Ethereum", "label": "Ethereum", "type": "attribute"}, {"id": "Polygon", "label": "Polygon", "type": "attribute"}, {"id": "Fundraising", "label": "Fundraising", "type": "attribute"}, {"id": "Renewables", "label": "Renewables", "type": "attribute"}, {"id": "DAO", "label": "DAO", "type": "attribute"}, {"id": "Organization/1781eba16e3b00991a0214f70e764b51e4ee63c150a2b483bd6fb44a02325696", "label": "Dynastea", "type": "organization"}, {"id": "Celo", "label": "Celo", "type": "attribute"}, {"id": "Ethereum", "label": "Ethereum", "type": "attribute"}, {"id": "Other", "label": "Other", "type": "attribute"}, {"id": "Polygon", "label": "Polygon", "type": "attribute"}, {"id": "Agriculture", "label": "Agriculture", "type": "attribute"}, {"id": "Energy", "label": "Energy", "type": "attribute"}, {"id": "Other", "label": "Other", "type": "attribute"}, {"id": "DAO", "label": "DAO", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "dApp", "label": "dApp", "type": "attribute"}, {"id": "Organization/17bbee7292de459c6b9b45da4b37fac85ff64be52c9b6ab4df5030cb518c5ab8", "label": "EcoDAO", "type": "organization"}, {"id": "https://eco.mirror.xyz/2B_lwjbLtWHF0_Z0ltVa9jn4iEFfu2yFfe6OIhBpTAI", "label": "https://eco.mirror.xyz/2B_lwjbLtWHF0_Z0ltVa9jn4iEFfu2yFfe6OIhBpTAI", "type": "attribute"}, {"id": "Ethereum", "label": "Ethereum", "type": "attribute"}, {"id": "Local", "label": "Local", "type": "attribute"}, {"id": "Organization/183a75ac3f4dda963d9bda29655317922112ba71b941fa63bde55d34841b8ae5", "label": "Leaf\n", "type": "organization"}, {"id": "https://leafglobalfintech.com/", "label": "https://leafglobalfintech.com/", "type": "attribute"}, {"id": "Celo", "label": "Celo", "type": "attribute"}, {"id": "Financial_Inclusion", "label": "Financial_Inclusion", "type": "attribute"}, {"id": "Wallet", "label": "Wallet", "type": "attribute"}, {"id": "Organization/1a0dd141371b80a5909dfc7a9926de6730c17e3040ce6fe1107bd47085041a65", "label": "Carbon Credit Technology (CCT)", "type": "organization"}, {"id": "https://www.cct.co/", "label": "https://www.cct.co/", "type": "attribute"}, {"id": "Algorand", "label": "Algorand", "type": "attribute"}, {"id": "Gaming", "label": "Gaming", "type": "attribute"}, {"id": "Offsetting", "label": "Offsetting", "type": "attribute"}, {"id": "DAO", "label": "DAO", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "Organization/1a31d4318d799058acc635b87105433cb0dae449738678d796468cb4feb1dd14", "label": "AGROFORESTRY, CLIMATE CHANGE & FORESTS(ECOSYSTEMS)", "type": "organization"}, {"id": "https://www.ayoweccauganda.org", "label": "https://www.ayoweccauganda.org", "type": "attribute"}, {"id": "Ethereum", "label": "Ethereum", "type": "attribute"}, {"id": "DAO", "label": "DAO", "type": "attribute"}, {"id": "Organization/1a611352ebd2ec8a741580c1b174cf6fa79936df4894a9a7ad4a02b8fe4cabab", "label": "BASIN DAO\n", "type": "organization"}, {"id": "https://www.basin.global/", "label": "https://www.basin.global/", "type": "attribute"}, {"id": "Cosmos", "label": "Cosmos", "type": "attribute"}, {"id": "RegenNetwork", "label": "RegenNetwork", "type": "attribute"}, {"id": "Biodiversity", "label": "Biodiversity", "type": "attribute"}, {"id": "Investing", "label": "Investing", "type": "attribute"}, {"id": "Land", "label": "Land", "type": "attribute"}, {"id": "DAO", "label": "DAO", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "Organization/1aebd2970960f3a52f2833e36f6a85c440b7db974dc25bd3fc46ec0c6fad6878", "label": "XRP Green Currency Tool", "type": "organization"}, {"id": "https://xrpl.org/carbon-calculator.html", "label": "https://xrpl.org/carbon-calculator.html", "type": "attribute"}, {"id": "Accounting", "label": "Accounting", "type": "attribute"}, {"id": "Organization/1b7bd56036dd2348ece341408b955f4da116d8989531b52c10169bc653a27a1a", "label": "Climate Impact X", "type": "organization"}, {"id": "https://www.climateimpactx.com/", "label": "https://www.climateimpactx.com/", "type": "attribute"}, {"id": "Consulting", "label": "Consulting", "type": "attribute"}, {"id": "Organization/1c26cfd6136e3e1421b18116ce4c97d5f34fb862e5dd5566e5d3dbf3042a4547", "label": "Grid Singularity", "type": "organization"}, {"id": "https://gridsingularity.com/", "label": "https://gridsingularity.com/", "type": "attribute"}, {"id": "EnergyWebChain", "label": "EnergyWebChain", "type": "attribute"}, {"id": "Community", "label": "Community", "type": "attribute"}, {"id": "Marketplace", "label": "Marketplace", "type": "attribute"}, {"id": "Renewables", "label": "Renewables", "type": "attribute"}, {"id": "Blockchain", "label": "Blockchain", "type": "attribute"}, {"id": "Organization/1c5b35fb6da506770e7103fb27099d479f1d9753cacd93bb17460885418a5a27", "label": "SproutUp", "type": "organization"}, {"id": "https://sproutup.app/", "label": "https://sproutup.app/", "type": "attribute"}, {"id": "Polygon", "label": "Polygon", "type": "attribute"}, {"id": "Agriculture", "label": "Agriculture", "type": "attribute"}, {"id": "Animals", "label": "Animals", "type": "attribute"}, {"id": "Biodiversity", "label": "Biodiversity", "type": "attribute"}, {"id": "Energy", "label": "Energy", "type": "attribute"}, {"id": "FoodForests", "label": "FoodForests", "type": "attribute"}, {"id": "Forestry", "label": "Forestry", "type": "attribute"}, {"id": "Meteorology", "label": "Meteorology", "type": "attribute"}, {"id": "Ocean", "label": "Ocean", "type": "attribute"}, {"id": "Water", "label": "Water", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Organization/1c8685b7c9f8bc85aa521c68e8e2b8a8f9f32c9fd3e031df16f789d7e4f93290", "label": "Spectral", "type": "organization"}, {"id": "https://spectral.energy/about/", "label": "https://spectral.energy/about/", "type": "attribute"}, {"id": "Renewables", "label": "Renewables", "type": "attribute"}, {"id": "dApp", "label": "dApp", "type": "attribute"}, {"id": "Organization/1c8c9acc7341e817efc85ddbda680aeeab5e3a365fca7a9503e98c9845162904", "label": "SEEDS", "type": "organization"}, {"id": "https://joinseeds.earth/", "label": "https://joinseeds.earth/", "type": "attribute"}, {"id": "EOS", "label": "EOS", "type": "attribute"}, {"id": "Fundraising", "label": "Fundraising", "type": "attribute"}, {"id": "Investing", "label": "Investing", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "dApp", "label": "dApp", "type": "attribute"}, {"id": "Organization/1cf5c7fdc11a4c0cb1e08444cb9ad5706a90f5f28c6c3a6d8d835c35000f7db7", "label": "Bridgit DAO", "type": "organization"}, {"id": "https://bridgit.io", "label": "https://bridgit.io", "type": "attribute"}, {"id": "Other", "label": "Other", "type": "attribute"}, {"id": "Other", "label": "Other", "type": "attribute"}, {"id": "Blockchain", "label": "Blockchain", "type": "attribute"}, {"id": "DAO", "label": "DAO", "type": "attribute"}, {"id": "DEX", "label": "DEX", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Stablecoin", "label": "Stablecoin", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "dApp", "label": "dApp", "type": "attribute"}, {"id": "Organization/1d9ab3d9a71c92cdd2ebb9eab0ad9f1d19e0f2a0b168d65324dd3137fcc30c62", "label": "The Eden DAO", "type": "organization"}, {"id": "https://edendao.io/about", "label": "https://edendao.io/about", "type": "attribute"}, {"id": "Ethereum", "label": "Ethereum", "type": "attribute"}, {"id": "Art", "label": "Art", "type": "attribute"}, {"id": "inclusionequality", "label": "inclusionequality", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Organization/1daade9e5f2fa9132ee054db5f9356e50d7ed55d260f9304b726eba700a39983", "label": "Celium", "type": "organization"}, {"id": "https://celium.notion.site/Welcome-to-Celium-dce373934a5a419caa3ee52ad281fffc", "label": "https://celium.notion.site/Welcome-to-Celium-dce373934a5a419caa3ee52ad281fffc", "type": "attribute"}, {"id": "Ethereum", "label": "Ethereum", "type": "attribute"}, {"id": "DAO", "label": "DAO", "type": "attribute"}, {"id": "Organization/1e31e43ac0018eb7022fe89286b4dddfe9bbbab86bfafa9e07691be58d96e24d", "label": "Guardians of Earth", "type": "organization"}, {"id": "https://www.guardiansofearth.io/mybionfts", "label": "https://www.guardiansofearth.io/mybionfts", "type": "attribute"}, {"id": "BinanceSmartChain", "label": "BinanceSmartChain", "type": "attribute"}, {"id": "Biodiversity", "label": "Biodiversity", "type": "attribute"}, {"id": "Gaming", "label": "Gaming", "type": "attribute"}, {"id": "Marketplace", "label": "Marketplace", "type": "attribute"}, {"id": "DAO", "label": "DAO", "type": "attribute"}, {"id": "Metaverse", "label": "Metaverse", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "dApp", "label": "dApp", "type": "attribute"}, {"id": "Organization/1e3e07be3adfba8ad3f689bae792918cca3ff1f77944e4c8d3b97f7d9ff01494", "label": "Teko", "type": "organization"}, {"id": "Ethereum", "label": "Ethereum", "type": "attribute"}, {"id": "Other", "label": "Other", "type": "attribute"}, {"id": "Polygon", "label": "Polygon", "type": "attribute"}, {"id": "RegenNetwork", "label": "RegenNetwork", "type": "attribute"}, {"id": "Animals", "label": "Animals", "type": "attribute"}, {"id": "Biodiversity", "label": "Biodiversity", "type": "attribute"}, {"id": "Forestry", "label": "Forestry", "type": "attribute"}, {"id": "Water", "label": "Water", "type": "attribute"}, {"id": "Blockchain", "label": "Blockchain", "type": "attribute"}, {"id": "DAO", "label": "DAO", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Oracle", "label": "Oracle", "type": "attribute"}, {"id": "Organization/1e9fbae8dff100ca0191b70c90218e6d238239196f0d578c8db32e0c29dc311b", "label": "WeCould DAO", "type": "organization"}, {"id": "https://www.youcould.info/wecoulddao", "label": "https://www.youcould.info/wecoulddao", "type": "attribute"}, {"id": "Ethereum", "label": "Ethereum", "type": "attribute"}, {"id": "Community", "label": "Community", "type": "attribute"}, {"id": "Fundraising", "label": "Fundraising", "type": "attribute"}, {"id": "DAO", "label": "DAO", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "Organization/1ea5d1eac1e1d60dd45e2c9a6722062f997250de4b63a5be7f4f9eb85c42307b", "label": "SpiritDAO", "type": "organization"}, {"id": "https://spiritdao.org", "label": "https://spiritdao.org", "type": "attribute"}, {"id": "Other", "label": "Other", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "Organization/1f59ace4a7e849d1e6b665c46b613fe5a56ceafc49cc2430fe706bb3dea14814", "label": "Umbrel", "type": "organization"}, {"id": "https://getumbrel.com/", "label": "https://getumbrel.com/", "type": "attribute"}, {"id": "Bitcoin", "label": "Bitcoin", "type": "attribute"}, {"id": "Data", "label": "Data", "type": "attribute"}, {"id": "Identity", "label": "Identity", "type": "attribute"}, {"id": "Organization/1f789a94e537411df4a785b5c9af1229051d09e917f45c1466e09c19ae5f8c46", "label": "Corcovado", "type": "organization"}, {"id": "https://www.corcova.do/", "label": "https://www.corcova.do/", "type": "attribute"}, {"id": "Local", "label": "Local", "type": "attribute"}, {"id": "Organization/1fa25ac3ab1b85908d28358f91c9727b41aafc64d2062160380c2e99e0b281d8", "label": "Empower", "type": "organization"}, {"id": "https://empower.eco/", "label": "https://empower.eco/", "type": "attribute"}, {"id": "CircularEconomy", "label": "CircularEconomy", "type": "attribute"}, {"id": "Organization/1fc8a4d1e3995cb48b492fee0e36382705d74cd6bc68edc92b7786542d0938d9", "label": "Centree.org", "type": "organization"}, {"id": "https://www.centree.org/", "label": "https://www.centree.org/", "type": "attribute"}, {"id": "Celo", "label": "Celo", "type": "attribute"}, {"id": "RegenNetwork", "label": "RegenNetwork", "type": "attribute"}, {"id": "Currency", "label": "Currency", "type": "attribute"}, {"id": "Investing", "label": "Investing", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "Organization/2056b808a96e29ce78660c83084c0afcf5ab543c71881d2132ad4ed3c92671db", "label": "Bright ID", "type": "organization"}, {"id": "https://www.brightid.org/", "label": "https://www.brightid.org/", "type": "attribute"}, {"id": "Ethereum", "label": "Ethereum", "type": "attribute"}, {"id": "Identity", "label": "Identity", "type": "attribute"}, {"id": "dApp", "label": "dApp", "type": "attribute"}, {"id": "Organization/21490fba3d2efe34c58bac3e77a5284a1b1dc3cafc38f878f0d8fd0b4db39345", "label": "Nemus", "type": "organization"}, {"id": "https://nemus.earth/", "label": "https://nemus.earth/", "type": "attribute"}, {"id": "Ethereum", "label": "Ethereum", "type": "attribute"}, {"id": "Art", "label": "Art", "type": "attribute"}, {"id": "Biodiversity", "label": "Biodiversity", "type": "attribute"}, {"id": "Gaming", "label": "Gaming", "type": "attribute"}, {"id": "Land", "label": "Land", "type": "attribute"}, {"id": "DAO", "label": "DAO", "type": "attribute"}, {"id": "Metaverse", "label": "Metaverse", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Organization/215b0c721fa3e520e341a6688777c3c56b180a8d8ebc408b78103b29db34a471", "label": "Grassroots Economics", "type": "organization"}, {"id": "https://www.grassrootseconomics.org/", "label": "https://www.grassrootseconomics.org/", "type": "attribute"}, {"id": "Currency", "label": "Currency", "type": "attribute"}, {"id": "Local", "label": "Local", "type": "attribute"}, {"id": "Payments", "label": "Payments", "type": "attribute"}, {"id": "Organization/21c3ac48fc998843b1bca2c4e42864aec9b1accb205cc4f5c92b512e7fb6e02a", "label": "ColtonArt", "type": "organization"}, {"id": "https://coltono.com/", "label": "https://coltono.com/", "type": "attribute"}, {"id": "Ethereum", "label": "Ethereum", "type": "attribute"}, {"id": "Polygon", "label": "Polygon", "type": "attribute"}, {"id": "Community", "label": "Community", "type": "attribute"}, {"id": "Metaverse", "label": "Metaverse", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Organization/21c53f60bbe8d16575e15c3c7de8c99d6eb49d180d448134e7f32f9aa162220c", "label": "CryptoTreesASA", "type": "organization"}, {"id": "https://cryptotrees.earth/", "label": "https://cryptotrees.earth/", "type": "attribute"}, {"id": "Algorand", "label": "Algorand", "type": "attribute"}, {"id": "Community", "label": "Community", "type": "attribute"}, {"id": "Gaming", "label": "Gaming", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "Organization/21eda11945b3d7c3e0374f0b7236799a19ee5787ccd45e68f95675b3bb617adf", "label": "Sweat Coin", "type": "organization"}, {"id": "https://sweatco.in/", "label": "https://sweatco.in/", "type": "attribute"}, {"id": "Near", "label": "Near", "type": "attribute"}, {"id": "Gaming", "label": "Gaming", "type": "attribute"}, {"id": "Movetoearn", "label": "Movetoearn", "type": "attribute"}, {"id": "Reward", "label": "Reward", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "dApp", "label": "dApp", "type": "attribute"}, {"id": "Organization/2261a5bfa41a7b5edc0f178aaecb607105a45bf63ff9c5cb68761afef37551b5", "label": "Blocklab", "type": "organization"}, {"id": "https://www.blocklab.nl/", "label": "https://www.blocklab.nl/", "type": "attribute"}, {"id": "Consulting", "label": "Consulting", "type": "attribute"}, {"id": "Organization/22a10f6d5d11f58fb8b8cb77e04251370909d80bfe18d92c29ece6b3e7ef371e", "label": "[redacted labs] to be determined", "type": "organization"}, {"id": "Celo", "label": "Celo", "type": "attribute"}, {"id": "Ethereum", "label": "Ethereum", "type": "attribute"}, {"id": "Other", "label": "Other", "type": "attribute"}, {"id": "Polygon", "label": "Polygon", "type": "attribute"}, {"id": "Agriculture", "label": "Agriculture", "type": "attribute"}, {"id": "Biodiversity", "label": "Biodiversity", "type": "attribute"}, {"id": "Energy", "label": "Energy", "type": "attribute"}, {"id": "Forestry", "label": "Forestry", "type": "attribute"}, {"id": "Blockchain", "label": "Blockchain", "type": "attribute"}, {"id": "DEX", "label": "DEX", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Oracle", "label": "Oracle", "type": "attribute"}, {"id": "Other", "label": "Other", "type": "attribute"}, {"id": "Stablecoin", "label": "Stablecoin", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "dApp", "label": "dApp", "type": "attribute"}, {"id": "Organization/22a43dbca6ae0f14c234358945c282970a275966d2f06e8721b701e1f19a704b", "label": "Patica Learning", "type": "organization"}, {"id": "https://patica.co", "label": "https://patica.co", "type": "attribute"}, {"id": "Polkadot", "label": "Polkadot", "type": "attribute"}, {"id": "dApp", "label": "dApp", "type": "attribute"}, {"id": "Organization/22c6254989927eb925f2d2893b1f90faad58f0436e2a1af79273b2386614c9dc", "label": "Wattz", "type": "organization"}, {"id": "https://wattz.org", "label": "https://wattz.org", "type": "attribute"}, {"id": "Algorand", "label": "Algorand", "type": "attribute"}, {"id": "Renewables", "label": "Renewables", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "dApp", "label": "dApp", "type": "attribute"}, {"id": "Organization/23066ac17172b7eb241dfe2220606f073d9b3949e4c0c627ed2ac5d2b7897a0e", "label": "XELS", "type": "organization"}, {"id": "https://www.xels.io/", "label": "https://www.xels.io/", "type": "attribute"}, {"id": "XELS", "label": "XELS", "type": "attribute"}, {"id": "AI", "label": "AI", "type": "attribute"}, {"id": "Accounting", "label": "Accounting", "type": "attribute"}, {"id": "Fundraising", "label": "Fundraising", "type": "attribute"}, {"id": "Offsetting", "label": "Offsetting", "type": "attribute"}, {"id": "Blockchain", "label": "Blockchain", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "Organization/23109c2f574ae195e7ec5e0162b873673e8d182b4703f0076bbcd4df80230f77", "label": "AgroforestDAO", "type": "organization"}, {"id": "https://rooted-club.web.app", "label": "https://rooted-club.web.app", "type": "attribute"}, {"id": "Other", "label": "Other", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Organization/23151e4331897fcc5ba2e9d6ff3f894871c518dbe87a585835e8096f894f0db7", "label": "", "type": "organization"}, {"id": "Organization/2356aa665b83bff1e35fcb8be33b03041d027bf9141098449a5a56d9f5070d85", "label": "Bioregional Regeneration Finance", "type": "organization"}, {"id": "Other", "label": "Other", "type": "attribute"}, {"id": "DAO", "label": "DAO", "type": "attribute"}, {"id": "Organization/24914cb9c0b854f7e8642b4de415d3103f1c68909df69c8e34378e8e43872877", "label": "H20 Securities", "type": "organization"}, {"id": "https://h2o-securities.com/", "label": "https://h2o-securities.com/", "type": "attribute"}, {"id": "BinanceSmartChain", "label": "BinanceSmartChain", "type": "attribute"}, {"id": "Fundraising", "label": "Fundraising", "type": "attribute"}, {"id": "Water", "label": "Water", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "Organization/25795fea1762aa39ec8ab2724a1f68a7823f7505603be578edf3f6914eca0690", "label": "Aerial.is", "type": "organization"}, {"id": "https://www.aerial.is/", "label": "https://www.aerial.is/", "type": "attribute"}, {"id": "Ethereum", "label": "Ethereum", "type": "attribute"}, {"id": "Accounting", "label": "Accounting", "type": "attribute"}, {"id": "Offsetting", "label": "Offsetting", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "dApp", "label": "dApp", "type": "attribute"}, {"id": "Organization/25c6b4381e380ad1ad5cb0e5a376873cc06ff584227e1741a0b192da266e7005", "label": "Asic Jungle", "type": "organization"}, {"id": "https://asicjungle.com/", "label": "https://asicjungle.com/", "type": "attribute"}, {"id": "Bitcoin", "label": "Bitcoin", "type": "attribute"}, {"id": "CircularEconomy", "label": "CircularEconomy", "type": "attribute"}, {"id": "Mining", "label": "Mining", "type": "attribute"}, {"id": "Organization/26056b74bfd6112c149f1cc4191d31138e9a17464866c7adfa63ea68e17c73c0", "label": "Hack4Climate", "type": "organization"}, {"id": "https://hack4climate.org/#home", "label": "https://hack4climate.org/#home", "type": "attribute"}, {"id": "Ethereum", "label": "Ethereum", "type": "attribute"}, {"id": "Fundraising", "label": "Fundraising", "type": "attribute"}, {"id": "Initiative", "label": "Initiative", "type": "attribute"}, {"id": "Investing", "label": "Investing", "type": "attribute"}, {"id": "Organization/26320a5c5b55a402a332560f3254ddaba9a9dfdacff1a6d41cd8080525ed34a5", "label": "VoizDAO", "type": "organization"}, {"id": "https://www.voizdao.xyz/", "label": "https://www.voizdao.xyz/", "type": "attribute"}, {"id": "Accounting", "label": "Accounting", "type": "attribute"}, {"id": "Community", "label": "Community", "type": "attribute"}, {"id": "Initiative", "label": "Initiative", "type": "attribute"}, {"id": "Media", "label": "Media", "type": "attribute"}, {"id": "Organization/26c4e8721d70a53caebb6d3afec70bec0468c656dc59a014238f204ad2f46f0e", "label": "Solarpunk Generation", "type": "organization"}, {"id": "https://solarpunkgeneration.carrd.co/", "label": "https://solarpunkgeneration.carrd.co/", "type": "attribute"}, {"id": "Other", "label": "Other", "type": "attribute"}, {"id": "Biodiversity", "label": "Biodiversity", "type": "attribute"}, {"id": "Forestry", "label": "Forestry", "type": "attribute"}, {"id": "Other", "label": "Other", "type": "attribute"}, {"id": "DAO", "label": "DAO", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Organization/26c948c935f10733396e2cc14dc841aacbf9546e91b8cb7bade70751a40227a1", "label": "FishCoin", "type": "organization"}, {"id": "https://fishcoin.co/", "label": "https://fishcoin.co/", "type": "attribute"}, {"id": "BinanceSmartChain", "label": "BinanceSmartChain", "type": "attribute"}, {"id": "Traceability", "label": "Traceability", "type": "attribute"}, {"id": "Organization/26eaebf0f592bae347c98c8dd725ee071a0b5a6d3bfc2cb9499a0bfb126aef82", "label": "Fabricating Future Forests", "type": "organization"}, {"id": "https://www.ffforests.xyz/", "label": "https://www.ffforests.xyz/", "type": "attribute"}, {"id": "Tezos", "label": "Tezos", "type": "attribute"}, {"id": "Fundraising", "label": "Fundraising", "type": "attribute"}, {"id": "Land", "label": "Land", "type": "attribute"}, {"id": "DAO", "label": "DAO", "type": "attribute"}, {"id": "NFT", "label": "NFT", "type": "attribute"}, {"id": "Organization/26ed852c95e3832668d5618939b34356f0b46a84f10866170bb750659ebae504", "label": "Block2030", "type": "organization"}, {"id": "https://www.block2030.com/", "label": "https://www.block2030.com/", "type": "attribute"}, {"id": "Ethereum", "label": "Ethereum", "type": "attribute"}, {"id": "Token", "label": "Token", "type": "attribute"}, {"id": "Organization/2715f40d1abf5b1a95f7b9f8dfa6049b9367025dca8bf28434b68ceb51e8839b", "label": "Earth Wallet", "type": "organization"}, {"id": "https://wallet.earth", "label": "https://wallet.earth", "type": "attribute"}, {"id": "Ethereum", "label": "Ethereum", "type": "attribute"}, {"id": "Governance", "label": "Governance", "type": "attribute"}, {"id": "Wallet", "label": "Wallet", "type": "attribute"}, {"id": "Organization/27e393491391c9c2c95c15fe2b487522cbcf83a900a99cf143c66546a347e6d7", "label": "Likvidi", "type": "organization"}, {"id": "https://www.likvidi.com", "label": "https://www.likvidi.com", "type": "attribute"}, {"id": "Ethereum", "label": "Ethereum", "type": "attribute"}, {"id": "Exchange", "label": "Exchange", "type": "attribute"}], "relations": [{"source": "Organization/04a5b028a7499aa41d5e0e433b5d6128255611becd569bcbda3115700a7c0744", "target": "https://www.bvrio.org/", "type": "assignee"}, {"source": "Organization/04a5b028a7499aa41d5e0e433b5d6128255611becd569bcbda3115700a7c0744", "target": "Consulting", "type": "topic"}, {"source": "Organization/0008f7122957abba12e9db800fab7975254bd4ad0cd7c90e93a906566174e936", "target": "https://sustainableimpacttokens.com/", "type": "assignee"}, {"source": "Organization/0008f7122957abba12e9db800fab7975254bd4ad0cd7c90e93a906566174e936", "target": "Tezos", "type": "blockchain ecosystem"}, {"source": "Organization/0008f7122957abba12e9db800fab7975254bd4ad0cd7c90e93a906566174e936", "target": "Offsetting", "type": "topic"}, {"source": "Organization/0008f7122957abba12e9db800fab7975254bd4ad0cd7c90e93a906566174e936", "target": "Water", "type": "topic"}, {"source": "Organization/0008f7122957abba12e9db800fab7975254bd4ad0cd7c90e93a906566174e936", "target": "Token", "type": "web3"}, {"source": "Organization/00cc6f5581fa22b43900ac0c0e42fd7ebe3b2e0c9846289fb264b9d3700b9617", "target": "https://hazelverse.xyz", "type": "assignee"}, {"source": "Organization/00cc6f5581fa22b43900ac0c0e42fd7ebe3b2e0c9846289fb264b9d3700b9617", "target": "Celo", "type": "blockchain ecosystem"}, {"source": "Organization/00cc6f5581fa22b43900ac0c0e42fd7ebe3b2e0c9846289fb264b9d3700b9617", "target": "Ethereum", "type": "blockchain ecosystem"}, {"source": "Organization/00cc6f5581fa22b43900ac0c0e42fd7ebe3b2e0c9846289fb264b9d3700b9617", "target": "Polygon", "type": "blockchain ecosystem"}, {"source": "Organization/00cc6f5581fa22b43900ac0c0e42fd7ebe3b2e0c9846289fb264b9d3700b9617", "target": "Community", "type": "web3"}, {"source": "Organization/00cc6f5581fa22b43900ac0c0e42fd7ebe3b2e0c9846289fb264b9d3700b9617", "target": "Metaverse", "type": "web3"}, {"source": "Organization/00cc6f5581fa22b43900ac0c0e42fd7ebe3b2e0c9846289fb264b9d3700b9617", "target": "NFT", "type": "web3"}, {"source": "Organization/01403ea7a34e7b764aea71cde72a086a46026596de4101514a7888616a66715b", "target": "https://www.openforestprotocol.org/product", "type": "assignee"}, {"source": "Organization/01403ea7a34e7b764aea71cde72a086a46026596de4101514a7888616a66715b", "target": "Near", "type": "blockchain ecosystem"}, {"source": "Organization/01403ea7a34e7b764aea71cde72a086a46026596de4101514a7888616a66715b", "target": "Biodiversity", "type": "topic"}, {"source": "Organization/01403ea7a34e7b764aea71cde72a086a46026596de4101514a7888616a66715b", "target": "Community", "type": "topic"}, {"source": "Organization/01403ea7a34e7b764aea71cde72a086a46026596de4101514a7888616a66715b", "target": "Token", "type": "web3"}, {"source": "Organization/014f869845e4f3dddf5d26dfae12c9de8c8be2a6f8e4b5463cd02e2685fe343a", "target": "https://dreamvillageghana.org/", "type": "assignee"}, {"source": "Organization/014f869845e4f3dddf5d26dfae12c9de8c8be2a6f8e4b5463cd02e2685fe343a", "target": "Other", "type": "blockchain ecosystem"}, {"source": "Organization/014f869845e4f3dddf5d26dfae12c9de8c8be2a6f8e4b5463cd02e2685fe343a", "target": "RegenNetwork", "type": "blockchain ecosystem"}, {"source": "Organization/014f869845e4f3dddf5d26dfae12c9de8c8be2a6f8e4b5463cd02e2685fe343a", "target": "Agriculture", "type": "topic"}, {"source": "Organization/014f869845e4f3dddf5d26dfae12c9de8c8be2a6f8e4b5463cd02e2685fe343a", "target": "Animals", "type": "topic"}, {"source": "Organization/014f869845e4f3dddf5d26dfae12c9de8c8be2a6f8e4b5463cd02e2685fe343a", "target": "Biodiversity", "type": "topic"}, {"source": "Organization/014f869845e4f3dddf5d26dfae12c9de8c8be2a6f8e4b5463cd02e2685fe343a", "target": "Energy", "type": "topic"}, {"source": "Organization/014f869845e4f3dddf5d26dfae12c9de8c8be2a6f8e4b5463cd02e2685fe343a", "target": "FoodForests", "type": "topic"}, {"source": "Organization/014f869845e4f3dddf5d26dfae12c9de8c8be2a6f8e4b5463cd02e2685fe343a", "target": "Forestry", "type": "topic"}, {"source": "Organization/014f869845e4f3dddf5d26dfae12c9de8c8be2a6f8e4b5463cd02e2685fe343a", "target": "Water", "type": "topic"}, {"source": "Organization/014f869845e4f3dddf5d26dfae12c9de8c8be2a6f8e4b5463cd02e2685fe343a", "target": "DAO", "type": "web3"}, {"source": "Organization/014f869845e4f3dddf5d26dfae12c9de8c8be2a6f8e4b5463cd02e2685fe343a", "target": "dApp", "type": "web3"}, {"source": "Organization/016c0a02a6aa71d885e150f641417b86209a2983d0164d16b7e7446923af87a9", "target": "cforest.org", "type": "assignee"}, {"source": "Organization/016c0a02a6aa71d885e150f641417b86209a2983d0164d16b7e7446923af87a9", "target": "Other", "type": "blockchain ecosystem"}, {"source": "Organization/016c0a02a6aa71d885e150f641417b86209a2983d0164d16b7e7446923af87a9", "target": "Agriculture", "type": "topic"}, {"source": "Organization/016c0a02a6aa71d885e150f641417b86209a2983d0164d16b7e7446923af87a9", "target": "Animals", "type": "topic"}, {"source": "Organization/016c0a02a6aa71d885e150f641417b86209a2983d0164d16b7e7446923af87a9", "target": "Biodiversity", "type": "topic"}, {"source": "Organization/016c0a02a6aa71d885e150f641417b86209a2983d0164d16b7e7446923af87a9", "target": "Energy", "type": "topic"}, {"source": "Organization/016c0a02a6aa71d885e150f641417b86209a2983d0164d16b7e7446923af87a9", "target": "FoodForests", "type": "topic"}, {"source": "Organization/016c0a02a6aa71d885e150f641417b86209a2983d0164d16b7e7446923af87a9", "target": "Forestry", "type": "topic"}, {"source": "Organization/016c0a02a6aa71d885e150f641417b86209a2983d0164d16b7e7446923af87a9", "target": "Meteorology", "type": "topic"}, {"source": "Organization/016c0a02a6aa71d885e150f641417b86209a2983d0164d16b7e7446923af87a9", "target": "Water", "type": "topic"}, {"source": "Organization/016c0a02a6aa71d885e150f641417b86209a2983d0164d16b7e7446923af87a9", "target": "Blockchain", "type": "web3"}, {"source": "Organization/016c0a02a6aa71d885e150f641417b86209a2983d0164d16b7e7446923af87a9", "target": "DAO", "type": "web3"}, {"source": "Organization/016c0a02a6aa71d885e150f641417b86209a2983d0164d16b7e7446923af87a9", "target": "NFT", "type": "web3"}, {"source": "Organization/016c0a02a6aa71d885e150f641417b86209a2983d0164d16b7e7446923af87a9", "target": "Stablecoin", "type": "web3"}, {"source": "Organization/016c0a02a6aa71d885e150f641417b86209a2983d0164d16b7e7446923af87a9", "target": "Token", "type": "web3"}, {"source": "Organization/019857cb0cfd541aae2988a0f43469d7d854e4821a80de9f2802f95b12d0bd6d", "target": "https://future.quest/", "type": "assignee"}, {"source": "Organization/019857cb0cfd541aae2988a0f43469d7d854e4821a80de9f2802f95b12d0bd6d", "target": "Polygon", "type": "blockchain ecosystem"}, {"source": "Organization/019857cb0cfd541aae2988a0f43469d7d854e4821a80de9f2802f95b12d0bd6d", "target": "DAO", "type": "web3"}, {"source": "Organization/01adb0a6eb8da1c4f4ceb2176ad0f43aff28078a02deb1abc68b1346fceef886", "target": "https://kokodao.xyz/", "type": "assignee"}, {"source": "Organization/01adb0a6eb8da1c4f4ceb2176ad0f43aff28078a02deb1abc68b1346fceef886", "target": "Cosmos", "type": "blockchain ecosystem"}, {"source": "Organization/01adb0a6eb8da1c4f4ceb2176ad0f43aff28078a02deb1abc68b1346fceef886", "target": "Other", "type": "blockchain ecosystem"}, {"source": "Organization/01adb0a6eb8da1c4f4ceb2176ad0f43aff28078a02deb1abc68b1346fceef886", "target": "RegenNetwork", "type": "blockchain ecosystem"}, {"source": "Organization/01adb0a6eb8da1c4f4ceb2176ad0f43aff28078a02deb1abc68b1346fceef886", "target": "Agriculture", "type": "topic"}, {"source": "Organization/01adb0a6eb8da1c4f4ceb2176ad0f43aff28078a02deb1abc68b1346fceef886", "target": "Biodiversity", "type": "topic"}, {"source": "Organization/01adb0a6eb8da1c4f4ceb2176ad0f43aff28078a02deb1abc68b1346fceef886", "target": "FoodForests", "type": "topic"}, {"source": "Organization/01adb0a6eb8da1c4f4ceb2176ad0f43aff28078a02deb1abc68b1346fceef886", "target": "Forestry", "type": "topic"}, {"source": "Organization/01adb0a6eb8da1c4f4ceb2176ad0f43aff28078a02deb1abc68b1346fceef886", "target": "DAO", "type": "web3"}, {"source": "Organization/02662d81af586be2cb75939a63e6bc7c9cc5e83cfc623cadf98ab3f28e548bd9", "target": "Celo", "type": "blockchain ecosystem"}, {"source": "Organization/02662d81af586be2cb75939a63e6bc7c9cc5e83cfc623cadf98ab3f28e548bd9", "target": "Ethereum", "type": "blockchain ecosystem"}, {"source": "Organization/02662d81af586be2cb75939a63e6bc7c9cc5e83cfc623cadf98ab3f28e548bd9", "target": "Other", "type": "blockchain ecosystem"}, {"source": "Organization/02662d81af586be2cb75939a63e6bc7c9cc5e83cfc623cadf98ab3f28e548bd9", "target": "Polygon", "type": "blockchain ecosystem"}, {"source": "Organization/02662d81af586be2cb75939a63e6bc7c9cc5e83cfc623cadf98ab3f28e548bd9", "target": "Agriculture", "type": "topic"}, {"source": "Organization/02662d81af586be2cb75939a63e6bc7c9cc5e83cfc623cadf98ab3f28e548bd9", "target": "Biodiversity", "type": "topic"}, {"source": "Organization/02662d81af586be2cb75939a63e6bc7c9cc5e83cfc623cadf98ab3f28e548bd9", "target": "Energy", "type": "topic"}, {"source": "Organization/02662d81af586be2cb75939a63e6bc7c9cc5e83cfc623cadf98ab3f28e548bd9", "target": "Forestry", "type": "topic"}, {"source": "Organization/02662d81af586be2cb75939a63e6bc7c9cc5e83cfc623cadf98ab3f28e548bd9", "target": "Blockchain", "type": "web3"}, {"source": "Organization/02662d81af586be2cb75939a63e6bc7c9cc5e83cfc623cadf98ab3f28e548bd9", "target": "DEX", "type": "web3"}, {"source": "Organization/02662d81af586be2cb75939a63e6bc7c9cc5e83cfc623cadf98ab3f28e548bd9", "target": "NFT", "type": "web3"}, {"source": "Organization/02662d81af586be2cb75939a63e6bc7c9cc5e83cfc623cadf98ab3f28e548bd9", "target": "Oracle", "type": "web3"}, {"source": "Organization/02662d81af586be2cb75939a63e6bc7c9cc5e83cfc623cadf98ab3f28e548bd9", "target": "Other", "type": "web3"}, {"source": "Organization/02662d81af586be2cb75939a63e6bc7c9cc5e83cfc623cadf98ab3f28e548bd9", "target": "Stablecoin", "type": "web3"}, {"source": "Organization/02662d81af586be2cb75939a63e6bc7c9cc5e83cfc623cadf98ab3f28e548bd9", "target": "Token", "type": "web3"}, {"source": "Organization/02662d81af586be2cb75939a63e6bc7c9cc5e83cfc623cadf98ab3f28e548bd9", "target": "dApp", "type": "web3"}, {"source": "Organization/02a8610aba2945b5723145dd82e329236c763f703f7e70d0b9725007893d7d35", "target": "orgo.earth", "type": "assignee"}, {"source": "Organization/02a8610aba2945b5723145dd82e329236c763f703f7e70d0b9725007893d7d35", "target": "Polkadot", "type": "blockchain ecosystem"}, {"source": "Organization/02a8610aba2945b5723145dd82e329236c763f703f7e70d0b9725007893d7d35", "target": "Polygon", "type": "blockchain ecosystem"}, {"source": "Organization/02a8610aba2945b5723145dd82e329236c763f703f7e70d0b9725007893d7d35", "target": "Community", "type": "web3"}, {"source": "Organization/02a8610aba2945b5723145dd82e329236c763f703f7e70d0b9725007893d7d35", "target": "DAO", "type": "web3"}, {"source": "Organization/02a8610aba2945b5723145dd82e329236c763f703f7e70d0b9725007893d7d35", "target": "Marketplace", "type": "web3"}, {"source": "Organization/02a8610aba2945b5723145dd82e329236c763f703f7e70d0b9725007893d7d35", "target": "NFT", "type": "web3"}, {"source": "Organization/02a8610aba2945b5723145dd82e329236c763f703f7e70d0b9725007893d7d35", "target": "Token", "type": "web3"}, {"source": "Organization/02a8610aba2945b5723145dd82e329236c763f703f7e70d0b9725007893d7d35", "target": "Wallet", "type": "web3"}, {"source": "Organization/02a8610aba2945b5723145dd82e329236c763f703f7e70d0b9725007893d7d35", "target": "dApp", "type": "web3"}, {"source": "Organization/031e45922dbae180e6b18df9679087bf8a5c796b2a446416cf95b5389effe3c6", "target": "https://www.seattlenftmuseum.com/", "type": "assignee"}, {"source": "Organization/031e45922dbae180e6b18df9679087bf8a5c796b2a446416cf95b5389effe3c6", "target": "Art", "type": "topic"}, {"source": "Organization/031e45922dbae180e6b18df9679087bf8a5c796b2a446416cf95b5389effe3c6", "target": "Community", "type": "topic"}, {"source": "Organization/031e45922dbae180e6b18df9679087bf8a5c796b2a446416cf95b5389effe3c6", "target": "Initiative", "type": "topic"}, {"source": "Organization/031e45922dbae180e6b18df9679087bf8a5c796b2a446416cf95b5389effe3c6", "target": "Local", "type": "topic"}, {"source": "Organization/031e45922dbae180e6b18df9679087bf8a5c796b2a446416cf95b5389effe3c6", "target": "NFT", "type": "web3"}, {"source": "Organization/0353ac2dd478a36e62deb2dba20307892bb8f25cb4d174c03723cfbc611373ef", "target": "https://circon.me/", "type": "assignee"}, {"source": "Organization/0353ac2dd478a36e62deb2dba20307892bb8f25cb4d174c03723cfbc611373ef", "target": "Celo", "type": "blockchain ecosystem"}, {"source": "Organization/0353ac2dd478a36e62deb2dba20307892bb8f25cb4d174c03723cfbc611373ef", "target": "Near", "type": "blockchain ecosystem"}, {"source": "Organization/0353ac2dd478a36e62deb2dba20307892bb8f25cb4d174c03723cfbc611373ef", "target": "Polygon", "type": "blockchain ecosystem"}, {"source": "Organization/0353ac2dd478a36e62deb2dba20307892bb8f25cb4d174c03723cfbc611373ef", "target": "Blockchain", "type": "web3"}, {"source": "Organization/0353ac2dd478a36e62deb2dba20307892bb8f25cb4d174c03723cfbc611373ef", "target": "Community", "type": "web3"}, {"source": "Organization/0353ac2dd478a36e62deb2dba20307892bb8f25cb4d174c03723cfbc611373ef", "target": "DAO", "type": "web3"}, {"source": "Organization/0353ac2dd478a36e62deb2dba20307892bb8f25cb4d174c03723cfbc611373ef", "target": "Marketplace", "type": "web3"}, {"source": "Organization/0353ac2dd478a36e62deb2dba20307892bb8f25cb4d174c03723cfbc611373ef", "target": "NFT", "type": "web3"}, {"source": "Organization/0353ac2dd478a36e62deb2dba20307892bb8f25cb4d174c03723cfbc611373ef", "target": "Token", "type": "web3"}, {"source": "Organization/0353ac2dd478a36e62deb2dba20307892bb8f25cb4d174c03723cfbc611373ef", "target": "Wallet", "type": "web3"}, {"source": "Organization/0353ac2dd478a36e62deb2dba20307892bb8f25cb4d174c03723cfbc611373ef", "target": "dApp", "type": "web3"}, {"source": "Organization/03a93b37edff42ea223d03209eb8bfb0f3107bfc8e8077fbbaffd452d4ebdc9e", "target": "http://earth.fm/", "type": "assignee"}, {"source": "Organization/03a93b37edff42ea223d03209eb8bfb0f3107bfc8e8077fbbaffd452d4ebdc9e", "target": "Biodiversity", "type": "topic"}, {"source": "Organization/03c3c47e38024c1d5b04dfe90e458dbf645478748df406c0f9f07a338b4411bd", "target": "https://thesunexchange.com/", "type": "assignee"}, {"source": "Organization/03c3c47e38024c1d5b04dfe90e458dbf645478748df406c0f9f07a338b4411bd", "target": "Fundraising", "type": "topic"}, {"source": "Organization/03c3c47e38024c1d5b04dfe90e458dbf645478748df406c0f9f07a338b4411bd", "target": "Renewables", "type": "topic"}, {"source": "Organization/03ea9160ae4936db68df53e3d5ad6bf68b581baaa94ed4a41ddc03c6283c48dd", "target": "https://haratoken.io/", "type": "assignee"}, {"source": "Organization/03ea9160ae4936db68df53e3d5ad6bf68b581baaa94ed4a41ddc03c6283c48dd", "target": "Ethereum", "type": "blockchain ecosystem"}, {"source": "Organization/03ea9160ae4936db68df53e3d5ad6bf68b581baaa94ed4a41ddc03c6283c48dd", "target": "Community", "type": "topic"}, {"source": "Organization/03ea9160ae4936db68df53e3d5ad6bf68b581baaa94ed4a41ddc03c6283c48dd", "target": "Land", "type": "topic"}, {"source": "Organization/03ea9160ae4936db68df53e3d5ad6bf68b581baaa94ed4a41ddc03c6283c48dd", "target": "Local", "type": "topic"}, {"source": "Organization/03ea9160ae4936db68df53e3d5ad6bf68b581baaa94ed4a41ddc03c6283c48dd", "target": "Blockchain", "type": "web3"}, {"source": "Organization/03ea9160ae4936db68df53e3d5ad6bf68b581baaa94ed4a41ddc03c6283c48dd", "target": "Oracle", "type": "web3"}, {"source": "Organization/052479193a721ea298ea93ff64522938f64a1ef4590e6a66bfcf12857e452d9e", "target": "https://www.uco.network/", "type": "assignee"}, {"source": "Organization/052479193a721ea298ea93ff64522938f64a1ef4590e6a66bfcf12857e452d9e", "target": "CircularEconomy", "type": "topic"}, {"source": "Organization/052479193a721ea298ea93ff64522938f64a1ef4590e6a66bfcf12857e452d9e", "target": "Traceability", "type": "topic"}, {"source": "Organization/052479193a721ea298ea93ff64522938f64a1ef4590e6a66bfcf12857e452d9e", "target": "waste", "type": "topic"}, {"source": "Organization/052479193a721ea298ea93ff64522938f64a1ef4590e6a66bfcf12857e452d9e", "target": "NFT", "type": "web3"}, {"source": "Organization/052479193a721ea298ea93ff64522938f64a1ef4590e6a66bfcf12857e452d9e", "target": "Token", "type": "web3"}, {"source": "Organization/053c0a1ae666ac91dd14ee418b079e5585f0d3d79d6cacbaf0f31aec12aa236f", "target": "https://www.rebioca.com/", "type": "assignee"}, {"source": "Organization/053c0a1ae666ac91dd14ee418b079e5585f0d3d79d6cacbaf0f31aec12aa236f", "target": "Celo", "type": "blockchain ecosystem"}, {"source": "Organization/053c0a1ae666ac91dd14ee418b079e5585f0d3d79d6cacbaf0f31aec12aa236f", "target": "Agriculture", "type": "topic"}, {"source": "Organization/053c0a1ae666ac91dd14ee418b079e5585f0d3d79d6cacbaf0f31aec12aa236f", "target": "Animals", "type": "topic"}, {"source": "Organization/053c0a1ae666ac91dd14ee418b079e5585f0d3d79d6cacbaf0f31aec12aa236f", "target": "Water", "type": "topic"}, {"source": "Organization/053c0a1ae666ac91dd14ee418b079e5585f0d3d79d6cacbaf0f31aec12aa236f", "target": "NFT", "type": "web3"}, {"source": "Organization/053c0a1ae666ac91dd14ee418b079e5585f0d3d79d6cacbaf0f31aec12aa236f", "target": "dApp", "type": "web3"}, {"source": "Organization/0544651b16d40568dedeaa97f4b8bd9c69a5b5988bbd463cfe081219bba5a132", "target": "www.pozzleplanet.com", "type": "assignee"}, {"source": "Organization/0544651b16d40568dedeaa97f4b8bd9c69a5b5988bbd463cfe081219bba5a132", "target": "Celo", "type": "blockchain ecosystem"}, {"source": "Organization/0544651b16d40568dedeaa97f4b8bd9c69a5b5988bbd463cfe081219bba5a132", "target": "Polygon", "type": "blockchain ecosystem"}, {"source": "Organization/0544651b16d40568dedeaa97f4b8bd9c69a5b5988bbd463cfe081219bba5a132", "target": "Community", "type": "topic"}, {"source": "Organization/0544651b16d40568dedeaa97f4b8bd9c69a5b5988bbd463cfe081219bba5a132", "target": "Local", "type": "topic"}, {"source": "Organization/0544651b16d40568dedeaa97f4b8bd9c69a5b5988bbd463cfe081219bba5a132", "target": "Other", "type": "topic"}, {"source": "Organization/0544651b16d40568dedeaa97f4b8bd9c69a5b5988bbd463cfe081219bba5a132", "target": "NFT", "type": "web3"}, {"source": "Organization/0544651b16d40568dedeaa97f4b8bd9c69a5b5988bbd463cfe081219bba5a132", "target": "Token", "type": "web3"}, {"source": "Organization/0544651b16d40568dedeaa97f4b8bd9c69a5b5988bbd463cfe081219bba5a132", "target": "dApp", "type": "web3"}, {"source": "Organization/056f40719cfa5cc97d6b969a454032af6e5a92d7f76e8a4fb0b60c41b8fa2814", "target": "http://www.climatefinancelab.org/", "type": "assignee"}, {"source": "Organization/056f40719cfa5cc97d6b969a454032af6e5a92d7f76e8a4fb0b60c41b8fa2814", "target": "Fundraising", "type": "topic"}, {"source": "Organization/056f40719cfa5cc97d6b969a454032af6e5a92d7f76e8a4fb0b60c41b8fa2814", "target": "Investing", "type": "topic"}, {"source": "Organization/056f40719cfa5cc97d6b969a454032af6e5a92d7f76e8a4fb0b60c41b8fa2814", "target": "Land", "type": "topic"}, {"source": "Organization/056f40719cfa5cc97d6b969a454032af6e5a92d7f76e8a4fb0b60c41b8fa2814", "target": "Renewables", "type": "topic"}, {"source": "Organization/05bed03da8c15018650d4d7e13d0cc5a1c6c0b990bed5a92cbad818ff1826603", "target": "https://carbovalent.com/", "type": "assignee"}, {"source": "Organization/05bed03da8c15018650d4d7e13d0cc5a1c6c0b990bed5a92cbad818ff1826603", "target": "Blockchain", "type": "web3"}, {"source": "Organization/05bed03da8c15018650d4d7e13d0cc5a1c6c0b990bed5a92cbad818ff1826603", "target": "Bridge", "type": "web3"}, {"source": "Organization/05bed03da8c15018650d4d7e13d0cc5a1c6c0b990bed5a92cbad818ff1826603", "target": "Marketplace", "type": "web3"}, {"source": "Organization/05bed03da8c15018650d4d7e13d0cc5a1c6c0b990bed5a92cbad818ff1826603", "target": "NFT", "type": "web3"}, {"source": "Organization/05bed03da8c15018650d4d7e13d0cc5a1c6c0b990bed5a92cbad818ff1826603", "target": "Token", "type": "web3"}, {"source": "Organization/05bed03da8c15018650d4d7e13d0cc5a1c6c0b990bed5a92cbad818ff1826603", "target": "dApp", "type": "web3"}, {"source": "Organization/07581d432c9929aea8be71ce5f429033a20da77f858295c4b22a62dd82ecaaf9", "target": "https://bloinx.io/", "type": "assignee"}, {"source": "Organization/07581d432c9929aea8be71ce5f429033a20da77f858295c4b22a62dd82ecaaf9", "target": "Community", "type": "topic"}, {"source": "Organization/07581d432c9929aea8be71ce5f429033a20da77f858295c4b22a62dd82ecaaf9", "target": "dApp", "type": "web3"}, {"source": "Organization/076a255b516734603f6688464f12449fe66762d2a0fa2a56a7201dc48fd41b47", "target": "www.Digitalgaia.earth", "type": "assignee"}, {"source": "Organization/076a255b516734603f6688464f12449fe66762d2a0fa2a56a7201dc48fd41b47", "target": "AI", "type": "topic"}, {"source": "Organization/076a255b516734603f6688464f12449fe66762d2a0fa2a56a7201dc48fd41b47", "target": "Accounting", "type": "topic"}, {"source": "Organization/076a255b516734603f6688464f12449fe66762d2a0fa2a56a7201dc48fd41b47", "target": "Community", "type": "topic"}, {"source": "Organization/076a255b516734603f6688464f12449fe66762d2a0fa2a56a7201dc48fd41b47", "target": "Local", "type": "topic"}, {"source": "Organization/0773be054e03248bca759ccc00a45a4614c285bb5f353c13c35cde9716f2785d", "target": "https://twitter.com/dao_nation?lang=en", "type": "assignee"}, {"source": "Organization/0773be054e03248bca759ccc00a45a4614c285bb5f353c13c35cde9716f2785d", "target": "Polygon", "type": "blockchain ecosystem"}, {"source": "Organization/0773be054e03248bca759ccc00a45a4614c285bb5f353c13c35cde9716f2785d", "target": "Community", "type": "topic"}, {"source": "Organization/0773be054e03248bca759ccc00a45a4614c285bb5f353c13c35cde9716f2785d", "target": "DAO", "type": "web3"}, {"source": "Organization/083dcca271326a54f1ee8fc51a0b2fd698d4d5ac97cb91b40911d09c59fc60cf", "target": "https://blockchainclimate.org/", "type": "assignee"}, {"source": "Organization/083dcca271326a54f1ee8fc51a0b2fd698d4d5ac97cb91b40911d09c59fc60cf", "target": "Consulting", "type": "topic"}, {"source": "Organization/083dcca271326a54f1ee8fc51a0b2fd698d4d5ac97cb91b40911d09c59fc60cf", "target": "Community", "type": "topic"}, {"source": "Organization/0857d2056747e5c5203be33d53d9b2a28f86c0dee0d9cd8fb15f91c4aeb3c0e6", "target": "https://codi-visuals.confluenceanalytics.com/", "type": "assignee"}, {"source": "Organization/0857d2056747e5c5203be33d53d9b2a28f86c0dee0d9cd8fb15f91c4aeb3c0e6", "target": "Polygon", "type": "blockchain ecosystem"}, {"source": "Organization/0857d2056747e5c5203be33d53d9b2a28f86c0dee0d9cd8fb15f91c4aeb3c0e6", "target": "Blockchain", "type": "web3"}, {"source": "Organization/08adc88a4432e3f2b4a3c525627b62a876c0c009afa881146ecaa100168071c1", "target": "serve.co.com", "type": "assignee"}, {"source": "Organization/08adc88a4432e3f2b4a3c525627b62a876c0c009afa881146ecaa100168071c1", "target": "Other", "type": "blockchain ecosystem"}, {"source": "Organization/08adc88a4432e3f2b4a3c525627b62a876c0c009afa881146ecaa100168071c1", "target": "Other", "type": "topic"}, {"source": "Organization/08adc88a4432e3f2b4a3c525627b62a876c0c009afa881146ecaa100168071c1", "target": "Oracle", "type": "web3"}, {"source": "Organization/08ae12763e2c4c7f673727f7b4b66949b273b5fb1238dc7c3c2df30d71566651", "target": "https://www.lobby3.io/", "type": "assignee"}, {"source": "Organization/08ae12763e2c4c7f673727f7b4b66949b273b5fb1238dc7c3c2df30d71566651", "target": "Ethereum", "type": "blockchain ecosystem"}, {"source": "Organization/08ae12763e2c4c7f673727f7b4b66949b273b5fb1238dc7c3c2df30d71566651", "target": "Community", "type": "topic"}, {"source": "Organization/08ae12763e2c4c7f673727f7b4b66949b273b5fb1238dc7c3c2df30d71566651", "target": "Legal", "type": "topic"}, {"source": "Organization/08ae12763e2c4c7f673727f7b4b66949b273b5fb1238dc7c3c2df30d71566651", "target": "Local", "type": "topic"}, {"source": "Organization/08ae12763e2c4c7f673727f7b4b66949b273b5fb1238dc7c3c2df30d71566651", "target": "DAO", "type": "web3"}, {"source": "Organization/08ae12763e2c4c7f673727f7b4b66949b273b5fb1238dc7c3c2df30d71566651", "target": "Metaverse", "type": "web3"}, {"source": "Organization/08ae12763e2c4c7f673727f7b4b66949b273b5fb1238dc7c3c2df30d71566651", "target": "NFT", "type": "web3"}, {"source": "Organization/08ae12763e2c4c7f673727f7b4b66949b273b5fb1238dc7c3c2df30d71566651", "target": "Token", "type": "web3"}, {"source": "Organization/09dbff4ae3303311bbbc9cb8863f63866a04298b74a354eb4651522b697945d8", "target": "cynsar.foundation", "type": "assignee"}, {"source": "Organization/09dbff4ae3303311bbbc9cb8863f63866a04298b74a354eb4651522b697945d8", "target": "DeSci", "type": "topic"}, {"source": "Organization/09dbff4ae3303311bbbc9cb8863f63866a04298b74a354eb4651522b697945d8", "target": "Fundraising", "type": "topic"}, {"source": "Organization/09dbff4ae3303311bbbc9cb8863f63866a04298b74a354eb4651522b697945d8", "target": "Initiative", "type": "topic"}, {"source": "Organization/0a11057bd995ee19a97f80989bf9f66852c8b2888a25cbe9bfe6ab8a658991b9", "target": "https://valuesindex.notion.site/valuesindex/Values-Index-792e61d08d0d485f84c9b5e5a64a62b5", "type": "assignee"}, {"source": "Organization/0a11057bd995ee19a97f80989bf9f66852c8b2888a25cbe9bfe6ab8a658991b9", "target": "Accounting", "type": "topic"}, {"source": "Organization/0a11057bd995ee19a97f80989bf9f66852c8b2888a25cbe9bfe6ab8a658991b9", "target": "Data", "type": "topic"}, {"source": "Organization/0a11057bd995ee19a97f80989bf9f66852c8b2888a25cbe9bfe6ab8a658991b9", "target": "inclusionequality", "type": "topic"}, {"source": "Organization/0abcb68cd72d7de6f1ab50c180656468c8381e30a27aa83db692a7c13d5f1048", "target": "https://www.ixo.world/", "type": "assignee"}, {"source": "Organization/0abcb68cd72d7de6f1ab50c180656468c8381e30a27aa83db692a7c13d5f1048", "target": "Cosmos", "type": "blockchain ecosystem"}, {"source": "Organization/0abcb68cd72d7de6f1ab50c180656468c8381e30a27aa83db692a7c13d5f1048", "target": "AI", "type": "topic"}, {"source": "Organization/0abcb68cd72d7de6f1ab50c180656468c8381e30a27aa83db692a7c13d5f1048", "target": "Community", "type": "topic"}, {"source": "Organization/0abcb68cd72d7de6f1ab50c180656468c8381e30a27aa83db692a7c13d5f1048", "target": "MRV", "type": "topic"}, {"source": "Organization/0abcb68cd72d7de6f1ab50c180656468c8381e30a27aa83db692a7c13d5f1048", "target": "Marketplace", "type": "topic"}, {"source": "Organization/0abcb68cd72d7de6f1ab50c180656468c8381e30a27aa83db692a7c13d5f1048", "target": "NFT", "type": "web3"}, {"source": "Organization/0abcb68cd72d7de6f1ab50c180656468c8381e30a27aa83db692a7c13d5f1048", "target": "Oracle", "type": "web3"}, {"source": "Organization/0abcb68cd72d7de6f1ab50c180656468c8381e30a27aa83db692a7c13d5f1048", "target": "Token", "type": "web3"}, {"source": "Organization/0b016f05f4dd861d57ce130592ad774d64f0733923bb3618ca81696cc2f46ac6", "target": "https://miradao.io/", "type": "assignee"}, {"source": "Organization/0b016f05f4dd861d57ce130592ad774d64f0733923bb3618ca81696cc2f46ac6", "target": "Polygon", "type": "blockchain ecosystem"}, {"source": "Organization/0b016f05f4dd861d57ce130592ad774d64f0733923bb3618ca81696cc2f46ac6", "target": "Fundraising", "type": "topic"}, {"source": "Organization/0b016f05f4dd861d57ce130592ad774d64f0733923bb3618ca81696cc2f46ac6", "target": "Land", "type": "topic"}, {"source": "Organization/0b016f05f4dd861d57ce130592ad774d64f0733923bb3618ca81696cc2f46ac6", "target": "Offsetting", "type": "topic"}, {"source": "Organization/0b016f05f4dd861d57ce130592ad774d64f0733923bb3618ca81696cc2f46ac6", "target": "DAO", "type": "web3"}, {"source": "Organization/0b016f05f4dd861d57ce130592ad774d64f0733923bb3618ca81696cc2f46ac6", "target": "Token", "type": "web3"}, {"source": "Organization/0b016f05f4dd861d57ce130592ad774d64f0733923bb3618ca81696cc2f46ac6", "target": "dApp", "type": "web3"}, {"source": "Organization/0b7533083ade03c1897874b635ca1cc521a05eee7fc0a80165dafd6d97d26d5e", "target": "https://carbonswap.exchange/#/swap", "type": "assignee"}, {"source": "Organization/0b7533083ade03c1897874b635ca1cc521a05eee7fc0a80165dafd6d97d26d5e", "target": "EnergyWebChain", "type": "blockchain ecosystem"}, {"source": "Organization/0b7533083ade03c1897874b635ca1cc521a05eee7fc0a80165dafd6d97d26d5e", "target": "Ethereum", "type": "blockchain ecosystem"}, {"source": "Organization/0b7533083ade03c1897874b635ca1cc521a05eee7fc0a80165dafd6d97d26d5e", "target": "Marketplace", "type": "topic"}, {"source": "Organization/0bfaa56fa44d0af13a55aa0c0a5ecfaa08a58089819a1696fe7ebaf458b66bc1", "target": "https://argoblockchain.com/", "type": "assignee"}, {"source": "Organization/0bfaa56fa44d0af13a55aa0c0a5ecfaa08a58089819a1696fe7ebaf458b66bc1", "target": "Bitcoin", "type": "blockchain ecosystem"}, {"source": "Organization/0bfaa56fa44d0af13a55aa0c0a5ecfaa08a58089819a1696fe7ebaf458b66bc1", "target": "Mining", "type": "topic"}, {"source": "Organization/0d6622c525c236b1dec40d1384a9fe1c14d71853816c7406bfa655c24c2d0791", "target": "https://cyberbox.art/", "type": "assignee"}, {"source": "Organization/0d6622c525c236b1dec40d1384a9fe1c14d71853816c7406bfa655c24c2d0791", "target": "Celo", "type": "blockchain ecosystem"}, {"source": "Organization/0d6622c525c236b1dec40d1384a9fe1c14d71853816c7406bfa655c24c2d0791", "target": "Offsetting", "type": "topic"}, {"source": "Organization/0d6622c525c236b1dec40d1384a9fe1c14d71853816c7406bfa655c24c2d0791", "target": "NFT", "type": "web3"}, {"source": "Organization/0ddb3070b0a35398098dc901ba3add82439412df09a975cd31abf283dfd8a20b", "target": "https://journodao.xyz/", "type": "assignee"}, {"source": "Organization/0ddb3070b0a35398098dc901ba3add82439412df09a975cd31abf283dfd8a20b", "target": "Cosmos", "type": "blockchain ecosystem"}, {"source": "Organization/0ddb3070b0a35398098dc901ba3add82439412df09a975cd31abf283dfd8a20b", "target": "Ethereum", "type": "blockchain ecosystem"}, {"source": "Organization/0ddb3070b0a35398098dc901ba3add82439412df09a975cd31abf283dfd8a20b", "target": "Polygon", "type": "blockchain ecosystem"}, {"source": "Organization/0ddb3070b0a35398098dc901ba3add82439412df09a975cd31abf283dfd8a20b", "target": "Blockchain", "type": "web3"}, {"source": "Organization/0ddb3070b0a35398098dc901ba3add82439412df09a975cd31abf283dfd8a20b", "target": "DAO", "type": "web3"}, {"source": "Organization/0ddb3070b0a35398098dc901ba3add82439412df09a975cd31abf283dfd8a20b", "target": "NFT", "type": "web3"}, {"source": "Organization/0ddb3070b0a35398098dc901ba3add82439412df09a975cd31abf283dfd8a20b", "target": "Token", "type": "web3"}, {"source": "Organization/0ddb3070b0a35398098dc901ba3add82439412df09a975cd31abf283dfd8a20b", "target": "dApp", "type": "web3"}, {"source": "Organization/0e220b8d4d0f0328e2fc1b4fc996aca2ca15a962e79a926b10dd8330fc020ecd", "target": "https://refidao.com/", "type": "assignee"}, {"source": "Organization/0e220b8d4d0f0328e2fc1b4fc996aca2ca15a962e79a926b10dd8330fc020ecd", "target": "Other", "type": "blockchain ecosystem"}, {"source": "Organization/0e220b8d4d0f0328e2fc1b4fc996aca2ca15a962e79a926b10dd8330fc020ecd", "target": "DAO", "type": "web3"}, {"source": "Organization/0e220b8d4d0f0328e2fc1b4fc996aca2ca15a962e79a926b10dd8330fc020ecd", "target": "NFT", "type": "web3"}, {"source": "Organization/0e220b8d4d0f0328e2fc1b4fc996aca2ca15a962e79a926b10dd8330fc020ecd", "target": "Token", "type": "web3"}, {"source": "Organization/0e220b8d4d0f0328e2fc1b4fc996aca2ca15a962e79a926b10dd8330fc020ecd", "target": "dApp", "type": "web3"}, {"source": "Organization/0e79652b2d4f059c311871c545a915f00fe864754e5aa740623dba3094faae6a", "target": "https://traditionaldreamfactory.com", "type": "assignee"}, {"source": "Organization/0e79652b2d4f059c311871c545a915f00fe864754e5aa740623dba3094faae6a", "target": "RegenNetwork", "type": "blockchain ecosystem"}, {"source": "Organization/0e79652b2d4f059c311871c545a915f00fe864754e5aa740623dba3094faae6a", "target": "Community", "type": "topic"}, {"source": "Organization/0e79652b2d4f059c311871c545a915f00fe864754e5aa740623dba3094faae6a", "target": "Land", "type": "topic"}, {"source": "Organization/0e79652b2d4f059c311871c545a915f00fe864754e5aa740623dba3094faae6a", "target": "DAO", "type": "web3"}, {"source": "Organization/0ebfaebda4d4020f63ace7158d568f7b271c61b6eaee3cc508a7a50273b9da19", "target": "https://moola.market/", "type": "assignee"}, {"source": "Organization/0ebfaebda4d4020f63ace7158d568f7b271c61b6eaee3cc508a7a50273b9da19", "target": "Celo", "type": "blockchain ecosystem"}, {"source": "Organization/0ebfaebda4d4020f63ace7158d568f7b271c61b6eaee3cc508a7a50273b9da19", "target": "Financial_Inclusion", "type": "topic"}, {"source": "Organization/0ebfaebda4d4020f63ace7158d568f7b271c61b6eaee3cc508a7a50273b9da19", "target": "dApp", "type": "web3"}, {"source": "Organization/1043676875ae3bfc851b19bb819f6decb10a9e2b25b85e1b6365589d008edb89", "target": "https://coolpoints.club/impact/", "type": "assignee"}, {"source": "Organization/1043676875ae3bfc851b19bb819f6decb10a9e2b25b85e1b6365589d008edb89", "target": "Biodiversity", "type": "topic"}, {"source": "Organization/1043676875ae3bfc851b19bb819f6decb10a9e2b25b85e1b6365589d008edb89", "target": "Community", "type": "topic"}, {"source": "Organization/1043676875ae3bfc851b19bb819f6decb10a9e2b25b85e1b6365589d008edb89", "target": "Offsetting", "type": "topic"}, {"source": "Organization/104c398010c756bfd6a891a3bfdbb198ca9518ae5e0ad26c4c61dc38fa525056", "target": "https://www.theblockexplorer.com/", "type": "assignee"}, {"source": "Organization/1080c9399a76e1ff7f52dac0fe7d9638fa54e6b912e575f5866b11fc5e1733af", "target": "https://www.ivyprotocol.com/", "type": "assignee"}, {"source": "Organization/1080c9399a76e1ff7f52dac0fe7d9638fa54e6b912e575f5866b11fc5e1733af", "target": "Biodiversity", "type": "topic"}, {"source": "Organization/1080c9399a76e1ff7f52dac0fe7d9638fa54e6b912e575f5866b11fc5e1733af", "target": "Community", "type": "topic"}, {"source": "Organization/1080c9399a76e1ff7f52dac0fe7d9638fa54e6b912e575f5866b11fc5e1733af", "target": "Fundraising", "type": "topic"}, {"source": "Organization/1080c9399a76e1ff7f52dac0fe7d9638fa54e6b912e575f5866b11fc5e1733af", "target": "Governance", "type": "topic"}, {"source": "Organization/1080c9399a76e1ff7f52dac0fe7d9638fa54e6b912e575f5866b11fc5e1733af", "target": "Offsetting", "type": "topic"}, {"source": "Organization/1080c9399a76e1ff7f52dac0fe7d9638fa54e6b912e575f5866b11fc5e1733af", "target": "NFT", "type": "web3"}, {"source": "Organization/1080c9399a76e1ff7f52dac0fe7d9638fa54e6b912e575f5866b11fc5e1733af", "target": "dApp", "type": "web3"}, {"source": "Organization/132f659a4c0af4b14dfd1a5738c9544c54d74f4adf9ee10e2a416c08eeb198fa", "target": "https://dgguardians.com/", "type": "assignee"}, {"source": "Organization/132f659a4c0af4b14dfd1a5738c9544c54d74f4adf9ee10e2a416c08eeb198fa", "target": "Biodiversity", "type": "topic"}, {"source": "Organization/132f659a4c0af4b14dfd1a5738c9544c54d74f4adf9ee10e2a416c08eeb198fa", "target": "Community", "type": "topic"}, {"source": "Organization/132f659a4c0af4b14dfd1a5738c9544c54d74f4adf9ee10e2a416c08eeb198fa", "target": "Forestry", "type": "topic"}, {"source": "Organization/132f659a4c0af4b14dfd1a5738c9544c54d74f4adf9ee10e2a416c08eeb198fa", "target": "Fundraising", "type": "topic"}, {"source": "Organization/132f659a4c0af4b14dfd1a5738c9544c54d74f4adf9ee10e2a416c08eeb198fa", "target": "Community", "type": "web3"}, {"source": "Organization/132f659a4c0af4b14dfd1a5738c9544c54d74f4adf9ee10e2a416c08eeb198fa", "target": "NFT", "type": "web3"}, {"source": "Organization/13c5885fd5a552c2689ec427898b4b909f4624a3fe0f92647a6e8c2dd884c11b", "target": "https://www.wecollective.xyz/", "type": "assignee"}, {"source": "Organization/13c5885fd5a552c2689ec427898b4b909f4624a3fe0f92647a6e8c2dd884c11b", "target": "Other", "type": "blockchain ecosystem"}, {"source": "Organization/13c5885fd5a552c2689ec427898b4b909f4624a3fe0f92647a6e8c2dd884c11b", "target": "Agriculture", "type": "topic"}, {"source": "Organization/13c5885fd5a552c2689ec427898b4b909f4624a3fe0f92647a6e8c2dd884c11b", "target": "Biodiversity", "type": "topic"}, {"source": "Organization/13c5885fd5a552c2689ec427898b4b909f4624a3fe0f92647a6e8c2dd884c11b", "target": "Energy", "type": "topic"}, {"source": "Organization/13c5885fd5a552c2689ec427898b4b909f4624a3fe0f92647a6e8c2dd884c11b", "target": "FoodForests", "type": "topic"}, {"source": "Organization/13c5885fd5a552c2689ec427898b4b909f4624a3fe0f92647a6e8c2dd884c11b", "target": "Forestry", "type": "topic"}, {"source": "Organization/13c5885fd5a552c2689ec427898b4b909f4624a3fe0f92647a6e8c2dd884c11b", "target": "Ocean", "type": "topic"}, {"source": "Organization/13c5885fd5a552c2689ec427898b4b909f4624a3fe0f92647a6e8c2dd884c11b", "target": "Other", "type": "topic"}, {"source": "Organization/13c5885fd5a552c2689ec427898b4b909f4624a3fe0f92647a6e8c2dd884c11b", "target": "Water", "type": "topic"}, {"source": "Organization/13c5885fd5a552c2689ec427898b4b909f4624a3fe0f92647a6e8c2dd884c11b", "target": "dApp", "type": "web3"}, {"source": "Organization/13ccacc5e899e2d1ca5372a1f3bda4abf7f9181274496fdf627f6f435c9bbc83", "target": "https://www.collabathon.openclimate.earth/", "type": "assignee"}, {"source": "Organization/13ccacc5e899e2d1ca5372a1f3bda4abf7f9181274496fdf627f6f435c9bbc83", "target": "Ethereum", "type": "blockchain ecosystem"}, {"source": "Organization/13ccacc5e899e2d1ca5372a1f3bda4abf7f9181274496fdf627f6f435c9bbc83", "target": "Accounting", "type": "topic"}, {"source": "Organization/13ccacc5e899e2d1ca5372a1f3bda4abf7f9181274496fdf627f6f435c9bbc83", "target": "Offsetting", "type": "topic"}, {"source": "Organization/13ccacc5e899e2d1ca5372a1f3bda4abf7f9181274496fdf627f6f435c9bbc83", "target": "DAO", "type": "web3"}, {"source": "Organization/13cfa6b0de06446f8d57a4fa08667b9ee329fe89a0c9b84d6ec7bea254c25bff", "target": "https://purplepenguin.finance/", "type": "assignee"}, {"source": "Organization/13cfa6b0de06446f8d57a4fa08667b9ee329fe89a0c9b84d6ec7bea254c25bff", "target": "BinanceSmartChain", "type": "blockchain ecosystem"}, {"source": "Organization/13cfa6b0de06446f8d57a4fa08667b9ee329fe89a0c9b84d6ec7bea254c25bff", "target": "Biodiversity", "type": "topic"}, {"source": "Organization/13cfa6b0de06446f8d57a4fa08667b9ee329fe89a0c9b84d6ec7bea254c25bff", "target": "Charity", "type": "topic"}, {"source": "Organization/13cfa6b0de06446f8d57a4fa08667b9ee329fe89a0c9b84d6ec7bea254c25bff", "target": "Community", "type": "topic"}, {"source": "Organization/13cfa6b0de06446f8d57a4fa08667b9ee329fe89a0c9b84d6ec7bea254c25bff", "target": "Gaming", "type": "topic"}, {"source": "Organization/13cfa6b0de06446f8d57a4fa08667b9ee329fe89a0c9b84d6ec7bea254c25bff", "target": "NFT", "type": "web3"}, {"source": "Organization/13cfa6b0de06446f8d57a4fa08667b9ee329fe89a0c9b84d6ec7bea254c25bff", "target": "Token", "type": "web3"}, {"source": "Organization/13cfa6b0de06446f8d57a4fa08667b9ee329fe89a0c9b84d6ec7bea254c25bff", "target": "dApp", "type": "web3"}, {"source": "Organization/13ee0fe27cc3fb5ae2f88653dcbc69a3be5be833ae4fad92a716db909b8d1a3a", "target": "https://www.wren.co/", "type": "assignee"}, {"source": "Organization/13ee0fe27cc3fb5ae2f88653dcbc69a3be5be833ae4fad92a716db909b8d1a3a", "target": "Ethereum", "type": "blockchain ecosystem"}, {"source": "Organization/13ee0fe27cc3fb5ae2f88653dcbc69a3be5be833ae4fad92a716db909b8d1a3a", "target": "Offsetting", "type": "topic"}, {"source": "Organization/13ee0fe27cc3fb5ae2f88653dcbc69a3be5be833ae4fad92a716db909b8d1a3a", "target": "Token", "type": "web3"}, {"source": "Organization/143ef3410da1626768da439054da00b427f391c988977c86f1706ce2a80d42ca", "target": "https://bloomnetwork.earth", "type": "assignee"}, {"source": "Organization/143ef3410da1626768da439054da00b427f391c988977c86f1706ce2a80d42ca", "target": "Ethereum", "type": "blockchain ecosystem"}, {"source": "Organization/143ef3410da1626768da439054da00b427f391c988977c86f1706ce2a80d42ca", "target": "Other", "type": "blockchain ecosystem"}, {"source": "Organization/143ef3410da1626768da439054da00b427f391c988977c86f1706ce2a80d42ca", "target": "Agriculture", "type": "topic"}, {"source": "Organization/143ef3410da1626768da439054da00b427f391c988977c86f1706ce2a80d42ca", "target": "Animals", "type": "topic"}, {"source": "Organization/143ef3410da1626768da439054da00b427f391c988977c86f1706ce2a80d42ca", "target": "Biodiversity", "type": "topic"}, {"source": "Organization/143ef3410da1626768da439054da00b427f391c988977c86f1706ce2a80d42ca", "target": "FoodForests", "type": "topic"}, {"source": "Organization/143ef3410da1626768da439054da00b427f391c988977c86f1706ce2a80d42ca", "target": "Ocean", "type": "topic"}, {"source": "Organization/143ef3410da1626768da439054da00b427f391c988977c86f1706ce2a80d42ca", "target": "Other", "type": "topic"}, {"source": "Organization/143ef3410da1626768da439054da00b427f391c988977c86f1706ce2a80d42ca", "target": "Water", "type": "topic"}, {"source": "Organization/143ef3410da1626768da439054da00b427f391c988977c86f1706ce2a80d42ca", "target": "DAO", "type": "web3"}, {"source": "Organization/143ef3410da1626768da439054da00b427f391c988977c86f1706ce2a80d42ca", "target": "NFT", "type": "web3"}, {"source": "Organization/143ef3410da1626768da439054da00b427f391c988977c86f1706ce2a80d42ca", "target": "Token", "type": "web3"}, {"source": "Organization/143ef3410da1626768da439054da00b427f391c988977c86f1706ce2a80d42ca", "target": "dApp", "type": "web3"}, {"source": "Organization/154b9b68efadd9eb5ca716c34feb478e8af0aa1ff250ae4e8e70f6012762ef95", "target": "tension.dao", "type": "assignee"}, {"source": "Organization/154b9b68efadd9eb5ca716c34feb478e8af0aa1ff250ae4e8e70f6012762ef95", "target": "Other", "type": "blockchain ecosystem"}, {"source": "Organization/154b9b68efadd9eb5ca716c34feb478e8af0aa1ff250ae4e8e70f6012762ef95", "target": "Ocean", "type": "topic"}, {"source": "Organization/154b9b68efadd9eb5ca716c34feb478e8af0aa1ff250ae4e8e70f6012762ef95", "target": "Stablecoin", "type": "web3"}, {"source": "Organization/154b9b68efadd9eb5ca716c34feb478e8af0aa1ff250ae4e8e70f6012762ef95", "target": "dApp", "type": "web3"}, {"source": "Organization/1777609aea064af0a737c059b07b07ceea84ee33b3f15676b6bdf17ed236d1eb", "target": "https://twitter.com/spark_eco", "type": "assignee"}, {"source": "Organization/1777609aea064af0a737c059b07b07ceea84ee33b3f15676b6bdf17ed236d1eb", "target": "Ethereum", "type": "blockchain ecosystem"}, {"source": "Organization/1777609aea064af0a737c059b07b07ceea84ee33b3f15676b6bdf17ed236d1eb", "target": "Polygon", "type": "blockchain ecosystem"}, {"source": "Organization/1777609aea064af0a737c059b07b07ceea84ee33b3f15676b6bdf17ed236d1eb", "target": "Fundraising", "type": "topic"}, {"source": "Organization/1777609aea064af0a737c059b07b07ceea84ee33b3f15676b6bdf17ed236d1eb", "target": "Renewables", "type": "topic"}, {"source": "Organization/1777609aea064af0a737c059b07b07ceea84ee33b3f15676b6bdf17ed236d1eb", "target": "DAO", "type": "web3"}, {"source": "Organization/1781eba16e3b00991a0214f70e764b51e4ee63c150a2b483bd6fb44a02325696", "target": "Celo", "type": "blockchain ecosystem"}, {"source": "Organization/1781eba16e3b00991a0214f70e764b51e4ee63c150a2b483bd6fb44a02325696", "target": "Ethereum", "type": "blockchain ecosystem"}, {"source": "Organization/1781eba16e3b00991a0214f70e764b51e4ee63c150a2b483bd6fb44a02325696", "target": "Other", "type": "blockchain ecosystem"}, {"source": "Organization/1781eba16e3b00991a0214f70e764b51e4ee63c150a2b483bd6fb44a02325696", "target": "Polygon", "type": "blockchain ecosystem"}, {"source": "Organization/1781eba16e3b00991a0214f70e764b51e4ee63c150a2b483bd6fb44a02325696", "target": "Agriculture", "type": "topic"}, {"source": "Organization/1781eba16e3b00991a0214f70e764b51e4ee63c150a2b483bd6fb44a02325696", "target": "Energy", "type": "topic"}, {"source": "Organization/1781eba16e3b00991a0214f70e764b51e4ee63c150a2b483bd6fb44a02325696", "target": "Other", "type": "topic"}, {"source": "Organization/1781eba16e3b00991a0214f70e764b51e4ee63c150a2b483bd6fb44a02325696", "target": "DAO", "type": "web3"}, {"source": "Organization/1781eba16e3b00991a0214f70e764b51e4ee63c150a2b483bd6fb44a02325696", "target": "NFT", "type": "web3"}, {"source": "Organization/1781eba16e3b00991a0214f70e764b51e4ee63c150a2b483bd6fb44a02325696", "target": "Token", "type": "web3"}, {"source": "Organization/1781eba16e3b00991a0214f70e764b51e4ee63c150a2b483bd6fb44a02325696", "target": "dApp", "type": "web3"}, {"source": "Organization/17bbee7292de459c6b9b45da4b37fac85ff64be52c9b6ab4df5030cb518c5ab8", "target": "https://eco.mirror.xyz/2B_lwjbLtWHF0_Z0ltVa9jn4iEFfu2yFfe6OIhBpTAI", "type": "assignee"}, {"source": "Organization/17bbee7292de459c6b9b45da4b37fac85ff64be52c9b6ab4df5030cb518c5ab8", "target": "Ethereum", "type": "blockchain ecosystem"}, {"source": "Organization/17bbee7292de459c6b9b45da4b37fac85ff64be52c9b6ab4df5030cb518c5ab8", "target": "Local", "type": "topic"}, {"source": "Organization/183a75ac3f4dda963d9bda29655317922112ba71b941fa63bde55d34841b8ae5", "target": "https://leafglobalfintech.com/", "type": "assignee"}, {"source": "Organization/183a75ac3f4dda963d9bda29655317922112ba71b941fa63bde55d34841b8ae5", "target": "Celo", "type": "blockchain ecosystem"}, {"source": "Organization/183a75ac3f4dda963d9bda29655317922112ba71b941fa63bde55d34841b8ae5", "target": "Financial_Inclusion", "type": "topic"}, {"source": "Organization/183a75ac3f4dda963d9bda29655317922112ba71b941fa63bde55d34841b8ae5", "target": "Wallet", "type": "web3"}, {"source": "Organization/1a0dd141371b80a5909dfc7a9926de6730c17e3040ce6fe1107bd47085041a65", "target": "https://www.cct.co/", "type": "assignee"}, {"source": "Organization/1a0dd141371b80a5909dfc7a9926de6730c17e3040ce6fe1107bd47085041a65", "target": "Algorand", "type": "blockchain ecosystem"}, {"source": "Organization/1a0dd141371b80a5909dfc7a9926de6730c17e3040ce6fe1107bd47085041a65", "target": "Gaming", "type": "topic"}, {"source": "Organization/1a0dd141371b80a5909dfc7a9926de6730c17e3040ce6fe1107bd47085041a65", "target": "Offsetting", "type": "topic"}, {"source": "Organization/1a0dd141371b80a5909dfc7a9926de6730c17e3040ce6fe1107bd47085041a65", "target": "DAO", "type": "web3"}, {"source": "Organization/1a0dd141371b80a5909dfc7a9926de6730c17e3040ce6fe1107bd47085041a65", "target": "Token", "type": "web3"}, {"source": "Organization/1a31d4318d799058acc635b87105433cb0dae449738678d796468cb4feb1dd14", "target": "https://www.ayoweccauganda.org", "type": "assignee"}, {"source": "Organization/1a31d4318d799058acc635b87105433cb0dae449738678d796468cb4feb1dd14", "target": "Ethereum", "type": "blockchain ecosystem"}, {"source": "Organization/1a31d4318d799058acc635b87105433cb0dae449738678d796468cb4feb1dd14", "target": "DAO", "type": "web3"}, {"source": "Organization/1a611352ebd2ec8a741580c1b174cf6fa79936df4894a9a7ad4a02b8fe4cabab", "target": "https://www.basin.global/", "type": "assignee"}, {"source": "Organization/1a611352ebd2ec8a741580c1b174cf6fa79936df4894a9a7ad4a02b8fe4cabab", "target": "Cosmos", "type": "blockchain ecosystem"}, {"source": "Organization/1a611352ebd2ec8a741580c1b174cf6fa79936df4894a9a7ad4a02b8fe4cabab", "target": "RegenNetwork", "type": "blockchain ecosystem"}, {"source": "Organization/1a611352ebd2ec8a741580c1b174cf6fa79936df4894a9a7ad4a02b8fe4cabab", "target": "Biodiversity", "type": "topic"}, {"source": "Organization/1a611352ebd2ec8a741580c1b174cf6fa79936df4894a9a7ad4a02b8fe4cabab", "target": "Investing", "type": "topic"}, {"source": "Organization/1a611352ebd2ec8a741580c1b174cf6fa79936df4894a9a7ad4a02b8fe4cabab", "target": "Land", "type": "topic"}, {"source": "Organization/1a611352ebd2ec8a741580c1b174cf6fa79936df4894a9a7ad4a02b8fe4cabab", "target": "DAO", "type": "web3"}, {"source": "Organization/1a611352ebd2ec8a741580c1b174cf6fa79936df4894a9a7ad4a02b8fe4cabab", "target": "Token", "type": "web3"}, {"source": "Organization/1aebd2970960f3a52f2833e36f6a85c440b7db974dc25bd3fc46ec0c6fad6878", "target": "https://xrpl.org/carbon-calculator.html", "type": "assignee"}, {"source": "Organization/1aebd2970960f3a52f2833e36f6a85c440b7db974dc25bd3fc46ec0c6fad6878", "target": "Accounting", "type": "topic"}, {"source": "Organization/1b7bd56036dd2348ece341408b955f4da116d8989531b52c10169bc653a27a1a", "target": "https://www.climateimpactx.com/", "type": "assignee"}, {"source": "Organization/1b7bd56036dd2348ece341408b955f4da116d8989531b52c10169bc653a27a1a", "target": "Consulting", "type": "topic"}, {"source": "Organization/1c26cfd6136e3e1421b18116ce4c97d5f34fb862e5dd5566e5d3dbf3042a4547", "target": "https://gridsingularity.com/", "type": "assignee"}, {"source": "Organization/1c26cfd6136e3e1421b18116ce4c97d5f34fb862e5dd5566e5d3dbf3042a4547", "target": "EnergyWebChain", "type": "blockchain ecosystem"}, {"source": "Organization/1c26cfd6136e3e1421b18116ce4c97d5f34fb862e5dd5566e5d3dbf3042a4547", "target": "Community", "type": "topic"}, {"source": "Organization/1c26cfd6136e3e1421b18116ce4c97d5f34fb862e5dd5566e5d3dbf3042a4547", "target": "Marketplace", "type": "topic"}, {"source": "Organization/1c26cfd6136e3e1421b18116ce4c97d5f34fb862e5dd5566e5d3dbf3042a4547", "target": "Renewables", "type": "topic"}, {"source": "Organization/1c26cfd6136e3e1421b18116ce4c97d5f34fb862e5dd5566e5d3dbf3042a4547", "target": "Blockchain", "type": "web3"}, {"source": "Organization/1c5b35fb6da506770e7103fb27099d479f1d9753cacd93bb17460885418a5a27", "target": "https://sproutup.app/", "type": "assignee"}, {"source": "Organization/1c5b35fb6da506770e7103fb27099d479f1d9753cacd93bb17460885418a5a27", "target": "Polygon", "type": "blockchain ecosystem"}, {"source": "Organization/1c5b35fb6da506770e7103fb27099d479f1d9753cacd93bb17460885418a5a27", "target": "Agriculture", "type": "topic"}, {"source": "Organization/1c5b35fb6da506770e7103fb27099d479f1d9753cacd93bb17460885418a5a27", "target": "Animals", "type": "topic"}, {"source": "Organization/1c5b35fb6da506770e7103fb27099d479f1d9753cacd93bb17460885418a5a27", "target": "Biodiversity", "type": "topic"}, {"source": "Organization/1c5b35fb6da506770e7103fb27099d479f1d9753cacd93bb17460885418a5a27", "target": "Energy", "type": "topic"}, {"source": "Organization/1c5b35fb6da506770e7103fb27099d479f1d9753cacd93bb17460885418a5a27", "target": "FoodForests", "type": "topic"}, {"source": "Organization/1c5b35fb6da506770e7103fb27099d479f1d9753cacd93bb17460885418a5a27", "target": "Forestry", "type": "topic"}, {"source": "Organization/1c5b35fb6da506770e7103fb27099d479f1d9753cacd93bb17460885418a5a27", "target": "Meteorology", "type": "topic"}, {"source": "Organization/1c5b35fb6da506770e7103fb27099d479f1d9753cacd93bb17460885418a5a27", "target": "Ocean", "type": "topic"}, {"source": "Organization/1c5b35fb6da506770e7103fb27099d479f1d9753cacd93bb17460885418a5a27", "target": "Water", "type": "topic"}, {"source": "Organization/1c5b35fb6da506770e7103fb27099d479f1d9753cacd93bb17460885418a5a27", "target": "NFT", "type": "web3"}, {"source": "Organization/1c8685b7c9f8bc85aa521c68e8e2b8a8f9f32c9fd3e031df16f789d7e4f93290", "target": "https://spectral.energy/about/", "type": "assignee"}, {"source": "Organization/1c8685b7c9f8bc85aa521c68e8e2b8a8f9f32c9fd3e031df16f789d7e4f93290", "target": "Renewables", "type": "topic"}, {"source": "Organization/1c8685b7c9f8bc85aa521c68e8e2b8a8f9f32c9fd3e031df16f789d7e4f93290", "target": "dApp", "type": "web3"}, {"source": "Organization/1c8c9acc7341e817efc85ddbda680aeeab5e3a365fca7a9503e98c9845162904", "target": "https://joinseeds.earth/", "type": "assignee"}, {"source": "Organization/1c8c9acc7341e817efc85ddbda680aeeab5e3a365fca7a9503e98c9845162904", "target": "EOS", "type": "blockchain ecosystem"}, {"source": "Organization/1c8c9acc7341e817efc85ddbda680aeeab5e3a365fca7a9503e98c9845162904", "target": "Fundraising", "type": "topic"}, {"source": "Organization/1c8c9acc7341e817efc85ddbda680aeeab5e3a365fca7a9503e98c9845162904", "target": "Investing", "type": "topic"}, {"source": "Organization/1c8c9acc7341e817efc85ddbda680aeeab5e3a365fca7a9503e98c9845162904", "target": "Token", "type": "web3"}, {"source": "Organization/1c8c9acc7341e817efc85ddbda680aeeab5e3a365fca7a9503e98c9845162904", "target": "dApp", "type": "web3"}, {"source": "Organization/1cf5c7fdc11a4c0cb1e08444cb9ad5706a90f5f28c6c3a6d8d835c35000f7db7", "target": "https://bridgit.io", "type": "assignee"}, {"source": "Organization/1cf5c7fdc11a4c0cb1e08444cb9ad5706a90f5f28c6c3a6d8d835c35000f7db7", "target": "Other", "type": "blockchain ecosystem"}, {"source": "Organization/1cf5c7fdc11a4c0cb1e08444cb9ad5706a90f5f28c6c3a6d8d835c35000f7db7", "target": "Other", "type": "topic"}, {"source": "Organization/1cf5c7fdc11a4c0cb1e08444cb9ad5706a90f5f28c6c3a6d8d835c35000f7db7", "target": "Blockchain", "type": "web3"}, {"source": "Organization/1cf5c7fdc11a4c0cb1e08444cb9ad5706a90f5f28c6c3a6d8d835c35000f7db7", "target": "DAO", "type": "web3"}, {"source": "Organization/1cf5c7fdc11a4c0cb1e08444cb9ad5706a90f5f28c6c3a6d8d835c35000f7db7", "target": "DEX", "type": "web3"}, {"source": "Organization/1cf5c7fdc11a4c0cb1e08444cb9ad5706a90f5f28c6c3a6d8d835c35000f7db7", "target": "NFT", "type": "web3"}, {"source": "Organization/1cf5c7fdc11a4c0cb1e08444cb9ad5706a90f5f28c6c3a6d8d835c35000f7db7", "target": "Stablecoin", "type": "web3"}, {"source": "Organization/1cf5c7fdc11a4c0cb1e08444cb9ad5706a90f5f28c6c3a6d8d835c35000f7db7", "target": "Token", "type": "web3"}, {"source": "Organization/1cf5c7fdc11a4c0cb1e08444cb9ad5706a90f5f28c6c3a6d8d835c35000f7db7", "target": "dApp", "type": "web3"}, {"source": "Organization/1d9ab3d9a71c92cdd2ebb9eab0ad9f1d19e0f2a0b168d65324dd3137fcc30c62", "target": "https://edendao.io/about", "type": "assignee"}, {"source": "Organization/1d9ab3d9a71c92cdd2ebb9eab0ad9f1d19e0f2a0b168d65324dd3137fcc30c62", "target": "Ethereum", "type": "blockchain ecosystem"}, {"source": "Organization/1d9ab3d9a71c92cdd2ebb9eab0ad9f1d19e0f2a0b168d65324dd3137fcc30c62", "target": "Art", "type": "topic"}, {"source": "Organization/1d9ab3d9a71c92cdd2ebb9eab0ad9f1d19e0f2a0b168d65324dd3137fcc30c62", "target": "inclusionequality", "type": "topic"}, {"source": "Organization/1d9ab3d9a71c92cdd2ebb9eab0ad9f1d19e0f2a0b168d65324dd3137fcc30c62", "target": "NFT", "type": "web3"}, {"source": "Organization/1daade9e5f2fa9132ee054db5f9356e50d7ed55d260f9304b726eba700a39983", "target": "https://celium.notion.site/Welcome-to-Celium-dce373934a5a419caa3ee52ad281fffc", "type": "assignee"}, {"source": "Organization/1daade9e5f2fa9132ee054db5f9356e50d7ed55d260f9304b726eba700a39983", "target": "Ethereum", "type": "blockchain ecosystem"}, {"source": "Organization/1daade9e5f2fa9132ee054db5f9356e50d7ed55d260f9304b726eba700a39983", "target": "DAO", "type": "web3"}, {"source": "Organization/1e31e43ac0018eb7022fe89286b4dddfe9bbbab86bfafa9e07691be58d96e24d", "target": "https://www.guardiansofearth.io/mybionfts", "type": "assignee"}, {"source": "Organization/1e31e43ac0018eb7022fe89286b4dddfe9bbbab86bfafa9e07691be58d96e24d", "target": "BinanceSmartChain", "type": "blockchain ecosystem"}, {"source": "Organization/1e31e43ac0018eb7022fe89286b4dddfe9bbbab86bfafa9e07691be58d96e24d", "target": "Biodiversity", "type": "topic"}, {"source": "Organization/1e31e43ac0018eb7022fe89286b4dddfe9bbbab86bfafa9e07691be58d96e24d", "target": "Gaming", "type": "topic"}, {"source": "Organization/1e31e43ac0018eb7022fe89286b4dddfe9bbbab86bfafa9e07691be58d96e24d", "target": "Marketplace", "type": "topic"}, {"source": "Organization/1e31e43ac0018eb7022fe89286b4dddfe9bbbab86bfafa9e07691be58d96e24d", "target": "DAO", "type": "web3"}, {"source": "Organization/1e31e43ac0018eb7022fe89286b4dddfe9bbbab86bfafa9e07691be58d96e24d", "target": "Metaverse", "type": "web3"}, {"source": "Organization/1e31e43ac0018eb7022fe89286b4dddfe9bbbab86bfafa9e07691be58d96e24d", "target": "NFT", "type": "web3"}, {"source": "Organization/1e31e43ac0018eb7022fe89286b4dddfe9bbbab86bfafa9e07691be58d96e24d", "target": "Token", "type": "web3"}, {"source": "Organization/1e31e43ac0018eb7022fe89286b4dddfe9bbbab86bfafa9e07691be58d96e24d", "target": "dApp", "type": "web3"}, {"source": "Organization/1e3e07be3adfba8ad3f689bae792918cca3ff1f77944e4c8d3b97f7d9ff01494", "target": "Ethereum", "type": "blockchain ecosystem"}, {"source": "Organization/1e3e07be3adfba8ad3f689bae792918cca3ff1f77944e4c8d3b97f7d9ff01494", "target": "Other", "type": "blockchain ecosystem"}, {"source": "Organization/1e3e07be3adfba8ad3f689bae792918cca3ff1f77944e4c8d3b97f7d9ff01494", "target": "Polygon", "type": "blockchain ecosystem"}, {"source": "Organization/1e3e07be3adfba8ad3f689bae792918cca3ff1f77944e4c8d3b97f7d9ff01494", "target": "RegenNetwork", "type": "blockchain ecosystem"}, {"source": "Organization/1e3e07be3adfba8ad3f689bae792918cca3ff1f77944e4c8d3b97f7d9ff01494", "target": "Animals", "type": "topic"}, {"source": "Organization/1e3e07be3adfba8ad3f689bae792918cca3ff1f77944e4c8d3b97f7d9ff01494", "target": "Biodiversity", "type": "topic"}, {"source": "Organization/1e3e07be3adfba8ad3f689bae792918cca3ff1f77944e4c8d3b97f7d9ff01494", "target": "Forestry", "type": "topic"}, {"source": "Organization/1e3e07be3adfba8ad3f689bae792918cca3ff1f77944e4c8d3b97f7d9ff01494", "target": "Water", "type": "topic"}, {"source": "Organization/1e3e07be3adfba8ad3f689bae792918cca3ff1f77944e4c8d3b97f7d9ff01494", "target": "Blockchain", "type": "web3"}, {"source": "Organization/1e3e07be3adfba8ad3f689bae792918cca3ff1f77944e4c8d3b97f7d9ff01494", "target": "DAO", "type": "web3"}, {"source": "Organization/1e3e07be3adfba8ad3f689bae792918cca3ff1f77944e4c8d3b97f7d9ff01494", "target": "NFT", "type": "web3"}, {"source": "Organization/1e3e07be3adfba8ad3f689bae792918cca3ff1f77944e4c8d3b97f7d9ff01494", "target": "Oracle", "type": "web3"}, {"source": "Organization/1e9fbae8dff100ca0191b70c90218e6d238239196f0d578c8db32e0c29dc311b", "target": "https://www.youcould.info/wecoulddao", "type": "assignee"}, {"source": "Organization/1e9fbae8dff100ca0191b70c90218e6d238239196f0d578c8db32e0c29dc311b", "target": "Ethereum", "type": "blockchain ecosystem"}, {"source": "Organization/1e9fbae8dff100ca0191b70c90218e6d238239196f0d578c8db32e0c29dc311b", "target": "Community", "type": "topic"}, {"source": "Organization/1e9fbae8dff100ca0191b70c90218e6d238239196f0d578c8db32e0c29dc311b", "target": "Fundraising", "type": "topic"}, {"source": "Organization/1e9fbae8dff100ca0191b70c90218e6d238239196f0d578c8db32e0c29dc311b", "target": "DAO", "type": "web3"}, {"source": "Organization/1e9fbae8dff100ca0191b70c90218e6d238239196f0d578c8db32e0c29dc311b", "target": "Token", "type": "web3"}, {"source": "Organization/1ea5d1eac1e1d60dd45e2c9a6722062f997250de4b63a5be7f4f9eb85c42307b", "target": "https://spiritdao.org", "type": "assignee"}, {"source": "Organization/1ea5d1eac1e1d60dd45e2c9a6722062f997250de4b63a5be7f4f9eb85c42307b", "target": "Other", "type": "blockchain ecosystem"}, {"source": "Organization/1ea5d1eac1e1d60dd45e2c9a6722062f997250de4b63a5be7f4f9eb85c42307b", "target": "NFT", "type": "web3"}, {"source": "Organization/1ea5d1eac1e1d60dd45e2c9a6722062f997250de4b63a5be7f4f9eb85c42307b", "target": "Token", "type": "web3"}, {"source": "Organization/1f59ace4a7e849d1e6b665c46b613fe5a56ceafc49cc2430fe706bb3dea14814", "target": "https://getumbrel.com/", "type": "assignee"}, {"source": "Organization/1f59ace4a7e849d1e6b665c46b613fe5a56ceafc49cc2430fe706bb3dea14814", "target": "Bitcoin", "type": "blockchain ecosystem"}, {"source": "Organization/1f59ace4a7e849d1e6b665c46b613fe5a56ceafc49cc2430fe706bb3dea14814", "target": "Data", "type": "topic"}, {"source": "Organization/1f59ace4a7e849d1e6b665c46b613fe5a56ceafc49cc2430fe706bb3dea14814", "target": "Identity", "type": "topic"}, {"source": "Organization/1f789a94e537411df4a785b5c9af1229051d09e917f45c1466e09c19ae5f8c46", "target": "https://www.corcova.do/", "type": "assignee"}, {"source": "Organization/1f789a94e537411df4a785b5c9af1229051d09e917f45c1466e09c19ae5f8c46", "target": "Local", "type": "topic"}, {"source": "Organization/1fa25ac3ab1b85908d28358f91c9727b41aafc64d2062160380c2e99e0b281d8", "target": "https://empower.eco/", "type": "assignee"}, {"source": "Organization/1fa25ac3ab1b85908d28358f91c9727b41aafc64d2062160380c2e99e0b281d8", "target": "CircularEconomy", "type": "topic"}, {"source": "Organization/1fc8a4d1e3995cb48b492fee0e36382705d74cd6bc68edc92b7786542d0938d9", "target": "https://www.centree.org/", "type": "assignee"}, {"source": "Organization/1fc8a4d1e3995cb48b492fee0e36382705d74cd6bc68edc92b7786542d0938d9", "target": "Celo", "type": "blockchain ecosystem"}, {"source": "Organization/1fc8a4d1e3995cb48b492fee0e36382705d74cd6bc68edc92b7786542d0938d9", "target": "RegenNetwork", "type": "blockchain ecosystem"}, {"source": "Organization/1fc8a4d1e3995cb48b492fee0e36382705d74cd6bc68edc92b7786542d0938d9", "target": "Currency", "type": "topic"}, {"source": "Organization/1fc8a4d1e3995cb48b492fee0e36382705d74cd6bc68edc92b7786542d0938d9", "target": "Investing", "type": "topic"}, {"source": "Organization/1fc8a4d1e3995cb48b492fee0e36382705d74cd6bc68edc92b7786542d0938d9", "target": "Token", "type": "web3"}, {"source": "Organization/2056b808a96e29ce78660c83084c0afcf5ab543c71881d2132ad4ed3c92671db", "target": "https://www.brightid.org/", "type": "assignee"}, {"source": "Organization/2056b808a96e29ce78660c83084c0afcf5ab543c71881d2132ad4ed3c92671db", "target": "Ethereum", "type": "blockchain ecosystem"}, {"source": "Organization/2056b808a96e29ce78660c83084c0afcf5ab543c71881d2132ad4ed3c92671db", "target": "Identity", "type": "topic"}, {"source": "Organization/2056b808a96e29ce78660c83084c0afcf5ab543c71881d2132ad4ed3c92671db", "target": "dApp", "type": "web3"}, {"source": "Organization/21490fba3d2efe34c58bac3e77a5284a1b1dc3cafc38f878f0d8fd0b4db39345", "target": "https://nemus.earth/", "type": "assignee"}, {"source": "Organization/21490fba3d2efe34c58bac3e77a5284a1b1dc3cafc38f878f0d8fd0b4db39345", "target": "Ethereum", "type": "blockchain ecosystem"}, {"source": "Organization/21490fba3d2efe34c58bac3e77a5284a1b1dc3cafc38f878f0d8fd0b4db39345", "target": "Art", "type": "topic"}, {"source": "Organization/21490fba3d2efe34c58bac3e77a5284a1b1dc3cafc38f878f0d8fd0b4db39345", "target": "Biodiversity", "type": "topic"}, {"source": "Organization/21490fba3d2efe34c58bac3e77a5284a1b1dc3cafc38f878f0d8fd0b4db39345", "target": "Gaming", "type": "topic"}, {"source": "Organization/21490fba3d2efe34c58bac3e77a5284a1b1dc3cafc38f878f0d8fd0b4db39345", "target": "Land", "type": "topic"}, {"source": "Organization/21490fba3d2efe34c58bac3e77a5284a1b1dc3cafc38f878f0d8fd0b4db39345", "target": "DAO", "type": "web3"}, {"source": "Organization/21490fba3d2efe34c58bac3e77a5284a1b1dc3cafc38f878f0d8fd0b4db39345", "target": "Metaverse", "type": "web3"}, {"source": "Organization/21490fba3d2efe34c58bac3e77a5284a1b1dc3cafc38f878f0d8fd0b4db39345", "target": "NFT", "type": "web3"}, {"source": "Organization/215b0c721fa3e520e341a6688777c3c56b180a8d8ebc408b78103b29db34a471", "target": "https://www.grassrootseconomics.org/", "type": "assignee"}, {"source": "Organization/215b0c721fa3e520e341a6688777c3c56b180a8d8ebc408b78103b29db34a471", "target": "Currency", "type": "topic"}, {"source": "Organization/215b0c721fa3e520e341a6688777c3c56b180a8d8ebc408b78103b29db34a471", "target": "Local", "type": "topic"}, {"source": "Organization/215b0c721fa3e520e341a6688777c3c56b180a8d8ebc408b78103b29db34a471", "target": "Payments", "type": "topic"}, {"source": "Organization/21c3ac48fc998843b1bca2c4e42864aec9b1accb205cc4f5c92b512e7fb6e02a", "target": "https://coltono.com/", "type": "assignee"}, {"source": "Organization/21c3ac48fc998843b1bca2c4e42864aec9b1accb205cc4f5c92b512e7fb6e02a", "target": "Ethereum", "type": "blockchain ecosystem"}, {"source": "Organization/21c3ac48fc998843b1bca2c4e42864aec9b1accb205cc4f5c92b512e7fb6e02a", "target": "Polygon", "type": "blockchain ecosystem"}, {"source": "Organization/21c3ac48fc998843b1bca2c4e42864aec9b1accb205cc4f5c92b512e7fb6e02a", "target": "Community", "type": "web3"}, {"source": "Organization/21c3ac48fc998843b1bca2c4e42864aec9b1accb205cc4f5c92b512e7fb6e02a", "target": "Metaverse", "type": "web3"}, {"source": "Organization/21c3ac48fc998843b1bca2c4e42864aec9b1accb205cc4f5c92b512e7fb6e02a", "target": "NFT", "type": "web3"}, {"source": "Organization/21c53f60bbe8d16575e15c3c7de8c99d6eb49d180d448134e7f32f9aa162220c", "target": "https://cryptotrees.earth/", "type": "assignee"}, {"source": "Organization/21c53f60bbe8d16575e15c3c7de8c99d6eb49d180d448134e7f32f9aa162220c", "target": "Algorand", "type": "blockchain ecosystem"}, {"source": "Organization/21c53f60bbe8d16575e15c3c7de8c99d6eb49d180d448134e7f32f9aa162220c", "target": "Community", "type": "topic"}, {"source": "Organization/21c53f60bbe8d16575e15c3c7de8c99d6eb49d180d448134e7f32f9aa162220c", "target": "Gaming", "type": "topic"}, {"source": "Organization/21c53f60bbe8d16575e15c3c7de8c99d6eb49d180d448134e7f32f9aa162220c", "target": "NFT", "type": "web3"}, {"source": "Organization/21c53f60bbe8d16575e15c3c7de8c99d6eb49d180d448134e7f32f9aa162220c", "target": "Token", "type": "web3"}, {"source": "Organization/21eda11945b3d7c3e0374f0b7236799a19ee5787ccd45e68f95675b3bb617adf", "target": "https://sweatco.in/", "type": "assignee"}, {"source": "Organization/21eda11945b3d7c3e0374f0b7236799a19ee5787ccd45e68f95675b3bb617adf", "target": "Near", "type": "blockchain ecosystem"}, {"source": "Organization/21eda11945b3d7c3e0374f0b7236799a19ee5787ccd45e68f95675b3bb617adf", "target": "Gaming", "type": "topic"}, {"source": "Organization/21eda11945b3d7c3e0374f0b7236799a19ee5787ccd45e68f95675b3bb617adf", "target": "Movetoearn", "type": "topic"}, {"source": "Organization/21eda11945b3d7c3e0374f0b7236799a19ee5787ccd45e68f95675b3bb617adf", "target": "Reward", "type": "topic"}, {"source": "Organization/21eda11945b3d7c3e0374f0b7236799a19ee5787ccd45e68f95675b3bb617adf", "target": "Token", "type": "web3"}, {"source": "Organization/21eda11945b3d7c3e0374f0b7236799a19ee5787ccd45e68f95675b3bb617adf", "target": "dApp", "type": "web3"}, {"source": "Organization/2261a5bfa41a7b5edc0f178aaecb607105a45bf63ff9c5cb68761afef37551b5", "target": "https://www.blocklab.nl/", "type": "assignee"}, {"source": "Organization/2261a5bfa41a7b5edc0f178aaecb607105a45bf63ff9c5cb68761afef37551b5", "target": "Consulting", "type": "topic"}, {"source": "Organization/22a10f6d5d11f58fb8b8cb77e04251370909d80bfe18d92c29ece6b3e7ef371e", "target": "Celo", "type": "blockchain ecosystem"}, {"source": "Organization/22a10f6d5d11f58fb8b8cb77e04251370909d80bfe18d92c29ece6b3e7ef371e", "target": "Ethereum", "type": "blockchain ecosystem"}, {"source": "Organization/22a10f6d5d11f58fb8b8cb77e04251370909d80bfe18d92c29ece6b3e7ef371e", "target": "Other", "type": "blockchain ecosystem"}, {"source": "Organization/22a10f6d5d11f58fb8b8cb77e04251370909d80bfe18d92c29ece6b3e7ef371e", "target": "Polygon", "type": "blockchain ecosystem"}, {"source": "Organization/22a10f6d5d11f58fb8b8cb77e04251370909d80bfe18d92c29ece6b3e7ef371e", "target": "Agriculture", "type": "topic"}, {"source": "Organization/22a10f6d5d11f58fb8b8cb77e04251370909d80bfe18d92c29ece6b3e7ef371e", "target": "Biodiversity", "type": "topic"}, {"source": "Organization/22a10f6d5d11f58fb8b8cb77e04251370909d80bfe18d92c29ece6b3e7ef371e", "target": "Energy", "type": "topic"}, {"source": "Organization/22a10f6d5d11f58fb8b8cb77e04251370909d80bfe18d92c29ece6b3e7ef371e", "target": "Forestry", "type": "topic"}, {"source": "Organization/22a10f6d5d11f58fb8b8cb77e04251370909d80bfe18d92c29ece6b3e7ef371e", "target": "Blockchain", "type": "web3"}, {"source": "Organization/22a10f6d5d11f58fb8b8cb77e04251370909d80bfe18d92c29ece6b3e7ef371e", "target": "DEX", "type": "web3"}, {"source": "Organization/22a10f6d5d11f58fb8b8cb77e04251370909d80bfe18d92c29ece6b3e7ef371e", "target": "NFT", "type": "web3"}, {"source": "Organization/22a10f6d5d11f58fb8b8cb77e04251370909d80bfe18d92c29ece6b3e7ef371e", "target": "Oracle", "type": "web3"}, {"source": "Organization/22a10f6d5d11f58fb8b8cb77e04251370909d80bfe18d92c29ece6b3e7ef371e", "target": "Other", "type": "web3"}, {"source": "Organization/22a10f6d5d11f58fb8b8cb77e04251370909d80bfe18d92c29ece6b3e7ef371e", "target": "Stablecoin", "type": "web3"}, {"source": "Organization/22a10f6d5d11f58fb8b8cb77e04251370909d80bfe18d92c29ece6b3e7ef371e", "target": "Token", "type": "web3"}, {"source": "Organization/22a10f6d5d11f58fb8b8cb77e04251370909d80bfe18d92c29ece6b3e7ef371e", "target": "dApp", "type": "web3"}, {"source": "Organization/22a43dbca6ae0f14c234358945c282970a275966d2f06e8721b701e1f19a704b", "target": "https://patica.co", "type": "assignee"}, {"source": "Organization/22a43dbca6ae0f14c234358945c282970a275966d2f06e8721b701e1f19a704b", "target": "Polkadot", "type": "blockchain ecosystem"}, {"source": "Organization/22a43dbca6ae0f14c234358945c282970a275966d2f06e8721b701e1f19a704b", "target": "dApp", "type": "web3"}, {"source": "Organization/22c6254989927eb925f2d2893b1f90faad58f0436e2a1af79273b2386614c9dc", "target": "https://wattz.org", "type": "assignee"}, {"source": "Organization/22c6254989927eb925f2d2893b1f90faad58f0436e2a1af79273b2386614c9dc", "target": "Algorand", "type": "blockchain ecosystem"}, {"source": "Organization/22c6254989927eb925f2d2893b1f90faad58f0436e2a1af79273b2386614c9dc", "target": "Renewables", "type": "topic"}, {"source": "Organization/22c6254989927eb925f2d2893b1f90faad58f0436e2a1af79273b2386614c9dc", "target": "Token", "type": "web3"}, {"source": "Organization/22c6254989927eb925f2d2893b1f90faad58f0436e2a1af79273b2386614c9dc", "target": "dApp", "type": "web3"}, {"source": "Organization/23066ac17172b7eb241dfe2220606f073d9b3949e4c0c627ed2ac5d2b7897a0e", "target": "https://www.xels.io/", "type": "assignee"}, {"source": "Organization/23066ac17172b7eb241dfe2220606f073d9b3949e4c0c627ed2ac5d2b7897a0e", "target": "XELS", "type": "blockchain ecosystem"}, {"source": "Organization/23066ac17172b7eb241dfe2220606f073d9b3949e4c0c627ed2ac5d2b7897a0e", "target": "AI", "type": "topic"}, {"source": "Organization/23066ac17172b7eb241dfe2220606f073d9b3949e4c0c627ed2ac5d2b7897a0e", "target": "Accounting", "type": "topic"}, {"source": "Organization/23066ac17172b7eb241dfe2220606f073d9b3949e4c0c627ed2ac5d2b7897a0e", "target": "Fundraising", "type": "topic"}, {"source": "Organization/23066ac17172b7eb241dfe2220606f073d9b3949e4c0c627ed2ac5d2b7897a0e", "target": "Offsetting", "type": "topic"}, {"source": "Organization/23066ac17172b7eb241dfe2220606f073d9b3949e4c0c627ed2ac5d2b7897a0e", "target": "Blockchain", "type": "web3"}, {"source": "Organization/23066ac17172b7eb241dfe2220606f073d9b3949e4c0c627ed2ac5d2b7897a0e", "target": "Token", "type": "web3"}, {"source": "Organization/23109c2f574ae195e7ec5e0162b873673e8d182b4703f0076bbcd4df80230f77", "target": "https://rooted-club.web.app", "type": "assignee"}, {"source": "Organization/23109c2f574ae195e7ec5e0162b873673e8d182b4703f0076bbcd4df80230f77", "target": "Other", "type": "blockchain ecosystem"}, {"source": "Organization/23109c2f574ae195e7ec5e0162b873673e8d182b4703f0076bbcd4df80230f77", "target": "NFT", "type": "web3"}, {"source": "Organization/2356aa665b83bff1e35fcb8be33b03041d027bf9141098449a5a56d9f5070d85", "target": "Other", "type": "blockchain ecosystem"}, {"source": "Organization/2356aa665b83bff1e35fcb8be33b03041d027bf9141098449a5a56d9f5070d85", "target": "DAO", "type": "web3"}, {"source": "Organization/24914cb9c0b854f7e8642b4de415d3103f1c68909df69c8e34378e8e43872877", "target": "https://h2o-securities.com/", "type": "assignee"}, {"source": "Organization/24914cb9c0b854f7e8642b4de415d3103f1c68909df69c8e34378e8e43872877", "target": "BinanceSmartChain", "type": "blockchain ecosystem"}, {"source": "Organization/24914cb9c0b854f7e8642b4de415d3103f1c68909df69c8e34378e8e43872877", "target": "Fundraising", "type": "topic"}, {"source": "Organization/24914cb9c0b854f7e8642b4de415d3103f1c68909df69c8e34378e8e43872877", "target": "Water", "type": "topic"}, {"source": "Organization/24914cb9c0b854f7e8642b4de415d3103f1c68909df69c8e34378e8e43872877", "target": "Token", "type": "web3"}, {"source": "Organization/25795fea1762aa39ec8ab2724a1f68a7823f7505603be578edf3f6914eca0690", "target": "https://www.aerial.is/", "type": "assignee"}, {"source": "Organization/25795fea1762aa39ec8ab2724a1f68a7823f7505603be578edf3f6914eca0690", "target": "Ethereum", "type": "blockchain ecosystem"}, {"source": "Organization/25795fea1762aa39ec8ab2724a1f68a7823f7505603be578edf3f6914eca0690", "target": "Accounting", "type": "topic"}, {"source": "Organization/25795fea1762aa39ec8ab2724a1f68a7823f7505603be578edf3f6914eca0690", "target": "Offsetting", "type": "topic"}, {"source": "Organization/25795fea1762aa39ec8ab2724a1f68a7823f7505603be578edf3f6914eca0690", "target": "NFT", "type": "web3"}, {"source": "Organization/25795fea1762aa39ec8ab2724a1f68a7823f7505603be578edf3f6914eca0690", "target": "dApp", "type": "web3"}, {"source": "Organization/25c6b4381e380ad1ad5cb0e5a376873cc06ff584227e1741a0b192da266e7005", "target": "https://asicjungle.com/", "type": "assignee"}, {"source": "Organization/25c6b4381e380ad1ad5cb0e5a376873cc06ff584227e1741a0b192da266e7005", "target": "Bitcoin", "type": "blockchain ecosystem"}, {"source": "Organization/25c6b4381e380ad1ad5cb0e5a376873cc06ff584227e1741a0b192da266e7005", "target": "CircularEconomy", "type": "topic"}, {"source": "Organization/25c6b4381e380ad1ad5cb0e5a376873cc06ff584227e1741a0b192da266e7005", "target": "Mining", "type": "topic"}, {"source": "Organization/26056b74bfd6112c149f1cc4191d31138e9a17464866c7adfa63ea68e17c73c0", "target": "https://hack4climate.org/#home", "type": "assignee"}, {"source": "Organization/26056b74bfd6112c149f1cc4191d31138e9a17464866c7adfa63ea68e17c73c0", "target": "Ethereum", "type": "blockchain ecosystem"}, {"source": "Organization/26056b74bfd6112c149f1cc4191d31138e9a17464866c7adfa63ea68e17c73c0", "target": "Fundraising", "type": "topic"}, {"source": "Organization/26056b74bfd6112c149f1cc4191d31138e9a17464866c7adfa63ea68e17c73c0", "target": "Initiative", "type": "topic"}, {"source": "Organization/26056b74bfd6112c149f1cc4191d31138e9a17464866c7adfa63ea68e17c73c0", "target": "Investing", "type": "topic"}, {"source": "Organization/26320a5c5b55a402a332560f3254ddaba9a9dfdacff1a6d41cd8080525ed34a5", "target": "https://www.voizdao.xyz/", "type": "assignee"}, {"source": "Organization/26320a5c5b55a402a332560f3254ddaba9a9dfdacff1a6d41cd8080525ed34a5", "target": "Accounting", "type": "topic"}, {"source": "Organization/26320a5c5b55a402a332560f3254ddaba9a9dfdacff1a6d41cd8080525ed34a5", "target": "Community", "type": "topic"}, {"source": "Organization/26320a5c5b55a402a332560f3254ddaba9a9dfdacff1a6d41cd8080525ed34a5", "target": "Initiative", "type": "topic"}, {"source": "Organization/26320a5c5b55a402a332560f3254ddaba9a9dfdacff1a6d41cd8080525ed34a5", "target": "Media", "type": "topic"}, {"source": "Organization/26c4e8721d70a53caebb6d3afec70bec0468c656dc59a014238f204ad2f46f0e", "target": "https://solarpunkgeneration.carrd.co/", "type": "assignee"}, {"source": "Organization/26c4e8721d70a53caebb6d3afec70bec0468c656dc59a014238f204ad2f46f0e", "target": "Other", "type": "blockchain ecosystem"}, {"source": "Organization/26c4e8721d70a53caebb6d3afec70bec0468c656dc59a014238f204ad2f46f0e", "target": "Biodiversity", "type": "topic"}, {"source": "Organization/26c4e8721d70a53caebb6d3afec70bec0468c656dc59a014238f204ad2f46f0e", "target": "Forestry", "type": "topic"}, {"source": "Organization/26c4e8721d70a53caebb6d3afec70bec0468c656dc59a014238f204ad2f46f0e", "target": "Other", "type": "topic"}, {"source": "Organization/26c4e8721d70a53caebb6d3afec70bec0468c656dc59a014238f204ad2f46f0e", "target": "DAO", "type": "web3"}, {"source": "Organization/26c4e8721d70a53caebb6d3afec70bec0468c656dc59a014238f204ad2f46f0e", "target": "NFT", "type": "web3"}, {"source": "Organization/26c948c935f10733396e2cc14dc841aacbf9546e91b8cb7bade70751a40227a1", "target": "https://fishcoin.co/", "type": "assignee"}, {"source": "Organization/26c948c935f10733396e2cc14dc841aacbf9546e91b8cb7bade70751a40227a1", "target": "BinanceSmartChain", "type": "blockchain ecosystem"}, {"source": "Organization/26c948c935f10733396e2cc14dc841aacbf9546e91b8cb7bade70751a40227a1", "target": "Traceability", "type": "topic"}, {"source": "Organization/26eaebf0f592bae347c98c8dd725ee071a0b5a6d3bfc2cb9499a0bfb126aef82", "target": "https://www.ffforests.xyz/", "type": "assignee"}, {"source": "Organization/26eaebf0f592bae347c98c8dd725ee071a0b5a6d3bfc2cb9499a0bfb126aef82", "target": "Tezos", "type": "blockchain ecosystem"}, {"source": "Organization/26eaebf0f592bae347c98c8dd725ee071a0b5a6d3bfc2cb9499a0bfb126aef82", "target": "Fundraising", "type": "topic"}, {"source": "Organization/26eaebf0f592bae347c98c8dd725ee071a0b5a6d3bfc2cb9499a0bfb126aef82", "target": "Land", "type": "topic"}, {"source": "Organization/26eaebf0f592bae347c98c8dd725ee071a0b5a6d3bfc2cb9499a0bfb126aef82", "target": "DAO", "type": "web3"}, {"source": "Organization/26eaebf0f592bae347c98c8dd725ee071a0b5a6d3bfc2cb9499a0bfb126aef82", "target": "NFT", "type": "web3"}, {"source": "Organization/26ed852c95e3832668d5618939b34356f0b46a84f10866170bb750659ebae504", "target": "https://www.block2030.com/", "type": "assignee"}, {"source": "Organization/26ed852c95e3832668d5618939b34356f0b46a84f10866170bb750659ebae504", "target": "Ethereum", "type": "blockchain ecosystem"}, {"source": "Organization/26ed852c95e3832668d5618939b34356f0b46a84f10866170bb750659ebae504", "target": "Token", "type": "web3"}, {"source": "Organization/2715f40d1abf5b1a95f7b9f8dfa6049b9367025dca8bf28434b68ceb51e8839b", "target": "https://wallet.earth", "type": "assignee"}, {"source": "Organization/2715f40d1abf5b1a95f7b9f8dfa6049b9367025dca8bf28434b68ceb51e8839b", "target": "Ethereum", "type": "blockchain ecosystem"}, {"source": "Organization/2715f40d1abf5b1a95f7b9f8dfa6049b9367025dca8bf28434b68ceb51e8839b", "target": "Governance", "type": "topic"}, {"source": "Organization/2715f40d1abf5b1a95f7b9f8dfa6049b9367025dca8bf28434b68ceb51e8839b", "target": "Wallet", "type": "web3"}, {"source": "Organization/27e393491391c9c2c95c15fe2b487522cbcf83a900a99cf143c66546a347e6d7", "target": "https://www.likvidi.com", "type": "assignee"}, {"source": "Organization/27e393491391c9c2c95c15fe2b487522cbcf83a900a99cf143c66546a347e6d7", "target": "Ethereum", "type": "blockchain ecosystem"}, {"source": "Organization/27e393491391c9c2c95c15fe2b487522cbcf83a900a99cf143c66546a347e6d7", "target": "Exchange", "type": "web3"}]} \ No newline at end of file diff --git a/src/components/explore/Explore.svelte b/src/components/explore/Explore.svelte index bb69afa..5311ac1 100644 --- a/src/components/explore/Explore.svelte +++ b/src/components/explore/Explore.svelte @@ -255,7 +255,6 @@ #search input[type='text'] { position: absolute; top: 0px; - left: 50px; width: 80%; height: 100%; border: none; diff --git a/src/components/nav/SidebarNav.svelte b/src/components/nav/SidebarNav.svelte index 07f448d..727921c 100644 --- a/src/components/nav/SidebarNav.svelte +++ b/src/components/nav/SidebarNav.svelte @@ -8,6 +8,8 @@ import Home from '$components/icons/Home.svelte' import PhotoGallery from '$components/icons/PhotoGallery.svelte' import Settings from '$components/icons/Settings.svelte' + import InfoThinIcon from '$components/icons/InfoThinIcon.svelte' + import Share from '$components/icons/Share.svelte' const navItems = [ { @@ -16,7 +18,12 @@ icon: Home }, { - label: 'App', + label: 'Chat', + href: '/Chat', + icon: Share + }, + /* { + label: 'Profile', href: '/gallery/', icon: PhotoGallery }, @@ -29,7 +36,7 @@ label: 'Geo Map', href: '/geomap/', icon: PhotoGallery - }, + }, */ // { // label: 'CTA', // href: '/cta/', diff --git a/src/routes/Chat/+page.svelte b/src/routes/Chat/+page.svelte new file mode 100644 index 0000000..324e0c3 --- /dev/null +++ b/src/routes/Chat/+page.svelte @@ -0,0 +1,7 @@ + + + + + diff --git a/src/routes/Chat/components/icons/FileUploadIcon.svelte b/src/routes/Chat/components/icons/FileUploadIcon.svelte new file mode 100644 index 0000000..afc4085 --- /dev/null +++ b/src/routes/Chat/components/icons/FileUploadIcon.svelte @@ -0,0 +1,9 @@ + + + diff --git a/src/routes/Chat/components/imageGallery/ImageCard.svelte b/src/routes/Chat/components/imageGallery/ImageCard.svelte new file mode 100644 index 0000000..2fa81c5 --- /dev/null +++ b/src/routes/Chat/components/imageGallery/ImageCard.svelte @@ -0,0 +1,24 @@ + + +
+
+
+ {`Gallery +
+
diff --git a/src/routes/Chat/components/imageGallery/ImageGallery.svelte b/src/routes/Chat/components/imageGallery/ImageGallery.svelte new file mode 100644 index 0000000..201cb38 --- /dev/null +++ b/src/routes/Chat/components/imageGallery/ImageGallery.svelte @@ -0,0 +1,174 @@ + + + + +
+
+
+ {#each $galleryStore.selectedArea === AREAS.PRIVATE ? $galleryStore.privateImages : $galleryStore.publicImages as image}{/each} +
+
+ +
+ +
+ +
+ +
+ +
+ +
+
+ + {#if selectedImage} + + {/if} +
diff --git a/src/routes/Chat/components/imageGallery/ImageModal.svelte b/src/routes/Chat/components/imageGallery/ImageModal.svelte new file mode 100644 index 0000000..5c4f17a --- /dev/null +++ b/src/routes/Chat/components/imageGallery/ImageModal.svelte @@ -0,0 +1,162 @@ + + + + +{#if !!image} + + + +{/if} diff --git a/src/routes/Chat/components/imageGallery/MyseeliaPublic.svelte b/src/routes/Chat/components/imageGallery/MyseeliaPublic.svelte new file mode 100644 index 0000000..d858a12 --- /dev/null +++ b/src/routes/Chat/components/imageGallery/MyseeliaPublic.svelte @@ -0,0 +1,72 @@ + + + + +
+
+
+ + {#each $galleryStore.selectedArea === AREAS.PRIVATE ? $galleryStore.privateImages : $galleryStore.publicImages as image} + + {/each} +
+
+ + {#if selectedImage} + + {/if} +
\ No newline at end of file diff --git a/src/routes/Chat/components/upload/Dropzone.svelte b/src/routes/Chat/components/upload/Dropzone.svelte new file mode 100644 index 0000000..229aea7 --- /dev/null +++ b/src/routes/Chat/components/upload/Dropzone.svelte @@ -0,0 +1,69 @@ + + + diff --git a/src/routes/Chat/components/upload/FileUploadCard.svelte b/src/routes/Chat/components/upload/FileUploadCard.svelte new file mode 100644 index 0000000..b23ae44 --- /dev/null +++ b/src/routes/Chat/components/upload/FileUploadCard.svelte @@ -0,0 +1,40 @@ + + +