CREATE Operation
Manifest Configuration
{
"operation_type": "CREATE",
"config": {
"object_file": "objects.csv"
}
}Objects
Examples
Example 1: Basic usage to create a site, a building, a room, an Air Handling Unit (AHU) and a Point
Inputs
Model_ID|Entity_Name
Class
Example 2: Adding Properties, Comments and Labels
Inputs
Model_ID|Entity_Name
Class
rdfs:label
brick:area [brick:value, brick:hasUnit]
brick:serial_number [brick:value]
brick:powerComplexity [brick:value]
brick:aggregate [brick:aggregationFunction, brick:aggregationInterval]
rdfs:comment
Example 3: Multiple Properties
Model_ID|Entity_Name
Class
rdfs:label
brick:area [brick:value, brick:hasUnit]
brick:keyValue [brick:key, brick:value]
brick:keyValue [brick:key, brick:value]
Last updated