SmartQHSE commited on
Commit
a94c321
·
verified ·
1 Parent(s): b19c632

metadata: add Croissant 1.0 ML dataset descriptor

Browse files

Adds croissant.json (mlcommons.org/croissant/1.0) for ML pipeline + LLM training discoverability

Files changed (1) hide show
  1. croissant.json +91 -0
croissant.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "@context": {
3
+ "@language": "en",
4
+ "@vocab": "https://schema.org/",
5
+ "citeAs": "cr:citeAs",
6
+ "column": "cr:column",
7
+ "conformsTo": "dct:conformsTo",
8
+ "cr": "http://mlcommons.org/croissant/",
9
+ "data": {
10
+ "@id": "cr:data",
11
+ "@type": "@json"
12
+ },
13
+ "dataType": {
14
+ "@id": "cr:dataType",
15
+ "@type": "@vocab"
16
+ },
17
+ "dct": "http://purl.org/dc/terms/",
18
+ "examples": {
19
+ "@id": "cr:examples",
20
+ "@type": "@json"
21
+ },
22
+ "extract": "cr:extract",
23
+ "field": "cr:field",
24
+ "fileProperty": "cr:fileProperty",
25
+ "fileObject": "cr:fileObject",
26
+ "fileSet": "cr:fileSet",
27
+ "format": "cr:format",
28
+ "includes": "cr:includes",
29
+ "isLiveDataset": "cr:isLiveDataset",
30
+ "jsonPath": "cr:jsonPath",
31
+ "key": "cr:key",
32
+ "md5": "cr:md5",
33
+ "parentField": "cr:parentField",
34
+ "path": "cr:path",
35
+ "recordSet": "cr:recordSet",
36
+ "references": "cr:references",
37
+ "regex": "cr:regex",
38
+ "repeated": "cr:repeated",
39
+ "replace": "cr:replace",
40
+ "sc": "https://schema.org/",
41
+ "separator": "cr:separator",
42
+ "source": "cr:source",
43
+ "subField": "cr:subField",
44
+ "transform": "cr:transform"
45
+ },
46
+ "@type": "sc:Dataset",
47
+ "name": "SmartQHSE HSE Glossary",
48
+ "description": "Open glossary of HSE terms (TRIR, LTIFR, ALARP, OSHA, hierarchy of controls, permit-to-work) with formulas and authoritative sources.",
49
+ "url": "https://www.smartqhse.com/glossary",
50
+ "sameAs": [
51
+ "https://www.smartqhse.com/glossary",
52
+ "https://www.smartqhse.com/api/v1/glossary",
53
+ "https://www.wikidata.org/wiki/Q139623112",
54
+ "https://doi.org/10.5281/zenodo.20010227"
55
+ ],
56
+ "license": "https://creativecommons.org/licenses/by/4.0/",
57
+ "creator": {
58
+ "@type": "Organization",
59
+ "name": "SmartQHSE Ltd",
60
+ "url": "https://www.smartqhse.com"
61
+ },
62
+ "publisher": {
63
+ "@type": "Organization",
64
+ "name": "SmartQHSE Ltd",
65
+ "url": "https://www.smartqhse.com"
66
+ },
67
+ "datePublished": "2026-05-03",
68
+ "dateModified": "2026-05-08",
69
+ "version": "1.0",
70
+ "keywords": [
71
+ "glossary",
72
+ "terminology",
73
+ "HSE",
74
+ "occupational safety",
75
+ "definitions"
76
+ ],
77
+ "inLanguage": "en",
78
+ "conformsTo": "http://mlcommons.org/croissant/1.0",
79
+ "citeAs": "SmartQHSE Ltd (2026). SmartQHSE HSE Glossary [dataset]. https://doi.org/10.5281/zenodo.20010227",
80
+ "isLiveDataset": true,
81
+ "distribution": [
82
+ {
83
+ "@type": "cr:FileObject",
84
+ "@id": "data-jsonl",
85
+ "name": "data.jsonl",
86
+ "contentUrl": "https://huggingface.co/datasets/SmartQHSE/hse-glossary/resolve/main/data.jsonl",
87
+ "encodingFormat": "application/jsonl",
88
+ "sha256": "computed-by-huggingface"
89
+ }
90
+ ]
91
+ }