Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
44 changes: 44 additions & 0 deletions examples/occupational-dose-record.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Occupational Dose Record",
"description": "A radiation protection compliance record for a monitored worker, expressing the effective and absorbed doses as SI quantities that carry both their quantity kind and coherent unit as linked data from the standard library",
"examples": [
{
"badge": "DOS-2210",
"monitoringStart": "2026-01-01",
"monitoringEnd": "2026-06-30",
"effectiveDose": 0.0016,
"absorbedDose": 0.0014
}
],
"x-jsonld-type": "https://schema.org/Report",
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
"x-links": [
"https://www.icrp.org/publication.asp?id=ICRP%20Publication%20103"
],
"type": "object",
"required": [ "badge", "monitoringStart", "monitoringEnd", "effectiveDose" ],
"properties": {
"badge": {
"x-jsonld-id": "https://schema.org/identifier",
"type": "string"
},
"monitoringStart": {
"x-jsonld-id": "https://schema.org/startDate",
"$ref": "../schemas/iso/datetime/2019/date/calendar-extended/v1.json"
},
"monitoringEnd": {
"x-jsonld-id": "https://schema.org/endDate",
"$ref": "../schemas/iso/datetime/2019/date/calendar-extended/v1.json"
},
"effectiveDose": {
"x-jsonld-id": "https://dosimetry.example.com/vocab#effectiveDose",
"$ref": "../schemas/bipm/si/2019/derived/quantity/dose-equivalent/v1.json"
},
"absorbedDose": {
"x-jsonld-id": "https://dosimetry.example.com/vocab#absorbedDose",
"$ref": "../schemas/bipm/si/2019/derived/quantity/absorbed-dose/v1.json"
}
},
"additionalProperties": false
}
7 changes: 7 additions & 0 deletions schemas/bipm/si/2019/base/prefixed/attocandela/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"title": "Attocandela",
"description": "A multiple of candela equal to 1e-18 candela",
"examples": [ 0, 1, 100, 1000 ],
"x-jsonld-constants": {
"http://qudt.org/schema/qudt/hasUnit": {
"@id": "https://si-digital-framework.org/SI/units/attocandela"
}
},
"x-jsonld-type": "http://qudt.org/schema/qudt/Quantity",
"x-jsonld-value": "http://qudt.org/schema/qudt/value",
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
"type": "number",
Expand Down
7 changes: 7 additions & 0 deletions schemas/bipm/si/2019/base/prefixed/attogram/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"title": "Attogram",
"description": "A multiple of mass equal to 1e-18 gram, which is 1e-21 kilogram",
"examples": [ 0, 1, 100, 1000 ],
"x-jsonld-constants": {
"http://qudt.org/schema/qudt/hasUnit": {
"@id": "https://si-digital-framework.org/SI/units/attogram"
}
},
"x-jsonld-type": "http://qudt.org/schema/qudt/Quantity",
"x-jsonld-value": "http://qudt.org/schema/qudt/value",
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
"type": "number",
Expand Down
7 changes: 7 additions & 0 deletions schemas/bipm/si/2019/base/prefixed/attokelvin/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"title": "Attokelvin",
"description": "A multiple of kelvin equal to 1e-18 kelvin",
"examples": [ 0, 1, 100, 1000 ],
"x-jsonld-constants": {
"http://qudt.org/schema/qudt/hasUnit": {
"@id": "https://si-digital-framework.org/SI/units/attokelvin"
}
},
"x-jsonld-type": "http://qudt.org/schema/qudt/Quantity",
"x-jsonld-value": "http://qudt.org/schema/qudt/value",
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
"type": "number",
Expand Down
7 changes: 7 additions & 0 deletions schemas/bipm/si/2019/base/prefixed/attometre/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"title": "Attometre",
"description": "A multiple of metre equal to 1e-18 metre",
"examples": [ 0, 1, 100, 1000 ],
"x-jsonld-constants": {
"http://qudt.org/schema/qudt/hasUnit": {
"@id": "https://si-digital-framework.org/SI/units/attometre"
}
},
"x-jsonld-type": "http://qudt.org/schema/qudt/Quantity",
"x-jsonld-value": "http://qudt.org/schema/qudt/value",
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
"type": "number",
Expand Down
7 changes: 7 additions & 0 deletions schemas/bipm/si/2019/base/prefixed/attomole/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"title": "Attomole",
"description": "A multiple of mole equal to 1e-18 mole",
"examples": [ 1, 100, 1000 ],
"x-jsonld-constants": {
"http://qudt.org/schema/qudt/hasUnit": {
"@id": "https://si-digital-framework.org/SI/units/attomole"
}
},
"x-jsonld-type": "http://qudt.org/schema/qudt/Quantity",
"x-jsonld-value": "http://qudt.org/schema/qudt/value",
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
"type": "number",
Expand Down
7 changes: 7 additions & 0 deletions schemas/bipm/si/2019/base/prefixed/centiampere/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"title": "Centiampere",
"description": "A multiple of ampere equal to 1e-2 ampere",
"examples": [ 0, 1, 100, 1000 ],
"x-jsonld-constants": {
"http://qudt.org/schema/qudt/hasUnit": {
"@id": "https://si-digital-framework.org/SI/units/centiampere"
}
},
"x-jsonld-type": "http://qudt.org/schema/qudt/Quantity",
"x-jsonld-value": "http://qudt.org/schema/qudt/value",
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
"type": "number"
Expand Down
7 changes: 7 additions & 0 deletions schemas/bipm/si/2019/base/prefixed/centicandela/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"title": "Centicandela",
"description": "A multiple of candela equal to 1e-2 candela",
"examples": [ 0, 1, 100, 1000 ],
"x-jsonld-constants": {
"http://qudt.org/schema/qudt/hasUnit": {
"@id": "https://si-digital-framework.org/SI/units/centicandela"
}
},
"x-jsonld-type": "http://qudt.org/schema/qudt/Quantity",
"x-jsonld-value": "http://qudt.org/schema/qudt/value",
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
"type": "number",
Expand Down
7 changes: 7 additions & 0 deletions schemas/bipm/si/2019/base/prefixed/centikelvin/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"title": "Centikelvin",
"description": "A multiple of kelvin equal to 1e-2 kelvin",
"examples": [ 0, 1, 100, 1000 ],
"x-jsonld-constants": {
"http://qudt.org/schema/qudt/hasUnit": {
"@id": "https://si-digital-framework.org/SI/units/centikelvin"
}
},
"x-jsonld-type": "http://qudt.org/schema/qudt/Quantity",
"x-jsonld-value": "http://qudt.org/schema/qudt/value",
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
"type": "number",
Expand Down
7 changes: 7 additions & 0 deletions schemas/bipm/si/2019/base/prefixed/centisecond/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"title": "Centisecond",
"description": "A multiple of second equal to 1e-2 second",
"examples": [ 0, 1, 100, 1000 ],
"x-jsonld-constants": {
"http://qudt.org/schema/qudt/hasUnit": {
"@id": "https://si-digital-framework.org/SI/units/centisecond"
}
},
"x-jsonld-type": "http://qudt.org/schema/qudt/Quantity",
"x-jsonld-value": "http://qudt.org/schema/qudt/value",
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
"type": "number",
Expand Down
7 changes: 7 additions & 0 deletions schemas/bipm/si/2019/base/prefixed/decaampere/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"title": "Decaampere",
"description": "A multiple of ampere equal to 1e1 ampere",
"examples": [ 0, 1, 100, 1000 ],
"x-jsonld-constants": {
"http://qudt.org/schema/qudt/hasUnit": {
"@id": "https://si-digital-framework.org/SI/units/decaampere"
}
},
"x-jsonld-type": "http://qudt.org/schema/qudt/Quantity",
"x-jsonld-value": "http://qudt.org/schema/qudt/value",
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
"type": "number"
Expand Down
7 changes: 7 additions & 0 deletions schemas/bipm/si/2019/base/prefixed/decacandela/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"title": "Decacandela",
"description": "A multiple of candela equal to 1e1 candela",
"examples": [ 0, 1, 100, 1000 ],
"x-jsonld-constants": {
"http://qudt.org/schema/qudt/hasUnit": {
"@id": "https://si-digital-framework.org/SI/units/decacandela"
}
},
"x-jsonld-type": "http://qudt.org/schema/qudt/Quantity",
"x-jsonld-value": "http://qudt.org/schema/qudt/value",
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
"type": "number",
Expand Down
7 changes: 7 additions & 0 deletions schemas/bipm/si/2019/base/prefixed/decamole/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"title": "Decamole",
"description": "A multiple of mole equal to 1e1 mole",
"examples": [ 1, 100, 1000 ],
"x-jsonld-constants": {
"http://qudt.org/schema/qudt/hasUnit": {
"@id": "https://si-digital-framework.org/SI/units/decamole"
}
},
"x-jsonld-type": "http://qudt.org/schema/qudt/Quantity",
"x-jsonld-value": "http://qudt.org/schema/qudt/value",
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
"type": "number",
Expand Down
7 changes: 7 additions & 0 deletions schemas/bipm/si/2019/base/prefixed/decasecond/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"title": "Decasecond",
"description": "A multiple of second equal to 1e1 second",
"examples": [ 0, 1, 100, 1000 ],
"x-jsonld-constants": {
"http://qudt.org/schema/qudt/hasUnit": {
"@id": "https://si-digital-framework.org/SI/units/decasecond"
}
},
"x-jsonld-type": "http://qudt.org/schema/qudt/Quantity",
"x-jsonld-value": "http://qudt.org/schema/qudt/value",
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
"type": "number",
Expand Down
7 changes: 7 additions & 0 deletions schemas/bipm/si/2019/base/prefixed/deciampere/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"title": "Deciampere",
"description": "A multiple of ampere equal to 1e-1 ampere",
"examples": [ 0, 1, 100, 1000 ],
"x-jsonld-constants": {
"http://qudt.org/schema/qudt/hasUnit": {
"@id": "https://si-digital-framework.org/SI/units/deciampere"
}
},
"x-jsonld-type": "http://qudt.org/schema/qudt/Quantity",
"x-jsonld-value": "http://qudt.org/schema/qudt/value",
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
"type": "number"
Expand Down
7 changes: 7 additions & 0 deletions schemas/bipm/si/2019/base/prefixed/decicandela/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"title": "Decicandela",
"description": "A multiple of candela equal to 1e-1 candela",
"examples": [ 0, 1, 100, 1000 ],
"x-jsonld-constants": {
"http://qudt.org/schema/qudt/hasUnit": {
"@id": "https://si-digital-framework.org/SI/units/decicandela"
}
},
"x-jsonld-type": "http://qudt.org/schema/qudt/Quantity",
"x-jsonld-value": "http://qudt.org/schema/qudt/value",
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
"type": "number",
Expand Down
7 changes: 7 additions & 0 deletions schemas/bipm/si/2019/base/prefixed/decikelvin/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"title": "Decikelvin",
"description": "A multiple of kelvin equal to 1e-1 kelvin",
"examples": [ 0, 1, 100, 1000 ],
"x-jsonld-constants": {
"http://qudt.org/schema/qudt/hasUnit": {
"@id": "https://si-digital-framework.org/SI/units/decikelvin"
}
},
"x-jsonld-type": "http://qudt.org/schema/qudt/Quantity",
"x-jsonld-value": "http://qudt.org/schema/qudt/value",
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
"type": "number",
Expand Down
7 changes: 7 additions & 0 deletions schemas/bipm/si/2019/base/prefixed/decimole/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"title": "Decimole",
"description": "A multiple of mole equal to 1e-1 mole",
"examples": [ 1, 100, 1000 ],
"x-jsonld-constants": {
"http://qudt.org/schema/qudt/hasUnit": {
"@id": "https://si-digital-framework.org/SI/units/decimole"
}
},
"x-jsonld-type": "http://qudt.org/schema/qudt/Quantity",
"x-jsonld-value": "http://qudt.org/schema/qudt/value",
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
"type": "number",
Expand Down
7 changes: 7 additions & 0 deletions schemas/bipm/si/2019/base/prefixed/exaampere/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"title": "Exaampere",
"description": "A multiple of ampere equal to 1e18 ampere",
"examples": [ 0, 1, 100, 1000 ],
"x-jsonld-constants": {
"http://qudt.org/schema/qudt/hasUnit": {
"@id": "https://si-digital-framework.org/SI/units/exaampere"
}
},
"x-jsonld-type": "http://qudt.org/schema/qudt/Quantity",
"x-jsonld-value": "http://qudt.org/schema/qudt/value",
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
"type": "number"
Expand Down
7 changes: 7 additions & 0 deletions schemas/bipm/si/2019/base/prefixed/exacandela/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"title": "Exacandela",
"description": "A multiple of candela equal to 1e18 candela",
"examples": [ 0, 1, 100, 1000 ],
"x-jsonld-constants": {
"http://qudt.org/schema/qudt/hasUnit": {
"@id": "https://si-digital-framework.org/SI/units/exacandela"
}
},
"x-jsonld-type": "http://qudt.org/schema/qudt/Quantity",
"x-jsonld-value": "http://qudt.org/schema/qudt/value",
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
"type": "number",
Expand Down
7 changes: 7 additions & 0 deletions schemas/bipm/si/2019/base/prefixed/exagram/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"title": "Exagram",
"description": "A multiple of mass equal to 1e18 gram, which is 1e15 kilogram",
"examples": [ 0, 1, 100, 1000 ],
"x-jsonld-constants": {
"http://qudt.org/schema/qudt/hasUnit": {
"@id": "https://si-digital-framework.org/SI/units/exagram"
}
},
"x-jsonld-type": "http://qudt.org/schema/qudt/Quantity",
"x-jsonld-value": "http://qudt.org/schema/qudt/value",
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
"type": "number",
Expand Down
7 changes: 7 additions & 0 deletions schemas/bipm/si/2019/base/prefixed/exakelvin/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"title": "Exakelvin",
"description": "A multiple of kelvin equal to 1e18 kelvin",
"examples": [ 0, 1, 100, 1000 ],
"x-jsonld-constants": {
"http://qudt.org/schema/qudt/hasUnit": {
"@id": "https://si-digital-framework.org/SI/units/exakelvin"
}
},
"x-jsonld-type": "http://qudt.org/schema/qudt/Quantity",
"x-jsonld-value": "http://qudt.org/schema/qudt/value",
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
"type": "number",
Expand Down
7 changes: 7 additions & 0 deletions schemas/bipm/si/2019/base/prefixed/exametre/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"title": "Exametre",
"description": "A multiple of metre equal to 1e18 metre",
"examples": [ 0, 1, 100, 1000 ],
"x-jsonld-constants": {
"http://qudt.org/schema/qudt/hasUnit": {
"@id": "https://si-digital-framework.org/SI/units/exametre"
}
},
"x-jsonld-type": "http://qudt.org/schema/qudt/Quantity",
"x-jsonld-value": "http://qudt.org/schema/qudt/value",
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
"type": "number",
Expand Down
7 changes: 7 additions & 0 deletions schemas/bipm/si/2019/base/prefixed/examole/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"title": "Examole",
"description": "A multiple of mole equal to 1e18 mole",
"examples": [ 1, 100, 1000 ],
"x-jsonld-constants": {
"http://qudt.org/schema/qudt/hasUnit": {
"@id": "https://si-digital-framework.org/SI/units/examole"
}
},
"x-jsonld-type": "http://qudt.org/schema/qudt/Quantity",
"x-jsonld-value": "http://qudt.org/schema/qudt/value",
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
"type": "number",
Expand Down
7 changes: 7 additions & 0 deletions schemas/bipm/si/2019/base/prefixed/exasecond/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"title": "Exasecond",
"description": "A multiple of second equal to 1e18 second",
"examples": [ 0, 1, 100, 1000 ],
"x-jsonld-constants": {
"http://qudt.org/schema/qudt/hasUnit": {
"@id": "https://si-digital-framework.org/SI/units/exasecond"
}
},
"x-jsonld-type": "http://qudt.org/schema/qudt/Quantity",
"x-jsonld-value": "http://qudt.org/schema/qudt/value",
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
"type": "number",
Expand Down
7 changes: 7 additions & 0 deletions schemas/bipm/si/2019/base/prefixed/femtocandela/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"title": "Femtocandela",
"description": "A multiple of candela equal to 1e-15 candela",
"examples": [ 0, 1, 100, 1000 ],
"x-jsonld-constants": {
"http://qudt.org/schema/qudt/hasUnit": {
"@id": "https://si-digital-framework.org/SI/units/femtocandela"
}
},
"x-jsonld-type": "http://qudt.org/schema/qudt/Quantity",
"x-jsonld-value": "http://qudt.org/schema/qudt/value",
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
"x-links": [ "https://www.bipm.org/en/publications/si-brochure" ],
"type": "number",
Expand Down
Loading
Loading