ArchEGraph-demo / croissant.json
ArchEGraph's picture
Configure demo dataset viewer metadata
e11cde2
{
"@context": {
"@language": "en",
"@vocab": "https://schema.org/",
"column": "cr:column",
"conformsTo": "dct:conformsTo",
"cr": "http://mlcommons.org/croissant/",
"dataType": {
"@id": "cr:dataType",
"@type": "@vocab"
},
"dct": "http://purl.org/dc/terms/",
"extract": "cr:extract",
"field": "cr:field",
"fileObject": "cr:fileObject",
"path": "cr:path",
"recordSet": "cr:recordSet",
"sc": "https://schema.org/",
"source": "cr:source"
},
"@type": "sc:Dataset",
"name": "ArchEGraph-demo",
"description": "Compact demo package of the ArchEGraph building-energy dataset with stable manifest-based metadata.",
"conformsTo": "http://mlcommons.org/croissant/1.1",
"license": "other",
"url": "https://huggingface.co/datasets/ArchEGraph/ArchEGraph-demo",
"distribution": [
{
"@type": "cr:FileObject",
"@id": "repo",
"name": "repo",
"description": "The Hugging Face git repository.",
"contentUrl": "https://huggingface.co/datasets/ArchEGraph/ArchEGraph-demo/tree/main",
"encodingFormat": "git+https"
},
{
"@type": "cr:FileObject",
"@id": "manifest-csv",
"containedIn": {
"@id": "repo"
},
"name": "manifest.csv",
"description": "Main case index for ArchEGraph-demo.",
"contentUrl": "https://huggingface.co/datasets/ArchEGraph/ArchEGraph-demo/resolve/main/manifest.csv",
"encodingFormat": "text/csv"
}
],
"recordSet": [
{
"@type": "cr:RecordSet",
"@id": "manifest",
"name": "manifest",
"description": "Rows from manifest.csv.",
"key": {
"@id": "manifest/sample_id"
},
"field": [
{
"@type": "cr:Field",
"@id": "manifest/sample_id",
"dataType": "sc:Text",
"source": {
"fileObject": {
"@id": "manifest-csv"
},
"extract": {
"column": "sample_id"
}
}
},
{
"@type": "cr:Field",
"@id": "manifest/source_job_tag",
"dataType": "sc:Text",
"source": {
"fileObject": {
"@id": "manifest-csv"
},
"extract": {
"column": "source_job_tag"
}
}
},
{
"@type": "cr:Field",
"@id": "manifest/weather_id",
"dataType": "sc:Text",
"source": {
"fileObject": {
"@id": "manifest-csv"
},
"extract": {
"column": "weather_id"
}
}
},
{
"@type": "cr:Field",
"@id": "manifest/building_id",
"dataType": "cr:Int64",
"source": {
"fileObject": {
"@id": "manifest-csv"
},
"extract": {
"column": "building_id"
}
}
},
{
"@type": "cr:Field",
"@id": "manifest/energy_file",
"dataType": "sc:Text",
"source": {
"fileObject": {
"@id": "manifest-csv"
},
"extract": {
"column": "energy_file"
}
}
},
{
"@type": "cr:Field",
"@id": "manifest/n_steps",
"dataType": "cr:Int64",
"source": {
"fileObject": {
"@id": "manifest-csv"
},
"extract": {
"column": "n_steps"
}
}
},
{
"@type": "cr:Field",
"@id": "manifest/n_spaces",
"dataType": "cr:Int64",
"source": {
"fileObject": {
"@id": "manifest-csv"
},
"extract": {
"column": "n_spaces"
}
}
}
]
}
]
}