-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Description
Under the OpenLCA schema, all objects should be categorized. Flows that are elementary have elementary categories; however, many flows are not categorized. See the following two examples, chosen at random from a recent build:
{
"@type": "Flow",
"@id": "0a69c698-a3b0-3945-884c-0a75e5f4a444",
"name": "1,4-Dichloro-2-butene",
"flowType": "ELEMENTARY_FLOW",
"flowProperties": [
{
"referenceFlowProperty": true,
"conversionFactor": 1.0,
"flowProperty": {
"@id": "93a60a56-a3c8-11da-a746-0800200b9a66"
}
}
],
"category": {
"@id": "42c9fee0-d374-30e8-b2c5-32fa901a691e"
}
}
{
"@type": "Flow",
"@id": "946a7ad3-1042-3ded-8a7f-8368643372ac",
"name": "Compensation of employees",
"flowType": "ELEMENTARY_FLOW",
"flowProperties": [
{
"referenceFlowProperty": true,
"conversionFactor": 1.0,
"flowProperty": {
"@id": "3bf53920-157c-4c2f-bddd-7c92c9d35f10"
}
}
]
}