Hello @Kent010341
Properties are expected to have backing storage, which means that you can read a property at any time and retrieve its value. If the property is writable, you can also store a value in the property.
As a result, when designing a model in Azure Digital Twins, you'll probably use properties in most cases to model your twins. Doing so allows you to have the backing storage and the ability to read and query the data fields. Telemetry and properties often work together to handle data ingress from devices.
Relationships let you represent how a digital twin can be involved with other digital twins.
Please refer to the Elements of a model
I hope you have already visit this page, Azure Digital Twins for smart buildings