Skip to main content Link Search Menu Expand Document (external link)
geoCore API / API geoCore

geoCore API / API geoCore

geoCore API / API geoCore
More information: https://helloreverb.com
Version: 1.0.0
BasePath:/
Apache 2.0
http://www.apache.org/licenses/LICENSE-2.0.html

Access

Methods

[ Jump to Models ]

Table of Contents

Analytics / Analytique

Community / Communaut

Contribute / Contribuer

Save / Sauvegarder

Search / Recherche

Translate / Traduire

Analytics / Analytique

Up
post /analytics
Post analytics event to system / Enregistrer l'événement analytique dans le système (putAnalytics)
Adds an Analytical event to the system / Ajoute un événement analytique au système Requires API Key / Nécessite une clé API

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json

Request body

body putanalytics_inner (optional)
Body Parameter — Post analytics event

Request headers

Query parameters

search (optional)
Query Parameter — Record search term used / Enregistrement du terme de recherche utilisé
theme (optional)
Query Parameter — Record theme filter used / Enregistrer le filtre thématique utilisé
filter (optional)
Query Parameter — Record type filter used / Filtre de type d'enregistrement utilisé
geo (optional)
Query Parameter — Record geospatial bounding box used for search / Enregistrer la zone de délimitation géospatiale utilisée pour la recherche
uuid (optional)
Query Parameter — Record the UUID of accessed resource data / Enregistrer l'UUID des données accédées
resource (optional)
Query Parameter — Record the resouce of accessed data / Enregistrer la ressource des données consultées
resource_type (optional)
Query Parameter — Record the resource type of accessed data / Enregistrer le type de ressource des données consultées
loc (optional)
Query Parameter — Record location of analytics event / Enregistrer l'emplacement de l'événement analytique
lang (optional)
Query Parameter — Record language of event / Enregistrer la langue de l'événement
type (optional)
Query Parameter — Record type of analytics / Enregistrer le type d'analyse
org (optional)
Query Parameter — Record organisation of accessed data / Organisation de l'enregistrement des données consultées
foundational (optional)
Query Parameter — Record if dataset is foundational / Enregistrer si l'ensemble de données est fondamental
type_filter (optional)
Query Parameter — Record if type filter was used / Enregistrer si le filtre de type a été utilisé

Responses

201

item created

400

invalid input, object invalid

409

an existing item already exists

Up
get /analytics/1
Top 10 Searches last month / Les 10 principales recherches du mois dernier (viewAnalytics1)
What are the top 10 searches in the last month? No parameters are required / Quelles sont les 10 principales recherches effectuées au cours du dernier mois ? Aucun paramètre n'est requis

Return type

Example data

Content-Type: application/json
{
  "Items" : [ {
    "search" : "Caribou",
    "count" : 45
  }, {
    "search" : "Salmon",
    "count" : 28
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Analytics results for the Top 10 Search Results in the last month / Résultats d'analyse pour les 10 premiers résultats de recherche du mois dernier getanalytics1

400

bad input parameters

Up
get /analytics/10
Item Accessed last 30 days and all time / Article consulté au cours des 30 derniers jours et tout le temps (viewAnalytics10)
How many times has this record been accessed in the last month and all time? / Combien de fois cet enregistrement a-t-il été consulté au cours du dernier mois et en tout temps ?

Query parameters

lang (optional)
Query Parameter — Language of result / Langue du résultat
uuid (optional)
Query Parameter — UUID of the record / UUID de l'enregistrement

Return type

Example data

Content-Type: application/json
{
  "Items" : [ {
    "30" : 4,
    "all" : 14
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Analytics results for record accessed last 30 days and all time / Résultats analytiques pour les enregistrements consultés au cours des 30 derniers jours et tout au long de l'année. getanalytics10

400

bad input parameters

Up
get /analytics/11
Count of total number of datasets and organization / Compte du nombre total d'ensembles de données et d'organisation (viewAnalytics11)
Number of Datasets and Contributors in total, or in a theme. / Nombre d'ensembles de données et de contributeurs au total, ou dans un thème.

Query parameters

theme (optional)
Query Parameter — Theme of data / Thème de la data

Return type

Example data

Content-Type: application/json
{
  "Items" : [ {
    "total" : 6254,
    "organizations" : 35
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Number of Datasets and Contributors in total, or in a theme. / Nombre d'ensembles de données et de contributeurs au total, ou dans un thème. getanalytics11

400

bad input parameters

Up
get /analytics/2
Number of Searches last month / Nombre de recherches effectuées le mois dernier (viewAnalytics2)
How many searches have been conducted in the last month? No parameters are required / Combien de recherches ont été effectuées au cours du dernier mois ? Aucun paramètre n'est requis

Return type

Example data

Content-Type: application/json
{
  "Items" : [ {
    "searches" : 2341
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Analytics results for the number of searches in the last month / Résultats d'analyse du nombre de recherches effectuées au cours du dernier mois getanalytics2

400

bad input parameters

Up
get /analytics/3
Number of Accesses last month / Nombre d'accès le mois dernier (viewAnalytics3)
How many times did geospatial content get accessed in the last month? No parameters are required / Combien de fois le contenu géospatial a-t-il été consulté au cours du dernier mois ? Aucun paramètre n'est requis

Return type

Example data

Content-Type: application/json
{
  "Items" : [ {
    "accesses" : 1488
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Analytics results for the number of accesses in the last month / Résultats de l'analyse du nombre d'accès au cours du dernier mois getanalytics3

400

bad input parameters

Up
get /analytics/4
Top 10 Accessed last month / Top 10 des accès du mois dernier (viewAnalytics4)
What is the top 10 accessed / used content in the last month? No parameters are required / Quels sont les 10 contenus les plus consultés / utilisés au cours du dernier mois ? Aucun paramètre n'est requis

Query parameters

lang (optional)
Query Parameter — Language of result / Langue du résultat

Return type

Example data

Content-Type: application/json
{
  "Items" : [ {
    "accesses" : 14,
    "id" : "004de02c-19f1-4da0-9af8-33f893e41972",
    "title" : "Indices of disadvantaged",
    "coordinates" : [ [ [ -79.6, 45 ], [ -57, 45 ], [ -57, 62.6 ], [ -79.6, 62.6 ], [ -79.6, 45 ] ] ],
    "description" : "The Ministry of Education (MEQ) calculates two indices of disadvantage annually for the 69 language school boards.",
    "publication_date" : "undefined",
    "keywords" : "Low income, IMSE, SFR, Settlement unit, Government information",
    "topicCategory" : "geoscientificInformation",
    "organisation" : "Government and Municipalities of Quebec"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Analytics results for the Top 10 accessed or used in the last month / Résultats d'analyse pour le Top 10 des accès ou utilisations du mois dernier getanalytics4

400

bad input parameters

Up
get /analytics/5
Top 10 Accessed all time / Les 10 meilleurs accès de tous les temps (viewAnalytics5)
What is the top 10 accessed / used content of all time? No parameters are required / Quel est le top 10 des contenus les plus consultés/utilisés de tous les temps ? Aucun paramètre n'est requis

Query parameters

lang (optional)
Query Parameter — Language of result / Langue du résultat

Return type

Example data

Content-Type: application/json
{
  "Items" : [ {
    "accesses" : 14,
    "id" : "004de02c-19f1-4da0-9af8-33f893e41972",
    "title" : "Indices of disadvantaged",
    "coordinates" : [ [ [ -79.6, 45 ], [ -57, 45 ], [ -57, 62.6 ], [ -79.6, 62.6 ], [ -79.6, 45 ] ] ],
    "description" : "The Ministry of Education (MEQ) calculates two indices of disadvantage annually for the 69 language school boards.",
    "publication_date" : "undefined",
    "keywords" : "Low income, IMSE, SFR, Settlement unit, Government information",
    "topicCategory" : "geoscientificInformation",
    "organisation" : "Government and Municipalities of Quebec"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Analytics results for the Top 10 accessed or used all time / Résultats d'analyse pour le Top 10 des accès ou utilisations les plus fréquents getanalytics5

400

bad input parameters

Up
get /analytics/6
Number of Searches previous month / Nombre de recherches le mois précédent (viewAnalytics6)
How many searches have been conducted in the previous month? No parameters are required / Combien de recherches ont été effectuées au cours du mois précédent ? Aucun paramètre n'est requis

Return type

Example data

Content-Type: application/json
{
  "Items" : [ {
    "searches" : 1488
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Analytics results for the number of searches previous month / Résultats d'analyse pour le nombre de recherches du mois précédent getanalytics6

400

bad input parameters

Up
get /analytics/7
Number of Accesses previous month / Nombre d'accès au mois précédent (viewAnalytics7)
How many times did geospatial content get accessed in the previous month? No parameters are required / Combien de fois le contenu géospatial a-t-il été consulté au cours du mois précédent ? Aucun paramètre n'est requis

Return type

Example data

Content-Type: application/json
{
  "Items" : [ {
    "accesses" : 148
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Analytics results for the number of accesses previous month / Résultats d'analyse du nombre d'accès au mois précédent getanalytics7

400

bad input parameters

Up
get /analytics/8
Top 10 Accessed in theme all time / Les 10 meilleurs accès au thème de tous les temps (viewAnalytics8)
What is the top 10 accessed / used content in theme? / Quel est le contenu le plus consulté / utilisé dans le thème ?

Query parameters

lang (optional)
Query Parameter — Language of result / Langue du résultat
theme (required)
Query Parameter — Theme of data / Thème de la data

Return type

Example data

Content-Type: application/json
{
  "Items" : [ {
    "accesses" : 14,
    "id" : "004de02c-19f1-4da0-9af8-33f893e41972",
    "title" : "Indices of disadvantaged",
    "coordinates" : [ [ [ -79.6, 45 ], [ -57, 45 ], [ -57, 62.6 ], [ -79.6, 62.6 ], [ -79.6, 45 ] ] ],
    "description" : "The Ministry of Education (MEQ) calculates two indices of disadvantage annually for the 69 language school boards.",
    "publication_date" : "undefined",
    "keywords" : "Low income, IMSE, SFR, Settlement unit, Government information",
    "topicCategory" : "geoscientificInformation",
    "organisation" : "Government and Municipalities of Quebec"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Analytics results for the Top 10 accessed or used in theme / Résultats d'analyse pour le Top 10 des accès ou utilisations dans le thème getanalytics8

400

bad input parameters

Up
get /analytics/9
Top 10 Accessed by contributor all time / Top 10 des accès par contributeur de tous les temps (viewAnalytics9)
What is the top 10 accessed / used content by contributor? / Quels sont les 10 contenus les plus consultés/utilisés par les contributeurs ?

Query parameters

lang (optional)
Query Parameter — Language of result / Langue du résultat
org (required)
Query Parameter — Organizational owner of data / Propriétaire organisationnel des données

Return type

Example data

Content-Type: application/json
[ {
  "Items" : [ {
    "accesses" : 14,
    "id" : "004de02c-19f1-4da0-9af8-33f893e41972",
    "title" : "Indices of disadvantaged",
    "coordinates" : [ [ [ -79.6, 45 ], [ -57, 45 ], [ -57, 62.6 ], [ -79.6, 62.6 ], [ -79.6, 45 ] ] ],
    "description" : "The Ministry of Education (MEQ) calculates two indices of disadvantage annually for the 69 language school boards.",
    "publication_date" : "undefined",
    "keywords" : "Low income, IMSE, SFR, Settlement unit, Government information",
    "topicCategory" : "geoscientificInformation",
    "organisation" : "Government and Municipalities of Quebec"
  } ]
}, {
  "Items" : [ {
    "accesses" : 14,
    "id" : "004de02c-19f1-4da0-9af8-33f893e41972",
    "title" : "Indices of disadvantaged",
    "coordinates" : [ [ [ -79.6, 45 ], [ -57, 45 ], [ -57, 62.6 ], [ -79.6, 62.6 ], [ -79.6, 45 ] ] ],
    "description" : "The Ministry of Education (MEQ) calculates two indices of disadvantage annually for the 69 language school boards.",
    "publication_date" : "undefined",
    "keywords" : "Low income, IMSE, SFR, Settlement unit, Government information",
    "topicCategory" : "geoscientificInformation",
    "organisation" : "Government and Municipalities of Quebec"
  } ]
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Analytics results for the Top 10 accessed or used by contributor / Résultats d'analyse pour le Top 10 des accès ou utilisations par contributeur getanalytics9

400

bad input parameters

Community / Communaut

Up
post /community/add
Add community information / Ajouter des informations sur la communauté (communityAdd)
Add community information to the system. Requires API key. / Ajoutez des informations sur la communauté au système. Nécessite une clé API.

Request headers

Query parameters

name (optional)
Query Parameter — The name of the community / Le nom de la communauté
description (optional)
Query Parameter — The description of the community. / La description de la communauté.
keywords (optional)
Query Parameter — Community keywords and topics that will help members find communities of interest to them. / Mots-clés et sujets de la communauté qui aideront les membres à trouver les communautés qui les intéressent.

Return type

Example data

Content-Type: application/json
{
  "keywords" : [ {
    "en" : "History, Imagery, Historical, Historical Research, Research, Change",
    "fr" : "Histoire, Imagerie, Historique, Recherche historique, Recherche, Changement"
  }, {
    "en" : "History, Imagery, Historical, Historical Research, Research, Change",
    "fr" : "Histoire, Imagerie, Historique, Recherche historique, Recherche, Changement"
  } ],
  "name" : [ {
    "en" : "Historical Imagery",
    "fr" : "Imagerie historique"
  }, {
    "en" : "Historical Imagery",
    "fr" : "Imagerie historique"
  } ],
  "description" : [ {
    "en" : "A community for those who are interested in the historical imagery of Canada",
    "fr" : "Une communauté pour ceux qui s'intéressent à l'imagerie historique du Canada"
  }, {
    "en" : "A community for those who are interested in the historical imagery of Canada",
    "fr" : "Une communauté pour ceux qui s'intéressent à l'imagerie historique du Canada"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Add a community to the system / Ajouter une communauté au système community_add

400

bad input parameters

Up
post /community/announcements/add
Add announcement to community / Ajouter une annonce à la communauté (communityAddAnnouncements)
Add announcement to community / Ajouter une annonce à la communauté

Request headers

Query parameters

communityId (optional)
Query Parameter — community Id of the community the announcement is being added to. / ID de communauté de la communauté à laquelle l'annonce est ajoutée.
announcement (optional)
Query Parameter — Announcement that is being added to the community / Annonce ajoutée à la communauté
userId (optional)
Query Parameter — userId who is making the announcement / userId qui fait l'annonce

Return type

Example data

Content-Type: application/json
{
  "communityId" : "communityId",
  "userId" : "userId",
  "announcement" : [ {
    "en" : "New Data added!",
    "fr" : "Nouvelles données ajoutées!"
  }, {
    "en" : "New Data added!",
    "fr" : "Nouvelles données ajoutées!"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Add an announcement to a community in the system / Ajouter une annonce à une communauté dans le système community_announcement_add

400

bad input parameters

Up
post /community/data/add
Add data to community / Ajouter des données à la communauté (communityAddData)
Add data to community / Ajouter des données à la communauté

Request headers

Query parameters

communityId (optional)
Query Parameter — community Id of the community the data is being added to. / ID de communauté de la communauté à laquelle les données sont ajoutées.
uuid (optional)
Query Parameter — uuid of the data that is being added to the system / uuid des données ajoutées au système

Return type

Example data

Content-Type: application/json
{
  "communityId" : "communityId",
  "uuid" : "uuid"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Add data to community / Ajouter des données à la communauté community_data_add

400

bad input parameters

Up
post /community/add_member
Add member to community / Ajouter un membre à la communauté (communityAddMember)
Add member's userId to community role table in the system. Requires API key. / Ajoutez l'ID utilisateur du membre à la table des rôles de la communauté dans le système. Nécessite une clé API.

Request headers

Query parameters

userId (optional)
Query Parameter — Id of the user to be added in the system / Identifiant de l'utilisateur à ajouter dans le système
role (optional)
Query Parameter — Role of the user to be added in the system / Rôle de l'utilisateur à ajouter dans le système
communityId (optional)
Query Parameter — CommunityId of the community that the user is being added to / CommunityId de la communauté à laquelle l'utilisateur est ajouté

Return type

Example data

Content-Type: application/json
{
  "role" : "role",
  "communityId" : "communityId",
  "userId" : "userId"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Add a member to a community in the system / Ajouter un membre à une communauté dans le système community_add_member

400

bad input parameters

Up
post /community/resources/add
Add resource to community / Ajouter une ressource à la communauté (communityAddResource)
Add external resource to the community. Requires API key. / Ajouter une ressource externe à la communauté. Nécessite une clé API.

Request headers

Query parameters

communityId (optional)
Query Parameter — community Id of the community the resource is being added to. / ID de communauté de la communauté à laquelle la ressource est ajoutée.
resource_link (optional)
Query Parameter — Link to the resource that is being added / Lien vers la ressource qui est ajoutée
resource_name (optional)
Query Parameter — Name of the resource that is being added / Nom de la ressource qui est ajoutée
resource_description (optional)
Query Parameter — description of the resource that is being added / description de la ressource ajoutée

Return type

Example data

Content-Type: application/json
{
  "resource_link" : [ {
    "en" : "https://www.nrcan.gc.ca/science-and-data/science-and-research/earth-sciences/geography/topographic-information/geobase-surface-water-program-geeau/20969",
    "fr" : "https://www.rncan.gc.ca/science-et-donnees/science-et-recherche/sciences-terre/geographie/information-topographique/programme-geobase-eaux-surface-geeau/20970?_gl=1*t4mr4t*_ga*Mjc4MzY2MDMuMTY3MzUzMjU4OA..*_ga_C2N57Y7DX5*MTY3NDA5NTY3OS4xLjAuMTY3NDA5NTY3OS4wLjAuMA.."
  }, {
    "en" : "https://www.nrcan.gc.ca/science-and-data/science-and-research/earth-sciences/geography/topographic-information/geobase-surface-water-program-geeau/20969",
    "fr" : "https://www.rncan.gc.ca/science-et-donnees/science-et-recherche/sciences-terre/geographie/information-topographique/programme-geobase-eaux-surface-geeau/20970?_gl=1*t4mr4t*_ga*Mjc4MzY2MDMuMTY3MzUzMjU4OA..*_ga_C2N57Y7DX5*MTY3NDA5NTY3OS4xLjAuMTY3NDA5NTY3OS4wLjAuMA.."
  } ],
  "resource_description" : [ {
    "en" : "With 20% of the world's total freshwater resources, Canada has a responsibility to do it right. That is why the GeoBase Surface Water Program (GeEAU) of Natural Resources Canada (NRCan) is deploying its resources to provide data, services and expertise to address water issues.",
    "fr" : "Comme il abrite 20% des ressources mondiales en eau douce, le Canada a le devoir de bien faire les choses. C’est pourquoi le Programme GéoBase des eaux de surface (GéEAU) de Ressources naturelles Canada (RNCan) déploie ses ressources pour fournir des données, des services et son expertise au service des enjeux liés à l’eau."
  }, {
    "en" : "With 20% of the world's total freshwater resources, Canada has a responsibility to do it right. That is why the GeoBase Surface Water Program (GeEAU) of Natural Resources Canada (NRCan) is deploying its resources to provide data, services and expertise to address water issues.",
    "fr" : "Comme il abrite 20% des ressources mondiales en eau douce, le Canada a le devoir de bien faire les choses. C’est pourquoi le Programme GéoBase des eaux de surface (GéEAU) de Ressources naturelles Canada (RNCan) déploie ses ressources pour fournir des données, des services et son expertise au service des enjeux liés à l’eau."
  } ],
  "communityId" : "12345",
  "resource_name" : [ {
    "en" : "GeoBase Surface Water Program (GeEAU)",
    "fr" : "Programme GéoBase des eaux de surface (GéEAU)"
  }, {
    "en" : "GeoBase Surface Water Program (GeEAU)",
    "fr" : "Programme GéoBase des eaux de surface (GéEAU)"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Add a resource to a community in the system / Ajouter une ressource à une communauté dans le système community_resource_add

400

bad input parameters

Up
post /community/announcements/delete
Delete announcement from community / Supprimer l'annonce de la communauté (communityDeleteAnnouncements)
Delete announcement from community / Supprimer l'annonce de la communauté

Request headers

Query parameters

key (optional)
Query Parameter — Key of the announcement in the community / Clé de l'annonce dans la communauté

Return type

Example data

Content-Type: application/json
{
  "key" : "key"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Delete announcement / Supprimer l'annonce community_delete_announcement

400

bad input parameters

Up
post /community/data/delete
Delete data from community / Supprimer les données de la communauté (communityDeleteData)
Delete data from community / Supprimer les données de la communauté

Request headers

Query parameters

key (optional)
Query Parameter — Key of the data in the community / Clé des données dans la communauté

Return type

Example data

Content-Type: application/json
{
  "key" : "key"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Delete data from community / Supprimer les données de la communauté community_delete_data

400

bad input parameters

Up
post /community/delete_member
Delete member from community / Supprimer un membre de la communauté (communityDeleteMember)
Delete member from community / Supprimer un membre de la communauté

Request headers

Query parameters

key (optional)
Query Parameter — Key of the member in the community role table / Clé du membre dans la table des rôles de la communauté

Return type

Example data

Content-Type: application/json
{
  "key" : "key"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Delete community member / Supprimer un membre de la communauté community_delete_member

400

bad input parameters

Up
post /community/resource/delete
Delete resource from community / Supprimer la ressource de la communauté (communityDeleteResource)
Delete resource from community / Supprimer la ressource de la communauté

Request headers

Query parameters

key (optional)
Query Parameter — Key of the resource in the community / Clé de la ressource dans la communauté

Return type

Example data

Content-Type: application/json
{
  "key" : "key"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Delete Resource / Supprimer la ressource community_delete_resource

400

bad input parameters

Up
post /community/edit
Edit community information / Modifier les informations de la communauté (communityEdit)
Edit community information in the system. Requires API key. / Modifier les informations de la communauté dans le système. Nécessite une clé API.

Request headers

Query parameters

name (optional)
Query Parameter — The name of the community / Le nom de la communauté
description (optional)
Query Parameter — The description of the community. / La description de la communauté.
keywords (optional)
Query Parameter — Community keywords and topics that will help members find communities of interest to them. / Mots-clés et sujets de la communauté qui aideront les membres à trouver les communautés qui les intéressent.

Return type

Example data

Content-Type: application/json
{
  "keywords" : [ {
    "en" : "History, Imagery, Historical, Historical Research, Research, Change",
    "fr" : "Histoire, Imagerie, Historique, Recherche historique, Recherche, Changement"
  }, {
    "en" : "History, Imagery, Historical, Historical Research, Research, Change",
    "fr" : "Histoire, Imagerie, Historique, Recherche historique, Recherche, Changement"
  } ],
  "name" : [ {
    "en" : "Historical Imagery",
    "fr" : "Imagerie historique"
  }, {
    "en" : "Historical Imagery",
    "fr" : "Imagerie historique"
  } ],
  "description" : [ {
    "en" : "A community for those who are interested in the historical imagery of Canada",
    "fr" : "Une communauté pour ceux qui s'intéressent à l'imagerie historique du Canada"
  }, {
    "en" : "A community for those who are interested in the historical imagery of Canada",
    "fr" : "Une communauté pour ceux qui s'intéressent à l'imagerie historique du Canada"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Edit a community in the system / Modifier une communauté dans le système community_edit

400

bad input parameters

Up
post /community/announcements/edit
Edit announcement in community / Modifier l'annonce dans la communauté (communityEditAnnouncements)
Edit announcement in community / Modifier l'annonce dans la communauté

Request headers

Query parameters

key (optional)
Query Parameter — key of the announcement that is being edited / clé de l'annonce en cours d'édition
announcement (optional)
Query Parameter — Announcement that is being added to the community / Annonce ajoutée à la communauté
userId (optional)
Query Parameter — userId who is making the announcement / userId qui fait l'annonce

Return type

Example data

Content-Type: application/json
{
  "userId" : "userId",
  "key" : "key",
  "announcement" : [ {
    "en" : "New Data added!",
    "fr" : "Nouvelles données ajoutées!"
  }, {
    "en" : "New Data added!",
    "fr" : "Nouvelles données ajoutées!"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Edit a community announcement / Modifier une annonce communautaire community_announcement_edit

400

bad input parameters

Up
post /community/edit_member
Add member to community / Ajouter un membre à la communauté (communityEditMember)
Edit member's role in the community role table in the system. Requires API key. / Modifiez le rôle du membre dans le tableau des rôles de la communauté dans le système. Nécessite une clé API.

Request headers

Query parameters

key (optional)
Query Parameter — uuid of the user in the community roles table / uuid de l'utilisateur dans la table des rôles de la communauté
role (optional)
Query Parameter — Role of the user to be edited in the system / Rôle de l'utilisateur à modifier dans le système

Return type

Example data

Content-Type: application/json
{
  "role" : "role",
  "key" : "key"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Edit member role in the community / Modifier le rôle de membre dans la communauté community_edit_member

400

bad input parameters

Up
post /community/resources/edit
Edit resource in community / Modifier la ressource dans la communauté (communityEditResource)
Edit external resource in the community. Requires API key. / Modifier la ressource externe dans la communauté. Nécessite une clé API.

Request headers

Query parameters

key (optional)
Query Parameter — key of the resource that is being edited / clé de la ressource en cours d'édition
resource_link (optional)
Query Parameter — Link to the resource that is being edited / Lien vers la ressource en cours de modification
resource_name (optional)
Query Parameter — Name of the resource that is being edited / Nom de la ressource en cours de modification
resource_description (optional)
Query Parameter — description of the resource that is being edited / description de la ressource en cours d'édition

Return type

Example data

Content-Type: application/json
{
  "resource_link" : [ {
    "en" : "https://www.nrcan.gc.ca/science-and-data/science-and-research/earth-sciences/geography/topographic-information/geobase-surface-water-program-geeau/20969",
    "fr" : "https://www.rncan.gc.ca/science-et-donnees/science-et-recherche/sciences-terre/geographie/information-topographique/programme-geobase-eaux-surface-geeau/20970?_gl=1*t4mr4t*_ga*Mjc4MzY2MDMuMTY3MzUzMjU4OA..*_ga_C2N57Y7DX5*MTY3NDA5NTY3OS4xLjAuMTY3NDA5NTY3OS4wLjAuMA.."
  }, {
    "en" : "https://www.nrcan.gc.ca/science-and-data/science-and-research/earth-sciences/geography/topographic-information/geobase-surface-water-program-geeau/20969",
    "fr" : "https://www.rncan.gc.ca/science-et-donnees/science-et-recherche/sciences-terre/geographie/information-topographique/programme-geobase-eaux-surface-geeau/20970?_gl=1*t4mr4t*_ga*Mjc4MzY2MDMuMTY3MzUzMjU4OA..*_ga_C2N57Y7DX5*MTY3NDA5NTY3OS4xLjAuMTY3NDA5NTY3OS4wLjAuMA.."
  } ],
  "resource_description" : [ {
    "en" : "With 20% of the world's total freshwater resources, Canada has a responsibility to do it right. That is why the GeoBase Surface Water Program (GeEAU) of Natural Resources Canada (NRCan) is deploying its resources to provide data, services and expertise to address water issues.",
    "fr" : "Comme il abrite 20% des ressources mondiales en eau douce, le Canada a le devoir de bien faire les choses. C’est pourquoi le Programme GéoBase des eaux de surface (GéEAU) de Ressources naturelles Canada (RNCan) déploie ses ressources pour fournir des données, des services et son expertise au service des enjeux liés à l’eau."
  }, {
    "en" : "With 20% of the world's total freshwater resources, Canada has a responsibility to do it right. That is why the GeoBase Surface Water Program (GeEAU) of Natural Resources Canada (NRCan) is deploying its resources to provide data, services and expertise to address water issues.",
    "fr" : "Comme il abrite 20% des ressources mondiales en eau douce, le Canada a le devoir de bien faire les choses. C’est pourquoi le Programme GéoBase des eaux de surface (GéEAU) de Ressources naturelles Canada (RNCan) déploie ses ressources pour fournir des données, des services et son expertise au service des enjeux liés à l’eau."
  } ],
  "resource_name" : [ {
    "en" : "GeoBase Surface Water Program (GeEAU)",
    "fr" : "Programme GéoBase des eaux de surface (GéEAU)"
  }, {
    "en" : "GeoBase Surface Water Program (GeEAU)",
    "fr" : "Programme GéoBase des eaux de surface (GéEAU)"
  } ],
  "key" : "key"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Edit a community resource / Modifier une ressource communautaire community_resource_edit

400

bad input parameters

Up
get /community/get
Get community information / Obtenir des informations sur la communauté (communityGet)
Get community information from the system. Requires API key. / Obtenez des informations sur la communauté à partir du système. Nécessite une clé API.

Query parameters

communityId (optional)
Query Parameter — Id of the Community used in the system / Identifiant de la communauté utilisé dans le système

Return type

Example data

Content-Type: application/json
{
  "keywords" : [ {
    "en" : "History, Imagery, Historical, Historical Research, Research, Change",
    "fr" : "Histoire, Imagerie, Historique, Recherche historique, Recherche, Changement"
  }, {
    "en" : "History, Imagery, Historical, Historical Research, Research, Change",
    "fr" : "Histoire, Imagerie, Historique, Recherche historique, Recherche, Changement"
  } ],
  "name" : [ {
    "en" : "Historical Imagery",
    "fr" : "Imagerie historique"
  }, {
    "en" : "Historical Imagery",
    "fr" : "Imagerie historique"
  } ],
  "description" : [ {
    "en" : "A community for those who are interested in the historical imagery of Canada",
    "fr" : "Une communauté pour ceux qui s'intéressent à l'imagerie historique du Canada"
  }, {
    "en" : "A community for those who are interested in the historical imagery of Canada",
    "fr" : "Une communauté pour ceux qui s'intéressent à l'imagerie historique du Canada"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Get a community in the system / Obtenir une communauté dans le système community_add

400

bad input parameters

Up
get /community/announcements/get
Get community announcements / Recevez les annonces de la communauté (communityGetAnnouncements)
Get community announcements / Recevez les annonces de la communauté

Query parameters

communityId (optional)
Query Parameter — Id of the Community used in the system / Identifiant de la communauté utilisé dans le système

Return type

Example data

Content-Type: application/json
{
  "communityId" : "communityId"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Get community announcements / Recevez les annonces de la communauté community_get_announcement

400

bad input parameters

Up
get /community/data/get
Get community data / Obtenir les données de la communauté (communityGetData)
Get community data / Obtenir les données de la communauté

Query parameters

communityId (optional)
Query Parameter — Id of the Community used in the system / Identifiant de la communauté utilisé dans le système

Return type

Example data

Content-Type: application/json
{
  "communityId" : "communityId"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Get community data / Obtenir les données de la communauté community_get_data

400

bad input parameters

Up
get /community/get_member
Get members of a community / Obtenir des membres d'une communauté (communityGetMember)
Get members of a community from communityId / Obtenir les membres d'une communauté à partir de communityId

Query parameters

communityId (optional)
Query Parameter — Id of the Community used in the system / Identifiant de la communauté utilisé dans le système

Return type

Example data

Content-Type: application/json
{
  "communityId" : "communityId"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Get community members / Obtenir des membres de la communauté community_get_member

400

bad input parameters

Up
get /community/resources/get
Get community resources / Obtenir des ressources communautaires (communityGetResources)
Get community resources / Obtenir des ressources communautaires

Query parameters

communityId (optional)
Query Parameter — Id of the Community used in the system / Identifiant de la communauté utilisé dans le système

Return type

Example data

Content-Type: application/json
{
  "communityId" : "communityId"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Get community resources / Obtenir des ressources communautaires community_get_resource

400

bad input parameters

Up
get /community/my_community/announcements
Get community announcements for user / Recevez les annonces de la communauté pour l'utilisateur (myCommunityGetAnnouncements)
Get community announcements for user / Recevez les annonces de la communauté pour l'utilisateur

Query parameters

userId (optional)
Query Parameter — userId in the system / ID utilisateur dans le système

Return type

Example data

Content-Type: application/json
{
  "userId" : "userId"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Get community announcements for user / Recevez les annonces de la communauté pour l'utilisateur my_community_get_announcements

400

bad input parameters

Up
get /community/my_community/data
Get community data for user / Obtenir les données de la communauté pour l'utilisateur (myCommunityGetData)
Get community data for user / Obtenir les données de la communauté pour l'utilisateur

Query parameters

userId (optional)
Query Parameter — userId in the system / ID utilisateur dans le système

Return type

Example data

Content-Type: application/json
{
  "userId" : "userId"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Get community data for user / Obtenir les données de la communauté pour l'utilisateur my_community_get_data

400

bad input parameters

Up
get /community/my_community/resources
Get community resources for user / Obtenir des ressources communautaires pour l'utilisateur (myCommunityGetResources)
Get community resources for user / Obtenir des ressources communautaires pour l'utilisateur

Query parameters

userId (optional)
Query Parameter — userId in the system / ID utilisateur dans le système

Return type

Example data

Content-Type: application/json
{
  "userId" : "userId"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Get community resources for user / Obtenir des ressources communautaires pour l'utilisateur my_community_get_resources

400

bad input parameters

Contribute / Contribuer

Up
post /contribute/plugin
Contribute plugin configuration to the system / Contribuer à la configuration du plugin sur le système (contribute)
Contribute plugin configuration for a specific UUID to the system. Requires API Key. / Contribuer à la configuration du plug-in pour un UUID spécifique au système. Nécessite une clé API

Request headers

Query parameters

uuid (optional)
Query Parameter — The UUID of the metadata item where Plugin Configuration is being added / L'UUID de l'élément de métadonnées où la configuration du plug-in est ajoutée
plugin_config (optional)
Query Parameter — The JSON Plugin Configuration for GeoView. This should include all languages required as per standard Plugin Configuration Schema.

Return type

Example data

Content-Type: application/json
[ [ {
  "uuid" : "21b821cf-0f1c-40ee-8925-eab12d357668"
}, {
  "plugin_config" : "{ \"rangeSlider\": {\n      \"enable\": false,\n      \"open\": true,\n      \"controls\": [\n        \"lock\",\n        \"delay\"\n      ],\n      \"params\": {\n        \"type\": \"number\",\n        \"delay\": \"3000\",\n        \"rangeType\": \"dual\",\n        \"stepType\": \"dynamic\",\n        \"precision\": \"0\",\n        \"rangeInterval\": -1,\n        \"startRangeEnd\": false,\n        \"range\": {\n          \"min\": 0,\n          \"max\": 1\n        },\n        \"limit\": {\n          \"min\": 0,\n          \"max\": 1,\n          \"staticItems\": []\n        },\n        \"units\": \"\"\n      },\n      \"maximize\": true,\n      \"maximizeDesc\": true,\n      \"autorun\": false,\n      \"loop\": false,\n      \"reverse\": false,\n      \"lock\": false\n    },\n    \"coordInfo\": {\n      \"enable\": false\n    },\n    \"areasOfInterest\": {\n      \"enable\": false\n    },\n    \"chart\": {\n      \"enable\": true,\n      \"type\": \"line\",\n      \"title\": {\n        \"en\": \"Hi! - Airborne Radioactivity\",\n        \"fr\": \"Radioactivité de l'air\"\n      },\n      \"options\": {\n        \"colors\": \"\",\n        \"cutOut\": 0\n      },\n      \"axis\": {\n        \"xAxis\": {\n          \"title\": {\n            \"en\": \"Date\",\n            \"fr\": \"Date\"\n          },\n          \"type\": \"date\",\n          \"values\": \"\",\n          \"split\": \";\"\n        },\n        \"yAxis\": {\n          \"title\": {\n            \"en\": \"Concentration (mBq/m³)\",\n            \"fr\": \"Concentration (mBq/m³)\"\n          },\n          \"type\": \"linear\",\n          \"values\": \"\",\n          \"split\": \";\"\n        }\n      },\n      \"layers\": [\n        {\n          \"type\": \"link\",\n          \"details\": {\n            \"enabled\": false\n          },\n          \"id\": {\n            \"en\": \"Airborne Radioactivity***13d293f4\",\n            \"fr\": \"Radioactivité  de l'air***13d293f4\"\n          },\n          \"nameField\": {\n            \"en\": \"Location_Emplacement\",\n            \"fr\": \"Location_Emplacement\"\n          },\n          \"linkUrl\": {\n            \"en\": \"https://maps-cartes.services.geo.ca/server_serveur/rest/services/HC/airborne_radioactivity_chart_en/MapServer/3\",\n            \"fr\": \"https://maps-cartes.services.geo.ca/server_serveur/rest/services/HC/airborne_radioactivity_chart_fr/MapServer/3\"\n          },\n          \"linkField\": {\n            \"en\": \"Location_Emplacement\",\n            \"fr\": \"Location_Emplacement\"\n          },\n          \"data\": [\n            {\n              \"type\": \"combine\",\n              \"linkType\": \"multi\",\n              \"label\": {\n                \"type\": \"config\",\n                \"values\": {\n                  \"en\": \"Activity\",\n                  \"fr\": \"Activité\"\n                },\n                \"split\": \";\"\n              },\n              \"regex\": \"\\\\(|\\\\),\\\\(|\\\\)\",\n              \"split\": \",\",\n              \"prefix\": \"\",\n              \"suffix\": \"mBq/m³\",\n              \"link\": {\n                \"en\": \"Location_Emplacement\",\n                \"fr\": \"Location_Emplacement\"\n              },\n              \"date\": {\n                \"en\": \"CollectionStart_DebutPrelevement\",\n                \"fr\": \"CollectionStart_DebutPrelevement\"\n              },\n              \"measure\": {\n                \"en\": \"Activity_Activite_mBqm3\",\n                \"fr\": \"Activity_Activite_mBqm3\"\n              },\n              \"values\": {\n                \"en\": \"Radionuclide_Radionucleide\",\n                \"fr\": \"Radionuclide_Radionucleide\"\n              }\n            }\n          ]\n        }\n      ],\n      \"labelsPie\": {\n        \"type\": \"config\",\n        \"values\": \"\",\n        \"split\": \";\"\n      }\n    },\n    \"swiper\": {\n      \"enable\": false,\n      \"type\": \"vertical\",\n      \"keyboardOffset\": 10\n    },\n    \"draw\": {\n      \"enable\": false,\n      \"open\": true,\n      \"tools\": [\n        \"picker\",\n        \"point\",\n        \"polyline\",\n        \"polygon\",\n        \"edit\",\n        \"measure\",\n        \"extent\",\n        \"write\",\n        \"read\"\n      ]\n    },\n    \"thematicSlider\": {\n      \"enable\": false,\n      \"open\": true,\n      \"autorun\": false,\n      \"loop\": false,\n      \"description\": true,\n      \"slider\": true,\n      \"stack\": false,\n      \"legendStack\": true\n    }\n  }\n}"
} ], [ {
  "uuid" : "21b821cf-0f1c-40ee-8925-eab12d357668"
}, {
  "plugin_config" : "{ \"rangeSlider\": {\n      \"enable\": false,\n      \"open\": true,\n      \"controls\": [\n        \"lock\",\n        \"delay\"\n      ],\n      \"params\": {\n        \"type\": \"number\",\n        \"delay\": \"3000\",\n        \"rangeType\": \"dual\",\n        \"stepType\": \"dynamic\",\n        \"precision\": \"0\",\n        \"rangeInterval\": -1,\n        \"startRangeEnd\": false,\n        \"range\": {\n          \"min\": 0,\n          \"max\": 1\n        },\n        \"limit\": {\n          \"min\": 0,\n          \"max\": 1,\n          \"staticItems\": []\n        },\n        \"units\": \"\"\n      },\n      \"maximize\": true,\n      \"maximizeDesc\": true,\n      \"autorun\": false,\n      \"loop\": false,\n      \"reverse\": false,\n      \"lock\": false\n    },\n    \"coordInfo\": {\n      \"enable\": false\n    },\n    \"areasOfInterest\": {\n      \"enable\": false\n    },\n    \"chart\": {\n      \"enable\": true,\n      \"type\": \"line\",\n      \"title\": {\n        \"en\": \"Hi! - Airborne Radioactivity\",\n        \"fr\": \"Radioactivité de l'air\"\n      },\n      \"options\": {\n        \"colors\": \"\",\n        \"cutOut\": 0\n      },\n      \"axis\": {\n        \"xAxis\": {\n          \"title\": {\n            \"en\": \"Date\",\n            \"fr\": \"Date\"\n          },\n          \"type\": \"date\",\n          \"values\": \"\",\n          \"split\": \";\"\n        },\n        \"yAxis\": {\n          \"title\": {\n            \"en\": \"Concentration (mBq/m³)\",\n            \"fr\": \"Concentration (mBq/m³)\"\n          },\n          \"type\": \"linear\",\n          \"values\": \"\",\n          \"split\": \";\"\n        }\n      },\n      \"layers\": [\n        {\n          \"type\": \"link\",\n          \"details\": {\n            \"enabled\": false\n          },\n          \"id\": {\n            \"en\": \"Airborne Radioactivity***13d293f4\",\n            \"fr\": \"Radioactivité  de l'air***13d293f4\"\n          },\n          \"nameField\": {\n            \"en\": \"Location_Emplacement\",\n            \"fr\": \"Location_Emplacement\"\n          },\n          \"linkUrl\": {\n            \"en\": \"https://maps-cartes.services.geo.ca/server_serveur/rest/services/HC/airborne_radioactivity_chart_en/MapServer/3\",\n            \"fr\": \"https://maps-cartes.services.geo.ca/server_serveur/rest/services/HC/airborne_radioactivity_chart_fr/MapServer/3\"\n          },\n          \"linkField\": {\n            \"en\": \"Location_Emplacement\",\n            \"fr\": \"Location_Emplacement\"\n          },\n          \"data\": [\n            {\n              \"type\": \"combine\",\n              \"linkType\": \"multi\",\n              \"label\": {\n                \"type\": \"config\",\n                \"values\": {\n                  \"en\": \"Activity\",\n                  \"fr\": \"Activité\"\n                },\n                \"split\": \";\"\n              },\n              \"regex\": \"\\\\(|\\\\),\\\\(|\\\\)\",\n              \"split\": \",\",\n              \"prefix\": \"\",\n              \"suffix\": \"mBq/m³\",\n              \"link\": {\n                \"en\": \"Location_Emplacement\",\n                \"fr\": \"Location_Emplacement\"\n              },\n              \"date\": {\n                \"en\": \"CollectionStart_DebutPrelevement\",\n                \"fr\": \"CollectionStart_DebutPrelevement\"\n              },\n              \"measure\": {\n                \"en\": \"Activity_Activite_mBqm3\",\n                \"fr\": \"Activity_Activite_mBqm3\"\n              },\n              \"values\": {\n                \"en\": \"Radionuclide_Radionucleide\",\n                \"fr\": \"Radionuclide_Radionucleide\"\n              }\n            }\n          ]\n        }\n      ],\n      \"labelsPie\": {\n        \"type\": \"config\",\n        \"values\": \"\",\n        \"split\": \";\"\n      }\n    },\n    \"swiper\": {\n      \"enable\": false,\n      \"type\": \"vertical\",\n      \"keyboardOffset\": 10\n    },\n    \"draw\": {\n      \"enable\": false,\n      \"open\": true,\n      \"tools\": [\n        \"picker\",\n        \"point\",\n        \"polyline\",\n        \"polygon\",\n        \"edit\",\n        \"measure\",\n        \"extent\",\n        \"write\",\n        \"read\"\n      ]\n    },\n    \"thematicSlider\": {\n      \"enable\": false,\n      \"open\": true,\n      \"autorun\": false,\n      \"loop\": false,\n      \"description\": true,\n      \"slider\": true,\n      \"stack\": false,\n      \"legendStack\": true\n    }\n  }\n}"
} ] ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

The plugin configuration associated with an UUID / La configuration du plugin associée à un UUID plugin_config

400

bad input parameters

Up
post /contribute/geonetwork
Contribute plugin configuration to the system / Contribuer à la configuration du plugin sur le système (geonetwork)
Contribute plugin configuration for a specific UUID to the system. Requires API Key. / Contribuer à la configuration du plug-in pour un UUID spécifique au système. Nécessite une clé API

Request headers

Query parameters

uuid (optional)
Query Parameter — The UUID of the metadata item from the geonetwork instance / L'UUID de l'élément de métadonnées de l'instance de géoréseau
source_code (optional)
Query Parameter — The source code provided to you're geonetwork instance by the geocore team. / Le code source fourni à votre instance geonetwork par l'équipe geocore.
item (optional)
Query Parameter — The Geonetwork JSON File to be added to the system. / Le fichier Geonetwork JSON à ajouter au système

Return type

Example data

Content-Type: application/json
[ [ {
  "uuid" : "21b821cf-0f1c-40ee-8925-eab12d357668"
}, {
  "source_code" : 1213
}, {
  "item" : "{\n    \"@xmlns\": \"http://www.isotc211.org/2005/gmd\",\n    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n    \"@xmlns:gfc\": \"http://www.isotc211.org/2005/gfc\",\n    \"@xmlns:gmd\": \"http://www.isotc211.org/2005/gmd\",\n    \"@xmlns:gmi\": \"http://www.isotc211.org/2005/gmi\",\n    \"@xmlns:gml\": \"http://www.opengis.net/gml/3.2\",\n    \"@xmlns:gmx\": \"http://www.isotc211.org/2005/gmx\",\n    \"@xmlns:gsr\": \"http://www.isotc211.org/2005/gsr\",\n    \"@xmlns:gss\": \"http://www.isotc211.org/2005/gss\",\n    \"@xmlns:gts\": \"http://www.isotc211.org/2005/gts\",\n    \"@xmlns:srv\": \"http://www.isotc211.org/2005/srv\",\n    \"@xmlns:xlink\": \"http://www.w3.org/1999/xlink\",\n    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n    \"@xsi:schemaLocation\": \"http://www.isotc211.org/2005/gmd http://nap.geogratis.gc.ca/metadata/tools/schemas/metadata/can-cgsb-171.100-2009-a/gmd/gmd.xsd http://www.isotc211.org/2005/srv http://nap.geogratis.gc.ca/metadata/tools/schemas/metadata/can-cgsb-171.100-2009-a/srv/srv.xsd http://www.geconnections.org/nap/napMetadataTools/napXsd/napm http://nap.geogratis.gc.ca/metadata/tools/schemas/metadata/can-cgsb-171.100-2009-a/napm/napm.xsd\",\n    \"gmd:fileIdentifier\": {\n        \"gco:CharacterString\": {\n            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n            \"#text\": \"000183ed-8864-42f0-ae43-c4313a860720\"\n        }\n    },\n    \"gmd:language\": {\n        \"gco:CharacterString\": {\n            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n            \"#text\": \"eng; CAN\"\n        }\n    },\n    \"gmd:characterSet\": {\n        \"gmd:MD_CharacterSetCode\": {\n            \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_95\",\n            \"@codeListValue\": \"RI_458\",\n            \"#text\": \"utf8; utf8\"\n        }\n    },\n    \"gmd:hierarchyLevel\": {\n        \"gmd:MD_ScopeCode\": {\n            \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_108\",\n            \"@codeListValue\": \"RI_623\",\n            \"#text\": \"series; série\"\n        }\n    },\n    \"gmd:contact\": {\n        \"gmd:CI_ResponsibleParty\": {\n            \"gmd:individualName\": {\n                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                \"@gco:nilReason\": \"missing\",\n                \"gco:CharacterString\": null\n            },\n            \"gmd:organisationName\": {\n                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                \"gco:CharacterString\": {\n                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                    \"#text\": \"Government of Canada; Natural Resources Canada; Lands and Minerals Sector\"\n                },\n                \"gmd:PT_FreeText\": {\n                    \"gmd:textGroup\": {\n                        \"gmd:LocalisedCharacterString\": {\n                            \"@locale\": \"#fra\",\n                            \"#text\": \"Gouvernement du Canada; Ressources naturelles Canada; Secteur des terres et des minéraux\"\n                        }\n                    }\n                }\n            },\n            \"gmd:positionName\": {\n                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                \"@gco:nilReason\": \"missing\",\n                \"gco:CharacterString\": null,\n                \"gmd:PT_FreeText\": {\n                    \"gmd:textGroup\": {\n                        \"gmd:LocalisedCharacterString\": {\n                            \"@locale\": \"#fra\"\n                        }\n                    }\n                }\n            },\n            \"gmd:contactInfo\": {\n                \"gmd:CI_Contact\": {\n                    \"gmd:phone\": {\n                        \"gmd:CI_Telephone\": {\n                            \"gmd:voice\": {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"1-855-525-9293\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"1-855-525-9293\"\n                                        }\n                                    }\n                                }\n                            },\n                            \"gmd:facsimile\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"@gco:nilReason\": \"missing\",\n                                \"gco:CharacterString\": null\n                            }\n                        }\n                    },\n                    \"gmd:address\": {\n                        \"gmd:CI_Address\": {\n                            \"gmd:deliveryPoint\": {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"580 Booth Street\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"580 rue Booth\"\n                                        }\n                                    }\n                                }\n                            },\n                            \"gmd:city\": {\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"Ottawa\"\n                                }\n                            },\n                            \"gmd:administrativeArea\": {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"Ontario\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"Ontario\"\n                                        }\n                                    }\n                                }\n                            },\n                            \"gmd:postalCode\": {\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"K1A 0E4\"\n                                }\n                            },\n                            \"gmd:country\": {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"Canada\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"Canada\"\n                                        }\n                                    }\n                                }\n                            },\n                            \"gmd:electronicMailAddress\": {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"NRCan.questions.RNCan@canada.ca\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"NRCan.questions.RNCan@canada.ca\"\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    },\n                    \"gmd:onlineResource\": {\n                        \"gmd:CI_OnlineResource\": {\n                            \"gmd:linkage\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"@gco:nilReason\": \"missing\",\n                                \"gmd:URL\": null\n                            },\n                            \"gmd:protocol\": {\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"http\"\n                                }\n                            }\n                        }\n                    },\n                    \"gmd:hoursOfService\": {\n                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                        \"@gco:nilReason\": \"missing\",\n                        \"gco:CharacterString\": null,\n                        \"gmd:PT_FreeText\": {\n                            \"gmd:textGroup\": {\n                                \"gmd:LocalisedCharacterString\": {\n                                    \"@locale\": \"#fra\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            \"gmd:role\": {\n                \"gmd:CI_RoleCode\": {\n                    \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_90\",\n                    \"@codeListValue\": \"RI_414\",\n                    \"#text\": \"pointOfContact; contact\"\n                }\n            }\n        }\n    },\n    \"gmd:dateStamp\": {\n        \"gco:DateTime\": {\n            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n            \"#text\": \"2021-09-24T13:44:48\"\n        }\n    },\n    \"gmd:metadataStandardName\": {\n        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n        \"gco:CharacterString\": {\n            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n            \"#text\": \"North American Profile of ISO 19115:2003 - Geographic information - Metadata\"\n        },\n        \"gmd:PT_FreeText\": {\n            \"gmd:textGroup\": {\n                \"gmd:LocalisedCharacterString\": {\n                    \"@locale\": \"#fra\",\n                    \"#text\": \"Profil nord-américain de la norme ISO 19115:2003 - Information géographique - Métadonnées\"\n                }\n            }\n        }\n    },\n    \"gmd:metadataStandardVersion\": {\n        \"gco:CharacterString\": {\n            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n            \"#text\": \"CAN/CGSB-171.100-2009\"\n        }\n    },\n    \"gmd:dataSetURI\": {\n        \"@gco:nilReason\": \"missing\",\n        \"gco:CharacterString\": null\n    },\n    \"gmd:locale\": {\n        \"gmd:PT_Locale\": {\n            \"@id\": \"fra\",\n            \"gmd:languageCode\": {\n                \"gmd:LanguageCode\": {\n                    \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_116\",\n                    \"@codeListValue\": \"fra\",\n                    \"#text\": \"French; Français\"\n                }\n            },\n            \"gmd:country\": {\n                \"gmd:Country\": {\n                    \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_117\",\n                    \"@codeListValue\": \"CAN\",\n                    \"#text\": \"Canada; Canada\"\n                }\n            },\n            \"gmd:characterEncoding\": {\n                \"gmd:MD_CharacterSetCode\": {\n                    \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_95\",\n                    \"@codeListValue\": \"RI_458\",\n                    \"#text\": \"utf8; utf8\"\n                }\n            }\n        }\n    },\n    \"gmd:referenceSystemInfo\": {\n        \"gmd:MD_ReferenceSystem\": {\n            \"gmd:referenceSystemIdentifier\": {\n                \"gmd:RS_Identifier\": {\n                    \"gmd:code\": {\n                        \"gco:CharacterString\": {\n                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                            \"#text\": \"EPSG:3978\"\n                        }\n                    },\n                    \"gmd:codeSpace\": {\n                        \"gco:CharacterString\": {\n                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                            \"#text\": \"http://www.epsg-registry.org\"\n                        }\n                    },\n                    \"gmd:version\": {\n                        \"gco:CharacterString\": {\n                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                            \"#text\": \"8.9.2\"\n                        }\n                    }\n                }\n            }\n        }\n    },\n    \"gmd:identificationInfo\": {\n        \"gmd:MD_DataIdentification\": {\n            \"gmd:citation\": {\n                \"gmd:CI_Citation\": {\n                    \"gmd:title\": {\n                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                        \"gco:CharacterString\": {\n                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                            \"#text\": \"Principal Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\"\n                        },\n                        \"gmd:PT_FreeText\": {\n                            \"gmd:textGroup\": {\n                                \"gmd:LocalisedCharacterString\": {\n                                    \"@locale\": \"#fra\",\n                                    \"#text\": \"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\"\n                                }\n                            }\n                        }\n                    },\n                    \"gmd:date\": [\n                        {\n                            \"gmd:CI_Date\": {\n                                \"gmd:date\": {\n                                    \"gco:Date\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"2019-04-12\"\n                                    }\n                                },\n                                \"gmd:dateType\": {\n                                    \"gmd:CI_DateTypeCode\": {\n                                        \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_87\",\n                                        \"@codeListValue\": \"RI_366\",\n                                        \"#text\": \"creation; création\"\n                                    }\n                                }\n                            }\n                        },\n                        {\n                            \"gmd:CI_Date\": {\n                                \"gmd:date\": {\n                                    \"gco:Date\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"2021-02\"\n                                    }\n                                },\n                                \"gmd:dateType\": {\n                                    \"gmd:CI_DateTypeCode\": {\n                                        \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_87\",\n                                        \"@codeListValue\": \"RI_368\",\n                                        \"#text\": \"revision; révision\"\n                                    }\n                                }\n                            }\n                        },\n                        {\n                            \"gmd:CI_Date\": {\n                                \"gmd:date\": {\n                                    \"gco:Date\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"2020-02-27\"\n                                    }\n                                },\n                                \"gmd:dateType\": {\n                                    \"gmd:CI_DateTypeCode\": {\n                                        \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_87\",\n                                        \"@codeListValue\": \"RI_367\",\n                                        \"#text\": \"publication; publication\"\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"gmd:citedResponsibleParty\": {\n                        \"gmd:CI_ResponsibleParty\": {\n                            \"gmd:individualName\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"@gco:nilReason\": \"missing\",\n                                \"gco:CharacterString\": null\n                            },\n                            \"gmd:organisationName\": {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"Government of Canada; Natural Resources Canada; Lands and Minerals Sector\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"Gouvernement du Canada; Ressources naturelles Canada; Secteur des terres et des minéraux\"\n                                        }\n                                    }\n                                }\n                            },\n                            \"gmd:positionName\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"@gco:nilReason\": \"missing\",\n                                \"gco:CharacterString\": null,\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\"\n                                        }\n                                    }\n                                }\n                            },\n                            \"gmd:contactInfo\": {\n                                \"gmd:CI_Contact\": {\n                                    \"gmd:phone\": {\n                                        \"gmd:CI_Telephone\": {\n                                            \"gmd:voice\": {\n                                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"1-855-525-9293\"\n                                                },\n                                                \"gmd:PT_FreeText\": {\n                                                    \"gmd:textGroup\": {\n                                                        \"gmd:LocalisedCharacterString\": {\n                                                            \"@locale\": \"#fra\",\n                                                            \"#text\": \"1-855-525-9293\"\n                                                        }\n                                                    }\n                                                }\n                                            },\n                                            \"gmd:facsimile\": {\n                                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                \"@gco:nilReason\": \"missing\",\n                                                \"gco:CharacterString\": null\n                                            }\n                                        }\n                                    },\n                                    \"gmd:address\": {\n                                        \"gmd:CI_Address\": {\n                                            \"gmd:deliveryPoint\": {\n                                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"580 Booth Street\"\n                                                },\n                                                \"gmd:PT_FreeText\": {\n                                                    \"gmd:textGroup\": {\n                                                        \"gmd:LocalisedCharacterString\": {\n                                                            \"@locale\": \"#fra\",\n                                                            \"#text\": \"580 rue Booth\"\n                                                        }\n                                                    }\n                                                }\n                                            },\n                                            \"gmd:city\": {\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"Ottawa\"\n                                                }\n                                            },\n                                            \"gmd:administrativeArea\": {\n                                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"Ontario\"\n                                                },\n                                                \"gmd:PT_FreeText\": {\n                                                    \"gmd:textGroup\": {\n                                                        \"gmd:LocalisedCharacterString\": {\n                                                            \"@locale\": \"#fra\",\n                                                            \"#text\": \"Ontario\"\n                                                        }\n                                                    }\n                                                }\n                                            },\n                                            \"gmd:postalCode\": {\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"K1A 0E4\"\n                                                }\n                                            },\n                                            \"gmd:country\": {\n                                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"Canada\"\n                                                },\n                                                \"gmd:PT_FreeText\": {\n                                                    \"gmd:textGroup\": {\n                                                        \"gmd:LocalisedCharacterString\": {\n                                                            \"@locale\": \"#fra\",\n                                                            \"#text\": \"Canada\"\n                                                        }\n                                                    }\n                                                }\n                                            },\n                                            \"gmd:electronicMailAddress\": {\n                                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"NRCan.questions.RNCan@canada.ca\"\n                                                },\n                                                \"gmd:PT_FreeText\": {\n                                                    \"gmd:textGroup\": {\n                                                        \"gmd:LocalisedCharacterString\": {\n                                                            \"@locale\": \"#fra\",\n                                                            \"#text\": \"NRCan.questions.RNCan@canada.ca\"\n                                                        }\n                                                    }\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"gmd:onlineResource\": {\n                                        \"gmd:CI_OnlineResource\": {\n                                            \"gmd:linkage\": {\n                                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                \"@gco:nilReason\": \"missing\",\n                                                \"gmd:URL\": null\n                                            },\n                                            \"gmd:protocol\": {\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"http\"\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"gmd:hoursOfService\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"@gco:nilReason\": \"missing\",\n                                        \"gco:CharacterString\": null,\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\"\n                                                }\n                                            }\n                                        }\n                                    }\n                                }\n                            },\n                            \"gmd:role\": {\n                                \"gmd:CI_RoleCode\": {\n                                    \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_90\",\n                                    \"@codeListValue\": \"RI_414\",\n                                    \"#text\": \"pointOfContact; contact\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            \"gmd:abstract\": {\n                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                \"gco:CharacterString\": {\n                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                    \"#text\": \"This dataset is produced and published annually by Natural Resources Canada. It contains a variety of statistics on Canada’s mineral production, and provides the geographic locations of significant metallic, nonmetallic and coal mines, oil sands mines, selected metallurgical works and gas fields for the provinces and territories of Canada.\\n\\nRelated product:\\n- **[Top 100 Exploration Projects](https://open.canada.ca/data/en/dataset/b64179f3-ea0f-4abb-9cc5-85432fc958a0)**\"\n                },\n                \"gmd:PT_FreeText\": {\n                    \"gmd:textGroup\": {\n                        \"gmd:LocalisedCharacterString\": {\n                            \"@locale\": \"#fra\",\n                            \"#text\": \"Ce jeu de données est produit et publié annuellement par Ressources naturelles Canada. Il contient une variété de statistiques sur la production de minéraux du Canada et montre l’emplacement géographique des principaux champs de gaz, certaines activités métallurgiques, mines de minéraux métalliques, non métalliques et de charbon, et mines de sables bitumineux dans les provinces et les territoires du Canada.\\n\\nProduit connexe:\\n- **[Les 100 principaux projets d'exploration](https://open.canada.ca/data/fr/dataset/b64179f3-ea0f-4abb-9cc5-85432fc958a0)**\"\n                        }\n                    }\n                }\n            },\n            \"gmd:status\": {\n                \"gmd:MD_ProgressCode\": {\n                    \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_106\",\n                    \"@codeListValue\": \"RI_593\",\n                    \"#text\": \"completed; complété\"\n                }\n            },\n            \"gmd:resourceMaintenance\": {\n                \"gmd:MD_MaintenanceInformation\": {\n                    \"gmd:maintenanceAndUpdateFrequency\": {\n                        \"gmd:MD_MaintenanceFrequencyCode\": {\n                            \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_102\",\n                            \"@codeListValue\": \"RI_539\",\n                            \"#text\": \"annually; annuel\"\n                        }\n                    }\n                }\n            },\n            \"gmd:graphicOverview\": {\n                \"gmd:MD_BrowseGraphic\": {\n                    \"gmd:fileName\": {\n                        \"gco:CharacterString\": {\n                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                            \"#text\": \"http://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/Thumbnail/900A.png\"\n                        }\n                    }\n                }\n            },\n            \"gmd:descriptiveKeywords\": [\n                {\n                    \"gmd:MD_Keywords\": {\n                        \"gmd:keyword\": [\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"mineralization\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"minéralisation\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"mineral occurrences\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"indices minéralisés\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"mines\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"mines\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"hydrocarbons\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"hydrocarbures\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"fossil fuels\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"combustibles fossiles\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"industrial minerals\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"minéraux industriels\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"metallic minerals\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"minéraux métalliques\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"economic geology\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"géologie économique\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"mineral deposits\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"gisements minéraux\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"exploration and deposit appraisal\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"exploration et mise en valeur de gisements\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"nonmetallic minerals\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"minéraux non métalliques\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"oil\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"pétrole\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"gas\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"gaz\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"hydrocarbons\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"hydrocarbures\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"refineries\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"raffineries\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"smelters\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"fonderies\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"mineral processing\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"traitement des minerais\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"ferroalloy\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"ferro-alliages\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"automobile shredders\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"déchiqueteurs d'automobiles\"\n                                        }\n                                    }\n                                }\n                            }\n                        ],\n                        \"gmd:type\": {\n                            \"gmd:MD_KeywordTypeCode\": {\n                                \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_101\",\n                                \"@codeListValue\": \"RI_528\",\n                                \"#text\": \"theme; thème\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"gmd:MD_Keywords\": {\n                        \"gmd:keyword\": [\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"Steel\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"Acier\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"Gas industry\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"Industrie gazière\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"Coal\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"Charbon\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"Earth sciences\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"Sciences de la terre\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"Oil sands\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"Sables bitumineux\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"Recycling\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"Recyclage\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"Metals\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"Métal\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"Minerals\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"Minerai\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"Mining industry\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"Industrie minière\"\n                                        }\n                                    }\n                                }\n                            }\n                        ],\n                        \"gmd:type\": {\n                            \"gmd:MD_KeywordTypeCode\": {\n                                \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_101\",\n                                \"@codeListValue\": \"RI_528\",\n                                \"#text\": \"theme; thème\"\n                            }\n                        },\n                        \"gmd:thesaurusName\": {\n                            \"gmd:CI_Citation\": {\n                                \"gmd:title\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"Government of Canada Core Subject Thesaurus\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Thésaurus des sujets de base du gouvernement du Canada\"\n                                            }\n                                        }\n                                    }\n                                },\n                                \"gmd:date\": [\n                                    {\n                                        \"gmd:CI_Date\": {\n                                            \"gmd:date\": {\n                                                \"gco:Date\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"2004\"\n                                                }\n                                            },\n                                            \"gmd:dateType\": {\n                                                \"gmd:CI_DateTypeCode\": {\n                                                    \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_87\",\n                                                    \"@codeListValue\": \"RI_366\",\n                                                    \"#text\": \"creation; création\"\n                                                }\n                                            }\n                                        }\n                                    },\n                                    {\n                                        \"gmd:CI_Date\": {\n                                            \"gmd:date\": {\n                                                \"gco:Date\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"2016-07-04\"\n                                                }\n                                            },\n                                            \"gmd:dateType\": {\n                                                \"gmd:CI_DateTypeCode\": {\n                                                    \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_87\",\n                                                    \"@codeListValue\": \"RI_367\",\n                                                    \"#text\": \"publication; publication\"\n                                                }\n                                            }\n                                        }\n                                    }\n                                ],\n                                \"gmd:citedResponsibleParty\": {\n                                    \"gmd:CI_ResponsibleParty\": {\n                                        \"gmd:organisationName\": {\n                                            \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                            \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                            \"gco:CharacterString\": {\n                                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                \"#text\": \"Government of Canada; Library and Archives Canada\"\n                                            },\n                                            \"gmd:PT_FreeText\": {\n                                                \"gmd:textGroup\": {\n                                                    \"gmd:LocalisedCharacterString\": {\n                                                        \"@locale\": \"#fra\",\n                                                        \"#text\": \"Gouvernement du Canada; Bibliothèque et Archives Canada\"\n                                                    }\n                                                }\n                                            }\n                                        },\n                                        \"gmd:role\": {\n                                            \"gmd:CI_RoleCode\": {\n                                                \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_90\",\n                                                \"@codeListValue\": \"RI_409\",\n                                                \"#text\": \"custodian; conservateur\"\n                                            }\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    }\n                }\n            ],\n            \"gmd:resourceConstraints\": {\n                \"gmd:MD_LegalConstraints\": {\n                    \"gmd:useLimitation\": {\n                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                        \"gco:CharacterString\": {\n                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                            \"#text\": \"Open Government Licence - Canada (http://open.canada.ca/en/open-government-licence-canada)\"\n                        },\n                        \"gmd:PT_FreeText\": {\n                            \"gmd:textGroup\": {\n                                \"gmd:LocalisedCharacterString\": {\n                                    \"@locale\": \"#fra\",\n                                    \"#text\": \"Licence du gouvernement ouvert - Canada (http://ouvert.canada.ca/fr/licence-du-gouvernement-ouvert-canada)\"\n                                }\n                            }\n                        }\n                    },\n                    \"gmd:accessConstraints\": {\n                        \"gmd:MD_RestrictionCode\": {\n                            \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_107\",\n                            \"@codeListValue\": \"RI_606\",\n                            \"#text\": \"license; licence\"\n                        }\n                    },\n                    \"gmd:useConstraints\": {\n                        \"gmd:MD_RestrictionCode\": {\n                            \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_107\",\n                            \"@codeListValue\": \"RI_606\",\n                            \"#text\": \"license; licence\"\n                        }\n                    },\n                    \"gmd:otherConstraints\": {\n                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                        \"@gco:nilReason\": \"missing\",\n                        \"gco:CharacterString\": null,\n                        \"gmd:PT_FreeText\": {\n                            \"gmd:textGroup\": {\n                                \"gmd:LocalisedCharacterString\": {\n                                    \"@locale\": \"#fra\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            \"gmd:spatialRepresentationType\": {\n                \"gmd:MD_SpatialRepresentationTypeCode\": {\n                    \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_109\",\n                    \"@codeListValue\": \"RI_635\",\n                    \"#text\": \"vector; vecteur\"\n                }\n            },\n            \"gmd:language\": [\n                {\n                    \"gco:CharacterString\": {\n                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                        \"#text\": \"eng\"\n                    }\n                },\n                {\n                    \"gco:CharacterString\": {\n                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                        \"#text\": \"fra\"\n                    }\n                }\n            ],\n            \"gmd:characterSet\": {\n                \"gmd:MD_CharacterSetCode\": {\n                    \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_95\",\n                    \"@codeListValue\": \"RI_458\",\n                    \"#text\": \"utf8; utf8\"\n                }\n            },\n            \"gmd:topicCategory\": {\n                \"gmd:MD_TopicCategoryCode\": \"economy\"\n            },\n            \"gmd:environmentDescription\": {\n                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                \"@gco:nilReason\": \"missing\",\n                \"gco:CharacterString\": null\n            },\n            \"gmd:extent\": [\n                {\n                    \"gmd:EX_Extent\": {\n                        \"gmd:temporalElement\": {\n                            \"gmd:EX_TemporalExtent\": {\n                                \"gmd:extent\": {\n                                    \"gml:TimePeriod\": {\n                                        \"@xmlns:gml\": \"http://www.opengis.net/gml/3.2\",\n                                        \"@gml:id\": \"d3157936e866\",\n                                        \"gml:beginPosition\": \"2020-01\",\n                                        \"gml:endPosition\": \"2020-12\"\n                                    }\n                                }\n                            }\n                        }\n                    }\n                },\n                {\n                    \"gmd:EX_Extent\": {\n                        \"gmd:geographicElement\": {\n                            \"gmd:EX_GeographicBoundingBox\": {\n                                \"gmd:westBoundLongitude\": {\n                                    \"gco:Decimal\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"-141.003\"\n                                    }\n                                },\n                                \"gmd:eastBoundLongitude\": {\n                                    \"gco:Decimal\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"-52.6174\"\n                                    }\n                                },\n                                \"gmd:southBoundLatitude\": {\n                                    \"gco:Decimal\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"41.6755\"\n                                    }\n                                },\n                                \"gmd:northBoundLatitude\": {\n                                    \"gco:Decimal\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"83.1139\"\n                                    }\n                                }\n                            }\n                        }\n                    }\n                }\n            ],\n            \"gmd:supplementalInformation\": {\n                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                \"@gco:nilReason\": \"missing\",\n                \"gco:CharacterString\": null\n            }\n        }\n    },\n    \"gmd:distributionInfo\": {\n        \"gmd:MD_Distribution\": {\n            \"gmd:distributionFormat\": [\n                {\n                    \"gmd:MD_Format\": {\n                        \"gmd:name\": {\n                            \"gco:CharacterString\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"#text\": \"ESRI REST\"\n                            }\n                        },\n                        \"gmd:version\": {\n                            \"gco:CharacterString\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"#text\": \"10.7.1\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"gmd:MD_Format\": {\n                        \"gmd:name\": {\n                            \"gco:CharacterString\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"#text\": \"WMS\"\n                            }\n                        },\n                        \"gmd:version\": {\n                            \"gco:CharacterString\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"#text\": \"1.3.0\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"gmd:MD_Format\": {\n                        \"gmd:name\": {\n                            \"gco:CharacterString\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"#text\": \"MXD\"\n                            }\n                        },\n                        \"gmd:version\": {\n                            \"gco:CharacterString\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"#text\": \"10.7.1\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"gmd:MD_Format\": {\n                        \"gmd:name\": {\n                            \"gco:CharacterString\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"#text\": \"FGDB/GDB\"\n                            }\n                        },\n                        \"gmd:version\": {\n                            \"gco:CharacterString\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"#text\": \"10.7\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"gmd:MD_Format\": {\n                        \"gmd:name\": {\n                            \"gco:CharacterString\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"#text\": \"PDF\"\n                            }\n                        },\n                        \"gmd:version\": {\n                            \"gco:CharacterString\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"#text\": \"N/A\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"gmd:MD_Format\": {\n                        \"gmd:name\": {\n                            \"gco:CharacterString\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"#text\": \"SHP\"\n                            }\n                        },\n                        \"gmd:version\": {\n                            \"gco:CharacterString\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"#text\": \"N/A\"\n                            }\n                        }\n                    }\n                }\n            ],\n            \"gmd:distributor\": {\n                \"gmd:MD_Distributor\": {\n                    \"gmd:distributorContact\": {\n                        \"gmd:CI_ResponsibleParty\": {\n                            \"gmd:individualName\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"@gco:nilReason\": \"missing\",\n                                \"gco:CharacterString\": null\n                            },\n                            \"gmd:organisationName\": {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"Government of Canada; Natural Resources Canada; Lands and Minerals Sector\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"Gouvernement du Canada; Ressources naturelles Canada; Secteur des terres et des minéraux\"\n                                        }\n                                    }\n                                }\n                            },\n                            \"gmd:positionName\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"@gco:nilReason\": \"missing\",\n                                \"gco:CharacterString\": null,\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\"\n                                        }\n                                    }\n                                }\n                            },\n                            \"gmd:contactInfo\": {\n                                \"gmd:CI_Contact\": {\n                                    \"gmd:phone\": {\n                                        \"gmd:CI_Telephone\": {\n                                            \"gmd:voice\": {\n                                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"1-855-525-9293\"\n                                                },\n                                                \"gmd:PT_FreeText\": {\n                                                    \"gmd:textGroup\": {\n                                                        \"gmd:LocalisedCharacterString\": {\n                                                            \"@locale\": \"#fra\",\n                                                            \"#text\": \"1-855-525-9293\"\n                                                        }\n                                                    }\n                                                }\n                                            },\n                                            \"gmd:facsimile\": {\n                                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                \"@gco:nilReason\": \"missing\",\n                                                \"gco:CharacterString\": null\n                                            }\n                                        }\n                                    },\n                                    \"gmd:address\": {\n                                        \"gmd:CI_Address\": {\n                                            \"gmd:deliveryPoint\": {\n                                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"580 Booth Street\"\n                                                },\n                                                \"gmd:PT_FreeText\": {\n                                                    \"gmd:textGroup\": {\n                                                        \"gmd:LocalisedCharacterString\": {\n                                                            \"@locale\": \"#fra\",\n                                                            \"#text\": \"580 rue Booth\"\n                                                        }\n                                                    }\n                                                }\n                                            },\n                                            \"gmd:city\": {\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"Ottawa\"\n                                                }\n                                            },\n                                            \"gmd:administrativeArea\": {\n                                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"Ontario\"\n                                                },\n                                                \"gmd:PT_FreeText\": {\n                                                    \"gmd:textGroup\": {\n                                                        \"gmd:LocalisedCharacterString\": {\n                                                            \"@locale\": \"#fra\",\n                                                            \"#text\": \"Ontario\"\n                                                        }\n                                                    }\n                                                }\n                                            },\n                                            \"gmd:postalCode\": {\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"K1A 0E4\"\n                                                }\n                                            },\n                                            \"gmd:country\": {\n                                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"Canada\"\n                                                },\n                                                \"gmd:PT_FreeText\": {\n                                                    \"gmd:textGroup\": {\n                                                        \"gmd:LocalisedCharacterString\": {\n                                                            \"@locale\": \"#fra\",\n                                                            \"#text\": \"Canada\"\n                                                        }\n                                                    }\n                                                }\n                                            },\n                                            \"gmd:electronicMailAddress\": {\n                                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"NRCan.questions.RNCan@canada.ca\"\n                                                },\n                                                \"gmd:PT_FreeText\": {\n                                                    \"gmd:textGroup\": {\n                                                        \"gmd:LocalisedCharacterString\": {\n                                                            \"@locale\": \"#fra\",\n                                                            \"#text\": \"NRCan.questions.RNCan@canada.ca\"\n                                                        }\n                                                    }\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"gmd:onlineResource\": {\n                                        \"gmd:CI_OnlineResource\": {\n                                            \"gmd:linkage\": {\n                                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                \"@gco:nilReason\": \"missing\",\n                                                \"gmd:URL\": null\n                                            },\n                                            \"gmd:protocol\": {\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"http\"\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"gmd:hoursOfService\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"@gco:nilReason\": \"missing\",\n                                        \"gco:CharacterString\": null,\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\"\n                                                }\n                                            }\n                                        }\n                                    }\n                                }\n                            },\n                            \"gmd:role\": {\n                                \"gmd:CI_RoleCode\": {\n                                    \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_90\",\n                                    \"@codeListValue\": \"RI_412\",\n                                    \"#text\": \"distributor; distributeur\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            \"gmd:transferOptions\": [\n                {\n                    \"gmd:MD_DigitalTransferOptions\": {\n                        \"gmd:onLine\": [\n                            {\n                                \"@xmlns:xlink\": \"http://www.w3.org/1999/xlink\",\n                                \"@xlink:role\": \"urn:xml:lang:fra-CAN\",\n                                \"gmd:CI_OnlineResource\": {\n                                    \"gmd:linkage\": {\n                                        \"gmd:URL\": \"https://maps-cartes.services.geo.ca/server_serveur/rest/services/NRCan/900A_and_top_100_fr/MapServer/1\"\n                                    },\n                                    \"gmd:protocol\": {\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"ESRI REST: Map Server\"\n                                        }\n                                    },\n                                    \"gmd:name\": {\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\"\n                                        },\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\",\n                                                    \"#text\": \"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\"\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"gmd:description\": {\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"Web Service;ESRI REST;fra\"\n                                        },\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\",\n                                                    \"#text\": \"Service Web;ESRI REST;fra\"\n                                                }\n                                            }\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"gmd:CI_OnlineResource\": {\n                                    \"gmd:linkage\": {\n                                        \"gmd:URL\": \"https://maps-cartes.services.geo.ca/server_serveur/services/NRCan/900A_and_top_100_fr/MapServer/WMSServer?request=GetCapabilities&service=WMS\"\n                                    },\n                                    \"gmd:protocol\": {\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"HTTPS\"\n                                        }\n                                    },\n                                    \"gmd:name\": {\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\"\n                                        },\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\",\n                                                    \"#text\": \"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\"\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"gmd:description\": {\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"Web Service;WMS;fra\"\n                                        },\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\",\n                                                    \"#text\": \"Service Web;WMS;fra\"\n                                                }\n                                            }\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"gmd:CI_OnlineResource\": {\n                                    \"gmd:linkage\": {\n                                        \"gmd:URL\": \"https://maps-cartes.services.geo.ca/server_serveur/services/NRCan/900A_and_top_100_en/MapServer/WMSServer?request=GetCapabilities&service=WMS\"\n                                    },\n                                    \"gmd:protocol\": {\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"HTTPS\"\n                                        }\n                                    },\n                                    \"gmd:name\": {\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\"\n                                        },\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\",\n                                                    \"#text\": \"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\"\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"gmd:description\": {\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"Web Service;WMS;eng\"\n                                        },\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\",\n                                                    \"#text\": \"Service Web;WMS;eng\"\n                                                }\n                                            }\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"gmd:CI_OnlineResource\": {\n                                    \"gmd:linkage\": {\n                                        \"gmd:URL\": \"https://www.nrcan.gc.ca/science-data/science-research/earth-sciences/earth-sciences-resources/earth-sciences-federal-programs/map-900a/8790\"\n                                    },\n                                    \"gmd:protocol\": {\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"HTTPS\"\n                                        }\n                                    },\n                                    \"gmd:name\": {\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"Map 900A web page\"\n                                        },\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\",\n                                                    \"#text\": \"Page web de la carte 900A\"\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"gmd:description\": {\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"Supporting Document;HTML;eng\"\n                                        },\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\",\n                                                    \"#text\": \"Document de soutien;HTML;eng\"\n                                                }\n                                            }\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"gmd:CI_OnlineResource\": {\n                                    \"gmd:linkage\": {\n                                        \"gmd:URL\": \"https://www.rncan.gc.ca/science-data/science-research/earth-sciences/earth-sciences-resources/earth-sciences-federal-programs/carte-900a/8791\"\n                                    },\n                                    \"gmd:protocol\": {\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"HTTPS\"\n                                        }\n                                    },\n                                    \"gmd:name\": {\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"Map 900A web page\"\n                                        },\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\",\n                                                    \"#text\": \"Page web de la carte 900A\"\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"gmd:description\": {\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"Supporting Document;HTML;fra\"\n                                        },\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\",\n                                                    \"#text\": \"Document de soutien;HTML;fra\"\n                                                }\n                                            }\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"gmd:CI_OnlineResource\": {\n                                    \"gmd:linkage\": {\n                                        \"gmd:URL\": \"https://atlas.gc.ca/mins/en/index.html\"\n                                    },\n                                    \"gmd:protocol\": {\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"HTTPS\"\n                                        }\n                                    },\n                                    \"gmd:name\": {\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"The Atlas of Canada - Minerals and Mining Web Map\"\n                                        },\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\",\n                                                    \"#text\": \"L'Atlas du Canada - Carte web des ressources minérales et l'activité minière\"\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"gmd:description\": {\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"Application;Web App;eng\"\n                                        },\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\",\n                                                    \"#text\": \"Application;Web App;eng\"\n                                                }\n                                            }\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"gmd:CI_OnlineResource\": {\n                                    \"gmd:linkage\": {\n                                        \"gmd:URL\": \"https://atlas.gc.ca/mins/fr/index.html\"\n                                    },\n                                    \"gmd:protocol\": {\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"HTTPS\"\n                                        }\n                                    },\n                                    \"gmd:name\": {\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"The Atlas of Canada - Minerals and Mining Web Map\"\n                                        },\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\",\n                                                    \"#text\": \"L'Atlas du Canada - Carte web des ressources minérales et l'activité minière\"\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"gmd:description\": {\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"Application;Web App;fra\"\n                                        },\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\",\n                                                    \"#text\": \"Application;Web App;fra\"\n                                                }\n                                            }\n                                        }\n                                    }\n                                }\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"gmd:MD_DigitalTransferOptions\": null\n                },\n                {\n                    \"gmd:MD_DigitalTransferOptions\": {\n                        \"gmd:onLine\": {\n                            \"gmd:CI_OnlineResource\": {\n                                \"gmd:linkage\": {\n                                    \"gmd:URL\": \"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A.gdb.zip\"\n                                },\n                                \"gmd:protocol\": {\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"HTTPS\"\n                                    }\n                                },\n                                \"gmd:name\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"Vector dataset of the 900A map\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Jeu de données vectorielles de la carte 900A\"\n                                            }\n                                        }\n                                    }\n                                },\n                                \"gmd:description\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"Dataset;FGDB/GDB;eng,fra\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Données;FGDB/GDB;eng,fra\"\n                                            }\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    }\n                },\n                {\n                    \"gmd:MD_DigitalTransferOptions\": {\n                        \"gmd:onLine\": {\n                            \"gmd:CI_OnlineResource\": {\n                                \"gmd:linkage\": {\n                                    \"gmd:URL\": \"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_and_top_100_en.mxd\"\n                                },\n                                \"gmd:protocol\": {\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"HTTPS\"\n                                    }\n                                },\n                                \"gmd:name\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"ArcMap project file of the 900A web map\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Projet ArcMap de la cartographie web de 900A\"\n                                            }\n                                        }\n                                    }\n                                },\n                                \"gmd:description\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"Supporting Document;MXD;eng\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Document de soutien;MXD;eng\"\n                                            }\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    }\n                },\n                {\n                    \"gmd:MD_DigitalTransferOptions\": {\n                        \"gmd:onLine\": {\n                            \"gmd:CI_OnlineResource\": {\n                                \"gmd:linkage\": {\n                                    \"gmd:URL\": \"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_and_top_100_fr.mxd\"\n                                },\n                                \"gmd:protocol\": {\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"HTTPS\"\n                                    }\n                                },\n                                \"gmd:name\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"ArcMap project file of the 900A web map\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Projet ArcMap de la cartographie web de 900A\"\n                                            }\n                                        }\n                                    }\n                                },\n                                \"gmd:description\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"Supporting Document;MXD;fra\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Document de soutien;MXD;fra\"\n                                            }\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    }\n                },\n                {\n                    \"gmd:MD_DigitalTransferOptions\": {\n                        \"gmd:onLine\": {\n                            \"gmd:CI_OnlineResource\": {\n                                \"gmd:linkage\": {\n                                    \"gmd:URL\": \"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_70th_shape.zip\"\n                                },\n                                \"gmd:protocol\": {\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"HTTPS\"\n                                    }\n                                },\n                                \"gmd:name\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"Vector dataset of the 900A map\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Jeu de données vectorielles de la carte 900A\"\n                                            }\n                                        }\n                                    }\n                                },\n                                \"gmd:description\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"Dataset;SHP;eng,fra\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Données;SHP;eng,fra\"\n                                            }\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    }\n                },\n                {\n                    \"gmd:MD_DigitalTransferOptions\": {\n                        \"gmd:onLine\": {\n                            \"gmd:CI_OnlineResource\": {\n                                \"gmd:linkage\": {\n                                    \"gmd:URL\": \"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900a_70th_English.pdf\"\n                                },\n                                \"gmd:protocol\": {\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"HTTPS\"\n                                    }\n                                },\n                                \"gmd:name\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\"\n                                            }\n                                        }\n                                    }\n                                },\n                                \"gmd:description\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"Supporting Document;PDF;eng\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Document de soutien;PDF;eng\"\n                                            }\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    }\n                },\n                {\n                    \"gmd:MD_DigitalTransferOptions\": {\n                        \"gmd:onLine\": {\n                            \"gmd:CI_OnlineResource\": {\n                                \"gmd:linkage\": {\n                                    \"gmd:URL\": \"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900a_70th_French.pdf\"\n                                },\n                                \"gmd:protocol\": {\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"HTTPS\"\n                                    }\n                                },\n                                \"gmd:name\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\"\n                                            }\n                                        }\n                                    }\n                                },\n                                \"gmd:description\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"Supporting Document;PDF;fra\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Document de soutien;PDF;fra\"\n                                            }\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    }\n                },\n                {\n                    \"gmd:MD_DigitalTransferOptions\": {\n                        \"gmd:onLine\": {\n                            \"@xmlns:xlink\": \"http://www.w3.org/1999/xlink\",\n                            \"@xlink:role\": \"urn:xml:lang:eng-CAN\",\n                            \"gmd:CI_OnlineResource\": {\n                                \"gmd:linkage\": {\n                                    \"gmd:URL\": \"https://maps-cartes.services.geo.ca/server_serveur/rest/services/NRCan/900A_and_top_100_en/MapServer/1\"\n                                },\n                                \"gmd:protocol\": {\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"ESRI REST: Map Server\"\n                                    }\n                                },\n                                \"gmd:name\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\"\n                                            }\n                                        }\n                                    }\n                                },\n                                \"gmd:description\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"Web Service;ESRI REST;eng\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Service Web;ESRI REST;eng\"\n                                            }\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    }\n                },\n                {\n                    \"gmd:MD_DigitalTransferOptions\": null\n                }\n            ]\n        }\n    }\n}\n\n"
} ], [ {
  "uuid" : "21b821cf-0f1c-40ee-8925-eab12d357668"
}, {
  "source_code" : 1213
}, {
  "item" : "{\n    \"@xmlns\": \"http://www.isotc211.org/2005/gmd\",\n    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n    \"@xmlns:gfc\": \"http://www.isotc211.org/2005/gfc\",\n    \"@xmlns:gmd\": \"http://www.isotc211.org/2005/gmd\",\n    \"@xmlns:gmi\": \"http://www.isotc211.org/2005/gmi\",\n    \"@xmlns:gml\": \"http://www.opengis.net/gml/3.2\",\n    \"@xmlns:gmx\": \"http://www.isotc211.org/2005/gmx\",\n    \"@xmlns:gsr\": \"http://www.isotc211.org/2005/gsr\",\n    \"@xmlns:gss\": \"http://www.isotc211.org/2005/gss\",\n    \"@xmlns:gts\": \"http://www.isotc211.org/2005/gts\",\n    \"@xmlns:srv\": \"http://www.isotc211.org/2005/srv\",\n    \"@xmlns:xlink\": \"http://www.w3.org/1999/xlink\",\n    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n    \"@xsi:schemaLocation\": \"http://www.isotc211.org/2005/gmd http://nap.geogratis.gc.ca/metadata/tools/schemas/metadata/can-cgsb-171.100-2009-a/gmd/gmd.xsd http://www.isotc211.org/2005/srv http://nap.geogratis.gc.ca/metadata/tools/schemas/metadata/can-cgsb-171.100-2009-a/srv/srv.xsd http://www.geconnections.org/nap/napMetadataTools/napXsd/napm http://nap.geogratis.gc.ca/metadata/tools/schemas/metadata/can-cgsb-171.100-2009-a/napm/napm.xsd\",\n    \"gmd:fileIdentifier\": {\n        \"gco:CharacterString\": {\n            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n            \"#text\": \"000183ed-8864-42f0-ae43-c4313a860720\"\n        }\n    },\n    \"gmd:language\": {\n        \"gco:CharacterString\": {\n            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n            \"#text\": \"eng; CAN\"\n        }\n    },\n    \"gmd:characterSet\": {\n        \"gmd:MD_CharacterSetCode\": {\n            \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_95\",\n            \"@codeListValue\": \"RI_458\",\n            \"#text\": \"utf8; utf8\"\n        }\n    },\n    \"gmd:hierarchyLevel\": {\n        \"gmd:MD_ScopeCode\": {\n            \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_108\",\n            \"@codeListValue\": \"RI_623\",\n            \"#text\": \"series; série\"\n        }\n    },\n    \"gmd:contact\": {\n        \"gmd:CI_ResponsibleParty\": {\n            \"gmd:individualName\": {\n                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                \"@gco:nilReason\": \"missing\",\n                \"gco:CharacterString\": null\n            },\n            \"gmd:organisationName\": {\n                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                \"gco:CharacterString\": {\n                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                    \"#text\": \"Government of Canada; Natural Resources Canada; Lands and Minerals Sector\"\n                },\n                \"gmd:PT_FreeText\": {\n                    \"gmd:textGroup\": {\n                        \"gmd:LocalisedCharacterString\": {\n                            \"@locale\": \"#fra\",\n                            \"#text\": \"Gouvernement du Canada; Ressources naturelles Canada; Secteur des terres et des minéraux\"\n                        }\n                    }\n                }\n            },\n            \"gmd:positionName\": {\n                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                \"@gco:nilReason\": \"missing\",\n                \"gco:CharacterString\": null,\n                \"gmd:PT_FreeText\": {\n                    \"gmd:textGroup\": {\n                        \"gmd:LocalisedCharacterString\": {\n                            \"@locale\": \"#fra\"\n                        }\n                    }\n                }\n            },\n            \"gmd:contactInfo\": {\n                \"gmd:CI_Contact\": {\n                    \"gmd:phone\": {\n                        \"gmd:CI_Telephone\": {\n                            \"gmd:voice\": {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"1-855-525-9293\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"1-855-525-9293\"\n                                        }\n                                    }\n                                }\n                            },\n                            \"gmd:facsimile\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"@gco:nilReason\": \"missing\",\n                                \"gco:CharacterString\": null\n                            }\n                        }\n                    },\n                    \"gmd:address\": {\n                        \"gmd:CI_Address\": {\n                            \"gmd:deliveryPoint\": {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"580 Booth Street\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"580 rue Booth\"\n                                        }\n                                    }\n                                }\n                            },\n                            \"gmd:city\": {\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"Ottawa\"\n                                }\n                            },\n                            \"gmd:administrativeArea\": {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"Ontario\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"Ontario\"\n                                        }\n                                    }\n                                }\n                            },\n                            \"gmd:postalCode\": {\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"K1A 0E4\"\n                                }\n                            },\n                            \"gmd:country\": {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"Canada\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"Canada\"\n                                        }\n                                    }\n                                }\n                            },\n                            \"gmd:electronicMailAddress\": {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"NRCan.questions.RNCan@canada.ca\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"NRCan.questions.RNCan@canada.ca\"\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    },\n                    \"gmd:onlineResource\": {\n                        \"gmd:CI_OnlineResource\": {\n                            \"gmd:linkage\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"@gco:nilReason\": \"missing\",\n                                \"gmd:URL\": null\n                            },\n                            \"gmd:protocol\": {\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"http\"\n                                }\n                            }\n                        }\n                    },\n                    \"gmd:hoursOfService\": {\n                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                        \"@gco:nilReason\": \"missing\",\n                        \"gco:CharacterString\": null,\n                        \"gmd:PT_FreeText\": {\n                            \"gmd:textGroup\": {\n                                \"gmd:LocalisedCharacterString\": {\n                                    \"@locale\": \"#fra\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            \"gmd:role\": {\n                \"gmd:CI_RoleCode\": {\n                    \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_90\",\n                    \"@codeListValue\": \"RI_414\",\n                    \"#text\": \"pointOfContact; contact\"\n                }\n            }\n        }\n    },\n    \"gmd:dateStamp\": {\n        \"gco:DateTime\": {\n            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n            \"#text\": \"2021-09-24T13:44:48\"\n        }\n    },\n    \"gmd:metadataStandardName\": {\n        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n        \"gco:CharacterString\": {\n            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n            \"#text\": \"North American Profile of ISO 19115:2003 - Geographic information - Metadata\"\n        },\n        \"gmd:PT_FreeText\": {\n            \"gmd:textGroup\": {\n                \"gmd:LocalisedCharacterString\": {\n                    \"@locale\": \"#fra\",\n                    \"#text\": \"Profil nord-américain de la norme ISO 19115:2003 - Information géographique - Métadonnées\"\n                }\n            }\n        }\n    },\n    \"gmd:metadataStandardVersion\": {\n        \"gco:CharacterString\": {\n            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n            \"#text\": \"CAN/CGSB-171.100-2009\"\n        }\n    },\n    \"gmd:dataSetURI\": {\n        \"@gco:nilReason\": \"missing\",\n        \"gco:CharacterString\": null\n    },\n    \"gmd:locale\": {\n        \"gmd:PT_Locale\": {\n            \"@id\": \"fra\",\n            \"gmd:languageCode\": {\n                \"gmd:LanguageCode\": {\n                    \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_116\",\n                    \"@codeListValue\": \"fra\",\n                    \"#text\": \"French; Français\"\n                }\n            },\n            \"gmd:country\": {\n                \"gmd:Country\": {\n                    \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_117\",\n                    \"@codeListValue\": \"CAN\",\n                    \"#text\": \"Canada; Canada\"\n                }\n            },\n            \"gmd:characterEncoding\": {\n                \"gmd:MD_CharacterSetCode\": {\n                    \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_95\",\n                    \"@codeListValue\": \"RI_458\",\n                    \"#text\": \"utf8; utf8\"\n                }\n            }\n        }\n    },\n    \"gmd:referenceSystemInfo\": {\n        \"gmd:MD_ReferenceSystem\": {\n            \"gmd:referenceSystemIdentifier\": {\n                \"gmd:RS_Identifier\": {\n                    \"gmd:code\": {\n                        \"gco:CharacterString\": {\n                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                            \"#text\": \"EPSG:3978\"\n                        }\n                    },\n                    \"gmd:codeSpace\": {\n                        \"gco:CharacterString\": {\n                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                            \"#text\": \"http://www.epsg-registry.org\"\n                        }\n                    },\n                    \"gmd:version\": {\n                        \"gco:CharacterString\": {\n                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                            \"#text\": \"8.9.2\"\n                        }\n                    }\n                }\n            }\n        }\n    },\n    \"gmd:identificationInfo\": {\n        \"gmd:MD_DataIdentification\": {\n            \"gmd:citation\": {\n                \"gmd:CI_Citation\": {\n                    \"gmd:title\": {\n                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                        \"gco:CharacterString\": {\n                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                            \"#text\": \"Principal Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\"\n                        },\n                        \"gmd:PT_FreeText\": {\n                            \"gmd:textGroup\": {\n                                \"gmd:LocalisedCharacterString\": {\n                                    \"@locale\": \"#fra\",\n                                    \"#text\": \"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\"\n                                }\n                            }\n                        }\n                    },\n                    \"gmd:date\": [\n                        {\n                            \"gmd:CI_Date\": {\n                                \"gmd:date\": {\n                                    \"gco:Date\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"2019-04-12\"\n                                    }\n                                },\n                                \"gmd:dateType\": {\n                                    \"gmd:CI_DateTypeCode\": {\n                                        \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_87\",\n                                        \"@codeListValue\": \"RI_366\",\n                                        \"#text\": \"creation; création\"\n                                    }\n                                }\n                            }\n                        },\n                        {\n                            \"gmd:CI_Date\": {\n                                \"gmd:date\": {\n                                    \"gco:Date\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"2021-02\"\n                                    }\n                                },\n                                \"gmd:dateType\": {\n                                    \"gmd:CI_DateTypeCode\": {\n                                        \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_87\",\n                                        \"@codeListValue\": \"RI_368\",\n                                        \"#text\": \"revision; révision\"\n                                    }\n                                }\n                            }\n                        },\n                        {\n                            \"gmd:CI_Date\": {\n                                \"gmd:date\": {\n                                    \"gco:Date\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"2020-02-27\"\n                                    }\n                                },\n                                \"gmd:dateType\": {\n                                    \"gmd:CI_DateTypeCode\": {\n                                        \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_87\",\n                                        \"@codeListValue\": \"RI_367\",\n                                        \"#text\": \"publication; publication\"\n                                    }\n                                }\n                            }\n                        }\n                    ],\n                    \"gmd:citedResponsibleParty\": {\n                        \"gmd:CI_ResponsibleParty\": {\n                            \"gmd:individualName\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"@gco:nilReason\": \"missing\",\n                                \"gco:CharacterString\": null\n                            },\n                            \"gmd:organisationName\": {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"Government of Canada; Natural Resources Canada; Lands and Minerals Sector\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"Gouvernement du Canada; Ressources naturelles Canada; Secteur des terres et des minéraux\"\n                                        }\n                                    }\n                                }\n                            },\n                            \"gmd:positionName\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"@gco:nilReason\": \"missing\",\n                                \"gco:CharacterString\": null,\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\"\n                                        }\n                                    }\n                                }\n                            },\n                            \"gmd:contactInfo\": {\n                                \"gmd:CI_Contact\": {\n                                    \"gmd:phone\": {\n                                        \"gmd:CI_Telephone\": {\n                                            \"gmd:voice\": {\n                                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"1-855-525-9293\"\n                                                },\n                                                \"gmd:PT_FreeText\": {\n                                                    \"gmd:textGroup\": {\n                                                        \"gmd:LocalisedCharacterString\": {\n                                                            \"@locale\": \"#fra\",\n                                                            \"#text\": \"1-855-525-9293\"\n                                                        }\n                                                    }\n                                                }\n                                            },\n                                            \"gmd:facsimile\": {\n                                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                \"@gco:nilReason\": \"missing\",\n                                                \"gco:CharacterString\": null\n                                            }\n                                        }\n                                    },\n                                    \"gmd:address\": {\n                                        \"gmd:CI_Address\": {\n                                            \"gmd:deliveryPoint\": {\n                                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"580 Booth Street\"\n                                                },\n                                                \"gmd:PT_FreeText\": {\n                                                    \"gmd:textGroup\": {\n                                                        \"gmd:LocalisedCharacterString\": {\n                                                            \"@locale\": \"#fra\",\n                                                            \"#text\": \"580 rue Booth\"\n                                                        }\n                                                    }\n                                                }\n                                            },\n                                            \"gmd:city\": {\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"Ottawa\"\n                                                }\n                                            },\n                                            \"gmd:administrativeArea\": {\n                                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"Ontario\"\n                                                },\n                                                \"gmd:PT_FreeText\": {\n                                                    \"gmd:textGroup\": {\n                                                        \"gmd:LocalisedCharacterString\": {\n                                                            \"@locale\": \"#fra\",\n                                                            \"#text\": \"Ontario\"\n                                                        }\n                                                    }\n                                                }\n                                            },\n                                            \"gmd:postalCode\": {\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"K1A 0E4\"\n                                                }\n                                            },\n                                            \"gmd:country\": {\n                                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"Canada\"\n                                                },\n                                                \"gmd:PT_FreeText\": {\n                                                    \"gmd:textGroup\": {\n                                                        \"gmd:LocalisedCharacterString\": {\n                                                            \"@locale\": \"#fra\",\n                                                            \"#text\": \"Canada\"\n                                                        }\n                                                    }\n                                                }\n                                            },\n                                            \"gmd:electronicMailAddress\": {\n                                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"NRCan.questions.RNCan@canada.ca\"\n                                                },\n                                                \"gmd:PT_FreeText\": {\n                                                    \"gmd:textGroup\": {\n                                                        \"gmd:LocalisedCharacterString\": {\n                                                            \"@locale\": \"#fra\",\n                                                            \"#text\": \"NRCan.questions.RNCan@canada.ca\"\n                                                        }\n                                                    }\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"gmd:onlineResource\": {\n                                        \"gmd:CI_OnlineResource\": {\n                                            \"gmd:linkage\": {\n                                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                \"@gco:nilReason\": \"missing\",\n                                                \"gmd:URL\": null\n                                            },\n                                            \"gmd:protocol\": {\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"http\"\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"gmd:hoursOfService\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"@gco:nilReason\": \"missing\",\n                                        \"gco:CharacterString\": null,\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\"\n                                                }\n                                            }\n                                        }\n                                    }\n                                }\n                            },\n                            \"gmd:role\": {\n                                \"gmd:CI_RoleCode\": {\n                                    \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_90\",\n                                    \"@codeListValue\": \"RI_414\",\n                                    \"#text\": \"pointOfContact; contact\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            \"gmd:abstract\": {\n                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                \"gco:CharacterString\": {\n                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                    \"#text\": \"This dataset is produced and published annually by Natural Resources Canada. It contains a variety of statistics on Canada’s mineral production, and provides the geographic locations of significant metallic, nonmetallic and coal mines, oil sands mines, selected metallurgical works and gas fields for the provinces and territories of Canada.\\n\\nRelated product:\\n- **[Top 100 Exploration Projects](https://open.canada.ca/data/en/dataset/b64179f3-ea0f-4abb-9cc5-85432fc958a0)**\"\n                },\n                \"gmd:PT_FreeText\": {\n                    \"gmd:textGroup\": {\n                        \"gmd:LocalisedCharacterString\": {\n                            \"@locale\": \"#fra\",\n                            \"#text\": \"Ce jeu de données est produit et publié annuellement par Ressources naturelles Canada. Il contient une variété de statistiques sur la production de minéraux du Canada et montre l’emplacement géographique des principaux champs de gaz, certaines activités métallurgiques, mines de minéraux métalliques, non métalliques et de charbon, et mines de sables bitumineux dans les provinces et les territoires du Canada.\\n\\nProduit connexe:\\n- **[Les 100 principaux projets d'exploration](https://open.canada.ca/data/fr/dataset/b64179f3-ea0f-4abb-9cc5-85432fc958a0)**\"\n                        }\n                    }\n                }\n            },\n            \"gmd:status\": {\n                \"gmd:MD_ProgressCode\": {\n                    \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_106\",\n                    \"@codeListValue\": \"RI_593\",\n                    \"#text\": \"completed; complété\"\n                }\n            },\n            \"gmd:resourceMaintenance\": {\n                \"gmd:MD_MaintenanceInformation\": {\n                    \"gmd:maintenanceAndUpdateFrequency\": {\n                        \"gmd:MD_MaintenanceFrequencyCode\": {\n                            \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_102\",\n                            \"@codeListValue\": \"RI_539\",\n                            \"#text\": \"annually; annuel\"\n                        }\n                    }\n                }\n            },\n            \"gmd:graphicOverview\": {\n                \"gmd:MD_BrowseGraphic\": {\n                    \"gmd:fileName\": {\n                        \"gco:CharacterString\": {\n                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                            \"#text\": \"http://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/Thumbnail/900A.png\"\n                        }\n                    }\n                }\n            },\n            \"gmd:descriptiveKeywords\": [\n                {\n                    \"gmd:MD_Keywords\": {\n                        \"gmd:keyword\": [\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"mineralization\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"minéralisation\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"mineral occurrences\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"indices minéralisés\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"mines\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"mines\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"hydrocarbons\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"hydrocarbures\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"fossil fuels\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"combustibles fossiles\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"industrial minerals\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"minéraux industriels\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"metallic minerals\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"minéraux métalliques\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"economic geology\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"géologie économique\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"mineral deposits\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"gisements minéraux\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"exploration and deposit appraisal\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"exploration et mise en valeur de gisements\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"nonmetallic minerals\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"minéraux non métalliques\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"oil\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"pétrole\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"gas\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"gaz\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"hydrocarbons\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"hydrocarbures\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"refineries\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"raffineries\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"smelters\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"fonderies\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"mineral processing\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"traitement des minerais\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"ferroalloy\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"ferro-alliages\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"automobile shredders\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"déchiqueteurs d'automobiles\"\n                                        }\n                                    }\n                                }\n                            }\n                        ],\n                        \"gmd:type\": {\n                            \"gmd:MD_KeywordTypeCode\": {\n                                \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_101\",\n                                \"@codeListValue\": \"RI_528\",\n                                \"#text\": \"theme; thème\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"gmd:MD_Keywords\": {\n                        \"gmd:keyword\": [\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"Steel\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"Acier\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"Gas industry\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"Industrie gazière\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"Coal\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"Charbon\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"Earth sciences\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"Sciences de la terre\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"Oil sands\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"Sables bitumineux\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"Recycling\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"Recyclage\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"Metals\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"Métal\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"Minerals\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"Minerai\"\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"Mining industry\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"Industrie minière\"\n                                        }\n                                    }\n                                }\n                            }\n                        ],\n                        \"gmd:type\": {\n                            \"gmd:MD_KeywordTypeCode\": {\n                                \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_101\",\n                                \"@codeListValue\": \"RI_528\",\n                                \"#text\": \"theme; thème\"\n                            }\n                        },\n                        \"gmd:thesaurusName\": {\n                            \"gmd:CI_Citation\": {\n                                \"gmd:title\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"Government of Canada Core Subject Thesaurus\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Thésaurus des sujets de base du gouvernement du Canada\"\n                                            }\n                                        }\n                                    }\n                                },\n                                \"gmd:date\": [\n                                    {\n                                        \"gmd:CI_Date\": {\n                                            \"gmd:date\": {\n                                                \"gco:Date\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"2004\"\n                                                }\n                                            },\n                                            \"gmd:dateType\": {\n                                                \"gmd:CI_DateTypeCode\": {\n                                                    \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_87\",\n                                                    \"@codeListValue\": \"RI_366\",\n                                                    \"#text\": \"creation; création\"\n                                                }\n                                            }\n                                        }\n                                    },\n                                    {\n                                        \"gmd:CI_Date\": {\n                                            \"gmd:date\": {\n                                                \"gco:Date\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"2016-07-04\"\n                                                }\n                                            },\n                                            \"gmd:dateType\": {\n                                                \"gmd:CI_DateTypeCode\": {\n                                                    \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_87\",\n                                                    \"@codeListValue\": \"RI_367\",\n                                                    \"#text\": \"publication; publication\"\n                                                }\n                                            }\n                                        }\n                                    }\n                                ],\n                                \"gmd:citedResponsibleParty\": {\n                                    \"gmd:CI_ResponsibleParty\": {\n                                        \"gmd:organisationName\": {\n                                            \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                            \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                            \"gco:CharacterString\": {\n                                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                \"#text\": \"Government of Canada; Library and Archives Canada\"\n                                            },\n                                            \"gmd:PT_FreeText\": {\n                                                \"gmd:textGroup\": {\n                                                    \"gmd:LocalisedCharacterString\": {\n                                                        \"@locale\": \"#fra\",\n                                                        \"#text\": \"Gouvernement du Canada; Bibliothèque et Archives Canada\"\n                                                    }\n                                                }\n                                            }\n                                        },\n                                        \"gmd:role\": {\n                                            \"gmd:CI_RoleCode\": {\n                                                \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_90\",\n                                                \"@codeListValue\": \"RI_409\",\n                                                \"#text\": \"custodian; conservateur\"\n                                            }\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    }\n                }\n            ],\n            \"gmd:resourceConstraints\": {\n                \"gmd:MD_LegalConstraints\": {\n                    \"gmd:useLimitation\": {\n                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                        \"gco:CharacterString\": {\n                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                            \"#text\": \"Open Government Licence - Canada (http://open.canada.ca/en/open-government-licence-canada)\"\n                        },\n                        \"gmd:PT_FreeText\": {\n                            \"gmd:textGroup\": {\n                                \"gmd:LocalisedCharacterString\": {\n                                    \"@locale\": \"#fra\",\n                                    \"#text\": \"Licence du gouvernement ouvert - Canada (http://ouvert.canada.ca/fr/licence-du-gouvernement-ouvert-canada)\"\n                                }\n                            }\n                        }\n                    },\n                    \"gmd:accessConstraints\": {\n                        \"gmd:MD_RestrictionCode\": {\n                            \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_107\",\n                            \"@codeListValue\": \"RI_606\",\n                            \"#text\": \"license; licence\"\n                        }\n                    },\n                    \"gmd:useConstraints\": {\n                        \"gmd:MD_RestrictionCode\": {\n                            \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_107\",\n                            \"@codeListValue\": \"RI_606\",\n                            \"#text\": \"license; licence\"\n                        }\n                    },\n                    \"gmd:otherConstraints\": {\n                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                        \"@gco:nilReason\": \"missing\",\n                        \"gco:CharacterString\": null,\n                        \"gmd:PT_FreeText\": {\n                            \"gmd:textGroup\": {\n                                \"gmd:LocalisedCharacterString\": {\n                                    \"@locale\": \"#fra\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            \"gmd:spatialRepresentationType\": {\n                \"gmd:MD_SpatialRepresentationTypeCode\": {\n                    \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_109\",\n                    \"@codeListValue\": \"RI_635\",\n                    \"#text\": \"vector; vecteur\"\n                }\n            },\n            \"gmd:language\": [\n                {\n                    \"gco:CharacterString\": {\n                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                        \"#text\": \"eng\"\n                    }\n                },\n                {\n                    \"gco:CharacterString\": {\n                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                        \"#text\": \"fra\"\n                    }\n                }\n            ],\n            \"gmd:characterSet\": {\n                \"gmd:MD_CharacterSetCode\": {\n                    \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_95\",\n                    \"@codeListValue\": \"RI_458\",\n                    \"#text\": \"utf8; utf8\"\n                }\n            },\n            \"gmd:topicCategory\": {\n                \"gmd:MD_TopicCategoryCode\": \"economy\"\n            },\n            \"gmd:environmentDescription\": {\n                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                \"@gco:nilReason\": \"missing\",\n                \"gco:CharacterString\": null\n            },\n            \"gmd:extent\": [\n                {\n                    \"gmd:EX_Extent\": {\n                        \"gmd:temporalElement\": {\n                            \"gmd:EX_TemporalExtent\": {\n                                \"gmd:extent\": {\n                                    \"gml:TimePeriod\": {\n                                        \"@xmlns:gml\": \"http://www.opengis.net/gml/3.2\",\n                                        \"@gml:id\": \"d3157936e866\",\n                                        \"gml:beginPosition\": \"2020-01\",\n                                        \"gml:endPosition\": \"2020-12\"\n                                    }\n                                }\n                            }\n                        }\n                    }\n                },\n                {\n                    \"gmd:EX_Extent\": {\n                        \"gmd:geographicElement\": {\n                            \"gmd:EX_GeographicBoundingBox\": {\n                                \"gmd:westBoundLongitude\": {\n                                    \"gco:Decimal\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"-141.003\"\n                                    }\n                                },\n                                \"gmd:eastBoundLongitude\": {\n                                    \"gco:Decimal\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"-52.6174\"\n                                    }\n                                },\n                                \"gmd:southBoundLatitude\": {\n                                    \"gco:Decimal\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"41.6755\"\n                                    }\n                                },\n                                \"gmd:northBoundLatitude\": {\n                                    \"gco:Decimal\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"83.1139\"\n                                    }\n                                }\n                            }\n                        }\n                    }\n                }\n            ],\n            \"gmd:supplementalInformation\": {\n                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                \"@gco:nilReason\": \"missing\",\n                \"gco:CharacterString\": null\n            }\n        }\n    },\n    \"gmd:distributionInfo\": {\n        \"gmd:MD_Distribution\": {\n            \"gmd:distributionFormat\": [\n                {\n                    \"gmd:MD_Format\": {\n                        \"gmd:name\": {\n                            \"gco:CharacterString\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"#text\": \"ESRI REST\"\n                            }\n                        },\n                        \"gmd:version\": {\n                            \"gco:CharacterString\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"#text\": \"10.7.1\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"gmd:MD_Format\": {\n                        \"gmd:name\": {\n                            \"gco:CharacterString\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"#text\": \"WMS\"\n                            }\n                        },\n                        \"gmd:version\": {\n                            \"gco:CharacterString\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"#text\": \"1.3.0\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"gmd:MD_Format\": {\n                        \"gmd:name\": {\n                            \"gco:CharacterString\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"#text\": \"MXD\"\n                            }\n                        },\n                        \"gmd:version\": {\n                            \"gco:CharacterString\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"#text\": \"10.7.1\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"gmd:MD_Format\": {\n                        \"gmd:name\": {\n                            \"gco:CharacterString\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"#text\": \"FGDB/GDB\"\n                            }\n                        },\n                        \"gmd:version\": {\n                            \"gco:CharacterString\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"#text\": \"10.7\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"gmd:MD_Format\": {\n                        \"gmd:name\": {\n                            \"gco:CharacterString\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"#text\": \"PDF\"\n                            }\n                        },\n                        \"gmd:version\": {\n                            \"gco:CharacterString\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"#text\": \"N/A\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"gmd:MD_Format\": {\n                        \"gmd:name\": {\n                            \"gco:CharacterString\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"#text\": \"SHP\"\n                            }\n                        },\n                        \"gmd:version\": {\n                            \"gco:CharacterString\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"#text\": \"N/A\"\n                            }\n                        }\n                    }\n                }\n            ],\n            \"gmd:distributor\": {\n                \"gmd:MD_Distributor\": {\n                    \"gmd:distributorContact\": {\n                        \"gmd:CI_ResponsibleParty\": {\n                            \"gmd:individualName\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"@gco:nilReason\": \"missing\",\n                                \"gco:CharacterString\": null\n                            },\n                            \"gmd:organisationName\": {\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"gco:CharacterString\": {\n                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                    \"#text\": \"Government of Canada; Natural Resources Canada; Lands and Minerals Sector\"\n                                },\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\",\n                                            \"#text\": \"Gouvernement du Canada; Ressources naturelles Canada; Secteur des terres et des minéraux\"\n                                        }\n                                    }\n                                }\n                            },\n                            \"gmd:positionName\": {\n                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                \"@gco:nilReason\": \"missing\",\n                                \"gco:CharacterString\": null,\n                                \"gmd:PT_FreeText\": {\n                                    \"gmd:textGroup\": {\n                                        \"gmd:LocalisedCharacterString\": {\n                                            \"@locale\": \"#fra\"\n                                        }\n                                    }\n                                }\n                            },\n                            \"gmd:contactInfo\": {\n                                \"gmd:CI_Contact\": {\n                                    \"gmd:phone\": {\n                                        \"gmd:CI_Telephone\": {\n                                            \"gmd:voice\": {\n                                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"1-855-525-9293\"\n                                                },\n                                                \"gmd:PT_FreeText\": {\n                                                    \"gmd:textGroup\": {\n                                                        \"gmd:LocalisedCharacterString\": {\n                                                            \"@locale\": \"#fra\",\n                                                            \"#text\": \"1-855-525-9293\"\n                                                        }\n                                                    }\n                                                }\n                                            },\n                                            \"gmd:facsimile\": {\n                                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                \"@gco:nilReason\": \"missing\",\n                                                \"gco:CharacterString\": null\n                                            }\n                                        }\n                                    },\n                                    \"gmd:address\": {\n                                        \"gmd:CI_Address\": {\n                                            \"gmd:deliveryPoint\": {\n                                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"580 Booth Street\"\n                                                },\n                                                \"gmd:PT_FreeText\": {\n                                                    \"gmd:textGroup\": {\n                                                        \"gmd:LocalisedCharacterString\": {\n                                                            \"@locale\": \"#fra\",\n                                                            \"#text\": \"580 rue Booth\"\n                                                        }\n                                                    }\n                                                }\n                                            },\n                                            \"gmd:city\": {\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"Ottawa\"\n                                                }\n                                            },\n                                            \"gmd:administrativeArea\": {\n                                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"Ontario\"\n                                                },\n                                                \"gmd:PT_FreeText\": {\n                                                    \"gmd:textGroup\": {\n                                                        \"gmd:LocalisedCharacterString\": {\n                                                            \"@locale\": \"#fra\",\n                                                            \"#text\": \"Ontario\"\n                                                        }\n                                                    }\n                                                }\n                                            },\n                                            \"gmd:postalCode\": {\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"K1A 0E4\"\n                                                }\n                                            },\n                                            \"gmd:country\": {\n                                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"Canada\"\n                                                },\n                                                \"gmd:PT_FreeText\": {\n                                                    \"gmd:textGroup\": {\n                                                        \"gmd:LocalisedCharacterString\": {\n                                                            \"@locale\": \"#fra\",\n                                                            \"#text\": \"Canada\"\n                                                        }\n                                                    }\n                                                }\n                                            },\n                                            \"gmd:electronicMailAddress\": {\n                                                \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                                \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"NRCan.questions.RNCan@canada.ca\"\n                                                },\n                                                \"gmd:PT_FreeText\": {\n                                                    \"gmd:textGroup\": {\n                                                        \"gmd:LocalisedCharacterString\": {\n                                                            \"@locale\": \"#fra\",\n                                                            \"#text\": \"NRCan.questions.RNCan@canada.ca\"\n                                                        }\n                                                    }\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"gmd:onlineResource\": {\n                                        \"gmd:CI_OnlineResource\": {\n                                            \"gmd:linkage\": {\n                                                \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                \"@gco:nilReason\": \"missing\",\n                                                \"gmd:URL\": null\n                                            },\n                                            \"gmd:protocol\": {\n                                                \"gco:CharacterString\": {\n                                                    \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                                    \"#text\": \"http\"\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"gmd:hoursOfService\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"@gco:nilReason\": \"missing\",\n                                        \"gco:CharacterString\": null,\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\"\n                                                }\n                                            }\n                                        }\n                                    }\n                                }\n                            },\n                            \"gmd:role\": {\n                                \"gmd:CI_RoleCode\": {\n                                    \"@codeList\": \"http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_90\",\n                                    \"@codeListValue\": \"RI_412\",\n                                    \"#text\": \"distributor; distributeur\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            \"gmd:transferOptions\": [\n                {\n                    \"gmd:MD_DigitalTransferOptions\": {\n                        \"gmd:onLine\": [\n                            {\n                                \"@xmlns:xlink\": \"http://www.w3.org/1999/xlink\",\n                                \"@xlink:role\": \"urn:xml:lang:fra-CAN\",\n                                \"gmd:CI_OnlineResource\": {\n                                    \"gmd:linkage\": {\n                                        \"gmd:URL\": \"https://maps-cartes.services.geo.ca/server_serveur/rest/services/NRCan/900A_and_top_100_fr/MapServer/1\"\n                                    },\n                                    \"gmd:protocol\": {\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"ESRI REST: Map Server\"\n                                        }\n                                    },\n                                    \"gmd:name\": {\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\"\n                                        },\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\",\n                                                    \"#text\": \"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\"\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"gmd:description\": {\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"Web Service;ESRI REST;fra\"\n                                        },\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\",\n                                                    \"#text\": \"Service Web;ESRI REST;fra\"\n                                                }\n                                            }\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"gmd:CI_OnlineResource\": {\n                                    \"gmd:linkage\": {\n                                        \"gmd:URL\": \"https://maps-cartes.services.geo.ca/server_serveur/services/NRCan/900A_and_top_100_fr/MapServer/WMSServer?request=GetCapabilities&service=WMS\"\n                                    },\n                                    \"gmd:protocol\": {\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"HTTPS\"\n                                        }\n                                    },\n                                    \"gmd:name\": {\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\"\n                                        },\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\",\n                                                    \"#text\": \"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\"\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"gmd:description\": {\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"Web Service;WMS;fra\"\n                                        },\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\",\n                                                    \"#text\": \"Service Web;WMS;fra\"\n                                                }\n                                            }\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"gmd:CI_OnlineResource\": {\n                                    \"gmd:linkage\": {\n                                        \"gmd:URL\": \"https://maps-cartes.services.geo.ca/server_serveur/services/NRCan/900A_and_top_100_en/MapServer/WMSServer?request=GetCapabilities&service=WMS\"\n                                    },\n                                    \"gmd:protocol\": {\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"HTTPS\"\n                                        }\n                                    },\n                                    \"gmd:name\": {\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\"\n                                        },\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\",\n                                                    \"#text\": \"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\"\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"gmd:description\": {\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"Web Service;WMS;eng\"\n                                        },\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\",\n                                                    \"#text\": \"Service Web;WMS;eng\"\n                                                }\n                                            }\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"gmd:CI_OnlineResource\": {\n                                    \"gmd:linkage\": {\n                                        \"gmd:URL\": \"https://www.nrcan.gc.ca/science-data/science-research/earth-sciences/earth-sciences-resources/earth-sciences-federal-programs/map-900a/8790\"\n                                    },\n                                    \"gmd:protocol\": {\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"HTTPS\"\n                                        }\n                                    },\n                                    \"gmd:name\": {\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"Map 900A web page\"\n                                        },\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\",\n                                                    \"#text\": \"Page web de la carte 900A\"\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"gmd:description\": {\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"Supporting Document;HTML;eng\"\n                                        },\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\",\n                                                    \"#text\": \"Document de soutien;HTML;eng\"\n                                                }\n                                            }\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"gmd:CI_OnlineResource\": {\n                                    \"gmd:linkage\": {\n                                        \"gmd:URL\": \"https://www.rncan.gc.ca/science-data/science-research/earth-sciences/earth-sciences-resources/earth-sciences-federal-programs/carte-900a/8791\"\n                                    },\n                                    \"gmd:protocol\": {\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"HTTPS\"\n                                        }\n                                    },\n                                    \"gmd:name\": {\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"Map 900A web page\"\n                                        },\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\",\n                                                    \"#text\": \"Page web de la carte 900A\"\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"gmd:description\": {\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"Supporting Document;HTML;fra\"\n                                        },\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\",\n                                                    \"#text\": \"Document de soutien;HTML;fra\"\n                                                }\n                                            }\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"gmd:CI_OnlineResource\": {\n                                    \"gmd:linkage\": {\n                                        \"gmd:URL\": \"https://atlas.gc.ca/mins/en/index.html\"\n                                    },\n                                    \"gmd:protocol\": {\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"HTTPS\"\n                                        }\n                                    },\n                                    \"gmd:name\": {\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"The Atlas of Canada - Minerals and Mining Web Map\"\n                                        },\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\",\n                                                    \"#text\": \"L'Atlas du Canada - Carte web des ressources minérales et l'activité minière\"\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"gmd:description\": {\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"Application;Web App;eng\"\n                                        },\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\",\n                                                    \"#text\": \"Application;Web App;eng\"\n                                                }\n                                            }\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"gmd:CI_OnlineResource\": {\n                                    \"gmd:linkage\": {\n                                        \"gmd:URL\": \"https://atlas.gc.ca/mins/fr/index.html\"\n                                    },\n                                    \"gmd:protocol\": {\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"HTTPS\"\n                                        }\n                                    },\n                                    \"gmd:name\": {\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"The Atlas of Canada - Minerals and Mining Web Map\"\n                                        },\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\",\n                                                    \"#text\": \"L'Atlas du Canada - Carte web des ressources minérales et l'activité minière\"\n                                                }\n                                            }\n                                        }\n                                    },\n                                    \"gmd:description\": {\n                                        \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                        \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                        \"gco:CharacterString\": {\n                                            \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                            \"#text\": \"Application;Web App;fra\"\n                                        },\n                                        \"gmd:PT_FreeText\": {\n                                            \"gmd:textGroup\": {\n                                                \"gmd:LocalisedCharacterString\": {\n                                                    \"@locale\": \"#fra\",\n                                                    \"#text\": \"Application;Web App;fra\"\n                                                }\n                                            }\n                                        }\n                                    }\n                                }\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"gmd:MD_DigitalTransferOptions\": null\n                },\n                {\n                    \"gmd:MD_DigitalTransferOptions\": {\n                        \"gmd:onLine\": {\n                            \"gmd:CI_OnlineResource\": {\n                                \"gmd:linkage\": {\n                                    \"gmd:URL\": \"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A.gdb.zip\"\n                                },\n                                \"gmd:protocol\": {\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"HTTPS\"\n                                    }\n                                },\n                                \"gmd:name\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"Vector dataset of the 900A map\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Jeu de données vectorielles de la carte 900A\"\n                                            }\n                                        }\n                                    }\n                                },\n                                \"gmd:description\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"Dataset;FGDB/GDB;eng,fra\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Données;FGDB/GDB;eng,fra\"\n                                            }\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    }\n                },\n                {\n                    \"gmd:MD_DigitalTransferOptions\": {\n                        \"gmd:onLine\": {\n                            \"gmd:CI_OnlineResource\": {\n                                \"gmd:linkage\": {\n                                    \"gmd:URL\": \"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_and_top_100_en.mxd\"\n                                },\n                                \"gmd:protocol\": {\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"HTTPS\"\n                                    }\n                                },\n                                \"gmd:name\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"ArcMap project file of the 900A web map\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Projet ArcMap de la cartographie web de 900A\"\n                                            }\n                                        }\n                                    }\n                                },\n                                \"gmd:description\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"Supporting Document;MXD;eng\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Document de soutien;MXD;eng\"\n                                            }\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    }\n                },\n                {\n                    \"gmd:MD_DigitalTransferOptions\": {\n                        \"gmd:onLine\": {\n                            \"gmd:CI_OnlineResource\": {\n                                \"gmd:linkage\": {\n                                    \"gmd:URL\": \"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_and_top_100_fr.mxd\"\n                                },\n                                \"gmd:protocol\": {\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"HTTPS\"\n                                    }\n                                },\n                                \"gmd:name\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"ArcMap project file of the 900A web map\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Projet ArcMap de la cartographie web de 900A\"\n                                            }\n                                        }\n                                    }\n                                },\n                                \"gmd:description\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"Supporting Document;MXD;fra\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Document de soutien;MXD;fra\"\n                                            }\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    }\n                },\n                {\n                    \"gmd:MD_DigitalTransferOptions\": {\n                        \"gmd:onLine\": {\n                            \"gmd:CI_OnlineResource\": {\n                                \"gmd:linkage\": {\n                                    \"gmd:URL\": \"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_70th_shape.zip\"\n                                },\n                                \"gmd:protocol\": {\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"HTTPS\"\n                                    }\n                                },\n                                \"gmd:name\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"Vector dataset of the 900A map\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Jeu de données vectorielles de la carte 900A\"\n                                            }\n                                        }\n                                    }\n                                },\n                                \"gmd:description\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"Dataset;SHP;eng,fra\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Données;SHP;eng,fra\"\n                                            }\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    }\n                },\n                {\n                    \"gmd:MD_DigitalTransferOptions\": {\n                        \"gmd:onLine\": {\n                            \"gmd:CI_OnlineResource\": {\n                                \"gmd:linkage\": {\n                                    \"gmd:URL\": \"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900a_70th_English.pdf\"\n                                },\n                                \"gmd:protocol\": {\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"HTTPS\"\n                                    }\n                                },\n                                \"gmd:name\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\"\n                                            }\n                                        }\n                                    }\n                                },\n                                \"gmd:description\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"Supporting Document;PDF;eng\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Document de soutien;PDF;eng\"\n                                            }\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    }\n                },\n                {\n                    \"gmd:MD_DigitalTransferOptions\": {\n                        \"gmd:onLine\": {\n                            \"gmd:CI_OnlineResource\": {\n                                \"gmd:linkage\": {\n                                    \"gmd:URL\": \"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900a_70th_French.pdf\"\n                                },\n                                \"gmd:protocol\": {\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"HTTPS\"\n                                    }\n                                },\n                                \"gmd:name\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\"\n                                            }\n                                        }\n                                    }\n                                },\n                                \"gmd:description\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"Supporting Document;PDF;fra\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Document de soutien;PDF;fra\"\n                                            }\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    }\n                },\n                {\n                    \"gmd:MD_DigitalTransferOptions\": {\n                        \"gmd:onLine\": {\n                            \"@xmlns:xlink\": \"http://www.w3.org/1999/xlink\",\n                            \"@xlink:role\": \"urn:xml:lang:eng-CAN\",\n                            \"gmd:CI_OnlineResource\": {\n                                \"gmd:linkage\": {\n                                    \"gmd:URL\": \"https://maps-cartes.services.geo.ca/server_serveur/rest/services/NRCan/900A_and_top_100_en/MapServer/1\"\n                                },\n                                \"gmd:protocol\": {\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"ESRI REST: Map Server\"\n                                    }\n                                },\n                                \"gmd:name\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\"\n                                            }\n                                        }\n                                    }\n                                },\n                                \"gmd:description\": {\n                                    \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                                    \"@xsi:type\": \"gmd:PT_FreeText_PropertyType\",\n                                    \"gco:CharacterString\": {\n                                        \"@xmlns:gco\": \"http://www.isotc211.org/2005/gco\",\n                                        \"#text\": \"Web Service;ESRI REST;eng\"\n                                    },\n                                    \"gmd:PT_FreeText\": {\n                                        \"gmd:textGroup\": {\n                                            \"gmd:LocalisedCharacterString\": {\n                                                \"@locale\": \"#fra\",\n                                                \"#text\": \"Service Web;ESRI REST;eng\"\n                                            }\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    }\n                },\n                {\n                    \"gmd:MD_DigitalTransferOptions\": null\n                }\n            ]\n        }\n    }\n}\n\n"
} ] ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Add a geonetwork JSON file to the system / Ajouter un fichier JSON de géoréseau au système geonetwork

400

bad input parameters

Up
post /contribute/new
Add Metadata to the system / Ajouter des métadonnées dans le système (new)
Add Metadata to the system Requires API Key. / Ajouter des métadonnées au système nécessite une clé API.

Request headers

Query parameters

source_key (optional)
Query Parameter — If you are posting from an external system to geoCore, we will provide you a source key to include in new metadata events. We will use your source key and your system's uuid as the uuid for geoCore.
id (optional)
Query Parameter — If you are posting from an external system to geoCore, we will use your system's source key along with your system's uuid to create an unique uuid for geoCore. If you are posting to geoCore from your source system, we will provide you geoCore's UUID in the response to a successful post request.
coordinates (optional)
Query Parameter — The coordinates of the item / Les coordonnées de l'article
title_en (optional)
Query Parameter — The title in english of the item / Le titre en anglais de l'article
title_fr (optional)
Query Parameter — The title in french of the item / Le titre en français de l'article
description_en (optional)
Query Parameter — The description in english of the item / La description en anglais de l'article
description_fr (optional)
Query Parameter — The description in french of the item / La description en français de l'article
keywords_en (optional)
Query Parameter — The keywords in english of the item / Les mots-clés en anglais de l'article
keywords_fr (optional)
Query Parameter — The keywords in french of the item / Les mots-clés en français de l'article
topicCategory (optional)
Query Parameter — The Topic Category of the item / La catégorie de sujet de l'élément
date_published_text (optional)
Query Parameter — The published date text of the item / Le texte de la date de publication de l'élément
date_published_date (optional)
Query Parameter — The published date date of the item / La date de publication de l'élément
date_created_text (optional)
Query Parameter — The created date text of the item / Le texte de la date de création de l'élément
date_created_date (optional)
Query Parameter — The created date date of the item / La date de création de l'élément
spatialRepresentation (optional)
Query Parameter — The spatial representation of the item / La représentation spatiale de l'article
type (optional)
Query Parameter — The type of the item / Le type de l'article
geometry (optional)
Query Parameter — The geometry of the item / La géométrie de l'article
temporalExtent_begin (optional)
Query Parameter — The beginning date of the temporal extent of the item / Date de début de l'étendue temporelle de l'élément
temporalExtent_end (optional)
Query Parameter — The end date of the temporal extent of the item / La date de fin de l'étendue temporelle de l'élément
refSys (optional)
Query Parameter — The reference system of the item / Le référentiel de l'article
refSys_version (optional)
Query Parameter — The reference system version of the item / La version du système de référence de l'article
status (optional)
Query Parameter — The status of the item / Le statut de l'article
maintenance (optional)
Query Parameter — The maintenance of the item / L'entretien de l'article
metadataStandard_en (optional)
Query Parameter — The metadata standard in english of the item / La norme de métadonnées en anglais de l'article
metadataStandard_fr (optional)
Query Parameter — The metadata standard in french of the item / La norme de métadonnées en français de l'article
metadataStandardVersion (optional)
Query Parameter — The metadata standard version of the item / La version standard des métadonnées de l'élément
graphicOverview (optional)
Query Parameter — The graphic overviews of the item / Les aperçus graphiques de l'article
distributionFormat_name (optional)
Query Parameter — The distribution format name of the item / Le nom du format de distribution de l'élément
distributionFormat_format (optional)
Query Parameter — The distribution format format of the item / Le format de distribution de l'article
useLimits_en (optional)
Query Parameter — The use limits in english of the item / Les limites d'utilisation en anglais de l'article
useLimits_fr (optional)
Query Parameter — The use limits in french of the item / Les limites d'utilisation en français de l'article
accessConstraints (optional)
Query Parameter — The access constraints of the item / Les contraintes d'accès de l'article
otherConstraints_en (optional)
Query Parameter — The other constraints in english of the item / Les autres contraintes en anglais de l'article
otherConstraints_fr (optional)
Query Parameter — The other constraints in french of the item / Les autres contraintes en français de l'article
dateStamp (optional)
Query Parameter — The date stamp of the item / Le cachet dateur de l'article
dataSetURI (optional)
Query Parameter — The data set uri of the item / L'URI de l'ensemble de données de l'élément
locale_language (optional)
Query Parameter — The locale language of the item / La langue locale de l'élément
locale_country (optional)
Query Parameter — The locale country of the item / Le pays local de l'élément
locale_encoding (optional)
Query Parameter — The locale encoding of the item / L'encodage local de l'élément
language (optional)
Query Parameter — The language of the item / La langue de l'article
characterSet (optional)
Query Parameter — The characterSet of the item / Le jeu de caractères de l'élément
environmentDescription (optional)
Query Parameter — The environment description of the item / La description de l'environnement de l'élément
supplementalInformation_en (optional)
Query Parameter — The supplemental information in english of the item / Les informations supplémentaires en anglais de l'article
supplementalInformation_fr (optional)
Query Parameter — The supplemental information in french of the item / Les informations complémentaires en français de l'article
contact (optional)
Query Parameter — The contact array of the item / Le tableau de contact de l'élément
credits (optional)
Query Parameter — The credits array of the item / Le tableau des crédits de l'élément
cited (optional)
Query Parameter — The cited array of the item / Le tableau cité de l'élément
distributor (optional)
Query Parameter — The distributor array of the item / Le tableau de distribution de l'article
options (optional)
Query Parameter — The options array of the item / Le tableau d'options de l'élément
plugins (optional)
Query Parameter — The plugins array of the item / Le tableau de plugins de l'élément

Return type

new

Example data

Content-Type: application/json
[ [ {
  "id" : "000183ed-8864-42f0-ae43-c4313a860720",
  "coordinates" : [ [ [ -141.003, 41.6755 ], [ -52.6174, 41.6755 ], [ -52.6174, 83.1139 ], [ -141.003, 83.1139 ], [ -141.003, 41.6755 ] ] ],
  "title_en" : "Principal Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)",
  "title_fr" : "Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)",
  "description_en" : "This dataset is produced and published annually by Natural Resources Canada. It contains a variety of statistics on Canada’s mineral production, and provides the geographic locations of significant metallic, nonmetallic and coal mines, oil sands mines, selected metallurgical works and gas fields for the provinces and territories of Canada.Related product:- **[Top 100 Exploration Projects](https://open.canada.ca/data/en/dataset/b64179f3-ea0f-4abb-9cc5-85432fc958a0)**",
  "description_fr" : "Ce jeu de données est produit et publié annuellement par Ressources naturelles Canada. Il contient une variété de statistiques sur la production de minéraux du Canada et montre l’emplacement géographique des principaux champs de gaz, certaines activités métallurgiques, mines de minéraux métalliques, non métalliques et de charbon, et mines de sables bitumineux dans les provinces et les territoires du Canada.Produit connexe:- **[Les 100 principaux projets d'exploration](https://open.canada.ca/data/fr/dataset/b64179f3-ea0f-4abb-9cc5-85432fc958a0)**",
  "date_published_text" : "published",
  "date_published_date" : "2020-02-27T00:00:00.000Z",
  "keywords_en" : "mineralization, mineral occurrences, mines, hydrocarbons, fossil fuels, industrial minerals, metallic minerals, economic geology, mineral deposits, exploration and deposit appraisal, nonmetallic minerals, oil, gas, hydrocarbons, refineries, smelters, mineral processing, ferroalloy, automobile shredders, Coal, Earth sciences, Oil sands, Recycling, Metals, Minerals, Mining industry, Gas industry, Steel,",
  "keywords_fr" : "minéralisation, indices minéralisés, mines, hydrocarbures, combustibles fossiles, minéraux industriels, minéraux métalliques, géologie économique, gisements minéraux, exploration et mise en valeur de gisements, minéraux non métalliques, pétrole, gaz, hydrocarbures, raffineries, fonderies, traitement des minerais, ferro-alliages, déchiqueteurs d'automobiles, Acier, Industrie gazière, Charbon, Sciences de la terre, Sables bitumineux, Recyclage, Métal, Minerai, Industrie minière",
  "options" : "\"\"[{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"},{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Vector dataset of the 900A map\\\"\",\\\"\"fr\\\"\":\\\"\"Jeu de données vectorielles de la carte 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Dataset;FGDB/GDB;eng,fra\\\"\",\\\"\"fr\\\"\":\\\"\"Données;FGDB/GDB;eng,fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A.gdb.zip\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"ArcMap project file of the 900A web map\\\"\",\\\"\"fr\\\"\":\\\"\"Projet ArcMap de la cartographie web de 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;MXD;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;MXD;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_and_top_100_en.mxd\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"ArcMap project file of the 900A web map\\\"\",\\\"\"fr\\\"\":\\\"\"Projet ArcMap de la cartographie web de 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;MXD;fra\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;MXD;fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_and_top_100_fr.mxd\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Vector dataset of the 900A map\\\"\",\\\"\"fr\\\"\":\\\"\"Jeu de données vectorielles de la carte 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Dataset;SHP;eng,fra\\\" ,\\\"\"fr\\\"\":\\\"\"Données;SHP;eng,fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_70th_shape.zip\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;PDF;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;PDF;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900a_70th_English.pdf\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;PDF;fra\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;PDF;fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900a_70th_French.pdf\\\"\"},{\\\"\"protocol\\\"\":\\\"\"ESRI REST: Map Server\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Web Service;ESRI REST;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Service Web;ESRI REST;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://maps-cartes.services.geo.ca/server_serveur/rest/services/NRCan/900A_and_top_100_en/MapServer/1\\\"\"},{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"}]\"\"",
  "contact" : "\\\"\\\"[{\\\\\\\"\\\"country\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Canada\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Canada\\\\\\\"\\\"},\\\\\\\"\\\"address\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"580 Booth Street\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"580 rue Booth\\\\\\\"\\\"},\\\\\\\"\\\"role\\\\\\\"\\\":\\\\\\\"\\\"pointOfContact; contact\\\\\\\"\\\",\\\\\\\"\\\"individual\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"pt\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Ontario\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Ontario\\\\\\\"\\\"},\\\\\\\"\\\"city\\\\\\\"\\\":\\\\\\\"\\\"Ottawa\\\\\\\"\\\",\\\\\\\"\\\"organisation\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Government of Canada; Natural Resources Canada; Lands and Minerals Sector\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Gouvernement du Canada; Ressources naturelles Canada; Secteur des terres et des minéraux\\\\\\\"\\\"},\\\\\\\"\\\"telephone\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"1-855-525-9293\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"1-855-525-9293\\\\\\\"\\\"},\\\\\\\"\\\"onlineresource\\\\\\\"\\\":{\\\\\\\"\\\"onlineresource\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_description\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_name\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_protocol\\\\\\\"\\\":\\\\\\\"\\\"http\\\\\\\"\\\"},\\\\\\\"\\\"postalcode\\\\\\\"\\\":\\\\\\\"\\\"K1A 0E4\\\\\\\"\\\",\\\\\\\"\\\"hoursofservice\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"position\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\"},\\\\\\\"\\\"fax\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"email\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"NRCan.questions.RNCan@canada.ca\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"NRCan.questions.RNCan@canada.ca\\\\\\\"\\\"}}]\\\"\\\"\"",
  "topicCategory" : "economy",
  "date_created_text" : "created",
  "date_created_date" : "2021-02",
  "spatialRepresentation" : "vector; vecteur",
  "type" : "series; série",
  "temporalExtent" : { },
  "refSys" : "EPSG:3978",
  "refSys_version" : "8.9.2",
  "status" : "completed; complété",
  "maintenance" : "annually; annuel",
  "metadataStandard_en" : "North American Profile of ISO 19115:2003 - Geographic information - Metadata",
  "metadataStandard_fr" : "Profil nord-américain de la norme ISO 19115:2003 - Information géographique - Métadonnées",
  "metadataStandardVersion" : "CAN/CGSB-171.100-2009",
  "graphicOverview" : [ [ "\\\"\\\"http//ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/Thumbnail/900A.png\\\"\\\"", null, null, null ] ],
  "distributionFormat_name" : "N/A",
  "distributionFormat_format" : "N/A",
  "useLimits_en" : "Open Government Licence - Canada (http://open.canada.ca/en/open-government-licence-canada)",
  "useLimits_fr" : "Licence du gouvernement ouvert - Canada (http://ouvert.canada.ca/fr/licence-du-gouvernement-ouvert-canada)",
  "accessConstraints" : "license; licence",
  "otherConstraints" : "N/A",
  "dateStamp" : "2021-02-23T20:32:05.000Z",
  "dataSetURI" : "N/A",
  "locale" : { },
  "language" : "eng; CAN",
  "characterSet" : "utf8; utf8",
  "environmentDescription" : "N/A",
  "supplementalInformation_en" : "N/A",
  "supplementalInformation_fr" : "N/A",
  "credits" : [ ],
  "distributor" : [ [ null, [ null, null ], [ "Government of Canada; Natural Resources Canada; Lands and Minerals Sector\\ \"\\\"NRCan.questions.RNCan@canada.ca\\\"\\\"" ], [ null, null, "\\\"\\\"http\\\"\\\"", null ], null, "\\\"\\\"distributor; distributeur\\\"\\\"" ] ]
} ], [ {
  "id" : "000183ed-8864-42f0-ae43-c4313a860720",
  "coordinates" : [ [ [ -141.003, 41.6755 ], [ -52.6174, 41.6755 ], [ -52.6174, 83.1139 ], [ -141.003, 83.1139 ], [ -141.003, 41.6755 ] ] ],
  "title_en" : "Principal Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)",
  "title_fr" : "Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)",
  "description_en" : "This dataset is produced and published annually by Natural Resources Canada. It contains a variety of statistics on Canada’s mineral production, and provides the geographic locations of significant metallic, nonmetallic and coal mines, oil sands mines, selected metallurgical works and gas fields for the provinces and territories of Canada.Related product:- **[Top 100 Exploration Projects](https://open.canada.ca/data/en/dataset/b64179f3-ea0f-4abb-9cc5-85432fc958a0)**",
  "description_fr" : "Ce jeu de données est produit et publié annuellement par Ressources naturelles Canada. Il contient une variété de statistiques sur la production de minéraux du Canada et montre l’emplacement géographique des principaux champs de gaz, certaines activités métallurgiques, mines de minéraux métalliques, non métalliques et de charbon, et mines de sables bitumineux dans les provinces et les territoires du Canada.Produit connexe:- **[Les 100 principaux projets d'exploration](https://open.canada.ca/data/fr/dataset/b64179f3-ea0f-4abb-9cc5-85432fc958a0)**",
  "date_published_text" : "published",
  "date_published_date" : "2020-02-27T00:00:00.000Z",
  "keywords_en" : "mineralization, mineral occurrences, mines, hydrocarbons, fossil fuels, industrial minerals, metallic minerals, economic geology, mineral deposits, exploration and deposit appraisal, nonmetallic minerals, oil, gas, hydrocarbons, refineries, smelters, mineral processing, ferroalloy, automobile shredders, Coal, Earth sciences, Oil sands, Recycling, Metals, Minerals, Mining industry, Gas industry, Steel,",
  "keywords_fr" : "minéralisation, indices minéralisés, mines, hydrocarbures, combustibles fossiles, minéraux industriels, minéraux métalliques, géologie économique, gisements minéraux, exploration et mise en valeur de gisements, minéraux non métalliques, pétrole, gaz, hydrocarbures, raffineries, fonderies, traitement des minerais, ferro-alliages, déchiqueteurs d'automobiles, Acier, Industrie gazière, Charbon, Sciences de la terre, Sables bitumineux, Recyclage, Métal, Minerai, Industrie minière",
  "options" : "\"\"[{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"},{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Vector dataset of the 900A map\\\"\",\\\"\"fr\\\"\":\\\"\"Jeu de données vectorielles de la carte 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Dataset;FGDB/GDB;eng,fra\\\"\",\\\"\"fr\\\"\":\\\"\"Données;FGDB/GDB;eng,fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A.gdb.zip\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"ArcMap project file of the 900A web map\\\"\",\\\"\"fr\\\"\":\\\"\"Projet ArcMap de la cartographie web de 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;MXD;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;MXD;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_and_top_100_en.mxd\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"ArcMap project file of the 900A web map\\\"\",\\\"\"fr\\\"\":\\\"\"Projet ArcMap de la cartographie web de 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;MXD;fra\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;MXD;fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_and_top_100_fr.mxd\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Vector dataset of the 900A map\\\"\",\\\"\"fr\\\"\":\\\"\"Jeu de données vectorielles de la carte 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Dataset;SHP;eng,fra\\\" ,\\\"\"fr\\\"\":\\\"\"Données;SHP;eng,fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_70th_shape.zip\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;PDF;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;PDF;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900a_70th_English.pdf\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;PDF;fra\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;PDF;fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900a_70th_French.pdf\\\"\"},{\\\"\"protocol\\\"\":\\\"\"ESRI REST: Map Server\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Web Service;ESRI REST;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Service Web;ESRI REST;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://maps-cartes.services.geo.ca/server_serveur/rest/services/NRCan/900A_and_top_100_en/MapServer/1\\\"\"},{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"}]\"\"",
  "contact" : "\\\"\\\"[{\\\\\\\"\\\"country\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Canada\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Canada\\\\\\\"\\\"},\\\\\\\"\\\"address\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"580 Booth Street\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"580 rue Booth\\\\\\\"\\\"},\\\\\\\"\\\"role\\\\\\\"\\\":\\\\\\\"\\\"pointOfContact; contact\\\\\\\"\\\",\\\\\\\"\\\"individual\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"pt\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Ontario\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Ontario\\\\\\\"\\\"},\\\\\\\"\\\"city\\\\\\\"\\\":\\\\\\\"\\\"Ottawa\\\\\\\"\\\",\\\\\\\"\\\"organisation\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Government of Canada; Natural Resources Canada; Lands and Minerals Sector\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Gouvernement du Canada; Ressources naturelles Canada; Secteur des terres et des minéraux\\\\\\\"\\\"},\\\\\\\"\\\"telephone\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"1-855-525-9293\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"1-855-525-9293\\\\\\\"\\\"},\\\\\\\"\\\"onlineresource\\\\\\\"\\\":{\\\\\\\"\\\"onlineresource\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_description\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_name\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_protocol\\\\\\\"\\\":\\\\\\\"\\\"http\\\\\\\"\\\"},\\\\\\\"\\\"postalcode\\\\\\\"\\\":\\\\\\\"\\\"K1A 0E4\\\\\\\"\\\",\\\\\\\"\\\"hoursofservice\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"position\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\"},\\\\\\\"\\\"fax\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"email\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"NRCan.questions.RNCan@canada.ca\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"NRCan.questions.RNCan@canada.ca\\\\\\\"\\\"}}]\\\"\\\"\"",
  "topicCategory" : "economy",
  "date_created_text" : "created",
  "date_created_date" : "2021-02",
  "spatialRepresentation" : "vector; vecteur",
  "type" : "series; série",
  "temporalExtent" : { },
  "refSys" : "EPSG:3978",
  "refSys_version" : "8.9.2",
  "status" : "completed; complété",
  "maintenance" : "annually; annuel",
  "metadataStandard_en" : "North American Profile of ISO 19115:2003 - Geographic information - Metadata",
  "metadataStandard_fr" : "Profil nord-américain de la norme ISO 19115:2003 - Information géographique - Métadonnées",
  "metadataStandardVersion" : "CAN/CGSB-171.100-2009",
  "graphicOverview" : [ [ "\\\"\\\"http//ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/Thumbnail/900A.png\\\"\\\"", null, null, null ] ],
  "distributionFormat_name" : "N/A",
  "distributionFormat_format" : "N/A",
  "useLimits_en" : "Open Government Licence - Canada (http://open.canada.ca/en/open-government-licence-canada)",
  "useLimits_fr" : "Licence du gouvernement ouvert - Canada (http://ouvert.canada.ca/fr/licence-du-gouvernement-ouvert-canada)",
  "accessConstraints" : "license; licence",
  "otherConstraints" : "N/A",
  "dateStamp" : "2021-02-23T20:32:05.000Z",
  "dataSetURI" : "N/A",
  "locale" : { },
  "language" : "eng; CAN",
  "characterSet" : "utf8; utf8",
  "environmentDescription" : "N/A",
  "supplementalInformation_en" : "N/A",
  "supplementalInformation_fr" : "N/A",
  "credits" : [ ],
  "distributor" : [ [ null, [ null, null ], [ "Government of Canada; Natural Resources Canada; Lands and Minerals Sector\\ \"\\\"NRCan.questions.RNCan@canada.ca\\\"\\\"" ], [ null, null, "\\\"\\\"http\\\"\\\"", null ], null, "\\\"\\\"distributor; distributeur\\\"\\\"" ] ]
} ] ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Add Metadata to the System / Ajouter des métadonnées au système new

400

bad input parameters

Up
post /contribute/update
Update Metadata in the system / Mettre à jour les métadonnées dans le système (update)
Update metadata for a specific UUID in the system Requires API Key. / Mettre à jour les métadonnées d'un UUID spécifique dans le système. Nécessite une clé API.

Request headers

Query parameters

uuid (optional)
Query Parameter — The UUID of the metadata item where metadata is being updated / L'UUID de l'élément de métadonnées où les métadonnées sont mises à jour
coordinates (optional)
Query Parameter — The coordinates of the metadata item where metadata is being updated / Les coordonnées de l'élément de métadonnées où les métadonnées sont mises à jour
title_en (optional)
Query Parameter — The title in english of the metadata item where metadata is being updated / Le titre en anglais de l'élément de métadonnées où les métadonnées sont mises à jour
title_fr (optional)
Query Parameter — The title in french of the metadata item where metadata is being updated / Le titre en français de l'élément de métadonnées où les métadonnées sont mises à jour
description_en (optional)
Query Parameter — The description in english of the metadata item where metadata is being updated / La description en anglais de l'élément de métadonnées où les métadonnées sont mises à jour
description_fr (optional)
Query Parameter — The description in french of the metadata item where metadata is being updated / La description en français de l'élément de métadonnées où les métadonnées sont mises à jour
keywords_en (optional)
Query Parameter — The keywords in english of the metadata item where metadata is being updated / Les mots-clés en anglais de l'élément de métadonnées où les métadonnées sont mises à jour
keywords_fr (optional)
Query Parameter — The keywords in french of the metadata item where metadata is being updated / Les mots-clés en français de la rubrique de métadonnées où les métadonnées sont mises à jour
topicCategory (optional)
Query Parameter — The Topic Category of the metadata item where metadata is being updated / La catégorie de sujet de l'élément de métadonnées où les métadonnées sont mises à jour
date_published_text (optional)
Query Parameter — The published date text of the metadata item where metadata is being updated / Le texte de la date de publication de l'élément de métadonnées où les métadonnées sont mises à jour
date_published_date (optional)
Query Parameter — The published date date of the metadata item where metadata is being updated / La date de publication date de l'élément de métadonnées où les métadonnées sont mises à jour
date_created_text (optional)
Query Parameter — The created date text of the metadata item where metadata is being updated / Le texte de la date de création de l'élément de métadonnées où les métadonnées sont mises à jour
date_created_date (optional)
Query Parameter — The created date date of the metadata item where metadata is being updated / La date de création date de l'élément de métadonnées où les métadonnées sont mises à jour
spatialRepresentation (optional)
Query Parameter — The spatial representation of the metadata item where metadata is being updated / La représentation spatiale de l'élément de métadonnées où les métadonnées sont mises à jour
type (optional)
Query Parameter — The type of the metadata item where metadata is being updated / Le type de l'élément de métadonnées où les métadonnées sont mises à jour
geometry (optional)
Query Parameter — The geometry of the metadata item where metadata is being updated / La géométrie de l'élément de métadonnées où les métadonnées sont mises à jour
temporalExtent_begin (optional)
Query Parameter — The beginning date of the temporal extent of the metadata item where metadata is being updated / Date de début de l'étendue temporelle de l'élément de métadonnées où les métadonnées sont mises à jour
temporalExtent_end (optional)
Query Parameter — The end date of the temporal extent of the metadata item where metadata is being updated / La date de fin de l'étendue temporelle de l'élément de métadonnées où les métadonnées sont mises à jour
refSys (optional)
Query Parameter — The reference system of the metadata item where metadata is being updated / Le système de référence de l'élément de métadonnées où les métadonnées sont mises à jour
refSys_version (optional)
Query Parameter — The reference system version of the metadata item where metadata is being updated / La version du système de référence de l'élément de métadonnées où les métadonnées sont mises à jour
status (optional)
Query Parameter — The status of the metadata item where metadata is being updated / Le statut de l'élément de métadonnées où les métadonnées sont mises à jour
maintenance (optional)
Query Parameter — The maintenance of the metadata item where metadata is being updated / La maintenance de l'élément de métadonnées où les métadonnées sont mises à jour
metadataStandard_en (optional)
Query Parameter — The metadata standard in english of the metadata item where metadata is being updated / La norme de métadonnées en anglais de l'élément de métadonnées où les métadonnées sont mises à jour
metadataStandard_fr (optional)
Query Parameter — The metadata standard in french of the metadata item where metadata is being updated / Le standard de métadonnées en français de l'élément de métadonnées où les métadonnées sont mises à jour
metadataStandardVersion (optional)
Query Parameter — The metadata standard version of the metadata item where metadata is being updated / La version standard des métadonnées de l'élément de métadonnées où les métadonnées sont mises à jour
graphicOverview (optional)
Query Parameter — The graphic overviews of the metadata item where metadata is being updated / Les aperçus graphiques de l'élément de métadonnées où les métadonnées sont mises à jour
distributionFormat_name (optional)
Query Parameter — The distribution format name of the metadata item where metadata is being updated / Le nom du format de distribution de l'élément de métadonnées où les métadonnées sont mises à jour
distributionFormat_format (optional)
Query Parameter — The distribution format format of the metadata item where metadata is being updated / Le format de format de distribution de l'élément de métadonnées où les métadonnées sont mises à jour
useLimits_en (optional)
Query Parameter — The use limits in english of the metadata item where metadata is being updated / Les limites d'utilisation en anglais de l'élément de métadonnées où les métadonnées sont mises à jour
useLimits_fr (optional)
Query Parameter — The use limits in french of the metadata item where metadata is being updated / Les limites d'utilisation en français de la rubrique de métadonnées où les métadonnées sont mises à jour
accessConstraints (optional)
Query Parameter — The access constraints of the metadata item where metadata is being updated / Les contraintes d'accès de l'élément de métadonnées où les métadonnées sont mises à jour
otherConstraints_en (optional)
Query Parameter — The other constraints in english of the metadata item where metadata is being updated / Les autres contraintes en anglais de l'élément de métadonnées où les métadonnées sont mises à jour
otherConstraints_fr (optional)
Query Parameter — The other constraints in french of the metadata item where metadata is being updated / Les autres contraintes en français de la rubrique de métadonnées où les métadonnées sont mises à jour
dateStamp (optional)
Query Parameter — The date stamp of the metadata item where metadata is being updated / L'horodatage de l'élément de métadonnées où les métadonnées sont mises à jour
dataSetURI (optional)
Query Parameter — The data set uri of the metadata item where metadata is being updated / L'URI de l'ensemble de données de l'élément de métadonnées où les métadonnées sont mises à jour
locale_language (optional)
Query Parameter — The locale language of the metadata item where metadata is being updated / La langue locale de l'élément de métadonnées dans lequel les métadonnées sont mises à jour
locale_country (optional)
Query Parameter — The locale country of the metadata item where metadata is being updated / Le pays local de l'élément de métadonnées où les métadonnées sont mises à jour
locale_encoding (optional)
Query Parameter — The locale encoding of the metadata item where metadata is being updated / Le codage local de l'élément de métadonnées où les métadonnées sont mises à jour
language (optional)
Query Parameter — The language of the metadata item where metadata is being updated / La langue de l'élément de métadonnées dans lequel les métadonnées sont mises à jour
characterSet (optional)
Query Parameter — The characterSet of the metadata item where metadata is being updated / Le jeu de caractères de l'élément de métadonnées où les métadonnées sont mises à jour
environmentDescription (optional)
Query Parameter — The environment description of the metadata item where metadata is being updated / La description de l'environnement de l'élément de métadonnées où les métadonnées sont mises à jour
supplementalInformation_en (optional)
Query Parameter — The supplemental information in english of the metadata item where metadata is being updated / Les informations supplémentaires en anglais de l'élément de métadonnées où les métadonnées sont mises à jour
supplementalInformation_fr (optional)
Query Parameter — The supplemental information in french of the metadata item where metadata is being updated / Les informations complémentaires en français de la rubrique de métadonnées où les métadonnées sont mises à jour
contact (optional)
Query Parameter — The contact array of the metadata item where metadata is being updated / Le tableau de contacts de l'élément de métadonnées où les métadonnées sont mises à jour
credits (optional)
Query Parameter — The credits array of the metadata item where metadata is being updated / Le tableau des crédits de l'élément de métadonnées où les métadonnées sont mises à jour
cited (optional)
Query Parameter — The cited array of the metadata item where metadata is being updated / Le tableau cité de l'élément de métadonnées où les métadonnées sont mises à jour
distributor (optional)
Query Parameter — The distributor array of the metadata item where metadata is being updated / Le tableau de distribution de l'élément de métadonnées où les métadonnées sont mises à jour
options (optional)
Query Parameter — The options array of the metadata item where metadata is being updated / Le tableau d'options de l'élément de métadonnées où les métadonnées sont mises à jour
plugins (optional)
Query Parameter — The plugins array of the metadata item where metadata is being updated / Le tableau de plugins de l'élément de métadonnées où les métadonnées sont mises à jour

Return type

Example data

Content-Type: application/json
[ [ {
  "id" : "000183ed-8864-42f0-ae43-c4313a860720",
  "coordinates" : [ [ [ -141.003, 41.6755 ], [ -52.6174, 41.6755 ], [ -52.6174, 83.1139 ], [ -141.003, 83.1139 ], [ -141.003, 41.6755 ] ] ],
  "title_en" : "Principal Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)",
  "title_fr" : "Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)",
  "description_en" : "This dataset is produced and published annually by Natural Resources Canada. It contains a variety of statistics on Canada’s mineral production, and provides the geographic locations of significant metallic, nonmetallic and coal mines, oil sands mines, selected metallurgical works and gas fields for the provinces and territories of Canada.Related product:- **[Top 100 Exploration Projects](https://open.canada.ca/data/en/dataset/b64179f3-ea0f-4abb-9cc5-85432fc958a0)**",
  "description_fr" : "Ce jeu de données est produit et publié annuellement par Ressources naturelles Canada. Il contient une variété de statistiques sur la production de minéraux du Canada et montre l’emplacement géographique des principaux champs de gaz, certaines activités métallurgiques, mines de minéraux métalliques, non métalliques et de charbon, et mines de sables bitumineux dans les provinces et les territoires du Canada.Produit connexe:- **[Les 100 principaux projets d'exploration](https://open.canada.ca/data/fr/dataset/b64179f3-ea0f-4abb-9cc5-85432fc958a0)**",
  "date_published_text" : "published",
  "date_published_date" : "2020-02-27T00:00:00.000Z",
  "keywords_en" : "mineralization, mineral occurrences, mines, hydrocarbons, fossil fuels, industrial minerals, metallic minerals, economic geology, mineral deposits, exploration and deposit appraisal, nonmetallic minerals, oil, gas, hydrocarbons, refineries, smelters, mineral processing, ferroalloy, automobile shredders, Coal, Earth sciences, Oil sands, Recycling, Metals, Minerals, Mining industry, Gas industry, Steel,",
  "keywords_fr" : "minéralisation, indices minéralisés, mines, hydrocarbures, combustibles fossiles, minéraux industriels, minéraux métalliques, géologie économique, gisements minéraux, exploration et mise en valeur de gisements, minéraux non métalliques, pétrole, gaz, hydrocarbures, raffineries, fonderies, traitement des minerais, ferro-alliages, déchiqueteurs d'automobiles, Acier, Industrie gazière, Charbon, Sciences de la terre, Sables bitumineux, Recyclage, Métal, Minerai, Industrie minière",
  "options" : "\"\"[{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"},{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Vector dataset of the 900A map\\\"\",\\\"\"fr\\\"\":\\\"\"Jeu de données vectorielles de la carte 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Dataset;FGDB/GDB;eng,fra\\\"\",\\\"\"fr\\\"\":\\\"\"Données;FGDB/GDB;eng,fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A.gdb.zip\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"ArcMap project file of the 900A web map\\\"\",\\\"\"fr\\\"\":\\\"\"Projet ArcMap de la cartographie web de 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;MXD;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;MXD;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_and_top_100_en.mxd\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"ArcMap project file of the 900A web map\\\"\",\\\"\"fr\\\"\":\\\"\"Projet ArcMap de la cartographie web de 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;MXD;fra\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;MXD;fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_and_top_100_fr.mxd\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Vector dataset of the 900A map\\\"\",\\\"\"fr\\\"\":\\\"\"Jeu de données vectorielles de la carte 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Dataset;SHP;eng,fra\\\" ,\\\"\"fr\\\"\":\\\"\"Données;SHP;eng,fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_70th_shape.zip\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;PDF;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;PDF;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900a_70th_English.pdf\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;PDF;fra\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;PDF;fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900a_70th_French.pdf\\\"\"},{\\\"\"protocol\\\"\":\\\"\"ESRI REST: Map Server\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Web Service;ESRI REST;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Service Web;ESRI REST;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://maps-cartes.services.geo.ca/server_serveur/rest/services/NRCan/900A_and_top_100_en/MapServer/1\\\"\"},{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"}]\"\"",
  "contact" : "\\\"\\\"[{\\\\\\\"\\\"country\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Canada\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Canada\\\\\\\"\\\"},\\\\\\\"\\\"address\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"580 Booth Street\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"580 rue Booth\\\\\\\"\\\"},\\\\\\\"\\\"role\\\\\\\"\\\":\\\\\\\"\\\"pointOfContact; contact\\\\\\\"\\\",\\\\\\\"\\\"individual\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"pt\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Ontario\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Ontario\\\\\\\"\\\"},\\\\\\\"\\\"city\\\\\\\"\\\":\\\\\\\"\\\"Ottawa\\\\\\\"\\\",\\\\\\\"\\\"organisation\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Government of Canada; Natural Resources Canada; Lands and Minerals Sector\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Gouvernement du Canada; Ressources naturelles Canada; Secteur des terres et des minéraux\\\\\\\"\\\"},\\\\\\\"\\\"telephone\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"1-855-525-9293\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"1-855-525-9293\\\\\\\"\\\"},\\\\\\\"\\\"onlineresource\\\\\\\"\\\":{\\\\\\\"\\\"onlineresource\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_description\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_name\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_protocol\\\\\\\"\\\":\\\\\\\"\\\"http\\\\\\\"\\\"},\\\\\\\"\\\"postalcode\\\\\\\"\\\":\\\\\\\"\\\"K1A 0E4\\\\\\\"\\\",\\\\\\\"\\\"hoursofservice\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"position\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\"},\\\\\\\"\\\"fax\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"email\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"NRCan.questions.RNCan@canada.ca\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"NRCan.questions.RNCan@canada.ca\\\\\\\"\\\"}}]\\\"\\\"\"",
  "topicCategory" : "economy",
  "date_created_text" : "created",
  "date_created_date" : "2021-02",
  "spatialRepresentation" : "vector; vecteur",
  "type" : "series; série",
  "temporalExtent" : { },
  "refSys" : "EPSG:3978",
  "refSys_version" : "8.9.2",
  "status" : "completed; complété",
  "maintenance" : "annually; annuel",
  "metadataStandard_en" : "North American Profile of ISO 19115:2003 - Geographic information - Metadata",
  "metadataStandard_fr" : "Profil nord-américain de la norme ISO 19115:2003 - Information géographique - Métadonnées",
  "metadataStandardVersion" : "CAN/CGSB-171.100-2009",
  "graphicOverview" : [ [ "\\\"\\\"http//ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/Thumbnail/900A.png\\\"\\\"", null, null, null ] ],
  "distributionFormat_name" : "N/A",
  "distributionFormat_format" : "N/A",
  "useLimits_en" : "Open Government Licence - Canada (http://open.canada.ca/en/open-government-licence-canada)",
  "useLimits_fr" : "Licence du gouvernement ouvert - Canada (http://ouvert.canada.ca/fr/licence-du-gouvernement-ouvert-canada)",
  "accessConstraints" : "license; licence",
  "otherConstraints" : "N/A",
  "dateStamp" : "2021-02-23T20:32:05.000Z",
  "dataSetURI" : "N/A",
  "locale" : { },
  "language" : "eng; CAN",
  "characterSet" : "utf8; utf8",
  "environmentDescription" : "N/A",
  "supplementalInformation_en" : "N/A",
  "supplementalInformation_fr" : "N/A",
  "credits" : [ ],
  "distributor" : [ [ null, [ null, null ], [ "Government of Canada; Natural Resources Canada; Lands and Minerals Sector\\ \"\\\"NRCan.questions.RNCan@canada.ca\\\"\\\"" ], [ null, null, "\\\"\\\"http\\\"\\\"", null ], null, "\\\"\\\"distributor; distributeur\\\"\\\"" ] ]
} ], [ {
  "id" : "000183ed-8864-42f0-ae43-c4313a860720",
  "coordinates" : [ [ [ -141.003, 41.6755 ], [ -52.6174, 41.6755 ], [ -52.6174, 83.1139 ], [ -141.003, 83.1139 ], [ -141.003, 41.6755 ] ] ],
  "title_en" : "Principal Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)",
  "title_fr" : "Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)",
  "description_en" : "This dataset is produced and published annually by Natural Resources Canada. It contains a variety of statistics on Canada’s mineral production, and provides the geographic locations of significant metallic, nonmetallic and coal mines, oil sands mines, selected metallurgical works and gas fields for the provinces and territories of Canada.Related product:- **[Top 100 Exploration Projects](https://open.canada.ca/data/en/dataset/b64179f3-ea0f-4abb-9cc5-85432fc958a0)**",
  "description_fr" : "Ce jeu de données est produit et publié annuellement par Ressources naturelles Canada. Il contient une variété de statistiques sur la production de minéraux du Canada et montre l’emplacement géographique des principaux champs de gaz, certaines activités métallurgiques, mines de minéraux métalliques, non métalliques et de charbon, et mines de sables bitumineux dans les provinces et les territoires du Canada.Produit connexe:- **[Les 100 principaux projets d'exploration](https://open.canada.ca/data/fr/dataset/b64179f3-ea0f-4abb-9cc5-85432fc958a0)**",
  "date_published_text" : "published",
  "date_published_date" : "2020-02-27T00:00:00.000Z",
  "keywords_en" : "mineralization, mineral occurrences, mines, hydrocarbons, fossil fuels, industrial minerals, metallic minerals, economic geology, mineral deposits, exploration and deposit appraisal, nonmetallic minerals, oil, gas, hydrocarbons, refineries, smelters, mineral processing, ferroalloy, automobile shredders, Coal, Earth sciences, Oil sands, Recycling, Metals, Minerals, Mining industry, Gas industry, Steel,",
  "keywords_fr" : "minéralisation, indices minéralisés, mines, hydrocarbures, combustibles fossiles, minéraux industriels, minéraux métalliques, géologie économique, gisements minéraux, exploration et mise en valeur de gisements, minéraux non métalliques, pétrole, gaz, hydrocarbures, raffineries, fonderies, traitement des minerais, ferro-alliages, déchiqueteurs d'automobiles, Acier, Industrie gazière, Charbon, Sciences de la terre, Sables bitumineux, Recyclage, Métal, Minerai, Industrie minière",
  "options" : "\"\"[{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"},{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Vector dataset of the 900A map\\\"\",\\\"\"fr\\\"\":\\\"\"Jeu de données vectorielles de la carte 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Dataset;FGDB/GDB;eng,fra\\\"\",\\\"\"fr\\\"\":\\\"\"Données;FGDB/GDB;eng,fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A.gdb.zip\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"ArcMap project file of the 900A web map\\\"\",\\\"\"fr\\\"\":\\\"\"Projet ArcMap de la cartographie web de 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;MXD;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;MXD;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_and_top_100_en.mxd\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"ArcMap project file of the 900A web map\\\"\",\\\"\"fr\\\"\":\\\"\"Projet ArcMap de la cartographie web de 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;MXD;fra\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;MXD;fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_and_top_100_fr.mxd\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Vector dataset of the 900A map\\\"\",\\\"\"fr\\\"\":\\\"\"Jeu de données vectorielles de la carte 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Dataset;SHP;eng,fra\\\" ,\\\"\"fr\\\"\":\\\"\"Données;SHP;eng,fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_70th_shape.zip\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;PDF;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;PDF;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900a_70th_English.pdf\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;PDF;fra\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;PDF;fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900a_70th_French.pdf\\\"\"},{\\\"\"protocol\\\"\":\\\"\"ESRI REST: Map Server\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Web Service;ESRI REST;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Service Web;ESRI REST;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://maps-cartes.services.geo.ca/server_serveur/rest/services/NRCan/900A_and_top_100_en/MapServer/1\\\"\"},{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"}]\"\"",
  "contact" : "\\\"\\\"[{\\\\\\\"\\\"country\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Canada\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Canada\\\\\\\"\\\"},\\\\\\\"\\\"address\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"580 Booth Street\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"580 rue Booth\\\\\\\"\\\"},\\\\\\\"\\\"role\\\\\\\"\\\":\\\\\\\"\\\"pointOfContact; contact\\\\\\\"\\\",\\\\\\\"\\\"individual\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"pt\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Ontario\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Ontario\\\\\\\"\\\"},\\\\\\\"\\\"city\\\\\\\"\\\":\\\\\\\"\\\"Ottawa\\\\\\\"\\\",\\\\\\\"\\\"organisation\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Government of Canada; Natural Resources Canada; Lands and Minerals Sector\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Gouvernement du Canada; Ressources naturelles Canada; Secteur des terres et des minéraux\\\\\\\"\\\"},\\\\\\\"\\\"telephone\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"1-855-525-9293\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"1-855-525-9293\\\\\\\"\\\"},\\\\\\\"\\\"onlineresource\\\\\\\"\\\":{\\\\\\\"\\\"onlineresource\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_description\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_name\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_protocol\\\\\\\"\\\":\\\\\\\"\\\"http\\\\\\\"\\\"},\\\\\\\"\\\"postalcode\\\\\\\"\\\":\\\\\\\"\\\"K1A 0E4\\\\\\\"\\\",\\\\\\\"\\\"hoursofservice\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"position\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\"},\\\\\\\"\\\"fax\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"email\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"NRCan.questions.RNCan@canada.ca\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"NRCan.questions.RNCan@canada.ca\\\\\\\"\\\"}}]\\\"\\\"\"",
  "topicCategory" : "economy",
  "date_created_text" : "created",
  "date_created_date" : "2021-02",
  "spatialRepresentation" : "vector; vecteur",
  "type" : "series; série",
  "temporalExtent" : { },
  "refSys" : "EPSG:3978",
  "refSys_version" : "8.9.2",
  "status" : "completed; complété",
  "maintenance" : "annually; annuel",
  "metadataStandard_en" : "North American Profile of ISO 19115:2003 - Geographic information - Metadata",
  "metadataStandard_fr" : "Profil nord-américain de la norme ISO 19115:2003 - Information géographique - Métadonnées",
  "metadataStandardVersion" : "CAN/CGSB-171.100-2009",
  "graphicOverview" : [ [ "\\\"\\\"http//ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/Thumbnail/900A.png\\\"\\\"", null, null, null ] ],
  "distributionFormat_name" : "N/A",
  "distributionFormat_format" : "N/A",
  "useLimits_en" : "Open Government Licence - Canada (http://open.canada.ca/en/open-government-licence-canada)",
  "useLimits_fr" : "Licence du gouvernement ouvert - Canada (http://ouvert.canada.ca/fr/licence-du-gouvernement-ouvert-canada)",
  "accessConstraints" : "license; licence",
  "otherConstraints" : "N/A",
  "dateStamp" : "2021-02-23T20:32:05.000Z",
  "dataSetURI" : "N/A",
  "locale" : { },
  "language" : "eng; CAN",
  "characterSet" : "utf8; utf8",
  "environmentDescription" : "N/A",
  "supplementalInformation_en" : "N/A",
  "supplementalInformation_fr" : "N/A",
  "credits" : [ ],
  "distributor" : [ [ null, [ null, null ], [ "Government of Canada; Natural Resources Canada; Lands and Minerals Sector\\ \"\\\"NRCan.questions.RNCan@canada.ca\\\"\\\"" ], [ null, null, "\\\"\\\"http\\\"\\\"", null ], null, "\\\"\\\"distributor; distributeur\\\"\\\"" ] ]
} ] ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

The metadata ipdated information associated with an UUID / Les informations actualisées des métadonnées associées à un UUID update

400

bad input parameters

Save / Sauvegarder

Up
post /saved_records/add
Save a record for an user / Enregistrer un enregistrement pour un utilisateur (addSavedRecord)
Save a record for an user / Enregistrer un enregistrement pour un utilisateur

Request headers

Query parameters

userId (optional)
Query Parameter — user Id of the user the data is being added to. / ID utilisateur de l'utilisateur auquel les données sont ajoutées.
uuid (optional)
Query Parameter — uuid of the data that is being added to the system / uuid des données ajoutées au système

Return type

Example data

Content-Type: application/json
{
  "userId" : "userId",
  "uuid" : "uuid"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Save a record for an user / Enregistrer un enregistrement pour un utilisateur saved_record_add

400

bad input parameters

Up
post /saved_search/add
Add saved search for a user to the system / Ajouter une recherche enregistrée pour un utilisateur au système (addSavedSearch)
Add saved search for a user to the system / Ajouter une recherche enregistrée pour un utilisateur au système

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json

Request body

body saved_search_add_inner (optional)
Body Parameter — Add saved search for a user to the system / Ajouter une recherche enregistrée pour un utilisateur au système

Request headers

Query parameters

search (optional)
Query Parameter — Record search term used / Enregistrement du terme de recherche utilisé
theme (optional)
Query Parameter — Record theme filter used / Enregistrer le filtre thématique utilisé
filter (optional)
Query Parameter — Record type filter used / Filtre de type d'enregistrement utilisé
geo (optional)
Query Parameter — Record geospatial bounding box used for search / Enregistrer la zone de délimitation géospatiale utilisée pour la recherche
uuid (optional)
Query Parameter — Record the UUID of accessed resource data / Enregistrer l'UUID des données accédées
lang (optional)
Query Parameter — Record language of event / Enregistrer la langue de l'événement
org (optional)
Query Parameter — Record organisation of accessed data / Organisation de l'enregistrement des données consultées
foundational (optional)
Query Parameter — Record if dataset is foundational / Enregistrer si l'ensemble de données est fondamental
type_filter (optional)
Query Parameter — Record if type filter was used / Enregistrer si le filtre de type a été utilisé

Responses

201

Add saved search for a user to the system / Ajouter une recherche enregistrée pour un utilisateur au système

400

invalid input, object invalid

409

an existing item already exists

Up
post /saved_records/delete
Delete a saved a record for an user / Supprimer un enregistrement enregistré pour un utilisateur (deleteSavedRecord)
Delete a saved a record for an user / Supprimer un enregistrement enregistré pour un utilisateur

Request headers

Query parameters

key (optional)
Query Parameter — key of the saved record that is to be deleted / clé de l'enregistrement sauvegardé qui doit être supprimé

Return type

Example data

Content-Type: application/json
{
  "key" : "key"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Delete a saved a record for an user / Supprimer un enregistrement enregistré pour un utilisateur saved_record_delete

400

bad input parameters

Up
post /saved_search/delete
Delete a saved a search for an user / Supprimer une recherche enregistrée pour un utilisateur (deleteSavedSearch)
Delete a saved a search for an user / Supprimer une recherche enregistrée pour un utilisateur

Request headers

Query parameters

key (optional)
Query Parameter — key of the saved search that is to be deleted / clé de la recherche enregistrée à supprimer

Return type

Example data

Content-Type: application/json
{
  "key" : "key"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Delete a saved a search for an user / Supprimer une recherche enregistrée pour un utilisateur saved_search_delete

400

bad input parameters

Up
get /saved_records/get
Get saved records for an user / Obtenir des enregistrements enregistrés pour un utilisateur (getSavedRecord)
Get saved records for an user / Obtenir des enregistrements enregistrés pour un utilisateurr

Query parameters

uuid (optional)
Query Parameter — uuid of the data that is being added to the system / uuid des données ajoutées au système

Return type

Example data

Content-Type: application/json
{
  "userId" : "userId"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Get saved records for an user / Obtenir des enregistrements enregistrés pour un utilisateur saved_record_get

400

bad input parameters

Up
get /saved_search/get
Get saved search for an user / Obtenir une recherche enregistrée pour un utilisateur (getSavedSearch)
Get saved search for an user / Obtenir une recherche enregistrée pour un utilisateur

Query parameters

uuid (optional)
Query Parameter — uuid of the data that is being added to the system / uuid des données ajoutées au système

Return type

Example data

Content-Type: application/json
{
  "userId" : "userId"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Get saved search for an user / Obtenir une recherche enregistrée pour un utilisateur saved_search_get

400

bad input parameters

Search / Recherche

Up
get /featured
Query Featured Datasets / Interroger les jeux de données en vedette (featured)
Query datasets that have been tagged as Featured / Interroger les ensembles de données qui ont été étiquetés comme "Featured".

Query parameters

lang (optional)
Query Parameter — Language of result / Langue du résultat
theme (optional)
Query Parameter — Theme filtering is based on the standard theme list of the CGP. You can pass one or many values to the API by separating the theme code with a comma. E.g. “administration, legal, society”. The following codes can be used - administration, economy, environment, imagery, infrastructure, science, society, legal, and emergency. / Le filtrage des thèmes est basé sur la liste de thèmes standard du CGP. Vous pouvez transmettre une ou plusieurs valeurs à l'API en séparant le code du thème par une virgule. Par exemple, administration, juridique, société. Les codes suivants peuvent être utilisés - administration, économie, environnement, imagerie, infrastructure, science, société, juridique et urgence.

Return type

Example data

Content-Type: application/json
[ [ {
  "id" : "000183ed-8864-42f0-ae43-c4313a860720",
  "coordinates" : [ [ [ -141.003, 41.6755 ], [ -52.6174, 41.6755 ], [ -52.6174, 83.1139 ], [ -141.003, 83.1139 ], [ -141.003, 41.6755 ] ] ],
  "title" : "Principal Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)",
  "description" : "This dataset is produced and published annually by Natural Resources Canada. It contains a variety of statistics on Canada’s mineral production, and provides the geographic locations of significant metallic, nonmetallic and coal mines, oil sands mines, selected metallurgical works and gas fields for the provinces and territories of Canada.Related product:- **[Top 100 Exploration Projects](https://open.canada.ca/data/en/dataset/b64179f3-ea0f-4abb-9cc5-85432fc958a0)**",
  "published" : "2020-02-27T00:00:00.000Z",
  "keywords" : "mineralization, mineral occurrences, mines, hydrocarbons, fossil fuels, industrial minerals, metallic minerals, economic geology, mineral deposits, exploration and deposit appraisal, nonmetallic minerals, oil, gas, hydrocarbons, refineries, smelters, mineral processing, ferroalloy, automobile shredders, Coal, Earth sciences, Oil sands, Recycling, Metals, Minerals, Mining industry, Gas industry, Steel,",
  "options" : "\"\"[{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"},{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Vector dataset of the 900A map\\\"\",\\\"\"fr\\\"\":\\\"\"Jeu de données vectorielles de la carte 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Dataset;FGDB/GDB;eng,fra\\\"\",\\\"\"fr\\\"\":\\\"\"Données;FGDB/GDB;eng,fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A.gdb.zip\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"ArcMap project file of the 900A web map\\\"\",\\\"\"fr\\\"\":\\\"\"Projet ArcMap de la cartographie web de 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;MXD;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;MXD;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_and_top_100_en.mxd\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"ArcMap project file of the 900A web map\\\"\",\\\"\"fr\\\"\":\\\"\"Projet ArcMap de la cartographie web de 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;MXD;fra\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;MXD;fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_and_top_100_fr.mxd\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Vector dataset of the 900A map\\\"\",\\\"\"fr\\\"\":\\\"\"Jeu de données vectorielles de la carte 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Dataset;SHP;eng,fra\\\" ,\\\"\"fr\\\"\":\\\"\"Données;SHP;eng,fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_70th_shape.zip\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;PDF;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;PDF;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900a_70th_English.pdf\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;PDF;fra\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;PDF;fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900a_70th_French.pdf\\\"\"},{\\\"\"protocol\\\"\":\\\"\"ESRI REST: Map Server\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Web Service;ESRI REST;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Service Web;ESRI REST;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://maps-cartes.services.geo.ca/server_serveur/rest/services/NRCan/900A_and_top_100_en/MapServer/1\\\"\"},{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"}]\"\"",
  "contact" : "\\\"\\\"[{\\\\\\\"\\\"country\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Canada\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Canada\\\\\\\"\\\"},\\\\\\\"\\\"address\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"580 Booth Street\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"580 rue Booth\\\\\\\"\\\"},\\\\\\\"\\\"role\\\\\\\"\\\":\\\\\\\"\\\"pointOfContact; contact\\\\\\\"\\\",\\\\\\\"\\\"individual\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"pt\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Ontario\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Ontario\\\\\\\"\\\"},\\\\\\\"\\\"city\\\\\\\"\\\":\\\\\\\"\\\"Ottawa\\\\\\\"\\\",\\\\\\\"\\\"organisation\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Government of Canada; Natural Resources Canada; Lands and Minerals Sector\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Gouvernement du Canada; Ressources naturelles Canada; Secteur des terres et des minéraux\\\\\\\"\\\"},\\\\\\\"\\\"telephone\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"1-855-525-9293\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"1-855-525-9293\\\\\\\"\\\"},\\\\\\\"\\\"onlineresource\\\\\\\"\\\":{\\\\\\\"\\\"onlineresource\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_description\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_name\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_protocol\\\\\\\"\\\":\\\\\\\"\\\"http\\\\\\\"\\\"},\\\\\\\"\\\"postalcode\\\\\\\"\\\":\\\\\\\"\\\"K1A 0E4\\\\\\\"\\\",\\\\\\\"\\\"hoursofservice\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"position\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\"},\\\\\\\"\\\"fax\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"email\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"NRCan.questions.RNCan@canada.ca\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"NRCan.questions.RNCan@canada.ca\\\\\\\"\\\"}}]\\\"\\\"\"",
  "created" : "2021-02",
  "spatialRepresentation" : "vector; vecteur",
  "type" : "series; série",
  "temporalExtent" : { },
  "graphicOverview" : [ [ "\\\"\\\"http//ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/Thumbnail/900A.png\\\"\\\"", null, null, null ] ],
  "language" : "eng; CAN"
} ], [ {
  "id" : "000183ed-8864-42f0-ae43-c4313a860720",
  "coordinates" : [ [ [ -141.003, 41.6755 ], [ -52.6174, 41.6755 ], [ -52.6174, 83.1139 ], [ -141.003, 83.1139 ], [ -141.003, 41.6755 ] ] ],
  "title" : "Principal Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)",
  "description" : "This dataset is produced and published annually by Natural Resources Canada. It contains a variety of statistics on Canada’s mineral production, and provides the geographic locations of significant metallic, nonmetallic and coal mines, oil sands mines, selected metallurgical works and gas fields for the provinces and territories of Canada.Related product:- **[Top 100 Exploration Projects](https://open.canada.ca/data/en/dataset/b64179f3-ea0f-4abb-9cc5-85432fc958a0)**",
  "published" : "2020-02-27T00:00:00.000Z",
  "keywords" : "mineralization, mineral occurrences, mines, hydrocarbons, fossil fuels, industrial minerals, metallic minerals, economic geology, mineral deposits, exploration and deposit appraisal, nonmetallic minerals, oil, gas, hydrocarbons, refineries, smelters, mineral processing, ferroalloy, automobile shredders, Coal, Earth sciences, Oil sands, Recycling, Metals, Minerals, Mining industry, Gas industry, Steel,",
  "options" : "\"\"[{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"},{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Vector dataset of the 900A map\\\"\",\\\"\"fr\\\"\":\\\"\"Jeu de données vectorielles de la carte 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Dataset;FGDB/GDB;eng,fra\\\"\",\\\"\"fr\\\"\":\\\"\"Données;FGDB/GDB;eng,fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A.gdb.zip\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"ArcMap project file of the 900A web map\\\"\",\\\"\"fr\\\"\":\\\"\"Projet ArcMap de la cartographie web de 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;MXD;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;MXD;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_and_top_100_en.mxd\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"ArcMap project file of the 900A web map\\\"\",\\\"\"fr\\\"\":\\\"\"Projet ArcMap de la cartographie web de 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;MXD;fra\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;MXD;fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_and_top_100_fr.mxd\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Vector dataset of the 900A map\\\"\",\\\"\"fr\\\"\":\\\"\"Jeu de données vectorielles de la carte 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Dataset;SHP;eng,fra\\\" ,\\\"\"fr\\\"\":\\\"\"Données;SHP;eng,fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_70th_shape.zip\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;PDF;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;PDF;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900a_70th_English.pdf\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;PDF;fra\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;PDF;fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900a_70th_French.pdf\\\"\"},{\\\"\"protocol\\\"\":\\\"\"ESRI REST: Map Server\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Web Service;ESRI REST;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Service Web;ESRI REST;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://maps-cartes.services.geo.ca/server_serveur/rest/services/NRCan/900A_and_top_100_en/MapServer/1\\\"\"},{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"}]\"\"",
  "contact" : "\\\"\\\"[{\\\\\\\"\\\"country\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Canada\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Canada\\\\\\\"\\\"},\\\\\\\"\\\"address\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"580 Booth Street\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"580 rue Booth\\\\\\\"\\\"},\\\\\\\"\\\"role\\\\\\\"\\\":\\\\\\\"\\\"pointOfContact; contact\\\\\\\"\\\",\\\\\\\"\\\"individual\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"pt\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Ontario\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Ontario\\\\\\\"\\\"},\\\\\\\"\\\"city\\\\\\\"\\\":\\\\\\\"\\\"Ottawa\\\\\\\"\\\",\\\\\\\"\\\"organisation\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Government of Canada; Natural Resources Canada; Lands and Minerals Sector\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Gouvernement du Canada; Ressources naturelles Canada; Secteur des terres et des minéraux\\\\\\\"\\\"},\\\\\\\"\\\"telephone\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"1-855-525-9293\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"1-855-525-9293\\\\\\\"\\\"},\\\\\\\"\\\"onlineresource\\\\\\\"\\\":{\\\\\\\"\\\"onlineresource\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_description\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_name\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_protocol\\\\\\\"\\\":\\\\\\\"\\\"http\\\\\\\"\\\"},\\\\\\\"\\\"postalcode\\\\\\\"\\\":\\\\\\\"\\\"K1A 0E4\\\\\\\"\\\",\\\\\\\"\\\"hoursofservice\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"position\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\"},\\\\\\\"\\\"fax\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"email\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"NRCan.questions.RNCan@canada.ca\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"NRCan.questions.RNCan@canada.ca\\\\\\\"\\\"}}]\\\"\\\"\"",
  "created" : "2021-02",
  "spatialRepresentation" : "vector; vecteur",
  "type" : "series; série",
  "temporalExtent" : { },
  "graphicOverview" : [ [ "\\\"\\\"http//ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/Thumbnail/900A.png\\\"\\\"", null, null, null ] ],
  "language" : "eng; CAN"
} ] ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

The metadata associated with foundational datasets / Les métadonnées associées aux ensembles de données fondamentales featured

400

bad input parameters

Up
get /foundational
Query Foundational Datasets / Interroger les ensembles de données de base (foundational)
Query datasets that have been tagged as Foundational / Interroger les ensembles de données qui ont été étiquetés comme fondateurs.

Query parameters

lang (optional)
Query Parameter — Language of result / Langue du résultat
theme (optional)
Query Parameter — Theme filtering is based on the standard theme list of the CGP. You can pass one or many values to the API by separating the theme code with a comma. E.g. “administration, legal, society”. The following codes can be used - administration, economy, environment, imagery, infrastructure, science, society, legal, and emergency. / Le filtrage des thèmes est basé sur la liste de thèmes standard du CGP. Vous pouvez transmettre une ou plusieurs valeurs à l'API en séparant le code du thème par une virgule. Par exemple, administration, juridique, société. Les codes suivants peuvent être utilisés - administration, économie, environnement, imagerie, infrastructure, science, société, juridique et urgence.

Return type

Example data

Content-Type: application/json
[ [ {
  "id" : "000183ed-8864-42f0-ae43-c4313a860720",
  "coordinates" : [ [ [ -141.003, 41.6755 ], [ -52.6174, 41.6755 ], [ -52.6174, 83.1139 ], [ -141.003, 83.1139 ], [ -141.003, 41.6755 ] ] ],
  "title" : "Principal Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)",
  "description" : "This dataset is produced and published annually by Natural Resources Canada. It contains a variety of statistics on Canada’s mineral production, and provides the geographic locations of significant metallic, nonmetallic and coal mines, oil sands mines, selected metallurgical works and gas fields for the provinces and territories of Canada.Related product:- **[Top 100 Exploration Projects](https://open.canada.ca/data/en/dataset/b64179f3-ea0f-4abb-9cc5-85432fc958a0)**",
  "published" : "2020-02-27T00:00:00.000Z",
  "keywords" : "mineralization, mineral occurrences, mines, hydrocarbons, fossil fuels, industrial minerals, metallic minerals, economic geology, mineral deposits, exploration and deposit appraisal, nonmetallic minerals, oil, gas, hydrocarbons, refineries, smelters, mineral processing, ferroalloy, automobile shredders, Coal, Earth sciences, Oil sands, Recycling, Metals, Minerals, Mining industry, Gas industry, Steel,",
  "options" : "\"\"[{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"},{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Vector dataset of the 900A map\\\"\",\\\"\"fr\\\"\":\\\"\"Jeu de données vectorielles de la carte 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Dataset;FGDB/GDB;eng,fra\\\"\",\\\"\"fr\\\"\":\\\"\"Données;FGDB/GDB;eng,fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A.gdb.zip\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"ArcMap project file of the 900A web map\\\"\",\\\"\"fr\\\"\":\\\"\"Projet ArcMap de la cartographie web de 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;MXD;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;MXD;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_and_top_100_en.mxd\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"ArcMap project file of the 900A web map\\\"\",\\\"\"fr\\\"\":\\\"\"Projet ArcMap de la cartographie web de 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;MXD;fra\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;MXD;fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_and_top_100_fr.mxd\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Vector dataset of the 900A map\\\"\",\\\"\"fr\\\"\":\\\"\"Jeu de données vectorielles de la carte 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Dataset;SHP;eng,fra\\\" ,\\\"\"fr\\\"\":\\\"\"Données;SHP;eng,fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_70th_shape.zip\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;PDF;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;PDF;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900a_70th_English.pdf\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;PDF;fra\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;PDF;fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900a_70th_French.pdf\\\"\"},{\\\"\"protocol\\\"\":\\\"\"ESRI REST: Map Server\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Web Service;ESRI REST;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Service Web;ESRI REST;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://maps-cartes.services.geo.ca/server_serveur/rest/services/NRCan/900A_and_top_100_en/MapServer/1\\\"\"},{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"}]\"\"",
  "contact" : "\\\"\\\"[{\\\\\\\"\\\"country\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Canada\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Canada\\\\\\\"\\\"},\\\\\\\"\\\"address\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"580 Booth Street\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"580 rue Booth\\\\\\\"\\\"},\\\\\\\"\\\"role\\\\\\\"\\\":\\\\\\\"\\\"pointOfContact; contact\\\\\\\"\\\",\\\\\\\"\\\"individual\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"pt\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Ontario\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Ontario\\\\\\\"\\\"},\\\\\\\"\\\"city\\\\\\\"\\\":\\\\\\\"\\\"Ottawa\\\\\\\"\\\",\\\\\\\"\\\"organisation\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Government of Canada; Natural Resources Canada; Lands and Minerals Sector\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Gouvernement du Canada; Ressources naturelles Canada; Secteur des terres et des minéraux\\\\\\\"\\\"},\\\\\\\"\\\"telephone\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"1-855-525-9293\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"1-855-525-9293\\\\\\\"\\\"},\\\\\\\"\\\"onlineresource\\\\\\\"\\\":{\\\\\\\"\\\"onlineresource\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_description\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_name\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_protocol\\\\\\\"\\\":\\\\\\\"\\\"http\\\\\\\"\\\"},\\\\\\\"\\\"postalcode\\\\\\\"\\\":\\\\\\\"\\\"K1A 0E4\\\\\\\"\\\",\\\\\\\"\\\"hoursofservice\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"position\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\"},\\\\\\\"\\\"fax\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"email\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"NRCan.questions.RNCan@canada.ca\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"NRCan.questions.RNCan@canada.ca\\\\\\\"\\\"}}]\\\"\\\"\"",
  "created" : "2021-02",
  "spatialRepresentation" : "vector; vecteur",
  "type" : "series; série",
  "temporalExtent" : { },
  "graphicOverview" : [ [ "\\\"\\\"http//ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/Thumbnail/900A.png\\\"\\\"", null, null, null ] ],
  "language" : "eng; CAN"
} ], [ {
  "id" : "000183ed-8864-42f0-ae43-c4313a860720",
  "coordinates" : [ [ [ -141.003, 41.6755 ], [ -52.6174, 41.6755 ], [ -52.6174, 83.1139 ], [ -141.003, 83.1139 ], [ -141.003, 41.6755 ] ] ],
  "title" : "Principal Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)",
  "description" : "This dataset is produced and published annually by Natural Resources Canada. It contains a variety of statistics on Canada’s mineral production, and provides the geographic locations of significant metallic, nonmetallic and coal mines, oil sands mines, selected metallurgical works and gas fields for the provinces and territories of Canada.Related product:- **[Top 100 Exploration Projects](https://open.canada.ca/data/en/dataset/b64179f3-ea0f-4abb-9cc5-85432fc958a0)**",
  "published" : "2020-02-27T00:00:00.000Z",
  "keywords" : "mineralization, mineral occurrences, mines, hydrocarbons, fossil fuels, industrial minerals, metallic minerals, economic geology, mineral deposits, exploration and deposit appraisal, nonmetallic minerals, oil, gas, hydrocarbons, refineries, smelters, mineral processing, ferroalloy, automobile shredders, Coal, Earth sciences, Oil sands, Recycling, Metals, Minerals, Mining industry, Gas industry, Steel,",
  "options" : "\"\"[{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"},{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Vector dataset of the 900A map\\\"\",\\\"\"fr\\\"\":\\\"\"Jeu de données vectorielles de la carte 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Dataset;FGDB/GDB;eng,fra\\\"\",\\\"\"fr\\\"\":\\\"\"Données;FGDB/GDB;eng,fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A.gdb.zip\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"ArcMap project file of the 900A web map\\\"\",\\\"\"fr\\\"\":\\\"\"Projet ArcMap de la cartographie web de 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;MXD;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;MXD;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_and_top_100_en.mxd\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"ArcMap project file of the 900A web map\\\"\",\\\"\"fr\\\"\":\\\"\"Projet ArcMap de la cartographie web de 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;MXD;fra\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;MXD;fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_and_top_100_fr.mxd\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Vector dataset of the 900A map\\\"\",\\\"\"fr\\\"\":\\\"\"Jeu de données vectorielles de la carte 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Dataset;SHP;eng,fra\\\" ,\\\"\"fr\\\"\":\\\"\"Données;SHP;eng,fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_70th_shape.zip\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;PDF;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;PDF;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900a_70th_English.pdf\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;PDF;fra\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;PDF;fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900a_70th_French.pdf\\\"\"},{\\\"\"protocol\\\"\":\\\"\"ESRI REST: Map Server\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Web Service;ESRI REST;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Service Web;ESRI REST;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://maps-cartes.services.geo.ca/server_serveur/rest/services/NRCan/900A_and_top_100_en/MapServer/1\\\"\"},{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"}]\"\"",
  "contact" : "\\\"\\\"[{\\\\\\\"\\\"country\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Canada\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Canada\\\\\\\"\\\"},\\\\\\\"\\\"address\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"580 Booth Street\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"580 rue Booth\\\\\\\"\\\"},\\\\\\\"\\\"role\\\\\\\"\\\":\\\\\\\"\\\"pointOfContact; contact\\\\\\\"\\\",\\\\\\\"\\\"individual\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"pt\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Ontario\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Ontario\\\\\\\"\\\"},\\\\\\\"\\\"city\\\\\\\"\\\":\\\\\\\"\\\"Ottawa\\\\\\\"\\\",\\\\\\\"\\\"organisation\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Government of Canada; Natural Resources Canada; Lands and Minerals Sector\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Gouvernement du Canada; Ressources naturelles Canada; Secteur des terres et des minéraux\\\\\\\"\\\"},\\\\\\\"\\\"telephone\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"1-855-525-9293\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"1-855-525-9293\\\\\\\"\\\"},\\\\\\\"\\\"onlineresource\\\\\\\"\\\":{\\\\\\\"\\\"onlineresource\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_description\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_name\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_protocol\\\\\\\"\\\":\\\\\\\"\\\"http\\\\\\\"\\\"},\\\\\\\"\\\"postalcode\\\\\\\"\\\":\\\\\\\"\\\"K1A 0E4\\\\\\\"\\\",\\\\\\\"\\\"hoursofservice\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"position\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\"},\\\\\\\"\\\"fax\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"email\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"NRCan.questions.RNCan@canada.ca\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"NRCan.questions.RNCan@canada.ca\\\\\\\"\\\"}}]\\\"\\\"\"",
  "created" : "2021-02",
  "spatialRepresentation" : "vector; vecteur",
  "type" : "series; série",
  "temporalExtent" : { },
  "graphicOverview" : [ [ "\\\"\\\"http//ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/Thumbnail/900A.png\\\"\\\"", null, null, null ] ],
  "language" : "eng; CAN"
} ] ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

The metadata associated with foundational datasets / Les métadonnées associées aux ensembles de données fondamentales foundational

400

bad input parameters

Up
get /geo
Geospatial and Keyword Search / Recherche géospatiale et par mots-clés (geo)
The API will take the keyword parameter and query the metadata fields applicable for keyword search. If the geospatial search is selected, the results are then ran through a geospatial intersect query based on the bounding box created from the north, east, south, and west parameters. The results returned are all metadata records containing the keyword that intersect with the bounding box. The result is an array of JSON objects. The API is bilingual, and passing the parameter of lang of en or fr will return the appropriate results. To support pagination, the API will now accept a min and max number for number of rows to start at or end at. By default, the data is returned for the first 10 rows, if you would like to request the next ten results, set min to 11 and max to 21. You must provide a number for both min and max to be provided accurate results.Theme filtering is now available based on the standard theme list of the CGP. You can pass one or many values to the API by separating the theme code with a comma. E.g. “administration, legal, society”. In this version, the total count for the number of rows is available in the return as “total”. This was created to enable pagination.Organisation filtering is now available based on the following value list. You can pass one or many values to the API by separating the values with a “|”. E.g. - “Canadian Space Agency|National Defence”. Type filtering is now available based on the following value list. You can pass one or many values to the API by separating the values with a “|”. E.g. - “Dataset|Collection”. Foundational filtering is now available. By passing “true” to the API only results for the query that have been tagged as a foundational layer will be returned. / L'API prendra le paramètre du mot-clé et interrogera les champs de métadonnées applicables à la recherche par mot-clé. Si la recherche géospatiale est sélectionnée, les résultats sont ensuite soumis à une requête d'intersection géospatiale basée sur le rectangle de délimitation créé à partir des paramètres nord, est, sud et ouest. Les résultats renvoyés sont tous les enregistrements de métadonnées contenant le mot-clé qui se croisent avec le rectangle de délimitation. Le résultat est un tableau d'objets JSON. L'API est bilingue, et le fait de passer le paramètre de langue en ou fr renverra les résultats appropriés. Pour prendre en charge la pagination, l'API accepte désormais un nombre minimal et maximal de lignes pour le nombre de lignes de départ ou de fin. Par défaut, les données sont renvoyées pour les 10 premières lignes, si vous souhaitez demander les dix résultats suivants, définissez min à 11 et max à 21. Vous devez fournir un nombre à la fois pour min et max pour obtenir des résultats précis.Le filtrage par thème est maintenant disponible sur la base de la liste de thèmes standard du CGP. Vous pouvez transmettre une ou plusieurs valeurs à l'API en séparant le code du thème par une virgule. Par exemple, "administration, juridique, société". Dans cette version, le compte total pour le nombre de lignes est disponible dans le retour comme "total". Le filtrage des organisations est maintenant disponible sur la base de la liste de valeurs suivante. Vous pouvez passer une ou plusieurs valeurs à l'API en séparant les valeurs par un "|". Par exemple : "Agence spatiale canadienne|Défense nationale". Le filtrage par type est désormais disponible sur la base de la liste de valeurs suivante. Vous pouvez transmettre une ou plusieurs valeurs à l'API en les séparant par un "|". Par exemple : "Dataset|Collection". Le filtrage fondamental est désormais disponible. En passant "true" à l'API, seuls les résultats de la requête qui ont été étiquetés comme couche de base seront renvoyés.

Query parameters

keyword_only (optional)
Query Parameter — For keyword only searches, pass the value of true or false / Pour les recherches par mot-clé uniquement, passez la valeur true ou false.
keyword (optional)
Query Parameter — Keyword used for querying / Mot clé utilisé pour l'interrogation
lang (optional)
Query Parameter — Language of result / Langue du résultat
min (optional)
Query Parameter — Minimum row number for returned results / Nombre minimal de lignes pour les résultats retournés
max (optional)
Query Parameter — Maximum row number for returned results / Nombre maximal de lignes pour les résultats retournés
theme (optional)
Query Parameter — Theme filtering is based on the standard theme list of the CGP. You can pass one or many values to the API by separating the theme code with a comma. E.g. “administration, legal, society”. The following codes can be used - administration, economy, environment, imagery, infrastructure, science, society, legal, and emergency. / Le filtrage des thèmes est basé sur la liste de thèmes standard du CGP. Vous pouvez transmettre une ou plusieurs valeurs à l'API en séparant le code du thème par une virgule. Par exemple, administration, juridique, société. Les codes suivants peuvent être utilisés - administration, économie, environnement, imagerie, infrastructure, science, société, juridique et urgence.
org (optional)
Query Parameter — Organisation filtering is now available based on the following value list. You can pass one or many values to the API by separating the values with a “|”. E.g. - “Canadian Space Agency|National Defence”.The following are the codes for organisations - Agriculture and Agri-Food Canada, Canadian Food Inspection Agency, Canadian Northern Economic Development Agency, Canadian Nuclear Safety Commission, Canadian Space Agency, Crown-Indigenous Relations and Northern Affairs Canada, Elections Canada, Employment and Social Development Canada, Environment and Climate Change Canada, Fisheries and Oceans Canada, Government of Alberta, Government of British Columbia, Government of Manitoba, Government and Municipalities of Quebec, Government of New Brunswick, Government of Newfoundland and Labrador, Government of Northwest territories, Government of Nova Scotia, Government of Nunavut, Government of Ontario, Government of Prince Edward Island, Government of Saskatchewan, Government of Yukon, Health Canada, Impact Assessment Agency of Canada, National Defence, National Research Council Canada, Natural Resources Canada, Parks Canada, Public Health Agency of Canada, Public Safety Canada, Statistics Canada, Transport Canada, Veterans Affairs / Le filtrage des organisations est désormais disponible sur la base de la liste de valeurs suivante. Vous pouvez transmettre une ou plusieurs valeurs à l'API en les séparant par un "|". Voici les codes des organisations - Agence canadienne d'inspection des aliments, Agence Canadienne de Développement économique du Nord, Agence d'évaluation d'impact du Canada, Agence de la santé publique du Canada, Agence spatiale canadienne, Agriculture et Agroalimentaire Canada, Anciens combattants, Commission canadienne de sûreté nucléaire, Conseil national de recherches du Canada, Défense nationale, Élections Canada, Emploi et Développement social Canada, Environnement et Changement climatique Canada, Gouvernement de l'Alberta, Gouvernement de l'Île-du-Prince-Édouard, Gouvernement de l'Ontario, Gouvernement de la Colombie-Britannique, Gouvernement de la Nouvelle-Écosse, Gouvernement de la Saskatchewan, Gouvernement de Terre-Neuve et du Labrador, Gouvernement des Territoires du Nord-Ouest, Gouvernement du Manitoba, Gouvernement du Nouveau-Brunswick, Gouvernement du Nunavut, Gouvernement du Yukon, Gouvernement et municipalités du Québec, Parcs Canada, Pêches et Océans Canada, Relations Couronne-Autochtones et Affaires du Nord Canada, Ressources naturelles Canada, Santé Canada, Sécurité publique Canada, Statistique Canada, Transports Canada.
type (optional)
Query Parameter — Type filtering is based on the following value list. You can pass one or many values to the API by separating the values with a “|”. E.g. - “Dataset|Collection”. The following are the codes for type - Dataset, Collection, Application, API, Community, Service. / Le filtrage des types est basé sur la liste de valeurs suivante. Vous pouvez transmettre une ou plusieurs valeurs à l'API en séparant les valeurs par un "|". Par exemple, "Dataset|Collection". Voici les codes pour le type - Ensemble de données, Collection, Application, API, Communauté, Service.
foundational (optional)
Query Parameter — By passing “true” to the API only results for the query that have been tagged as a foundational layer will be returned. / En passant "true" à l'API, seuls les résultats de la requête qui ont été marqués comme couche de base seront retournés.
north (optional)
Query Parameter — Northern Bounding Box - Required if keyword_only is false / Boîte englobante du nord - Requis si keyword_only est false
east (optional)
Query Parameter — Eastern Bounding Box - Required if keyword_only is false / Boîte de délimitation de l'Est - Requis si keyword_only est false
south (optional)
Query Parameter — Southern Bounding Box - Required if keyword_only is false / Boîte de délimitation sud - Requis si keyword_only est false
west (optional)
Query Parameter — Western Bounding Box - Required if keyword_only is false / Boîte d'encerclement ouest - Requis si keyword_only est false

Return type

Example data

Content-Type: application/json
[ [ {
  "row_num" : 5,
  "id" : "fedfaa95-2370-4df9-ac19-9ee3f188e0ca",
  "coordinates" : [ [ [ -139.23618, 47.576862 ], [ -110.34537, 47.576862 ], [ -110.34537, 60.61815 ], [ -139.23618, 60.61815 ], [ -139.23618, 47.576862 ] ] ],
  "title" : "BCGS 1:10,000 Grid",
  "description" : "BCGS 1:10,000 scale grid. The British Columbia Geographic System is a geographic system in which the coverage in minutes and seconds of longitude is double the coverage in minutes and seconds of latitude for sheets at all scales",
  "published" : "2011-03-09T00:00:00.000Z",
  "keywords" : "Canada, NTS, basemap, geoscientific map, topographic map, Government information,",
  "options" : "\\\"\\\"[{\\\\\\\"\\\"protocol\\\\\\\"\\\":\\\\\\\"\\\"HTTPS\\\\\\\"\\\",\\\\\\\"\\\"name\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"BC Geographic Warehouse Custom Download\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Téléchargement personnalisé de BC Geographic Warehouse\\\\\\\"\\\"},\\\\\\\"\\\"description\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Dataset;HTML;eng\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Données;HTML;eng\\\\\\\"\\\"},\\\\\\\"\\\"url\\\\\\\"\\\":\\\\\\\"\\\"https://catalogue.data.gov.bc.ca/dataset/bcgs-1-10-000-grid/resource/3f6723e0-81e4-437e-ba03-b45c80a7bbc8\\\\\\\"\\\"},{\\\\\\\"\\\"protocol\\\\\\\"\\\":\\\\\\\"\\\"HTTP\\\\\\\"\\\",\\\\\\\"\\\"name\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"KML Network Link\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Liaison réseau KML\\\\\\\"\\\"},\\\\\\\"\\\"description\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Dataset;KML;eng\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Données;KML;eng\\\\\\\"\\\"},\\\\\\\"\\\"url\\\\\\\"\\\":\\\\\\\"\\\"https://openmaps.gov.bc.ca/kml/geo/layers/whse_basemapping.bcgs_10k_grid_loader.kml\\\\\\\"\\\"},{\\\\\\\"\\\"protocol\\\\\\\"\\\":\\\\\\\"\\\"OGC:WMS\\\\\\\"\\\",\\\\\\\"\\\"name\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"BCGS 1:10,000 Grid\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Grille BCGS 1:10 000\\\\\\\"\\\"},\\\\\\\"\\\"description\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Web Service;WMS;eng\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Service Web;WMS;eng\\\\\\\"\\\"},\\\\\\\"\\\"url\\\\\\\"\\\":\\\\\\\"\\\"https://openmaps.gov.bc.ca/geo/pub/WHSE_BASEMAPPING.BCGS_10K_GRID/ows?service=WMS&request=GetCapabilities&layers=pub:WHSE_BASEMAPPING.BCGS_10K_GRID&legend_format=image/png&feature_info_type=text/plain\\\\\\\"\\\"},{\\\\\\\"\\\"protocol\\\\\\\"\\\":\\\\\\\"\\\"OGC:WMS\\\\\\\"\\\",\\\\\\\"\\\"name\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"BCGS 1:10,000 Grid\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Grille BCGS 1:10 000\\\\\\\"\\\"},\\\\\\\"\\\"description\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Web Service;WMS;eng\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Service Web;WMS;eng\\\\\\\"\\\"},\\\\\\\"\\\"url\\\\\\\"\\\":\\\\\\\"\\\"https://openmaps.gov.bc.ca/geo/pub/WHSE_BASEMAPPING.BCGS_10K_GRID/ows?service=WMS&request=GetCapabilities&layers=pub:WHSE_BASEMAPPING.BCGS_10K_GRID&legend_format=image/png&feature_info_type=text/plain\\\\\\\"\\\"},{\\\\\\\"\\\"protocol\\\\\\\"\\\":\\\\\\\"\\\"HTTPS\\\\\\\"\\\",\\\\\\\"\\\"name\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"British Columbia Geoportal\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Géoportail de la Colombie-Britannique\\\\\\\"\\\"},\\\\\\\"\\\"description\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Dataset;HTML;eng\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Données;HTML;eng\\\\\\\"\\\"},\\\\\\\"\\\"url\\\\\\\"\\\":\\\\\\\"\\\"https://catalogue.data.gov.bc.ca/dataset/bcgs-1-10-000-grid\\\\\\\"\\\"}]\\\"\\\"",
  "contact" : "\\\"\\\"[{\\\\\\\"\\\"country\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\"},\\\\\\\"\\\"address\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\"},\\\\\\\"\\\"role\\\\\\\"\\\":\\\\\\\"\\\"pointOfContact; contact\\\\\\\"\\\",\\\\\\\"\\\"individual\\\\\\\"\\\":\\\\\\\"\\\"GeoBC Inquiries\\\\\\\"\\\",\\\\\\\"\\\"pt\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\"},\\\\\\\"\\\"city\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"organisation\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Government of British Columbia; Government of British Columbia; Natural Resources\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Gouvernement de la Colombie-Britannique; Gouvernement de la Colombie-Britannique; Ressources naturelles\\\\\\\"\\\"},\\\\\\\"\\\"telephone\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\"},\\\\\\\"\\\"onlineresource\\\\\\\"\\\":{\\\\\\\"\\\"onlineresource\\\\\\\"\\\":\\\\\\\"\\\"https://data.gov.bc.ca/\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_description\\\\\\\"\\\":\\\\\\\"\\\"DataBC encourages and enables the strategic management and sharing of data across the government enterprise and with the public.\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_name\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_protocol\\\\\\\"\\\":\\\\\\\"\\\"HTTPS\\\\\\\"\\\"},\\\\\\\"\\\"postalcode\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"hoursofservice\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"position\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\"},\\\\\\\"\\\"fax\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"email\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"GeoBCInfo@gov.bc.ca\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"GeoBCInfo@gov.bc.ca\\\\\\\"\\\"}}]\\\"\\\"",
  "topicCategory" : "boundaries",
  "created" : "2004-07-13T00:00:00.000Z",
  "spatialRepresentation" : "grid; grille",
  "type" : "dataset; jeuDonnées",
  "temporalExtent" : { },
  "graphicOverview" : "[[\"\"https://raw.githubusercontent.com/federal-geospatial-platform/fgp-metadata-proxy/master/images/resampled/britishcolumbia.png\"\",null,null,null]]",
  "language" : "eng; CAN",
  "organisation" : "Government of British Columbia; Government of British Columbia; Natural Resources",
  "total" : 153
} ], [ {
  "row_num" : 5,
  "id" : "fedfaa95-2370-4df9-ac19-9ee3f188e0ca",
  "coordinates" : [ [ [ -139.23618, 47.576862 ], [ -110.34537, 47.576862 ], [ -110.34537, 60.61815 ], [ -139.23618, 60.61815 ], [ -139.23618, 47.576862 ] ] ],
  "title" : "BCGS 1:10,000 Grid",
  "description" : "BCGS 1:10,000 scale grid. The British Columbia Geographic System is a geographic system in which the coverage in minutes and seconds of longitude is double the coverage in minutes and seconds of latitude for sheets at all scales",
  "published" : "2011-03-09T00:00:00.000Z",
  "keywords" : "Canada, NTS, basemap, geoscientific map, topographic map, Government information,",
  "options" : "\\\"\\\"[{\\\\\\\"\\\"protocol\\\\\\\"\\\":\\\\\\\"\\\"HTTPS\\\\\\\"\\\",\\\\\\\"\\\"name\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"BC Geographic Warehouse Custom Download\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Téléchargement personnalisé de BC Geographic Warehouse\\\\\\\"\\\"},\\\\\\\"\\\"description\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Dataset;HTML;eng\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Données;HTML;eng\\\\\\\"\\\"},\\\\\\\"\\\"url\\\\\\\"\\\":\\\\\\\"\\\"https://catalogue.data.gov.bc.ca/dataset/bcgs-1-10-000-grid/resource/3f6723e0-81e4-437e-ba03-b45c80a7bbc8\\\\\\\"\\\"},{\\\\\\\"\\\"protocol\\\\\\\"\\\":\\\\\\\"\\\"HTTP\\\\\\\"\\\",\\\\\\\"\\\"name\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"KML Network Link\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Liaison réseau KML\\\\\\\"\\\"},\\\\\\\"\\\"description\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Dataset;KML;eng\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Données;KML;eng\\\\\\\"\\\"},\\\\\\\"\\\"url\\\\\\\"\\\":\\\\\\\"\\\"https://openmaps.gov.bc.ca/kml/geo/layers/whse_basemapping.bcgs_10k_grid_loader.kml\\\\\\\"\\\"},{\\\\\\\"\\\"protocol\\\\\\\"\\\":\\\\\\\"\\\"OGC:WMS\\\\\\\"\\\",\\\\\\\"\\\"name\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"BCGS 1:10,000 Grid\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Grille BCGS 1:10 000\\\\\\\"\\\"},\\\\\\\"\\\"description\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Web Service;WMS;eng\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Service Web;WMS;eng\\\\\\\"\\\"},\\\\\\\"\\\"url\\\\\\\"\\\":\\\\\\\"\\\"https://openmaps.gov.bc.ca/geo/pub/WHSE_BASEMAPPING.BCGS_10K_GRID/ows?service=WMS&request=GetCapabilities&layers=pub:WHSE_BASEMAPPING.BCGS_10K_GRID&legend_format=image/png&feature_info_type=text/plain\\\\\\\"\\\"},{\\\\\\\"\\\"protocol\\\\\\\"\\\":\\\\\\\"\\\"OGC:WMS\\\\\\\"\\\",\\\\\\\"\\\"name\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"BCGS 1:10,000 Grid\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Grille BCGS 1:10 000\\\\\\\"\\\"},\\\\\\\"\\\"description\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Web Service;WMS;eng\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Service Web;WMS;eng\\\\\\\"\\\"},\\\\\\\"\\\"url\\\\\\\"\\\":\\\\\\\"\\\"https://openmaps.gov.bc.ca/geo/pub/WHSE_BASEMAPPING.BCGS_10K_GRID/ows?service=WMS&request=GetCapabilities&layers=pub:WHSE_BASEMAPPING.BCGS_10K_GRID&legend_format=image/png&feature_info_type=text/plain\\\\\\\"\\\"},{\\\\\\\"\\\"protocol\\\\\\\"\\\":\\\\\\\"\\\"HTTPS\\\\\\\"\\\",\\\\\\\"\\\"name\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"British Columbia Geoportal\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Géoportail de la Colombie-Britannique\\\\\\\"\\\"},\\\\\\\"\\\"description\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Dataset;HTML;eng\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Données;HTML;eng\\\\\\\"\\\"},\\\\\\\"\\\"url\\\\\\\"\\\":\\\\\\\"\\\"https://catalogue.data.gov.bc.ca/dataset/bcgs-1-10-000-grid\\\\\\\"\\\"}]\\\"\\\"",
  "contact" : "\\\"\\\"[{\\\\\\\"\\\"country\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\"},\\\\\\\"\\\"address\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\"},\\\\\\\"\\\"role\\\\\\\"\\\":\\\\\\\"\\\"pointOfContact; contact\\\\\\\"\\\",\\\\\\\"\\\"individual\\\\\\\"\\\":\\\\\\\"\\\"GeoBC Inquiries\\\\\\\"\\\",\\\\\\\"\\\"pt\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\"},\\\\\\\"\\\"city\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"organisation\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Government of British Columbia; Government of British Columbia; Natural Resources\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Gouvernement de la Colombie-Britannique; Gouvernement de la Colombie-Britannique; Ressources naturelles\\\\\\\"\\\"},\\\\\\\"\\\"telephone\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\"},\\\\\\\"\\\"onlineresource\\\\\\\"\\\":{\\\\\\\"\\\"onlineresource\\\\\\\"\\\":\\\\\\\"\\\"https://data.gov.bc.ca/\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_description\\\\\\\"\\\":\\\\\\\"\\\"DataBC encourages and enables the strategic management and sharing of data across the government enterprise and with the public.\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_name\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_protocol\\\\\\\"\\\":\\\\\\\"\\\"HTTPS\\\\\\\"\\\"},\\\\\\\"\\\"postalcode\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"hoursofservice\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"position\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\"},\\\\\\\"\\\"fax\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"email\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"GeoBCInfo@gov.bc.ca\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"GeoBCInfo@gov.bc.ca\\\\\\\"\\\"}}]\\\"\\\"",
  "topicCategory" : "boundaries",
  "created" : "2004-07-13T00:00:00.000Z",
  "spatialRepresentation" : "grid; grille",
  "type" : "dataset; jeuDonnées",
  "temporalExtent" : { },
  "graphicOverview" : "[[\"\"https://raw.githubusercontent.com/federal-geospatial-platform/fgp-metadata-proxy/master/images/resampled/britishcolumbia.png\"\",null,null,null]]",
  "language" : "eng; CAN",
  "organisation" : "Government of British Columbia; Government of British Columbia; Natural Resources",
  "total" : 153
} ] ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

Query Results / Résultats des requêtes search

400

bad input parameters

Up
get /id
Query by ID / Requête par ID (id)
Query metadata holdings by the UUID of the metadata / Interroger les fonds de métadonnées par l'UUID des métadonnées

Query parameters

lang (optional)
Query Parameter — Language of result / Langue du résultat
id (optional)
Query Parameter — UUID of the metadata / L'UUID des métadonnées

Return type

id

Example data

Content-Type: application/json
[ [ {
  "id" : "000183ed-8864-42f0-ae43-c4313a860720",
  "coordinates" : [ [ [ -141.003, 41.6755 ], [ -52.6174, 41.6755 ], [ -52.6174, 83.1139 ], [ -141.003, 83.1139 ], [ -141.003, 41.6755 ] ] ],
  "title" : "Principal Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)",
  "description" : "This dataset is produced and published annually by Natural Resources Canada. It contains a variety of statistics on Canada’s mineral production, and provides the geographic locations of significant metallic, nonmetallic and coal mines, oil sands mines, selected metallurgical works and gas fields for the provinces and territories of Canada.Related product:- **[Top 100 Exploration Projects](https://open.canada.ca/data/en/dataset/b64179f3-ea0f-4abb-9cc5-85432fc958a0)**",
  "published" : "2020-02-27T00:00:00.000Z",
  "keywords" : "mineralization, mineral occurrences, mines, hydrocarbons, fossil fuels, industrial minerals, metallic minerals, economic geology, mineral deposits, exploration and deposit appraisal, nonmetallic minerals, oil, gas, hydrocarbons, refineries, smelters, mineral processing, ferroalloy, automobile shredders, Coal, Earth sciences, Oil sands, Recycling, Metals, Minerals, Mining industry, Gas industry, Steel,",
  "options" : "\"\"[{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"},{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Vector dataset of the 900A map\\\"\",\\\"\"fr\\\"\":\\\"\"Jeu de données vectorielles de la carte 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Dataset;FGDB/GDB;eng,fra\\\"\",\\\"\"fr\\\"\":\\\"\"Données;FGDB/GDB;eng,fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A.gdb.zip\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"ArcMap project file of the 900A web map\\\"\",\\\"\"fr\\\"\":\\\"\"Projet ArcMap de la cartographie web de 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;MXD;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;MXD;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_and_top_100_en.mxd\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"ArcMap project file of the 900A web map\\\"\",\\\"\"fr\\\"\":\\\"\"Projet ArcMap de la cartographie web de 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;MXD;fra\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;MXD;fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_and_top_100_fr.mxd\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Vector dataset of the 900A map\\\"\",\\\"\"fr\\\"\":\\\"\"Jeu de données vectorielles de la carte 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Dataset;SHP;eng,fra\\\" ,\\\"\"fr\\\"\":\\\"\"Données;SHP;eng,fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_70th_shape.zip\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;PDF;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;PDF;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900a_70th_English.pdf\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;PDF;fra\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;PDF;fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900a_70th_French.pdf\\\"\"},{\\\"\"protocol\\\"\":\\\"\"ESRI REST: Map Server\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Web Service;ESRI REST;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Service Web;ESRI REST;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://maps-cartes.services.geo.ca/server_serveur/rest/services/NRCan/900A_and_top_100_en/MapServer/1\\\"\"},{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"}]\"\"",
  "contact" : "\\\"\\\"[{\\\\\\\"\\\"country\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Canada\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Canada\\\\\\\"\\\"},\\\\\\\"\\\"address\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"580 Booth Street\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"580 rue Booth\\\\\\\"\\\"},\\\\\\\"\\\"role\\\\\\\"\\\":\\\\\\\"\\\"pointOfContact; contact\\\\\\\"\\\",\\\\\\\"\\\"individual\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"pt\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Ontario\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Ontario\\\\\\\"\\\"},\\\\\\\"\\\"city\\\\\\\"\\\":\\\\\\\"\\\"Ottawa\\\\\\\"\\\",\\\\\\\"\\\"organisation\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Government of Canada; Natural Resources Canada; Lands and Minerals Sector\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Gouvernement du Canada; Ressources naturelles Canada; Secteur des terres et des minéraux\\\\\\\"\\\"},\\\\\\\"\\\"telephone\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"1-855-525-9293\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"1-855-525-9293\\\\\\\"\\\"},\\\\\\\"\\\"onlineresource\\\\\\\"\\\":{\\\\\\\"\\\"onlineresource\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_description\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_name\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_protocol\\\\\\\"\\\":\\\\\\\"\\\"http\\\\\\\"\\\"},\\\\\\\"\\\"postalcode\\\\\\\"\\\":\\\\\\\"\\\"K1A 0E4\\\\\\\"\\\",\\\\\\\"\\\"hoursofservice\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"position\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\"},\\\\\\\"\\\"fax\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"email\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"NRCan.questions.RNCan@canada.ca\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"NRCan.questions.RNCan@canada.ca\\\\\\\"\\\"}}]\\\"\\\"\"",
  "topicCategory" : "economy",
  "created" : "2021-02",
  "spatialRepresentation" : "vector; vecteur",
  "type" : "series; série",
  "temporalExtent" : { },
  "refSys" : "EPSG:3978",
  "refSys_version" : "8.9.2",
  "status" : "completed; complété",
  "maintenance" : "annually; annuel",
  "metadataStandard" : "North American Profile of ISO 19115:2003 - Geographic information - Metadata",
  "metadataStandardVersion" : "CAN/CGSB-171.100-2009",
  "graphicOverview" : [ [ "\\\"\\\"http//ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/Thumbnail/900A.png\\\"\\\"", null, null, null ] ],
  "distributionFormat_name" : "N/A",
  "distributionFormat_format" : "N/A",
  "useLimits" : "Open Government Licence - Canada (http://open.canada.ca/en/open-government-licence-canada)",
  "accessConstraints" : "license; licence",
  "otherConstraints" : "N/A",
  "dateStamp" : "2021-02-23T20:32:05.000Z",
  "dataSetURI" : "N/A",
  "locale" : { },
  "language" : "eng; CAN",
  "characterSet" : "utf8; utf8",
  "environmentDescription" : "N/A",
  "supplementalInformation" : "N/A",
  "credits" : [ ],
  "distributor" : [ [ null, [ null, null ], [ "Government of Canada; Natural Resources Canada; Lands and Minerals Sector\\ \"\\\"NRCan.questions.RNCan@canada.ca\\\"\\\"" ], [ null, null, "\\\"\\\"http\\\"\\\"", null ], null, "\\\"\\\"distributor; distributeur\\\"\\\"" ] ]
} ], [ {
  "id" : "000183ed-8864-42f0-ae43-c4313a860720",
  "coordinates" : [ [ [ -141.003, 41.6755 ], [ -52.6174, 41.6755 ], [ -52.6174, 83.1139 ], [ -141.003, 83.1139 ], [ -141.003, 41.6755 ] ] ],
  "title" : "Principal Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)",
  "description" : "This dataset is produced and published annually by Natural Resources Canada. It contains a variety of statistics on Canada’s mineral production, and provides the geographic locations of significant metallic, nonmetallic and coal mines, oil sands mines, selected metallurgical works and gas fields for the provinces and territories of Canada.Related product:- **[Top 100 Exploration Projects](https://open.canada.ca/data/en/dataset/b64179f3-ea0f-4abb-9cc5-85432fc958a0)**",
  "published" : "2020-02-27T00:00:00.000Z",
  "keywords" : "mineralization, mineral occurrences, mines, hydrocarbons, fossil fuels, industrial minerals, metallic minerals, economic geology, mineral deposits, exploration and deposit appraisal, nonmetallic minerals, oil, gas, hydrocarbons, refineries, smelters, mineral processing, ferroalloy, automobile shredders, Coal, Earth sciences, Oil sands, Recycling, Metals, Minerals, Mining industry, Gas industry, Steel,",
  "options" : "\"\"[{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"},{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Vector dataset of the 900A map\\\"\",\\\"\"fr\\\"\":\\\"\"Jeu de données vectorielles de la carte 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Dataset;FGDB/GDB;eng,fra\\\"\",\\\"\"fr\\\"\":\\\"\"Données;FGDB/GDB;eng,fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A.gdb.zip\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"ArcMap project file of the 900A web map\\\"\",\\\"\"fr\\\"\":\\\"\"Projet ArcMap de la cartographie web de 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;MXD;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;MXD;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_and_top_100_en.mxd\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"ArcMap project file of the 900A web map\\\"\",\\\"\"fr\\\"\":\\\"\"Projet ArcMap de la cartographie web de 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;MXD;fra\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;MXD;fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_and_top_100_fr.mxd\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Vector dataset of the 900A map\\\"\",\\\"\"fr\\\"\":\\\"\"Jeu de données vectorielles de la carte 900A\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Dataset;SHP;eng,fra\\\" ,\\\"\"fr\\\"\":\\\"\"Données;SHP;eng,fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900A_70th_shape.zip\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;PDF;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;PDF;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900a_70th_English.pdf\\\"\"},{\\\"\"protocol\\\"\":\\\"\"HTTPS\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Supporting Document;PDF;fra\\\"\",\\\"\"fr\\\"\":\\\"\"Document de soutien;PDF;fra\\\"\"},\\\"\"url\\\"\":\\\"\"https://ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/900a_70th_French.pdf\\\"\"},{\\\"\"protocol\\\"\":\\\"\"ESRI REST: Map Server\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"Mineral Areas, Producing Mines, and Oil and Gas Fields (900A)\\\"\",\\\"\"fr\\\"\":\\\"\"Principales régions minières, principales mines productrices, principaux champs de pétrole et de gaz (900A)\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"Web Service;ESRI REST;eng\\\"\",\\\"\"fr\\\"\":\\\"\"Service Web;ESRI REST;eng\\\"\"},\\\"\"url\\\"\":\\\"\"https://maps-cartes.services.geo.ca/server_serveur/rest/services/NRCan/900A_and_top_100_en/MapServer/1\\\"\"},{\\\"\"protocol\\\"\":\\\"\"null\\\"\",\\\"\"name\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"description\\\"\":{\\\"\"en\\\"\":\\\"\"null\\\"\",\\\"\"fr\\\"\":\\\"\"null\\\"\"},\\\"\"url\\\"\":\\\"\"null\\\"\"}]\"\"",
  "contact" : "\\\"\\\"[{\\\\\\\"\\\"country\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Canada\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Canada\\\\\\\"\\\"},\\\\\\\"\\\"address\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"580 Booth Street\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"580 rue Booth\\\\\\\"\\\"},\\\\\\\"\\\"role\\\\\\\"\\\":\\\\\\\"\\\"pointOfContact; contact\\\\\\\"\\\",\\\\\\\"\\\"individual\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"pt\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Ontario\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Ontario\\\\\\\"\\\"},\\\\\\\"\\\"city\\\\\\\"\\\":\\\\\\\"\\\"Ottawa\\\\\\\"\\\",\\\\\\\"\\\"organisation\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"Government of Canada; Natural Resources Canada; Lands and Minerals Sector\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"Gouvernement du Canada; Ressources naturelles Canada; Secteur des terres et des minéraux\\\\\\\"\\\"},\\\\\\\"\\\"telephone\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"1-855-525-9293\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"1-855-525-9293\\\\\\\"\\\"},\\\\\\\"\\\"onlineresource\\\\\\\"\\\":{\\\\\\\"\\\"onlineresource\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_description\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_name\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"onlineresource_protocol\\\\\\\"\\\":\\\\\\\"\\\"http\\\\\\\"\\\"},\\\\\\\"\\\"postalcode\\\\\\\"\\\":\\\\\\\"\\\"K1A 0E4\\\\\\\"\\\",\\\\\\\"\\\"hoursofservice\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"position\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\"},\\\\\\\"\\\"fax\\\\\\\"\\\":\\\\\\\"\\\"null\\\\\\\"\\\",\\\\\\\"\\\"email\\\\\\\"\\\":{\\\\\\\"\\\"en\\\\\\\"\\\":\\\\\\\"\\\"NRCan.questions.RNCan@canada.ca\\\\\\\"\\\",\\\\\\\"\\\"fr\\\\\\\"\\\":\\\\\\\"\\\"NRCan.questions.RNCan@canada.ca\\\\\\\"\\\"}}]\\\"\\\"\"",
  "topicCategory" : "economy",
  "created" : "2021-02",
  "spatialRepresentation" : "vector; vecteur",
  "type" : "series; série",
  "temporalExtent" : { },
  "refSys" : "EPSG:3978",
  "refSys_version" : "8.9.2",
  "status" : "completed; complété",
  "maintenance" : "annually; annuel",
  "metadataStandard" : "North American Profile of ISO 19115:2003 - Geographic information - Metadata",
  "metadataStandardVersion" : "CAN/CGSB-171.100-2009",
  "graphicOverview" : [ [ "\\\"\\\"http//ftp.maps.canada.ca/pub/nrcan_rncan/Mining-industry_Industrie-miniere/900A_and_top_100/Thumbnail/900A.png\\\"\\\"", null, null, null ] ],
  "distributionFormat_name" : "N/A",
  "distributionFormat_format" : "N/A",
  "useLimits" : "Open Government Licence - Canada (http://open.canada.ca/en/open-government-licence-canada)",
  "accessConstraints" : "license; licence",
  "otherConstraints" : "N/A",
  "dateStamp" : "2021-02-23T20:32:05.000Z",
  "dataSetURI" : "N/A",
  "locale" : { },
  "language" : "eng; CAN",
  "characterSet" : "utf8; utf8",
  "environmentDescription" : "N/A",
  "supplementalInformation" : "N/A",
  "credits" : [ ],
  "distributor" : [ [ null, [ null, null ], [ "Government of Canada; Natural Resources Canada; Lands and Minerals Sector\\ \"\\\"NRCan.questions.RNCan@canada.ca\\\"\\\"" ], [ null, null, "\\\"\\\"http\\\"\\\"", null ], null, "\\\"\\\"distributor; distributeur\\\"\\\"" ] ]
} ] ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

The metadata associated with the UUID / Les métadonnées associées à l'UUID id

400

bad input parameters

Translate / Traduire

Up
get /translate
translate text to given language / traduire un texte dans une langue donnée (translate)
translate text to given language / traduire un texte dans une langue donnée

Query parameters

text (optional)
Query Parameter — text to be translated / texte à traduire
from_lang (optional)
Query Parameter — from text language / du langage textuel
to_lang (optional)
Query Parameter — to text language / au langage textuel

Return type

Example data

Content-Type: application/json
{
  "from_lang" : "from_lang",
  "to_lang" : "to_lang",
  "text" : "text"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • application/json

Responses

200

translate text to given language / traduire un texte dans une langue donnée translate

400

bad input parameters

Models

[ Jump to Methods ]

Table of Contents

  1. community_add
  2. community_add_description
  3. community_add_keywords
  4. community_add_member
  5. community_add_name
  6. community_announcement_add
  7. community_announcement_add_announcement
  8. community_announcement_edit
  9. community_data_add
  10. community_delete_announcement
  11. community_delete_data
  12. community_delete_member
  13. community_delete_resource
  14. community_edit
  15. community_edit_member
  16. community_get_announcement
  17. community_get_data
  18. community_get_member
  19. community_get_resource
  20. community_resource_add
  21. community_resource_add_resource_description
  22. community_resource_add_resource_link
  23. community_resource_add_resource_name
  24. community_resource_edit
  25. featured
  26. foundational
  27. foundational_inner
  28. geonetwork
  29. geonetwork_inner
  30. getanalytics1
  31. getanalytics10
  32. getanalytics10_inner
  33. getanalytics11
  34. getanalytics11_inner
  35. getanalytics1_inner
  36. getanalytics2
  37. getanalytics2_inner
  38. getanalytics3
  39. getanalytics3_inner
  40. getanalytics4
  41. getanalytics4_inner
  42. getanalytics5
  43. getanalytics6
  44. getanalytics7
  45. getanalytics8
  46. getanalytics9
  47. getanalytics9_inner
  48. id
  49. id_inner
  50. my_community_get_announcements
  51. my_community_get_data
  52. my_community_get_resources
  53. new
  54. plugin_config
  55. plugin_config_inner
  56. putanalytics
  57. putanalytics_inner
  58. saved_record_add
  59. saved_record_delete
  60. saved_record_get
  61. saved_search_add
  62. saved_search_add_inner
  63. saved_search_delete
  64. saved_search_get
  65. search
  66. search_inner
  67. translate
  68. update
  69. update_inner

community_add_description Up

en (optional)
example: A community for those who are interested in the historical imagery of Canada
fr (optional)
example: Une communauté pour ceux qui s'intéressent à l'imagerie historique du Canada

community_add_keywords Up

en (optional)
example: History, Imagery, Historical, Historical Research, Research, Change
fr (optional)
example: Histoire, Imagerie, Historique, Recherche historique, Recherche, Changement

community_add_member Up

userId (optional)
role (optional)
communityId (optional)

community_add_name Up

en (optional)
example: Historical Imagery
fr (optional)
example: Imagerie historique

community_announcement_add Up

communityId (optional)
userId (optional)
announcement (optional)

community_announcement_add_announcement Up

en (optional)
example: New Data added!
fr (optional)
example: Nouvelles données ajoutées!

community_announcement_edit Up

key (optional)
userId (optional)
announcement (optional)

community_data_add Up

communityId (optional)
uuid (optional)

community_edit_member Up

key (optional)
role (optional)

community_get_announcement Up

communityId (optional)

community_get_data Up

communityId (optional)

community_get_member Up

communityId (optional)

community_get_resource Up

communityId (optional)

community_resource_add Up

communityId (optional)
example: 12345
resource_link (optional)
resource_name (optional)
resource_description (optional)

community_resource_add_resource_description Up

en (optional)
example: With 20% of the world's total freshwater resources, Canada has a responsibility to do it right. That is why the GeoBase Surface Water Program (GeEAU) of Natural Resources Canada (NRCan) is deploying its resources to provide data, services and expertise to address water issues.
fr (optional)
example: Comme il abrite 20% des ressources mondiales en eau douce, le Canada a le devoir de bien faire les choses. C’est pourquoi le Programme GéoBase des eaux de surface (GéEAU) de Ressources naturelles Canada (RNCan) déploie ses ressources pour fournir des données, des services et son expertise au service des enjeux liés à l’eau.

community_resource_add_resource_link Up

en (optional)
example: https://www.nrcan.gc.ca/science-and-data/science-and-research/earth-sciences/geography/topographic-information/geobase-surface-water-program-geeau/20969
fr (optional)
example: https://www.rncan.gc.ca/science-et-donnees/science-et-recherche/sciences-terre/geographie/information-topographique/programme-geobase-eaux-surface-geeau/20970?_gl=1*t4mr4t*_ga*Mjc4MzY2MDMuMTY3MzUzMjU4OA..*_ga_C2N57Y7DX5*MTY3NDA5NTY3OS4xLjAuMTY3NDA5NTY3OS4wLjAuMA..

community_resource_add_resource_name Up

en (optional)
example: GeoBase Surface Water Program (GeEAU)
fr (optional)
example: Programme GéoBase des eaux de surface (GéEAU)

foundational_inner Up

id (optional)
coordinates (optional)
title (optional)
description (optional)
published (optional)
keywords (optional)
options (optional)
contact (optional)
created (optional)
spatialRepresentation (optional)
type (optional)
temporalExtent (optional)
graphicOverview (optional)
language (optional)

geonetwork_inner Up

uuid (optional)
source_code (optional)
item (optional)

getanalytics10_inner Up

30 (optional)
all (optional)

getanalytics11_inner Up

total (optional)
organizations (optional)

getanalytics1_inner Up

search (optional)
count (optional)

getanalytics2_inner Up

searches (optional)

getanalytics3_inner Up

accesses (optional)

getanalytics4_inner Up

accesses (optional)
id (optional)
title (optional)
coordinates (optional)
publication_date (optional)
keywords (optional)
topicCategory (optional)
organisation (optional)

getanalytics9_inner Up

accesses (optional)
id (optional)
title (optional)
coordinates (optional)
publication_date (optional)
keywords (optional)
topicCategory (optional)
organisation (optional)

id Up

id_inner Up

id (optional)
coordinates (optional)
title (optional)
description (optional)
published (optional)
keywords (optional)
options (optional)
contact (optional)
created (optional)
spatialRepresentation (optional)
type (optional)
temporalExtent (optional)
graphicOverview (optional)
language (optional)
topicCategory (optional)
refSys (optional)
refSys_version (optional)
status (optional)
maintenance (optional)
metadataStandard (optional)
distributionFormat_name (optional)
distributionFormat_format (optional)
useLimits (optional)
accessConstraints (optional)
otherConstraints (optional)
dateStamp (optional)
dataSetURI (optional)
locale (optional)
characterSet (optional)
environmentDescription (optional)
supplementalInformation (optional)
credits (optional)
distributor (optional)

my_community_get_data Up

userId (optional)

plugin_config_inner Up

uuid (optional)
plugin_config (optional)

putanalytics_inner Up

search (optional)
theme (optional)
filter (optional)
geo (optional)
uuid (optional)
resource (optional)
resource_type (optional)
loc (optional)
lang (optional)
type (optional)
org (optional)
foundational (optional)
type_filter (optional)

saved_record_add Up

userId (optional)
uuid (optional)

saved_record_delete Up

key (optional)

saved_record_get Up

userId (optional)

saved_search_add_inner Up

search (optional)
theme (optional)
filter (optional)
geo (optional)
uuid (optional)
lang (optional)
org (optional)
foundational (optional)
type_filter (optional)

saved_search_delete Up

key (optional)

saved_search_get Up

userId (optional)

search_inner Up

row_num (optional)
id (optional)
coordinates (optional)
title (optional)
description (optional)
published (optional)
keywords (optional)
options (optional)
contact (optional)
created (optional)
spatialRepresentation (optional)
type (optional)
type_filter (optional)
temporalExtent (optional)
graphicOverview (optional)
language (optional)
total (optional)

translate Up

text (optional)
from_lang (optional)
to_lang (optional)

update_inner Up

coordinates (optional)
title_en (optional)
title_fr (optional)
description_en (optional)
description_fr (optional)
keywords_en (optional)
keywords_fr (optional)
topicCategory (optional)
date_published_text (optional)
date_published_date (optional)
date_created_text (optional)
date_created_date (optional)
spatialRepresentation (optional)
type (optional)
geometry (optional)
temporalExtent_begin (optional)
temporalExtent_end (optional)
refSys (optional)
refSys_version (optional)
status (optional)
maintenance (optional)
metadataStandard_en (optional)
metadataStandard_fr (optional)
metadataStandardVersion (optional)
graphicOverview (optional)
distributionFormat_name (optional)
distributionFormat_format (optional)
useLimits_en (optional)
useLimits_fr (optional)
accessConstraints (optional)
otherConstraints_en (optional)
otherConstraints_fr (optional)
dateStamp (optional)
dataSetURI (optional)
locale_language (optional)
locale_country (optional)
locale_encoding (optional)
language (optional)
characterSet (optional)
environmentDescription (optional)
supplementalInformation_en (optional)
supplementalInformation_fr (optional)
contact (optional)
credits (optional)
cited (optional)
distributor (optional)
options (optional)
plugins (optional)