From 168c0ecbeab4a98b6b2bf435e0179a43306fad5d Mon Sep 17 00:00:00 2001
From: AJRubio-Montero <antonio.rubio@ciemat.es>
Date: Tue, 14 Jun 2022 18:15:00 +0200
Subject: [PATCH] Consolidating First DMP 1.1(.0) release (#14)

* adding some @defaults to schema

* test of CommonRights

* again

* ....

* .....

* ..

* ....

* .....

* .....

* .......

* ....

* ....

* ....

* .....

* .....

* ....

* ....

* ....

* ....

* Update lagoCommonRights.md

* Update lagoCommonRights.md

* Update lagoCommonRights.jsonld

* Update lagoCommonRights.md

* Update lagoCommonRights.jsonld

* Update lagoCommonRights.jsonld

* Test Versioning/Changelog

* .....

* Undo Test

* Adding clear versioning to DMP (#13)

* Naming files with release number

* Internal changes adding 1.1 release number

* more changes to include release number

* changing folders

* adding logo

Co-authored-by: AJRubio-Montero <AJRubio-Montero@github.com>

Co-authored-by: AJRubio-Montero <AJRubio-Montero@github.com>
---
 AUTHORS                                       |   17 +
 DMP/DMP.1.0.md                                |  381 +++
 DMP.md => DMP/DMP.1.1.md                      |    9 +-
 DMP/DMP.1.2.md                                |  340 +++
 DMP/DMP.md                                    |    9 +
 DMP/devDMPs.md                                |   10 +
 DMP/oldDMPs.md                                |   11 +
 README.md                                     |   42 +
 _config.yml                                   |    7 +-
 _includes/generate_html_for_vocab.1.0.html    |  126 +
 _includes/generate_html_for_vocab.html        |    6 +-
 _includes/head_custom.html                    |    5 +
 assets/images/lago-logo-90-dmp.png            |  Bin 0 -> 37895 bytes
 defs/{index.md => defs.md}                    |    2 +-
 defs/devdefs.md                               |   10 +
 defs/lagoCollaboration.1.1.jsonld             |   21 +
 defs/lagoCollaboration.1.1.md                 |   85 +
 defs/lagoCollaboration.1.2.jsonld             |   21 +
 defs/lagoCollaboration.1.2.md                 |   85 +
 defs/lagoCollaboration.jsonld                 |    3 -
 defs/lagoCollaboration.md                     |   65 -
 defs/olddefs.md                               |   11 +
 defs/sitesLago.1.0.jsonld                     |  173 ++
 defs/{sitesLago.md => sitesLago.1.0.md}       |   22 +-
 ...{sitesLago.jsonld => sitesLago.1.1.jsonld} |    6 +-
 defs/sitesLago.1.1.md                         |   94 +
 defs/sitesLago.1.2.jsonld                     | 2253 +++++++++++++++++
 defs/sitesLago.1.2.md                         |   94 +
 .../{index.md => architecture.md}             |    0
 docs/howtos/{index.md => howtos.md}           |    0
 index.md                                      |   22 +-
 notes/devnotes.md                             |   10 +
 notes/notes.md                                |    9 +
 notes/oldnotes.md                             |   10 +
 notes/releaseNotes.1.0.md                     |   21 +
 notes/releaseNotes.1.1.md                     |   23 +
 notes/releaseNotes.1.2.md                     |   21 +
 rights/{AUP.md => AUP.1.1.md}                 |    4 +-
 rights/devdefs.md                             |   10 +
 rights/lagoCommonRights.1.1.jsonld            |   32 +
 rights/lagoCommonRights.1.1.md                |   79 +
 rights/lagoCommonRights.jsonld                |    3 -
 rights/lagoCommonRights.md                    |   65 -
 rights/lagoCommonRightsTechAnnex.1.1.md       |   76 +
 rights/{index.md => rights.md}                |    0
 schema/devschemas.md                          |   10 +
 .../SimulationCatalog.jsonld                  |    0
 .../SimulationInputDataset.jsonld             |    0
 .../SimulationOutBinDataset.jsonld            |    0
 .../SimulationOutLstDataset.jsonld            |    0
 .../{sims => sims.1.0}/simulationExample.md   |    6 +-
 schema/lagoSchema.1.0.jsonld                  |  309 +++
 schema/{lagoSchema.md => lagoSchema.1.0.md}   |   16 +-
 ...agoSchema.jsonld => lagoSchema.1.1.jsonld} |   26 +-
 schema/lagoSchema.1.1.md                      |  129 +
 schema/lagoSchema.1.2.jsonld                  |  378 +++
 schema/lagoSchema.1.2.md                      |  130 +
 schema/oldschemas.md                          |   11 +
 schema/{index.md => schema.md}                |    2 -
 59 files changed, 5124 insertions(+), 186 deletions(-)
 create mode 100644 AUTHORS
 create mode 100644 DMP/DMP.1.0.md
 rename DMP.md => DMP/DMP.1.1.md (99%)
 create mode 100644 DMP/DMP.1.2.md
 create mode 100644 DMP/DMP.md
 create mode 100644 DMP/devDMPs.md
 create mode 100644 DMP/oldDMPs.md
 create mode 100644 _includes/generate_html_for_vocab.1.0.html
 create mode 100644 _includes/head_custom.html
 create mode 100644 assets/images/lago-logo-90-dmp.png
 rename defs/{index.md => defs.md} (63%)
 create mode 100644 defs/devdefs.md
 create mode 100644 defs/lagoCollaboration.1.1.jsonld
 create mode 100644 defs/lagoCollaboration.1.1.md
 create mode 100644 defs/lagoCollaboration.1.2.jsonld
 create mode 100644 defs/lagoCollaboration.1.2.md
 delete mode 100644 defs/lagoCollaboration.jsonld
 delete mode 100644 defs/lagoCollaboration.md
 create mode 100644 defs/olddefs.md
 create mode 100644 defs/sitesLago.1.0.jsonld
 rename defs/{sitesLago.md => sitesLago.1.0.md} (74%)
 rename defs/{sitesLago.jsonld => sitesLago.1.1.jsonld} (99%)
 create mode 100644 defs/sitesLago.1.1.md
 create mode 100644 defs/sitesLago.1.2.jsonld
 create mode 100644 defs/sitesLago.1.2.md
 rename docs/architecture/{index.md => architecture.md} (100%)
 rename docs/howtos/{index.md => howtos.md} (100%)
 create mode 100644 notes/devnotes.md
 create mode 100644 notes/notes.md
 create mode 100644 notes/oldnotes.md
 create mode 100644 notes/releaseNotes.1.0.md
 create mode 100644 notes/releaseNotes.1.1.md
 create mode 100644 notes/releaseNotes.1.2.md
 rename rights/{AUP.md => AUP.1.1.md} (97%)
 create mode 100644 rights/devdefs.md
 create mode 100644 rights/lagoCommonRights.1.1.jsonld
 create mode 100644 rights/lagoCommonRights.1.1.md
 delete mode 100644 rights/lagoCommonRights.jsonld
 delete mode 100644 rights/lagoCommonRights.md
 create mode 100644 rights/lagoCommonRightsTechAnnex.1.1.md
 rename rights/{index.md => rights.md} (100%)
 create mode 100644 schema/devschemas.md
 rename schema/examples/{sims => sims.1.0}/SimulationCatalog.jsonld (100%)
 rename schema/examples/{sims => sims.1.0}/SimulationInputDataset.jsonld (100%)
 rename schema/examples/{sims => sims.1.0}/SimulationOutBinDataset.jsonld (100%)
 rename schema/examples/{sims => sims.1.0}/SimulationOutLstDataset.jsonld (100%)
 rename schema/examples/{sims => sims.1.0}/simulationExample.md (90%)
 create mode 100644 schema/lagoSchema.1.0.jsonld
 rename schema/{lagoSchema.md => lagoSchema.1.0.md} (80%)
 rename schema/{lagoSchema.jsonld => lagoSchema.1.1.jsonld} (97%)
 create mode 100644 schema/lagoSchema.1.1.md
 create mode 100644 schema/lagoSchema.1.2.jsonld
 create mode 100644 schema/lagoSchema.1.2.md
 create mode 100644 schema/oldschemas.md
 rename schema/{index.md => schema.md} (98%)

diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..6a2d32a
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,17 @@
+# Original Author
+
+  2020. A.J. Rubio-Montero (http://orcid.org/0000-0001-6497-753X)
+
+# Developer Team:
+
+  2021-today: H. Asorey (https://github.com/asoreyh,   https://orcid.org/0000-0002-4559-8785)
+  2020-today: A.J. Rubio-Montero (https://github.com/AJRubio-Montero, http://orcid.org/0000-0001-6497-753X)
+   
+# Former Staff Members:
+
+  2021. Pagán Muñoz (https://github.com/rpaganmunoz, https://orcid.org/0000-0002-6802-8179)
+
+# Relevant Contributors: 
+
+  2022-today: I. Sidelnik (https://orcid.org/0000-0003-4115-3129)
+  2020-today: R. Mayo-García (https://orcid.org/0000-0002-0151-3954)  
diff --git a/DMP/DMP.1.0.md b/DMP/DMP.1.0.md
new file mode 100644
index 0000000..372a4a0
--- /dev/null
+++ b/DMP/DMP.1.0.md
@@ -0,0 +1,381 @@
+---
+layout: default
+parent: Old DMPs
+grand_parent: DMP document
+nav_order: 1
+---
+
+
+# The LAGO Data Management Plan (DMP) document 1.0
+{: .no_toc }
+
+|Version| Updated | Date |Contributors|
+|-------|---------|------|------------|
+| 1.0   | {{ site.time }} | 2020-06-01 - 2021-03-08 | LAGO Collaboration |
+
+
+## Table of contents
+{: .no_toc .text-delta }
+
+- TOC
+{:toc}
+
+## A. Data summary
+
+Provide a summary of the data addressing the following issues:
+
+#### **Purpose of the data collection/generation**. 
+
+The Latin American Giant Observatory (LAGO) is an extended cosmic ray observatory 
+composed of a network water-Cherenkov detectors (WCD) spanning over different sites 
+located at significantly different altitudes and latitudes. 
+
+The measurements collected from these detectors are posteriorly processed and analysed. 
+Additionally, scientists continuously generate simulated data. The final purpose is to
+enable the long-term curation and re-use of data within and outside the LAGO Collaboration
+through a Virtual Observatory.
+
+#### **Relation to the objectives of the project**. 
+
+The objective is to enable the long-term curation and re-use of generated data within 
+and outside LAGO Collaboration through a Virtual Observatory, being of interest in areas as HEP, 
+space weather, life sciences, aerospatial security, computer science,... 
+
+On the other hand, European Commision requires open access to the results obtained from their funded 
+projects, meanwhile EOSC-Synergy is a H2020 project (RIA 857647) that encourages the implementation 
+of FAIR policies as another standard in research. Since the LAGO computation is included in the 
+EOSC-Synergy as one of their Thematic Services, generated or stored data in its resources must observe 
+these guidelines, being also beneficial for the success of both initiatives.
+
+#### **Types and formats of data generated/collected**. 
+
+Every **file** generated is considered **the minimum data-set** to be data-linked and processed, while **a collection** of related files 
+is grouped in a **catalog**, which should be referenced with a persistent and unique identifier (PID). 
+As the different LAGO activities generate only one data sub-type, **catalogs will only 
+contain files belonging to one sub-type an activity**, with exception of checking or correction procedures.
+
+There are two main kinds of data managed by LAGO Collaboration. The first is the data measured (L) by 
+water-Cherenkov detectors (WCD), and the second is the simulations (S).
+
+The measured data (raw) is pipelined for correction, obtainig these data sub-types that corresponds 
+with their quality level:
+  - **L0. Raw data**.
+  - **L1. Preliminary data**. low resolution but the atmospheric pressure is corrected.
+  - **L2: Quality for Astrophysics**. Ensures data quality to be used by experts from Astrophysics Community: fixed scalers by
+atmospheric parameters and the efficiency of the detector.
+  - **L3. Quality for public**. Ensures high quality to be used by researchers from other subjects or general public: the
+histograms are also corrected.
+
+On the other hand, users can perform their own simulations of rains, generating two sub-types of data-sets: 
+  - **S0. Plain simulations**. CORSIKA outputs, which are described in the official documentation [D. Heck and T. Piero, "Extensive Air Shower Simulation with CORSIKA: A
+User’s Guide". Version 7.7100 from December 17, 2019](https://web.ikp.kit.edu/corsika/usersguide/usersguide.pdf), section 10, page 121. (Available at
+https://web.ikp.kit.edu/corsika/usersguide/usersguide.pdf ) 
+  - **S1. Analysed simulations**. ARTI outputs.
+
+#### **Re-used previous data**. 
+
+Measurements from WCDs gathered in previous years and relevant simulations stored at the old centralised repository at UIS (Universidad Industrial de Santander, Colombia). This is, ~ 6.6TB, mainly measurements. Additionally, previous simulations performed by users in private clusters be will considered if implies high CPU consumption. 
+
+#### **Origin of the data**.
+
+| Data Type | Source |
+|-----------|--------|
+| Raw (L0) | measurements of Water-Cherenkov detectors (WCDs) |  
+| Preliminary (L1) | cleaning raw data (L0) |
+| Quality for Astrophysics (L2)| fixing scalers in preliminary data (L1) |  
+| Quality for public (L3)| fixing histograms in quality data (L2) | 
+| Simulated (S0) | from standalone CORSIKA runs |
+| Anaysed (S1) | ARTI analisys of plain simulated data (S0) |
+
+
+#### **Expected size of the data**. 
+
+Minimal data-set is one hour of measurement or simulation:
+  - Raw data (L0): ~200MB
+  - Preliminary data (L1): ~100MB
+  - Quality data (L2, L3): ~ 30 MB
+  - Simulated background (S0+S1): ~ 10GB
+  - Simulated event (S0+S1): ~ 100GB
+
+Typically, every WCD generates one measurement per hour producing ~ 200 MB files each, this is ~ 150
+GB of raw data per month with a total of 720 files. These files can originate 70-120GB of cleaned (L1) and 10-40GB of
+quality data (L2 and L3). The one hour interval is kept as unit, resulting in 2160 files (between 2-160
+MB each). The necessary amount of CPU resources to generate these files is small; around 35 mins on a
+Gold 6138 Intel core (2 GHz). However, all data-sets should be preserved for reprocessing if software
+errors can appear in the future. 
+
+On the other hand, users can perform their own simulations, which should be re-usable and
+reproducible with other collaborators. A standard simulation using only CORSIKA (i.e. background
+simulation), results in a data-set of 4-10 GB (usually ~ 6 GB), but an event simulation could take 100 GB.
+In order to keep the 1 hour convention, both types of simulation are usually split into 60 runs, with an
+interval lasting from 15 mins to 10 hours, one task per minute. Thus, the complete workload of a
+background simulation is over 640 CPU/hours (Gold Intel core, 2 GHz). Additionally, to assure
+reproducibility, every input and output file of every run should be in the data-set comprising 180 files.
+
+Currently, there are 10 detectors installed (plus 11 planned), that can potentially transfer 18 TB/year of
+raw data. Members of the Collaboration (~ 85 researchers) are also allowed to make simulations. Thus, the 
+entire collaboration could generate up to 27 TB of raw, cleaned, and analysed data, plus 12-120 TB
+of simulated data in one year. Nevertheless, the availability of detectors can be an issue, an active user 
+could submit 10 or 20 simulations per month, but actually researchers do not regularly submit simulations, 
+and even some may only run simulations sporadically. Therefore, a realistic estimation of the storage consumption 
+could be around 3.6 TB/year of L(0-3) data corresponding to 4 WCDs and 2-8 TB/year corresponding to 25 active users.
+
+| Data Type | triggered | Size |
+|-----------|--------|------|
+| Raw (L0) | Water-Cherenkov detector (WCD) |  150GB/month (per WCD) |
+| Preliminary (L1) | robot (mainly) or researcher | 70-120GB/month (per WCD) |
+| Quality (L2 and L3)| robot (mainly) or researcher | 10-40GB/month (per WCD) |
+| Simulated (S0 and S1)| robot or researcher (mainly) | Estimated per 1 user: 1-4 sim. per month (72-300 GB/year) Max: 120GB/month |
+
+#### **Data utility: to whom will it be useful**. 
+
+Data are of interest for the Astrophysics community but also for other scientific or industrial areas such as
+High Energy Physics, Life Sciences, Weather Forecasting, Aerospatial security or Computer Science, among others,
+because the effects of cosmic radiation on natural life, materials, or climate change.
+
+## B. FAIR data
+
+### B.1. Making data findable, including provisions for metadata:
+
+#### **Discoverability of data (metadata provision)**. 
+
+LAGO data repository will be based on OneData. OneData supports storing catalogs and datasets with enriched metadata, as well as publishing catalogs with persistent identifiers (PIDs) to allow gathering by services such as B2FIND. Thus **the discoverability** will be technically guaranteed, through:
+- OneData: 
+  - for LAGO mebers: web browser (without search engine), CDMI API, propietary API and FUSE mount;
+  - for general public: web browser (link to a public PID).
+- B2FIND: web interface (with search engine), for LAGO members and general public.
+- Other discovery services: customised CKAN based could better benefit from metadata provided than B2FIND, and they will be explored in the future. Anyway, when the data become public, any discovery service can gather metadata, even not specific engines such as Google.
+
+Specific LAGO wrappers execute the processing or simulation and they posteriorly check every data-set and will store them in the LAGO repository,
+always with their metadata. These wrappers will be packed into Docker images and published as releases at LAGO code repository at GitHub. 
+
+To assure the **metadata provision**, the only allowed way to directly store and publish data-sets in the LAGO repository by LAGO members will be making use of these wrappers in official Docker releases. Other inclusion of data must be supervised and checked by LAGO responsibles. 
+
+
+#### **Identifiability of data and standard identification mechanisms (PIDs)**
+
+There are two kinds of standard identifiers:
+1. Resolvable IRIs [(IETF RFC 3987)](https://tools.ietf.org/html/rfc3987) that univocally idenfies every JSON-LD [(W3C Recomm.)](https://www.w3.org/TR/json-ld11/) object (datasets, catalogs and others) over the Internet. They build the network of standards-based, machine-readable linked-data across Web sites, actually allowing the provenance and reuse of the data. 
+2. [Handle.net](http://handle.net) PIDs that only points to catalogs or to repository providers. The first ones are used as shortcuts for publication (as cheaper [DOIs](https://doi.org)), but the second are for assure the accessibility of whole data through provider migrations (changes of name/domain), being part of aforementioned IRIs.
+
+As explanation, the Internationalized Resource Identifier (IRI) is an internet protocol standard [IETF RFC 3987](https://tools.ietf.org/html/rfc3987) that unambiguously identifies an object, but a resolvable IRI corresponds to the one that can be publicy accessed in Internet, prefereabily through conventional protocols such as HTTP. The basis of JSON-LD syntax [(W3C Recomm.)](https://www.w3.org/TR/json-ld11/) is always to refer related objects and descriptions with IRIs in order to to discover new data by simply following those links. This creates a metadata grid linking objects. These objects describe datasets, catalogs as well as provenance elements (activities, actors, owners) following certain vocabulary. 
+
+On the other hand, repository providers are physical servers, with certain DNS name/IP. However, these addresses could change through the time due to migrations of data,  maintenance or change of their domain. To preserve the linked grid and the univocally identification, absolute IRIs should use persistent and unique identifiers (PIDs) from [Handle.net](http://handle.net) to resolve these addresses, and even a catalog service. The prefered way to state this in JSON-LD is using the `@base` propierty in the `@context`, becoming the needed IRIs into relative to the `@base` PID.
+
+As commented above, every file generated is considered a dataset, but only collections of related datasets compose the catalogs. Catalogs should be directly referenced with  PIDs from Handle.net, but datasets should not. This is so because have not sense to reference for publication, for example, an input file without the output, overall when every file (i.e. dataset) can also be identified with relative path to their catalog' PID. When a Catalog was complete and verified, the corresponding PID for being publised will automatically requested by the checker tool to EOSC B2Handle service. 
+
+
+#### **Naming conventions used**. 
+
+Any dataset or catalog will be referenced by its absolute IRI, composed by its provider PID, its internal path and its name. Note that a calalog correspond to a directory and a dataset to a file in repositories.
+
+In general, files (i.e datasets) generated by WCDs or base software will maintain their names when are stored in repositories,
+but naming catalogs will follow different approach. In order to be distinguisables, the catalog name will based on adding meaningful parameters used by the software, 
+splited by `_` character. 
+
+| Data Type | Source | Catalog Name |
+|-----------|--------|------|
+| Raw (L0) | Water-Cherenkov detector (WCD) | _TBD. (`raw_<site name>`)_ |
+| Preliminary (L1) | Raw data from WCD | _TBD. (`pre_<site name>`)_ |
+| Quality (L2) | Cleaned data from WCD | _TBD_ |
+| Quality (L3) | Cleaned data from WCD | _TBD_ |
+| Simulated (S0) | researchers | `<site>_<flux time>_<altitude>_ <CORSIKA version>_<HE model>[_volu][_flat][_Cherenk][_HEcuts]` |
+| Analysed (S1) | researchers | _TBD_ |
+
+Versioning (the same generation of files) only is allowed if corrections have made done to the generator sofware. It will be declared adding a `_v<number>` to the end of name, where it is the consecutive number of version, beggining by 2.
+
+#### **Approach towards search keywords**. 
+
+Searching should be based on any metadata value, but we are aware of the technical limitations in descovery services (i.e. B2FIND) and repositories (i.e OneData).
+Therefore, the main search keywords that enable minimal SPARQL queries are the ones related to:
+- the location (virtual or real) of the site: name, mangetic field, observation level and GPS coordinates;
+- the period measured or the flux time simulated.
+
+#### **Approach for clear versioning**. 
+
+It should be based on the metadata An approach for
+clear versioning is being discussed.
+
+#### **Standards for metadata creation (in your discipline)**.
+
+(**If there are no standards in your discipline describe what metadata will be created and how**)
+
+| Data Type | previous metadata | new metadata specification |
+|-----------|--------|--------|
+| Raw (L0) | _TBD_ | _TBD_ |  
+| Preliminary (L1) | _TBD_ | _TBD_ |
+| Quality for Astrophysics (L2) | _TBD_ | _TBD_ |  
+| Quality for public (L3) | _TBD_ | _TBD_ | 
+| Simulated (S0) | _TBD_ | _TBD_ |
+| Anaysed (S1) | _TBD_ | _TBD_ |
+
+
+### B.2. Making data openly accessible:
+
+#### **Which data will be made openly available**.
+
+(_If some data is kept closed provide rationale for doing so_). 
+
+Data will be made publicly available after a variable waiting (embargo)
+period similar to the established ones for other large experiments.
+
+#### **Specify how the data will be made available**. 
+
+Consolidated datasets (grouped by catalogs) will be exposed together with their metadata through the [EGI DataHub, https://datahub.egi.eu](https://datahub.egi.eu) service to be gathered by discovery services such as B2FIND, thus:  
+
+- General public: B2FIND web interface at [http://b2find.eudat.eu](http://b2find.eudat.eu) (search engine of metadata published), web browser to the page of some published catalog (link to a public PID). Aditionally, as metadata follow a linked-data syntaxsis and standars, other discovery services, even Google could expose them.
+- LAGO mebers: the aforementioned ones for general public plus, browser whole data repositry at [https://datahub.egi.eu](https://datahub.egi.eu) (without search engine),
+CDMI API, propietary API and FUSE mount on local system of the repository tree.
+
+
+#### **Methods or software tools needed to access the data**. 
+
+(_Is documentation about the software needed to access the data included?_) 
+
+Is it possible to include the relevant software (e.g. in open source code)? . 
+
+To take advantage of the data published, researchers
+should use the CORSIKA tools included in the source code and described in the official
+documentation in section 10, page 121 at
+https://web.ikp.kit.edu/corsika/usersguide/usersguide.pdf
+
+#### **Where the data and associated metadata, documentation and code are deposited**.
+
+As commented above, whole data and metadata will be stored in providers associated to [EGI DataHub, https://datahub.egi.eu](https://datahub.egi.eu) service (reliying in [OneData](https://onedata.org/) technology), while the documentation and code:
+
+| Data Type | Docs and code URLs |
+|-----------|--------|
+| Raw (L0) | _TBD_ |
+| Preliminary (L1) | _TBD_ | 
+| Quality for Astrophysics (L2) | _TBD_ | 
+| Quality for public (L3) | _TBD_ |
+| Simulated (S0, S1) | - onedataSim:  https://github/lagoproject/onedataSim - ARTI: https://github/lagoproject/onedataSim - CORSIKA: https://web.ikp.kit.edu/corsika/ |
+
+
+
+
+#### **Specify how access will be provided in case there are any restrictions**. 
+
+The data will be only accessible by the author and/or the Collaboration during embargo period with the corresponding OpenID credentials. These will be obtained after login into the LAGO Virtual Organisation, supported by eduTEAMs (https://eduteams.org/), a service provided by GEANT in Europe but associated with RedClara.
+
+A manual for joining to the LAGO VO is published at:
+- [https://lagoproject.github.io/DMP/docs/howtos/how_to_join_LAGO_VO/](https://lagoproject.github.io/DMP/docs/howtos/how_to_join_LAGO_VO/), 
+while a manual to login into EGI datahub, visualise datasets and obtain tockens is at:
+- [https://lagoproject.github.io/DMP/docs/howtos/how_to_login_OneData/](https://lagoproject.github.io/DMP/docs/howtos/how_to_login_OneData/). 
+
+
+### B.3. Making data interoperable:
+
+####  **Interoperability of data (general vocabularies, standards or methodologies)** 
+
+(_Specify what data and metadata vocabularies, standards or methodologies you will follow to facilitate interoperability_)
+
+Metadata:
+- Language syntax: [JSON-LD 1.1, W3C](https://json-ld.org/spec/latest/json-ld/)
+- Main vocabulary: [DCAT-AP2, European Commision](https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic/solution/dcat-application-profile-data-portals-europe), which is an specific profile of [DCAT2, W3C](https://www.w3.org/TR/vocab-dcat-2/) recommended for repositories, content aggregators or data consumers related to public sector (governement, rearcher centers, founded projects).
+- LAGO vocabulary: It is re-profile of [DCAT-AP2, European Commision](https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic/solution/dcat-application-profile-data-portals-europe), extending the existent classes and adding properties needed for LAGO computation.
+
+Data:
+- TBD.
+
+
+####  **Inter-disciplinary interoperability**
+
+(_Specify whether you will be using standard vocabulary for all data types present in your data set, to allow inter-disciplinary interoperability? If not, will you provide mapping to more commonly used ontologies?_) 
+
+In principle, only support CORSIKA outputs as described in the
+official documentation, but we can consider translating files to standardised formats in the
+future.
+
+### B.4. Increase data re-use (through clarifying licenses):
+
+####  **How the data will be licenced**. 
+
+- Related code: BSD-3 clause
+- Documentation (including DMP): [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode)
+- Metadata specifications: [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode)
+- Data: [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode)
+- Metadata: [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode)
+- Databases derived from metadata or data: [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode)
+
+
+####  **When the data will be made available for reuse**.
+
+(_Specify why and for what period a data embargo is needed_). 
+
+LAGO Collaboration requires a waiting period similar to the
+established ones for other large experiments. Such a period should be set not only to properly
+exploit results by the Consortium prior to their availability, but because raw data measured
+must be pre-processed by the Consortium to make them 'understandable’. Simulations will be
+available too, but it would be valuable that the waiting period could be set by the user, because
+he is the owner of the data. The embargo period is set for a year in general, but depends of the
+data type, specifically:
+
+| Data Type | embargo period |
+|-----------|--------|
+L0, L1 | private while quality data (L2,L3) are not publicly available.
+L2, L3 | a year.
+S0, S1 | a year maximum, the owner can decide to open the data before the end of this period.
+
+####  **Usability by third parties (restricted data)**.
+
+(_Specify whether the data produced and/or used in the project is usable by third parties, in
+particular after the end of the project? If the re-use of some data is restricted, explain why_).
+
+There is no restriction after the embargo period with exception of [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode) clauses.
+
+####  **Data quality assurance processes**. 
+
+Only the data measured by WCDs or generated
+using software versions officially released by LAGO will be stored and exposed in repositories.
+Previously to the publication, a robot of the Virtual Organization will check the minimal accuracy
+of data.
+
+####  **Length of time for which the data will remain re-usable**. 
+
+Indefinitely after the
+waiting period.
+
+## C. Allocation of resources
+
+Explain the allocation of resources, addressing the following issues:
+
+####  **Costs for making your data FAIR**.
+
+The process of making the data FAIR will be supported by the EOSC-Synergy project. The human
+cost of the management will be supported by LAGO Collaboration.
+
+####  **Responsibilities for data management in your project**. 
+
+Computing as data management will be structured as a Virtual Organization with specific roles for data acquisition
+and processing.
+
+Roles - TBD.
+
+####  **Costs and potential value of long term preservation**. 
+
+Preservation of data-sets is
+essential for the sustainability of LAGO. Every active WCD should generate 300GB/month of
+L0-L3 data. Currently, due to the number of active WCDs, the Collaboration will generate up to
+27 TB of L0-L3 data, plus 12-120 TB of simulated data throughout the year. Data should be
+replicated, at least, in two locations of a distributed repository (in this case OneData).
+Considering an average generation of 60TB/year, the costs of long-term preservation for 4 years
+are the hardware (two generic RAID servers ~240TB = ~30k€, prices in 2019), the consumption
+(3.68KW max. power for 2 servers, ~ 0.1 €/kWh industrial price average in 2019 = max. 13k€)
+and human resources (technician: 1 person/month, scientific: 2 p/m, ~10k€).
+
+## D. Data security
+
+Address data recovery as well as secure storage and transfer of sensitive data. There is no sensitive
+data, thus anonymization and encryption of the data is not required. Data recovery should be
+guaranteed by means of replication, at least, in two locations of a distributed repository or filesystem (in
+this case OneData).
+
+## E. Ethical aspects
+
+Data do not contain protected records that could present ethical or security issues. The only personal
+data included is the required by FAIR policies in metadata, this is, the name and identifier of the author
+of the data-set. On the other hand, there are no issues with reusing previous raw data generated in
+LAGO, as well as the data belonging to the Collaboration.
+
+
diff --git a/DMP.md b/DMP/DMP.1.1.md
similarity index 99%
rename from DMP.md
rename to DMP/DMP.1.1.md
index 790bb95..73e3c1c 100644
--- a/DMP.md
+++ b/DMP/DMP.1.1.md
@@ -1,16 +1,15 @@
 ---
 layout: default
-#title: Definitions
-has_children: false
-nav_order: 2
+parent: DMP document
+nav_order: 1
 ---
 
-# The LAGO Data Management Plan (DMP) document
+# The LAGO Data Management Plan (DMP) document 1.1
 {: .no_toc }
 
 |Version| Updated | Date |Contributors|
 |-------|---------|------|------------|
-| 1.1 develop | {{ site.time }} | 2020-06-01 - today | LAGO Collaboration |
+| 1.1   | {{ site.time }} | 2020-06-01 - today | LAGO Collaboration |
 
 
 ## Table of contents
diff --git a/DMP/DMP.1.2.md b/DMP/DMP.1.2.md
new file mode 100644
index 0000000..18b90b2
--- /dev/null
+++ b/DMP/DMP.1.2.md
@@ -0,0 +1,340 @@
+---
+layout: default
+parent: Dev DMPs
+grand_parent: DMP document
+nav_order: 1
+---
+
+# The LAGO Data Management Plan (DMP) document 1.2
+{: .no_toc }
+
+|Version| Updated | Date |Contributors|
+|-------|---------|------|------------|
+| 1.2 devel  | {{ site.time }} | 2020-06-01 - today | LAGO Collaboration |
+
+
+## Table of contents
+{: .no_toc .text-delta }
+
+- TOC
+{:toc}
+
+## A. Data summary
+
+This section presents the main issues on how the project deals with data as established in the LAGO Data Management Plan (DMP).
+
+#### **Purpose of the data collection/generation**.
+
+The [Latin American Giant Observatory (LAGO)](https://lagoproject.net) is an extended cosmic ray observatory composed of a network of water-Cherenkov detectors (WCD) spanning over different sites located at significantly different altitudes and latitudes.
+
+The measurements collected from these detectors are processed and analysed in subsequent steps. Additionally, scientists continuously generate simulated data. The final purpose is to enable the long-term curation and re-use of data within and outside the LAGO Collaboration through a Virtual Observatory.
+
+#### **Relation to the objectives of the project**.
+
+The objective is to enable the long-term curation and re-use of generated data within and outside LAGO Collaboration through a Virtual Observatory, being of interest in areas as HEP, space weather, life sciences, aerospatial security, computer science,...
+
+On the other hand, the European Commission requires open access to the results obtained from their funded projects meanwhile, EOSC-Synergy being a H2020 project (RIA 857647) encourages the implementation of FAIR policies as an additional standard in research. Since LAGO computations are included in the EOSC-Synergy project as one of their Thematic Services, the generated or stored data within the project resources must observe these guidelines, being also beneficial for the success of both initiatives.
+
+#### **Types and formats of generated/collected data**.
+
+Every generated **file** is considered **the minimum data-set** to be linked and processed, while **a collection** of related files is grouped in a **catalog**, which should be referenced with a persistent and unique identifier (PID). As the different LAGO activities generate only one data sub-type, **catalogs will only contain files belonging to one sub-type activity**, with exception of checking or correction procedures.
+
+There are two main kinds of data managed by the LAGO Collaboration. The first one is the data measured (L) by the water-Cherenkov detectors (WCD), and the second is the data obtained from simulations (S).
+
+The measured (raw) data is pipelined for correction and analysis, obtaining the following data sub-types according to their quality and processing level:
+  - **L0. Raw data**: data as acquired from detectors. Including onboard telemetry. Data directly acquired and transferred from the LAGO [ACQUA system](https://github.com/lagoproject/acqua).
+  - **L1. Preliminary data<sup>*</sup>**: low temporal resolution data processed in almost real-time. Only includes atmospheric pressure corrections. First processing level in the LAGO [ANNA framework](https://github.com/lagoproject/anna).
+  - **L2: Quality for Astrophysics<sup>*</sup>**. Ensures quality data to be used by experts from the Astrophysics Community: fixed level scalers by atmospheric parameters and the detector efficiency. This corresponds to the second level of processing in the [ANNA framework](https://github.com/lagoproject/anna).
+  - **L3. Quality for the general public<sup>*</sup>**. Ensures high quality data to be used by researchers from other subjects or the general public. Charge histograms of the detectors are also processed/corrected. This is the third level of processing in the [ANNA framework](https://github.com/lagoproject/anna).
+
+On the other hand, users can perform their own simulations of extensive atmospheric showers (EAS), the cascades of secondary particles are produced when a high-energy particle coming from the space interacts with the atmosphere. By using the LAGO [ARTI framework](https://github.com/lagoproject/arti), it is possible to simulate the expected flux on signals at the detector level including different geomagnetic, atmospheric and detector conditions. By using ARTI, users are able to generate different types of hierarchical data-sets:
+  - **S0. Plain simulations**: CORSIKA outputs, which are described in the official documentation [D. Heck and T. Pierog, "Extensive Air Shower Simulation with CORSIKA: A User’s Guide". Version 7.7100 from December 17, 2019](https://web.ikp.kit.edu/corsika/usersguide/usersguide.pdf), section 10, page 121.
+  - **S1. Analyzed simulations<sup>*</sup>**: ARTI analysis and outputs of the S0 data-set, containing the expected flux of secondary particles at the ground.
+  - **S2. Detector response simulations<sup>*</sup>**: ARTI detector simulation module, containing a complete, detailed and adjustable [Geant4](https://geant4.web.cern.ch/) model of the LAGO detectors. The main output is the expected signals in the detector, allowing site characterization and comparison with L2 and L3 data sets at each site.
+
+<sup>*</sup>(_Not supported by EOSC-Synergy. They are added for completeness and future projects._)
+
+#### **Re-used previous data**.
+
+Measurements from WCDs gathered in previous years and relevant simulations stored at the old centralized repository at UIS (Universidad Industrial de Santander, Colombia). This is, ~ 6.6TB, mainly measurements. Additionally, previous simulations performed by users in private clusters will be considered if it implies high CPU consumption.
+
+#### **Origin of the data**.
+
+| Data Type | Source |
+|-----------|--------|
+| Raw (L0) | measurements of Water-Cherenkov detectors (WCDs) |  
+| Preliminary (L1) | cleaning raw data (L0) |
+| Quality for Astrophysics (L2)| fixed scalers from preliminary data (L1) |  
+| Quality for public (L3)| fixed scalers from histograms in quality data (L2) |
+| Simulated (S0) | from standalone CORSIKA runs |
+| Analyzed (S1) | ARTI analysis of plain simulated data (S0) |
+| Analyzed (S2) | ARTI analysis including simulated detector response |
+
+#### **Expected size of the data**.
+
+Minimal data-set is one hour of measurement or simulation:
+  - Raw data (L0): ~200MB
+  - Preliminary data (L1): ~100MB
+  - Quality data (L2, L3): ~ 30 MB
+  - Simulated background (S0+S1+S2): ~ 10GB
+  - Simulated event (S0+S1+S2): ~ 110GB
+
+Typically, every WCD generates one measurement per hour producing files of ~ 200MB each, this is ~ 150GB of raw data per month for a total of 720 files. These files can originate 70-120GB of cleaned data (L1) and 10-40GB of quality data (L2 and L3). The one-hour interval is kept as the reference unit, resulting in 2160 files (between 2-160MB each). The necessary amount of CPU resources to generate these files is small; around 35 minutes on a Gold 6138 Intel core (2 GHz). However, all data-sets should be preserved for reprocessing if software errors appear in the future.
+
+On the other hand, users can perform their own simulations, which should be re-usable and reproducible by other collaborators. A standard simulation using only CORSIKA (i.e. s background simulation), results in a data-set of 4-10 GB (usually ~ 6 GB), but the simulation of one event could take up to 100 GB. Geant4 files output does not change these estimated figures.
+
+To keep the one-hour convention, both types of simulations are usually split into 60 runs, with an interval lasting from 15 minutes to 10 hours. One task per minute. Thus, the complete workload of a background simulation is over 640 CPU/hours (Gold Intel core, 2 GHz). Additionally, to assure reproducibility, every input and output file of each run should be in the data-set comprising 180 files.
+
+Currently, there are 10 detectors installed (plus 11 planned), that can potentially transfer 18 TB/year of raw data. Members of the Collaboration (~ 85 researchers) are also allowed to run simulations. Thus, the entire collaboration could generate up to 27 TB of raw, cleaned, and analyzed data, plus 12-120 TB of simulated data in one year. Nevertheless, the availability of detectors can be an issue, an active user could submit 10 or 20 simulations per month, but actually researchers do not regularly submit simulations, and even some may only run simulations sporadically. Therefore, a realistic estimation of the storage consumption could be around 3.6 TB/year of L(0-3) data corresponding to 4 WCDs and 2-8 TB/year corresponding to 25 active users.
+
+| Data Type | triggered | Size |
+|-----------|--------|------|
+| Raw (L0) | Water-Cherenkov detector (WCD) | 150GB/month (per WCD) |
+| Preliminary (L1) | robot (mainly) or researcher | 70-120GB/month (per WCD) |
+| Quality (L2 and L3)| robot (mainly) or researcher | 10-40GB/month (per WCD) |
+| Simulated (S0, S1, and S2)| robot or researcher (mainly) | Estimated per 1 user: 1-4 sim. per month (72-300 GB/year) Max: 120GB/month |
+
+#### **The utility of the data: to whom will they be useful**.
+
+Data are of interest for the Astrophysics community but also for other scientific or industrial areas such as High Energy Physics, Life Sciences, Weather Forecasting, Geophysics, Aero-spatial security or Computer Science, among others, because of the effects of cosmic radiation on natural life, materials, or climate change, or its novel application in Geophysics.
+
+## B. FAIR data
+
+### B.1. Making data findable, including provisions for metadata:
+
+#### **Discoverability of data (metadata provision)**.
+
+The LAGO data repository will be based on [OneData](https://onedata.org). OneData supports storing catalogs and datasets with enriched metadata, as well as publishing catalogs with persistent identifiers (PIDs) to allow gathering by services such as [B2FIND](https://eudat.eu/services/b2find). Thus **the discoverability** will be technically guaranteed, through:
+- OneData:
+  - for LAGO members: web browser (without search engine), CDMI API, proprietary API and FUSE mount;
+  - for the general public: web browser (link to a public PID).
+- B2FIND: web interface (with search engine), for LAGO members and the general public.
+- Other discovery services: customized CKAN based (for Comprehensive Knowledge Archive Network) could better benefit from metadata provided than B2FIND, and they will be explored in the future. Anyway, when the data become public, any discovery service can gather metadata, even not specific engines such as Google.
+
+Some of these services will be supported by the EOSC infrastructure as they are included in its [marketplace](https://marketplace.eosc-portal.eu/):
+- OneData is [provided](https://marketplace.eosc-portal.eu/services/egi-datahub) through the [EGI DataHub service](https://datahub.egi.eu).
+- B2FIND is also [offered](https://marketplace.eosc-portal.eu/services/b2find) through an unified [web page](http://b2find.eudat.eu/).
+
+Specific LAGO wrappers execute the processing or simulation and, at a subsequent stage, check every data-set and store them in the LAGO repository, always together with their metadata. These wrappers are packed into Docker images and released at the [official LAGO code repository](https://github.com/lagoproject) in GitHub.
+
+To assure the **metadata provision**, the only way to directly store and publish data-sets in the LAGO repository (by LAGO members) is by making use of these wrappers from the official Docker releases. Any other data to be included in the repository must be supervised and checked by the LAGO organization.
+
+#### **Identifiability of data and standard identification mechanisms (PIDs)**
+
+There are two kinds of standard identifiers:
+1. Resolvable IRIs [(IETF RFC 3987)](https://tools.ietf.org/html/rfc3987) that univocally identifies every JSON-LD [(W3C Recomm.)](https://www.w3.org/TR/json-ld11/) object (datasets, catalogs and others) over the Internet. They build the network of standards-based, machine-readable linked-data across websites, actually allowing the provenance and reuse of the data.
+2. [Handle.net](http://handle.net) PIDs that only points to catalogs or to repository providers. The first ones are used as shortcuts for publication (as cheaper [DOIs](https://doi.org)), but the second are for assuring the accessibility to the whole data through provider migrations (changes of name/domain), being part of the aforementioned IRIs.
+
+For clarification, the Internationalized Resource Identifier (IRI) is an internet protocol standard [IETF RFC 3987](https://tools.ietf.org/html/rfc3987) that unambiguously identifies an object, but a resolvable IRI corresponds to the one that can be publicly accessed on Internet, preferably through conventional protocols such as HTTP. The basis of JSON-LD syntax [(W3C Recomm.)](https://www.w3.org/TR/json-ld11/) is always to refer to related objects and descriptions with IRIs to discover new data by simply following those links. This creates a metadata grid linking objects. These objects describe datasets, catalogs as well as provenance elements (activities, actors, owners) following a certain vocabulary.
+
+On the other hand, repository providers are physical servers, with certain DNS name/IP. However, these addresses could change through time due to migrations of data, maintenance or changes of their domains. To preserve the linked grid and the univocal identification, absolute IRIs should use persistent and unique identifiers (PIDs) from [Handle.net](http://handle.net) to resolve these addresses, and even a catalog service. The preferred way to state this in JSON-LD is using the `@base` property in the `@context`, becoming the needed IRIs relative to the `@base` PID.
+
+As commented above, every generated file is considered a dataset, but only collections of related datasets compose the catalogs. Catalogs should be directly referenced with PIDs from Handle.net, but datasets should not. The reason is that there is no necessity for a dataset reference in a publication. For example, an input file without the output. Moreover, every file (i.e. dataset) can also be identified with a relative path to its catalog's PID. When a Catalog is complete and verified, the corresponding PID for being published will be automatically requested by the checker tool to the EOSC B2Handle service.
+
+#### **Naming conventions**.
+
+Any dataset or catalog will be referenced by its absolute IRI, composed by its provider PID, its internal path and its name. Note that a catalog corresponds to a directory and a dataset to a file in the repositories.
+
+In general, files (i.e datasets) generated by WCDs or base software will maintain their names when they are stored in repositories, but naming catalogs will follow a different approach. In order to be distinguishable, the catalog name will be based on the data type (L0-L3, S0-S2) by adding meaningful parameters used by the software, splitted by the `_` character.
+
+| Data Type | Source | Catalog Name |
+|-----------|--------|------|
+| Raw (L0) | Water-Cherenkov detector (WCD) | TBD. `L0_<site name>` |
+| Preliminary (L1) | Raw data from WCD | (_TBD<sup>*</sup>._) `L1_<site name>` |
+| Quality (L2) | Cleaned data from WCD | (_TBD<sup>*</sup>._) `L2_<site name>` |
+| Quality (L3) | Cleaned data from WCD | (_TBD<sup>*</sup>._) `L3_<site name>` |
+| Simulated (S0) | researchers | `S0_<site>_<flux time>_<altitude>_ <CORSIKA version>_<HE model>[_LE model][_volu][_flat][_Cherenk][_HEcuts][_GDASmodel]_[defaults]` |
+| Analyzed (S1) | Analisyed data from S0 | (_TBD<sup>*</sup>._) `S1__<site>_<flux time>__<altitude>_ <CORSIKA version>_...` |
+| Analyzed (S2) | Simulation model from S1 | (_TBD<sup>*</sup>._) `S2__<site>_<flux time>__<altitude>_ <CORSIKA version>_...` |
+
+<sup>*</sup>(_Not supported by EOSC-Synergy. It is added for completeness and future projects._)
+
+Moreover, versioning is only allowed for catalogs by adding a `_v<number>` at the end of the catalog´s name.
+
+#### **Approach towards search keywords**.
+
+Searching should be based on any metadata value, but there are technical limitations of the discovery services (i.e., B2FIND) and repositories (i.e., OneData). Therefore, the main search keywords that enable minimal SPARQL queries are the ones related to:
+- the location (virtual or real) of the site: name, magnetic field, atmosphere, observation level and GPS coordinates;
+- the measured period or the simulated flux time.
+
+#### **Approach for clear versioning**.
+
+To save on computational costs, versioning (i.e the same generation of files without modifiying the input parameters) only is allowed if corrections have been done by the software used for generating them. It implies that every file should be calculated again. Thus, it is more clear to build a new catalog for storing them together with their new metadata. It will be declared by adding a `_v<number>` at the end of the catalog's name, where `<number>` is a consecutive number indicating the version and starting with 2.  
+
+Therefore, versioning directly the files (i.e. datasets) is not allowed, and the decision about versioning any catalog will be based on the metadata previously stored (related to parameters and software version). 
+
+
+#### **Standards for metadata creation (in your discipline)**.
+(_If there are no standards in your discipline describe what metadata will be created and how_)
+
+| Data Type | related standards | previous metadata | new metadata specification |
+|-----------|-------------------|-------------------|--------|
+| Raw (L0) | JSON for GEANT4/ROOT validator. Freyermuth et. al, DOI: [10.1051/epjconf/201921405002](https://doi.org/10.1051/epjconf/201921405002) | key:value [(ACQUA docs)](https://github.com/lagoproject/acqua) and XML/DublinCore. Asorey H. et al, DOI: [10.1109/CCGrid.2016.110](https://doi.org/10.1109/CCGrid.2016.110) | JSON-LD/DCAT-AP based [profile](/DMP/schema/) and [definitions](/DMP/defs) |
+| Preliminary (L1) | None | None | (_TBD<sup>*</sup>._) JSON-LD/DCAT-AP based [profile](/DMP/schema/) and [definitions](/DMP/defs) |
+| Quality for Astrophysics (L2) | None | None |  (_TBD<sup>*</sup>._) JSON-LD/DCAT-AP based [profile](/DMP/schema/) and [definitions](/DMP/defs) |
+| Quality for public (L3) | None | None |  (_TBD<sup>*</sup>._) JSON-LD/DCAT-AP based [profile](/DMP/schema/) and [definitions](/DMP/defs) |
+| Simulated (S0) | None | XML/DublinCore: Asorey H. et al, DOI: [10.1109/CCGrid.2016.110](https://doi.org/10.1109/CCGrid.2016.110) | JSON-LD/DCAT-AP based [profile](/DMP/schema/) and [definitions](/DMP/defs) |
+| Analyzed (S1) | JSON for GEANT4/ROOT validator: Freyermuth et. al, DOI: [10.1051/epjconf/201921405002](https://doi.org/10.1051/epjconf/201921405002) | None | ((_TBD<sup>*</sup>._) JSON-LD/DCAT-AP based [profile](/DMP/schema/) and [definitions](/DMP/defs) |
+| Analyzed (S2) | None | None |  (_TBD<sup>*</sup>._) JSON-LD/DCAT-AP based [profile](/DMP/schema/) and [definitions](/DMP/defs) |
+
+<sup>*</sup>(_Not supported by EOSC-Synergy. It is added for completeness and future projects._)
+
+### B.2. Making data openly accessible:
+
+#### **Which data will be made openly available**.
+
+(_If some data is kept closed provide rationale for doing so_).
+
+Data will be made publicly available after a variable waiting (embargo) period similar to the established ones for other large experiments.
+
+#### **Specify how the data will be made available**.
+
+Consolidated datasets (grouped by catalogs) will be exposed together with their metadata through the [EGI DataHub, https://datahub.egi.eu](https://datahub.egi.eu) service to be gathered by discovery services such as B2FIND, thus:  
+
+- General public: B2FIND web interface at [http://b2find.eudat.eu](http://b2find.eudat.eu) (search engine of metadata published), a web browser to the page of some published catalog (link to a public PID). Additionally, as metadata follow a linked-data syntaxis and standards, other discovery services, even Google could find them.
+- LAGO members: the aforementioned ones for general public plus, browser whole data repository at [https://datahub.egi.eu](https://datahub.egi.eu) (without search engine),
+CDMI API, proprietary API and FUSE mount on a local system of the repository tree.
+
+
+#### **Methods or software tools needed to access the data**.
+
+(_Is documentation about the software needed to access the data included?_)
+(_Is it possible to include the relevant software (e.g. in open source code)?_)
+
+To profit from the published data, researchers should use the CORSIKA tools included in the source code and described in the official documentation in section 10, page 121 at
+https://web.ikp.kit.edu/corsika/usersguide/usersguide.pdf
+
+#### **Where the data and associated metadata, documentation and code are deposited**.
+
+As commented above, data and metadata will be stored in providers associated to [EGI DataHub, https://datahub.egi.eu](https://datahub.egi.eu) service (relying in [OneData](https://onedata.org/) technology), while the documentation and codes:
+
+| Data Type | Docs and code URLs |
+|-----------|--------|
+| Raw (L0) | [ACQUA](https://github.com/lagoproject/acqua) |
+| <sup>*</sup>Preliminary (L1), Quality for Astrophysics (L2) and for public (L3) | [ANNA](https://github.com/lagoproject/anna) |
+| Simulated (S0) | [onedataSim](https://github/lagoproject/onedataSim), [ARTI](https://github/lagoproject/arti), [CORSIKA](https://web.ikp.kit.edu/corsika/) |
+| <sup>*</sup>Simulated (S1, S2) | [onedataSim](https://github/lagoproject/onedataSim), [ARTI](https://github/lagoproject/arti), [CORSIKA](https://web.ikp.kit.edu/corsika), [GEANT4](https://geant4.web.cern.ch), [ROOT](https://root.cern.ch) and [geant-val](https://geant-val.cern.ch) |
+
+<sup>*</sup>(_Not supported by EOSC-Synergy. They are added for completeness and future projects._)
+
+#### **Specify how access will be provided in case there are any restrictions**.
+
+The data will be only accessible by the author and/or the Collaboration during the embargo period with the corresponding OpenID credentials. These will be obtained after login into the LAGO Virtual Organisation, supported by eduTEAMs (https://eduteams.org/), a service provided by GEANT in Europe and associated with RedClara.
+
+A manual for joining to the LAGO VO is published at:
+- [https://lagoproject.github.io/DMP/docs/howtos/how_to_join_LAGO_VO/](https://lagoproject.github.io/DMP/docs/howtos/how_to_join_LAGO_VO/),
+
+while a manual to login into EGI DataHub, visualise datasets and obtain tokens is at:
+- [https://lagoproject.github.io/DMP/docs/howtos/how_to_login_OneData/](https://lagoproject.github.io/DMP/docs/howtos/how_to_login_OneData/).
+
+
+### B.3. Making data interoperable:
+
+####  **Interoperability of data (general vocabularies, standards or methodologies)**
+
+(_Specify what data and metadata vocabularies, standards or methodologies you will follow to facilitate interoperability_)
+
+Metadata:
+- Language syntax: [JSON-LD 1.1, W3C](https://json-ld.org/spec/latest/json-ld/)
+- Main vocabulary: [DCAT-AP2, European Commission](https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic/solution/dcat-application-profile-data-portals-europe), which is a specific profile of [DCAT2, W3C](https://www.w3.org/TR/vocab-dcat-2/) recommended for repositories, content aggregators or data consumers related to the public sector (goverments, rearch centers, funded projects).
+- LAGO vocabulary: It is re-profile of [DCAT-AP2, European Commission](https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic/solution/dcat-application-profile-data-portals-europe), extending the existing classes and adding properties needed for the LAGO computation. The [re-profile](/DMP/schema/) and specific [definitions](/DMP/defs) are available at [https://lagoproject.github.io/DMP/](https://lagoproject.github.io/DMP/).
+
+
+Data:
+- Unfortunately, the generated data follow propietary formats. 
+- Interesting parameter or summarised results will be extracted from data-sets and then represented in their metadata using terms belonging LAGO vocabulary.
+
+
+####  **Inter-disciplinary interoperability**
+
+(_Specify whether you will be using standard vocabulary for all data types present in your data set, to allow inter-disciplinary interoperability? If not, will you provide mapping to more commonly used ontologies?_)
+
+In principle, only supports [CORSIKA](https://web.ikp.kit.edu/corsika), inputs/outputs as described in the official documentation, which widely used in several disciplines.
+However, rest of data currently follows a proprietary format. Translating files to standardised formats in the future can be considered. For now, the only alternative identified could be translate these files to the [ROOT](https://root.cern.ch) format and make use the vocabulary for [GEANT4/ROOT](https://geant-val.cern.ch) validator (Freyermuth et. al, DOI: [10.1051/epjconf/201921405002](https://doi.org/10.1051/epjconf/201921405002)), but it does not accomplishes all the requirements of LAGO. 
+
+
+### B.4. Increase data re-use (through clarifying licenses):
+
+####  **How the data will be licensed**.
+
+- Related code: [BSD-3 clause](https://opensource.org/licenses/BSD-3-Clause)
+- Documentation (including DMP): [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode)
+- Metadata specifications: [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode)
+- Data: [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode)
+- Metadata: [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode)
+- Databases derived from metadata or data: [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode)
+
+A compilation of common rights and acceptable use policies are available for reference at [https://lagoproject.github.io/DMP/rights/](https://lagoproject.github.io/DMP/rights/).
+
+####  **When the data will be made available for reuse**.
+
+(_Specify why and for what period a data embargo is needed_).
+
+LAGO Collaboration requires a waiting period similar to the established ones for other large experiments. Such a period should be set not only to properly exploit results by the Consortium before their availability, but because measured raw data must be pre-processed by the Consortium to make them 'understandable’. Simulations will be available too, but it would be valuable that the waiting period could be set by the user, as the data owner. The recommended embargo period is set as one year in general, but depends on the data type, specifically:
+
+| Data Type | embargo period |
+|-----------|--------|
+| L0 | private while quality data (L2,L3) are not publicly available. |
+| L1 | should be released almost in real-time as it is important for operative space weather forecasting. Should include a disclaimer about quality and usage. |
+| L2, L3 | one year.|
+| S0, S1, S2 | one year maximum, the owner can decide to open the data before the end of this period.|
+
+####  **Usability by third parties (restricted data)**.
+
+(_Specify whether the data produced and/or used in the project is usable by third parties, in particular after the end of the project? If the re-use of some data is restricted, explain why_).
+
+There is no restriction after the embargo period with exception of the [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode) clauses.
+
+####  **Data quality assurance processes**.
+
+Only the data measured by WCDs or generated using software versions officially released by LAGO will be stored and exposed in the repositories. Previously to the publication, a robot of the Virtual Organization will check the minimal accuracy of the data.
+
+####  **Length of time for which the data will remain re-usable**.
+
+Indefinitely, after the waiting period.
+
+## C. Allocation of resources
+
+Cloud storage is based on OneData techonology, and the architecture will count on:
+- The OneZone service at [EGI DataHub](https://datahub.egi.eu), supported by the EOSC infrastructure. 
+- A network of OneProviders, supported by LAGO participating institutions: 
+  - Tier 1 OneProviders: the high capacity ones will store all data generated, backing up other tiers and among them.
+  - Tier 2 OneProviders: mid-capacity servers assuring long-term availability, used to improve the performance in a region.   
+  - Tier 3 OneProviders: temporal deployments for local caching before consolidate data in upper tiers.
+
+The architecture is deeply described at [https://lagoproject.github.io/DMP/Architecture/](https://lagoproject.github.io/DMP/Architecture/).
+
+####  **Costs for making your data FAIR**.
+
+The process of making the data FAIR will be supported by the EOSC-Synergy project. The cost of the management (human resources) will be supported by the LAGO Collaboration and its participating institutions.
+
+####  **Responsibilities for data management in your project**.
+
+Computing as data management will be structured as a Virtual Organization with specific roles for data acquisition and processing.
+
+| Roles |  Responsability |
+|-------|-----------------|
+| Head of data management | Administrative account, only for enabling new resources or modifiying permissions of main roles. |
+| System admnistrators of OneProviders | To maintain the availability and preserve the data and metadata stored. |
+| Members of standardisation group | To establish data organisation and metadata definition. |
+| Country representative/delegate | To authorise or ban local members in the VO. |
+| Task coordination delegates | To assure the accurancy of a spcific kind of data and metadata automatially (robots) or manually generated (for example the raw data (L0)). |
+| LAGO members | They must follow the rules of data generation/storing and they must not abuse of the services. |
+
+####  **Costs and potential value of long-term preservation**.
+
+Preservation of data-sets is essential for the sustainability of LAGO. Every active WCD should generate 300GB/month of L0-L3 data. Currently, due to the number of active WCDs, the Collaboration will generate up to 27 TB of L0-L3 data, plus 12-120 TB of simulated data throughout the year. Data should be replicated, at least, in two locations of a distributed repository (in this case OneData).
+
+Considering an average generation of 60TB/year, the costs of a 4-years long-term data preservation are related to hardware (two generic RAID servers ~240TB = ~30k€, prices in 2019), consumption (3.68KW max. power for 2 servers, ~ 0.1 €/kWh industrial price average in 2019 = max. 13k€) and human resources (technician: 1 person/month, scientific: 2 p/m, ~10k€).
+
+## D. Data security
+
+(_Address data recovery as well as secure storage and transfer of sensitive data_). 
+
+There is no sensitive data, thus anonymity and encryption are not required. 
+
+Data recovery should be guaranteed by using replication, at least, in two locations of a distributed repository or filesystem, in this case OneData. Thus, following the classification in tiers, every space supported by an OneProvider must be replicated in any other OneProvider that holds Tier level 1. The backup architecture is described at [https://lagoproject.github.io/DMP/Architecture/](https://lagoproject.github.io/DMP/Architecture/).
+
+## E. Ethical aspects
+
+Data do not contain protected records that could present ethical or security issues. The only personal data included are the required by FAIR policies in metadata, i.e., the name and the identifier of the author of the data-set. On the other hand, there are no issues with reusing previous raw data generated in LAGO, as well as the data belonging to the Collaboration.
diff --git a/DMP/DMP.md b/DMP/DMP.md
new file mode 100644
index 0000000..9a9bff9
--- /dev/null
+++ b/DMP/DMP.md
@@ -0,0 +1,9 @@
+---
+layout: default
+title: DMP document
+has_children: true
+permalink: /DMP/
+nav_order: 2
+---
+
+# Released DMP in LAGO Collaboration
diff --git a/DMP/devDMPs.md b/DMP/devDMPs.md
new file mode 100644
index 0000000..fa75853
--- /dev/null
+++ b/DMP/devDMPs.md
@@ -0,0 +1,10 @@
+---
+layout: default
+title: Dev DMPs
+parent: DMP document
+has_children: true
+nav_order: 8
+---
+
+# DMPs in developing phase
+
diff --git a/DMP/oldDMPs.md b/DMP/oldDMPs.md
new file mode 100644
index 0000000..7c406e9
--- /dev/null
+++ b/DMP/oldDMPs.md
@@ -0,0 +1,11 @@
+---
+layout: default
+title: Old DMPs
+parent: DMP document
+has_children: true
+nav_order: 9
+---
+
+# Older DMPs
+
+This section compiles outdated documents depicting the LAGO DMP. The objective is to maintain the linking among metadata with public URIs through the time.
diff --git a/README.md b/README.md
index 644315b..bee1694 100644
--- a/README.md
+++ b/README.md
@@ -11,12 +11,54 @@ This repository contains the Data Management Plan (DMP) for [Latin American Gian
 
 [https://lagoproject.github.io/DMP/](https://lagoproject.github.io/DMP/)
 
+## Release policy & preserving linking
+
+### Tagging policy & the main release
+
+The common numbering used for software versioning (`Major.Minor.Patch`) are also used in this repository:
+- Major release: identifies deep changes in definitions. As usual, migrating between major releases (i.e. *1.y.z -> 2.y.z*) will not provide backward compatibility.
+- Minor release: identifies improvements in definitions. Upgrading through minor releases (i.e. *x.1.z -> x.2.z*) implies compatibility.
+- Patch release: indicates admendements and corrections but without relevant changes.
+
+However, in order to simplify and reduce the number of files in the repository:
+- The filename of the linkable documents & definitions will contain only the `Major.Minor` number, just before their extension.
+- GitHub Tagging will also contain the patching, being the `Major.Minor.Patch`. 
+
+Thus, the `Major.Minor` is considered the **main release** or **version** on wich the development orbit around and the reference identifier of every version. Meanwhile, the `Major.Minor.Patch` is the **tag release** used in GitHub for consolidating patches. 
+
+### Repository organization 
+
+This [repository](https://github.com/lagoproject/DMP/) follows a fixed directory structure to preserve linking to definitions through the time:
+- `*DMP/*`: contains all the formal DMP documents improved and extended; 
+- `*schema/*`: all releases of the schema for LAGO data and metadata;
+- `*defs/*`: the different referenciable definitions of LAGO items (sites, institutions, harware,...) for a certain LAGO schema;
+- `*rights/*`: disclaimers and specific rights on the date when certain LAGO datasets are published;
+- `*notes/*`: release notes of every main release.
+
+The linkable documents in these folders are distinguised with their `Major.Minor` release number (i.e. their main release number). Therefore:
+- The web page will always show the last updated definitions for a `Major.Minor` release, for example: [https://lagoproject.github.io/DMP/schema/lagoSchema.1.1/](https://lagoproject.github.io/DMP/schema/lagoSchema.1.1/)
+- The [*master* branch](https://github.com/lagoproject/DMP/) will show the confirmed updates and the history of the patches.
+- Metadadata can link documents fixed in a `Major.Minor.Patch` release: [https://raw.githubusercontent.com/lagoproject/DMP/1.1.0/rights/lagoCommonRights.1.1.jsonld](https://raw.githubusercontent.com/lagoproject/DMP/1.1/rights/lagoCommonRights.1.1.jsonld)
+
+### Current release & visualisation
+
+The **current release** (`Major.Minor`) will be stated at first web page at [https://lagoproject.github.io/DMP/](https://lagoproject.github.io/DMP/), likewise the definitions for this current release will be shown in the default root of every aforementioned directories. 
+
+Independently of how the links preserved and documents stored, [https://lagoproject.github.io/DMP/](https://lagoproject.github.io/DMP/) will enable additional shortcuts and classifications. The most important are the virtual folders in the aforementioned fixed structure, which clasifies in developing versions (*Dev*) or outdated versions (*Old*).
+
+
 ## Contributing
 
+The procedure depends on the role of the contributor:
 - All LAGO members can contribute to the *dev* branch of DMP through pull requests.
 - Members of standardisation group can authorise pull requests to the *dev* branch, but not `merge` their own modifications to the *master* branch without an additional authorisation.
 - Only managers or administrators of the repository can directly `merge` the contribution to the *master* branch and publish stable releases.
 
+Restrictions:
+- Changing the current release is only allowed for managers.
+- `Minor` changes in *Old* definitions are strictly forbidden.
+
+
 ## License
 
 All contents of this repository are under the terms of the Creative Common [CC BY-NC-SA 4.0](./LICENSE) license, with exception of some code needed for rendering the web page, which has its own license declared at the head of the code.  
diff --git a/_config.yml b/_config.yml
index 43c5431..2abb47a 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,9 +1,12 @@
 # Minimun config
 title: "LAGO Data Management Plan"
-remote_theme: pmarsceill/just-the-docs
+# remote_theme: pmarsceill/just-the-docs
+# ajrm: make the theme static for LAGO
+remote_theme: lagoproject/just-the-docs-static
 # Color scheme supports "light" (default) and "dark"
 color_scheme: "light"
-# logo: "/images/lago.png"
+logo: "/assets/images/lago-logo-90-dmp.png"
+# logo: "https://lagoproject.net/images/lago-logo-90.png"
 # baseurl: "/DMP" # the subpath of your site, e.g. /blog
 # url: "https://lagoproject.github.io/DMP" # the base hostname & protocol for your site, e.g. http://example.com
 permalink: pretty
diff --git a/_includes/generate_html_for_vocab.1.0.html b/_includes/generate_html_for_vocab.1.0.html
new file mode 100644
index 0000000..31e73e8
--- /dev/null
+++ b/_includes/generate_html_for_vocab.1.0.html
@@ -0,0 +1,126 @@
+<!-- 
+################################################################################
+# Original Author: A.J. Rubio-Montero (http://orcid.org/0000-0001-6497-753X),  #
+#          CIEMAT - Sci-Track Group (http://rdgroups.ciemat.es/web/sci-track), #
+#          for the EOSC-Synergy project (EU H2020 RI Grant No 857647).         #
+# License (SPDX): BSD-3-Clause (https://opensource.org/licenses/BSD-3-Clause)  #
+# Copyright (c): 2020-today, The LAGO Collaboration (http://lagoproject.net)   #
+################################################################################
+-->
+<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
+<script>
+function itemnize_json( json, context, link ) { 
+  var html ='';
+  if ( (link == false) || (typeof(json) === 'boolean') )  return json;
+  if ( typeof(json) === 'string' ) {
+    var element = json.split(':');
+    var innid = element[0];
+    var vocab = "@vocab";
+    if (element.length == 2) {
+      if ( (element[0] !== "http") && (element[0] !== "https") ) {
+        innid = element[1];
+        vocab = element[0];
+      } else return json;
+    };
+    var contexturl = context[vocab];
+    if ( vocab == "lago" ) contexturl = '';  
+    if ( contexturl[contexturl.length-1] !== '#' )  contexturl = contexturl + '#';
+    if ( vocab == "sdo" ) contexturl = context[vocab];
+    else innid = json;
+    html = '<a href="'+ contexturl + innid +'">'+ json +'</a>';
+  } else {
+    if ( !(Array.isArray(json)) ) {
+      var json_aux = [];
+      json_aux.push(json);
+      json = json_aux;
+    };
+    for (var j=0; j<json.length; j++) {
+      var inner_json = json[j];
+      if ( !(typeof(json[j]) === 'string') ) {
+      	if ("@id" in json[j]) {
+          inner_json = json[j]["@id"];
+        } else {
+          inner_json = JSON.stringify(json[j]);
+	  link = false;
+        };
+      };
+      html = html + '<br />' + itemnize_json(inner_json, context, link);
+    };
+  };
+  return html;
+};
+$().ready(function(){
+  $.getJSON( "{{ include.folder }}", function( data ) { 
+    var graphelements = data["@graph"];
+    for (var i=0; i<graphelements.length; i++) {
+        if ("@id" in graphelements[i]) { 
+          var id = graphelements[i]["@id"];
+          var indexhtml = '<li><a href="#'+id+'">'+id+'</a></li>';
+          var headerhtml = '<h5 id="'+id+'"><a href="#'+id+'" class="anchor-heading" aria-labelledby="'+id+'"><svg viewBox="0 0 16 16" aria-hidden="true"><use xlink:href="#svg-link"></use></svg></a><strong>'+id+'</strong></h5>';
+          if ("comment" in graphelements[i]) {
+            headerhtml = headerhtml + '<p><small>'+ graphelements[i]["comment"][0]["@value"]+'</small></p>';
+          };
+          var keys = Object.keys(graphelements[i]);
+          keys.splice(keys.indexOf("@id"),1);
+          keys.splice(keys.indexOf("@type"),1);
+          keys.splice(keys.indexOf("comment"),1);
+          var table = '<table class="grid" style="width: 100%"> 
+		      <thead>
+			    <tr class="header">
+				<th>@type</th>';	  
+	  for (var k=0; k<keys.length; k++) {
+	    table = table + ' <th>'+ keys[k] + '</th>';
+	  };
+	  table = table +'	</tr>
+			</thead>
+			<tbody>
+			    <tr>
+			      <td>'+ itemnize_json(graphelements[i]["@type"] , data["@context"], true ) +'</td>';
+          for (var k=0; k<keys.length; k++) {
+            table = table + ' <td>'+ itemnize_json(graphelements[i][keys[k]] , data["@context"], true ) +'</td>';
+          };
+          table = table +'	</tr>
+			</tbody>
+		    </table>';
+          if ("dcat:domain" in graphelements[i]) {
+                  $('#iproperties').append(indexhtml);
+            $('#properties').append(headerhtml);
+                  $('#properties').append(table);				  
+          } else {
+            $('#iclasses').append(indexhtml);
+            $('#classes').append(headerhtml);
+            $('#classes').append(table);
+	  };
+	};
+      };		
+    });
+});
+</script>
+
+{% if include.vocabulary == "true" %}
+
+- [**Classes**](#classes)
+  <ul id="iclasses"></ul>
+		
+- [**Properties**](#properties)
+  <ul id="iproperties"></ul>
+
+### Classes
+
+<div id="classes"></div>
+
+### Properties
+
+<div  id="properties"></div>
+
+{% else %}
+
+- [**Items**](#items)
+  <ul id="iclasses"></ul>
+
+### Items
+
+<div id="classes"></div>
+
+{% endif %}
+
diff --git a/_includes/generate_html_for_vocab.html b/_includes/generate_html_for_vocab.html
index 2d8bdd0..9caa0b3 100644
--- a/_includes/generate_html_for_vocab.html
+++ b/_includes/generate_html_for_vocab.html
@@ -85,9 +85,9 @@ $().ready(function(){
 			</tbody>
 		    </table>';
           if ("dcat:domain" in graphelements[i]) {
-                  $('#iproperties').append(indexhtml);
+            $('#iproperties').append(indexhtml);
             $('#properties').append(headerhtml);
-                  $('#properties').append(table);				  
+            $('#properties').append(table);				  
           } else {
             $('#iclasses').append(indexhtml);
             $('#classes').append(headerhtml);
@@ -113,7 +113,7 @@ $().ready(function(){
 
 ### Properties
 
-<div  id="properties"></div>
+<div id="properties"></div>
 
 {% else %}
 
diff --git a/_includes/head_custom.html b/_includes/head_custom.html
new file mode 100644
index 0000000..a19750d
--- /dev/null
+++ b/_includes/head_custom.html
@@ -0,0 +1,5 @@
+{% if page.jsonldinhead %}
+    <script type="application/ld+json">
+    {% include_relative {{page.jsonldinhead}} %}
+    </script>
+{% endif %}
\ No newline at end of file
diff --git a/assets/images/lago-logo-90-dmp.png b/assets/images/lago-logo-90-dmp.png
new file mode 100644
index 0000000000000000000000000000000000000000..2f8b3f557768271a195b1f14a30bd57e132a1816
GIT binary patch
literal 37895
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

literal 0
HcmV?d00001

diff --git a/defs/index.md b/defs/defs.md
similarity index 63%
rename from defs/index.md
rename to defs/defs.md
index a5ccece..1213679 100644
--- a/defs/index.md
+++ b/defs/defs.md
@@ -8,4 +8,4 @@ nav_order: 4
 
 # Established definitions
 
-This section fixes the definition of certain LAGO actors following the [metadata schema](/schema/lagoSchema). The objective is to allow linking metadata with public URIs.
+This section fixes the definition of certain LAGO actors following the [metadata schemas](/schema/). The objective is to allow linking metadata with public URIs.
diff --git a/defs/devdefs.md b/defs/devdefs.md
new file mode 100644
index 0000000..c64face
--- /dev/null
+++ b/defs/devdefs.md
@@ -0,0 +1,10 @@
+---
+layout: default
+title: Dev Defs
+parent: Definitions
+has_children: true
+nav_order: 8
+---
+
+# Definitions in developing phase
+
diff --git a/defs/lagoCollaboration.1.1.jsonld b/defs/lagoCollaboration.1.1.jsonld
new file mode 100644
index 0000000..cccbfb6
--- /dev/null
+++ b/defs/lagoCollaboration.1.1.jsonld
@@ -0,0 +1,21 @@
+{
+  "@context" : { 
+    "@vocab" : "http://schema.org/",
+    "lago" : "https://raw.githubusercontent.com/lagoproject/DMP/1.1.0/schema/lagoSchema.1.1.jsonld#",
+    "foaf" : "http://xmlns.com/foaf/0.1/",
+    "org" : "https://www.w3.org/TR/vocab-org/#", 
+    "owl" : "http://www.w3.org/2002/07/owl#",   
+  },
+    "@id" : "https://lagoproject.net/", 
+    "@type" : "Organization",
+    "owl:equivalentClass" : [ "lago:Organization", "foaf:Organization", "org:OrganizationalCollaboration"],
+    "name" : "LAGO Collaboration",
+    "description" : "The LAGO Collaboration is a non-centralized, distributed and highly collaborative grid of scientific institutions. The main goal of the LAGO Collaboration is the design, installation, commissioning, operation, coordination, maintenance, and, eventually, the decommissioning of the Latin American Giant Observatory (LAGO). LAGO is an astroparticle observatory on a global scale, working as an integrated detection network, hereinafter referred to as 'the LAGO detection network' or simply 'the LAGO network', of single or small arrays of detectors, hereinafter referred to as 'the LAGO detectors', that are deployed at different geographical locations, hereinafter referred as “the LAGO sites”.",
+    "url" : "https://lagoproject.net/",
+    "sameAs" : [ "https://lagoproject.github.io/DMP/defs/lagoCollaboration.1.1/",
+                 "https://lagoproject.net/collab.html",
+                 "https://doi.org/10.48550/arXiv.1909.10039",
+                 "https://github.com/lagoproject/",
+                 "https://hub.docker.com/u/lagocollaboration" ],
+    "logo" : "https://lagoproject.net/images/lago-logo-90.png"
+}
diff --git a/defs/lagoCollaboration.1.1.md b/defs/lagoCollaboration.1.1.md
new file mode 100644
index 0000000..17df696
--- /dev/null
+++ b/defs/lagoCollaboration.1.1.md
@@ -0,0 +1,85 @@
+---
+layout: default
+parent: Definitions
+nav_order: 2
+---
+
+# LAGO Collaboration 1.1
+{: .no_toc }
+
+|Version| Updated | Date |Contributors|
+|-------|---------|------|------------|
+| 1.1   | {{ site.time }} | 2020-06-01 - today | LAGO Collaboration |
+
+
+## Table of contents
+{: .no_toc .text-delta }
+
+- TOC
+{:toc}
+
+## What is defined?
+
+[lagoCollaboaration.1.1.jsonld](./lagoCollaboaration.1.1.jsonld) unifies the definition of the LAGO Collaboration following the official LAGO schema vocabulary. 
+
+The purpose of the definition is to univocally identify the LAGO Collaboration employing a public URI for being linked by any metadata. 
+
+
+## How should this definition be referenced for linked-data?
+
+To preserve the provenance of the linked metadata through time, the GitHub raw link of a certain tag release (``Major.Minor.Patch``) of this document must be used:
+
+`https://raw.githubusercontent.com/lagoproject/DMP/`*\<Major.Minor.Patch\>*`/defs/lagoCollaboaration.1.1.jsonld`
+
+For example:
+
+[https://raw.githubusercontent.com/lagoproject/DMP/1.1.0/defs/lagoCollaboaration.1.1.jsonld](https://raw.githubusercontent.com/lagoproject/DMP/1.1.0/defs/lagoCollaboaration.1.1.jsonld)
+
+
+As a real example, the metadata´s catalog of a simulation should include the reference to the [DCAT-AP2](https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic/solution/dcat-application-profile-data-portals-europe) property [publisher](https://raw.githubusercontent.com/SEMICeu/DCAT-AP/2.0.0/releases/2.0.0/dcat-ap_2.0.0.jsonld#publisher):
+
+```json
+{
+"@context":{
+...
+            "lago":"https://raw.githubusercontent.com/lagoproject/DMP/1.1.0/schema/lagoSchema.1.1.jsonld",
+            "@vocab":"https://raw.githubusercontent.com/SEMICeu/DCAT-AP/2.0.0/releases/2.0.0/dcat-ap_2.0.0.jsonld",
+...
+          },
+"@id":"/sac_60_100.0_75600_QGSII_flat",
+"@type":"Catalog",
+"title":"sac_60_100.0_75600_QGSII_flat",
+"description":"A Complete Corsika Simulation",
+"publisher":{
+             "@id":"https://raw.githubusercontent.com/lagoproject/DMP/1.1.0/defs/lagoCollaboaration.1.1.jsonld",
+             "@type":"lago:Organization"
+            },
+...
+...
+```
+
+### How could this definition be embarranssingly referenced?
+
+Although it is **discouraged** because these methods do not preserve the metadata provenance,  it could be sometimes needed referencing using alternative ways.
+
+- Links to other official LAGO pages: gererally are updated but not corresponding with the the release of software used for generating the metadata.
+  - Directly, the main page for LAGO Collaboration [http://lagoproject.net](http://lagoproject.net) page.
+  - The current list of collaborators: [https://lagoproject.net/collab.html](https://lagoproject.net/collab.html)
+  - CURL command against *lagoproject.net* page: (TBD.)
+  - The GitHub repository for LAGO Collaboration: [https://github.com/lagoproject/](https://github.com/lagoproject/),
+  - The DockerHub repositroy for LAGO Collaboration: [https://hub.docker.com/u/lagocollaboration](https://hub.docker.com/u/lagocollaboration)
+  
+- Alternative static documents: they could be outdated with respect to the release of software used for generating the metadata.
+  - arXiv DOI: [https://doi.org/10.48550/arXiv.1909.10039](https://doi.org/10.48550/arXiv.1909.10039)  
+  
+- Linking this document using only the **main release** (the ``Major.Minor``) as reference and forgetting the GitHub tag release, altough it could include changes which were not taken into account when the metadata was generated. As this document has ``Major.Minor = 1.1`` version
+  - GitHub dynamic page for the : [https://lagoproject.github.io/DMP/defs/lagoCollaboration.1.1/](https://lagoproject.github.io/DMP/defs/lagoCollaboration.1.1/)
+  - CURL command against this GitHub dynamic page (TBD).
+
+
+## Plain JSON-LD file
+
+```json
+{% include_relative lagoCollaboration.1.1.jsonld %}
+```
+
diff --git a/defs/lagoCollaboration.1.2.jsonld b/defs/lagoCollaboration.1.2.jsonld
new file mode 100644
index 0000000..1b25671
--- /dev/null
+++ b/defs/lagoCollaboration.1.2.jsonld
@@ -0,0 +1,21 @@
+{
+  "@context" : { 
+    "@vocab" : "http://schema.org/",
+    "lago" : "https://raw.githubusercontent.com/lagoproject/DMP/1.2.0/schema/lagoSchema.1.2.jsonld#",
+    "foaf" : "http://xmlns.com/foaf/0.1/",
+    "org" : "https://www.w3.org/TR/vocab-org/#", 
+    "owl" : "http://www.w3.org/2002/07/owl#",   
+  },
+    "@id" : "https://lagoproject.net/", 
+    "@type" : "Organization",
+    "owl:equivalentClass" : [ "lago:Organization", "foaf:Organization", "org:OrganizationalCollaboration"],
+    "name" : "LAGO Collaboration",
+    "description" : "The LAGO Collaboration is a non-centralized, distributed and highly collaborative grid of scientific institutions. The main goal of the LAGO Collaboration is the design, installation, commissioning, operation, coordination, maintenance, and, eventually, the decommissioning of the Latin American Giant Observatory (LAGO). LAGO is an astroparticle observatory on a global scale, working as an integrated detection network, hereinafter referred to as 'the LAGO detection network' or simply 'the LAGO network', of single or small arrays of detectors, hereinafter referred to as 'the LAGO detectors', that are deployed at different geographical locations, hereinafter referred as “the LAGO sites”.",
+    "url" : "https://lagoproject.net/",
+    "sameAs" : [ "https://lagoproject.github.io/DMP/defs/lagoCollaboration.1.2/",
+                 "https://lagoproject.net/collab.html",
+                 "https://doi.org/10.48550/arXiv.1909.10039",
+                 "https://github.com/lagoproject/",
+                 "https://hub.docker.com/u/lagocollaboration" ],
+    "logo" : "https://lagoproject.net/images/lago-logo-90.png"
+}
diff --git a/defs/lagoCollaboration.1.2.md b/defs/lagoCollaboration.1.2.md
new file mode 100644
index 0000000..19201fd
--- /dev/null
+++ b/defs/lagoCollaboration.1.2.md
@@ -0,0 +1,85 @@
+---
+layout: default
+parent: Dev Defs
+grand_parent: Definitions
+---
+
+# LAGO Collaboration 1.2
+{: .no_toc }
+
+|Version| Updated | Date |Contributors|
+|-------|---------|------|------------|
+| 1.2   | {{ site.time }} | 2020-06-01 - today | LAGO Collaboration |
+
+
+## Table of contents
+{: .no_toc .text-delta }
+
+- TOC
+{:toc}
+
+## What is defined?
+
+[lagoCollaboaration.1.2.jsonld](./lagoCollaboaration.1.2.jsonld) unifies the definition of the LAGO Collaboration following the official LAGO schema vocabulary. 
+
+The purpose of the definition is to univocally identify the LAGO Collaboration employing a public URI for being linked by any metadata. 
+
+
+## How should this definition be referenced for linked-data?
+
+To preserve the provenance of the linked metadata through time, the GitHub raw link of a certain tag release (``Major.Minor.Patch``) of this document must be used:
+
+`https://raw.githubusercontent.com/lagoproject/DMP/`*\<Major.Minor.Patch\>*`/defs/lagoCollaboaration.1.2.jsonld`
+
+For example:
+
+[https://raw.githubusercontent.com/lagoproject/DMP/1.2.0/defs/lagoCollaboaration.1.2.jsonld](https://raw.githubusercontent.com/lagoproject/DMP/1.2.0/defs/lagoCollaboaration.1.2.jsonld)
+
+
+As a real example, the metadata´s catalog of a simulation should include the reference to the [DCAT-AP2](https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic/solution/dcat-application-profile-data-portals-europe) property [publisher](https://raw.githubusercontent.com/SEMICeu/DCAT-AP/2.0.0/releases/2.0.0/dcat-ap_2.0.0.jsonld#publisher):
+
+```json
+{
+"@context":{
+...
+            "lago":"https://raw.githubusercontent.com/lagoproject/DMP/1.2.0/schema/lagoSchema.1.2.jsonld",
+            "@vocab":"https://raw.githubusercontent.com/SEMICeu/DCAT-AP/2.0.0/releases/2.0.0/dcat-ap_2.0.0.jsonld",
+...
+          },
+"@id":"/sac_60_100.0_75600_QGSII_flat",
+"@type":"Catalog",
+"title":"sac_60_100.0_75600_QGSII_flat",
+"description":"A Complete Corsika Simulation",
+"publisher":{
+             "@id":"https://raw.githubusercontent.com/lagoproject/DMP/1.2.0/defs/lagoCollaboaration.1.2.jsonld",
+             "@type":"lago:Organization"
+            },
+...
+...
+```
+
+### How could this definition be embarranssingly referenced?
+
+Although it is **discouraged** because these methods do not preserve the metadata provenance,  it could be sometimes needed referencing using alternative ways.
+
+- Links to other official LAGO pages: gererally are updated but not corresponding with the the release of software used for generating the metadata.
+  - Directly, the main page for LAGO Collaboration [http://lagoproject.net](http://lagoproject.net) page.
+  - The current list of collaborators: [https://lagoproject.net/collab.html](https://lagoproject.net/collab.html)
+  - CURL command against *lagoproject.net* page: (TBD.)
+  - The GitHub repository for LAGO Collaboration: [https://github.com/lagoproject/](https://github.com/lagoproject/),
+  - The DockerHub repositroy for LAGO Collaboration: [https://hub.docker.com/u/lagocollaboration](https://hub.docker.com/u/lagocollaboration)
+  
+- Alternative static documents: they could be outdated with respect to the release of software used for generating the metadata.
+  - arXiv DOI: [https://doi.org/10.48550/arXiv.1909.10039](https://doi.org/10.48550/arXiv.1909.10039)  
+  
+- Linking this document using only the **main release** (the ``Major.Minor``) as reference and forgetting the GitHub tag release, altough it could include changes which were not taken into account when the metadata was generated. As this document has ``Major.Minor = 1.2`` version
+  - GitHub dynamic page for the : [https://lagoproject.github.io/DMP/defs/lagoCollaboration.1.2/](https://lagoproject.github.io/DMP/defs/lagoCollaboration.1.2/)
+  - CURL command against this GitHub dynamic page (TBD).
+
+
+## Plain JSON-LD file
+
+```json
+{% include_relative lagoCollaboration.1.2.jsonld %}
+```
+
diff --git a/defs/lagoCollaboration.jsonld b/defs/lagoCollaboration.jsonld
deleted file mode 100644
index 6673a5d..0000000
--- a/defs/lagoCollaboration.jsonld
+++ /dev/null
@@ -1,3 +0,0 @@
-{
-  "TBD" : "TBD."
-}
diff --git a/defs/lagoCollaboration.md b/defs/lagoCollaboration.md
deleted file mode 100644
index 07397c5..0000000
--- a/defs/lagoCollaboration.md
+++ /dev/null
@@ -1,65 +0,0 @@
----
-layout: default
-parent: Definitions
-nav_order: 2
----
-
-# LAGO Collaboration 
-{: .no_toc }
-
-|Version| Updated | Date |Contributors|
-|-------|---------|------|------------|
-| 1.1 develop | {{ site.time }} | 2020-06-01 - today | LAGO Collaboration |
-
-
-## Table of contents
-{: .no_toc .text-delta }
-
-- TOC
-{:toc}
-
-## What is defined?
-
-[lagoCollaboration.jsonld](./lagoCollaboration.jsonld) unifies the definition of the LAGO Collaboration following the official LAGO schema vocabulary. 
-
-The purpose of the definition is to univocally identify the LAGO Collaboration employing a public URI for being linked by any metadata. 
-
-## How should an item be referenced?
-
-To preserve the provenance of the linked metadata through time, the GitHub raw link of a certain release of this document must be used:
-
-`https://raw.githubusercontent.com/lagoproject/DMP/`*\<tag release\>*`/defs/lagoCollaboration.jsonld`
-
-For example:
-
-[https://raw.githubusercontent.com/lagoproject/DMP/1.1/defs/lagoCollaboration.jsonld](https://raw.githubusercontent.com/lagoproject/DMP/1.1/defs/lagoCollaboration.jsonld)
-
-
-As a real example, the metadata´s catalog of a simulation should include the reference to the [DCAT-AP2](https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic/solution/dcat-application-profile-data-portals-europe) property [publisher](https://raw.githubusercontent.com/SEMICeu/DCAT-AP/2.0.0/releases/2.0.0/dcat-ap_2.0.0.jsonld#publisher):
-
-```json
-{
-"@context":{
-...
-            "lago":"https://raw.githubusercontent.com/lagoproject/DMP/1.1/schema/lagoSchema.jsonld",
-            "@vocab":"https://raw.githubusercontent.com/SEMICeu/DCAT-AP/2.0.0/releases/2.0.0/dcat-ap_2.0.0.jsonld",
-...
-          },
-"@id":"/sac_60_100.0_75600_QGSII_flat",
-"@type":"Catalog",
-"title":"sac_60_100.0_75600_QGSII_flat",
-"description":"A Complete Corsika Simulation",
-"publisher":{
-             "@id":"https://raw.githubusercontent.com/lagoproject/DMP/1.1/defs/lagoCollaboration.jsonld",
-             "@type":"lago:Organization"
-            },
-...
-...
-```
-
-## Plain JSON-LD file
-
-```json
-{% include_relative lagoCollaboration.jsonld %}
-```
-
diff --git a/defs/olddefs.md b/defs/olddefs.md
new file mode 100644
index 0000000..561890c
--- /dev/null
+++ b/defs/olddefs.md
@@ -0,0 +1,11 @@
+---
+layout: default
+title: Old Defs
+parent: Definitions
+has_children: true
+nav_order: 9
+---
+
+# Older definitions
+
+This section compiles outdated definitions of certain LAGO actors following older versions of the [metadata schemas](/schema/). The objective is to maintain the linking among  metadata with public URIs through the time.
diff --git a/defs/sitesLago.1.0.jsonld b/defs/sitesLago.1.0.jsonld
new file mode 100644
index 0000000..c83af61
--- /dev/null
+++ b/defs/sitesLago.1.0.jsonld
@@ -0,0 +1,173 @@
+{
+"@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" }
+  }
+ ]
+}
diff --git a/defs/sitesLago.md b/defs/sitesLago.1.0.md
similarity index 74%
rename from defs/sitesLago.md
rename to defs/sitesLago.1.0.md
index 634dd8a..6c33953 100644
--- a/defs/sitesLago.md
+++ b/defs/sitesLago.1.0.md
@@ -1,15 +1,15 @@
 ---
 layout: default
-parent: Definitions
-nav_order: 1
+parent: Old Defs
+grand_parent: Definitions
 ---
 
-# LAGO sites 
+# LAGO sites 1.0 
 {: .no_toc }
 
 |Version| Updated | Date |Contributors|
 |-------|---------|------|------------|
-| 1.1 develop | {{ site.time }} | 2020-06-01 - today | LAGO Collaboration |
+| 1.0 develop | {{ site.time }} | 2020-06-01 - today | LAGO Collaboration |
 
 
 ## Table of contents
@@ -20,7 +20,7 @@ nav_order: 1
 
 ## What is defined?
 
-[sitesLago.jsonld](./sitesLago.jsonld) unifies the definition of the LAGO sites following the official LAGO schema vocabulary. 
+[sitesLago.1.0.jsonld](./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;
@@ -34,11 +34,11 @@ Note that the sites give support or have given support (physically or virtually)
 
 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.jsonld`*#\<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.1/defs/sitesLago.jsonld#sac](https://raw.githubusercontent.com/lagoproject/DMP/1.1/defs/sitesLago.jsonld#sac)
+[https://raw.githubusercontent.com/lagoproject/DMP/1.0/defs/sitesLago.1.0.jsonld#sac](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:
@@ -47,7 +47,7 @@ As a real example, the metadata´s catalog of a simulation should include the si
 {
 "@context":{
 ...
-            "lago":"https://raw.githubusercontent.com/lagoproject/DMP/1.1/schema/lagoSchema.jsonld",
+            "lago":"https://raw.githubusercontent.com/lagoproject/DMP/1.0/schema/lagoSchema.1.0.jsonld",
 ...
           },
 ...
@@ -58,7 +58,7 @@ As a real example, the metadata´s catalog of a simulation should include the si
            "lago:cherenkov":False,
            "lago:debug":False,
            "lago:highEnergyIntModel":"QGSII",
-           "lago:detectorSite":"https://raw.githubusercontent.com/lagoproject/DMP/1.1/defs/sitesLago.jsonld#sac",
+           "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",
@@ -70,12 +70,12 @@ As a real example, the metadata´s catalog of a simulation should include the si
 
 ## Defined LAGO sites
 
-{% include generate_html_for_sites.html folder="/DMP/defs/sitesLago.jsonld" %}
+{% include generate_html_for_vocab.1.0.html folder="/DMP/defs/sitesLago.1.0.jsonld" %}
 
 
 ## Plain JSON-LD file
 
 ```json
-{% include_relative sitesLago.jsonld %}
+{% include_relative sitesLago.1.0.jsonld %}
 ```
 
diff --git a/defs/sitesLago.jsonld b/defs/sitesLago.1.1.jsonld
similarity index 99%
rename from defs/sitesLago.jsonld
rename to defs/sitesLago.1.1.jsonld
index 651ce6e..5cf0765 100644
--- a/defs/sitesLago.jsonld
+++ b/defs/sitesLago.1.1.jsonld
@@ -2,8 +2,8 @@
   "@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.jsonld",
-    "@base": "https://raw.githubusercontent.com/lagoproject/DMP/1.1/defs/sitesLago.jsonld#",
+    "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/"
@@ -2250,4 +2250,4 @@
       }
     }
   ]
-}
\ No newline at end of file
+}
diff --git a/defs/sitesLago.1.1.md b/defs/sitesLago.1.1.md
new file mode 100644
index 0000000..d9f915e
--- /dev/null
+++ b/defs/sitesLago.1.1.md
@@ -0,0 +1,94 @@
+---
+layout: default
+parent: Definitions
+nav_order: 1
+---
+
+# LAGO sites 1.1 
+{: .no_toc }
+
+|Version| Updated | Date |Contributors|
+|-------|---------|------|------------|
+| 1.1   | {{ site.time }} | 2020-06-01 - today | LAGO Collaboration |
+
+
+## Table of contents
+{: .no_toc .text-delta }
+
+- TOC
+{:toc}
+
+## What is defined?
+
+[sitesLago.1.1.jsonld](./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)](https://github.com/lagoproject/arti), `status` [(locationMaps)](https://github.com/lagoproject/locationsMaps), 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](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:
+
+```json
+{
+"@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](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
+
+{% include generate_html_for_sites.html folder="/DMP/defs/sitesLago.1.1.jsonld" %}
+
+
+## Plain JSON-LD file
+
+```json
+{% include_relative sitesLago.1.1.jsonld %}
+```
+
diff --git a/defs/sitesLago.1.2.jsonld b/defs/sitesLago.1.2.jsonld
new file mode 100644
index 0000000..d0216c3
--- /dev/null
+++ b/defs/sitesLago.1.2.jsonld
@@ -0,0 +1,2253 @@
+{
+  "@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.2.0/schema/lagoSchema.1.2.jsonld",
+    "@base": "https://raw.githubusercontent.com/lagoproject/DMP/1.2.0/defs/sitesLago.1.2.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"
+        }
+      }
+    }
+  ]
+}
diff --git a/defs/sitesLago.1.2.md b/defs/sitesLago.1.2.md
new file mode 100644
index 0000000..0008345
--- /dev/null
+++ b/defs/sitesLago.1.2.md
@@ -0,0 +1,94 @@
+---
+layout: default
+parent: Dev Defs
+grand_parent: Definitions
+---
+
+# LAGO sites 1.2 
+{: .no_toc }
+
+|Version| Updated | Date |Contributors|
+|-------|---------|------|------------|
+| 1.2   | {{ site.time }} | 2020-06-01 - today | LAGO Collaboration |
+
+
+## Table of contents
+{: .no_toc .text-delta }
+
+- TOC
+{:toc}
+
+## What is defined?
+
+[sitesLago.1.2.jsonld](./sitesLago.1.2.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)](https://github.com/lagoproject/arti), `status` [(locationMaps)](https://github.com/lagoproject/locationsMaps), 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.2.jsonld`*#\<site codename\>*
+
+For example:
+
+[https://raw.githubusercontent.com/lagoproject/DMP/1.2.0/defs/sitesLago.1.2.jsonld#sac](https://raw.githubusercontent.com/lagoproject/DMP/1.2.0/defs/sitesLago.1.2.jsonld#sac)
+
+
+As a real example, the metadata´s catalog of a simulation should include the site´s reference:
+
+```json
+{
+"@context":{
+...
+            "lago":"https://raw.githubusercontent.com/lagoproject/DMP/1.2.0/schema/lagoSchema.1.2.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.2.0/defs/sitesLago.1.2.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.2`` 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.2/#ima](https://lagoproject.github.io/DMP/defs/sitesLago.1.2/#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
+
+{% include generate_html_for_sites.html folder="/DMP/defs/sitesLago.1.2.jsonld" %}
+
+
+## Plain JSON-LD file
+
+```json
+{% include_relative sitesLago.1.2.jsonld %}
+```
+
diff --git a/docs/architecture/index.md b/docs/architecture/architecture.md
similarity index 100%
rename from docs/architecture/index.md
rename to docs/architecture/architecture.md
diff --git a/docs/howtos/index.md b/docs/howtos/howtos.md
similarity index 100%
rename from docs/howtos/index.md
rename to docs/howtos/howtos.md
diff --git a/index.md b/index.md
index 5598a20..a03e8bd 100644
--- a/index.md
+++ b/index.md
@@ -4,10 +4,30 @@ title: Home
 nav_order: 1
 ---
 
-### Introduction to the Data Management Plan
+This Web page unifies the Data Management Plan for the [Latin American Giant Observatory (LAGO)](http://lagoproject.net/). 
 
+### Introduction to the Data Management Plan
+{: .no_toc }
 A Data Management Plan (DMP) is a formal document that outlines how data are to be handled both during a research project and after the project is completed. 
 
 It is the essential reference to assure the Findability, Accessibility, Interoperability, and Reuse [(FAIR)](https://www.go-fair.org/fair-principles/) of digital assets, establishing the format of data and metadata, how they are generated, stored, and accessed, among other issues. Currently, DMPs are mandatory for data-science and e-science funded grants and indispensable for the sustainability of any long-term project.
 
 DMPs are living documents that will be amended, improved and detailed along the project timeline. Therefore, DMPs should have a clear version number and include a timetable for updates. The DMPs should have been defined according to the template of the [DMP Online tool](https://dmponline.dcc.ac.uk/), but they could derive into structured documents, as long as maintaining their unity.
+
+However, a DMP is actually a guide that references specifications, mechanisms or rights, which also can change through the time. In particular, the ones developed for LAGO are continously extended following the incorporation of new LAGO sites, collaborators, hardware and computational techniques.  
+
+Due these reasons, we use this public code repository for enabling the traceability of the changes performed in the DMP and their related definitions. Likewise, this Web page shows the current, developing and old versions of these documents.  
+
+### Current version and updating date
+{: .no_toc }
+
+Every document that requires versioning include a header similar to:
+
+|Version| Updated | Date |Contributors|
+|-------|---------|------|------------|
+| 1.1   | {{ site.time }} | 2020-06-01 - today | LAGO Collaboration |
+
+The `Major.Minor` release currently in use is the "**1.1**", while the "1.2" is in development.
+
+More information about versioning is in the [Contributing](./README/) section.
+
diff --git a/notes/devnotes.md b/notes/devnotes.md
new file mode 100644
index 0000000..0ea4c2c
--- /dev/null
+++ b/notes/devnotes.md
@@ -0,0 +1,10 @@
+---
+layout: default
+title: Dev Release Notes
+parent: Release Notes
+has_children: true
+nav_order: 8
+---
+
+# Release Notes in developing phase
+
diff --git a/notes/notes.md b/notes/notes.md
new file mode 100644
index 0000000..58a8d2c
--- /dev/null
+++ b/notes/notes.md
@@ -0,0 +1,9 @@
+---
+layout: default
+title: Release Notes
+has_children: true
+permalink: /notes/
+nav_order: 6
+---
+
+# Release notes for main releases
diff --git a/notes/oldnotes.md b/notes/oldnotes.md
new file mode 100644
index 0000000..b7068ae
--- /dev/null
+++ b/notes/oldnotes.md
@@ -0,0 +1,10 @@
+---
+layout: default
+title: Old Release Notes
+parent: Release Notes
+has_children: true
+nav_order: 8
+---
+
+# Older Release Notes
+
diff --git a/notes/releaseNotes.1.0.md b/notes/releaseNotes.1.0.md
new file mode 100644
index 0000000..df30513
--- /dev/null
+++ b/notes/releaseNotes.1.0.md
@@ -0,0 +1,21 @@
+---
+layout: default
+parent: Old Release Notes
+grand_parent: Release Notes
+nav_order: 1
+---
+
+
+# Relase Notes for LAGO  DMP 1.0
+{: .no_toc }
+
+|Version| Updated | Date |Contributors|
+|-------|---------|------|------------|
+| 1.0   | {{ site.time }} | 2020-06-01 - 2021-03-08 | LAGO Collaboration |
+
+
+## Table of contents
+{: .no_toc .text-delta }
+
+- TOC
+{:toc}
diff --git a/notes/releaseNotes.1.1.md b/notes/releaseNotes.1.1.md
new file mode 100644
index 0000000..3c75b7b
--- /dev/null
+++ b/notes/releaseNotes.1.1.md
@@ -0,0 +1,23 @@
+---
+layout: default
+parent: Release Notes
+nav_order: 1
+---
+
+# Release Notes for LAGO DMP 1.1
+{: .no_toc }
+
+|Version| Updated | Date |Contributors|
+|-------|---------|------|------------|
+| 1.1   | {{ site.time }} | 2020-06-01 - today | LAGO Collaboration |
+
+
+## Table of contents
+{: .no_toc .text-delta }
+
+- TOC
+{:toc}
+
+
+
+
diff --git a/notes/releaseNotes.1.2.md b/notes/releaseNotes.1.2.md
new file mode 100644
index 0000000..5bae0eb
--- /dev/null
+++ b/notes/releaseNotes.1.2.md
@@ -0,0 +1,21 @@
+---
+layout: default
+parent: Dev Release Notes
+grand_parent: Release Notes
+nav_order: 1
+---
+
+# Release Notes for DMP 1.2
+{: .no_toc }
+
+|Version| Updated | Date |Contributors|
+|-------|---------|------|------------|
+| 1.2 devel  | {{ site.time }} | 2020-06-01 - today | LAGO Collaboration |
+
+
+## Table of contents
+{: .no_toc .text-delta }
+
+- TOC
+{:toc}
+
diff --git a/rights/AUP.md b/rights/AUP.1.1.md
similarity index 97%
rename from rights/AUP.md
rename to rights/AUP.1.1.md
index 0980fa1..5776b1f 100644
--- a/rights/AUP.md
+++ b/rights/AUP.1.1.md
@@ -1,11 +1,11 @@
 ---
 layout: default
 parent: Rights
-nav_order: 4
+nav_order: 2
 ---
 
 
-Acceptable Use Policy (AUP) for LAGO VO
+Acceptable Use Policy (AUP) for LAGO VO 1.1
 ------------------------------------------
 
 This Acceptable Use Policy applies to all members of LAGO Virtual Organisation (named as "LAGO-AAI" in GEANT/eduTEAMs and "lagoproject.net" in EGI/check-in), hereafter referred to as LAGO VO, concerning the use of the GEANT/eduTEAMs and the EOSC/EGI Infrastructure. The LAGO Collaboration (http://lagoproject.net) owns and gives authority to this policy. 
diff --git a/rights/devdefs.md b/rights/devdefs.md
new file mode 100644
index 0000000..83ad729
--- /dev/null
+++ b/rights/devdefs.md
@@ -0,0 +1,10 @@
+---
+layout: default
+title: Dev Rights
+parent: Rights
+has_children: true
+nav_order: 8
+---
+
+# Definitions in developing phase
+
diff --git a/rights/lagoCommonRights.1.1.jsonld b/rights/lagoCommonRights.1.1.jsonld
new file mode 100644
index 0000000..b545524
--- /dev/null
+++ b/rights/lagoCommonRights.1.1.jsonld
@@ -0,0 +1,32 @@
+{
+  "@context" : {
+    "@base" : "https://raw.githubusercontent.com/lagoproject/DMP/1.1.0", 
+    "lago" : "https://raw.githubusercontent.com/lagoproject/DMP/1.1.0/schema/lagoSchema.1.1.jsonld#",
+    "dct" : "http://purl.org/dc/terms/",
+    "@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/"
+  },
+"@id" : "/rights/lagoCommonRights.1.1.jsonld",
+"title": "Data and Metadata Release, Rights and Disclaimer",
+"creator" : [{ "@id" : "https://orcid.org/0000-0002-4559-8785" , "@type" : "lago:Person", "name" : "Hernán Asorey" },
+             { "@id" : "https://orcid.org/0000-0003-4115-3129" , "@type" : "lago:Person", "name" : "Iván Sidelnik" }],
+"releaseDate" : "2022-05-10",
+"conformsTo" : { "@id" : "https://github.github.com/gfm/" , "@type" : "Document", "title": "GitHub Flavored Markdown Spec", "preferredLabel" :"GFM"},
+"relatedResource" : "https://lagoproject.net/lagoCommonRights/1.1.html",
+"isVersionOf": [ "https://doi.org/10.5281/zenodo.6599863", "https://zenodo.org/record/6599863", "https://lagoproject.net/lagoCommonRights/1.1" ],
+"publisher" :  { "@id" : "/defs/lagoCollaboration.1.1.jsonld" , "@type" : "lago:Organization", "name" : "LAGO Collaboration" },
+"license" : "https://creativecommons.org/licenses/by-nc-sa/4.0/",
+"accessRigths" : "@id",
+"descprition" : "By using the data provided by the Latin American Giant Observatory (LAGO), you are accepting the following conditions of release and acknowledging the following disclaimers issued by LAGO.",
+"@type" : "Document",
+"landingPage" : "https://lagoproject.github.io/DMP/rights/lagoCommonRights.1.1/",
+"version" : "1.1",
+"distribution": { "@id": "/rights/lagoCommonRights.1.1.md", 
+                  "@type": "Distribution",
+                  "accessURL": "https://lagoproject.github.io/DMP/rights/lagoCommonRights.1.1/",
+                  "downloadURL": "/rights/lagoCommonRights.1.1.md", 
+                  "format": "http://publications.europa.eu/resource/authority/file-type/TXT",  
+                  "mediaType": "https://www.iana.org/assignments/media-types/text/markdown"
+                }
+}
diff --git a/rights/lagoCommonRights.1.1.md b/rights/lagoCommonRights.1.1.md
new file mode 100644
index 0000000..5cc34b2
--- /dev/null
+++ b/rights/lagoCommonRights.1.1.md
@@ -0,0 +1,79 @@
+---
+layout: default
+parent: Rights
+has_children: true
+nav_order: 1
+jsonldinhead: lagoCommonRights.1.1.jsonld 
+---
+
+# LAGO Data and Metadata Releases, Rights and Disclaimer 1.1
+{: .no_toc }
+
+(NOTE: please consult the associated [technical annex](/rights/lagoCommonRightsTechAnnex.1.1/) to correctly link this document) 
+
+|Version | Issued | Updated | Dates |Contributors|
+|------------|-----   |-------- |------|------------|
+| 1.1 | 2022-05-11 | {{ site.time }} | 2020-06-01 - today | [Hernán Asorey](https://orcid.org/0000-0002-4559-8785) |
+|  |  |  |  | [Iván Sidelnik](https://orcid.org/0000-0003-4115-3129) |
+|  |  |  |  | for the [LAGO Collaboration](/DMP/defs/lagoCollaboration/) |
+
+
+By using the data provided by the Latin American Giant Observatory (LAGO), you are accepting the following conditions of release and acknowledging the following disclaimers issued by LAGO.
+
+## Table of contents
+{: .no_toc .text-delta }
+
+- TOC
+{:toc}
+
+## A. Definitions
+
+### a. The Latin American Giant Observatory
+The Latin American Giant Observatory hereinafter referred to as &#8220;LAGO&#8221; or &#8220;the LAGO Observatory&#8221;, is an astroparticle observatory on a global scale, working as an integrated detection network, hereinafter referred to as &#8220;the LAGO detection network&#8221; or simply &#8220;the LAGO network&#8221;, of single or small arrays of detectors, hereinafter referred to as &#8220;the LAGO detectors&#8221;, that are deployed at different geographical locations, hereinafter referred as &#8220;the LAGO sites&#8221;.   
+
+### b. The LAGO Collaboration
+
+The LAGO Collaboration is a non-centralized, distributed and highly collaborative grid of scientific institutions. The main goal of the LAGO Collaboration is the design, installation, commissioning, operation, coordination, maintenance, and, eventually, the decommissioning of the LAGO Observatory.
+
+### c. The LAGO Data Management Plan (DMP) and the FAIR paradigm
+To guarantee the long-term sustainability of LAGO, it is mandatory to accomplish the FAIR paradigm, i.e., to assure the Findability, Accessibility, Interoperability, and Reusability of its digital assets. The LAGO Data Management Plan, hereinafter referred to as &#8220;LAGO DMP&#8221; or simply &#8220;DMP&#8221;,  is a living document that will be amended, improved and detailed along the project evolution timeline, and it is used to establish the format of the LAGO data and metadata sets, and to describe how they are generated, stored, accessed, and used internally or externally used. The LAGO DMP is publicly available at https://lagoproject.github.io/DMP/
+
+### d. The LAGO Datasets
+During its normal operation and the different maintenance modes of the LAGO network, LAGO produces datasets containing different types of data, hereinafter collectively referred to as &#8220;the LAGO data&#8221; and individually as &#8220;a LAGO dataset&#8221;. All the LAGO datasets follow standardized schemes based on linked data as described in our DMP. 
+Any LAGO dataset could be considered within one of these categories:
+
+#### i. Measured data (Ln)
+Corresponds to any type of data that was measured in a LAGO site, including measurements of any type of radiation, atmospheric conditions, geomagnetic, solar irradiation, telemetry, and any other type of measurement produced by the LAGO detector and its peripherals. The LAGO measured data includes also any data product derived by any means of the previously described data. All the LAGO measured datasets are hierarchically tagged with the &#8220;Ln&#8221; label, being n a sequential number, starting by 0, that indicates the level of data processing: L0 corresponds to the raw data, L1 is the first level of analysed data, etc.
+
+#### ii. Simulated data (Sn)
+A LAGO simulated dataset contains data produced by any means, that were produced by the LAGO Observatory or its members and fellows using any of the LAGO simulation tools, that are intended to emulate any physical processes. All the LAGO measured datasets are hierarchically tagged with the &#8220;Sn&#8221; label, being n a sequential number.
+
+#### iii. Metadata (MLn/MSn)
+Every LAGO metadata dataset is associated with the corresponding Ln or Sn dataset following the JSON-LD 1.1(W3C) language syntax, and a reprofiled LAGO vocabulary based on the DCAT2-AP2 standard vocabulary, as described in the corresponding section of the LAGO DMP.
+
+## B. General and specific conditions of data release and acknowledgement
+
+### a. General conditions
+The LAGO data, metadata and schema definitions are available by permission of the LAGO Collaboration as the entity in charge of the Latin American Giant Observatory. The use of any LAGO data in publications or any other scientific activity, either digital or hardcopy, must be acknowledged to The Latin American Giant Observatory as well as their authors and referenced through the corresponding PiDs.
+The use of any type of LAGO data and metadata is allowed for non-commercial purposes only, and only so long as attribution is given to the creator. Any other usage of the LAGO data without permission is strictly forbidden. The policies of the LAGO data release are defined by the LAGO Collaboration and could change at any moment. 
+
+### b. Specific conditions
+
+#### i. Measured data (Ln)
+At the moment of the writing of this document, all the measured LAGO data is non-public. Specific conditions related to the release of the LAGO measured dataset will be informed by the LAGO Collaboration in the future.
+
+#### ii. Simulated data (Sn)
+LAGO simulated data (Sn) is licenced under the Creative Commons Attribution  Non-Commercial Share Alike 4.0 International (CC BY-NC-SA 4.0) and is publicly available after an embargo period of one (1) year since the LAGO data catalogue publication at the LAGO public data repository. Any usage of the LAGO measured data should follow the general data acknowledgement and cite these references:
+
+- Christian Sarmiento-Cano, Mauricio Su&aacute;rez-Dur&aacute;n, Rolando Calder&oacute;n-Ardila, Adriana V&aacute;squez-Ram&iacute;rez, Andrei Jaimes-Motta, Luis A. N&uacute;&#241;ez, Sergio Dasso, Iv&aacute;n Sidelnik, Hern&aacute;n Asorey, &#8220;The ARTI Framework: Cosmic Rays Atmospheric Background Simulations&#8221;, DOI:10.48550/arXiv.2010.14591
+- A. J. Rubio-Montero, R. Pag&aacute;n-Mu&#241;oz, R. Mayo-Garc&iacute;a, A. Pardo-Diaz, I. Sidelnik and H. Asorey, &quot;A Novel Cloud-Based Framework For Standardized Simulations In The Latin American Giant Observatory (LAGO)&quot; 2021 Winter Simulation Conference (WSC), 2021, pp. 1-12, DOI:10.1109/WSC52266.2021.9715360
+
+#### iii. Medatata data (MLn/MSn)
+Measured (Ln) and Simulated (Sn) data have their own metadata, correspondingly, MLn or SLn. Every metadata dataset inherits the specific conditions, acknowledgements, and references from the corresponding LAGO Measured or Simulated dataset.
+
+## C. Disclaimer of Liability
+Neither LAGO nor contributors of data to LAGO shall be held liable for any improper or incorrect use or application of the data provided, and assume no responsibility for the use or application of the data or information derived from interpretation of the data. In no event shall the LAGO or its collaborators be liable for any direct, indirect, or incidental damage arising from the use or application of these data. This disclaimer of liability applies to any damages or injury, including but not limited to those caused by any failure of performance, error, omission, defect, delay in operation or transmission, computer virus, alteration, use, application, analysis, or interpretation of data.
+
+## D. Disclaimer of Accuracy of Data
+No warranty, expressed or implied, is made regarding the accuracy, adequacy, completeness, reliability, or usefulness of any data provided. These data are provided &quot;as is.&quot; All warranties of any kind, expressed or implied, including but not limited to fitness for a particular use, freedom from computer viruses, and non-infringement of proprietary rights, are disclaimed.
+
diff --git a/rights/lagoCommonRights.jsonld b/rights/lagoCommonRights.jsonld
deleted file mode 100644
index 6673a5d..0000000
--- a/rights/lagoCommonRights.jsonld
+++ /dev/null
@@ -1,3 +0,0 @@
-{
-  "TBD" : "TBD."
-}
diff --git a/rights/lagoCommonRights.md b/rights/lagoCommonRights.md
deleted file mode 100644
index efd73b1..0000000
--- a/rights/lagoCommonRights.md
+++ /dev/null
@@ -1,65 +0,0 @@
----
-layout: default
-parent: Rights
-nav_order: 1
----
-
-# LAGO Common Rights 
-{: .no_toc }
-
-|Version| Updated | Date |Contributors|
-|-------|---------|------|------------|
-| 1.1 develop | {{ site.time }} | 2020-06-01 - today | LAGO Collaboration |
-
-
-## Table of contents
-{: .no_toc .text-delta }
-
-- TOC
-{:toc}
-
-## What is defined?
-
-[lagoCommonRights.jsonld](./sitesLago.jsonld) unifies the usual rights of LAGO data and metadata, following the official LAGO schema vocabulary. 
-
-## How should an item be referenced?
-
-To preserve the provenance of the linked metadata through time, the GitHub raw link of a certain release of this document must be used:
-
-`https://raw.githubusercontent.com/lagoproject/DMP/`*\<tag release\>*`/rights/lagoCommonRights.jsonld`
-
-For example:
-
-[https://raw.githubusercontent.com/lagoproject/DMP/1.1/rights/lagoCommonRights.jsonld](https://raw.githubusercontent.com/lagoproject/DMP/1.1/rights/lagoCommonRights.jsonld)
-
-
-As a real example, the metadata´s catalog of a simulation should include the reference as the [DCAT-AP2](https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic/solution/dcat-application-profile-data-portals-europe) property [*rights*](https://raw.githubusercontent.com/SEMICeu/DCAT-AP/2.0.0/releases/2.0.0/dcat-ap_2.0.0.jsonld#rigths):
-
-```json
-{
-"@context":{
-...
-            "lago":"https://raw.githubusercontent.com/lagoproject/DMP/1.1/schema/lagoSchema.jsonld",
-            "@vocab":"https://raw.githubusercontent.com/SEMICeu/DCAT-AP/2.0.0/releases/2.0.0/dcat-ap_2.0.0.jsonld",
-...
-          },
-"@id":"/sac_60_100.0_75600_QGSII_flat",
-"@type":"Catalog",
-...
-"license":"https://creativecommons.org/licenses/by-nc-sa/4.0/"
-"rights":"https://raw.githubusercontent.com/lagoproject/DMP/1.1/rights/lagoCommonRights.jsonld",
-"accessRigths":"http://publications.europa.eu/resource/authority/access-right/RESTRICTED",
-"creator":{
-           "@id":"https://orcid.org/0000-0001-6497-753X",
-           "@type":"lago:Person"
-          },
-...
-...
-```
-
-## Plain JSON-LD file
-
-```json
-{% include_relative lagoCommonRights.jsonld %}
-```
-
diff --git a/rights/lagoCommonRightsTechAnnex.1.1.md b/rights/lagoCommonRightsTechAnnex.1.1.md
new file mode 100644
index 0000000..926001a
--- /dev/null
+++ b/rights/lagoCommonRightsTechAnnex.1.1.md
@@ -0,0 +1,76 @@
+---
+layout: default
+parent: LAGO Data and Metadata Releases, Rights and Disclaimer 1.1
+grand_parent: Rights
+---
+
+## TECHNICAL APPENDIX: how to linking this document
+{: .no_toc }
+
+As stated above, the ["LAGO Data and Metadata Releases, Rights and Disclaimer 1.1" document](/rights/lagoCommonRights.1.1/) unifies the rights, disclaimers and acknolegmentes for the LAGO data and metadata 1.1 main release. 
+
+To accomplish the linked-data requirements, the aforementioned document has associated metatada in:
+- a JSON-LD file [lagoCommonRights.1.1.jsonld](./lagoCommonRights.1.1.jsonld) 
+- a block ```<script type="application/ld+json">```, which shows the later JSON-LD in the ```<head>``` section of this HTML page.   
+
+There are several ways to perform linking, described in this technical appendix.
+
+- TOC
+{:toc}
+
+### How should this document be referenced for linked-data?
+
+To preserve the provenance of the linked metadata through time, the GitHub raw link of a certain tag release (``Major.Minor.Patch``) of this document must be used:
+
+`https://raw.githubusercontent.com/lagoproject/DMP/`*\<Major.Minor.Patch\>*`/rights/lagoCommonRights.1.1.jsonld`
+
+For example:
+
+[https://raw.githubusercontent.com/lagoproject/DMP/1.1.0/rights/lagoCommonRights.1.1.jsonld](https://raw.githubusercontent.com/lagoproject/DMP/1.1.0/rights/lagoCommonRights.1.1.jsonld)
+
+
+As a real example, the metadata´s catalog of a simulation should include the reference as the [DCAT-AP2](https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic/solution/dcat-application-profile-data-portals-europe) property [*rights*](https://raw.githubusercontent.com/SEMICeu/DCAT-AP/2.0.0/releases/2.0.0/dcat-ap_2.0.0.jsonld#rigths):
+
+```json
+{
+"@context":{
+...
+            "lago":"https://raw.githubusercontent.com/lagoproject/DMP/1.1.0/schema/lagoSchema.1.1.jsonld",
+            "@vocab":"https://raw.githubusercontent.com/SEMICeu/DCAT-AP/2.0.0/releases/2.0.0/dcat-ap_2.0.0.jsonld",
+...
+          },
+"@id":"/sac_60_100.0_75600_QGSII_flat",
+"@type":"Catalogue",
+...
+"license":"https://creativecommons.org/licenses/by-nc-sa/4.0/"
+"rights":"https://raw.githubusercontent.com/lagoproject/DMP/1.1.0/rights/lagoCommonRights.1.1.jsonld",
+"accessRigths":"http://publications.europa.eu/resource/authority/access-right/RESTRICTED",
+"creator":{
+           "@id":"https://orcid.org/0000-0001-6497-753X",
+           "@type":"lago:Person"
+          },
+...
+...
+```
+
+### How could this document 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 forgetting the GitHub tag release.
+
+As this document has ``Major.Minor = 1.1`` version, there are alternative ways:  
+
+- Static source documents: they could be outdated with respect to te release of software used for generating the metadata.
+  - Zenodo DOI: [https://doi.org/10.5281/zenodo.6599863](https://doi.org/10.5281/zenodo.6599863)
+  - Zenodo Record: [https://zenodo.org/record/6599863](https://zenodo.org/record/6599863) 
+  - Copy on lagoproject page: [https://lagoproject.net/lagoCommonRights/1.1](https://lagoproject.net/lagoCommonRights/1.1)
+
+- Dynamic documents: links to the DMP web page, they could include changes which were not taken into account when the metadata was generated.
+  - GitHub dynamic page: [https://lagoproject.github.io/DMP/rights/lagoCommonRights.1.1/](https://lagoproject.github.io/DMP/rights/lagoCommonRights.1.1/)
+  - CURL command agaisnt the GitHub dynamic page: (TBD.)
+
+
+### The plain JSON-LD file
+
+```json
+{% include_relative lagoCommonRights.1.1.jsonld %}
+```
diff --git a/rights/index.md b/rights/rights.md
similarity index 100%
rename from rights/index.md
rename to rights/rights.md
diff --git a/schema/devschemas.md b/schema/devschemas.md
new file mode 100644
index 0000000..14838c8
--- /dev/null
+++ b/schema/devschemas.md
@@ -0,0 +1,10 @@
+---
+layout: default
+title: Dev Schemas
+parent: Metadata Schema
+has_children: true
+nav_order: 8
+---
+
+# LAGO schemas in developing phase
+
diff --git a/schema/examples/sims/SimulationCatalog.jsonld b/schema/examples/sims.1.0/SimulationCatalog.jsonld
similarity index 100%
rename from schema/examples/sims/SimulationCatalog.jsonld
rename to schema/examples/sims.1.0/SimulationCatalog.jsonld
diff --git a/schema/examples/sims/SimulationInputDataset.jsonld b/schema/examples/sims.1.0/SimulationInputDataset.jsonld
similarity index 100%
rename from schema/examples/sims/SimulationInputDataset.jsonld
rename to schema/examples/sims.1.0/SimulationInputDataset.jsonld
diff --git a/schema/examples/sims/SimulationOutBinDataset.jsonld b/schema/examples/sims.1.0/SimulationOutBinDataset.jsonld
similarity index 100%
rename from schema/examples/sims/SimulationOutBinDataset.jsonld
rename to schema/examples/sims.1.0/SimulationOutBinDataset.jsonld
diff --git a/schema/examples/sims/SimulationOutLstDataset.jsonld b/schema/examples/sims.1.0/SimulationOutLstDataset.jsonld
similarity index 100%
rename from schema/examples/sims/SimulationOutLstDataset.jsonld
rename to schema/examples/sims.1.0/SimulationOutLstDataset.jsonld
diff --git a/schema/examples/sims/simulationExample.md b/schema/examples/sims.1.0/simulationExample.md
similarity index 90%
rename from schema/examples/sims/simulationExample.md
rename to schema/examples/sims.1.0/simulationExample.md
index 1f72e45..ca193b2 100644
--- a/schema/examples/sims/simulationExample.md
+++ b/schema/examples/sims.1.0/simulationExample.md
@@ -1,10 +1,10 @@
 ---
 layout: default
-parent: Metadata Schema
-order: 4
+parent: Old Schemas
+grand_parent: Metadata Schema
 ---
 
-# Simulation Example
+# Simulation Example 1.0
 
 This is the metadata generated by onedataSim for a complete ARTI/CORSIKA simulation.
 
diff --git a/schema/lagoSchema.1.0.jsonld b/schema/lagoSchema.1.0.jsonld
new file mode 100644
index 0000000..79e1324
--- /dev/null
+++ b/schema/lagoSchema.1.0.jsonld
@@ -0,0 +1,309 @@
+{
+"@graph": [
+{"_comment" : "------ Some prov:Agent that acts in LAGO proccesses : Person, Organization and Software. Defining these claess is not our business far away that were univocally identified and conforms to DCAP-AP --------"},
+   {
+    "@id": "lago:Person",
+    "@type": "sdo:Person",
+    "owl:equivalentClass" : "foaf:Person",
+    "dcat:subClassOf" : "Agent",
+    "seeAlso" : ["foaf:Person", "sdo:Person", "Agent"],
+    "comment" : [ { "@language" : "en", "@value" : "You must use the ORCID link as @id of this Class. ORCID is currently only using the Schema.org vocabulary for JSON-LD. sdo:Person is explicitely defined as a equivalent class in Schema.org and can be considered as a extension of foaf:Person. Therefore, it could be used in DCAT-AP as subclass of Agent (formerly as foaf:Agent), providing the @id as the ORCID URI (https://orcid.org/yyyy-zzzz-wwww-xxxx), and the required Agent:name property." },  
+                  { "@language" : "es", "@value" : "Se debe usar en enlace ORCID como  @id de esta Clase. Actualmente ORCID utiliza únicamente el vocabulario Schema.org para JSON-LD. La definición de sdo:Person en Schema.org indica explicitamente la equivalencia con foaf:Person y puede considerarse una extensión. Por lo tanto podrí­a usarse en DCAT-AP como subclase de Agent, (formalmente definida como foaf:Agent), ya que proporciona el id@ como la URI ORCID (https://orcid.org/yyyy-zzzz-wwww-xxxx), y la propiedad obligatoria Agent:name ." } ]
+   },
+   {
+    "@id": "lago:Organization",
+    "@type": "foaf:Organization",
+    "dcat:subClassOf" : "Agent",
+    "name": {
+      "@id" : "http://xmlns.com/foaf/0.1/name",
+      "@type" : "http://www.w3.org/2001/XMLSchema#string",
+      "owl:equivalentProperty" : { "@id": "http://www.w3.org/2000/01/rdf-schema#label" }
+    },  
+    "seeAlso" : [ "foaf:Organization", "Agent"],
+    "comment" : [ { "@language" : "en", "@value" : "" },
+                  { "@language" : "es", "@value" : "Se debe usar el enlace simple al LCNAF-Corporate Name de la Libería del Congreso de EEUU http://id.loc.gov/rwo/agents/<LCCN> como @id de esta clase.  A diferencia de de sdo:Person con ORCID, no existe un registro de organizaciones con una API que devuelva JSON+LD con un vocabulario/esquema simplificado. De las dos opciones más adecuadas, ISNI.org, no tiene API JSON (está en desarrollo) y no contiene todas las organizaciones. La otra opción es la Librería del Congreso de EEUU, que asigna un identificador único LCCN para cada LC Name Authority File (LCNAF) - Corporate Name y permite consultar sus datos en formato SKOS/JSON, usando la API JSON+LD a traves de los servicios web http://id.loc.gov/authorities/names/<LCCN> (modo extendido)  o http://id.loc.gov/rwo/agents/<LCCN> (modo simplificado). El problema es que aún usando el modo simplificado la información puede ser excesiva, ya que enlaza a trabajos publicados. Sin embargo en el JSON se puede identificar claramente que junto con el @id del modo simplificado aparece el tipo de clase http://xmlns.com/foaf/0.1/Organization y la propiedad rdf-schema#label con su @value el nombre de la organización. Se equipara Agent:name con rdfs:label" } ]
+   },
+   {
+    "@id": "lago:Software",
+    "@type": "sdo:SoftwareSourceCode",
+    "owl:equivalentClass" : "prov: SoftwareAgent",
+    "dcat:subClassOf" : "Agent",
+    "sdo:codeRepository" : { "@type" : "sdo:URL" },
+    "sdo:runtimePlatform" : {"@type" : "lago:runtimePlatform" },
+    "seeAlso" : [ "prov: SoftwareAgent", "sdo:SoftwareSourceCode", "Agent"],
+    "comment" : [ { "@language" : "en", "@value" : "It identifies any concrete release of software used for simulation, measure, cleaning or analysis procedures. It always refers to a COMMIT in the source code, identified with a HASH at the CVS (but, it will be needed, a compressed file, using other type of hasisng, such as MD5SUM, to guarantee its immutability). Therefore, in GitHub, the @id is the link for the COMMIT (https://api.github.com/org/repo/git/commits/COMMIT_HASH and the sdo:codeRepository will be these COMMIT but browsable for humans ( https://github.com/org/repo/tree/COMMIT_HASH). It is mandatory assign an Agent:name. However, it is optional to use sdo:runtimePlatform (redefined as lago:runtimePlatform) to point to other lago:Software on which it was executed, for example to some deployment with Docker in GitHub." },  
+                  { "@language" : "es", "@value" : "Identifica una versión concreta de un software usado para simular, medir, limpiar o analizar los datos de LAGO. Se refiere siempre a un COMMIT concreto en el código fuente, identificado con un código HASH en un CVS (o bien, si no fuera posible, a un fichero comprimido, univocamente identificado con algún tipo de HASH, como MD5SUM). Por tanto, en GitHub, el @id es el link del COMMIT https://api.github.com/org/repo/git/commits/COMMIT_HASH y la propiedad sdo:codeRepository sería ese COMMIT navegable para humanos  https://github.com/org/repo/tree/COMMIT_HASH. Es obligatorio asignar un Agent:name. Pero es opcional el uso de sdo:runtimePlatform (redefinida como lago:runtimePlatform) para señalar otro lago:Software sobre el que se ejecuta, por ejemplo una integración Docker en GitHub)." } ]
+    },
+   {
+    "@id": "lago:runtimePlatform", 
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": { "@id" : "lago:Software" },
+    "dcat:range": { "@id" : "lago:Software" },
+    "comment" : [ { "@language" : "en", "@value" : "" },  
+                  { "@language" : "es", "@value" : "" } ]
+   },
+{"_comment" : "------ ARTI do_sims main Class and parameters to create a Catalog of a complete Simulation --------"},
+   {
+    "@id": "lago:ArtiParams",
+    "@type" : [ "rdfs:Class", "owl:Class" ],
+    "comment" : [ { "@language" : "en", "@value" : "" },  
+                  { "@language" : "es",  "@value" : "" } ]
+   },
+   {
+    "@id": "lago:fluxTime", 
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": { "@id" : "lago:ArtiParams" },
+    "dcat:range": { "@id" : "xsd:duration" },
+    "dcat:label": "fluxTime", 
+    "comment" : [ { "@language" : "en", "@value" : "Flux time (in seconds) for simulations. Use XML Schema 1.1, the format is P<secods>S (while in 1.0 was PT<seconds>S)" },  
+                  { "@language" : "es", "@value" : "" } ]
+   },
+   {
+    "@id": "lago:highEnergyIntModel", 
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": { "@id" : "lago:ArtiParams" },
+    "dcat:range": { "@id" : "xsd:string" },
+    "dcat:label": "highEnergyIntModel",  
+    "comment" : [ { "@language" : "en", "@value" : "Define the high interaction model to be used (EPOS or QGSII)" },  
+                  { "@language" : "es", "@value" : "" } ]
+   },
+   {
+    "@id": "lago:detectorSite",
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": { "@id" : "lago:ArtiParams" },
+    "dcat:range": { "@id" : "lago:DetectorSite" },
+    "dcat:label": "detectorSite", 
+    "comment" : [ { "@language" : "en", "@value" : "Description (default values) of predefined detector sites at https://lagoproject.github.io/DMP/defs/sitesLago.jsonld" }, 
+                  { "@language" : "es", "@value" : "Descripción (opciones por defecto) de detectores predefinidos en https://lagoproject.github.io/DMP/defs/sitesLago.jsonld" } ]
+   },
+   {
+    "@id": "lago:rigidity",
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": { "@id" : "lago:ArtiParams" },
+    "dcat:range": { "@id" : "xsd:float" },
+    "@default" : "0.0",
+    "dcat:label": "rigidity", 
+    "comment" : [ { "@language" : "en", "@value" : "Rigidity cutoff; 0.0 = disabled; value in GV = enabled" },  
+                  { "@language" : "es", "@value" : "Corte de la rigidez; 0.0 = deshabilitado; valor en GV = habilitado" } ]
+   },
+   {
+    "@id": "lago:tMin",
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": { "@id" : "lago:ArtiParams" },
+    "dcat:range": { "@id" : "xsd:float" },
+    "dcat:label": "tMin", 
+    "comment" : [ { "@language" : "en", "@value" : "Low edge of zenith angle" },  
+                  { "@language" : "es", "@value" : "Límite inferior del ángulo cenital" } ]
+   },
+   {
+    "@id": "lago:tMax",
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": { "@id" : "lago:ArtiParams" },
+    "dcat:range": { "@id" : "xsd:float" },
+    "dcat:label": "tMax", 
+    "comment" : [ { "@language" : "en", "@value" : "High edge of zenith angle" },  
+                  { "@language" : "es", "@value" : "Límite superior del ángulo cenital" } ]
+   },
+   {
+    "@id": "lago:lLimit",
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": { "@id" : "lago:ArtiParams" },
+    "dcat:range": { "@id" : "xsd:float" },
+    "dcat:label": "lLimit", 
+    "comment" : [ { "@language" : "en", "@value" : "Lower limit of the primary particle energy" },  
+                  { "@language" : "es", "@value" : "Límite inferior de la energía de las partículas primarias" } ]
+   },
+   {
+    "@id": "lago:uLimit",
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": { "@id" : "lago:ArtiParams" },
+    "dcat:range": { "@id" : "xsd:float" },
+    "dcat:label": "uLimit",      
+    "comment" : [ { "@language" : "en", "@value" : "Upper limit of the primary particle energy" },  
+                  { "@language" : "es", "@value" : "Límite superior de la energía de las partículas primarias" } ]
+   },
+   {
+    "@id": "lago:flatArray",
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": { "@id" : "lago:ArtiParams" },
+    "dcat:range": { "@id" : "xsd:boolean" },
+    "@default" : true,
+    "dcat:label": "flatArray",
+    "comment" : [ { "@language" : "en", "@value" : "Select volumetric detector mode (default=flat array)" },
+                  { "@language" : "es", "@value" : "" } ]
+   },
+   {
+    "@id": "lago:cherenkov",
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": { "@id" : "lago:ArtiParams" },
+    "dcat:range": { "@id" : "xsd:boolean" },
+    "@default" : false,
+    "dcat:label": "cherenkov",    
+    "comment" : [ { "@language" : "en", "@value" : "Enable CHERENKOV mode" },  
+                  { "@language" : "es", "@value" : "" } ]
+   },
+   {
+    "@id": "lago:debug",
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": { "@id" : "lago:ArtiParams" },
+    "dcat:range": { "@id" : "xsd:boolean" },
+    "@default" : false,
+    "dcat:label": "debug",
+    "comment" : [ { "@language" : "en", "@value" : "Enable DEBUG mode" },  
+                  { "@language" : "es", "@value" : "" } ]
+   },
+   {
+    "@id": "lago:defaults",
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": { "@id" : "lago:ArtiParams" },
+    "dcat:range": { "@id" : "xsd:boolean" },
+    "dcat:label": "defaults",
+    "@default" : false,
+    "comment" : [ { "@language" : "en", "@value" : "If true, other parameters not explicitly stored in metadata are the default values set by the specific release of ARTI. Otherwise these values are unknow (set manually by the user via prompt)." },  
+                  { "@language" : "es", "@value" : "Si es verdadero, los par,ametros que no aparecen en los metadatos corresponden a los valores por defecto de la versión concreta de ARTI que se estuviera usando. Si está marcado como falso, los valores que no aparecen en los metadatos son desconocidos, porque el usuario los ha puesto manualmente cuando la aplicación se lo ha preguntado por consola." } ]
+   },
+   {
+    "@id": "lago:highEnergyCutsSecondaries",
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": { "@id" : "lago:ArtiParams" },
+    "dcat:range": { "@id" : "xsd:float" },
+    "dcat:label": "highEnergyCutsSecondaries",
+    "@default" : "0.0",
+    "comment" : [ { "@language" : "en", "@value" : "Enable high energy cuts for secondaries; 0.0 = disabled, value in GeV = enabled" },  
+                  { "@language" : "es", "@value" : "" } ]
+   },  
+{"_comment" : "------ Defining installed detectors and simulated detectors, this implies estaiblishing equivalencies among measures and software parameters --------"},
+   {
+    "@id": "lago:DetectorSite",
+    "@type" : [ "rdfs:Class", "owl:Class" ],
+    "dcat:subClassOf" : "Agent",
+    "comment" : [ { "@language" : "en", "@value" : "Main characteristics of a detector, such as location, mangetic field, recommended parameters for simuation, hardware/software intalled ..." },  
+                  { "@language" : "es", "@value" : "Caractersísticas principales de un Detector como su ubicación, coordenadas magnéticas, parámetros recomendados en simulación, hardware/software instalado..." } ]
+   },
+   {
+    "@id": "lago:CorsikaInput",
+    "@type" : [ "rdfs:Class", "owl:Class" ],
+    "comment" : [ { "@language" : "en", "@value" : "Set of effectively used parameters in (i.e extracted from) a CORSIKA input. The significant ones for reusing, datamining and BigData are only included." },  
+                  { "@language" : "es", "@value" : "Conjunto de parámetros efectivamente usados para crear (o extraidos de) un fichero INPUT de CORSIKA, solo los que son para reutilización, minería de datos y BigData." } ]
+   },
+   {
+     "@id": "lago:corsikaParam",
+     "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+     "dcat:domain": [ { "@id" : "lago:obsLev" },
+                      { "@id" : "lago:magnet" },
+                      { "@id" : "lago:Atmosphere" },
+                      { "@id" : "lago:Atmod" },
+                      { "@id" : "lago:arrang" } ],
+     "dcat:range": { "@id" : "xsd:string" },
+     "dcat:label": "corsikaParam",
+     "comment" : [ { "@language" : "en", "@value" : "" },  
+                   { "@language" : "es", "@value" : "" } ]
+  },
+{"_comment" : "------ common properties to describe characteristics of a DetectorSite (Agent) which are included also in a lago:CorsikaInput --------"},
+   {
+     "@id": "lago:obsLev",
+     "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+     "dcat:domain": [ { "@id" : "lago:DetectorSite" },
+                      { "@id" : "lago:CorsikaInput" },
+                      { "@id" : "lago:ArtiParams" } ],
+     "dcat:range": { "@id": "xsd:float"},
+     "dcat:label": "obsLev",
+     "lago:corsikaParam" : "OBSLEV",
+     "comment" : [ { "@language" : "en", "@value" : "Observation Level (altitude) above sea level [cm]. xsd:double type allows decimal (i.e. 2.10), non decimal (28467) and scientific notation (1633e2) values within 64-bits (double word)." },  
+                   { "@language" : "es", "@value" : "[cm] por encima del nivel del mar. El tipo xsd:double permite valores decimales (2.10), no decimales (28467) y en notación cientifica (1633e2) con tamaño máximo de 64-bits (doble palabra)." } ]
+    },
+   {
+    "@id": "lago:magnet",
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": [ { "@id" : "lago:DetectorSite" },
+                     { "@id" : "lago:CorsikaInput" } ],
+    "dcat:range": { "@id": "lago:MagnetComponents" },    
+    "dcat:label": "magnet",
+    "lago:corsikaParam" : "MAGNET", 
+    "comment" : [ { "@language" : "en", "@value" : " Earth's mag. field (MAGNET), see values at http://www.ngdc.noaa.gov/geomagmodels/struts/calcIGRFWMM or currently at https://www.ngdc.noaa.gov/geomag/calculators/magcalc.shtml#igrfwmm"},  
+                  { "@language" : "es", "@value" : "" } ]
+   },
+   {
+    "@id": "lago:MagnetComponents",
+    "@type" : [ "rdfs:Class", "owl:Class" ],
+    "comment" : [ { "@language" : "en", "@value" : " Components of the Earth's mag. field (MAGNET), Horizontal (bx) and Vertical (bx)" },  
+                  { "@language" : "es", "@value" : "" } ]
+   },
+    {
+      "@id": "lago:bx",
+      "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+      "dcat:domain": { "@id" : "lago:MagnetComponents" },
+      "dcat:range": { "@id": "xsd:decimal"},
+      "dcat:label": "bx",
+      "comment" : [ { "@language" : "en", "@value" : "Horizontal comp. of the Earth's mag. field (MAGNET) [North,muT], see values at https://www.ngdc.noaa.gov/geomag/calculators/magcalc.shtml#igrfwmm" },  
+                    { "@language" : "es", "@value" : "Componente horizontal del campo magnético de la Tierra (MAGNET) [North,muT], ver valores en https://www.ngdc.noaa.gov/geomag/calculators/magcalc.shtml#igrfwmm" } ]
+    },
+    {
+      "@id": "lago:bz",
+      "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+      "dcat:domain": { "@id" : "lago:MagnetComponents" },
+      "dcat:range": { "@id": "xsd:decimal"},
+      "dcat:label": "bz",
+      "comment" : [ { "@language" : "en", "@value" : "Vertical comp. of the Earth's mag. field (MAGNET) [downwards,muT], see values at https://www.ngdc.noaa.gov/geomag/calculators/magcalc.shtml#igrfwmm" },  
+                    { "@language" : "es", "@value" : "Componente vertical del campo magnético de la Tierra (MAGNET) [downwards,muT], ver valores en https://www.ngdc.noaa.gov/geomag/calculators/magcalc.shtml#igrfwmm" } ]
+    },
+    {
+      "@id": "lago:atmcrd",
+      "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+      "dcat:domain": [ { "@id" : "lago:DetectorSite" },
+                       { "@id" : "lago:CorsikaInput"} ],
+      "dcat:range":  [ { "@id": "lago:Atmosphere" }, { "@id": "lago:Atmod" } ],
+      "dcat:label": "atmcrd",
+      "comment" : [ { "@language" : "en", "@value" : "Atmospheric type, posible values: ATMOSPHERE, ATMOD" },  
+                    { "@language" : "es", "@value" : "" } ]
+    },
+    { 
+      "@id": "lago:Atmosphere",
+      "@type" : [ "rdfs:Class", "owl:Class" ],
+      "lago:corsikaParam" : "ATMOSPHERE",
+      "comment" : [ { "@language" : "en", "@value" : "Atmospheric type, fixed value: ATMOSPHERE" },  
+                    { "@language" : "es", "@value" : "" } ]
+    },
+    { 
+      "@id": "lago:Atmod",
+      "@type" : [ "rdfs:Class", "owl:Class" ],
+      "lago:corsikaParam" : "ATMOD",
+      "comment" : [ { "@language" : "en", "@value" : "Atmospheric type, fixed vaule: ATMOD" },  
+                    { "@language" : "es", "@value" : "" } ]
+    },
+    {
+      "@id": "lago:modAtm",
+      "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+      "dcat:domain": [ { "@id" : "lago:Atmosphere" }, { "@id" : "lago:Atmod" } ],
+      "dcat:range": { "@id" : "xsd:string" },
+      "dcat:label": "modAtm",
+      "comment" : [ { "@language" : "en", "@value" : "Atmospheric model (can be ATMOSPHERE or ATMOD), some posible values: 19, E1, E2, E10, E29, E30(=wi), E31(=sp), E32(=su), E33(=au)" },  
+                    { "@language" : "es", "@value" : "" } ]
+    },
+    {
+      "@id": "lago:arrang",
+      "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+      "dcat:domain": [ { "@id" : "lago:DetectorSite" },
+                       { "@id" : "lago:CorsikaInput"} ],
+      "dcat:range": { "@id": "xsd:decimal"},
+      "dcat:label": "arrang",
+      "lago:corsikaParam" : "ARRANG",
+      "comment" : [ { "@language" : "en", "@value" : "" },  
+                    { "@language" : "es", "@value" : "" } ]
+    }
+  ],
+"@context" : {
+    "lago" : "https://raw.githubusercontent.com/lagoproject/DMP/1.0/schema/lagoSchema.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/",
+    "owl" : "http://www.w3.org/2002/07/owl#",
+    "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
+    "xsd" : "http://www.w3.org/2001/XMLSchema#",
+    "rdfs" : "http://www.w3.org/2000/01/rdf-schema#",
+    "dcat" : "http://www.w3.org/ns/dcat#",
+    "prov" : "http://www.w3.org/ns/prov#",
+    "foaf" : "http://xmlns.com/foaf/0.1/",
+    "sdo" : "http://schema.org/"
+  }
+}
diff --git a/schema/lagoSchema.md b/schema/lagoSchema.1.0.md
similarity index 80%
rename from schema/lagoSchema.md
rename to schema/lagoSchema.1.0.md
index cddbdde..a3ed7dc 100644
--- a/schema/lagoSchema.md
+++ b/schema/lagoSchema.1.0.md
@@ -1,14 +1,16 @@
 ---
 layout: default
-parent: Metadata Schema
+parent: Old Schemas
+grand_parent: Metadata Schema
+nav_order: 1
 ---
 
-# Metadata Schema for LAGO
+# Metadata Schema for LAGO 1.0
 {: .no_toc }
 
 |Version| Updated | Date |Contributors|
 |-------|---------|------|------------|
-| 1.1 develop | {{ site.time }} | 2020-06-01 - today | LAGO Collaboration |
+| 1.0   | {{ site.time }} | 2020-06-01 - today | LAGO Collaboration |
 
 ## Table of contents
 {: .no_toc}
@@ -24,7 +26,7 @@ This specification is independent of the other metadata currently generated by L
 
 Therefore, the metadata schema is based on three pillars:
 
-- [The LAGO vocabulary](./lagoSchema.jsonld): as described in this document. It is a re-profile of [DCAT-AP2](https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic/solution/dcat-application-profile-data-portals-europe) (European Commission), extending the existing classes and adding properties needed for LAGO computation.
+- [The LAGO vocabulary](./lagoSchema.1.0.jsonld): as described in this document. It is a re-profile of [DCAT-AP2](https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic/solution/dcat-application-profile-data-portals-europe) (European Commission), extending the existing classes and adding properties needed for LAGO computation.
 
 - Main vocabulary: [DCAT-AP2](https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic/solution/dcat-application-profile-data-portals-europe) (European Commission), which is a specific profile of [DCAT2](https://www.w3.org/TR/vocab-dcat-2/) (W3C), recommended for repositories, content aggregators or data consumers related to the public sector (governments, research centers, funded projects).
 
@@ -35,7 +37,7 @@ Therefore, the metadata schema is based on three pillars:
 
 Firstly, any developer should be familiar with the specifications of [JSON-LD 1.1](https://json-ld.org/spec/latest/json-ld/), [DCAT2](https://www.w3.org/TR/vocab-dcat-2/) and [DCAT-AP2](https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic/solution/dcat-application-profile-data-portals-europe). In particular, you should focus on JSON-LD to avoid getting confuse with other syntaxes and explore as many JSON-LD examples as possible (as the ones at [json-ld.org](https://json-ld.org/) or W3C --only using the Schema.org, not DCAT, as main vocabulary--). For instance, you can review the JSON-LD implementations for [wc3.org/DCAT2](https://www.w3.org/ns/dcat2.jsonld) and [GitHub/DCAT-AP2](https://github.com/SEMICeu/DCAT-AP/tree/master/releases).
 
-Secondly, the developer can use [this document](./lagoSchema.md) and the [lagoSchema.jsonld](./lagoSchema.jsonld) as the reference for:
+Secondly, the developer can use [this document](./lagoSchema.1.0.md) and the [lagoSchema.1.0.jsonld](./lagoSchema.1.0.jsonld) as the reference for:
 - interpreting the state of the stored data (curation, provenance) and their contents (a resume) to:
     - make searches and process the selected data, 
     - expose and harvest data;
@@ -52,13 +54,13 @@ Secondly, the developer can use [this document](./lagoSchema.md) and the [lagoSc
 
 ## Vocabulary item by item
 
-{% include generate_html_for_vocab.html folder="/DMP/schema/lagoSchema.jsonld" vocabulary="true" %}
+{% include generate_html_for_vocab.html folder="/DMP/schema/lagoSchema.1.0.jsonld" vocabulary="true" %}
 
 
 ## Plain JSON-LD file
 
 {% capture thisPage %}
-    {% include_relative lagoSchema.jsonld %}
+    {% include_relative lagoSchema.1.0.jsonld %}
 {% endcapture %}
 ```json
 {{ thisPage }}
diff --git a/schema/lagoSchema.jsonld b/schema/lagoSchema.1.1.jsonld
similarity index 97%
rename from schema/lagoSchema.jsonld
rename to schema/lagoSchema.1.1.jsonld
index 46efc60..38793ee 100644
--- a/schema/lagoSchema.jsonld
+++ b/schema/lagoSchema.1.1.jsonld
@@ -12,7 +12,8 @@
    },
    {
     "@id": "lago:Organization",
-    "@type": "foaf:Organization",
+    "@type": "sdo:Organization",
+    "owl:equivalentClass" : [ "foaf:Organization", "org:OrganizationalCollaboration"],
     "dcat:subClassOf" : "Agent",
     "name": {
       "@id" : "http://xmlns.com/foaf/0.1/name",
@@ -91,36 +92,40 @@
     "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
     "dcat:domain": { "@id" : "lago:ArtiParams" },
     "dcat:range": { "@id" : "xsd:float" },
+    "@default" : "0",
     "dcat:label": "tMin", 
-    "comment" : [ { "@language" : "en", "@value" : "Low edge of zenith angle" },  
-                  { "@language" : "es", "@value" : "Límite inferior del ángulo cenital" } ]
+    "comment" : [ { "@language" : "en", "@value" : "Low edge of zenith angle, in degrees" },  
+                  { "@language" : "es", "@value" : "Límite inferior del ángulo cenital, en grados" } ]
    },
    {
     "@id": "lago:tMax",
     "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
     "dcat:domain": { "@id" : "lago:ArtiParams" },
     "dcat:range": { "@id" : "xsd:float" },
+    "@default" : "90",
     "dcat:label": "tMax", 
-    "comment" : [ { "@language" : "en", "@value" : "High edge of zenith angle" },  
-                  { "@language" : "es", "@value" : "Límite superior del ángulo cenital" } ]
+    "comment" : [ { "@language" : "en", "@value" : "High edge of zenith angle, in degrees" },  
+                  { "@language" : "es", "@value" : "Límite superior del ángulo cenital, en grados" } ]
    },
    {
     "@id": "lago:lLimit",
     "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
     "dcat:domain": { "@id" : "lago:ArtiParams" },
     "dcat:range": { "@id" : "xsd:float" },
+    "@default" : "5",
     "dcat:label": "lLimit", 
-    "comment" : [ { "@language" : "en", "@value" : "Lower limit of the primary particle energy" },  
-                  { "@language" : "es", "@value" : "Límite inferior de la energía de las partículas primarias" } ]
+    "comment" : [ { "@language" : "en", "@value" : "Lower limit of the primary particle energy in GeV" },  
+                  { "@language" : "es", "@value" : "Límite inferior de la energía de las partículas primarias en GeV" } ]
    },
    {
     "@id": "lago:uLimit",
     "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
     "dcat:domain": { "@id" : "lago:ArtiParams" },
     "dcat:range": { "@id" : "xsd:float" },
+    "@default" : "1e6",
     "dcat:label": "uLimit",      
-    "comment" : [ { "@language" : "en", "@value" : "Upper limit of the primary particle energy" },  
-                  { "@language" : "es", "@value" : "Límite superior de la energía de las partículas primarias" } ]
+    "comment" : [ { "@language" : "en", "@value" : "Upper limit of the primary particle energy in GeV" },  
+                  { "@language" : "es", "@value" : "Límite superior de la energía de las partículas primarias en GeV" } ]
    },
    {
     "@id": "lago:flatArray",
@@ -355,7 +360,7 @@
     }
   ],
 "@context" : {
-    "lago" : "https://raw.githubusercontent.com/lagoproject/DMP/1.1/schema/lagoSchema.jsonld",
+    "lago" : "https://raw.githubusercontent.com/lagoproject/DMP/1.1/schema/lagoSchema.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/",
@@ -367,6 +372,7 @@
     "prov" : "http://www.w3.org/ns/prov#",
     "foaf" : "http://xmlns.com/foaf/0.1/",
     "sdo" : "http://schema.org/",
+    "org" : "https://www.w3.org/TR/vocab-org/#",
     "geo": "http://www.w3.org/2003/01/geo/wgs84_pos#"
   }
 }
diff --git a/schema/lagoSchema.1.1.md b/schema/lagoSchema.1.1.md
new file mode 100644
index 0000000..06313b6
--- /dev/null
+++ b/schema/lagoSchema.1.1.md
@@ -0,0 +1,129 @@
+---
+layout: default
+parent: Metadata Schema
+nav_order: 1
+---
+
+# Metadata Schema for LAGO 1.1
+{: .no_toc }
+
+|Version| Updated | Date |Contributors|
+|-------|---------|------|------------|
+| 1.1   | {{ site.time }} | 2020-06-01 - today | LAGO Collaboration |
+
+## Table of contents
+{: .no_toc}
+
+- TOC
+{:toc}
+
+## What is defined?
+
+This schema is the metadata vocabulary used to describe the datasets (the files) and catalogs (the directories) stored in the LAGO repositories. Aiming to provide a standardised description of the data to make them findable, accessible, interoperable, and reusable [(FAIR)](https://www.go-fair.org/fair-principles/). 
+
+This specification is independent of the other metadata currently generated by LAGO applications. They should coexist to avoid significant loss, since legacy metadata files are handled as datasets. 
+
+Therefore, the metadata schema is based on three pillars:
+
+- [The LAGO vocabulary](./lagoSchema.1.1.jsonld): as described in this document. It is a re-profile of [DCAT-AP2](https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic/solution/dcat-application-profile-data-portals-europe) (European Commission), extending the existing classes and adding properties needed for LAGO computation.
+
+- Main vocabulary: [DCAT-AP2](https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic/solution/dcat-application-profile-data-portals-europe) (European Commission), which is a specific profile of [DCAT2](https://www.w3.org/TR/vocab-dcat-2/) (W3C), recommended for repositories, content aggregators or data consumers related to the public sector (governments, research centers, funded projects).
+
+- Language syntax: [JSON-LD 1.1](https://json-ld.org/spec/latest/json-ld/) (W3C). It is the simplest standard for linking metadata. Promoted by Google, currently, it is ousting more heavy and complex syntaxes such as RDF, Turtle, XML.  
+
+
+## How to use this metadata vocabulary?
+
+Firstly, any developer should be familiar with the specifications of [JSON-LD 1.1](https://json-ld.org/spec/latest/json-ld/), [DCAT2](https://www.w3.org/TR/vocab-dcat-2/) and [DCAT-AP2](https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic/solution/dcat-application-profile-data-portals-europe). In particular, you should focus on JSON-LD to avoid getting confuse with other syntaxes and explore as many JSON-LD examples as possible (as the ones at [json-ld.org](https://json-ld.org/) or W3C --only using the Schema.org, not DCAT, as main vocabulary--). For instance, you can review the JSON-LD implementations for [wc3.org/DCAT2](https://www.w3.org/ns/dcat2.jsonld) and [GitHub/DCAT-AP2](https://github.com/SEMICeu/DCAT-AP/tree/master/releases).
+
+Secondly, the developer can use [this document](./lagoSchema.1.1.md) and the [lagoSchema.1.1.jsonld](./lagoSchema.1.1.jsonld) as the reference for:
+- interpreting the state of the stored data (curation, provenance) and their contents (a resume) to:
+    - make searches and process the selected data, 
+    - expose and harvest data;
+- making data available by means to: 
+    - describe legacy data (extracting metadata from existing files),
+    - generate new data with metadata (specific LAGO wrappers execute the processing or [simulations](examples/sims/simulationExample.md));
+- using the pre-established:
+    - [definitions](/defs/index.md): [LAGO sites](/defs/lagoSites.md) or [LAGO organisation](/defs/lagoOrganisation.md),
+    - [rights](/rights/index.md): licenses and permissions;
+- proposing extensions of the schema or definitions:
+    - new or existing LAGO sites,
+    - users, institutions, etc.
+
+## 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, 
+
+`https://raw.githubusercontent.com/lagoproject/DMP/`*\<Major.Minor.Patch\>*`/schema/lagoSchema.1.1.jsonld`
+
+Consequently, you must include this link in the `context` section of the JSONL-LD file, tagging the vocoabulary as *"lago"*: 
+
+```json
+{
+"@context":{
+...
+            "lago":"https://raw.githubusercontent.com/lagoproject/DMP/1.1.0/schema/lagoSchema.1.1.jsonld",
+...
+          },
+}
+```
+
+Consequently, you will can use *"lago:"* as a shortcut of any vocabulary type:
+
+```json
+...      
+          {
+           "@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 vocabulary type. For example:
+
+[https://lagoproject.github.io/DMP/schema/lagoSchema.1.1/#obsLev](https://lagoproject.github.io/DMP/schema/lagoSchema.1.1/#obsLev)
+
+
+Additionally, you could include [this](./) dynamic web page adding the plus `#` into the `context`:
+
+```json
+{
+"@context":{
+...
+            "lago":"https://lagoproject.github.io/DMP/schema/lagoSchema.1.1/#",
+...
+          },
+}
+``` 
+
+The mechanism is similar to other vocabularies published through Internet. Nevertheless, it could include changes which were not taken into account when the metadata was generated.
+
+
+## The LAGO Vocabulary item by item
+
+{% include generate_html_for_vocab.html folder="/DMP/schema/lagoSchema.1.1.jsonld" vocabulary="true" %}
+
+
+## Plain JSON-LD file
+
+{% capture thisPage %}
+    {% include_relative lagoSchema.1.1.jsonld %}
+{% endcapture %}
+```json
+{{ thisPage }}
+```
+
+
diff --git a/schema/lagoSchema.1.2.jsonld b/schema/lagoSchema.1.2.jsonld
new file mode 100644
index 0000000..48670de
--- /dev/null
+++ b/schema/lagoSchema.1.2.jsonld
@@ -0,0 +1,378 @@
+{
+"@graph": [
+{"_comment" : "------ Some prov:Agent that acts in LAGO proccesses : Person, Organization and Software. Defining these claess is not our business far away that were univocally identified and conforms to DCAP-AP --------"},
+   {
+    "@id": "lago:Person",
+    "@type": "sdo:Person",
+    "owl:equivalentClass" : "foaf:Person",
+    "dcat:subClassOf" : "Agent",
+    "seeAlso" : ["foaf:Person", "sdo:Person", "Agent"],
+    "comment" : [ { "@language" : "en", "@value" : "You must use the ORCID link as @id of this Class. ORCID is currently only using the Schema.org vocabulary for JSON-LD. sdo:Person is explicitely defined as a equivalent class in Schema.org and can be considered as a extension of foaf:Person. Therefore, it could be used in DCAT-AP as subclass of Agent (formerly as foaf:Agent), providing the @id as the ORCID URI (https://orcid.org/yyyy-zzzz-wwww-xxxx), and the required Agent:name property." },  
+                  { "@language" : "es", "@value" : "Se debe usar en enlace ORCID como  @id de esta Clase. Actualmente ORCID utiliza únicamente el vocabulario Schema.org para JSON-LD. La definición de sdo:Person en Schema.org indica explicitamente la equivalencia con foaf:Person y puede considerarse una extensión. Por lo tanto podrí­a usarse en DCAT-AP como subclase de Agent, (formalmente definida como foaf:Agent), ya que proporciona el id@ como la URI ORCID (https://orcid.org/yyyy-zzzz-wwww-xxxx), y la propiedad obligatoria Agent:name ." } ]
+   },
+   {
+    "@id": "lago:Organization",
+    "@type": "sdo:Organization",
+    "owl:equivalentClass" : [ "foaf:Organization", "org:OrganizationalCollaboration"],
+    "dcat:subClassOf" : "Agent",
+    "name": {
+      "@id" : "http://xmlns.com/foaf/0.1/name",
+      "@type" : "http://www.w3.org/2001/XMLSchema#string",
+      "owl:equivalentProperty" : { "@id": "http://www.w3.org/2000/01/rdf-schema#label" }
+    },  
+    "seeAlso" : [ "foaf:Organization", "Agent"],
+    "comment" : [ { "@language" : "en", "@value" : "" },
+                  { "@language" : "es", "@value" : "Se debe usar el enlace simple al LCNAF-Corporate Name de la Libería del Congreso de EEUU http://id.loc.gov/rwo/agents/<LCCN> como @id de esta clase.  A diferencia de de sdo:Person con ORCID, no existe un registro de organizaciones con una API que devuelva JSON+LD con un vocabulario/esquema simplificado. De las dos opciones más adecuadas, ISNI.org, no tiene API JSON (está en desarrollo) y no contiene todas las organizaciones. La otra opción es la Librería del Congreso de EEUU, que asigna un identificador único LCCN para cada LC Name Authority File (LCNAF) - Corporate Name y permite consultar sus datos en formato SKOS/JSON, usando la API JSON+LD a traves de los servicios web http://id.loc.gov/authorities/names/<LCCN> (modo extendido)  o http://id.loc.gov/rwo/agents/<LCCN> (modo simplificado). El problema es que aún usando el modo simplificado la información puede ser excesiva, ya que enlaza a trabajos publicados. Sin embargo en el JSON se puede identificar claramente que junto con el @id del modo simplificado aparece el tipo de clase http://xmlns.com/foaf/0.1/Organization y la propiedad rdf-schema#label con su @value el nombre de la organización. Se equipara Agent:name con rdfs:label" } ]
+   },
+   {
+    "@id": "lago:Software",
+    "@type": "sdo:SoftwareSourceCode",
+    "owl:equivalentClass" : "prov:SoftwareAgent",
+    "dcat:subClassOf" : "Agent",
+    "sdo:codeRepository" : { "@type" : "sdo:URL" },
+    "sdo:runtimePlatform" : {"@type" : "lago:runtimePlatform" },
+    "seeAlso" : [ "prov:SoftwareAgent", "sdo:SoftwareSourceCode", "Agent"],
+    "comment" : [ { "@language" : "en", "@value" : "It identifies any concrete release of software used for simulation, measure, cleaning or analysis procedures. It always refers to a COMMIT in the source code, identified with a HASH at the CVS (but, it will be needed, a compressed file, using other type of hasisng, such as MD5SUM, to guarantee its immutability). Therefore, in GitHub, the @id is the link for the COMMIT (https://api.github.com/org/repo/git/commits/COMMIT_HASH and the sdo:codeRepository will be these COMMIT but browsable for humans ( https://github.com/org/repo/tree/COMMIT_HASH). It is mandatory assign an Agent:name. However, it is optional to use sdo:runtimePlatform (redefined as lago:runtimePlatform) to point to other lago:Software on which it was executed, for example to some deployment with Docker in GitHub." },  
+                  { "@language" : "es", "@value" : "Identifica una versión concreta de un software usado para simular, medir, limpiar o analizar los datos de LAGO. Se refiere siempre a un COMMIT concreto en el código fuente, identificado con un código HASH en un CVS (o bien, si no fuera posible, a un fichero comprimido, univocamente identificado con algún tipo de HASH, como MD5SUM). Por tanto, en GitHub, el @id es el link del COMMIT https://api.github.com/org/repo/git/commits/COMMIT_HASH y la propiedad sdo:codeRepository sería ese COMMIT navegable para humanos  https://github.com/org/repo/tree/COMMIT_HASH. Es obligatorio asignar un Agent:name. Pero es opcional el uso de sdo:runtimePlatform (redefinida como lago:runtimePlatform) para señalar otro lago:Software sobre el que se ejecuta, por ejemplo una integración Docker en GitHub)." } ]
+    },
+   {
+    "@id": "lago:runtimePlatform", 
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": { "@id" : "lago:Software" },
+    "dcat:range": { "@id" : "lago:Software" },
+    "comment" : [ { "@language" : "en", "@value" : "" },  
+                  { "@language" : "es", "@value" : "" } ]
+   },
+{"_comment" : "------ ARTI do_sims main Class and parameters to create a Catalog of a complete Simulation --------"},
+   {
+    "@id": "lago:ArtiParams",
+    "@type" : [ "rdfs:Class", "owl:Class" ],
+    "comment" : [ { "@language" : "en", "@value" : "" },  
+                  { "@language" : "es",  "@value" : "" } ]
+   },
+   {
+    "@id": "lago:fluxTime", 
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": { "@id" : "lago:ArtiParams" },
+    "dcat:range": { "@id" : "xsd:duration" },
+    "dcat:label": "fluxTime", 
+    "comment" : [ { "@language" : "en", "@value" : "Flux time (in seconds) for simulations. Use XML Schema 1.1, the format is P<secods>S (while in 1.0 was PT<seconds>S)" },  
+                  { "@language" : "es", "@value" : "" } ]
+   },
+   {
+    "@id": "lago:highEnergyIntModel", 
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": { "@id" : "lago:ArtiParams" },
+    "dcat:range": { "@id" : "xsd:string" },
+    "dcat:label": "highEnergyIntModel",  
+    "comment" : [ { "@language" : "en", "@value" : "Define the high interaction model to be used (EPOS or QGSII)" },  
+                  { "@language" : "es", "@value" : "" } ]
+   },
+   {
+    "@id": "lago:detectorSite",
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": { "@id" : "lago:ArtiParams" },
+    "dcat:range": { "@id" : "lago:DetectorSite" },
+    "dcat:label": "detectorSite", 
+    "comment" : [ { "@language" : "en", "@value" : "Description (default values) of predefined detector sites at https://lagoproject.github.io/DMP/defs/sitesLago.jsonld" }, 
+                  { "@language" : "es", "@value" : "Descripción (opciones por defecto) de detectores predefinidos en https://lagoproject.github.io/DMP/defs/sitesLago.jsonld" } ]
+   },
+   {
+    "@id": "lago:rigidity",
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": { "@id" : "lago:ArtiParams" },
+    "dcat:range": { "@id" : "xsd:float" },
+    "@default" : "0.0",
+    "dcat:label": "rigidity", 
+    "comment" : [ { "@language" : "en", "@value" : "Rigidity cutoff; 0.0 = disabled; value in GV = enabled" },  
+                  { "@language" : "es", "@value" : "Corte de la rigidez; 0.0 = deshabilitado; valor en GV = habilitado" } ]
+   },
+   {
+    "@id": "lago:tMin",
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": { "@id" : "lago:ArtiParams" },
+    "dcat:range": { "@id" : "xsd:float" },
+    "@default" : "0",
+    "dcat:label": "tMin", 
+    "comment" : [ { "@language" : "en", "@value" : "Low edge of zenith angle, in degrees" },  
+                  { "@language" : "es", "@value" : "Límite inferior del ángulo cenital, en grados" } ]
+   },
+   {
+    "@id": "lago:tMax",
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": { "@id" : "lago:ArtiParams" },
+    "dcat:range": { "@id" : "xsd:float" },
+    "@default" : "90",
+    "dcat:label": "tMax", 
+    "comment" : [ { "@language" : "en", "@value" : "High edge of zenith angle, in degrees" },  
+                  { "@language" : "es", "@value" : "Límite superior del ángulo cenital, en grados" } ]
+   },
+   {
+    "@id": "lago:lLimit",
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": { "@id" : "lago:ArtiParams" },
+    "dcat:range": { "@id" : "xsd:float" },
+    "@default" : "5",
+    "dcat:label": "lLimit", 
+    "comment" : [ { "@language" : "en", "@value" : "Lower limit of the primary particle energy in GeV" },  
+                  { "@language" : "es", "@value" : "Límite inferior de la energía de las partículas primarias en GeV" } ]
+   },
+   {
+    "@id": "lago:uLimit",
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": { "@id" : "lago:ArtiParams" },
+    "dcat:range": { "@id" : "xsd:float" },
+    "@default" : "1e6",
+    "dcat:label": "uLimit",      
+    "comment" : [ { "@language" : "en", "@value" : "Upper limit of the primary particle energy in GeV" },  
+                  { "@language" : "es", "@value" : "Límite superior de la energía de las partículas primarias en GeV" } ]
+   },
+   {
+    "@id": "lago:flatArray",
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": { "@id" : "lago:ArtiParams" },
+    "dcat:range": { "@id" : "xsd:boolean" },
+    "@default" : true,
+    "dcat:label": "flatArray",
+    "comment" : [ { "@language" : "en", "@value" : "Select volumetric detector mode (default=flat array)" },
+                  { "@language" : "es", "@value" : "" } ]
+   },
+   {
+    "@id": "lago:cherenkov",
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": { "@id" : "lago:ArtiParams" },
+    "dcat:range": { "@id" : "xsd:boolean" },
+    "@default" : false,
+    "dcat:label": "cherenkov",    
+    "comment" : [ { "@language" : "en", "@value" : "Enable CHERENKOV mode" },  
+                  { "@language" : "es", "@value" : "" } ]
+   },
+   {
+    "@id": "lago:debug",
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": { "@id" : "lago:ArtiParams" },
+    "dcat:range": { "@id" : "xsd:boolean" },
+    "@default" : false,
+    "dcat:label": "debug",
+    "comment" : [ { "@language" : "en", "@value" : "Enable DEBUG mode" },  
+                  { "@language" : "es", "@value" : "" } ]
+   },
+   {
+    "@id": "lago:defaults",
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": { "@id" : "lago:ArtiParams" },
+    "dcat:range": { "@id" : "xsd:boolean" },
+    "dcat:label": "defaults",
+    "@default" : false,
+    "comment" : [ { "@language" : "en", "@value" : "If true, other parameters not explicitly stored in metadata are the default values set by the specific release of ARTI. Otherwise these values are unknow (set manually by the user via prompt)." },  
+                  { "@language" : "es", "@value" : "Si es verdadero, los par,ametros que no aparecen en los metadatos corresponden a los valores por defecto de la versión concreta de ARTI que se estuviera usando. Si está marcado como falso, los valores que no aparecen en los metadatos son desconocidos, porque el usuario los ha puesto manualmente cuando la aplicación se lo ha preguntado por consola." } ]
+   },
+   {
+    "@id": "lago:highEnergyCutsSecondaries",
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": { "@id" : "lago:ArtiParams" },
+    "dcat:range": { "@id" : "xsd:float" },
+    "dcat:label": "highEnergyCutsSecondaries",
+    "@default" : "0.0",
+    "comment" : [ { "@language" : "en", "@value" : "Enable high energy cuts for secondaries; 0.0 = disabled, value in GeV = enabled" },  
+                  { "@language" : "es", "@value" : "" } ]
+   },  
+{"_comment" : "------ Defining installed detectors and simulated detectors, this implies estaiblishing equivalencies among measures and software parameters --------"},
+   {
+    "@id": "lago:DetectorSite",
+    "@type" : [ "rdfs:Class", "owl:Class" ],
+    "dcat:subClassOf" : "Agent",
+    "comment" : [ { "@language" : "en", "@value" : "Main characteristics of a detector, such as location, mangetic field, recommended parameters for simuation, hardware/software intalled ..." },  
+                  { "@language" : "es", "@value" : "Caractersísticas principales de un Detector como su ubicación, coordenadas magnéticas, parámetros recomendados en simulación, hardware/software instalado..." } ]
+   },
+   {
+    "@id": "lago:CorsikaInput",
+    "@type" : [ "rdfs:Class", "owl:Class" ],
+    "comment" : [ { "@language" : "en", "@value" : "Set of effectively used parameters in (i.e extracted from) a CORSIKA input. The significant ones for reusing, datamining and BigData are only included." },  
+                  { "@language" : "es", "@value" : "Conjunto de parámetros efectivamente usados para crear (o extraidos de) un fichero INPUT de CORSIKA, solo los que son para reutilización, minería de datos y BigData." } ]
+   },
+   {
+     "@id": "lago:corsikaParam",
+     "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+     "dcat:domain": [ { "@id" : "lago:obsLev" },
+                      { "@id" : "lago:magnet" },
+                      { "@id" : "lago:Atmosphere" },
+                      { "@id" : "lago:Atmod" },
+                      { "@id" : "lago:arrang" } ],
+     "dcat:range": { "@id" : "xsd:string" },
+     "dcat:label": "corsikaParam",
+     "comment" : [ { "@language" : "en", "@value" : "" },  
+                   { "@language" : "es", "@value" : "" } ]
+  },
+{"_comment" : "------ common properties to describe characteristics of a DetectorSite (Agent), some of which are included also in a lago:CorsikaInput --------"},
+   {
+    "@id": "lago:belongsLago",
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": { "@id" : "lago:DetectorSite" },
+    "dcat:range": { "@id" : "xsd:boolean" },
+    "@default" : false,
+    "dcat:label": "belongsLago",
+    "comment" : [ { "@language" : "en", "@value" : "" },
+                  { "@language" : "es", "@value" : "" } ]
+   },
+   {
+     "@id": "lago:obsLev",
+     "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+     "dcat:domain": [ { "@id" : "lago:DetectorSite" },
+                      { "@id" : "lago:CorsikaInput" },
+                      { "@id" : "lago:ArtiParams" } ],
+     "dcat:range": { "@id": "xsd:float"},
+     "dcat:label": "obsLev",
+     "lago:corsikaParam" : "OBSLEV",
+     "comment" : [ { "@language" : "en", "@value" : "Observation Level (altitude) above sea level [cm]. xsd:double type allows decimal (i.e. 2.10), non decimal (28467) and scientific notation (1633e2) values within 64-bits (double word)." },  
+                   { "@language" : "es", "@value" : "[cm] por encima del nivel del mar. El tipo xsd:double permite valores decimales (2.10), no decimales (28467) y en notación cientifica (1633e2) con tamaño máximo de 64-bits (doble palabra)." } ]
+    },
+   {
+    "@id": "lago:magnet",
+    "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+    "dcat:domain": [ { "@id" : "lago:DetectorSite" },
+                     { "@id" : "lago:CorsikaInput" } ],
+    "dcat:range": { "@id": "lago:MagnetComponents" },    
+    "dcat:label": "magnet",
+    "lago:corsikaParam" : "MAGNET", 
+    "comment" : [ { "@language" : "en", "@value" : " Earth's mag. field (MAGNET), see values at http://www.ngdc.noaa.gov/geomagmodels/struts/calcIGRFWMM or currently at https://www.ngdc.noaa.gov/geomag/calculators/magcalc.shtml#igrfwmm"},  
+                  { "@language" : "es", "@value" : "" } ]
+   },
+   {
+    "@id": "lago:MagnetComponents",
+    "@type" : [ "rdfs:Class", "owl:Class" ],
+    "comment" : [ { "@language" : "en", "@value" : " Components of the Earth's mag. field (MAGNET), Horizontal (bx) and Vertical (bx)" },  
+                  { "@language" : "es", "@value" : "" } ]
+   },
+    { 
+     "@id": "lago:bDate",
+     "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+     "dcat:domain": { "@id" : "lago:MagnetComponents" },
+     "dcat:range": { "@id" : "xsd:date" },
+     "dcat:label": "bDate", 
+     "comment" : [ { "@language" : "en", "@value" : "The date for which the magnetic field values are calculated, in the form yyyy-mm-dd. (xsd:date)" },  
+                   { "@language" : "es", "@value" : "" } ]
+    },
+    {
+      "@id": "lago:bx",
+      "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+      "dcat:domain": { "@id" : "lago:MagnetComponents" },
+      "dcat:range": { "@id": "xsd:decimal"},
+      "dcat:label": "bx",
+      "comment" : [ { "@language" : "en", "@value" : "Horizontal comp. of the Earth's mag. field (MAGNET) [North,muT], see values at https://www.ngdc.noaa.gov/geomag/calculators/magcalc.shtml#igrfwmm" },  
+                    { "@language" : "es", "@value" : "Componente horizontal del campo magnético de la Tierra (MAGNET) [North,muT], ver valores en https://www.ngdc.noaa.gov/geomag/calculators/magcalc.shtml#igrfwmm" } ]
+    },
+    {
+      "@id": "lago:bz",
+      "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+      "dcat:domain": { "@id" : "lago:MagnetComponents" },
+      "dcat:range": { "@id": "xsd:decimal"},
+      "dcat:label": "bz",
+      "comment" : [ { "@language" : "en", "@value" : "Vertical comp. of the Earth's mag. field (MAGNET) [downwards,muT], see values at https://www.ngdc.noaa.gov/geomag/calculators/magcalc.shtml#igrfwmm" },  
+                    { "@language" : "es", "@value" : "Componente vertical del campo magnético de la Tierra (MAGNET) [downwards,muT], ver valores en https://www.ngdc.noaa.gov/geomag/calculators/magcalc.shtml#igrfwmm" } ]
+    },
+    { 
+      "@id": "lago:bi",
+      "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+      "dcat:domain": { "@id" : "lago:MagnetComponents" },
+      "dcat:range": { "@id": "xsd:decimal"},
+      "dcat:label": "bx",
+      "comment" : [ { "@language" : "en", "@value" : "" },  
+                    { "@language" : "es", "@value" : "" } ]
+    },
+    {
+      "@id": "lago:atmcrd",
+      "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+      "dcat:domain": [ { "@id" : "lago:DetectorSite" },
+                       { "@id" : "lago:CorsikaInput"} ],
+      "dcat:range":  [ { "@id": "lago:Atmosphere" }, { "@id": "lago:Atmod" } ],
+      "dcat:label": "atmcrd",
+      "comment" : [ { "@language" : "en", "@value" : "Atmospheric type, posible values: ATMOSPHERE, ATMOD" },  
+                    { "@language" : "es", "@value" : "" } ]
+    },
+    { 
+      "@id": "lago:Atmosphere",
+      "@type" : [ "rdfs:Class", "owl:Class" ],
+      "lago:corsikaParam" : "ATMOSPHERE",
+      "comment" : [ { "@language" : "en", "@value" : "Atmospheric type, fixed value: ATMOSPHERE" },  
+                    { "@language" : "es", "@value" : "" } ]
+    },
+    { 
+      "@id": "lago:Atmod",
+      "@type" : [ "rdfs:Class", "owl:Class" ],
+      "lago:corsikaParam" : "ATMOD",
+      "comment" : [ { "@language" : "en", "@value" : "Atmospheric type, fixed vaule: ATMOD" },  
+                    { "@language" : "es", "@value" : "" } ]
+    },
+    {
+      "@id": "lago:modAtm",
+      "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+      "dcat:domain": [ { "@id" : "lago:Atmosphere" }, { "@id" : "lago:Atmod" } ],
+      "dcat:range": { "@id" : "xsd:string" },
+      "dcat:label": "modAtm",
+      "comment" : [ { "@language" : "en", "@value" : "Atmospheric model (can be ATMOSPHERE or ATMOD), some posible values: 19, E1, E2, E10, E29, E30(=wi), E31(=sp), E32(=su), E33(=au)" },  
+                    { "@language" : "es", "@value" : "" } ]
+    },
+    {
+      "@id": "lago:arrang",
+      "@type" : [ "rdf:Property", "owl:ObjectProperty" ],
+      "dcat:domain": [ { "@id" : "lago:DetectorSite" },
+                       { "@id" : "lago:CorsikaInput"} ],
+      "dcat:range": { "@id": "xsd:decimal"},
+      "dcat:label": "arrang",
+      "lago:corsikaParam" : "ARRANG",
+      "comment" : [ { "@language" : "en", "@value" : "" },  
+                    { "@language" : "es", "@value" : "" } ]
+    },
+   {
+    "@id" : "geometry",
+    "@type" : "geometry",
+    "dcat:domain" : [ { "@id" : "Location" },
+                      { "@id" : "lago:DetectorSite" } ],
+    "dcat:range" : { "@id": "geo:Point" },    
+    "dcat:label" : "point",
+    "seeAlso" : [ "https://www.w3.org/ns/locn#locn:geometry", 
+                  "https://www.w3.org/TR/vocab-dcat-2/#Property:location_geometry" ],
+    "comment" : [ { "@language" : "en", "@value" : ""},  
+                  { "@language" : "es", "@value" : "" } ]
+   },
+   {"_comment" : "Reiterative including geo:Point and its propierties. It is as is in W3C WGS84 vocab: http://www.w3.org/2003/01/geo/wgs84_pos#). Added for guiding/clarifying."},
+   {
+    "@id": "geo:latitude",
+    "@type":"http://www.w3.org/2001/XMLSchema#float",
+    "dcat:domain": { "@id": "geo:Point" },
+    "dcat:label" : "lat",
+    "owl:equivalentProperty" : { "@id": "sdo:GeoCoordinates#latitude" }
+   },
+   {
+    "@id": "geo:longitude",
+     "@type":"http://www.w3.org/2001/XMLSchema#float",
+     "dcat:label" : "long",
+     "dcat:domain": { "@id": "geo:Point" },
+     "owl:equivalentProperty" : { "@id": "sdo:GeoCoordinates#longitude" }
+    },
+   {
+    "@id": "geo:altitude",
+     "@type":"http://www.w3.org/2001/XMLSchema#float",
+     "dcat:label" : "alt",
+     "dcat:domain": { "@id": "geo:Point" },
+     "owl:equivalentProperty" : { "@id": "sdo:GeoCoordinates#altitude" }
+    }
+  ],
+"@context" : {
+    "lago" : "https://raw.githubusercontent.com/lagoproject/DMP/1.2.0/schema/lagoSchema.1.2.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/",
+    "owl" : "http://www.w3.org/2002/07/owl#",
+    "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
+    "xsd" : "http://www.w3.org/2001/XMLSchema#",
+    "rdfs" : "http://www.w3.org/2000/01/rdf-schema#",
+    "dcat" : "http://www.w3.org/ns/dcat#",
+    "prov" : "http://www.w3.org/ns/prov#",
+    "foaf" : "http://xmlns.com/foaf/0.1/",
+    "sdo" : "http://schema.org/",
+    "org" : "https://www.w3.org/TR/vocab-org/#",
+    "geo": "http://www.w3.org/2003/01/geo/wgs84_pos#"
+  }
+}
diff --git a/schema/lagoSchema.1.2.md b/schema/lagoSchema.1.2.md
new file mode 100644
index 0000000..0d86a19
--- /dev/null
+++ b/schema/lagoSchema.1.2.md
@@ -0,0 +1,130 @@
+---
+layout: default
+parent: Dev Schemas
+grand_parent: Metadata Schema
+nav_order: 1
+---
+
+# Metadata Schema for LAGO 1.2
+{: .no_toc }
+
+|Version| Updated | Date |Contributors|
+|-------|---------|------|------------|
+| 1.2   | {{ site.time }} | 2020-06-01 - today | LAGO Collaboration |
+
+## Table of contents
+{: .no_toc}
+
+- TOC
+{:toc}
+
+## What is defined?
+
+This schema is the metadata vocabulary used to describe the datasets (the files) and catalogs (the directories) stored in the LAGO repositories. Aiming to provide a standardised description of the data to make them findable, accessible, interoperable, and reusable [(FAIR)](https://www.go-fair.org/fair-principles/). 
+
+This specification is independent of the other metadata currently generated by LAGO applications. They should coexist to avoid significant loss, since legacy metadata files are handled as datasets. 
+
+Therefore, the metadata schema is based on three pillars:
+
+- [The LAGO vocabulary](./lagoSchema.1.2.jsonld): as described in this document. It is a re-profile of [DCAT-AP2](https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic/solution/dcat-application-profile-data-portals-europe) (European Commission), extending the existing classes and adding properties needed for LAGO computation.
+
+- Main vocabulary: [DCAT-AP2](https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic/solution/dcat-application-profile-data-portals-europe) (European Commission), which is a specific profile of [DCAT2](https://www.w3.org/TR/vocab-dcat-2/) (W3C), recommended for repositories, content aggregators or data consumers related to the public sector (governments, research centers, funded projects).
+
+- Language syntax: [JSON-LD 1.1](https://json-ld.org/spec/latest/json-ld/) (W3C). It is the simplest standard for linking metadata. Promoted by Google, currently, it is ousting more heavy and complex syntaxes such as RDF, Turtle, XML.  
+
+
+## How to use this metadata vocabulary?
+
+Firstly, any developer should be familiar with the specifications of [JSON-LD 1.1](https://json-ld.org/spec/latest/json-ld/), [DCAT2](https://www.w3.org/TR/vocab-dcat-2/) and [DCAT-AP2](https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic/solution/dcat-application-profile-data-portals-europe). In particular, you should focus on JSON-LD to avoid getting confuse with other syntaxes and explore as many JSON-LD examples as possible (as the ones at [json-ld.org](https://json-ld.org/) or W3C --only using the Schema.org, not DCAT, as main vocabulary--). For instance, you can review the JSON-LD implementations for [wc3.org/DCAT2](https://www.w3.org/ns/dcat2.jsonld) and [GitHub/DCAT-AP2](https://github.com/SEMICeu/DCAT-AP/tree/master/releases).
+
+Secondly, the developer can use [this document](./lagoSchema.1.2.md) and the [lagoSchema.1.2.jsonld](./lagoSchema.1.2.jsonld) as the reference for:
+- interpreting the state of the stored data (curation, provenance) and their contents (a resume) to:
+    - make searches and process the selected data, 
+    - expose and harvest data;
+- making data available by means to: 
+    - describe legacy data (extracting metadata from existing files),
+    - generate new data with metadata (specific LAGO wrappers execute the processing or [simulations](examples/sims/simulationExample.md));
+- using the pre-established:
+    - [definitions](/defs/index.md): [LAGO sites](/defs/lagoSites.md) or [LAGO organisation](/defs/lagoOrganisation.md),
+    - [rights](/rights/index.md): licenses and permissions;
+- proposing extensions of the schema or definitions:
+    - new or existing LAGO sites,
+    - users, institutions, etc.
+
+## 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, 
+
+`https://raw.githubusercontent.com/lagoproject/DMP/`*\<Major.Minor.Patch\>*`/schema/lagoSchema.1.2.jsonld`
+
+Consequently, you must include this link in the `context` section of the JSONL-LD file, tagging the vocoabulary as *"lago"*: 
+
+```json
+{
+"@context":{
+...
+            "lago":"https://raw.githubusercontent.com/lagoproject/DMP/1.2.0/schema/lagoSchema.1.2.jsonld",
+...
+          },
+}
+```
+
+Consequently, you will can use *"lago:"* as a shortcut of any vocabulary type:
+
+```json
+...      
+          {
+           "@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.2.0/defs/sitesLago.1.2.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.2`` version, you can use links to [this](./) dynamic web page, adding also the plus `#` and the vocabulary type. For example:
+
+[https://lagoproject.github.io/DMP/schema/lagoSchema.1.2/#obsLev](https://lagoproject.github.io/DMP/schema/lagoSchema.1.2/#obsLev)
+
+
+Additionally, you could include [this](./) dynamic web page adding the plus `#` into the `context`:
+
+```json
+{
+"@context":{
+...
+            "lago":"https://lagoproject.github.io/DMP/schema/lagoSchema.1.2/#",
+...
+          },
+}
+``` 
+
+The mechanism is similar to other vocabularies published through Internet. Nevertheless, it could include changes which were not taken into account when the metadata was generated.
+
+
+## The LAGO Vocabulary item by item
+
+{% include generate_html_for_vocab.html folder="/DMP/schema/lagoSchema.1.2.jsonld" vocabulary="true" %}
+
+
+## Plain JSON-LD file
+
+{% capture thisPage %}
+    {% include_relative lagoSchema.1.2.jsonld %}
+{% endcapture %}
+```json
+{{ thisPage }}
+```
+
+
diff --git a/schema/oldschemas.md b/schema/oldschemas.md
new file mode 100644
index 0000000..5273387
--- /dev/null
+++ b/schema/oldschemas.md
@@ -0,0 +1,11 @@
+---
+layout: default
+title: Old Schemas
+parent: Metadata Schema
+has_children: true
+nav_order: 9
+---
+
+# Older Schemas
+
+This section compiles outdated definitions of LAGO schemas. The objective is to maintain the linking among  metadata with public URIs through the time.
diff --git a/schema/index.md b/schema/schema.md
similarity index 98%
rename from schema/index.md
rename to schema/schema.md
index 93e0167..7eea32e 100644
--- a/schema/index.md
+++ b/schema/schema.md
@@ -10,5 +10,3 @@ nav_order: 3
 
 This section deals with the definition of a specific metadata vocabulary for LAGO computation, based on the current standards widely accepted by the scientific community. Additionally, compiles real examples of the use of this schema.
 
-
-    
-- 
GitLab