COLNEO Generic Object Model (GOM)

The COLNEO infohub uses a generic object model that enables a standardized description and usage of objects.
The object model is described in JSON format.

An object consists of the following optional members:

        - info
        - properties
        - nodes
        - geometry
        - relations
        - ...
    
Example:

    {
        "info": {
            "object_id"     : " ... ",
            "object_name"   : "Issue 01",
            "object_type"   : "act_issue"
        },
        "properties" : {
            "length##xs:double" : 2.4
        },
        "nodes" : [],
        "geometry" : {}
        ...
    }