brick:Building,brick:Floor,brick:Lighting_Zone,brick:Room,,brick:isFedBy,,brick:Area
ex:B1,ex:F1,,ex:101,,ex:VAV1,,200
,,,ex:102,,ex:VAV1,,
,ex:F2,,ex:201,,ex:VAV3,,400
,,,ex:202,,,,
,,ex:L1,ex:204,,,,
,,,ex:205,,,,900
,ex:F3,,ex:303,,,,
,,,ex:304,,ex:VAV4,
@prefix brick: <https://brickschema.org/schema/1.1/Brick#> .
@prefix ex: <http://example.com/building#> .
ex:B1 a brick:Building ;
brick:hasPart ex:F1,
ex:F2,
ex:F3 .
ex:101 a brick:Room ;
brick:Area "200" ;
brick:isFedBy ex:VAV1 .
ex:102 a brick:Room ;
brick:isFedBy ex:VAV1 .
ex:201 a brick:Room ;
brick:Area "400" ;
brick:isFedBy ex:VAV3 .
ex:202 a brick:Room .
ex:204 a brick:Room .
ex:205 a brick:Room ;
brick:Area "900" .
ex:303 a brick:Room .
ex:304 a brick:Room ;
brick:isFedBy ex:VAV4 .
ex:F1 a brick:Floor ;
brick:hasPart ex:101,
ex:102 .
ex:F2 a brick:Floor ;
brick:hasPart ex:201,
ex:202,
ex:L1 .
ex:F3 a brick:Floor ;
brick:hasPart ex:303,
ex:304 .
ex:L1 a brick:Lighting_Zone ;
brick:hasPart ex:204,
ex:205 .
--
You received this message because you are subscribed to the Google Groups "Brick User Forum (Unified Building Metadata Schema)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to brickschema...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/brickschema/CAKJO4n41%3DRmskuYrxs4yvGYgz5hdhF0QfT6hG7Bq43cW_nX7bw%40mail.gmail.com.