Skip to content
Snippets Groups Projects
Commit 4c673921 authored by AJRubio-Montero's avatar AJRubio-Montero
Browse files

Some errors in sitesLago and lagoSchema corrected.

parent f911f052
No related branches found
No related tags found
No related merge requests found
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
"@default": "lago:Atmod" "@default": "lago:Atmod"
}, },
"lago:modatm": { "lago:modatm": {
"@default": "E2" "@default": "E1"
} }
}, },
"lago:magnet": { "lago:magnet": {
...@@ -905,6 +905,62 @@ ...@@ -905,6 +905,62 @@
} }
} }
}, },
{
"@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", "@id": "kna",
"@type": "lago:DetectorSite", "@type": "lago:DetectorSite",
...@@ -1409,6 +1465,62 @@ ...@@ -1409,6 +1465,62 @@
} }
} }
}, },
{
"@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", "@id": "quie",
"@type": "lago:DetectorSite", "@type": "lago:DetectorSite",
...@@ -1718,7 +1830,7 @@ ...@@ -1718,7 +1830,7 @@
}, },
"lago:magnet": { "lago:magnet": {
"@default": { "@default": {
"lago:bDate": "2021-05-18", "lago:bDate": "2021-06-02",
"conformsTo": { "conformsTo": {
"@id": "https://doi.org/10.1186/s40623-020-01288-x", "@id": "https://doi.org/10.1186/s40623-020-01288-x",
"@type": [ "@type": [
...@@ -1739,9 +1851,9 @@ ...@@ -1739,9 +1851,9 @@
}, },
"temporalResolution": "P1D" "temporalResolution": "P1D"
}, },
"lago:bx": "18.111", "lago:bx": "18.108",
"lago:bz": "-16.917", "lago:bz": "-16.917",
"lago:bi": "24.787" "lago:bi": "24.785"
} }
} }
}, },
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
{ {
"@id": "lago:Software", "@id": "lago:Software",
"@type": "sdo:SoftwareSourceCode", "@type": "sdo:SoftwareSourceCode",
"owl:equivalentClass" : "prov: SoftwareAgent", "owl:equivalentClass" : "prov:SoftwareAgent",
"dcat:subClassOf" : "Agent", "dcat:subClassOf" : "Agent",
"sdo:codeRepository" : { "@type" : "sdo:URL" }, "sdo:codeRepository" : { "@type" : "sdo:URL" },
"sdo:runtimePlatform" : {"@type" : "lago:runtimePlatform" }, "sdo:runtimePlatform" : {"@type" : "lago:runtimePlatform" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment