Link Search Menu Expand Document

LAGO sites 1.0

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

Table of contents

What is defined?

sitesLago.1.0.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 release of this document, plus # and the short site codename:

https://raw.githubusercontent.com/lagoproject/DMP/<tag release>/defs/sitesLago.1.0.jsonld#<site codename>

For example:

https://raw.githubusercontent.com/lagoproject/DMP/1.0/defs/sitesLago.1.0.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.0/schema/lagoSchema.1.0.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.0/defs/sitesLago.1.0.jsonld#sac",
           "lago:obsLev":100,
           "lago:highEnergyCutsSecondaries": False,
           "lago:fluxTime":"Psac_60_100.0_75600_QGSII_flatS",
           "lago:flatArray":True
           },
...
...

Defined LAGO sites

Items

Plain JSON-LD file

{
"@context" : {
    "lago" : "https://raw.githubusercontent.com/lagoproject/DMP/1.0/schema/lagoSchema.1.0.jsonld",
    "@base" : "https://raw.githubusercontent.com/lagoproject/DMP/1.0/defs/sitesLago.1.0.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" : "hess", 
    "@type" : "lago:DetectorSite",
    "name" : "hess",
    "lago:atmcrd" : { "@type": { "@default" : "lago:Atmosphere" }, "lago:modatm" : { "@default" : "E10" } },
    "lago:obsLev" : "1800e2",
    "lago:magnet" : { "lago:bx" : "12.5", "lago:bz" : "-25.9" }, 
    "lago:arrang" : "-14" 
  },
  {  
    "@id" : "sac", 
    "@type" : "lago:DetectorSite",
    "name" : "sac",
    "lago:atmcrd" : { "@type": { "@default" : "lago:Atmosphere" }, "lago:modatm" : { "@default" : "E32" , "comment" : "Other possible values (E30=wi,E31=sp,E32=su,E33=au)" } },
    "lago:obsLev" : "3700e2",
    "lago:magnet" : { "lago:bx" : "20.94", "lago:bz" : "-8.91" },
    "lago:arrang" : "0" 
  },
  {  
    "@id" : "etn", 
    "@type" : "lago:DetectorSite",
    "name" : "etn",
    "lago:atmcrd" : { "@type": { "@default" : "lago:Atmosphere" }, "lago:modatm" : { "@default" : "E2" } },
    "lago:obsLev" : "3000e2",
    "lago:magnet" : { "lago:bx" : "27.7623", "lago:bz" : "36.0667" },
    "lago:arrang" : "0"
  },
  {  
    "@id" : "ber", 
    "@type" : "lago:DetectorSite",
    "name" : "ber",
    "lago:atmcrd" : { "@type": { "@default" : "lago:Atmosphere" }, "lago:modatm" : { "@default" : "E1" } },
    "lago:obsLev" : "3450e2",
    "lago:magnet" : { "lago:bx" : "26.9814", "lago:bz" : "17.1054" },
    "lago:arrang" : "0"
  },
  {  
    "@id" : "lim", 
    "@type" : "lago:DetectorSite",
    "name" : "lim",
    "lago:atmcrd" : { "@type": { "@default" : "lago:Atmosphere" }, "lago:modatm" : { "@default" : "E1" } },
    "lago:obsLev" : "168e2",
    "lago:magnet" : { "lago:bx" : "25.28", "lago:bz" : "-0.046" },
    "lago:arrang" : "0"
  },
  {  
    "@id" : "glr", 
    "@type" : "lago:DetectorSite",
    "name" : "glr",
    "lago:atmcrd" : { "@type": { "@default" : "lago:Atmosphere" }, "lago:modatm" : { "@default" : "E1" } },
    "lago:obsLev" : "4276e2",
    "lago:magnet" : { "lago:bx" : "27.0750", "lago:bz" : "11.7728" },
    "lago:arrang" : "0"
  },
  {
    "@id" : "mch", 
    "@type" : "lago:DetectorSite",
    "name" : "mch",
    "lago:atmcrd" : { "@type": { "@default" : "lago:Atmosphere" }, "lago:modatm" : { "@default" : "E1" } },
    "lago:obsLev" : "2650e2",
    "lago:magnet" : { "lago:bx" : "27.1762", "lago:bz" : "14.6184" },
    "lago:arrang" : "0"
  },
  {  
    "@id" : "bga", 
    "@type" : "lago:DetectorSite",
    "name" : "bga",
    "lago:atmcrd" : { "@type": { "@default" : "lago:Atmod" }, "lago:modatm" : { "@default" : "E1" } },
    "lago:obsLev" : "950e2",
    "lago:magnet" : { "lago:bx" : "27.0263", "lago:bz" : "17.1760" },
    "lago:arrang" : "0"
  },
  {  
    "@id" : "mge", 
    "@type" : "lago:DetectorSite",
    "name" : "mge",
    "lago:atmcrd" : { "@type": { "@default" : "lago:Atmod" }, "lago:modatm" : { "@default" : "19" } },
    "lago:obsLev" : "1400e2",
    "lago:magnet" : { "lago:bx" : "20.4367", "lago:bz" : "-11.8217" },
    "lago:arrang" : "0"
  },
  {  
    "@id" : "brc", 
    "@type" : "lago:DetectorSite",
    "name" : "brc",
    "lago:atmcrd" : { "@type": { "@default" : "lago:Atmod" }, "lago:modatm" : { "@default" : "E3" } },
    "lago:obsLev" : "800e2",
    "lago:magnet" : { "lago:bx" : "19.234", "lago:bz" : "-17.068" },
    "lago:arrang" : "0"
  },
  {  
    "@id" : "and", 
    "@type" : "lago:DetectorSite",
    "name" : "and",
    "lago:atmcrd" : { "@type": { "@default" : "lago:Atmod" }, "lago:modatm" : { "@default" : "19" } },
    "lago:obsLev" : "4200e2",
    "lago:magnet" : { "lago:bx" : "19.6922", "lago:bz" : "-14.2420" },
    "lago:arrang" : "0"
  },
  {  
    "@id" : "mpc", 
    "@type" : "lago:DetectorSite",
    "name" : "mpc",
    "_comment" : "Marcapomacocha",
    "lago:atmcrd" : { "@type": { "@default" : "lago:Atmod" }, "lago:modatm" : { "@default" : "E1" } },
    "lago:obsLev" : "4500e2",
    "lago:magnet" : { "lago:bx" : "24.9599", "lago:bz" : "0.4124" }
  },
  {  
    "@id" : "cha", 
    "@type" : "lago:DetectorSite",
    "name" : "cha",
    "_comment" : "Chacaltaya",
    "lago:atmcrd" : { "@type": { "@default" : "lago:Atmod" }, "lago:modatm" : { "@default" : "E2" } },
    "lago:obsLev" : "5230e2",
    "lago:magnet" : { "lago:bx" : "23.0386", "lago:bz" : "-3.9734" }
  },
  {  
    "@id" : "cid", 
    "@type" : "lago:DetectorSite",
    "name" : "cid",
    "_comment" : "CIDA",
    "lago:atmcrd" : { "@type": { "@default" : "lago:Atmod" }, "lago:modatm" : { "@default" : "E1" } },
    "lago:obsLev" : "3600e2",
    "lago:magnet" : { "lago:bx" : "26.8464", "lago:bz" : "18.1604" }
  },
  {  
    "@id" : "mor", 
    "@type" : "lago:DetectorSite",
    "name" : "mor",
    "_comment" : "Mordor",
    "lago:atmcrd" : { "@type": { "@default" : "lago:Atmod" }, "lago:modatm" : { "@default" : "E1" } },
    "lago:obsLev" : "4400e2",
    "lago:magnet" : { "lago:bx" : "26.8340", "lago:bz" : "18.2004" }
  },
  {  
    "@id" : "lsc", 
    "@type" : "lago:DetectorSite",
    "name" : "lsc",
    "_comment" : "La Serena",
    "lago:atmcrd" : { "@type": { "@default" : "lago:Atmod" }, "lago:modatm" : { "@default" : "E2" } },
    "lago:obsLev" : "28e2",
    "lago:magnet" : { "lago:bx" : "20.29", "lago:bz" : "-11.74" }
  },
  {  
    "@id" : "mbo", 
    "@type" : "lago:DetectorSite",
    "name" : "mbo",
    "_comment" : "Base Marambio",
    "lago:atmcrd" : { "@type": { "@default" : "lago:Atmod" }, "lago:modatm" : { "@default" : "E5" } },
    "lago:obsLev" : "196e2",
    "lago:magnet" : { "lago:bx" : "19.6571", "lago:bz" : "-30.5809" }
  },
  {  
    "@id" : "ccs", 
    "@type" : "lago:DetectorSite",
    "name" : "ccs",
    "_comment" : "Caracas, data provided by Jose Antonio López, UCV, 10.486004N -66.894461W",
    "lago:atmcrd" : { "@type": { "@default" : "lago:Atmod" }, "lago:modatm" : { "@default" : "E1" } },
    "lago:obsLev" : "900e2",
    "lago:magnet" : { "lago:bx" : "26.7364", "lago:bz" : "18.6777" }
  }
 ]
}