diff --git a/schema/lagoSchema.jsonld b/schema/lagoSchema.jsonld index 46efc6005870edbf6127e1269c98d5d59bb2fce1..d2aacd2c3d1e263a92b5df1c8cf692163b13c65d 100644 --- a/schema/lagoSchema.jsonld +++ b/schema/lagoSchema.jsonld @@ -91,36 +91,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",