From 570e0aa885cf22a6d5fc8961930f0f36d9b05464 Mon Sep 17 00:00:00 2001 From: Jeff McKenna Date: Tue, 29 Oct 2024 14:38:10 -0300 Subject: [PATCH] update BenguelaCC harvest --- collection/scripts/benguelacc-sitemap.py | 76 + ...-180898ac-1406-11ed-9439-0242ac1c0005.json | 26 - ...-7393f4ce-172a-11ed-bc3b-0242ac1c0005.json | 26 - ...-b6236950-1400-11ed-8992-0242ac1c0005.json | 26 - .../benguelacc-simple-graph-template.json | 15 - .../benguelacc-simple-graph.json | 7719 ----------------- .../tempHosting/data-benguelacc/sitemap.xml | 708 +- odis-in | 2 +- 8 files changed, 546 insertions(+), 8052 deletions(-) create mode 100644 collection/scripts/benguelacc-sitemap.py delete mode 100644 collection/tempHosting/data-benguelacc/benguelacc-180898ac-1406-11ed-9439-0242ac1c0005.json delete mode 100644 collection/tempHosting/data-benguelacc/benguelacc-7393f4ce-172a-11ed-bc3b-0242ac1c0005.json delete mode 100644 collection/tempHosting/data-benguelacc/benguelacc-b6236950-1400-11ed-8992-0242ac1c0005.json delete mode 100644 collection/tempHosting/data-benguelacc/benguelacc-simple-graph-template.json delete mode 100644 collection/tempHosting/data-benguelacc/benguelacc-simple-graph.json diff --git a/collection/scripts/benguelacc-sitemap.py b/collection/scripts/benguelacc-sitemap.py new file mode 100644 index 000000000..35f67e85e --- /dev/null +++ b/collection/scripts/benguelacc-sitemap.py @@ -0,0 +1,76 @@ +#!/usr/bin/env python + +""" +Purpose: Standalone script to generate a sitemap.xml from a GitHub + repository containing JSON-LD files, such as + https://github.com/iodepo/odis-arch/tree/master/collection/tempHosting/data-benguelacc + +Usage: python benguelacc-sitemap.py + +Output: sitemap.xml + +Requires: Python 3.x + +Note: This assumes that you have checked out the repo files to your + local machine. + Make sure that you set the variable "GITHUB_REPO_LOCAL_PATH" + +""" + +# define common variables +GITHUB_REPO_LOCAL_PATH = "E:/iodepo/odis-arch-git/collection/tempHosting/data-benguelacc" +GITHUB_REPO_RAW_BASE_URL = "https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/" +NEW_SITEMAP_FILENAME = "sitemap.xml" + +""" +######################### +# you shouldn't have to modify anything below +######################### +""" + +import os, sys +import datetime + +# Get Today's Date to add as Lastmod +lastmod_date = datetime.datetime.now().strftime('%Y-%m-%d') + +# function to print a line of html for the indented hyperlink +def printlink(url): + print (" ") + print (" " + url + "") + print (" " + lastmod_date + "") + print (" ") + return + +original_stdout = sys.stdout # Save a reference to the original standard output + +#create sitemap.xml +with open(NEW_SITEMAP_FILENAME, 'w', newline='\n') as f: + sys.stdout = f # Change the standard output to the file we created. + print ('') + print ('') + + #use a Python set, to force unique values + urls = set() + + #loop through directories + for subdir, dirs, files in os.walk(GITHUB_REPO_LOCAL_PATH): + for file in files: + filepath = subdir + os.sep + file + + if filepath.endswith(".json"): + path = os.path.dirname(filepath) + urls.add(GITHUB_REPO_RAW_BASE_URL + file) + + #iterate through unique record urls + for val in urls: + printlink(val) + + print ('', end='') + sys.stdout = original_stdout # Reset the standard output to its original value + +print("\n") +print("************************") +print(" " + str(len(urls)) + " records exported to sitemap.xml") +print("************************") +print("\n") \ No newline at end of file diff --git a/collection/tempHosting/data-benguelacc/benguelacc-180898ac-1406-11ed-9439-0242ac1c0005.json b/collection/tempHosting/data-benguelacc/benguelacc-180898ac-1406-11ed-9439-0242ac1c0005.json deleted file mode 100644 index fd9b2c96a..000000000 --- a/collection/tempHosting/data-benguelacc/benguelacc-180898ac-1406-11ed-9439-0242ac1c0005.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-180898ac-1406-11ed-9439-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((-180,0 -90,0, -180,0 90,0, 180,0 90,0, 180,0 -90,0, -180,0 -90,0))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_PET_POCOS", - "features", - "Global" - ], - "name": "AGO_OEM_PET_POCOS", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_PET_POCOS" -} \ No newline at end of file diff --git a/collection/tempHosting/data-benguelacc/benguelacc-7393f4ce-172a-11ed-bc3b-0242ac1c0005.json b/collection/tempHosting/data-benguelacc/benguelacc-7393f4ce-172a-11ed-bc3b-0242ac1c0005.json deleted file mode 100644 index d60d26656..000000000 --- a/collection/tempHosting/data-benguelacc/benguelacc-7393f4ce-172a-11ed-bc3b-0242ac1c0005.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-7393f4ce-172a-11ed-bc3b-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((-180,0 -90,0, -180,0 90,0, 180,0 90,0, 180,0 -90,0, -180,0 -90,0))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_PET_POCOS", - "features", - "Global" - ], - "name": "AGO_OEM_PET_POCOS0", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_PET_POCOS0" -} \ No newline at end of file diff --git a/collection/tempHosting/data-benguelacc/benguelacc-b6236950-1400-11ed-8992-0242ac1c0005.json b/collection/tempHosting/data-benguelacc/benguelacc-b6236950-1400-11ed-8992-0242ac1c0005.json deleted file mode 100644 index d15b1ec1f..000000000 --- a/collection/tempHosting/data-benguelacc/benguelacc-b6236950-1400-11ed-8992-0242ac1c0005.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-b6236950-1400-11ed-8992-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((13,0899848937988 -9,22106266021729, 13,0899848937988 -9,22106170654297, 13,0899858474731 -9,22106170654297, 13,0899858474731 -9,22106266021729, 13,0899848937988 -9,22106266021729))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_AMB_MIRADOR_LUA", - "features", - "Global" - ], - "name": "AGO_OEM_AMB_MIRADOR_LUA", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_AMB_MIRADOR_LUA" -} \ No newline at end of file diff --git a/collection/tempHosting/data-benguelacc/benguelacc-simple-graph-template.json b/collection/tempHosting/data-benguelacc/benguelacc-simple-graph-template.json deleted file mode 100644 index 886836490..000000000 --- a/collection/tempHosting/data-benguelacc/benguelacc-simple-graph-template.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@context": "https://schema.org/", - "@type": [ - "ItemList", - "CreativeWork" - ], - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-simple-graph.json", - "name": "Resource collection for Benguela Current Convention GeoData Portal", - "author": "Jeff McKenna", - "itemListOrder": "https://schema.org/ItemListUnordered", - "numberOfItems": 2, - "itemListElement": [ - ttt - ] -} diff --git a/collection/tempHosting/data-benguelacc/benguelacc-simple-graph.json b/collection/tempHosting/data-benguelacc/benguelacc-simple-graph.json deleted file mode 100644 index cca2c6f60..000000000 --- a/collection/tempHosting/data-benguelacc/benguelacc-simple-graph.json +++ /dev/null @@ -1,7719 +0,0 @@ -{ - "@context": "https://schema.org/", - "@type": [ - "ItemList", - "CreativeWork" - ], - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-simple-graph.json", - "name": "Resource collection for Benguela Current Convention GeoData Portal", - "author": "Jeff McKenna", - "itemListOrder": "https://schema.org/ItemListUnordered", - "numberOfItems": 235, - "itemListElement": [ - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-8349f110-6d30-11ec-8a7e-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((12.533332824707 -29.7333335876465, 12.533332824707 -20.5999984741211, 14.8000001907349 -20.5999984741211, 14.8000001907349 -29.7333335876465, 12.533332824707 -29.7333335876465))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of hake long line vessels 2011", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_hake_LL_catch_location_2011" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-16bf9c14-13ea-11ed-b0b5-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11,8175563812256 -15,8014841079712, 11,8175563812256 -5,3972020149231, 13,4552631378174 -5,3972020149231, 13,4552631378174 -15,8014841079712, 11,8175563812256 -15,8014841079712))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_INFR_ANCORADOUROS", - "features", - "Global" - ], - "name": "AGO_OEM_INFR_ANCORADOUROS", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_INFR_ANCORADOUROS" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-067f2650-0466-11ed-92ab-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.087270538239027 -17.29562017624149, 8.087270538239027 -5.884547598165719, 10.153178390369302 -5.884547598165719, 10.153178390369302 -17.29562017624149, 8.087270538239027 -17.29562017624149))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_BASE_200MN", - "features", - "Global" - ], - "name": "AGO_OEM_BASE_200MN", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_BASE_200MN" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-96d60e88-67e7-11ec-96f4-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.5334529876709 -22.8804874420166, 14.5334529876709 -22.8154163360596, 14.5420618057251 -22.8154163360596, 14.5420618057251 -22.8804874420166, 14.5334529876709 -22.8804874420166))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Dolphin sanctuary in the Walvis Bay area", - "keywords": [ - "Biodiversity", - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Dolphin sanctuary", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_TOUR_dolphin_sanctuary_WVB" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-52f0aa16-68af-11ec-aa0b-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((7.677234554696233 -29.97835405565207, 7.677234554696233 -16.5192511983747, 15.512244252128317 -16.5192511983747, 15.512244252128317 -29.97835405565207, 7.677234554696233 -29.97835405565207))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Fishing intensity of hake fishing vessels (trawling)\nMETHODS:\n· VMS point location data for all vessels in each of the nine fisheries were collated for the period 2014 – 2017. The data were cleaned, including removal of clear errors (e.g. points on land) and clipped to the study area.\n· Points were converted into a raster density layer, using a kernel density approach. This used a 0.005° cell size and a 0.075° search distance using planar units.\n· Density layers were then iteratively explored using a quantile based approach to identify the cut-off for very low density use areas and areas used for transit only, which for all industries identified the bottom 10% - 15% of used areas as being low use or transit only. The calibration was done on an expert basis. It identified the mean density of transit only zones, and then rounded this value up to the next 5 percentile mark. For the next steps only values above this threshold were evaluated.\n· Remaining areas were then split into 10 quantiles, from lower intensity use to highest\nintensity use.\n· The raster was then converted to a polygon layer.\n· Isolated port and anchorage polygons (which would have had high intensity values as vessels are often found there) were manually identified and exclude from the datasets.\n· The above approach gives a set of 10 intensity of use categories from lower intensity use (1) to highest intensity use (10). The areas deliberately exclude very low use areas.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Fishing intensity for hake trawlers", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_intensity_hake_wet_freeze0" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-4858858c-6d42-11ec-9b73-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((10.7466659545898 -25.8600006103516, 10.7466659545898 -17.2516651153564, 14.0216674804688 -17.2516651153564, 14.0216674804688 -25.8600006103516, 10.7466659545898 -25.8600006103516))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of horse mackerel trawlers 2012", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_horsemackerel_catch_location_201" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-6b3e55be-632d-11ec-99dd-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.7014856338501 -28.6604957580566, 11.7014856338501 -17.2431449890137, 16.4535465240479 -17.2431449890137, 16.4535465240479 -28.6604957580566, 11.7014856338501 -28.6604957580566))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Areas permitted for shore-based recreational fishing and boat-based line fishing (as per Gazette 2657) were redrawn in 2020 by the MARISMA project.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Areas permitted for shore-based recreational fishing and boat-based line fishing", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_prohibited_permitted_recreationa" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-ba38d8ce-6d3c-11ec-873a-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.3499994277954 -29.2333335876465, 11.3499994277954 -18.0833320617676, 14.8500003814697 -18.0833320617676, 14.8500003814697 -29.2333335876465, 11.3499994277954 -29.2333335876465))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of monk trawlers 2013", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_monk_catch_location_2013" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-05bc3598-6333-11ec-8eab-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.5083322525024 -22.9295749664307, 14.5083322525024 -22.9133644104004, 14.5284357070923 -22.9133644104004, 14.5284357070923 -22.9295749664307, 14.5083322525024 -22.9295749664307))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Areas of interest or reserved for naval defence, including military training areas, ammunition dumping area and naval infrastructure area", - "keywords": [ - "Current Status Report", - "Military", - "Namibia" - ], - "name": "NAM CSR Military restricted area III", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_DEF_naval_infrastructure_area4" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-9f77e0fe-1401-11ed-9439-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((12.994538564979669 -9.111678717408864, 12.994538564979669 -8.860803628588108, 13.160220195157917 -8.860803628588108, 13.160220195157917 -9.111678717408864, 12.994538564979669 -9.111678717408864))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_TUR_PENINSULA_MUSSULO", - "features", - "Global" - ], - "name": "AGO_OEM_TUR_PENINSULA_MUSSULO", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_TUR_PENINSULA_MUSSULO" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-c84b69fc-67e9-11ec-84c5-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.7582998275757 -28.9656867980957, 11.7582998275757 -16.9659080505371, 25.2628898620605 -16.9659080505371, 25.2628898620605 -28.9656867980957, 11.7582998275757 -28.9656867980957))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Locations of rivers in Namibia\nDATA SOURCE: Directorate of Hydrology, Ministry of Agriculture, Water & Forestry, available via NSDI.\nMETHODS: The shapefile was obtained from the HYMNAM project and amended to fit the\ncountry borders used in the Atlas of Namibia. Main rivers were separated from minor\nrivers based on the original Geological Survey river data set. One addition was made i.e. omuramba owambo. One exclusion was made i.e. Sechomib.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Rivers", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_BASE_rivers" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-fd470694-f524-11eb-96f9-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.16666603088379 -30.6666679382324, 8.16666603088379 -17.25, 16.5 -17.25, 16.5 -30.6666679382324, 8.16666603088379 -30.6666679382324))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "The rock lobster fishery targets the temperate, cold-water, spiny lobster species, Jasus lalandii.", - "keywords": [ - "Fishing", - "pressures", - "Namibia" - ], - "name": "NAM EBSA Rock lobster fishery", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_Rock_Lobster" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-65d416a6-6880-11ec-8955-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((13.0407390594482 -26.7043724060059, 13.0407390594482 -19.9704399108887, 15.5358190536499 -19.9704399108887, 15.5358190536499 -26.7043724060059, 13.0407390594482 -26.7043724060059))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Coastal water supply lines", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Water supply lines", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_LI_water_supply_lines" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-7bc2d3c4-630a-11ec-afbe-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.4014844894409 -22.7500743865967, 14.4014844894409 -22.3997135162354, 14.529598236084 -22.3997135162354, 14.529598236084 -22.7500743865967, 14.4014844894409 -22.7500743865967))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Areas along the the central Namibian coast which are important operating areas for ski boats launching in Swakopmund", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Ski boat areas", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_skiboat_areas1" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-247233d8-6d34-11ec-b4b4-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.9666662216187 -29.7833347320557, 11.9666662216187 -19.9166660308838, 14.9833335876465 -19.9166660308838, 14.9833335876465 -29.7833347320557, 11.9666662216187 -29.7833347320557))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of hake long line vessels 2014", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_hake_LL_catch_location_2014" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-819436d6-1407-11ed-ba29-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11,3860025405884 -8,86730289459229, 11,3860025405884 -6,22924089431763, 13,0812463760376 -6,22924089431763, 13,0812463760376 -8,86730289459229, 11,3860025405884 -8,86730289459229))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_NOR_DAT_PARAPENAEUS_LONGIROSTRIS", - "features", - "Global" - ], - "name": "AGO_OEM_NOR_DAT_PARAPENAEUS_LONGIROSTRIS", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_NOR_DAT_PARAPENAEUS_LONGIROSTRIS" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-4445214c-0466-11ed-abfa-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8,19983768463135 -17,2501811981201, 8,19983768463135 -5,88454723358154, 11,75648021698 -5,88454723358154, 11,75648021698 -17,2501811981201, 8,19983768463135 -17,2501811981201))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_BASE_LIM_ZEE", - "features", - "Global" - ], - "name": "AGO_OEM_BASE_LIM_ZEE", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_BASE_LIM_ZEE" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-e70cfee2-68ab-11ec-8524-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((7.677234554696233 -29.97835405565207, 7.677234554696233 -16.5192511983747, 15.512244252128317 -16.5192511983747, 15.512244252128317 -29.97835405565207, 7.677234554696233 -29.97835405565207))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Fishing intensity of deep sea red crab fishing vessels\nMETHODS:\n· VMS point location data for all vessels in each of the nine fisheries were collated for the\nperiod 2014 – 2017. The data were cleaned, including removal of clear errors (e.g. points\non land) and clipped to the study area.\n· Points were converted into a raster density layer, using a kernel density approach. This\nused a 0.005° cell size and a 0.075° search distance using planar units.\n· Density layers were then iteratively explored using a quantile based approach to identify\nthe cut-off for very low density use areas and areas used for transit only, which for all\nindustries identified the bottom 10% - 15% of used areas as being low use or transit only.\nThe calibration was done on an expert basis. It identified the mean density of transit only\nzones, and then rounded this value up to the next 5 percentile mark. For the next steps\nonly values above this threshold were evaluated.\n· Remaining areas were then split into 10 quantiles, from lower intensity use to highest\nintensity use.\n· The raster was then converted to a polygon layer.\n· Isolated port and anchorage polygons (which would have had high intensity values as\nvessels are often found there) were manually identified and exclude from the datasets.\n· The above approach gives a set of 10 intensity of use categories from lower intensity use\n(1) to highest intensity use (10). The areas deliberately exclude very low use areas.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Fishing intensity for deep sea red crab fishing vessels", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_intensity_crab5" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-5a777e2e-63c1-11ec-a7fe-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.65106201171875 -30.5857734680176, 8.65106201171875 -16.2845668792725, 16.6999702453613 -16.2845668792725, 16.6999702453613 -30.5857734680176, 8.65106201171875 -30.5857734680176))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Ecologically or Biologically Significant Marine Areas (EBSA) are regarded as priority areas with ecological properties within our ocean space and require special management of human activities.", - "keywords": [ - "Current Status Report", - "EBSAs", - "Ecologically or Biologically Significant Marine Areas", - "Namibia" - ], - "name": "NAM CSR Ecologically or Biologically Significant Marine Areas (EBSA)", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_ENV_Eco_Bio_Sign_Areas0" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-3f9aa5f6-1404-11ed-8992-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((10,4137411117554 -8,5845947265625, 10,4137411117554 -5,02650260925293, 13,3964872360229 -5,02650260925293, 13,3964872360229 -8,5845947265625, 10,4137411117554 -8,5845947265625))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_PET_BLOCOS_INSTALACOES", - "features", - "Global" - ], - "name": "AGO_OEM_PET_BLOCOS_INSTALACOES", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_PET_BLOCOS_INSTALACOES" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-2695c3da-6192-11ec-9598-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.24328708648682 -30.6581401824951, 8.24328708648682 -17.2429466247559, 16.4548759460449 -17.2429466247559, 16.4548759460449 -30.6581401824951, 8.24328708648682 -30.6581401824951))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "The United Nations Convention on Law of the Sea (UNCLOS) indicates that the exclusive economic zone (EEZ) of a coastal state extends 200 nm from the baseline. Within this area, the coastal nation has sole exploitation rights over all natural resources.\nNamibia has ratified this convention. \nDATA SOURCE: Flanders Marine Institute (2019). Maritime Boundaries Geodatabase: Maritime Boundaries and Exclusive Economic Zones (200NM), version 11. available online at http://www.marineregions.org/. https://doi.org/10.14284/38", - "keywords": [ - "Current Status Report", - "boundaries", - "Namibia" - ], - "name": "NAM CSR EEZ", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_BASE_EEZ_area" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-0549fd70-0469-11ed-b6be-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11,766676902771 -17,4416732788086, 11,766676902771 -4,83762121200562, 17,6371536254883 -4,83762121200562, 17,6371536254883 -17,4416732788086, 11,766676902771 -17,4416732788086))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_BASE_RIOS", - "features", - "Global" - ], - "name": "AGO_OEM_BASE_RIOS", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_BASE_RIOS" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-231a2032-6ec8-11ec-b890-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.39999961853027 -30.3333339691162, 8.39999961853027 -17.2666664123535, 14.4833335876465 -17.2666664123535, 14.4833335876465 -30.3333339691162, 8.39999961853027 -30.3333339691162))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of short fin mako 2016", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_shortfinmako_catch_location_2016" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-91c55136-6ec9-11ec-91fa-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((9.44999980926514 -26.8000011444092, 9.44999980926514 -17.2666664123535, 14.4833335876465 -17.2666664123535, 14.4833335876465 -26.8000011444092, 9.44999980926514 -26.8000011444092))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of blue sharks 2012", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_blue_shark_catch_location_2012" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-e7db2012-6197-11ec-8aab-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.4291296005249 -26.0007591247559, 14.4291296005249 -23.306001663208, 16.0155010223389 -23.306001663208, 16.0155010223389 -26.0007591247559, 14.4291296005249 -26.0007591247559))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "World Heritage Site Namib Sand Sea\nUNEP-WCMC and IUCN (2020), Protected \nPlanet: The World Database on\nProtected Areas (WDPA) [Online], September 2020, Cambridge, UK: UNEP- WCMC and IUCN. Available at: www.protectedplanet.net.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR World Heritage Site Namib Sand Sea", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_ENV_world_heritage_Namib_Sand_Sea" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-a7e139d6-67ca-11ec-9aff-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.4856214523315 -22.953821182251, 14.4856214523315 -22.9040813446045, 14.5281620025635 -22.9040813446045, 14.5281620025635 -22.953821182251, 14.4856214523315 -22.953821182251))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Areas delineated as turning basins in the Walvis Bay port.", - "keywords": [ - "Current Status Report", - "Port", - "Namibia" - ], - "name": "NAM CSR Turning basin", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_MTP_turning_basin_WVB" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-aa432418-6d2f-11ec-96a6-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.283332824707 -29.9166679382324, 11.283332824707 -17.5, 14.9166669845581 -17.5, 14.9166669845581 -29.9166679382324, 11.283332824707 -29.9166679382324))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations of hake freezer trawlers 2015 as recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of hake freezer trawlers 2015", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_hake_freezer_catch_location_2015" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-3ab693e2-6d29-11ec-ac37-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.2333326339722 -29.9333343505859, 11.2333326339722 -17.2666664123535, 14.9833335876465 -17.2666664123535, 14.9833335876465 -29.9333343505859, 11.2333326339722 -29.9333343505859))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations of hake wet fish trawler 2013 as recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of hake wet fish trawlers 2013", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_hake_wet_catch_location_2013" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-9fa14a9c-6d36-11ec-8b0a-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.2166662216187 -29.9166679382324, 11.2166662216187 -17.2666664123535, 14.9333333969116 -17.2666664123535, 14.9333333969116 -29.9166679382324, 11.2166662216187 -29.9166679382324))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of hake wet fish trawlers 2011", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_hake_wet_catch_location_2011" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-535dcf04-f9a3-11eb-987c-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.16666603088379 -30.6666679382324, 8.16666603088379 -17.25, 16.5 -17.25, 16.5 -30.6666679382324, 8.16666603088379 -30.6666679382324))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Commercial longline industry targeting tunas, swordfish, sharks and other large pelagic groups.", - "keywords": [ - "Fishing", - "pressures", - "Namibia" - ], - "name": "NAM EBSA Large pelagic longline fishing (effort)", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_Longline_Effort" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-99930326-6ec5-11ec-ba00-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((9.44999980926514 -26.8000011444092, 9.44999980926514 -17.2666664123535, 14.3333339691162 -17.2666664123535, 14.3333339691162 -26.8000011444092, 9.44999980926514 -26.8000011444092))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of short fin mako 2012", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_shortfinmako_catch_location_2012" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-89ff8a96-6d40-11ec-873a-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.3999996185303 -29.3333339691162, 11.3999996185303 -18.2666664123535, 14.8500003814697 -18.2666664123535, 14.8500003814697 -29.3333339691162, 11.3999996185303 -29.3333339691162))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of monk trawlers 2016", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_monk_catch_location_2016" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-113dadfa-13e8-11ed-99e4-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.666657666806568 -16.74679706300943, 11.666657666806568 -16.508102374820844, 11.755216397069958 -16.508102374820844, 11.755216397069958 -16.74679706300943, 11.666657666806568 -16.74679706300943))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_TUR_BAIA_TIGRES", - "features", - "Global" - ], - "name": "AGO_OEM_TUR_BAIA_TIGRES", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_TUR_BAIA_TIGRES" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-070bb7ce-170c-11ed-a943-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11,6695585250854 -17,2732696533203, 11,6695585250854 -4,99951696395874, 13,8655052185059 -4,99951696395874, 13,8655052185059 -17,2732696533203, 11,6695585250854 -17,2732696533203))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "Linha_de_costa", - "features", - "Global" - ], - "name": "Linha_de_costa_", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:Linha_de_costa" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-aec194f2-13ec-11ed-b0b5-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11,8435592651367 -15,8058271408081, 11,8435592651367 -5,68875885009766, 13,586841583252 -5,68875885009766, 13,586841583252 -15,8058271408081, 11,8435592651367 -15,8058271408081))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "Pontos_de_Unidades_militares", - "features", - "Global" - ], - "name": "Pontos_de_Unidades_militares", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:Pontos_de_Unidades_militares" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-bba62ed4-1406-11ed-92e7-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11,6345224380493 -12,3662576675415, 11,6345224380493 -6,10887145996094, 13,6927051544189 -6,10887145996094, 13,6927051544189 -12,3662576675415, 11,6345224380493 -12,3662576675415))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_NOR_DAT_DENTEX_ANGOLENSIS", - "features", - "Global" - ], - "name": "AGO_OEM_NOR_DAT_DENTEX_ANGOLENSIS", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_NOR_DAT_DENTEX_ANGOLENSIS" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-4a9588fc-6164-11ec-a2ad-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.72719764709473 -21.0410385131836, 8.72719764709473 -19.0556144714355, 10.3545665740967 -19.0556144714355, 10.3545665740967 -21.0410385131836, 8.72719764709473 -21.0410385131836))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Plateaus found in the Namibian sea.\nDATA SOURCE: Harris, P.T., Macmillan-Lawler, M., Rupp, J., Baker, E.K. 2014. Geomorphology of the oceans. Marine Geology, 352: 4-24. GEBCO (General Bathymetric Chart of the Oceans) Available at: http://www.gebco.net/data_and_poducts/gridded_bathymetry_data/. \nGeomorphology map from www.bluehabitats.org\nMETHODS: Slight manual revision of the Blue Habitats / Harris 2014 global geomorphology\nmap.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Plateaus", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_GREE_plateaus" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-000a6aa2-5f46-11ec-9cf2-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((10.0565643310547 -29.9711952209473, 10.0565643310547 -18.7997817993164, 14.9446954727173 -18.7997817993164, 14.9446954727173 -29.9711952209473, 10.0565643310547 -29.9711952209473))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Terraces found in Namibian sea.\nDATA SOURCE: Harris, P.T., Macmillan-Lawler, M., Rupp, J., Baker, E.K. 2014. Geomorphology of the oceans. Marine Geology, 352: 4-24. GEBCO (General Bathymetric Chart of the Oceans) Available at: http://www.gebco.net/data_and_poducts/gridded_bathymetry_data/. \nGeomorphology map from www.bluehabitats.org\nMETHODS: Slight manual revision of the Blue Habitats / Harris 2014 global geomorphology\nmap.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Terraces", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_GREE_terraces" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-cd579788-67c9-11ec-aef6-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((15.1535987854004 -26.6427097320557, 15.1535987854004 -26.6315155029297, 15.1586894989014 -26.6315155029297, 15.1586894989014 -26.6427097320557, 15.1535987854004 -26.6427097320557))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Areas delineated for channels in the Lüderitz port.", - "keywords": [ - "Current Status Report", - "Port", - "Namibia" - ], - "name": "NAM CSR Channels Lüderitz port", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_MTP_channels_LUD" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-bd00bdbc-5f39-11ec-8d16-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.24328708648682 -30.6581401824951, 8.24328708648682 -17.2499980926514, 13.9209156036377 -17.2499980926514, 13.9209156036377 -30.6581401824951, 8.24328708648682 -30.6581401824951))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Bathometry features found in Namibian sea, prominent by Walvis Ridge,few canyons and seamounts.\nDATA SOURCE: Harris, P.T., Macmillan-Lawler, M., Rupp, J., Baker, E.K. 2014. Geomorphology\nof the oceans. Marine Geology, 352: 4-24. GEBCO (General Bathymetric Chart of the Oceans) Available at http://www.gebco.net/\ndata_and_poducts/gridded_bathymetry_data/.\nGeomorphology map from www.bluehabitats.org\nMETHODS: Slight manual revision of the Blue Habitats / Harris 2014 global geomorphology\nmap", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Abyssal Classification", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_GREE_abyssal_classification" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-b49bfda0-6ec8-11ec-8a26-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.73333263397217 -30.3666667938232, 8.73333263397217 -17.3999996185303, 15.3500003814697 -17.3999996185303, 15.3500003814697 -30.3666667938232, 8.73333263397217 -30.3666667938232))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of blue sharks 2010", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_blue_shark_catch_location_2010" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-1f974b8c-6ec9-11ec-8671-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((9.38333320617676 -27.8000011444092, 9.38333320617676 -17.5666656494141, 14.6166667938232 -17.5666656494141, 14.6166667938232 -27.8000011444092, 9.38333320617676 -27.8000011444092))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of blue sharks 2011", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_blue_shark_catch_location_2011" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-57361e5a-0466-11ed-9405-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11,6689491271973 -17,2513294219971, 11,6689491271973 -5,03156852722168, 13,7966966629028 -5,03156852722168, 13,7966966629028 -17,2513294219971, 11,6689491271973 -17,2513294219971))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_BASE_LINHA_BASE", - "features", - "Global" - ], - "name": "AGO_OEM_BASE_LINHA_BASE", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_BASE_LINHA_BASE" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-3471bb90-f9a4-11eb-af70-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.16666603088379 -30.6666679382324, 8.16666603088379 -17.25, 16.5 -17.25, 16.5 -30.6666679382324, 8.16666603088379 -30.6666679382324))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Commercial industry targeting horse mackerel using mid-water trawl.", - "keywords": [ - "Fishing", - "pressures", - "Namibia" - ], - "name": "NAM EBSA Horse Mackerel fishery", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_Horse_Mackerel" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-42e0283a-5f3c-11ec-b3c9-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.55008602142334 -30.0833339691162, 8.55008602142334 -17.2500152587891, 14.3753623962402 -17.2500152587891, 14.3753623962402 -30.0833339691162, 8.55008602142334 -30.0833339691162))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Escarpments found in Namibian sea.\nDATA SOURCE: Harris, P.T., Macmillan-Lawler, M., Rupp, J., Baker, E.K. 2014. Geomorphology of the oceans. Marine Geology, 352: 4-24. GEBCO (General Bathymetric Chart of the Oceans) Available at: http://www.gebco.net/data_and_poducts/gridded_bathymetry_data/. \nGeomorphology map from www.bluehabitats.org\nMETHODS: Slight manual revision of the Blue Habitats / Harris 2014 global geomorphology\nmap.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Escarpments", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_GREE_escarpments" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-5233b542-617e-11ec-b3cb-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.32918930053711 -30.582160949707, 8.32918930053711 -17.2499980926514, 15.2899007797241 -17.2499980926514, 15.2899007797241 -30.582160949707, 8.32918930053711 -30.582160949707))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Bathymetric depth contours for the world oceans from the General Bathymetric Chart of the Oceans (GEBCO) includes a seamless, global, digital set of the basic contours (200m, 500m, and at 500m intervals thereafter) with contours at intermediate depths also included in some areas, where available. GEBCO is published by the British Oceanographic Data Centre (BODC) on behalf of the Intergovernmental Oceanographic Commission (IOC) of UNESCO and the International Hydrographic Organization (IHO).\nhttps://www.gebco.net/data_and_products", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Bathymetry", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_BASE_bathymetry_mbsl" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-51287728-6264-11ec-af9a-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((10.0476665496826 -29.7700004577637, 10.0476665496826 -19.3166656494141, 14.4300003051758 -19.3166656494141, 14.4300003051758 -29.7700004577637, 10.0476665496826 -29.7700004577637))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Orange roughy spawning aggregations in the Namibian EEZ.\nData source: MFMR/NatMIRC", - "keywords": [ - "Current Status Report", - "Spawning", - "Namibia" - ], - "name": "NAM CSR Orange roughy spawning aggregations", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_orange_roughy_spawning_area1" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-7f439cfa-67d7-11ec-82c3-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.4712438583374 -22.959156036377, 14.4712438583374 -22.9167633056641, 14.4955530166626 -22.9167633056641, 14.4955530166626 -22.959156036377, 14.4712438583374 -22.959156036377))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Area delineated as anchorage areas for recreational crafts in the Walvis Bay port.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Anchorage area for recreational crafts", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_MTP_recreational_crafts_anchorage_are" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-98c99d42-6ecf-11ec-a6a0-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.31666660308838 -29.8333339691162, 8.31666660308838 -17.25, 15.1000003814697 -17.25, 15.1000003814697 -29.8333339691162, 8.31666660308838 -29.8333339691162))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of other sharks (fins) 2015", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_shark_fin_catch_locations_2015" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-ec40cda0-624b-11ec-9e81-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.4899997711182 -27.959587097168, 14.4899997711182 -24.4860057830811, 15.6900005340576 -24.4860057830811, 15.6900005340576 -27.959587097168, 14.4899997711182 -27.959587097168))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "The Namibian Islands and Marine Reserve consists of all islands, marine resources and marine areas as described in the Government Gazette of the Republic of Namibia, 16 February 2009. This layer only includes the outer borders of the entire Marine Reserve as well as the line fish and rock lobster sanctuaries, not the islands and\nislets.\nDATA SOURCE: Government Gazette 4210, February 2009.\nMETHODS: Shapefile created from gazetted coordinates.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Namibian Islands' Marine Protected Area (NIMPA)", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NIMPA" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-186e1848-67e6-11ec-ae09-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.4066858291626 -23.5574855804443, 14.4066858291626 -22.574462890625, 14.7291564941406 -22.574462890625, 14.7291564941406 -23.5574855804443, 14.4066858291626 -23.5574855804443))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Important areas for bird watching", - "keywords": [ - "Biodiversity", - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Birding areas", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_TOUR_birding_areas" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-dd330112-63f8-11ec-9a8d-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.26121711730957 -30.6582508087158, 8.26121711730957 -17.2514896392822, 21.6994152069092 -17.2514896392822, 21.6994152069092 -30.6582508087158, 8.26121711730957 -30.6582508087158))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Spatial allocation of hydrocarbons (petroleum) licences within the Namibian ocean space. Licences are granted as predetermined blocks.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Petroleum exploration blocks", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_GREE_Petro_Explo_Blocks" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-1007e242-5f3f-11ec-8ad6-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.74575328826904 -20.8536739349365, 8.74575328826904 -19.3415470123291, 9.92459964752197 -19.3415470123291, 9.92459964752197 -20.8536739349365, 8.74575328826904 -20.8536739349365))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Ridges found in Namibian sea.\nDATA SOURCE: Harris, P.T., Macmillan-Lawler, M., Rupp, J., Baker, E.K. 2014. Geomorphology of the oceans. Marine Geology, 352: 4-24. GEBCO (General Bathymetric Chart of the Oceans) Available at: http://www.gebco.net/data_and_poducts/gridded_bathymetry_data/. \nGeomorphology map from www.bluehabitats.org\nMETHODS: Slight manual revision of the Blue Habitats / Harris 2014 global geomorphology\nmap.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Ridges", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_GREE_ridges0" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-da0387b6-67d9-11ec-82c3-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.4334363937378 -22.9609546661377, 14.4334363937378 -22.7566661834717, 14.5439987182617 -22.7566661834717, 14.5439987182617 -22.9609546661377, 14.4334363937378 -22.9609546661377))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Port limits of the Walvis Bay port", - "keywords": [ - "Current Status Report", - "Port", - "Namibia" - ], - "name": "NAM CSR Port limits Walvis Bay", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_MTP_port_limits_WVB" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-e63d5f5c-63ec-11ec-86a8-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.7363405227661 -28.6300563812256, 11.7363405227661 -17.2357406616211, 16.4546794891357 -17.2357406616211, 16.4546794891357 -28.6300563812256, 11.7363405227661 -28.6300563812256))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Aerial imagery of the Namibian coast from Google Earth© 2011 was saved as series of georeferenced images using the Shape2Earth plugin for the opensource\nprogramme MapWindow GIS (available at: http://shape2earth.com). Images were captured at a consistent scale (Google Earth scale bar at 900 m), although some\nexceptions to this were necessary because of the varied quality and resolution of the\nGoogle Earth imagery. The captured images were imported into ArcMap 10 (ESRI), and\nserved as the baseline that the coastal-habitat shapefiles were digitized onto. Digitizing was generally performed at a 1:8000 scale, although, as above, the varied resolution of the imagery occasionally necessitated zooming in or out from this base scale. The WGS84 (Universal Transverse Mercator) projection was used for all shapefiles. The coastline was dissolved and the new Walvis Bay container terminal added manually.\nDATA SOURCE: Harris, L.R. 2012. Shoreline mapping of the Benguela Current Large\nMarine Ecosystem 2011: Undertaken for the Benguela Current Commission (BCC) project\n“Spatial Biodiversity Assessment (BCC-SBA) and Spatial Management, including Marine\nProtected Areas”. Nelson Mandela Metropolitan University, Port Elizabeth, South Africa.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Coastline", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_BASE_coastline" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-f5bdec4c-6885-11ec-af2c-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((15.1604299545288 -28.4518508911133, 15.1604299545288 -26.617208480835, 16.2255172729492 -26.617208480835, 16.2255172729492 -28.4518508911133, 15.1604299545288 -28.4518508911133))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Sites where seawater is abstracted for desalination, salt production or industrial use in the southern area.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Seawater abstraction (south)", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_WA_water_abstraction_south_DWA_2020" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-f5e07544-625b-11ec-a35c-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.5980672836304 -25.8660430908203, 11.5980672836304 -18.1488075256348, 14.8337030410767 -18.1488075256348, 14.8337030410767 -25.8660430908203, 11.5980672836304 -25.8660430908203))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Hake spawning areas along the Namibian coast\nMETHODS: Egg and larvae data as well as gonad stages collected during scientific surveys. Data supplied by MFMR/NatMIRC", - "keywords": [ - "Current Status Report", - "Spawning", - "Namibia" - ], - "name": "NAM CSR Hake spawning areas", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_hake_spawning_area1" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-487a4b6a-1402-11ed-9d24-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((9,08037948608398 -17,2505397796631, 9,08037948608398 -5,02650260925293, 13,8652963638306 -5,02650260925293, 13,8652963638306 -17,2505397796631, 9,08037948608398 -17,2505397796631))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_PET_BLOCOS", - "features", - "Global" - ], - "name": "AGO_OEM_PET_BLOCOS", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_PET_BLOCOS" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-1bc709d0-0469-11ed-92ab-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8,19983768463135 -17,2501811981201, 8,19983768463135 -5,88454723358154, 11,75648021698 -5,88454723358154, 11,75648021698 -17,2501811981201, 8,19983768463135 -17,2501811981201))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_BASE_ZEE", - "features", - "Global" - ], - "name": "AGO_OEM_BASE_ZEE", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_BASE_ZEE" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-396d13e8-67b2-11ec-aec4-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.4172496795654 -22.9544429779053, 14.4172496795654 -22.750207901001, 14.4948472976685 -22.750207901001, 14.4948472976685 -22.9544429779053, 14.4172496795654 -22.9544429779053))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Areas delineated for mariculture.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Mariculture areas WB", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_MARI_mariculture_areas_WVB" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-0220de3a-68a5-11ec-803f-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.6833324432373 -23.0, 11.6833324432373 -18.0, 14.0500001907349 -18.0, 14.0500001907349 -23.0, 11.6833324432373 -23.0))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Oceanographic moorings deployed by the Baltic Sea Research Institute in collaboration with MFMR. Moorings collect data on temperature, salinity, oxygen and ocean currents.", - "keywords": [ - "Current Status Report", - "Research", - "Namibia" - ], - "name": "NAM CSR Moorings", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_RES_Moorings" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-34ab017a-687b-11ec-9103-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((13.8247537612915 -28.7086925506592, 13.8247537612915 -17.3897972106934, 24.3216743469238 -17.3897972106934, 24.3216743469238 -28.7086925506592, 13.8247537612915 -28.7086925506592))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Townland areas", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Townlands", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_BASE_townlands" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-399f0f10-f9a3-11eb-bdfe-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.16666603088379 -30.6666679382324, 8.16666603088379 -17.25, 16.5 -17.25, 16.5 -30.6666679382324, 8.16666603088379 -30.6666679382324))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Commercial pole fishery targeting albacore and yellowfin tuna.", - "keywords": [ - "Fishing", - "pressures", - "Namibia" - ], - "name": "NAM EBSA Large pelagic pole fishery (effort)", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_Large_Pelagic_Pole_Effort" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-87a583da-13ea-11ed-a17e-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((12,1327905654907 -15,1949577331543, 12,1327905654907 -5,55025959014893, 13,7352142333984 -5,55025959014893, 13,7352142333984 -15,1949577331543, 12,1327905654907 -15,1949577331543))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_INFR_PORTOS", - "features", - "Global" - ], - "name": "AGO_OEM_INFR_PORTOS", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_INFR_PORTOS" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-a6677a54-6ecb-11ec-af52-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.31666660308838 -29.8333339691162, 8.31666660308838 -17.25, 15.1000003814697 -17.25, 15.1000003814697 -29.8333339691162, 8.31666660308838 -29.8333339691162))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of blue sharks 2015", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_blue_shark_catch_location_2015" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-09954ece-6d43-11ec-b5c1-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((10.0169439315796 -29.6502780914307, 10.0169439315796 -17.2502765655518, 14.7502784729004 -17.2502765655518, 14.7502784729004 -29.6502780914307, 10.0169439315796 -29.6502780914307))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of horse mackerel trawlers 2013", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_horsemackerel_catch_location_2010" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-cacbe832-1400-11ed-96bf-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((12,1763153076172 -14,7569446563721, 12,1763153076172 -5,56345891952515, 13,4592666625977 -5,56345891952515, 13,4592666625977 -14,7569446563721, 12,1763153076172 -14,7569446563721))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_AMB_PRAIAS", - "features", - "Global" - ], - "name": "AGO_OEM_AMB_PRAIAS", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_AMB_PRAIAS" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-5d41b66e-e71b-11ec-aeac-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.641861996291713 -18.105003314512683, 11.641861996291713 -4.293597438621827, 24.362327600695224 -4.293597438621827, 24.362327600695224 -18.105003314512683, 11.641861996291713 -18.105003314512683))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Fonte: Ministério da administração do\nterritório", - "keywords": [ - "AGO_OEM_BASE_PROV", - "features", - "Global" - ], - "name": "AGO_OEM_BASE_PROV", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_BASE_PROV" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-1f133e52-6d3c-11ec-8b0a-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.3666658401489 -29.716667175293, 11.3666658401489 -17.8833332061768, 14.8500003814697 -17.8833332061768, 14.8500003814697 -29.716667175293, 11.3666658401489 -29.716667175293))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of monk trawlers 2012", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_monk_catch_location_2012" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-a2b7f92c-6ed2-11ec-bfa3-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((13.2799997329712 -26.9300003051758, 13.2799997329712 -20.769998550415, 14.9800004959106 -20.769998550415, 14.9800004959106 -26.9300003051758, 13.2799997329712 -26.9300003051758))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of snoek 2014", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_snoek_catch_locations_2014" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-70acd836-67d8-11ec-9dbb-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.4500017166138 -22.9116802215576, 14.4500017166138 -22.8116588592529, 14.5275440216064 -22.8116588592529, 14.5275440216064 -22.9116802215576, 14.4500017166138 -22.9116802215576))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Areas delineated as anchorage areas in the Walvis Bay port.", - "keywords": [ - "Current Status Report", - "Port", - "Namibia" - ], - "name": "NAM CSR Anchorage areas", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_MTP_anchorage_area_WVB" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-f6219076-6d35-11ec-86f6-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.9333324432373 -29.7666683197021, 11.9333324432373 -20.0999984741211, 14.966667175293 -20.0999984741211, 14.966667175293 -29.7666683197021, 11.9333324432373 -29.7666683197021))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of hake long line vessels 2015", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_hake_LL_catch_location_2015" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-abac83dc-6ed1-11ec-bdb9-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((13.1799993515015 -26.9000015258789, 13.1799993515015 -20.6799983978271, 14.9200000762939 -20.6799983978271, 14.9200000762939 -26.9000015258789, 13.1799993515015 -26.9000015258789))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of snoek 2011", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_snoek_catch_locations_2011" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-a3279f28-1406-11ed-ba29-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11,3204021453857 -17,2364978790283, 11,3204021453857 -14,7104139328003, 12,2775621414185 -14,7104139328003, 12,2775621414185 -17,2364978790283, 11,3204021453857 -17,2364978790283))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_NOR_DAT_CARAPAU", - "features", - "Global" - ], - "name": "AGO_OEM_NOR_DAT_CARAPAU", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_NOR_DAT_CARAPAU" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-f23c062c-0465-11ed-9405-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((10.207117351432197 -17.24987532185248, 10.207117351432197 -3.7652855390859026, 13.467966621173513 -3.7652855390859026, 13.467966621173513 -17.24987532185248, 10.207117351432197 -17.24987532185248))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_BASE_24MN", - "features", - "Global" - ], - "name": "AGO_OEM_BASE_24MN", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_BASE_24MN" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-9d069e68-67dc-11ec-8eca-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.9437093734741 -27.663122177124, 14.9437093734741 -26.1323566436768, 15.5238552093506 -26.1323566436768, 15.5238552093506 -27.663122177124, 14.9437093734741 -27.663122177124))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Anchorage sites around Lüderitz", - "keywords": [ - "Current Status Report", - "Port", - "Namibia" - ], - "name": "NAM CSR Anchorage sites", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_MTP_anchorage_sites_LUD" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-de88ba26-0465-11ed-9a67-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((10.335732699076623 -17.25226170356628, 10.335732699076623 -3.6068921525564464, 13.67706051673037 -3.6068921525564464, 13.67706051673037 -17.25226170356628, 10.335732699076623 -17.25226170356628))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_BASE_12MN", - "features", - "Global" - ], - "name": "AGO_OEM_BASE_12MN", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_BASE_12MN" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-fd0832fe-67eb-11ec-93e0-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((13.2999973297119 -28.7298069000244, 13.2999973297119 -17.3948764801025, 24.3072376251221 -17.3948764801025, 24.3072376251221 -28.7298069000244, 13.2999973297119 -28.7298069000244))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Outlines all gazetted main roads for all 14 Regions in Namibia.\nDATA SOURCE: Roads Authority, Road Management System Division, available via NSDI", - "keywords": [ - "Current Status Report", - "Roads", - "Namibia" - ], - "name": "NAM CSR Main roads", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_LI_main_roads" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-2c8b08c6-63f0-11ec-abe8-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.459552140912974 -28.952906539610662, 11.459552140912974 -17.255033839593825, 18.772535270585788 -17.255033839593825, 18.772535270585788 -28.952906539610662, 11.459552140912974 -28.952906539610662))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Spatial allocation of mining licences within the Namibian ocean space.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Active mining licences (Sept 2020)", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_GREE_mining_licence_Sept2020" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-d7269b42-13ea-11ed-a17e-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((-38,2742500305176 -9,48391056060791, -38,2742500305176 -2,40276980400085, 13,1186103820801 -2,40276980400085, 13,1186103820801 -9,48391056060791, -38,2742500305176 -9,48391056060791))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_INFR_SACS", - "features", - "Global" - ], - "name": "AGO_OEM_INFR_SACS", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_INFR_SACS" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-566ba942-6ec3-11ec-9210-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.31666660308838 -29.7833347320557, 8.31666660308838 -17.25, 14.3166675567627 -17.25, 14.3166675567627 -29.7833347320557, 8.31666660308838 -29.7833347320557))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of swordfish 2015", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_swordfish_catch_location_2015" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-43c8e0d8-1400-11ed-9439-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((12,0151033401489 -11,0532064437866, 12,0151033401489 -5,03137969970703, 14,0409498214722 -5,03137969970703, 14,0409498214722 -11,0532064437866, 12,0151033401489 -11,0532064437866))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_AMB_MANGAIS", - "features", - "Global" - ], - "name": "AGO_OEM_AMB_MANGAIS", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_AMB_MANGAIS" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-d826e976-67e6-11ec-a173-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.4264135360718 -22.9582462310791, 14.4264135360718 -22.8667297363281, 14.4832324981689 -22.8667297363281, 14.4832324981689 -22.9582462310791, 14.4264135360718 -22.9582462310791))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Important areas for boat tour operators (Marine tourism)", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Areas for boat tours", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_TOUR_boat_tours_WVB" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-fd5f2a58-fa97-11eb-8ed5-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.16666603088379 -30.6666679382324, 8.16666603088379 -17.25, 16.5 -17.25, 16.5 -30.6666679382324, 8.16666603088379 -30.6666679382324))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Petroleum exploration and production is an emerging key economic activity for Namibia. Production is currently centered on the Kudu Gas Field in the south.", - "keywords": [ - "pressures", - "Namibia" - ], - "name": "NAM EBSA Oil and Gas", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_Oil_Gas" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-3245439a-6ec6-11ec-9084-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((9.51666641235352 -30.1500015258789, 9.51666641235352 -17.2999992370605, 14.5333337783813 -17.2999992370605, 14.5333337783813 -30.1500015258789, 9.51666641235352 -30.1500015258789))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of short fin mako 2013", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_shortfinmako_catch_location_2013" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-ee459de0-6ec3-11ec-978c-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.44999980926514 -30.3333339691162, 8.44999980926514 -17.2666664123535, 14.9000005722046 -17.2666664123535, 14.9000005722046 -30.3333339691162, 8.44999980926514 -30.3333339691162))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of swordfish 2016", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_swordfish_catch_location_2016" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-418f9022-f9a4-11eb-b687-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.16666603088379 -30.6666679382324, 8.16666603088379 -17.25, 16.5 -17.25, 16.5 -30.6666679382324, 8.16666603088379 -30.6666679382324))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Commercial trawl industry targeting hake species.", - "keywords": [ - "Fishing", - "pressures", - "Namibia" - ], - "name": "NAM EBSA Hake commercial trawling (catch)", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_Hake_Catch" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-51870bc0-13ea-11ed-b0b5-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((-38,2742500305176 -23,1362800598145, -38,2742500305176 -2,40276980400085, 13,3544645309448 -2,40276980400085, 13,3544645309448 -23,1362800598145, -38,2742500305176 -23,1362800598145))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_INFR_CABOS_COMUNICACAO", - "features", - "Global" - ], - "name": "AGO_OEM_INFR_CABOS_COMUNICACAO", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_INFR_CABOS_COMUNICACAO" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-fca50d42-1406-11ed-ba29-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11,901349067688 -13,0623874664307, 11,901349067688 -6,33542251586914, 13,8478584289551 -6,33542251586914, 13,8478584289551 -13,0623874664307, 11,901349067688 -13,0623874664307))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_NOR_DAT_HORSE_MACKEREL", - "features", - "Global" - ], - "name": "AGO_OEM_NOR_DAT_HORSE_MACKEREL", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_NOR_DAT_HORSE_MACKEREL" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-afbd620c-6ec2-11ec-a7b2-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.41666603088379 -30.3833351135254, 8.41666603088379 -17.8499984741211, 14.3833341598511 -17.8499984741211, 14.3833341598511 -30.3833351135254, 8.41666603088379 -30.3833351135254))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of swordfish 2014", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_swordfish_catch_location_2014" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-28508728-1727-11ed-8ce4-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((10.4137411117554 -8.5845947265625, 10.4137411117554 -5.02650260925293, 13.3964872360229 -5.02650260925293, 13.3964872360229 -8.5845947265625, 10.4137411117554 -8.5845947265625))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "bla bla", - "keywords": [ - "petroleum", - "Angola" - ], - "name": "AGO OEM PET BLOCOS INSTALACOES 2022", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_PET_BLOCOS_INSTALACOES0" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-2a022a7e-14a5-11ed-9664-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.641861996291713 -18.105003314512683, 11.641861996291713 -4.293597438621827, 24.362327600695224 -4.293597438621827, 24.362327600695224 -18.105003314512683, 11.641861996291713 -18.105003314512683))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_BASE_PROV", - "features", - "Global" - ], - "name": "AGO_OEM_BASE_PROV0", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_BASE_PROV0" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-8cca7e36-694c-11ec-8e87-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((7.677234554696233 -29.97835405565207, 7.677234554696233 -16.5192511983747, 15.512244252128317 -16.5192511983747, 15.512244252128317 -29.97835405565207, 7.677234554696233 -29.97835405565207))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Fishing intensity of pelagic longline and pole-line (tuna and swordfish)\nMETHODS:\n· VMS point location data for all vessels in each of the nine fisheries were collated for the period 2014 – 2017. The data were cleaned, including removal of clear errors (e.g. points on land) and clipped to the study area.\n· Points were converted into a raster density layer, using a kernel density approach. This used a 0.005° cell size and a 0.075° search distance using planar units.\n· Density layers were then iteratively explored using a quantile based approach to identify the cut-off for very low density use areas and areas used for transit only, which for all industries identified the bottom 10% - 15% of used areas as being low use or transit only. The calibration was done on an expert basis. It identified the mean density of transit only zones, and then rounded this value up to the next 5 percentile mark. For the next steps only values above this threshold were evaluated.\n· Remaining areas were then split into 10 quantiles, from lower intensity use to highest\nintensity use.\n· The raster was then converted to a polygon layer.\n· Isolated port and anchorage polygons (which would have had high intensity values as vessels are often found there) were manually identified and exclude from the datasets.\n· The above approach gives a set of 10 intensity of use categories from lower intensity use (1) to highest intensity use (10). The areas deliberately exclude very low use areas.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Fishing intensity of pelagic longline and pole-line", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_intensity_large_pelagic0" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-707d1fa6-5f3b-11ec-955d-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.72129344940186 -30.2567806243896, 8.72129344940186 -17.437047958374, 15.0409250259399 -17.437047958374, 15.0409250259399 -30.2567806243896, 8.72129344940186 -30.2567806243896))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Canyons found in the Namibian sea.\nDATA SOURCE: Harris, P.T., Macmillan-Lawler, M., Rupp, J., Baker, E.K. 2014. Geomorphology of the oceans. Marine Geology, 352: 4-24. GEBCO (General Bathymetric Chart of the Oceans) Available at: http://www.gebco.net/data_and_poducts/gridded_bathymetry_data/. \nGeomorphology map from www.bluehabitats.org\nMETHODS: Slight manual revision of the Blue Habitats / Harris 2014 global geomorphology\nmap.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Canyons", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_GREE_canyons" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-aa68474e-6d47-11ec-895b-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((12.4449996948242 -23.9883346557617, 12.4449996948242 -19.5433330535889, 14.171667098999 -19.5433330535889, 14.171667098999 -23.9883346557617, 12.4449996948242 -23.9883346557617))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of sardine purse seiners 2016", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_sardine_catch_location_2016" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-095ab27a-67c9-11ec-aef6-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.4846172332764 -22.9544448852539, 14.4846172332764 -22.8528575897217, 14.5290250778198 -22.8528575897217, 14.5290250778198 -22.9544448852539, 14.4846172332764 -22.9544448852539))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Areas delineated for channels in the Walvis Bay port.", - "keywords": [ - "Current Status Report", - "Port", - "Namibia" - ], - "name": "NAM CSR channels Walvis Bay port", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_MTP_channels_WVB" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-307a080c-623c-11ec-adf6-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.7364120483398 -21.1936912536621, 11.7364120483398 -17.1512336730957, 13.959716796875 -17.1512336730957, 13.959716796875 -21.1936912536621, 11.7364120483398 -21.1936912536621))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Skeleton Coast National Park. DATA SOURCE: Mendelsohn J, Jarvis A, Roberts C and Robertson T. 2002. Atlas of Namibia: A portrait of the land and its people. David Philip Publishers, Cape Town, South Africa. http://www.the-eis.com/", - "keywords": [ - "Current Status Report", - "National Park", - "Namibia" - ], - "name": "NAM CSR Skeleton Coast Park", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_ENV_national_park_Skeleton_Coast_Park" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-a23d18ea-617d-11ec-8914-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((9.7350025177002 -29.6970825195312, 9.7350025177002 -17.2429466247559, 16.4518032073975 -17.2429466247559, 16.4518032073975 -29.6970825195312, 9.7350025177002 -29.6970825195312))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Bathometry features found in Namibian sea, prominent by Walvis Ridge, few canyons and seamounts.\nDATA SOURCE: Harris, P.T., Macmillan-Lawler, M., Rupp, J., Baker, E.K. 2014. Geomorphology\nof the oceans. Marine Geology, 352: 4-24.\nGEBCO (General Bathymetric Chart of the Oceans) Available at http://www.gebco.net/\ndata_and_poducts/gridded_bathymetry_data/.\nGeomorphology map from www.bluehabitats.org\nMETHODS: Slight manual revision of the Blue Habitats / Harris 2014 global geomorphology\nmap.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Shelf Classification", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_GREE_shelf_classification" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-c34ee79a-5f41-11ec-8ee9-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.6743478775024 -29.3678894042969, 11.6743478775024 -18.7169437408447, 15.2750682830811 -18.7169437408447, 15.2750682830811 -29.3678894042969, 11.6743478775024 -29.3678894042969))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Shelf valleys found in the Namibian sea.\nDATA SOURCE: Harris, P.T., Macmillan-Lawler, M., Rupp, J., Baker, E.K. 2014. Geomorphology of the oceans. Marine Geology, 352: 4-24. GEBCO (General Bathymetric Chart of the Oceans) Available at: http://www.gebco.net/data_and_poducts/gridded_bathymetry_data/. \nGeomorphology map from www.bluehabitats.org\nMETHODS: Slight manual revision of the Blue Habitats / Harris 2014 global geomorphology\nmap.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Shelf Valleys", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_GREE_shelf_valleys" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-d1fb9b72-67d3-11ec-b131-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.4707698822021 -22.9188232421875, 14.4707698822021 -22.9130229949951, 14.4770364761353 -22.9130229949951, 14.4770364761353 -22.9188232421875, 14.4707698822021 -22.9188232421875))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Inactive spoilground in the Walvis Bay port area", - "keywords": [ - "Current Status Report", - "Port", - "Namibia" - ], - "name": "NAM CSR Inactive spoilground", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_MTP_inactive_spoilground0" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-3cc916f6-6193-11ec-8e57-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.5257692337036 -28.7977275848389, 11.5257692337036 -17.2429466247559, 16.8284358978271 -17.2429466247559, 16.8284358978271 -28.7977275848389, 11.5257692337036 -28.7977275848389))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Territorial waters, in international law, is the area of the sea immediately adjacent to the shores of a state and subject to the territorial jurisdiction of that state. With the negotiation of the 1982 United Nations Law of the Sea Convention, the allowed breadth of a territorial sea claim was extended to 12 nautical miles (22 kilometers).", - "keywords": [ - "Current Status Report", - "boundaries", - "Namibia" - ], - "name": "NAM CSR Territorial Waters", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_BASE_territorial_waters_12nm" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-e6ba83b0-1404-11ed-96bf-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((-180,0 -90,0, -180,0 90,0, 180,0 90,0, 180,0 -90,0, -180,0 -90,0))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_PET_INSTALACOES", - "features", - "Global" - ], - "name": "AGO_OEM_PET_INSTALACOES", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_PET_INSTALACOES" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-a5108070-67ea-11ec-b858-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.5196495056152 -28.7642726898193, 14.5196495056152 -17.3896961212158, 24.7208271026611 -17.3896961212158, 24.7208271026611 -28.7642726898193, 14.5196495056152 -28.7642726898193))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Outlines all gazetted trunk roads for all 14 Regions in Namibia.\nDATA SOURCE: Roads Authority, Road Management System Division, available via NSDI", - "keywords": [ - "Current Status Report", - "Roads", - "Namibia" - ], - "name": "NAM CSR Trunk roads", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_LI_trunk_roads" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-71c4aeae-6ec4-11ec-bef2-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.73333263397217 -30.3666667938232, 8.73333263397217 -17.3999996185303, 15.3500003814697 -17.3999996185303, 15.3500003814697 -30.3666667938232, 8.73333263397217 -30.3666667938232))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of short fin mako 2010", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_shortfinmako_catch_location_2010" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-ec247e3a-61a0-11ec-ac53-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((13.6324701309204 -23.2397346496582, 13.6324701309204 -21.001033782959, 14.9628753662109 -21.001033782959, 14.9628753662109 -23.2397346496582, 13.6324701309204 -23.2397346496582))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Dorob National Park.\nDATA SOURCE: MET, 2012. Namibia’s Coast: ocean riches and desert treasure. Authors: Robertson T., Jarvis A., Mendelsohn J and Swart R. Department of Environmental Affairs, Ministry of Environment and Tourism, Windhoek, Namibia.\nMETHODS: Created based on government gazettes. Where possible, boundaries were created from coordinates provided in the gazettes. Where landmarks had no specific coordinates, other shapefiles were used (e.g. farms shapefile, rivers shapefile, 1:250000 maps etc.).", - "keywords": [ - "Current Status Report", - "National Park", - "Namibia" - ], - "name": "NAM CSR Dorob National Park", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_ENV_national_park_Dorob_National_Park" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-45efa45a-f9a3-11eb-bdfe-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.16666603088379 -30.6666679382324, 8.16666603088379 -17.25, 16.5 -17.25, 16.5 -30.6666679382324, 8.16666603088379 -30.6666679382324))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Commercial pole fishery targeting albacore and yellowfin tuna.", - "keywords": [ - "Fishing", - "pressures", - "Namibia" - ], - "name": "NAM EBSA Large pelagic pole fishery (catch)", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_Large_Pelagic_Pole_Catch" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-b9beca5c-13ea-11ed-b0b5-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((9,81557273864746 -23,1362800598145, 9,81557273864746 -9,49592781066895, 12,1430702209473 -9,49592781066895, 12,1430702209473 -23,1362800598145, 9,81557273864746 -23,1362800598145))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_INFR_WACS2", - "features", - "Global" - ], - "name": "AGO_OEM_INFR_WACS2", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_INFR_WACS2" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-55c239e8-688d-11ec-bf0e-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.2829999923706 -28.0, 11.2829999923706 -18.0, 15.6833000183105 -18.0, 15.6833000183105 -28.0, 11.2829999923706 -28.0))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Oceanographic monitoring stations sampled using the research vessel Mirabilis or other vessels of opportunity. Parameters samples include temperature, salinity, oxygen, phytoplankton and zooplankton.", - "keywords": [ - "Current Status Report", - "Research", - "Namibia" - ], - "name": "NAM CSR Monitoring lines", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_RES_monitoring_lines" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-f6ea8522-6884-11ec-af2c-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.2585573196411 -22.9638614654541, 14.2585573196411 -22.0955791473389, 14.5180978775024 -22.0955791473389, 14.5180978775024 -22.9638614654541, 14.2585573196411 -22.9638614654541))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Sites where seawater is abstracted for desalination, salt production or industrial use in the central area.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Seawater abstraction points", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_WA_water_abstraction_central_DWAF_201" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-60a7de9e-6941-11ec-b05d-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((7.677234554696233 -29.97835405565207, 7.677234554696233 -16.5192511983747, 15.512244252128317 -16.5192511983747, 15.512244252128317 -29.97835405565207, 7.677234554696233 -29.97835405565207))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Fishing intensity of monk and sole vessels from vessel monitoring systems.\nMETHODS:\n· VMS point location data for all vessels in each of the nine fisheries were collated for the period 2014 – 2017. The data were cleaned, including removal of clear errors (e.g. points on land) and clipped to the study area.\n· Points were converted into a raster density layer, using a kernel density approach. This used a 0.005° cell size and a 0.075° search distance using planar units.\n· Density layers were then iteratively explored using a quantile based approach to identify the cut-off for very low density use areas and areas used for transit only, which for all industries identified the bottom 10% - 15% of used areas as being low use or transit only. The calibration was done on an expert basis. It identified the mean density of transit only zones, and then rounded this value up to the next 5 percentile mark. For the next steps only values above this threshold were evaluated.\n· Remaining areas were then split into 10 quantiles, from lower intensity use to highest\nintensity use.\n· The raster was then converted to a polygon layer.\n· Isolated port and anchorage polygons (which would have had high intensity values as vessels are often found there) were manually identified and exclude from the datasets.\n· The above approach gives a set of 10 intensity of use categories from lower intensity use (1) to highest intensity use (10). The areas deliberately exclude very low use areas.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Fishing intensity of monk and sole vessels", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_intensity_MonkSole0" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-9e575024-6ec0-11ec-a188-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((9.44999980926514 -26.8000011444092, 9.44999980926514 -17.2999992370605, 14.4833335876465 -17.2999992370605, 14.4833335876465 -26.8000011444092, 9.44999980926514 -26.8000011444092))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of swordfish 2012", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_swordfish_catch_location_2012" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-86d1223a-6d31-11ec-99b8-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.7999992370605 -29.8666667938232, 11.7999992370605 -19.4333324432373, 14.8666667938232 -19.4333324432373, 14.8666667938232 -29.8666667938232, 11.7999992370605 -29.8666667938232))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of hake long line vessels 2012", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_hake_LL_catch_location_2012" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-7e9f376a-6d3a-11ec-b1b2-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.283332824707 -29.9166679382324, 11.283332824707 -17.5, 14.9166669845581 -17.5, 14.9166669845581 -29.9166679382324, 11.283332824707 -29.9166679382324))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of hake wet fish trawlers 2015", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_hake_wet_catch_location_2015" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-89815e86-f514-11eb-ae8a-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.16666603088379 -30.6666679382324, 8.16666603088379 -17.25, 16.5 -17.25, 16.5 -30.6666679382324, 8.16666603088379 -30.6666679382324))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Commercial industry targeting sardine, anchovy and redeye.", - "keywords": [ - "Fishing", - "pressures", - "Namibia" - ], - "name": "NAM EBSA Small pelagic fishing", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_Small_Pelagic" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-efa16e16-6ebf-11ec-a7b2-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((9.38333320617676 -27.5, 9.38333320617676 -17.5666656494141, 14.6166667938232 -17.5666656494141, 14.6166667938232 -27.5, 9.38333320617676 -27.5))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of swordfish 2011", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_swordfish_catch_location_2011" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-03fac06c-13eb-11ed-b034-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((13,0036296844482 -9,33810043334961, 13,0036296844482 -9,3244743347168, 13,1185398101807 -9,3244743347168, 13,1185398101807 -9,33810043334961, 13,0036296844482 -9,33810043334961))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_INFR_WACS", - "features", - "Global" - ], - "name": "AGO_OEM_INFR_WACS", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_INFR_WACS" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-c66b1a0c-6888-11ec-b345-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((15.1549777984619 -26.6417236328125, 15.1549777984619 -26.6167182922363, 15.1663703918457 -26.6167182922363, 15.1663703918457 -26.6417236328125, 15.1549777984619 -26.6417236328125))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "The DAWF regularly conducts water quality and quantity monitoring throughout the Namibian coastline to ascertain the quality of effluent being discharged into the Atlantic Ocean. Parameters monitored include ammonia, nitrate, dissolved oxygen and dissolved solids.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Industrial effluent discharge points (south)", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_WA_effluent_discharge_south_DWA_2020" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-2726b530-f9a4-11eb-987c-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.16666603088379 -30.6666679382324, 8.16666603088379 -17.25, 16.5 -17.25, 16.5 -30.6666679382324, 8.16666603088379 -30.6666679382324))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Recreational shore-based fishery sector targeting kob, steenbras, galjoen and blacktail.", - "keywords": [ - "Fishing", - "pressures", - "Namibia" - ], - "name": "NAM EBSA Linefish fishery", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_Linefish" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-dce158f8-67b8-11ec-b082-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.3891067504883 -28.4905185699463, 11.3891067504883 -17.3066444396973, 16.2363414764404 -17.3066444396973, 16.2363414764404 -28.4905185699463, 11.3891067504883 -28.4905185699463))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Shipwrecks along the coast of Namibia\nDATA SOURCE: Gunter von Schumann", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Shipwrecks", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_HER_shipwreck" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-52c1c57c-67e5-11ec-b928-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.7518396377563 -28.5142555236816, 11.7518396377563 -17.135274887085, 16.6416511535645 -17.135274887085, 16.6416511535645 -28.5142555236816, 11.7518396377563 -28.5142555236816))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Dunes along the coast of Namibia.\nDATA SOURCE: De Cauwer, V. 2007. Mapping of the BCLME shoreline, shallow water and marine habitats. Final report for the BCLME project BEP/BAC/03/02 \nMETHODS: The high sand dune areas in the Namib desert were digitised up to about 50\nkm inland. Landsat images of 2000 were the main source, the topographic maps were\nused in a lesser extent and mainly where in doubt on the Landsat images.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Dunes along the coast of Namibia", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_TOUR_dunes" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-2cbb265a-6ed1-11ec-ab31-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((12.7699995040894 -26.980001449585, 12.7699995040894 -19.8299999237061, 14.9700002670288 -19.8299999237061, 14.9700002670288 -26.980001449585, 12.7699995040894 -26.980001449585))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of snoek 2012", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_snoek_catch_locations_2012" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-a27c5114-6ca3-11ec-8020-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.2333326339722 -29.8500003814697, 11.2333326339722 -17.3499984741211, 14.8166675567627 -17.3499984741211, 14.8166675567627 -29.8500003814697, 11.2333326339722 -29.8500003814697))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations of hake freezer trawler 2012 as recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of hake freezer trawlers 2012", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_hake_freezer_catch_location_2012" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-ff06542c-687d-11ec-9103-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((13.8760452270508 -28.8891544342041, 13.8760452270508 -17.2710266113281, 24.5597877502441 -17.2710266113281, 24.5597877502441 -28.8891544342041, 13.8760452270508 -28.8891544342041))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "The national electricity grid network of Namibia. The national overview map as presented in the Rural compilation: Electricity Distribution Master Plan for Namibia (EMCON. 2000) was used as a reference and framework for this shapefile.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Power lines", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_LI_powerlines" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-0db892ee-63e9-11ec-94b3-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((10.270791053772 -28.9087295532227, 10.270791053772 -16.8774013519287, 16.6627883911133 -16.8774013519287, 16.6627883911133 -28.9087295532227, 10.270791053772 -28.9087295532227))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Mineable deposit of phosphate as they are spatially located at the ocean\nfloor within the Namibian marine environment mostly found at the mouth of Kunene river and the area between Swakopmund and Lüderitz.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Mineable deposit of phosphate", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_GREE_phosphorite" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-ee2f6c4a-6ece-11ec-bfa3-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.41666603088379 -30.3833351135254, 8.41666603088379 -17.7666664123535, 15.1666669845581 -17.7666664123535, 15.1666669845581 -30.3833351135254, 8.41666603088379 -30.3833351135254))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of other sharks (fins) 2014", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_shark_fin_catch_locations_2014" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-e761b74a-6246-11ec-baac-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.929515838623 -28.6325283050537, 14.929515838623 -25.9997272491455, 16.8871784210205 -25.9997272491455, 16.8871784210205 -28.6325283050537, 14.929515838623 -28.6325283050537))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Tsau //Khaeb (Sperrgebiet) National Park. \nDATA SOURCE: Mendelsohn J, Jarvis A, Roberts C and Robertson T. 2002. Atlas of Namibia: A portrait of the land and its people. David Philip Publishers, Cape Town, South Africa. http://www.the-eis.com/", - "keywords": [ - "EBSAs", - "National Park", - "Namibia" - ], - "name": "NAM CSR Tsau //Khaeb (Sperrgebiet) Park", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_ENV_national_park_Tsau_Khaeb_Sperrgeb" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-263a6e62-6ec7-11ec-8bc8-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.31666660308838 -29.8333339691162, 8.31666660308838 -17.25, 15.1000003814697 -17.25, 15.1000003814697 -29.8333339691162, 8.31666660308838 -29.8333339691162))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of short fin mako 2015", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_shortfinmako_catch_location_2015" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-e53d7c2e-67cd-11ec-84e3-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.4294900894165 -22.8832702636719, 14.4294900894165 -22.7932586669922, 14.5192461013794 -22.7932586669922, 14.5192461013794 -22.8832702636719, 14.4294900894165 -22.8832702636719))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Areas delineated as traffic separation schemes in the Walvis Bay port.", - "keywords": [ - "Current Status Report", - "Port", - "Namibia" - ], - "name": "NAM CSR Traffic separation scheme", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_MTP_traffic_separation_scheme" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-5bacc088-63ee-11ec-abe8-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.107731852918132 -29.592270007797204, 11.107731852918132 -16.715054773738782, 26.19843255070696 -16.715054773738782, 26.19843255070696 -29.592270007797204, 11.107731852918132 -29.592270007797204))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Spatial allocation of exclusive prospecting licences within Namibia. Where an EPL is awarded it is assumed that prospecting is carried out.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Exclusive prospecting licences", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_GREE_Explo_Pros_Lice" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-feda1db0-67da-11ec-a4da-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((15.1278562545776 -26.6952381134033, 15.1278562545776 -26.5790977478027, 15.1772871017456 -26.5790977478027, 15.1772871017456 -26.6952381134033, 15.1278562545776 -26.6952381134033))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Port limits of the Lüderitz port", - "keywords": [ - "Current Status Report", - "Port", - "Namibia" - ], - "name": "NAM CSR Port limits Lüderitz", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_MTP_port_limits_LUD" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-0f9332d6-6ec5-11ec-9210-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((10.3166666030884 -27.8000011444092, 10.3166666030884 -17.9333324432373, 14.3833341598511 -17.9333324432373, 14.3833341598511 -27.8000011444092, 10.3166666030884 -27.8000011444092))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of short fin mako 2011", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_shortfinmako_catch_location_2011" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-cb6cc2ac-6d39-11ec-8b0a-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.0833330154419 -29.7333335876465, 11.0833330154419 -17.283332824707, 14.8166675567627 -17.283332824707, 14.8166675567627 -29.7333335876465, 11.0833330154419 -29.7333335876465))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of hake wet fish trawlers 2014", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_hake_wet_catch_location_2014" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-a25c909c-0468-11ed-abec-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11,7072668075562 -17,2626495361328, 11,7072668075562 -5,56267786026001, 13,8439455032349 -5,56267786026001, 13,8439455032349 -17,2626495361328, 11,7072668075562 -17,2626495361328))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_BASE_LOC", - "features", - "Global" - ], - "name": "AGO_OEM_BASE_LOC", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_BASE_LOC" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-b50114d4-0468-11ed-b05f-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8,96749114990234 -13,5556106567383, 8,96749114990234 -7,80633878707886, 13,4952220916748 -7,80633878707886, 13,4952220916748 -13,5556106567383, 8,96749114990234 -13,5556106567383))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_BASE_OEM", - "features", - "Global" - ], - "name": "AGO_OEM_BASE_OEM", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_BASE_OEM" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-01e050a6-67c7-11ec-9de4-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.4294900894165 -22.9716682434082, 14.4294900894165 -22.7771892547607, 14.5439987182617 -22.7771892547607, 14.5439987182617 -22.9716682434082, 14.4294900894165 -22.9716682434082))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Areas delineated for inshore traffic in the Walvis Bay port channel.", - "keywords": [ - "Current Status Report", - "Port", - "Namibia" - ], - "name": "NAM CSR Inshore traffic zone", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_MTP_inshore_traffic_zone" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-44d710a4-6d38-11ec-b1b2-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.1833324432373 -29.9833335876465, 11.1833324432373 -17.2666664123535, 14.9833335876465 -17.2666664123535, 14.9833335876465 -29.9833335876465, 11.1833324432373 -29.9833335876465))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of hake wet fish trawlers 2012", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_hake_wet_catch_location_2012" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-5beb3dcc-f9a4-11eb-bdfe-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.16666603088379 -30.6666679382324, 8.16666603088379 -17.25, 16.5 -17.25, 16.5 -30.6666679382324, 8.16666603088379 -30.6666679382324))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Base data were collated by Dr Carola Kirchner as part of the BCC Spatial Biodiversity Assessment and Spatial Management, including Marine Protected Areas Project, from information held by the National Marine Information and Research Centre (NatMIRC). This was normalised into a scale of 0-1, and coded to 5' grid cells.", - "keywords": [ - "pressures", - "Namibia" - ], - "name": "NAM EBSA Deep sea red crab fishing (catch)", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_Crab_Catch" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-7733b2d6-1400-11ed-96bf-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((13,1522798538208 -10,3660001754761, 13,1522798538208 -9,17305946350098, 14,083890914917 -9,17305946350098, 14,083890914917 -10,3660001754761, 13,1522798538208 -10,3660001754761))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_AMB_PARQ_QUISSAMA", - "features", - "Global" - ], - "name": "AGO_OEM_AMB_PARQ_QUISSAMA", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_AMB_PARQ_QUISSAMA" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-2568f108-6ed0-11ec-a0d3-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.39999961853027 -30.3333339691162, 8.39999961853027 -17.2666664123535, 14.9000005722046 -17.2666664123535, 14.9000005722046 -30.3333339691162, 8.39999961853027 -30.3333339691162))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of other sharks (fins) 2016", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_shark_fin_catch_locations_2016" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-8f84a6f6-6ed3-11ec-a0d3-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((12.2799997329712 -26.8300018310547, 12.2799997329712 -18.7999992370605, 14.9800004959106 -18.7999992370605, 14.9800004959106 -26.8300018310547, 12.2799997329712 -26.8300018310547))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of snoek 2016", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_snoek_catch_locations_2016" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-5678020c-13ee-11ed-b0b5-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11,7324094772339 -17,2693710327148, 11,7324094772339 -9,17305946350098, 14,083890914917 -9,17305946350098, 14,083890914917 -17,2693710327148, 11,7324094772339 -17,2693710327148))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_AMB_AREASPROTEGIDAS", - "features", - "Global" - ], - "name": "AGO_OEM_AMB_AREASPROTEGIDAS", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_AMB_AREASPROTEGIDAS" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-6956355c-f9a4-11eb-b70f-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.16666603088379 -30.6666679382324, 8.16666603088379 -17.25, 16.5 -17.25, 16.5 -30.6666679382324, 8.16666603088379 -30.6666679382324))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Coastal land transformation maps generated by Vera De Cauwer as part of the BCLME Physical mapping project were the base data. The mapping was based on orthophotos, satellite imagery and topographic maps, and gives an indication of any human transformation in the coastal area, e.g. roads, mines or settlements. The layer is now very dated especially considering that rapid urban expansion has occurred over the last few years in certain areas, such as between Swakopmund and Walvis Bay. In addition, the original data layer was based on datasets that were already dated at the time and in many cases incomplete. The data were reclassified and presented as a coastal development score of 0-1, per 5' grid cell.", - "keywords": [ - "pressures", - "Namibia" - ], - "name": "NAM EBSA Coastal Development", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_Coastal_Development" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-57da6a96-149c-11ed-950c-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((3,0 -20,0, 3,0 -2,0, 13,4973001480103 -2,0, 13,4973001480103 -20,0, 3,0 -20,0))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_BASE_BAT", - "features", - "Global" - ], - "name": "AGO_OEM_BASE_BAT0", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_BASE_BAT0" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-917fb420-0468-11ed-abfa-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11,6695585250854 -17,2732696533203, 11,6695585250854 -4,99951696395874, 13,8655052185059 -4,99951696395874, 13,8655052185059 -17,2732696533203, 11,6695585250854 -17,2732696533203))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_BASE_LINHA_COSTA_Harris2012", - "features", - "Global" - ], - "name": "AGO_OEM_BASE_LINHA_COSTA_Harris2012", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_BASE_LINHA_COSTA_Harris2012" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-e3c3016e-63f6-11ec-8fb1-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.5649785995483 -29.3056163787842, 14.5649785995483 -28.4418983459473, 16.238639831543 -28.4418983459473, 16.238639831543 -29.3056163787842, 14.5649785995483 -29.3056163787842))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Spatial allocation of hydrocarbons (gas) licences within the Namibia ocean space. Licences are granted as predetermined blocks.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Gas fields", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_GREE_gas_fields" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-1a56a6f4-6d48-11ec-b579-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((13.2166662216187 -23.6916675567627, 13.2166662216187 -21.5566654205322, 13.9533338546753 -21.5566654205322, 13.9533338546753 -23.6916675567627, 13.2166662216187 -23.6916675567627))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of sardine purse seiners 2017", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_sardine_catch_location_2017" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-41b5ed5c-1407-11ed-9d24-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11,2335958480835 -12,3886842727661, 11,2335958480835 -6,25075197219849, 13,6451063156128 -6,25075197219849, 13,6451063156128 -12,3886842727661, 11,2335958480835 -12,3886842727661))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_NOR_DAT_MERLUCCIUS_POLLI", - "features", - "Global" - ], - "name": "AGO_OEM_NOR_DAT_MERLUCCIUS_POLLI", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_NOR_DAT_MERLUCCIUS_POLLI" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-0d9b46ee-6eca-11ec-9f95-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.96666622161865 -30.1500015258789, 8.96666622161865 -17.2666664123535, 14.5333337783813 -17.2666664123535, 14.5333337783813 -30.1500015258789, 8.96666622161865 -30.1500015258789))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of blue sharks 2013", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_blue_shark_catch_location_2013" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-af226d38-6ecc-11ec-a6a0-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.73333263397217 -30.3666667938232, 8.73333263397217 -17.3999996185303, 15.3500003814697 -17.3999996185303, 15.3500003814697 -30.3666667938232, 8.73333263397217 -30.3666667938232))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Catch positions of other sharks (fins) 2010", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_shark_fin_catch_locations_2010" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-73f76f78-6310-11ec-ab81-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.4404048919678 -29.6687297821045, 11.4404048919678 -17.2431449890137, 16.4518775939941 -17.2431449890137, 16.4518775939941 -29.6687297821045, 11.4404048919678 -29.6687297821045))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Restricted areas for trawling, long lining or recreational fishing along the Namibia coast.\nDATA SOURCE: De Cauwer, V. 2007. Mapping of the BCLME shoreline, shallow water and marine habitats. Final report for the BCLME project BEP/BAC/03/02 Government Gazette 2657, December 2007 (The areas restricted to trawling and longlining have been published in Government Gazette 5721, April 2015, before they were a condition attached to fishing licences). Areas prohibited for shore-based recreational fishing and boat-based line fishing (as per Gazette 2657) were redrawn in 2020 by the MARISMA project.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Restricted areas for fishing", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_areas_restricted_to_fishing1" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-39f576ae-6ec2-11ec-812d-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.96666622161865 -30.1500015258789, 8.96666622161865 -17.2666664123535, 14.5 -17.2666664123535, 14.5 -30.1500015258789, 8.96666622161865 -30.1500015258789))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of swordfish 2013", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_swordfish_catch_location_2013" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-dc4d155c-6d45-11ec-b923-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.533332824707 -24.2233333587646, 11.533332824707 -18.6366653442383, 14.5033340454102 -18.6366653442383, 14.5033340454102 -24.2233333587646, 11.533332824707 -24.2233333587646))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of sardine purse seiners 2013", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_sardine_catch_location_2013" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-9da22b16-13ea-11ed-b2f3-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11,922779083252 -15,6913661956787, 11,922779083252 -7,20048332214355, 13,7640991210938 -7,20048332214355, 13,7640991210938 -15,6913661956787, 11,922779083252 -15,6913661956787))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_INFR_SALINAS", - "features", - "Global" - ], - "name": "AGO_OEM_INFR_SALINAS", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_INFR_SALINAS" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-7088e576-6886-11ec-acef-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.2585573196411 -23.0116901397705, 14.2585573196411 -22.0955791473389, 14.5189409255981 -22.0955791473389, 14.5189409255981 -23.0116901397705, 14.2585573196411 -23.0116901397705))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "The DAWF regularly conducts water quality and quantity monitoring throughout the Namibian coastline to ascertain the quality of effluent being discharged into the Atlantic Ocean. Parameters monitored include ammonia, nitrate, dissolved oxygen and dissolved solids.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Industrial effluent discharge points", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_WA_effluent_discharge_central_DWAF_20" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-a798fe80-1401-11ed-96bf-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((13,0583438873291 -9,6734504699707, 13,0583438873291 -8,96447086334229, 13,2196846008301 -8,96447086334229, 13,2196846008301 -9,6734504699707, 13,0583438873291 -9,6734504699707))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_TUR_RESORTS", - "features", - "Global" - ], - "name": "AGO_OEM_TUR_RESORTS", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_TUR_RESORTS" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-1293fe52-6196-11ec-a60e-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.24328708648682 -30.6581401824951, 8.24328708648682 -17.2429466247559, 16.4548759460449 -17.2429466247559, 16.4548759460449 -30.6581401824951, 8.24328708648682 -30.6581401824951))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "The Namibian Marine Spatial Planning Areas", - "keywords": [ - "Current Status Report", - "boundaries", - "Namibia" - ], - "name": "NAM CSR MSP Areas", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_BASE_planning_areas0" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-1854a820-6d2e-11ec-9083-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.0833330154419 -29.7333335876465, 11.0833330154419 -17.283332824707, 14.8166675567627 -17.283332824707, 14.8166675567627 -29.7333335876465, 11.0833330154419 -29.7333335876465))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations of hake freezer trawlers 2014 as recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of hake freezer tawlers 2014", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_hake_freezer_catch_location_2014" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-be600354-f9a2-11eb-81c3-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.16666603088379 -30.6666679382324, 8.16666603088379 -17.25, 16.5 -17.25, 16.5 -30.6666679382324, 8.16666603088379 -30.6666679382324))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "This layer includes mariculture (e.g., mussel and oyster production) and similar industries (e.g., guano production platforms).", - "keywords": [ - "pressures", - "Namibia" - ], - "name": "NAM EBSA Mariculture and Guano production", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_Mariculture_Guano" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-e8fbbdec-6ecd-11ec-bf03-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.96666622161865 -30.1500015258789, 8.96666622161865 -17.2666664123535, 14.5333337783813 -17.2666664123535, 14.5333337783813 -30.1500015258789, 8.96666622161865 -30.1500015258789))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of other sharks (fins) 2013", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_shark_fin_catch_locations_2013" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-31e60428-6d47-11ec-95de-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((12.196665763855 -23.7200012207031, 12.196665763855 -18.9266662597656, 13.9000005722046 -18.9266662597656, 13.9000005722046 -23.7200012207031, 12.196665763855 -23.7200012207031))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of sardine purse seiners 2015", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_sardine_catch_location_2015" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-a4043bb4-617c-11ec-94e2-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((9.53365135192871 -30.3422832489014, 9.53365135192871 -17.2499980926514, 14.9446983337402 -17.2499980926514, 14.9446983337402 -30.3422832489014, 9.53365135192871 -30.3422832489014))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Slope in the Namibian sea.\nDATA SOURCE: Harris, P.T., Macmillan-Lawler, M., Rupp, J., Baker, E.K. 2014. Geomorphology of the oceans. Marine Geology, 352: 4-24. GEBCO (General Bathymetric Chart of the Oceans) Available at: http://www.gebco.net/data_and_poducts/gridded_bathymetry_data/. \nGeomorphology map from www.bluehabitats.org\nMETHODS: Slight manual revision of the Blue Habitats / Harris 2014 global geomorphology\nmap.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Slope", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_GREE_slope" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-b40e0920-6ed0-11ec-af5d-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((13.0699996948242 -26.1000003814697, 13.0699996948242 -20.6499996185303, 14.7700004577637 -20.6499996185303, 14.7700004577637 -26.1000003814697, 13.0699996948242 -26.1000003814697))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of snoek 2010", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_snoek_catch_locations_2010" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-35c95190-694a-11ec-8a8f-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((7.677234554696233 -29.97835405565207, 7.677234554696233 -16.5192511983747, 15.512244252128317 -16.5192511983747, 15.512244252128317 -29.97835405565207, 7.677234554696233 -29.97835405565207))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Fishing intensity of midwater trawlers from vessel monitoring systems.\nMETHODS:\n· VMS point location data for all vessels in each of the nine fisheries were collated for the period 2014 – 2017. The data were cleaned, including removal of clear errors (e.g. points on land) and clipped to the study area.\n· Points were converted into a raster density layer, using a kernel density approach. This used a 0.005° cell size and a 0.075° search distance using planar units.\n· Density layers were then iteratively explored using a quantile based approach to identify the cut-off for very low density use areas and areas used for transit only, which for all industries identified the bottom 10% - 15% of used areas as being low use or transit only. The calibration was done on an expert basis. It identified the mean density of transit only zones, and then rounded this value up to the next 5 percentile mark. For the next steps only values above this threshold were evaluated.\n· Remaining areas were then split into 10 quantiles, from lower intensity use to highest\nintensity use.\n· The raster was then converted to a polygon layer.\n· Isolated port and anchorage polygons (which would have had high intensity values as vessels are often found there) were manually identified and exclude from the datasets.\n· The above approach gives a set of 10 intensity of use categories from lower intensity use (1) to highest intensity use (10). The areas deliberately exclude very low use areas.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Fishing intensity of midwater trawlers", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_intensity_midwater0" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-2943463c-6ed2-11ec-a0d3-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((13.0199995040894 -26.980001449585, 13.0199995040894 -20.5, 14.9700002670288 -20.5, 14.9700002670288 -26.980001449585, 13.0199995040894 -26.980001449585))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of snoek 2013", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_snoek_catch_locations_2013" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-9f7f1168-67d5-11ec-ba6e-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.4501237869263 -22.8350067138672, 14.4501237869263 -22.8259582519531, 14.4597702026367 -22.8259582519531, 14.4597702026367 -22.8350067138672, 14.4501237869263 -22.8350067138672))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Areas delineated as spoilground in the Walvis Bay port.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Spoilground", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_MTP_spoilground" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-0e059824-63e3-11ec-9749-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((13.9971132278442 -28.6291255950928, 13.9971132278442 -21.8108005523682, 16.4478759765625 -21.8108005523682, 16.4478759765625 -28.6291255950928, 13.9971132278442 -28.6291255950928))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Important bird areas along the Namibian coast. IBAs are selected according to a set of criteria (standards) determined by BirdLife International (www.birdlife.org).\nDATA SOURCE: BirdLife International, 2020. Important Bird and Biodiversity Area (IBA)\ndigital boundaries: September 2020 version. BirdLife International, Cambridge, UK.\nMETHODS: Shapefile created along the coastline of Namibia where IBAs are adjacent", - "keywords": [ - "Biodiversity", - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Important bird areas", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_ENV_Marine_Imp_Bird_Areas_coast" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-267762f2-6d3e-11ec-a28b-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.3333330154419 -29.1500015258789, 11.3333330154419 -17.8999996185303, 14.8500003814697 -17.8999996185303, 14.8500003814697 -29.1500015258789, 11.3333330154419 -29.1500015258789))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of monk trawlers 2014", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_monk_catch_location_2014" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-22ba8e3c-6ebf-11ec-a188-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.73333263397217 -30.3666667938232, 8.73333263397217 -17.6666660308838, 14.7000007629395 -17.6666660308838, 14.7000007629395 -30.3666667938232, 8.73333263397217 -30.3666667938232))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of swordfish 2010", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_swordfish_catch_location_2010" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-5ff09b5c-f9a3-11eb-81c3-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.16666603088379 -30.6666679382324, 8.16666603088379 -17.25, 16.5 -17.25, 16.5 -30.6666679382324, 8.16666603088379 -30.6666679382324))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Commercial longline industry targeting tunas, swordfish, sharks and other large pelagic groups.", - "keywords": [ - "Fishing", - "pressures", - "Namibia" - ], - "name": "NAM EBSA Large pelagic longline fishing (catch)", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_Longline_Catch" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-286d5910-6ecc-11ec-af5d-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.38333320617676 -30.3333339691162, 8.38333320617676 -17.2666664123535, 14.9000005722046 -17.2666664123535, 14.9000005722046 -30.3333339691162, 8.38333320617676 -30.3333339691162))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of blue sharks 2016", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_blue_shark_catch_location_2016" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-aee0f246-6ec6-11ec-9210-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.41666603088379 -30.3833351135254, 8.41666603088379 -17.7666664123535, 15.1666669845581 -17.7666664123535, 15.1666669845581 -30.3833351135254, 8.41666603088379 -30.3833351135254))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of short fin mako 2014", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_shortfinmako_catch_location_2014" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-43dd0df2-6d33-11ec-8e75-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((12.1333332061768 -29.8333339691162, 12.1333332061768 -20.3833332061768, 14.9833335876465 -20.3833332061768, 14.9833335876465 -29.8333339691162, 12.1333332061768 -29.8333339691162))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of hake long line vessels 2013", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_hake_LL_catch_location_2013" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-e0e8dd72-1406-11ed-ba29-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11,3233013153076 -17,1105575561523, 11,3233013153076 -10,3250999450684, 13,6118087768555 -10,3250999450684, 13,6118087768555 -17,1105575561523, 11,3233013153076 -17,1105575561523))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_NOR_DAT_DENTEX_MACROPHTHALMUS", - "features", - "Global" - ], - "name": "AGO_OEM_NOR_DAT_DENTEX_MACROPHTHALMUS", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_NOR_DAT_DENTEX_MACROPHTHALMUS" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-3194f428-6876-11ec-9887-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.4133920669556 -22.9411106109619, 14.4133920669556 -22.8431720733643, 14.5383968353271 -22.8431720733643, 14.5383968353271 -22.9411106109619, 14.4133920669556 -22.9411106109619))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Popular surf spots in the area of Walvis Bay and Swakopmund", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Surf spots", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_TOUR_surf_spots" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-6c7fcfe4-625f-11ec-bf54-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.575234413147 -27.0369625091553, 11.575234413147 -18.5127296447754, 15.1244812011719 -18.5127296447754, 15.1244812011719 -27.0369625091553, 11.575234413147 -27.0369625091553))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Distribution of monk spawning areas.\nMETHODS: Gonad stages collected during scientific surveys.\nData supplied by MFMR/NatMIRC", - "keywords": [ - "Current Status Report", - "Spawning", - "Namibia" - ], - "name": "NAM CSR Monk spawning areas", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_monk_spawning_area1" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-8309bf8e-6874-11ec-8561-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((12.4245014190674 -28.8953857421875, 12.4245014190674 -16.9876079559326, 25.2362613677979 -16.9876079559326, 25.2362613677979 -28.8953857421875, 12.4245014190674 -28.8953857421875))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Outlines all gazetted district roads for all 14 Regions in Namibia.\nDATA SOURCE: Roads Authority, Road Management System Division, available via NSDI", - "keywords": [ - "Current Status Report", - "Roads", - "Namibia" - ], - "name": "NAM CSR District Roads", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_LI_district_roads" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-d2cbeeae-6d2c-11ec-9470-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.3333330154419 -29.7833347320557, 11.3333330154419 -17.6166648864746, 14.8666667938232 -17.6166648864746, 14.8666667938232 -29.7833347320557, 11.3333330154419 -29.7833347320557))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations of hake freezer trawler 2013 as recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of hake freezer trawlers 2013", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_hake_freezer_catch_location_20130" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-c4896686-67ce-11ec-957d-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.4741802215576 -22.8550300598145, 14.4741802215576 -22.8311653137207, 14.4999322891235 -22.8311653137207, 14.4999322891235 -22.8550300598145, 14.4741802215576 -22.8550300598145))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Area delineated as fairway in the Walvis Bay port.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Fairway", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_MTP_fairway_WVB" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-9547d9ea-6eca-11ec-820b-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.41666603088379 -30.3833351135254, 8.41666603088379 -17.7666664123535, 15.1666669845581 -17.7666664123535, 15.1666669845581 -30.3833351135254, 8.41666603088379 -30.3833351135254))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of blue sharks 2014", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_blue_shark_catch_location_2014" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-5c5aac70-6182-11ec-a394-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.7367706298828 -28.9695911407471, 11.7367706298828 -16.9637126922607, 25.2621803283691 -16.9637126922607, 25.2621803283691 -28.9695911407471, 11.7367706298828 -28.9695911407471))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Gazetted constituency boundaries as per the Delimitation Commission of 2013.\nDATA SOURCE: Ministry of Land Reform, available via NSDI.\nMETHODS: Boundaries captured by the Delimitation Commission in 2013, constituencies were dissolved into regions", - "keywords": [ - "Current Status Report", - "boundaries", - "Namibia" - ], - "name": "NAM CSR (Regional) Administrative Boundaries", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_BASE_ADMIN_region_boundaries_20140" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-b8cbaea6-f511-11eb-a910-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((-8.43387508392334 -49.5210418701172, -8.43387508392334 -8.73772144317627, 56.9033470153809 -8.73772144317627, 56.9033470153809 -49.5210418701172, -8.43387508392334 -49.5210418701172))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "The original boundaries of EBSAs in Angola, Namibia and South Africa, from the CBD website: https://www.cbd.int/ebsa/", - "keywords": [ - "Biodiversity", - "EBSAs", - "Ecologically or Biologically Significant Marine Areas", - "Southern Africa", - "Namibia", - "South Africa", - "Angola" - ], - "name": "REG EBSA Original 2014", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:EBSAs_CBD_2014" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-20cffa7e-1407-11ed-9439-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11,336573600769 -17,2373352050781, 11,336573600769 -16,5233535766602, 11,6770877838135 -16,5233535766602, 11,6770877838135 -17,2373352050781, 11,336573600769 -17,2373352050781))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_NOR_DAT_MERLUCCIUS_CAPENSIS", - "features", - "Global" - ], - "name": "AGO_OEM_NOR_DAT_MERLUCCIUS_CAPENSIS", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_NOR_DAT_MERLUCCIUS_CAPENSIS" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-c7560a3a-63d8-11ec-95e2-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.7537536621094 -23.5503921508789, 11.7537536621094 -17.236385345459, 14.5334968566895 -17.236385345459, 14.5334968566895 -23.5503921508789, 11.7537536621094 -23.5503921508789))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Ramsar wetlands are wetlands of international importance listed under the Convention on Wetlands. The aim of the convention is to halt the worldwide loss of wetlands and to conserve those that remain.", - "keywords": [ - "Biodiversity", - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Wetland of international importance (RAMSAR site)", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_ENV_Ramsar_areas" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-bf102f5c-6c9f-11ec-9422-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.3666658401489 -29.75, 11.3666658401489 -18.9333324432373, 14.8166675567627 -18.9333324432373, 14.8166675567627 -29.75, 11.3666658401489 -29.75))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations of hake freezer trawler 2011 as recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of hake freezer trawlers 2011", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_hake_freezer_catch_location_2011" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-622cedb4-6d46-11ec-b923-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.533332824707 -24.2233333587646, 11.533332824707 -18.6366653442383, 14.5033340454102 -18.6366653442383, 14.5033340454102 -24.2233333587646, 11.533332824707 -24.2233333587646))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of sardine purse seiners 2014", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_sardine_catch_location_20130" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-d42e870e-6d43-11ec-873a-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((10.8333330154419 -23.8666667938232, 10.8333330154419 -17.2666664123535, 13.8833341598511 -17.2666664123535, 13.8833341598511 -23.8666667938232, 10.8333330154419 -23.8666667938232))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of horse mackerel trawlers 2014", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_horsemackerel_catch_location_2011" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-1bbafa2c-6ed3-11ec-a0d3-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((12.7299995422363 -26.9200000762939, 12.7299995422363 -19.6799983978271, 14.9800004959106 -19.6799983978271, 14.9800004959106 -26.9200000762939, 12.7299995422363 -26.9200000762939))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of snoek 2015", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_snoek_catch_locations_2015" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-182d2054-687c-11ec-9103-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((16.4060573577881 -28.6270942687988, 16.4060573577881 -28.5342922210693, 16.5021381378174 -28.5342922210693, 16.5021381378174 -28.6270942687988, 16.4060573577881 -28.6270942687988))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Townlands of Oranjemund. Data supplied by NamDeb.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Townlands Oranjemund", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_BASE_townlands_Oranjemund" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-28d93940-63ec-11ec-abe8-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((7.95583963394165 -30.1668968200684, 7.95583963394165 -16.9515724182129, 25.2544174194336 -16.9515724182129, 25.2544174194336 -30.1668968200684, 7.95583963394165 -30.1668968200684))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Geophysical and geoscientific research have been done in the area like the shelf edges and transects from east to west of Namibian ocean space to create knowledge, discoveries and development of mineral resources and to understand the\nearth system and geology within Namibian EEZ.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Geology", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_GREE_geology" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-068722e8-623a-11ec-857b-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.4336624145508 -26.708080291748, 14.4336624145508 -22.5122909545898, 16.4223480224609 -22.5122909545898, 16.4223480224609 -26.708080291748, 14.4336624145508 -26.708080291748))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Namib Naukluft National Park.\nDATA SOURCE: Mendelsohn J, Jarvis A, Roberts C and Robertson T. 2002. Atlas of Namibia: A portrait of the land and its people. David Philip Publishers, Cape Town, South Africa. http://www.the-eis.com/", - "keywords": [ - "Current Status Report", - "National Park", - "Namibia" - ], - "name": "NAM CSR Namib Naukluft Park", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_ENV_national_park_Namib_Naukluft_Park" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-b1a21d4c-63f5-11ec-948e-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((9.04669952392578 -28.8634185791016, 9.04669952392578 -17.3660888671875, 15.7177753448486 -17.3660888671875, 15.7177753448486 -28.8634185791016, 9.04669952392578 -28.8634185791016))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Drill well positions within the Namibian ocean space", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Wellheads", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_GREE_wells_eez" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-f9b67392-630c-11ec-85e6-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.3662452697754 -23.3254871368408, 14.3662452697754 -22.8989028930664, 14.5000677108765 -22.8989028930664, 14.5000677108765 -23.3254871368408, 14.3662452697754 -23.3254871368408))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Areas in which a person may not harvest Kabeljou (Argyrosomus Hololepidotus) from January to March each year (Government Gazette No 5986, 2015)", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Areas resticted for kob fishing", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_kob_restriction_area" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-1aae4192-0466-11ed-9a67-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((5.54784643411301 -17.531729700887247, 5.54784643411301 -7.552288756854756, 7.357628462263919 -7.552288756854756, 7.357628462263919 -17.531729700887247, 5.54784643411301 -17.531729700887247))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_BASE_350MN", - "features", - "Global" - ], - "name": "AGO_OEM_BASE_350MN", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_BASE_350MN" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-8c6f447e-6881-11ec-a867-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.82934284210205 -30.5659313201904, 8.82934284210205 -17.2499980926514, 14.5275173187256 -17.2499980926514, 14.5275173187256 -30.5659313201904, 8.82934284210205 -30.5659313201904))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "West Africa Cable System (WACS), Africa Coast to Europe (ACE) cablesyst em, South Atlantic 3 (SAT-3) and disused South Atlantic 1 (SAT-1) submarine cable.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Underwater cables", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_UI_underwater_cables_202111" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-01062a52-8f09-11ec-8819-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.231640522 -30.658138482, 8.231640522 -17.246196504, 17.073816534 -17.246196504, 17.073816534 -30.658138482, 8.231640522 -30.658138482))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "DESCRIPTION: Shipping is an important use of marine areas in Namibia. Associated\nimpacts from shipping are underwater noise pollution, oil spillage and other pollutants,\npropeller and wake damage in shallow areas, dumping of waste (especially plastic) into\nthe ocean, direct strikes on cetaceans, invasion pathways for alien species and associated\ninfrastructure (ports and anchorages).", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Shipping intensity", - "url": "https://geodata.benguelacc.org/layers/NAM_CSR_MTP_shipping_intensity:geonode:NAM_CSR_MTP_shipping_intensity" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-eda28ec6-13ea-11ed-b034-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((10,540958404541 -9,10746765136719, 10,540958404541 -8,70814323425293, 13,3544645309448 -8,70814323425293, 13,3544645309448 -9,10746765136719, 10,540958404541 -9,10746765136719))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_INFR_SAT3", - "features", - "Global" - ], - "name": "AGO_OEM_INFR_SAT3", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_INFR_SAT3" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-3e1508ea-63ea-11ec-a1b7-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.4732522964478 -28.6335277557373, 14.4732522964478 -18.8321762084961, 16.474048614502 -18.8321762084961, 16.474048614502 -28.6335277557373, 14.4732522964478 -28.6335277557373))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Ramsar wetlands are wetlands of international importance listed under\nthe Convention on Wetlands. The aim of the convention is to halt the worldwide loss of\nwetlands and to conserve those that remain.", - "keywords": [ - "Biodiversity", - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Ramsar sites", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_ENV_Ramsar_sites" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-61dd854a-6877-11ec-9103-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.5669832229614 -28.587121963501, 14.5669832229614 -22.4623432159424, 16.4453830718994 -22.4623432159424, 16.4453830718994 -28.587121963501, 14.5669832229614 -28.587121963501))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Airports along the central Namibian coast.\nDATA SOURCE: Mendelsohn J, Jarvis A, Roberts C and Robertson T. 2002. Atlas of Namibia:\nA portrait of the land and its people. David Philip Publishers, Cape Town, South Africa.\n(www.the-eis.com)", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Airports", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_LI_airports_coast" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-369a06f8-625d-11ec-8943-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((13.7344369888306 -24.5075435638428, 13.7344369888306 -21.3312187194824, 14.6161508560181 -21.3312187194824, 14.6161508560181 -24.5075435638428, 13.7344369888306 -24.5075435638428))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Kob spawning areas along the Namibian coast.\nDATA SOURCE: Mendelsohn J, Jarvis A, Roberts C and Robertson T. 2002. Atlas of Namibia: A portrait of the land and its people. David Philip Publishers, Cape Town, South Africa.\nMETHODS: Adapted from a map provided by the Geological Survey of Namibia for the Atlas of Namibia. http://www.the-eis.com/", - "keywords": [ - "Current Status Report", - "Spawning", - "Namibia" - ], - "name": "NAM CSR Kob spawning areas", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_kob_spawning_area1" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-1b0ac7e4-e7d0-11ec-823d-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((3.0 -20.0, 3.0 -2.0, 13.4973001480103 -2.0, 13.4973001480103 -20.0, 3.0 -20.0))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Descrição-Em geral a batimetria da costa angolana é caracterizada pela plataforma continental que varia em profundidade. O declive da plataforma ocorre a cerca de 30 a 40km da costa, partir destas profundidades. O acidente mais notável na batimetria ao largo da costa angolana é pronunciado pelo canhão existente na foz do rio congo.", - "keywords": [ - "AGO_OEM_BASE_BAT", - "features", - "Global" - ], - "name": "AGO_OEM_BASE_BAT", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_BASE_BAT" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-563ad6fc-6d45-11ec-98fd-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((10.9333324432373 -25.8511123657227, 10.9333324432373 -17.2680549621582, 14.1347227096558 -17.2680549621582, 14.1347227096558 -25.8511123657227, 10.9333324432373 -25.8511123657227))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of horse mackerel trawlers 2016", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_horsemackerel_catch_location_2013" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-aa23336c-f9a1-11eb-b70f-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.16666603088379 -30.6666679382324, 8.16666603088379 -17.25, 16.5 -17.25, 16.5 -30.6666679382324, 8.16666603088379 -30.6666679382324))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "The Namibian coastal mining industry is largely focussed on diamond mining in the south of the country. Salt production areas are also included in this layer.", - "keywords": [ - "pressures", - "Namibia" - ], - "name": "NAM EBSA Mining and salt production", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_Mining_Salt" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-983a1fb0-687f-11ec-8a11-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.4979181289673 -28.1474742889404, 14.4979181289673 -17.3918190002441, 19.9960918426514 -17.3918190002441, 19.9960918426514 -28.1474742889404, 14.4979181289673 -28.1474742889404))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "The national railway network of Namibia", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Railway", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_LI_railway" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-fb0b0a96-1400-11ed-92e7-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11,1795434951782 -12,4143142700195, 11,1795434951782 -6,33509540557861, 15,6854391098022 -6,33509540557861, 15,6854391098022 -12,4143142700195, 11,1795434951782 -12,4143142700195))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_NOR_DAT_ARISTEUS_VARIDENS", - "features", - "Global" - ], - "name": "AGO_OEM_NOR_DAT_ARISTEUS_VARIDENS", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_NOR_DAT_ARISTEUS_VARIDENS" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-11579bfc-1401-11ed-96bf-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11,7410373687744 -16,6001720428467, 11,7410373687744 -8,76489543914795, 13,5482864379883 -8,76489543914795, 13,5482864379883 -16,6001720428467, 11,7410373687744 -16,6001720428467))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_PES_MARICULTURA", - "features", - "Global" - ], - "name": "AGO_OEM_PES_MARICULTURA", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_PES_MARICULTURA" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-bd590b9a-f524-11eb-9c7f-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.16666603088379 -30.6666679382324, 8.16666603088379 -17.25, 16.5 -17.25, 16.5 -30.6666679382324, 8.16666603088379 -30.6666679382324))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Summary of colonies where fur seals bulls and pups are harvested.", - "keywords": [ - "pressures", - "Namibia" - ], - "name": "NAM EBSA Seal harvesting", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_Seal_Harvest" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-857d4612-619b-11ec-871b-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((13.9495887756348 -21.8563461303711, 13.9495887756348 -21.7556495666504, 14.0544853210449 -21.7556495666504, 14.0544853210449 -21.8563461303711, 13.9495887756348 -21.8563461303711))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Cape Cross Seal Reserve.\nDATA SOURCE: Mendelsohn J, Jarvis A, Roberts C and Robertson T. 2002. Atlas of Namibia: A portrait of the land and its people. David Philip Publishers, Cape Town, South Africa.\nhttp://www.the-eis.com/\nMETHODS: Created based on government gazettes. Where possible, boundaries were created from coordinates provided in the gazettes. Where landmarks had no specific coordinates, other shapefiles were used (e.g. farms shapefile, rivers shapefile, 1:250000 maps etc.).", - "keywords": [ - "Current Status Report", - "National Park", - "Namibia" - ], - "name": "NAM CSR Cape Cross Seal Reserve", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_ENV_national_park_Cape_Cross_Seal_Res" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-4435e2c0-f528-11eb-8a21-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.16666603088379 -30.6666679382324, 8.16666603088379 -17.25, 16.5 -17.25, 16.5 -30.6666679382324, 8.16666603088379 -30.6666679382324))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "The data reflect the commercial trawl industry targeting Orange Roughy. Due to collapse of the fishery, the industry has been closed since 2007.", - "keywords": [ - "Fishing", - "pressures", - "Namibia" - ], - "name": "NAM EBSA Orange Roughy fishery", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_Orange_Roughy" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-3369aec6-6ecd-11ec-a6a0-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((10.3166666030884 -27.8000011444092, 10.3166666030884 -17.9333324432373, 14.6166667938232 -17.9333324432373, 14.6166667938232 -27.8000011444092, 10.3166666030884 -27.8000011444092))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of other sharks (fins) 2011", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_shark_fin_catch_locations_2011" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-4f03a822-67b5-11ec-acb9-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((15.1558418273926 -26.6017169952393, 15.1558418273926 -26.5939350128174, 15.1641263961792 -26.5939350128174, 15.1641263961792 -26.6017169952393, 15.1558418273926 -26.6017169952393))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Areas delineated for mariculture", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Mariculture areas in Lüderitz", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_MARI_mariculture_areas_LUD" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-e7195cbc-6d3f-11ec-a23c-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.3333330154419 -29.4000015258789, 11.3333330154419 -17.9333324432373, 14.8666667938232 -17.9333324432373, 14.8666667938232 -29.4000015258789, 11.3333330154419 -29.4000015258789))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR.", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of monk trawlers 2015", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_monk_catch_location_2015" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-8727bb20-1404-11ed-9439-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((10,4137411117554 -13,3342084884644, 10,4137411117554 -5,02650260925293, 13,8652963638306 -5,02650260925293, 13,8652963638306 -13,3342084884644, 10,4137411117554 -13,3342084884644))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_PET_BLOCOS_POCOS", - "features", - "Global" - ], - "name": "AGO_OEM_PET_BLOCOS_POCOS", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_PET_BLOCOS_POCOS" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-c5235cc8-f370-11eb-9aa6-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.65106201171875 -37.8018264770508, 8.65106201171875 -5.15656185150146, 33.7448616027832 -5.15656185150146, 33.7448616027832 -37.8018264770508, 8.65106201171875 -37.8018264770508))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Revised boundaries of the Ecologically or Biologically Significant Marine Areas in Angola, Namibia and South Africa (updated in 2020). This shapefile presents the revised EBSA boundaries without their proposed zonation.", - "keywords": [ - "Biodiversity", - "EBSAs", - "Ecologically or Biologically Significant Marine Areas", - "Namibia", - "South Africa", - "Angola" - ], - "name": "REG EBSA Revised 2020", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:REG_EBSA_nozone_20200224_dd" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-8af988da-68a3-11ec-9f5f-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.539999961853 -26.6300010681152, 14.539999961853 -26.6299991607666, 15.1400003433228 -26.6299991607666, 15.1400003433228 -26.6300010681152, 14.539999961853 -26.6300010681152))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Oceanographic monitoring stations sampled on a monthly basis (or more frequently) using the research vessel !Anichab. Parameters samples include temperature, salinity, oxygen, phytoplankton and zooplankton.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Diaz Point monitoring stations", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_RES_Diaz_Point_line" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-dfb6186a-6331-11ec-8eab-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.0 -25.3333339691162, 11.0 -19.382776260376, 14.4327783584595 -19.382776260376, 14.4327783584595 -25.3333339691162, 11.0 -25.3333339691162))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Areas of interest or reserved for naval defence, including military training areas, ammunition dumping area and naval infrastructure area", - "keywords": [ - "Current Status Report", - "Military", - "Namibia" - ], - "name": "NAM CSR Military restricted area I", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_DEF_military_training_areas4" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-d2cababc-63c6-11ec-9d0d-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.33216857910156 -30.3360424041748, 8.33216857910156 -17.2495994567871, 16.1740665435791 -17.2495994567871, 16.1740665435791 -30.3360424041748, 8.33216857910156 -30.3360424041748))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Ecological Support Areas (ESA) are regarded as second priority areas after the EBSAs.\nEBSA methodology uses Systematic Conservation Planning as a spatial\nprioritisation tool that supports decision-making about actions (usually with limited\nresources) that optimise benefits for biodiversity at the least cost to society. The\nmethodology is documented in MARISMA EBSA Workstream, 2020. Ecologically or\nBiologically Significant Marine Areas in the Benguela Current Large Marine Ecosystem:\nDescriptions, status assessment and management recommendations for new and\nrevised EBSAs in Namibia, Technical Report. MARISMA Project. Namibia.", - "keywords": [ - "Biodiversity", - "Current Status Report", - "EBSAs", - "Ecologically or Biologically Significant Marine Areas", - "Namibia" - ], - "name": "NAM CSR Ecological Support Areas", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_ENV_Eco_Support_Areas" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-aba88002-5f0e-11ec-8d07-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.2924194335938 -28.5292701721191, 14.2924194335938 -22.1173191070557, 16.4248313903809 -22.1173191070557, 16.4248313903809 -28.5292701721191, 14.2924194335938 -28.5292701721191))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Towns along the coast of Namibia.\nThe position and names of towns were collected from Atlas of Namibia + colour orthophotos.\nReference: De Cauwer, V. 2007. Mapping of the BCLME shoreline, shallow water and marine habitats. Final report for the BCLME project BEP/BAC/03/02", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Coastal Towns", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_BASE_coastal_settlements" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-0da32676-67e9-11ec-93e0-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((14.4435367584229 -22.8847522735596, 14.4435367584229 -22.879430770874, 14.4476613998413 -22.879430770874, 14.4476613998413 -22.8847522735596, 14.4435367584229 -22.8847522735596))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Important area for kayak tours", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Kayak tours", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_TOUR_kayak_tours" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-7dc46be4-6d44-11ec-95de-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((10.0019435882568 -24.9505558013916, 10.0019435882568 -17.2505550384521, 14.0166673660278 -17.2505550384521, 14.0166673660278 -24.9505558013916, 10.0019435882568 -24.9505558013916))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Catch locations are recorded on log sheets by captains of the fishing vessels and submitted to MFMR", - "keywords": [ - "Current Status Report", - "Fishing", - "Namibia" - ], - "name": "NAM CSR Catch positions of horse mackerel trawlers 2015", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_horsemackerel_catch_location_2012" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-180898ac-1406-11ed-9439-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((-180,0 -90,0, -180,0 90,0, 180,0 90,0, 180,0 -90,0, -180,0 -90,0))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_PET_POCOS", - "features", - "Global" - ], - "name": "AGO_OEM_PET_POCOS", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_PET_POCOS" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-7393f4ce-172a-11ed-bc3b-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((-180,0 -90,0, -180,0 90,0, 180,0 90,0, 180,0 -90,0, -180,0 -90,0))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_PET_POCOS", - "features", - "Global" - ], - "name": "AGO_OEM_PET_POCOS0", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_PET_POCOS0" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-62f90974-5f3d-11ec-8ad6-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.54186916351318 -20.6785907745361, 8.54186916351318 -17.7255039215088, 9.86977386474609 -17.7255039215088, 9.86977386474609 -20.6785907745361, 8.54186916351318 -20.6785907745361))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Seamounts found in the Namibian sea.\nDATA SOURCE: Harris, P.T., Macmillan-Lawler, M., Rupp, J., Baker, E.K. 2014. Geomorphology of the oceans. Marine Geology, 352: 4-24. GEBCO (General Bathymetric Chart of the Oceans) Available at: http://www.gebco.net/data_and_poducts/gridded_bathymetry_data/. \nGeomorphology map from www.bluehabitats.org\nMETHODS: Slight manual revision of the Blue Habitats / Harris 2014 global geomorphology\nmap.", - "keywords": [ - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Seamounts", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_GREE_seamounts" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-35e25f66-0466-11ed-abec-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11,1544990539551 -28,6421127319336, 11,1544990539551 -3,94752788543701, 16,4741401672363 -3,94752788543701, 16,4741401672363 -28,6421127319336, 11,1544990539551 -28,6421127319336))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Fonte-Harris, LR 2012. Mapeamento da linha costeira do Grande Ecossistema Marinho da Corrente de Benguela 2011: Empreendido para o projeto da Comissão da Corrente de Benguela (BCC) “Avaliação da Biodiversidade Espacial (BCC-SBA) e Gestão Espacial, incluindo Áreas Marinhas Protegidas”. Universidade Metropolitana Nelson Mandela, Port Elizabeth, África do Sul.", - "keywords": [ - "AGO_OEM_BASE_coastline_missing_pieces", - "features", - "Global" - ], - "name": "AGO_OEM_BASE_coastline_missing_pieces", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_BASE_coastline_missing_pieces" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-77ea1458-1401-11ed-9439-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11,8638191223145 -15,8016328811646, 11,8638191223145 -6,16677236557007, 13,9958343505859 -6,16677236557007, 13,9958343505859 -15,8016328811646, 11,8638191223145 -15,8016328811646))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_TRANS_EN100", - "features", - "Global" - ], - "name": "AGO_OEM_TRANS_EN100", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_TRANS_EN100" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-d275153c-6252-11ec-9f53-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((12.0099992752075 -27.7023544311523, 12.0099992752075 -18.4499988555908, 15.534351348877 -18.4499988555908, 15.534351348877 -27.7023544311523, 12.0099992752075 -27.7023544311523))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Locations of the twenty- six seal colonies along the coastline.\nDATA SOURCE: BCLME project BEHP/BAC/03/03. Original data from NatMIRC\nMETHODS: GPS point location converted to shapefiles, Sylvia Hill seal colony coordinates\nupdated in 2021", - "keywords": [ - "Biodiversity", - "Current Status Report", - "Namibia" - ], - "name": "NAM CSR Seal Colonies", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_ENV_seal_colonies" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-99cd1bdc-1407-11ed-9439-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11,9324712753296 -8,61283302307129, 11,9324712753296 -6,14228200912476, 13,1746129989624 -6,14228200912476, 13,1746129989624 -8,61283302307129, 11,9324712753296 -8,61283302307129))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_NOR_DAT_PELAGICAS", - "features", - "Global" - ], - "name": "AGO_OEM_NOR_DAT_PELAGICAS", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_NOR_DAT_PELAGICAS" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-4ef2881e-f9a4-11eb-bdfe-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.16666603088379 -30.6666679382324, 8.16666603088379 -17.25, 16.5 -17.25, 16.5 -30.6666679382324, 8.16666603088379 -30.6666679382324))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Base data were collated by Dr Carola Kirchner as part of the BCC Spatial Biodiversity Assessment and Spatial Management, including Marine Protected Areas Project, from information held by the National Marine Information and Research Centre (NatMIRC). Effort is given as the number of traps set, and catch in terms of mass (kg). This was normalised into a scale of 0-1, and coded to 5' grid cells.", - "keywords": [ - "pressures", - "Namibia" - ], - "name": "NAM EBSA Deep sea red crab fishing (effort)", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_Crab_Effort" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-98636302-13ec-11ed-b0b5-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11,8435592651367 -15,8058271408081, 11,8435592651367 -5,68875885009766, 13,586841583252 -5,68875885009766, 13,586841583252 -15,8058271408081, 11,8435592651367 -15,8058271408081))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_DEF_UNID_MIL", - "features", - "Global" - ], - "name": "AGO_OEM_DEF_UNID_MIL", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_DEF_UNID_MIL" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-e82c9cd6-6330-11ec-a444-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.6027774810791 -23.4077777862549, 11.6027774810791 -23.2336101531982, 11.7916669845581 -23.2336101531982, 11.7916669845581 -23.4077777862549, 11.6027774810791 -23.4077777862549))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Areas of interest or reserved for naval defence, including military training areas, ammunition dumping area and naval infrastructure area.", - "keywords": [ - "Current Status Report", - "Military", - "Namibia" - ], - "name": "NAM CSR Military restricted area II", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_DEF_ammunition_dumping_area18" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-b0ceed42-1407-11ed-9d24-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11,5041561126709 -17,2662487030029, 11,5041561126709 -6,15692758560181, 13,848316192627 -6,15692758560181, 13,848316192627 -17,2662487030029, 11,5041561126709 -17,2662487030029))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_NOR_DAT_SARDINELAS", - "features", - "Global" - ], - "name": "AGO_OEM_NOR_DAT_SARDINELAS", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_NOR_DAT_SARDINELAS" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-35c37a46-68a4-11ec-9900-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.6666994094849 -28.6667003631592, 11.6666994094849 -17.3299999237061, 16.2000102996826 -17.3299999237061, 16.2000102996826 -28.6667003631592, 11.6666994094849 -28.6667003631592))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Oceanographic monitoring stations sampled during hake and monk biomass surveys. Parameters samples include temperature, salinity and oxygen.", - "keywords": [ - "Current Status Report", - "Research", - "Namibia" - ], - "name": "NAM CSR Additional monitoring stations", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_RES_additional_monitoring_stations" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-1df23c2a-6266-11ec-8d97-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((11.3853330612183 -25.0000267028809, 11.3853330612183 -17.2429466247559, 14.839168548584 -17.2429466247559, 14.839168548584 -25.0000267028809, 11.3853330612183 -25.0000267028809))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Generalised spawning areas of pelagic fish - sardine, horse mackerel, anchovy.", - "keywords": [ - "Current Status Report", - "Spawning", - "Namibia" - ], - "name": "NAM CSR Spawning areas of pelagic fish", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_CSR_FISH_pelagic_spawning_area1" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-80c2a036-1401-11ed-8992-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8,61778450012207 -17,2505416870117, 8,61778450012207 -5,06278133392334, 13,5122194290161 -5,06278133392334, 13,5122194290161 -17,2505416870117, 8,61778450012207 -17,2505416870117))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_TRANS_ROTAS", - "features", - "Global" - ], - "name": "AGO_OEM_TRANS_ROTAS", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_TRANS_ROTAS" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-850f1c18-f9a0-11eb-b70f-0242ac1c0006.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((8.16666603088379 -30.6666679382324, 8.16666603088379 -17.25, 16.5 -17.25, 16.5 -30.6666679382324, 8.16666603088379 -30.6666679382324))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "Relative distribution of catch in the commercial trawl industry targeting monkfish.", - "keywords": [ - "Fishing", - "pressures", - "Namibia" - ], - "name": "NAM EBSA Monkfish fishery (catch)", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:NAM_Monkfish_Catch" -} - - } -, - - { - "@type": "ListItem", - "item": -{ - "@context": { - "@vocab": "https://schema.org/", - "geosparql": "http://www.opengis.net/ont/geosparql#" - }, - "@id": "https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-b6236950-1400-11ed-8992-0242ac1c0005.json", - "@type": "Dataset", - "geosparql:hasGeometry": { - "@type": "http://www.opengis.net/ont/sf#Polygon", - "geosparql:asWKT": { - "@type": "geosparql:wktLiteral", - "@value": "POLYGON((13,0899848937988 -9,22106266021729, 13,0899848937988 -9,22106170654297, 13,0899858474731 -9,22106170654297, 13,0899858474731 -9,22106266021729, 13,0899848937988 -9,22106266021729))" - }, - "geosparql:crs": { - "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84" - } - }, - "description": "No abstract provided", - "keywords": [ - "AGO_OEM_AMB_MIRADOR_LUA", - "features", - "Global" - ], - "name": "AGO_OEM_AMB_MIRADOR_LUA", - "url": "https://geodata.benguelacc.org/layers/geonode_deploy_data:geonode:AGO_OEM_AMB_MIRADOR_LUA" -} - - } - - ] -} diff --git a/collection/tempHosting/data-benguelacc/sitemap.xml b/collection/tempHosting/data-benguelacc/sitemap.xml index 31ae32954..a4bcbea25 100644 --- a/collection/tempHosting/data-benguelacc/sitemap.xml +++ b/collection/tempHosting/data-benguelacc/sitemap.xml @@ -1,709 +1,939 @@ - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-8349f110-6d30-11ec-8a7e-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-51870bc0-13ea-11ed-b0b5-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-16bf9c14-13ea-11ed-b0b5-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-857d4612-619b-11ec-871b-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-067f2650-0466-11ed-92ab-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-aee0f246-6ec6-11ec-9210-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-96d60e88-67e7-11ec-96f4-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-fd470694-f524-11eb-96f9-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-52f0aa16-68af-11ec-aa0b-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-80c2a036-1401-11ed-8992-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-4858858c-6d42-11ec-9b73-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-6b3e55be-632d-11ec-99dd-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-6b3e55be-632d-11ec-99dd-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-8c6f447e-6881-11ec-a867-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-ba38d8ce-6d3c-11ec-873a-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-e0e8dd72-1406-11ed-ba29-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-05bc3598-6333-11ec-8eab-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-4435e2c0-f528-11eb-8a21-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-9f77e0fe-1401-11ed-9439-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-1b0ac7e4-e7d0-11ec-823d-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-c84b69fc-67e9-11ec-84c5-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-5b3f2a52-2921-11ed-bc6d-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-fd470694-f524-11eb-96f9-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-f5e07544-625b-11ec-a35c-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-65d416a6-6880-11ec-8955-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-aec194f2-13ec-11ed-b0b5-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-7bc2d3c4-630a-11ec-afbe-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-65d416a6-6880-11ec-8955-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-247233d8-6d34-11ec-b4b4-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-e63d5f5c-63ec-11ec-86a8-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-819436d6-1407-11ed-ba29-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-6956355c-f9a4-11eb-b70f-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-4445214c-0466-11ed-abfa-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-f23c062c-0465-11ed-9405-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-e70cfee2-68ab-11ec-8524-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-31e60428-6d47-11ec-95de-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-5a777e2e-63c1-11ec-a7fe-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-8727bb20-1404-11ed-9439-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-3f9aa5f6-1404-11ed-8992-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-bf102f5c-6c9f-11ec-9422-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-2695c3da-6192-11ec-9598-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-1aae4192-0466-11ed-9a67-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-0549fd70-0469-11ed-b6be-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-7733b2d6-1400-11ed-96bf-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-231a2032-6ec8-11ec-b890-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-9f77e0fe-1401-11ed-9439-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-91c55136-6ec9-11ec-91fa-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-aa432418-6d2f-11ec-96a6-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-e7db2012-6197-11ec-8aab-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-917fb420-0468-11ed-abfa-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-a7e139d6-67ca-11ec-9aff-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-d7269b42-13ea-11ed-a17e-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-aa432418-6d2f-11ec-96a6-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-16bf9c14-13ea-11ed-b0b5-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-3ab693e2-6d29-11ec-ac37-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-231a2032-6ec8-11ec-b890-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-9fa14a9c-6d36-11ec-8b0a-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-da0387b6-67d9-11ec-82c3-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-535dcf04-f9a3-11eb-987c-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-51287728-6264-11ec-af9a-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-99930326-6ec5-11ec-ba00-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-a5108070-67ea-11ec-b858-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-89ff8a96-6d40-11ec-873a-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-5beb3dcc-f9a4-11eb-bdfe-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-113dadfa-13e8-11ed-99e4-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-afbd620c-6ec2-11ec-a7b2-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-070bb7ce-170c-11ed-a943-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-070bb7ce-170c-11ed-a943-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-aec194f2-13ec-11ed-b0b5-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-3245439a-6ec6-11ec-9084-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-bba62ed4-1406-11ed-92e7-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-43dd0df2-6d33-11ec-8e75-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-4a9588fc-6164-11ec-a2ad-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-1f974b8c-6ec9-11ec-8671-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-000a6aa2-5f46-11ec-9cf2-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-ec247e3a-61a0-11ec-ac53-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-cd579788-67c9-11ec-aef6-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-068722e8-623a-11ec-857b-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-bd00bdbc-5f39-11ec-8d16-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-3369aec6-6ecd-11ec-a6a0-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-b49bfda0-6ec8-11ec-8a26-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-247233d8-6d34-11ec-b4b4-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-1f974b8c-6ec9-11ec-8671-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-5d41b66e-e71b-11ec-aeac-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-57361e5a-0466-11ed-9405-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-418f9022-f9a4-11eb-b687-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-3471bb90-f9a4-11eb-af70-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-55c239e8-688d-11ec-bf0e-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-42e0283a-5f3c-11ec-b3c9-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-7dc46be4-6d44-11ec-95de-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-5233b542-617e-11ec-b3cb-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-34ab017a-687b-11ec-9103-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-51287728-6264-11ec-af9a-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-0db892ee-63e9-11ec-94b3-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-7f439cfa-67d7-11ec-82c3-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-dc4d155c-6d45-11ec-b923-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-98c99d42-6ecf-11ec-a6a0-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-e8fbbdec-6ecd-11ec-bf03-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-ec40cda0-624b-11ec-9e81-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-d2cbeeae-6d2c-11ec-9470-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-186e1848-67e6-11ec-ae09-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-e7db2012-6197-11ec-8aab-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-dd330112-63f8-11ec-9a8d-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-98636302-13ec-11ed-b0b5-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-1007e242-5f3f-11ec-8ad6-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-d2cababc-63c6-11ec-9d0d-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-da0387b6-67d9-11ec-82c3-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-22ba8e3c-6ebf-11ec-a188-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-e63d5f5c-63ec-11ec-86a8-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-263a6e62-6ec7-11ec-8bc8-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-f5bdec4c-6885-11ec-af2c-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-35e25f66-0466-11ed-abec-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-f5e07544-625b-11ec-a35c-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-535dcf04-f9a3-11eb-987c-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-487a4b6a-1402-11ed-9d24-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-e6ba83b0-1404-11ed-96bf-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-1bc709d0-0469-11ed-92ab-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-ec40cda0-624b-11ec-9e81-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-396d13e8-67b2-11ec-aec4-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-aa23336c-f9a1-11eb-b70f-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-0220de3a-68a5-11ec-803f-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-c66b1a0c-6888-11ec-b345-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-34ab017a-687b-11ec-9103-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-2568f108-6ed0-11ec-a0d3-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-399f0f10-f9a3-11eb-bdfe-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-77ea1458-1401-11ed-9439-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-87a583da-13ea-11ed-a17e-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-000a6aa2-5f46-11ec-9cf2-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-a6677a54-6ecb-11ec-af52-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-8f84a6f6-6ed3-11ec-a0d3-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-09954ece-6d43-11ec-b5c1-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-2a022a7e-14a5-11ed-9664-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-cacbe832-1400-11ed-96bf-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-f6219076-6d35-11ec-86f6-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-5d41b66e-e71b-11ec-aeac-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-62f90974-5f3d-11ec-8ad6-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-1f133e52-6d3c-11ec-8b0a-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-7bc2d3c4-630a-11ec-afbe-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-a2b7f92c-6ed2-11ec-bfa3-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-89ff8a96-6d40-11ec-873a-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-70acd836-67d8-11ec-9dbb-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-2c8b08c6-63f0-11ec-abe8-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-f6219076-6d35-11ec-86f6-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-5678020c-13ee-11ed-b0b5-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-abac83dc-6ed1-11ec-bdb9-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-11579bfc-1401-11ed-96bf-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-a3279f28-1406-11ed-ba29-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-cd579788-67c9-11ec-aef6-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-f23c062c-0465-11ed-9405-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-be600354-f9a2-11eb-81c3-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-9d069e68-67dc-11ec-8eca-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-57da6a96-149c-11ed-950c-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-de88ba26-0465-11ed-9a67-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-9fa14a9c-6d36-11ec-8b0a-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-fd0832fe-67eb-11ec-93e0-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-2943463c-6ed2-11ec-a0d3-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-2c8b08c6-63f0-11ec-abe8-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-41b5ed5c-1407-11ed-9d24-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-d7269b42-13ea-11ed-a17e-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-aba88002-5f0e-11ec-8d07-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-566ba942-6ec3-11ec-9210-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-cb6cc2ac-6d39-11ec-8b0a-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-43c8e0d8-1400-11ed-9439-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-f6ea8522-6884-11ec-af2c-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-d826e976-67e6-11ec-a173-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-369a06f8-625d-11ec-8943-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-fd5f2a58-fa97-11eb-8ed5-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-b50114d4-0468-11ed-b05f-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-3245439a-6ec6-11ec-9084-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-05bc3598-6333-11ec-8eab-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-ee459de0-6ec3-11ec-978c-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-bd00bdbc-5f39-11ec-8d16-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-418f9022-f9a4-11eb-b687-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-487a4b6a-1402-11ed-9d24-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-51870bc0-13ea-11ed-b0b5-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-1bc709d0-0469-11ed-92ab-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-fca50d42-1406-11ed-ba29-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-5bacc088-63ee-11ec-abe8-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-afbd620c-6ec2-11ec-a7b2-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-99cd1bdc-1407-11ed-9439-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-28508728-1727-11ed-8ce4-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-c7560a3a-63d8-11ec-95e2-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-2a022a7e-14a5-11ed-9664-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-186e1848-67e6-11ec-ae09-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-8cca7e36-694c-11ec-8e87-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-563ad6fc-6d45-11ec-98fd-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-707d1fa6-5f3b-11ec-955d-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-44d710a4-6d38-11ec-b1b2-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-aa68474e-6d47-11ec-895b-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-de88ba26-0465-11ed-9a67-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-095ab27a-67c9-11ec-aef6-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-efa16e16-6ebf-11ec-a7b2-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-307a080c-623c-11ec-adf6-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-a27c5114-6ca3-11ec-8020-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-a23d18ea-617d-11ec-8914-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-3f9aa5f6-1404-11ed-8992-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-c34ee79a-5f41-11ec-8ee9-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-1a56a6f4-6d48-11ec-b579-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-d1fb9b72-67d3-11ec-b131-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-3ab693e2-6d29-11ec-ac37-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-3cc916f6-6193-11ec-8e57-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-850f1c18-f9a0-11eb-b70f-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-e6ba83b0-1404-11ed-96bf-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-113dadfa-13e8-11ed-99e4-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-a5108070-67ea-11ec-b858-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-f5bdec4c-6885-11ec-af2c-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-71c4aeae-6ec4-11ec-bef2-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-43c8e0d8-1400-11ed-9439-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-ec247e3a-61a0-11ec-ac53-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-b49bfda0-6ec8-11ec-8a26-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-45efa45a-f9a3-11eb-bdfe-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-e53d7c2e-67cd-11ec-84e3-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-b9beca5c-13ea-11ed-b0b5-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-96d60e88-67e7-11ec-96f4-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-55c239e8-688d-11ec-bf0e-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-28508728-1727-11ed-8ce4-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-f6ea8522-6884-11ec-af2c-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-52f0aa16-68af-11ec-aa0b-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-60a7de9e-6941-11ec-b05d-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-4445214c-0466-11ed-abfa-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-9e575024-6ec0-11ec-a188-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-622cedb4-6d46-11ec-b923-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-86d1223a-6d31-11ec-99b8-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-9e575024-6ec0-11ec-a188-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-7e9f376a-6d3a-11ec-b1b2-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-a7e139d6-67ca-11ec-9aff-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-89815e86-f514-11eb-ae8a-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-a2b7f92c-6ed2-11ec-bfa3-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-efa16e16-6ebf-11ec-a7b2-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-fd0832fe-67eb-11ec-93e0-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-03fac06c-13eb-11ed-b034-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-bd590b9a-f524-11eb-9c7f-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-c66b1a0c-6888-11ec-b345-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-35c37a46-68a4-11ec-9900-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-2726b530-f9a4-11eb-987c-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-e761b74a-6246-11ec-baac-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-dce158f8-67b8-11ec-b082-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-983a1fb0-687f-11ec-8a11-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-52c1c57c-67e5-11ec-b928-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-e82c9cd6-6330-11ec-a444-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-2cbb265a-6ed1-11ec-ab31-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-70acd836-67d8-11ec-9dbb-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-a27c5114-6ca3-11ec-8020-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-095ab27a-67c9-11ec-aef6-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-ff06542c-687d-11ec-9103-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-0da32676-67e9-11ec-93e0-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-0db892ee-63e9-11ec-94b3-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-5c5aac70-6182-11ec-a394-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-ee2f6c4a-6ece-11ec-bfa3-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-e7195cbc-6d3f-11ec-a23c-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-e761b74a-6246-11ec-baac-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-1df23c2a-6266-11ec-8d97-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-263a6e62-6ec7-11ec-8bc8-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-7e9f376a-6d3a-11ec-b1b2-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-e53d7c2e-67cd-11ec-84e3-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-4a9588fc-6164-11ec-a2ad-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-5bacc088-63ee-11ec-abe8-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-20cffa7e-1407-11ed-9439-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-feda1db0-67da-11ec-a4da-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-ba38d8ce-6d3c-11ec-873a-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-0f9332d6-6ec5-11ec-9210-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-8309bf8e-6874-11ec-8561-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-cb6cc2ac-6d39-11ec-8b0a-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-267762f2-6d3e-11ec-a28b-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-a25c909c-0468-11ed-abec-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-c5235cc8-f370-11eb-9aa6-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-b50114d4-0468-11ed-b05f-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-396d13e8-67b2-11ec-aec4-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-01e050a6-67c7-11ec-9de4-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-01062a52-8f09-11ec-8819-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-44d710a4-6d38-11ec-b1b2-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-57361e5a-0466-11ed-9405-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-5beb3dcc-f9a4-11eb-bdfe-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-d275153c-6252-11ec-9f53-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-7733b2d6-1400-11ed-96bf-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-0f9332d6-6ec5-11ec-9210-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-2568f108-6ed0-11ec-a0d3-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-aa68474e-6d47-11ec-895b-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-8f84a6f6-6ed3-11ec-a0d3-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-28d93940-63ec-11ec-abe8-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-5678020c-13ee-11ed-b0b5-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-a6677a54-6ecb-11ec-af52-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-6956355c-f9a4-11eb-b70f-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-286d5910-6ecc-11ec-af5d-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-57da6a96-149c-11ed-950c-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-1f133e52-6d3c-11ec-8b0a-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-917fb420-0468-11ed-abfa-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-b8cbaea6-f511-11eb-a910-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-e3c3016e-63f6-11ec-8fb1-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-fca50d42-1406-11ed-ba29-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-1a56a6f4-6d48-11ec-b579-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-5233b542-617e-11ec-b3cb-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-41b5ed5c-1407-11ed-9d24-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-b0ceed42-1407-11ed-9d24-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-0d9b46ee-6eca-11ec-9f95-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-98c99d42-6ecf-11ec-a6a0-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-af226d38-6ecc-11ec-a6a0-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-3194f428-6876-11ec-9887-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-73f76f78-6310-11ec-ab81-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-bba62ed4-1406-11ed-92e7-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-39f576ae-6ec2-11ec-812d-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-b1a21d4c-63f5-11ec-948e-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-dc4d155c-6d45-11ec-b923-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-42e0283a-5f3c-11ec-b3c9-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-9da22b16-13ea-11ed-b2f3-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-0220de3a-68a5-11ec-803f-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-7088e576-6886-11ec-acef-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-99930326-6ec5-11ec-ba00-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-a798fe80-1401-11ed-96bf-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-2cbb265a-6ed1-11ec-ab31-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-1293fe52-6196-11ec-a60e-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-ee2f6c4a-6ece-11ec-bfa3-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-1854a820-6d2e-11ec-9083-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-dfb6186a-6331-11ec-8eab-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-be600354-f9a2-11eb-81c3-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-cacbe832-1400-11ed-96bf-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-e8fbbdec-6ecd-11ec-bf03-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-3e1508ea-63ea-11ec-a1b7-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-31e60428-6d47-11ec-95de-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-0549fd70-0469-11ed-b6be-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-a4043bb4-617c-11ec-94e2-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-566ba942-6ec3-11ec-9210-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-b40e0920-6ed0-11ec-af5d-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-3471bb90-f9a4-11eb-af70-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-35c95190-694a-11ec-8a8f-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-9547d9ea-6eca-11ec-820b-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-2943463c-6ed2-11ec-a0d3-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-61dd854a-6877-11ec-9103-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-9f7f1168-67d5-11ec-ba6e-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-c4896686-67ce-11ec-957d-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-0e059824-63e3-11ec-9749-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-2726b530-f9a4-11eb-987c-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-267762f2-6d3e-11ec-a28b-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-abac83dc-6ed1-11ec-bdb9-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-22ba8e3c-6ebf-11ec-a188-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-2695c3da-6192-11ec-9598-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-5ff09b5c-f9a3-11eb-81c3-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-35c95190-694a-11ec-8a8f-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-286d5910-6ecc-11ec-af5d-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-73f76f78-6310-11ec-ab81-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-aee0f246-6ec6-11ec-9210-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-86d1223a-6d31-11ec-99b8-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-43dd0df2-6d33-11ec-8e75-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-fb0b0a96-1400-11ed-92e7-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-e0e8dd72-1406-11ed-ba29-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-09954ece-6d43-11ec-b5c1-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-3194f428-6876-11ec-9887-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-819436d6-1407-11ed-ba29-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-6c7fcfe4-625f-11ec-bf54-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-ee459de0-6ec3-11ec-978c-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-8309bf8e-6874-11ec-8561-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-eda28ec6-13ea-11ed-b034-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-d2cbeeae-6d2c-11ec-9470-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-0d9b46ee-6eca-11ec-9f95-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-c4896686-67ce-11ec-957d-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-4ef2881e-f9a4-11eb-bdfe-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-9547d9ea-6eca-11ec-820b-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-a3279f28-1406-11ed-ba29-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-5c5aac70-6182-11ec-a394-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-9d069e68-67dc-11ec-8eca-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-b8cbaea6-f511-11eb-a910-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-5a777e2e-63c1-11ec-a7fe-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-20cffa7e-1407-11ed-9439-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-9da22b16-13ea-11ed-b2f3-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-c7560a3a-63d8-11ec-95e2-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-71c4aeae-6ec4-11ec-bef2-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-bf102f5c-6c9f-11ec-9422-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-a25c909c-0468-11ed-abec-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-622cedb4-6d46-11ec-b923-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-a798fe80-1401-11ed-96bf-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-d42e870e-6d43-11ec-873a-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-c84b69fc-67e9-11ec-84c5-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-1bbafa2c-6ed3-11ec-a0d3-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-d1fb9b72-67d3-11ec-b131-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-182d2054-687c-11ec-9103-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-8cca7e36-694c-11ec-8e87-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-28d93940-63ec-11ec-abe8-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-39f576ae-6ec2-11ec-812d-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-068722e8-623a-11ec-857b-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-3cc916f6-6193-11ec-8e57-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-b1a21d4c-63f5-11ec-948e-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-feda1db0-67da-11ec-a4da-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-f9b67392-630c-11ec-85e6-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-d826e976-67e6-11ec-a173-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-1aae4192-0466-11ed-9a67-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-a4043bb4-617c-11ec-94e2-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-8c6f447e-6881-11ec-a867-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-b9beca5c-13ea-11ed-b0b5-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-01062a52-8f09-11ec-8819-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-707d1fa6-5f3b-11ec-955d-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-eda28ec6-13ea-11ed-b034-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-0e059824-63e3-11ec-9749-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-3e1508ea-63ea-11ec-a1b7-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-4f03a822-67b5-11ec-acb9-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-61dd854a-6877-11ec-9103-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-5ff09b5c-f9a3-11eb-81c3-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-369a06f8-625d-11ec-8943-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-4858858c-6d42-11ec-9b73-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-1b0ac7e4-e7d0-11ec-823d-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-7f439cfa-67d7-11ec-82c3-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-563ad6fc-6d45-11ec-98fd-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-89815e86-f514-11eb-ae8a-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-aa23336c-f9a1-11eb-b70f-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-91c55136-6ec9-11ec-91fa-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-983a1fb0-687f-11ec-8a11-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-f9b67392-630c-11ec-85e6-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-fb0b0a96-1400-11ed-92e7-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-fd5f2a58-fa97-11eb-8ed5-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-11579bfc-1401-11ed-96bf-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-e3c3016e-63f6-11ec-8fb1-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-bd590b9a-f524-11eb-9c7f-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-399f0f10-f9a3-11eb-bdfe-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-857d4612-619b-11ec-871b-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-c34ee79a-5f41-11ec-8ee9-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-4435e2c0-f528-11eb-8a21-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-52c1c57c-67e5-11ec-b928-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-3369aec6-6ecd-11ec-a6a0-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-af226d38-6ecc-11ec-a6a0-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-4f03a822-67b5-11ec-acb9-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-307a080c-623c-11ec-adf6-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-e7195cbc-6d3f-11ec-a23c-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-9f7f1168-67d5-11ec-ba6e-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-8727bb20-1404-11ed-9439-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-1007e242-5f3f-11ec-8ad6-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-c5235cc8-f370-11eb-9aa6-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-6c7fcfe4-625f-11ec-bf54-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-8af988da-68a3-11ec-9f5f-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-1bbafa2c-6ed3-11ec-a0d3-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-dfb6186a-6331-11ec-8eab-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-dd330112-63f8-11ec-9a8d-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-d2cababc-63c6-11ec-9d0d-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-60a7de9e-6941-11ec-b05d-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-aba88002-5f0e-11ec-8d07-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-ff06542c-687d-11ec-9103-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-0da32676-67e9-11ec-93e0-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-1854a820-6d2e-11ec-9083-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-7dc46be4-6d44-11ec-95de-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-45efa45a-f9a3-11eb-bdfe-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-180898ac-1406-11ed-9439-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-dce158f8-67b8-11ec-b082-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-7393f4ce-172a-11ed-bc3b-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-182d2054-687c-11ec-9103-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-62f90974-5f3d-11ec-8ad6-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-a23d18ea-617d-11ec-8914-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-35e25f66-0466-11ed-abec-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-b7d0cb0a-2934-11ed-af34-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-77ea1458-1401-11ed-9439-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-e70cfee2-68ab-11ec-8524-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-d275153c-6252-11ec-9f53-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-1293fe52-6196-11ec-a60e-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-99cd1bdc-1407-11ed-9439-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-d42e870e-6d43-11ec-873a-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-4ef2881e-f9a4-11eb-bdfe-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-8af988da-68a3-11ec-9f5f-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-98636302-13ec-11ed-b0b5-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-b40e0920-6ed0-11ec-af5d-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-e82c9cd6-6330-11ec-a444-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-87a583da-13ea-11ed-a17e-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-b0ceed42-1407-11ed-9d24-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-03fac06c-13eb-11ed-b034-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-35c37a46-68a4-11ec-9900-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-7088e576-6886-11ec-acef-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-1df23c2a-6266-11ec-8d97-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-067f2650-0466-11ed-92ab-0242ac1c0005.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-80c2a036-1401-11ed-8992-0242ac1c0005.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-01e050a6-67c7-11ec-9de4-0242ac1c0006.json + 2024-10-29 - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-850f1c18-f9a0-11eb-b70f-0242ac1c0006.json + https://raw.githubusercontent.com/iodepo/odis-arch/master/collection/tempHosting/data-benguelacc/benguelacc-8349f110-6d30-11ec-8a7e-0242ac1c0006.json + 2024-10-29 - - https://raw.githubusercontent.com/iodepo/odis-arch/schema-dev-jm/code/notebooks/Exploration/data-benguelacc/benguelacc-b6236950-1400-11ed-8992-0242ac1c0005.json - - - + \ No newline at end of file diff --git a/odis-in b/odis-in index 2b9b13ac4..f8e2cd2d5 160000 --- a/odis-in +++ b/odis-in @@ -1 +1 @@ -Subproject commit 2b9b13ac4eccafa97a3c1983b52471f773254e9c +Subproject commit f8e2cd2d5a1cb547bb7026bbc9293b1cfaa848e5