gtfierro/brick-builder

for area modeling

Opened this issue · 0 comments

Hi, with brick-builder how to model the area for one of the two cases as follows:

image

:room1 a brick:Room ;
brick:area [
brick:value "100"^^xsd:decimal ;
brick:hasUnit unit:FT2 ;
] ;
.

or
image

:room1 a brick:Room ;
brick:area :a .
:a brick:value "100"^^xsd:decimal ;
brick:hasUnit unit:FT2 .