Link Search Menu Expand Document

LAGO sites 1.1

Version Updated Date Contributors
1.1 2022-09-15 10:59:24 +0000 2020-06-01 - today LAGO Collaboration

Table of contents

What is defined?

sitesLago.1.1.jsonld unifies the definition of the LAGO sites following the official LAGO schema vocabulary.

The purpose of the site’s definition is:

  • to univocally identify a predefined LAGO site (real or virtual) to be linked by metadata using a public URI;
  • to link several related definitions of the site: short codename, name, description, responsible organisation;
  • to fix their location, i.e. magnetic field, observation level, GPS coordinates;
  • to provide other default configuration parameters, meaningful for applications such as the arrang (ARTI), status (locationMaps), etc.

Note that the sites give support or have given support (physically or virtually) to one or several Water Cherenkov Detectors (WCDs). Their definitions should not be included in this document, conversely, it is the WCD definition that should be linked to a LAGO site.

How should an item be referenced?

To preserve the provenance of the linked metadata through time, you must use the GitHub raw link to a certain tag release of this document, plus # and the short site codename:

https://raw.githubusercontent.com/lagoproject/DMP/<Major.Minor.Patch>/defs/sitesLago.1.1.jsonld#<site codename>

For example:

https://raw.githubusercontent.com/lagoproject/DMP/1.1.0/defs/sitesLago.1.1.jsonld#sac

As a real example, the metadata´s catalog of a simulation should include the site´s reference:

{
"@context":{
...
            "lago":"https://raw.githubusercontent.com/lagoproject/DMP/1.1.0/schema/lagoSchema.1.1.jsonld",
...
          },
...
...      
          {
           "@id":"/sac_60_100.0_75600_QGSII_flat#artiParams",
           "@type":"lago:ArtiParams",
           "lago:cherenkov":False,
           "lago:debug":False,
           "lago:highEnergyIntModel":"QGSII",
           "lago:detectorSite":"https://raw.githubusercontent.com/lagoproject/DMP/1.1.0/defs/sitesLago.1.1.jsonld#sac",
           "lago:obsLev":100,
           "lago:highEnergyCutsSecondaries": False,
           "lago:fluxTime":"Psac_60_100.0_75600_QGSII_flatS",
           "lago:flatArray":True
           },
...
...

How could an item be embarranssingly referenced?

Although it is discouraged because these methods do not preserve the metadata provenance, it could be sometimes needed linking this document using only the main release (the Major.Minor) as reference and forgoting the GitHub tag release.

As this document has Major.Minor = 1.1 version, you can use links to this dynamic web page, adding also the plus # and the short site codename. For example:

https://lagoproject.github.io/DMP/defs/sitesLago.1.1/#ima

The mechanism is similar to other vocabularies published in Internet. Nevertheless, it could include changes which were not taken into account when the metadata was generated.

Defined LAGO sites

Official LAGO sites

non-LAGO sites

Plain JSON-LD file

{
  "@context": {
    "dct": "http://purl.org/dc/terms/",
    "geo": "http://www.w3.org/2003/01/geo/wgs84_pos#",
    "lago": "https://raw.githubusercontent.com/lagoproject/DMP/1.1/schema/lagoSchema.1.1.jsonld",
    "@base": "https://raw.githubusercontent.com/lagoproject/DMP/1.1/defs/sitesLago.1.1.jsonld#",
    "@vocab": "https://raw.githubusercontent.com/SEMICeu/DCAT-AP/2.0.0/releases/2.0.0/dcat-ap_2.0.0.jsonld",
    "_dcatap": "https://raw.githubusercontent.com/SEMICeu/DCAT-AP/2.0.0/releases/2.0.0/dcat-ap_2.0.0.jsonld",
    "_dcatap_landing_page": "http://data.europa.eu/r5r/"
  },
  "@graph": [
    {
      "@id": "and",
      "@type": "lago:DetectorSite",
      "name": "Andes, Argentina",
      "lago:belongsLago": false,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": ""
      },
      "geometry": {
        "@id": "and#geometry",
        "@type": "geo:Point",
        "geo:latitude": "-30.19",
        "geo:longitude": "-69.82",
        "geo:altitude": "4200"
      },
      "lago:obsLev": {
        "@default": "420000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E2"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-04-08",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "19.658",
          "lago:bz": "-11.951",
          "lago:bi": "23.011"
        }
      }
    },
    {
      "@id": "asu",
      "@type": "lago:DetectorSite",
      "name": "Asuncion-Paraguay, Paraguay",
      "lago:belongsLago": true,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": "UNA"
      },
      "geometry": {
        "@id": "asu#geometry",
        "@type": "geo:Point",
        "geo:latitude": "-25.19",
        "geo:longitude": "-57.3",
        "geo:altitude": "136"
      },
      "lago:obsLev": {
        "@default": "13600"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E1"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-04-08",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "18.233",
          "lago:bz": "-11.73",
          "lago:bi": "22.22"
        }
      }
    },
    {
      "@id": "ata",
      "@type": "lago:DetectorSite",
      "name": "Atacama, Chile",
      "lago:belongsLago": true,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": "UVAL"
      },
      "geometry": {
        "@id": "ata#geometry",
        "@type": "geo:Point",
        "geo:latitude": "-23.005778",
        "geo:longitude": "-67.759167",
        "geo:altitude": "5105"
      },
      "lago:obsLev": {
        "@default": "510500"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E1"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-10-28",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "20.638",
          "lago:bz": "-8.598",
          "lago:bi": "22.5"
        }
      }
    },
    {
      "@id": "ber",
      "@type": "lago:DetectorSite",
      "name": "Berlin, Colombia",
      "lago:belongsLago": true,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": "UIS"
      },
      "geometry": {
        "@id": "ber#geometry",
        "@type": "geo:Point",
        "geo:latitude": "7.19",
        "geo:longitude": "-72.88",
        "geo:altitude": "3450"
      },
      "lago:obsLev": {
        "@default": "345000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E1"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-04-08",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "26.751",
          "lago:bz": "16.029",
          "lago:bi": "31.467"
        }
      }
    },
    {
      "@id": "bga",
      "@type": "lago:DetectorSite",
      "name": "Bucaramanga, Colombia",
      "lago:belongsLago": true,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": "UIS"
      },
      "geometry": {
        "@id": "bga#geometry",
        "@type": "geo:Point",
        "geo:latitude": "7.14",
        "geo:longitude": "-73.12",
        "geo:altitude": "956"
      },
      "lago:obsLev": {
        "@default": "95000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E1"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-04-08",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "26.793",
          "lago:bz": "16.055",
          "lago:bi": "31.506"
        }
      }
    },
    {
      "@id": "brc",
      "@type": "lago:DetectorSite",
      "name": "Bariloche, Argentina",
      "lago:belongsLago": true,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": "CNEA"
      },
      "geometry": {
        "@id": "brc#geometry",
        "@type": "geo:Point",
        "geo:latitude": "-41.15",
        "geo:longitude": "-71.3",
        "geo:altitude": "850"
      },
      "lago:obsLev": {
        "@default": "86500"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E3"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-04-08",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "18.952",
          "lago:bz": "-17.05",
          "lago:bi": "25.58"
        }
      }
    },
    {
      "@id": "bue",
      "@type": "lago:DetectorSite",
      "name": "Buenos Aires, Argentina",
      "lago:belongsLago": true,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": "IAFE"
      },
      "geometry": {
        "@id": "bue#geometry",
        "@type": "geo:Point",
        "geo:latitude": "-34.54",
        "geo:longitude": "-58.44",
        "geo:altitude": "10"
      },
      "lago:obsLev": {
        "@default": "1000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E2"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-04-08",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "17.09",
          "lago:bz": "-14.673",
          "lago:bi": "22.705"
        }
      }
    },
    {
      "@id": "casp",
      "@type": "lago:DetectorSite",
      "name": "Casposo, Argentina",
      "lago:belongsLago": false,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": ""
      },
      "geometry": {
        "@id": "casp#geometry",
        "@type": "geo:Point",
        "geo:latitude": "-31.22",
        "geo:longitude": "-69.63",
        "geo:altitude": "2600"
      },
      "lago:obsLev": {
        "@default": "260000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E2"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-05-18",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "19.473",
          "lago:bz": "-12.436",
          "lago:bi": "23.109"
        }
      }
    },
    {
      "@id": "cha",
      "@type": "lago:DetectorSite",
      "name": "Chacaltaya, Bolivia",
      "lago:belongsLago": true,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": "UMSA"
      },
      "geometry": {
        "@id": "cha#geometry",
        "@type": "geo:Point",
        "geo:latitude": "-16.35",
        "geo:longitude": "-68.13",
        "geo:altitude": "5230"
      },
      "lago:obsLev": {
        "@default": "523000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E2"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-04-08",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "22.38",
          "lago:bz": "-4.62",
          "lago:bi": "23.112"
        }
      }
    },
    {
      "@id": "chi",
      "@type": "lago:DetectorSite",
      "name": "Chimborazo, Ecuador",
      "lago:belongsLago": true,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": "EPOCH"
      },
      "geometry": {
        "@id": "chi#geometry",
        "@type": "geo:Point",
        "geo:latitude": "-1.47",
        "geo:longitude": "-78.82",
        "geo:altitude": "5000"
      },
      "lago:obsLev": {
        "@default": "500000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E1"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-10-28",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "26.56",
          "lago:bz": "8.758",
          "lago:bi": "28.019"
        }
      }
    },
    {
      "@id": "chia",
      "@type": "lago:DetectorSite",
      "name": "Chiapas, Mexico",
      "lago:belongsLago": true,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": "UNACH"
      },
      "geometry": {
        "@id": "chia#geometry",
        "@type": "geo:Point",
        "geo:latitude": "16.75",
        "geo:longitude": "-93.12",
        "geo:altitude": "522"
      },
      "lago:obsLev": {
        "@default": "52200"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E2"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-04-08",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "27.405",
          "lago:bz": "27.024",
          "lago:bi": "38.497"
        }
      }
    },
    {
      "@id": "cop",
      "@type": "lago:DetectorSite",
      "name": "Copahue, Argentina",
      "lago:belongsLago": false,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": ""
      },
      "geometry": {
        "@id": "cop#geometry",
        "@type": "geo:Point",
        "geo:latitude": "-37.85",
        "geo:longitude": "-71.17",
        "geo:altitude": "2000"
      },
      "lago:obsLev": {
        "@default": "200000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E2"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-05-18",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "19.04",
          "lago:bz": "-15.493",
          "lago:bi": "24.586"
        }
      }
    },
    {
      "@id": "cpv",
      "@type": "lago:DetectorSite",
      "name": "Campina Grande, Brazil",
      "lago:belongsLago": true,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": "UFCG"
      },
      "geometry": {
        "@id": "cpv#geometry",
        "@type": "geo:Point",
        "geo:latitude": "-7.23",
        "geo:longitude": "-35.88",
        "geo:altitude": "550"
      },
      "lago:obsLev": {
        "@default": "55000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E1"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-04-08",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "21.174",
          "lago:bz": "-12.612",
          "lago:bi": "26.025"
        }
      }
    },
    {
      "@id": "cuz",
      "@type": "lago:DetectorSite",
      "name": "Cusco, Peru",
      "lago:belongsLago": true,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": "CONIDA"
      },
      "geometry": {
        "@id": "cuz#geometry",
        "@type": "geo:Point",
        "geo:latitude": "-13.52",
        "geo:longitude": "-71.96",
        "geo:altitude": "3400"
      },
      "lago:obsLev": {
        "@default": "340000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E1"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-04-08",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "23.676",
          "lago:bz": "-2.02",
          "lago:bi": "23.905"
        }
      }
    },
    {
      "@id": "gua",
      "@type": "lago:DetectorSite",
      "name": "Guatemala, Guatemala",
      "lago:belongsLago": true,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": "UVG"
      },
      "geometry": {
        "@id": "gua#geometry",
        "@type": "geo:Point",
        "geo:latitude": "14.63",
        "geo:longitude": "-90.59",
        "geo:altitude": "1490"
      },
      "lago:obsLev": {
        "@default": "149000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E1"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-04-08",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "27.532",
          "lago:bz": "24.932",
          "lago:bi": "37.145"
        }
      }
    },
    {
      "@id": "ima",
      "@type": "lago:DetectorSite",
      "name": "Imata, Peru",
      "lago:belongsLago": true,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": "CONIDA"
      },
      "geometry": {
        "@id": "ima#geometry",
        "@type": "geo:Point",
        "geo:latitude": "-15.841",
        "geo:longitude": "-71.091",
        "geo:altitude": "4600"
      },
      "lago:obsLev": {
        "@default": "460000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E1"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-05-23",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "22.969",
          "lago:bz": "-3.79",
          "lago:bi": "23.422"
        }
      }
    },
    {
      "@id": "jsc",
      "@type": "lago:DetectorSite",
      "name": "J\u00fclich, Germany",
      "lago:belongsLago": false,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": ""
      },
      "geometry": {
        "@id": "jsc#geometry",
        "@type": "geo:Point",
        "geo:latitude": "50.92",
        "geo:longitude": "6.54",
        "geo:altitude": "100"
      },
      "lago:obsLev": {
        "@default": "10000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E2"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-05-18",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "19.676",
          "lago:bz": "44.928",
          "lago:bi": "49.055"
        }
      }
    },
    {
      "@id": "kna",
      "@type": "lago:DetectorSite",
      "name": "Vina Del Mar, Chile",
      "lago:belongsLago": true,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": "UVM"
      },
      "geometry": {
        "@id": "kna#geometry",
        "@type": "geo:Point",
        "geo:latitude": "-33.07",
        "geo:longitude": "-71.55",
        "geo:altitude": "347"
      },
      "lago:obsLev": {
        "@default": "34700"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E2"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-04-08",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "19.56",
          "lago:bz": "-13.333",
          "lago:bi": "23.679"
        }
      }
    },
    {
      "@id": "lim",
      "@type": "lago:DetectorSite",
      "name": "Lima, Peru",
      "lago:belongsLago": true,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": "CONIDA"
      },
      "geometry": {
        "@id": "lim#geometry",
        "@type": "geo:Point",
        "geo:latitude": "-12.1",
        "geo:longitude": "-77.02",
        "geo:altitude": "150"
      },
      "lago:obsLev": {
        "@default": "16800"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E1"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-04-08",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "24.723",
          "lago:bz": "-0.476",
          "lago:bi": "24.751"
        }
      }
    },
    {
      "@id": "lpb",
      "@type": "lago:DetectorSite",
      "name": "La Paz, Bolivia",
      "lago:belongsLago": true,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": "UMSA"
      },
      "geometry": {
        "@id": "lpb#geometry",
        "@type": "geo:Point",
        "geo:latitude": "-16.49",
        "geo:longitude": "-68.15",
        "geo:altitude": "3630"
      },
      "lago:obsLev": {
        "@default": "363000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E2"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-04-08",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "22.362",
          "lago:bz": "-4.708",
          "lago:bi": "23.109"
        }
      }
    },
    {
      "@id": "lsc",
      "@type": "lago:DetectorSite",
      "name": "La Serena, Chile",
      "lago:belongsLago": true,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": "USERENA"
      },
      "geometry": {
        "@id": "lsc#geometry",
        "@type": "geo:Point",
        "geo:latitude": "-29.9",
        "geo:longitude": "-71.25",
        "geo:altitude": "28"
      },
      "lago:obsLev": {
        "@default": "2800"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E2"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-04-08",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "19.975",
          "lago:bz": "-11.826",
          "lago:bi": "23.213"
        }
      }
    },
    {
      "@id": "mad",
      "@type": "lago:DetectorSite",
      "name": "MAD, Spain",
      "lago:belongsLago": false,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": ""
      },
      "geometry": {
        "@id": "mad#geometry",
        "@type": "geo:Point",
        "geo:latitude": "40.5",
        "geo:longitude": "-3.67",
        "geo:altitude": "700"
      },
      "lago:obsLev": {
        "@default": "70000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E2"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-05-18",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "25.647",
          "lago:bz": "36.933",
          "lago:bi": "44.965"
        }
      }
    },
    {
      "@id": "mapi",
      "@type": "lago:DetectorSite",
      "name": "Machu Picchu, Antarctica",
      "lago:belongsLago": true,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": "CONIDA"
      },
      "geometry": {
        "@id": "mapi#geometry",
        "@type": "geo:Point",
        "geo:latitude": "-62.09",
        "geo:longitude": "-58.47",
        "geo:altitude": "10"
      },
      "lago:obsLev": {
        "@default": "1000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E5"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-04-08",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "19.309",
          "lago:bz": "-28.693",
          "lago:bi": "34.763"
        }
      }
    },
    {
      "@id": "mge",
      "@type": "lago:DetectorSite",
      "name": "Malargue, Argentina",
      "lago:belongsLago": true,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": "CNEA"
      },
      "geometry": {
        "@id": "mge#geometry",
        "@type": "geo:Point",
        "geo:latitude": "-35.45",
        "geo:longitude": "-69.57",
        "geo:altitude": "1450"
      },
      "lago:obsLev": {
        "@default": "145000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E2"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-04-08",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "18.987",
          "lago:bz": "-14.326",
          "lago:bi": "23.79"
        }
      }
    },
    {
      "@id": "pam",
      "@type": "lago:DetectorSite",
      "name": "Pamplona, Colombia",
      "lago:belongsLago": true,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": "UNIPAM"
      },
      "geometry": {
        "@id": "pam#geometry",
        "@type": "geo:Point",
        "geo:latitude": "7.22",
        "geo:longitude": "-72.39",
        "geo:altitude": "2342"
      },
      "lago:obsLev": {
        "@default": "234200"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E1"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-04-08",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "26.743",
          "lago:bz": "15.955",
          "lago:bi": "31.443"
        }
      }
    },
    {
      "@id": "ppet",
      "@type": "lago:DetectorSite",
      "name": "Peteroa, Argentina",
      "lago:belongsLago": false,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": ""
      },
      "geometry": {
        "@id": "ppet#geometry",
        "@type": "geo:Point",
        "geo:latitude": "-35.25",
        "geo:longitude": "-70.57",
        "geo:altitude": "3500"
      },
      "lago:obsLev": {
        "@default": "350000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E2"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-05-18",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "19.139",
          "lago:bz": "-14.27",
          "lago:bi": "23.883"
        }
      }
    },
    {
      "@id": "psnc",
      "@type": "lago:DetectorSite",
      "name": "Poznam, Poland",
      "lago:belongsLago": false,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": ""
      },
      "geometry": {
        "@id": "psnc#geometry",
        "@type": "geo:Point",
        "geo:latitude": "52.41",
        "geo:longitude": "16.92",
        "geo:altitude": "100"
      },
      "lago:obsLev": {
        "@default": "10000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E2"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-05-18",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "18.598",
          "lago:bz": "46.45",
          "lago:bi": "50.066"
        }
      }
    },
    {
      "@id": "quie",
      "@type": "lago:DetectorSite",
      "name": "Quito-EPN, Ecuador",
      "lago:belongsLago": true,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": "EPN"
      },
      "geometry": {
        "@id": "quie#geometry",
        "@type": "geo:Point",
        "geo:latitude": "-0.2",
        "geo:longitude": "-78.5",
        "geo:altitude": "2850"
      },
      "lago:obsLev": {
        "@default": "285000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E1"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-04-08",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "26.717",
          "lago:bz": "9.971",
          "lago:bi": "28.579"
        }
      }
    },
    {
      "@id": "sac",
      "@type": "lago:DetectorSite",
      "name": "San Antonio de los Cobres, Argentina",
      "lago:belongsLago": true,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": "CNEA"
      },
      "geometry": {
        "@id": "sac#geometry",
        "@type": "geo:Point",
        "geo:latitude": "-24.71",
        "geo:longitude": "-66.38",
        "geo:altitude": "4820"
      },
      "lago:obsLev": {
        "@default": "482000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E2"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-04-08",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "20.06",
          "lago:bz": "-9.616",
          "lago:bi": "22.398"
        }
      }
    },
    {
      "@id": "sao",
      "@type": "lago:DetectorSite",
      "name": "Sao Paulo-UFABC, Brazil",
      "lago:belongsLago": true,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": "UFABC"
      },
      "geometry": {
        "@id": "sao#geometry",
        "@type": "geo:Point",
        "geo:latitude": "-23.38",
        "geo:longitude": "-46.31",
        "geo:altitude": "760"
      },
      "lago:obsLev": {
        "@default": "76000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E1"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-04-08",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "16.484",
          "lago:bz": "-14.48",
          "lago:bi": "22.905"
        }
      }
    },
    {
      "@id": "sawb",
      "@type": "lago:DetectorSite",
      "name": "Marambio, Antarctica",
      "lago:belongsLago": true,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": "UBA"
      },
      "geometry": {
        "@id": "sawb#geometry",
        "@type": "geo:Point",
        "geo:latitude": "-64.24",
        "geo:longitude": "-56.62",
        "geo:altitude": "200"
      },
      "lago:obsLev": {
        "@default": "20000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E5"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-04-08",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "19.366",
          "lago:bz": "-30.222",
          "lago:bi": "36.077"
        }
      }
    },
    {
      "@id": "serb",
      "@type": "lago:DetectorSite",
      "name": "Riobamba-EPOSCH, Ecuador",
      "lago:belongsLago": true,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": "EPOCH"
      },
      "geometry": {
        "@id": "serb#geometry",
        "@type": "geo:Point",
        "geo:latitude": "-1.81",
        "geo:longitude": "-78.74",
        "geo:altitude": "2750"
      },
      "lago:obsLev": {
        "@default": "275000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E1"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-04-08",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "26.577",
          "lago:bz": "8.499",
          "lago:bi": "27.952"
        }
      }
    },
    {
      "@id": "sgd",
      "@type": "lago:DetectorSite",
      "name": "Sierra Grande, Argentina",
      "lago:belongsLago": false,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": ""
      },
      "geometry": {
        "@id": "sgd#geometry",
        "@type": "geo:Point",
        "geo:latitude": "-41.668",
        "geo:longitude": "-65.365",
        "geo:altitude": "250"
      },
      "lago:obsLev": {
        "@default": "25000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E2"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-06-02",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "18.108",
          "lago:bz": "-16.917",
          "lago:bi": "24.785"
        }
      }
    },
    {
      "@id": "sng",
      "@type": "lago:DetectorSite",
      "name": "Sierra Negra, Mexico",
      "lago:belongsLago": true,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": "BUAP"
      },
      "geometry": {
        "@id": "sng#geometry",
        "@type": "geo:Point",
        "geo:latitude": "18.16",
        "geo:longitude": "-97.95",
        "geo:altitude": "4550"
      },
      "lago:obsLev": {
        "@default": "455000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E2"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-04-08",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "27.358",
          "lago:bz": "28.038",
          "lago:bi": "39.217"
        }
      }
    },
    {
      "@id": "sudb",
      "@type": "lago:DetectorSite",
      "name": "Chreighton, Canada",
      "lago:belongsLago": false,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": ""
      },
      "geometry": {
        "@id": "sudb#geometry",
        "@type": "geo:Point",
        "geo:latitude": "46.46",
        "geo:longitude": "-81.17",
        "geo:altitude": "2100"
      },
      "lago:obsLev": {
        "@default": "210000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E2"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-05-18",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "17.037",
          "lago:bz": "51.991",
          "lago:bi": "54.79"
        }
      }
    },
    {
      "@id": "tac",
      "@type": "lago:DetectorSite",
      "name": "Tacana, Guatemala",
      "lago:belongsLago": true,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": "UVG"
      },
      "geometry": {
        "@id": "tac#geometry",
        "@type": "geo:Point",
        "geo:latitude": "15.13",
        "geo:longitude": "-92.11",
        "geo:altitude": "4060"
      },
      "lago:obsLev": {
        "@default": "406000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E1"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-04-08",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "27.53",
          "lago:bz": "25.353",
          "lago:bi": "37.432"
        }
      }
    },
    {
      "@id": "truj",
      "@type": "lago:DetectorSite",
      "name": "Trujillo, Spain",
      "lago:belongsLago": false,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": ""
      },
      "geometry": {
        "@id": "truj#geometry",
        "@type": "geo:Point",
        "geo:latitude": "39.47",
        "geo:longitude": "-5.88",
        "geo:altitude": "560"
      },
      "lago:obsLev": {
        "@default": "56000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E2"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-05-18",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "26.223",
          "lago:bz": "35.844",
          "lago:bi": "44.413"
        }
      }
    },
    {
      "@id": "tuc",
      "@type": "lago:DetectorSite",
      "name": "Tucuman, Argentina",
      "lago:belongsLago": true,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": "UNT"
      },
      "geometry": {
        "@id": "tuc#geometry",
        "@type": "geo:Point",
        "geo:latitude": "-26.5",
        "geo:longitude": "-65.11",
        "geo:altitude": "430"
      },
      "lago:obsLev": {
        "@default": "43000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E2"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-04-08",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "19.487",
          "lago:bz": "-10.647",
          "lago:bi": "22.365"
        }
      }
    },
    {
      "@id": "vcp",
      "@type": "lago:DetectorSite",
      "name": "Campinas, Brazil",
      "lago:belongsLago": true,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": "UNICAMP"
      },
      "geometry": {
        "@id": "vcp#geometry",
        "@type": "geo:Point",
        "geo:latitude": "-22.9",
        "geo:longitude": "-47.06",
        "geo:altitude": "640"
      },
      "lago:obsLev": {
        "@default": "64000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E1"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-04-08",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "16.751",
          "lago:bz": "-14.104",
          "lago:bi": "22.873"
        }
      }
    },
    {
      "@id": "viri",
      "@type": "lago:DetectorSite",
      "name": "Villa Rica, Chile",
      "lago:belongsLago": false,
      "qualifiedAttribution": {
        "@type": "lago:Organisation",
        "name": ""
      },
      "geometry": {
        "@id": "viri#geometry",
        "@type": "geo:Point",
        "geo:latitude": "-39.42",
        "geo:longitude": "-71.94",
        "geo:altitude": "2850"
      },
      "lago:obsLev": {
        "@default": "285000"
      },
      "lago:atmcrd": {
        "@type": {
          "@default": "lago:Atmod"
        },
        "lago:modatm": {
          "@default": "E2"
        }
      },
      "lago:magnet": {
        "@default": {
          "lago:bDate": "2021-05-18",
          "conformsTo": {
            "@id": "https://doi.org/10.1186/s40623-020-01288-x",
            "@type": [
              "dct:Standard",
              "DataSet"
            ],
            "title": "IGRF",
            "description": "International Geomagnetic Reference Field",
            "landingpage": "https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html",
            "version": "13",
            "dataservice": {
              "title": "Geomagnetic Model Web Service",
              "endpointURL": "http://geomag.bgs.ac.uk/web_service/GMModels/"
            },
            "temporalCoverage": {
              "startDate": "2020-01-01",
              "endDate": "2024-12-31"
            },
            "temporalResolution": "P1D"
          },
          "lago:bx": "19.061",
          "lago:bz": "-16.289",
          "lago:bi": "25.148"
        }
      }
    }
  ]
}