@prefix : . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix schema: . @prefix dcterms: . @prefix xsd: . @prefix x3d: . @prefix x3do: . :X3D a owl:NamedIndividual, x3do:X3D ; x3do:hasHead :head ; x3do:hasScene :Scene ; x3do:profile 'Immersive' ; x3do:version '3.0' ; x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.0.xsd' . :head a owl:NamedIndividual, x3do:head ; x3do:hasParent :X3D ; x3do:hasMeta :meta_1_1, :meta_1_2, :meta_1_3, :meta_1_4, :meta_1_5, :meta_1_6, :meta_1_7, :meta_1_8, :meta_1_9, :meta_1_10, :meta_1_11, :meta_1_12, :meta_1_13 . :meta_1_1 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'Hospital.x3d' ; x3do:name 'title' . :meta_1_2 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'Ultra-high-resolution building (UHRB) example.' ; x3do:name 'description' . :meta_1_3 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'Alan Hudson and Justin Couch' ; x3do:name 'creator' . :meta_1_4 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content '1 November 2003' ; x3do:name 'created' . :meta_1_5 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content '26 November 2003' ; x3do:name 'translated' . :meta_1_6 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content '20 October 2019' ; x3do:name 'modified' . :meta_1_7 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'xml/Hospital.xml' ; x3do:name 'reference' . :meta_1_8 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'UHRB ultra-high-resolution building format' ; x3do:name 'subject' . :meta_1_9 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'under development' ; x3do:name 'warning' . :meta_1_10 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'https://savage.nps.edu/Savage/Buildings/UHRB/Hospital.x3d' ; x3do:name 'identifier' . :meta_1_11 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'UhrbToX3dBuildingPrototypes1.0.xslt' ; x3do:name 'generator' . :meta_1_12 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content 'X3D-Edit 3.2, https://savage.nps.edu/X3D-Edit' ; x3do:name 'generator' . :meta_1_13 a owl:NamedIndividual, x3do:meta ; x3do:hasParent :head ; x3do:content '../../license.html' ; x3do:name 'license' . :meta dcterms:title "Hospital.x3d" . :meta dcterms:description "Ultra-high-resolution building (UHRB) example." . :meta dcterms:creator "Alan Hudson and Justin Couch" . :meta dcterms:created "1 November 2003" . :meta dcterms:translated "26 November 2003" . :meta dcterms:modified "20 October 2019" . :meta dcterms:reference "xml/Hospital.xml" . :meta dcterms:subject "UHRB ultra-high-resolution building format" . :meta dcterms:warning "under development" . :meta dcterms:identifier "https://savage.nps.edu/Savage/Buildings/UHRB/Hospital.x3d" . :meta dcterms:generator "UhrbToX3dBuildingPrototypes1.0.xslt" . :meta dcterms:generator "X3D-Edit 3.2, https://savage.nps.edu/X3D-Edit" . :meta dcterms:license "../../license.html" . :Scene a owl:NamedIndividual, x3do:Scene ; x3do:hasParent :X3D ; x3do:hasProtoDeclare :ProtoDeclare_2_1, :ProtoDeclare_2_2, :ProtoDeclare_2_3, :ProtoDeclare_2_4, :ProtoDeclare_2_5, :ProtoDeclare_2_6, :ProtoDeclare_2_7, :ProtoDeclare_2_8, :ProtoDeclare_2_9, :ProtoDeclare_2_10, :ProtoDeclare_2_11, :ProtoDeclare_2_12, :ProtoDeclare_2_13 ; x3do:hasChildren :Viewpoint_2_14, :Viewpoint_2_15, :Viewpoint_2_16, :Viewpoint_2_17, :Background_2_18, :Transform_2_19, :ProtoInstance_2_20, :ProtoInstance_2_21 . :ProtoDeclare_2_1 a owl:NamedIndividual, x3do:ProtoDeclare ; x3do:hasParent :Scene ; x3do:hasProtoInterface :ProtoInterface_2_1_1 ; x3do:hasProtoBody :ProtoBody_2_1_2 ; x3do:name 'Attribute' . :ProtoInterface_2_1_1 a owl:NamedIndividual, x3do:ProtoInterface ; x3do:hasParent :ProtoDeclare_2_1 ; x3do:hasField :field_2_1_1_1, :field_2_1_1_2 . :field_2_1_1_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_1_1 ; x3do:accessType 'inputOutput' ; x3do:name 'label' ; x3do:type 'SFString' . :field_2_1_1_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_1_1 ; x3do:accessType 'inputOutput' ; x3do:name 'value' ; x3do:type 'SFString' ; x3do:value 'foo' . :ProtoBody_2_1_2 a owl:NamedIndividual, x3do:ProtoBody ; x3do:hasParent :ProtoDeclare_2_1 ; x3do:hasChildren :WorldInfo_2_1_2_1, :WorldInfo_2_1_2_2 . :WorldInfo_2_1_2_1 a owl:NamedIndividual, x3do:WorldInfo ; x3do:hasParent :ProtoBody_2_1_2 ; x3do:hasIS :IS_2_1_2_1_1 . :IS_2_1_2_1_1 a owl:NamedIndividual, x3do:IS ; x3do:hasParent :WorldInfo_2_1_2_1 ; x3do:hasConnect :connect_2_1_2_1_1_1 . :connect_2_1_2_1_1_1 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_1_2_1_1 ; x3do:nodeField 'title' ; x3do:protoField 'label' . :WorldInfo_2_1_2_2 a owl:NamedIndividual, x3do:WorldInfo ; x3do:hasParent :ProtoBody_2_1_2 ; x3do:hasIS :IS_2_1_2_2_1 . :IS_2_1_2_2_1 a owl:NamedIndividual, x3do:IS ; x3do:hasParent :WorldInfo_2_1_2_2 ; x3do:hasConnect :connect_2_1_2_2_1_1 . :connect_2_1_2_2_1_1 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_1_2_2_1 ; x3do:nodeField 'title' ; x3do:protoField 'value' . :ProtoDeclare_2_2 a owl:NamedIndividual, x3do:ProtoDeclare ; x3do:hasParent :Scene ; x3do:hasProtoInterface :ProtoInterface_2_2_1 ; x3do:hasProtoBody :ProtoBody_2_2_2 ; x3do:name 'Wall' . :ProtoInterface_2_2_1 a owl:NamedIndividual, x3do:ProtoInterface ; x3do:hasParent :ProtoDeclare_2_2 ; x3do:hasField :field_2_2_1_1, :field_2_2_1_2, :field_2_2_1_3, :field_2_2_1_4, :field_2_2_1_5, :field_2_2_1_6, :field_2_2_1_7, :field_2_2_1_8, :field_2_2_1_9, :field_2_2_1_10 . :field_2_2_1_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_2_1 ; x3do:accessType 'inputOutput' ; x3do:name 'name' ; x3do:type 'SFString' . :field_2_2_1_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_2_1 ; x3do:accessType 'inputOutput' ; x3do:name 'componentLabel' ; x3do:type 'SFString' . :field_2_2_1_3 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_2_1 ; x3do:accessType 'initializeOnly' ; x3do:name 'description' ; x3do:type 'MFString' . :field_2_2_1_4 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_2_1 ; x3do:accessType 'inputOutput' ; x3do:name 'polygon' ; x3do:type 'SFNode' . :field_2_2_1_5 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_2_1 ; x3do:accessType 'inputOutput' ; x3do:name 'apertures' ; x3do:type 'MFNode' . :field_2_2_1_6 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_2_1 ; x3do:accessType 'inputOutput' ; x3do:name 'attributes' ; x3do:type 'MFNode' . :field_2_2_1_7 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_2_1 ; x3do:hasChildren :Group_2_2_1_7_1 ; x3do:accessType 'inputOutput' ; x3do:name 'geomDesc' ; x3do:type 'MFNode' . :Group_2_2_1_7_1 a owl:NamedIndividual, x3do:Group ; x3do:hasParent :field_2_2_1_7 . :field_2_2_1_8 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_2_1 ; x3do:accessType 'inputOutput' ; x3do:name 'zOffset' ; x3do:type 'SFFloat' ; x3do:value 0.0 . :field_2_2_1_9 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_2_1 ; x3do:accessType 'outputOnly' ; x3do:name 'built' ; x3do:type 'SFBool' . :field_2_2_1_10 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_2_1 ; x3do:accessType 'inputOnly' ; x3do:name 'resolveHit' ; x3do:type 'SFNode' . :ProtoBody_2_2_2 a owl:NamedIndividual, x3do:ProtoBody ; x3do:hasParent :ProtoDeclare_2_2 ; x3do:hasChildren :Group_2_2_2_1, :GenScript ; x3do:hasROUTE :ROUTE_2_2_2_3 . :Group_2_2_2_1 a owl:NamedIndividual, x3do:Group ; x3do:hasParent :ProtoBody_2_2_2 ; x3do:hasChildren :WallGrp, :ApGrp . :WallGrp a owl:NamedIndividual, x3do:Group ; x3do:hasParent :Group_2_2_2_1 ; x3do:DEF 'WallGrp' . :ApGrp a owl:NamedIndividual, x3do:Group ; x3do:hasParent :Group_2_2_2_1 ; x3do:hasIS :IS_2_2_2_1_2_1 ; x3do:DEF 'ApGrp' . :IS_2_2_2_1_2_1 a owl:NamedIndividual, x3do:IS ; x3do:hasParent :ApGrp ; x3do:hasConnect :connect_2_2_2_1_2_1_1 . :connect_2_2_2_1_2_1_1 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_2_2_1_2_1 ; x3do:nodeField 'children' ; x3do:protoField 'apertures' . :GenScript a owl:NamedIndividual, x3do:Script ; x3do:hasParent :ProtoBody_2_2_2 ; x3do:hasField :field_2_2_2_2_1, :field_2_2_2_2_2, :field_2_2_2_2_3, :field_2_2_2_2_4, :field_2_2_2_2_5, :field_2_2_2_2_6, :field_2_2_2_2_7, :field_2_2_2_2_8, :field_2_2_2_2_9 ; x3do:hasIS :IS_2_2_2_2_10 ; x3do:DEF 'GenScript' ; x3do:directOutput true ; x3do:url '"nps.dts.x3d.Wall.class" "https://savage.nps.edu/Savage/Buildings/UHRB/nps.dts.x3d.Wall.class"' . :field_2_2_2_2_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :GenScript ; x3do:accessType 'inputOutput' ; x3do:name 'name' ; x3do:type 'SFString' . :field_2_2_2_2_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :GenScript ; x3do:accessType 'inputOutput' ; x3do:name 'componentLabel' ; x3do:type 'SFString' . :field_2_2_2_2_3 a owl:NamedIndividual, x3do:field ; x3do:hasParent :GenScript ; x3do:accessType 'inputOutput' ; x3do:name 'polygon' ; x3do:type 'SFNode' . :field_2_2_2_2_4 a owl:NamedIndividual, x3do:field ; x3do:hasParent :GenScript ; x3do:accessType 'inputOutput' ; x3do:name 'apertures' ; x3do:type 'MFNode' . :field_2_2_2_2_5 a owl:NamedIndividual, x3do:field ; x3do:hasParent :GenScript ; x3do:accessType 'inputOutput' ; x3do:name 'attributes' ; x3do:type 'MFNode' . :field_2_2_2_2_6 a owl:NamedIndividual, x3do:field ; x3do:hasParent :GenScript ; x3do:accessType 'inputOutput' ; x3do:name 'children' ; x3do:type 'MFNode' . :field_2_2_2_2_7 a owl:NamedIndividual, x3do:field ; x3do:hasParent :GenScript ; x3do:accessType 'inputOutput' ; x3do:name 'zOffset' ; x3do:type 'SFFloat' . :field_2_2_2_2_8 a owl:NamedIndividual, x3do:field ; x3do:hasParent :GenScript ; x3do:accessType 'inputOnly' ; x3do:name 'resolveHit' ; x3do:type 'SFNode' . :field_2_2_2_2_9 a owl:NamedIndividual, x3do:field ; x3do:hasParent :GenScript ; x3do:accessType 'inputOutput' ; x3do:name 'recreate' ; x3do:type 'SFBool' ; x3do:value true . :IS_2_2_2_2_10 a owl:NamedIndividual, x3do:IS ; x3do:hasParent :GenScript ; x3do:hasConnect :connect_2_2_2_2_10_1, :connect_2_2_2_2_10_2, :connect_2_2_2_2_10_3, :connect_2_2_2_2_10_4, :connect_2_2_2_2_10_5, :connect_2_2_2_2_10_6, :connect_2_2_2_2_10_7, :connect_2_2_2_2_10_8 . :connect_2_2_2_2_10_1 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_2_2_2_10 ; x3do:nodeField 'name' ; x3do:protoField 'name' . :connect_2_2_2_2_10_2 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_2_2_2_10 ; x3do:nodeField 'componentLabel' ; x3do:protoField 'componentLabel' . :connect_2_2_2_2_10_3 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_2_2_2_10 ; x3do:nodeField 'polygon' ; x3do:protoField 'polygon' . :connect_2_2_2_2_10_4 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_2_2_2_10 ; x3do:nodeField 'apertures' ; x3do:protoField 'apertures' . :connect_2_2_2_2_10_5 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_2_2_2_10 ; x3do:nodeField 'attributes' ; x3do:protoField 'attributes' . :connect_2_2_2_2_10_6 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_2_2_2_10 ; x3do:nodeField 'children' ; x3do:protoField 'geomDesc' . :connect_2_2_2_2_10_7 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_2_2_2_10 ; x3do:nodeField 'zOffset' ; x3do:protoField 'zOffset' . :connect_2_2_2_2_10_8 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_2_2_2_10 ; x3do:nodeField 'resolveHit' ; x3do:protoField 'resolveHit' . :ROUTE_2_2_2_3 a owl:NamedIndividual, x3do:ROUTE ; x3do:hasParent :ProtoBody_2_2_2 ; x3do:fromField 'children' ; x3do:fromNode 'GenScript' ; x3do:toField 'set_children' ; x3do:toNode 'WallGrp' . :ProtoDeclare_2_3 a owl:NamedIndividual, x3do:ProtoDeclare ; x3do:hasParent :Scene ; x3do:hasProtoInterface :ProtoInterface_2_3_1 ; x3do:hasProtoBody :ProtoBody_2_3_2 ; x3do:name 'Aperture' . :ProtoInterface_2_3_1 a owl:NamedIndividual, x3do:ProtoInterface ; x3do:hasParent :ProtoDeclare_2_3 ; x3do:hasField :field_2_3_1_1, :field_2_3_1_2, :field_2_3_1_3, :field_2_3_1_4, :field_2_3_1_5, :field_2_3_1_6, :field_2_3_1_7 . :field_2_3_1_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_3_1 ; x3do:accessType 'initializeOnly' ; x3do:name 'name' ; x3do:type 'SFString' . :field_2_3_1_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_3_1 ; x3do:accessType 'inputOutput' ; x3do:name 'componentLabel' ; x3do:type 'SFString' . :field_2_3_1_3 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_3_1 ; x3do:accessType 'initializeOnly' ; x3do:name 'description' ; x3do:type 'MFString' . :field_2_3_1_4 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_3_1 ; x3do:accessType 'inputOutput' ; x3do:name 'polygon' ; x3do:type 'SFNode' . :field_2_3_1_5 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_3_1 ; x3do:accessType 'inputOutput' ; x3do:name 'attributes' ; x3do:type 'MFNode' . :field_2_3_1_6 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_3_1 ; x3do:accessType 'outputOnly' ; x3do:name 'built' ; x3do:type 'SFBool' . :field_2_3_1_7 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_3_1 ; x3do:accessType 'inputOnly' ; x3do:name 'geomDesc' ; x3do:type 'MFNode' . :ProtoBody_2_3_2 a owl:NamedIndividual, x3do:ProtoBody ; x3do:hasParent :ProtoDeclare_2_3 ; x3do:hasChildren :Group_2_3_2_1 . :Group_2_3_2_1 a owl:NamedIndividual, x3do:Group ; x3do:hasParent :ProtoBody_2_3_2 ; x3do:hasIS :IS_2_3_2_1_1 . :IS_2_3_2_1_1 a owl:NamedIndividual, x3do:IS ; x3do:hasParent :Group_2_3_2_1 ; x3do:hasConnect :connect_2_3_2_1_1_1 . :connect_2_3_2_1_1_1 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_3_2_1_1 ; x3do:nodeField 'children' ; x3do:protoField 'geomDesc' . :ProtoDeclare_2_4 a owl:NamedIndividual, x3do:ProtoDeclare ; x3do:hasParent :Scene ; x3do:hasProtoInterface :ProtoInterface_2_4_1 ; x3do:hasProtoBody :ProtoBody_2_4_2 ; x3do:name 'Ceiling' . :ProtoInterface_2_4_1 a owl:NamedIndividual, x3do:ProtoInterface ; x3do:hasParent :ProtoDeclare_2_4 ; x3do:hasField :field_2_4_1_1, :field_2_4_1_2, :field_2_4_1_3, :field_2_4_1_4, :field_2_4_1_5 . :field_2_4_1_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_4_1 ; x3do:accessType 'initializeOnly' ; x3do:name 'name' ; x3do:type 'SFString' . :field_2_4_1_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_4_1 ; x3do:accessType 'inputOutput' ; x3do:name 'componentLabel' ; x3do:type 'SFString' . :field_2_4_1_3 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_4_1 ; x3do:accessType 'initializeOnly' ; x3do:name 'description' ; x3do:type 'MFString' . :field_2_4_1_4 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_4_1 ; x3do:accessType 'inputOutput' ; x3do:name 'attributes' ; x3do:type 'MFNode' . :field_2_4_1_5 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_4_1 ; x3do:accessType 'outputOnly' ; x3do:name 'built' ; x3do:type 'SFBool' . :ProtoBody_2_4_2 a owl:NamedIndividual, x3do:ProtoBody ; x3do:hasParent :ProtoDeclare_2_4 ; x3do:hasChildren :Group_2_4_2_1 . :Group_2_4_2_1 a owl:NamedIndividual, x3do:Group ; x3do:hasParent :ProtoBody_2_4_2 . :ProtoDeclare_2_5 a owl:NamedIndividual, x3do:ProtoDeclare ; x3do:hasParent :Scene ; x3do:hasProtoInterface :ProtoInterface_2_5_1 ; x3do:hasProtoBody :ProtoBody_2_5_2 ; x3do:name 'Edge' . :ProtoInterface_2_5_1 a owl:NamedIndividual, x3do:ProtoInterface ; x3do:hasParent :ProtoDeclare_2_5 ; x3do:hasField :field_2_5_1_1, :field_2_5_1_2, :field_2_5_1_3, :field_2_5_1_4, :field_2_5_1_5 . :field_2_5_1_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_5_1 ; x3do:accessType 'initializeOnly' ; x3do:name 'name' ; x3do:type 'SFString' . :field_2_5_1_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_5_1 ; x3do:accessType 'initializeOnly' ; x3do:name 'description' ; x3do:type 'MFString' . :field_2_5_1_3 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_5_1 ; x3do:accessType 'inputOutput' ; x3do:name 'vertices' ; x3do:type 'SFNode' . :field_2_5_1_4 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_5_1 ; x3do:accessType 'inputOutput' ; x3do:name 'wallIndex' ; x3do:type 'SFInt32' ; x3do:value 0 . :field_2_5_1_5 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_5_1 ; x3do:accessType 'outputOnly' ; x3do:name 'built' ; x3do:type 'SFBool' . :ProtoBody_2_5_2 a owl:NamedIndividual, x3do:ProtoBody ; x3do:hasParent :ProtoDeclare_2_5 ; x3do:hasChildren :WorldInfo_2_5_2_1 . :WorldInfo_2_5_2_1 a owl:NamedIndividual, x3do:WorldInfo ; x3do:hasParent :ProtoBody_2_5_2 . :ProtoDeclare_2_6 a owl:NamedIndividual, x3do:ProtoDeclare ; x3do:hasParent :Scene ; x3do:hasProtoInterface :ProtoInterface_2_6_1 ; x3do:hasProtoBody :ProtoBody_2_6_2 ; x3do:name 'Fixture' . :ProtoInterface_2_6_1 a owl:NamedIndividual, x3do:ProtoInterface ; x3do:hasParent :ProtoDeclare_2_6 ; x3do:hasField :field_2_6_1_1, :field_2_6_1_2, :field_2_6_1_3, :field_2_6_1_4, :field_2_6_1_5, :field_2_6_1_6 . :field_2_6_1_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_6_1 ; x3do:accessType 'initializeOnly' ; x3do:name 'name' ; x3do:type 'SFString' . :field_2_6_1_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_6_1 ; x3do:accessType 'inputOutput' ; x3do:name 'componentLabel' ; x3do:type 'SFString' . :field_2_6_1_3 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_6_1 ; x3do:accessType 'initializeOnly' ; x3do:name 'description' ; x3do:type 'MFString' . :field_2_6_1_4 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_6_1 ; x3do:accessType 'initializeOnly' ; x3do:name 'center' ; x3do:type 'SFNode' . :field_2_6_1_5 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_6_1 ; x3do:hasChildren :Group_2_6_1_5_1 ; x3do:accessType 'inputOutput' ; x3do:name 'attributes' ; x3do:type 'MFNode' . :Group_2_6_1_5_1 a owl:NamedIndividual, x3do:Group ; x3do:hasParent :field_2_6_1_5 . :field_2_6_1_6 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_6_1 ; x3do:accessType 'outputOnly' ; x3do:name 'built' ; x3do:type 'SFBool' . :ProtoBody_2_6_2 a owl:NamedIndividual, x3do:ProtoBody ; x3do:hasParent :ProtoDeclare_2_6 ; x3do:hasChildren :Group_2_6_2_1 . :Group_2_6_2_1 a owl:NamedIndividual, x3do:Group ; x3do:hasParent :ProtoBody_2_6_2 . :ProtoDeclare_2_7 a owl:NamedIndividual, x3do:ProtoDeclare ; x3do:hasParent :Scene ; x3do:hasProtoInterface :ProtoInterface_2_7_1 ; x3do:hasProtoBody :ProtoBody_2_7_2 ; x3do:name 'Floor' . :ProtoInterface_2_7_1 a owl:NamedIndividual, x3do:ProtoInterface ; x3do:hasParent :ProtoDeclare_2_7 ; x3do:hasField :field_2_7_1_1, :field_2_7_1_2, :field_2_7_1_3, :field_2_7_1_4, :field_2_7_1_5 . :field_2_7_1_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_7_1 ; x3do:accessType 'inputOutput' ; x3do:name 'name' ; x3do:type 'SFString' . :field_2_7_1_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_7_1 ; x3do:accessType 'inputOutput' ; x3do:name 'componentLabel' ; x3do:type 'SFString' . :field_2_7_1_3 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_7_1 ; x3do:accessType 'initializeOnly' ; x3do:name 'description' ; x3do:type 'MFString' . :field_2_7_1_4 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_7_1 ; x3do:hasChildren :Group_2_7_1_4_1 ; x3do:accessType 'inputOutput' ; x3do:name 'attributes' ; x3do:type 'MFNode' . :Group_2_7_1_4_1 a owl:NamedIndividual, x3do:Group ; x3do:hasParent :field_2_7_1_4 . :field_2_7_1_5 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_7_1 ; x3do:accessType 'outputOnly' ; x3do:name 'built' ; x3do:type 'SFBool' . :ProtoBody_2_7_2 a owl:NamedIndividual, x3do:ProtoBody ; x3do:hasParent :ProtoDeclare_2_7 ; x3do:hasChildren :Group_2_7_2_1 . :Group_2_7_2_1 a owl:NamedIndividual, x3do:Group ; x3do:hasParent :ProtoBody_2_7_2 . :ProtoDeclare_2_8 a owl:NamedIndividual, x3do:ProtoDeclare ; x3do:hasParent :Scene ; x3do:hasProtoInterface :ProtoInterface_2_8_1 ; x3do:hasProtoBody :ProtoBody_2_8_2 ; x3do:name 'Room' . :ProtoInterface_2_8_1 a owl:NamedIndividual, x3do:ProtoInterface ; x3do:hasParent :ProtoDeclare_2_8 ; x3do:hasField :field_2_8_1_1, :field_2_8_1_2, :field_2_8_1_3, :field_2_8_1_4, :field_2_8_1_5, :field_2_8_1_6, :field_2_8_1_7, :field_2_8_1_8 . :field_2_8_1_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_8_1 ; x3do:accessType 'inputOutput' ; x3do:name 'name' ; x3do:type 'SFString' . :field_2_8_1_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_8_1 ; x3do:accessType 'inputOutput' ; x3do:name 'componentLabel' ; x3do:type 'SFString' . :field_2_8_1_3 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_8_1 ; x3do:accessType 'initializeOnly' ; x3do:name 'description' ; x3do:type 'MFString' . :field_2_8_1_4 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_8_1 ; x3do:accessType 'inputOutput' ; x3do:name 'edgeIndex' ; x3do:type 'MFInt32' ; x3do:value ( 0 ) . :field_2_8_1_5 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_8_1 ; x3do:accessType 'inputOutput' ; x3do:name 'floor' ; x3do:type 'SFNode' . :field_2_8_1_6 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_8_1 ; x3do:accessType 'inputOutput' ; x3do:name 'ceiling' ; x3do:type 'SFNode' . :field_2_8_1_7 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_8_1 ; x3do:hasChildren :Group_2_8_1_7_1 ; x3do:accessType 'inputOutput' ; x3do:name 'attributes' ; x3do:type 'MFNode' . :Group_2_8_1_7_1 a owl:NamedIndividual, x3do:Group ; x3do:hasParent :field_2_8_1_7 . :field_2_8_1_8 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_8_1 ; x3do:accessType 'outputOnly' ; x3do:name 'built' ; x3do:type 'SFBool' . :ProtoBody_2_8_2 a owl:NamedIndividual, x3do:ProtoBody ; x3do:hasParent :ProtoDeclare_2_8 ; x3do:hasChildren :Group_2_8_2_1 . :Group_2_8_2_1 a owl:NamedIndividual, x3do:Group ; x3do:hasParent :ProtoBody_2_8_2 . :ProtoDeclare_2_9 a owl:NamedIndividual, x3do:ProtoDeclare ; x3do:hasParent :Scene ; x3do:hasProtoInterface :ProtoInterface_2_9_1 ; x3do:hasProtoBody :ProtoBody_2_9_2 ; x3do:name 'Stair' . :ProtoInterface_2_9_1 a owl:NamedIndividual, x3do:ProtoInterface ; x3do:hasParent :ProtoDeclare_2_9 ; x3do:hasField :field_2_9_1_1, :field_2_9_1_2, :field_2_9_1_3, :field_2_9_1_4, :field_2_9_1_5, :field_2_9_1_6 . :field_2_9_1_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_9_1 ; x3do:accessType 'inputOutput' ; x3do:name 'name' ; x3do:type 'SFString' . :field_2_9_1_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_9_1 ; x3do:accessType 'inputOutput' ; x3do:name 'componentLabel' ; x3do:type 'SFString' . :field_2_9_1_3 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_9_1 ; x3do:accessType 'initializeOnly' ; x3do:name 'description' ; x3do:type 'MFString' . :field_2_9_1_4 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_9_1 ; x3do:accessType 'initializeOnly' ; x3do:name 'floorLevelIndex' ; x3do:type 'SFInt32' ; x3do:value 0 . :field_2_9_1_5 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_9_1 ; x3do:accessType 'initializeOnly' ; x3do:name 'roomIndex' ; x3do:type 'SFInt32' ; x3do:value 0 . :field_2_9_1_6 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_9_1 ; x3do:accessType 'outputOnly' ; x3do:name 'built' ; x3do:type 'SFBool' . :ProtoBody_2_9_2 a owl:NamedIndividual, x3do:ProtoBody ; x3do:hasParent :ProtoDeclare_2_9 ; x3do:hasChildren :Group_2_9_2_1 . :Group_2_9_2_1 a owl:NamedIndividual, x3do:Group ; x3do:hasParent :ProtoBody_2_9_2 . :ProtoDeclare_2_10 a owl:NamedIndividual, x3do:ProtoDeclare ; x3do:hasParent :Scene ; x3do:hasProtoInterface :ProtoInterface_2_10_1 ; x3do:hasProtoBody :ProtoBody_2_10_2 ; x3do:name 'Staircase' . :ProtoInterface_2_10_1 a owl:NamedIndividual, x3do:ProtoInterface ; x3do:hasParent :ProtoDeclare_2_10 ; x3do:hasField :field_2_10_1_1, :field_2_10_1_2, :field_2_10_1_3, :field_2_10_1_4, :field_2_10_1_5, :field_2_10_1_6, :field_2_10_1_7, :field_2_10_1_8, :field_2_10_1_9 . :field_2_10_1_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_10_1 ; x3do:accessType 'inputOutput' ; x3do:name 'name' ; x3do:type 'SFString' . :field_2_10_1_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_10_1 ; x3do:accessType 'inputOutput' ; x3do:name 'componentLabel' ; x3do:type 'SFString' . :field_2_10_1_3 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_10_1 ; x3do:accessType 'initializeOnly' ; x3do:name 'description' ; x3do:type 'MFString' . :field_2_10_1_4 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_10_1 ; x3do:accessType 'initializeOnly' ; x3do:name 'access' ; x3do:type 'SFInt32' ; x3do:value 0 . :field_2_10_1_5 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_10_1 ; x3do:accessType 'initializeOnly' ; x3do:name 'bottomFloorLevelIndex' ; x3do:type 'SFInt32' ; x3do:value 0 . :field_2_10_1_6 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_10_1 ; x3do:accessType 'initializeOnly' ; x3do:name 'topFloorLevelIndex' ; x3do:type 'SFInt32' ; x3do:value 0 . :field_2_10_1_7 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_10_1 ; x3do:accessType 'initializeOnly' ; x3do:name 'stairs' ; x3do:type 'MFNode' . :field_2_10_1_8 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_10_1 ; x3do:hasChildren :Group_2_10_1_8_1 ; x3do:accessType 'inputOutput' ; x3do:name 'attributes' ; x3do:type 'MFNode' . :Group_2_10_1_8_1 a owl:NamedIndividual, x3do:Group ; x3do:hasParent :field_2_10_1_8 . :field_2_10_1_9 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_10_1 ; x3do:accessType 'outputOnly' ; x3do:name 'built' ; x3do:type 'SFBool' . :ProtoBody_2_10_2 a owl:NamedIndividual, x3do:ProtoBody ; x3do:hasParent :ProtoDeclare_2_10 ; x3do:hasChildren :Group_2_10_2_1 . :Group_2_10_2_1 a owl:NamedIndividual, x3do:Group ; x3do:hasParent :ProtoBody_2_10_2 . :ProtoDeclare_2_11 a owl:NamedIndividual, x3do:ProtoDeclare ; x3do:hasParent :Scene ; x3do:hasProtoInterface :ProtoInterface_2_11_1 ; x3do:hasProtoBody :ProtoBody_2_11_2 ; x3do:name 'Roof' . :ProtoInterface_2_11_1 a owl:NamedIndividual, x3do:ProtoInterface ; x3do:hasParent :ProtoDeclare_2_11 ; x3do:hasField :field_2_11_1_1, :field_2_11_1_2, :field_2_11_1_3, :field_2_11_1_4, :field_2_11_1_5, :field_2_11_1_6, :field_2_11_1_7, :field_2_11_1_8, :field_2_11_1_9 . :field_2_11_1_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_11_1 ; x3do:accessType 'inputOutput' ; x3do:name 'name' ; x3do:type 'SFString' . :field_2_11_1_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_11_1 ; x3do:accessType 'inputOutput' ; x3do:name 'componentLabel' ; x3do:type 'SFString' . :field_2_11_1_3 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_11_1 ; x3do:accessType 'initializeOnly' ; x3do:name 'description' ; x3do:type 'MFString' . :field_2_11_1_4 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_11_1 ; x3do:accessType 'initializeOnly' ; x3do:name 'zOffset' ; x3do:type 'SFFloat' ; x3do:value 0 . :field_2_11_1_5 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_11_1 ; x3do:accessType 'initializeOnly' ; x3do:name 'edges' ; x3do:type 'MFNode' . :field_2_11_1_6 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_11_1 ; x3do:accessType 'initializeOnly' ; x3do:name 'walls' ; x3do:type 'MFNode' . :field_2_11_1_7 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_11_1 ; x3do:accessType 'initializeOnly' ; x3do:name 'rooms' ; x3do:type 'MFNode' . :field_2_11_1_8 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_11_1 ; x3do:accessType 'initializeOnly' ; x3do:name 'fixtures' ; x3do:type 'MFNode' . :field_2_11_1_9 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_11_1 ; x3do:accessType 'outputOnly' ; x3do:name 'built' ; x3do:type 'SFBool' . :ProtoBody_2_11_2 a owl:NamedIndividual, x3do:ProtoBody ; x3do:hasParent :ProtoDeclare_2_11 ; x3do:hasChildren :Group_2_11_2_1 . :Group_2_11_2_1 a owl:NamedIndividual, x3do:Group ; x3do:hasParent :ProtoBody_2_11_2 . :ProtoDeclare_2_12 a owl:NamedIndividual, x3do:ProtoDeclare ; x3do:hasParent :Scene ; x3do:hasProtoInterface :ProtoInterface_2_12_1 ; x3do:hasProtoBody :ProtoBody_2_12_2 ; x3do:name 'FloorLevel' . :ProtoInterface_2_12_1 a owl:NamedIndividual, x3do:ProtoInterface ; x3do:hasParent :ProtoDeclare_2_12 ; x3do:hasField :field_2_12_1_1, :field_2_12_1_2, :field_2_12_1_3, :field_2_12_1_4, :field_2_12_1_5, :field_2_12_1_6, :field_2_12_1_7, :field_2_12_1_8, :field_2_12_1_9 . :field_2_12_1_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_12_1 ; x3do:accessType 'inputOutput' ; x3do:name 'name' ; x3do:type 'SFString' . :field_2_12_1_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_12_1 ; x3do:accessType 'inputOutput' ; x3do:name 'componentLabel' ; x3do:type 'SFString' . :field_2_12_1_3 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_12_1 ; x3do:accessType 'inputOutput' ; x3do:name 'zOffset' ; x3do:type 'SFFloat' ; x3do:value 0 . :field_2_12_1_4 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_12_1 ; x3do:accessType 'inputOutput' ; x3do:name 'walls' ; x3do:type 'MFNode' . :field_2_12_1_5 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_12_1 ; x3do:accessType 'inputOutput' ; x3do:name 'edges' ; x3do:type 'MFNode' . :field_2_12_1_6 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_12_1 ; x3do:accessType 'inputOutput' ; x3do:name 'rooms' ; x3do:type 'MFNode' . :field_2_12_1_7 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_12_1 ; x3do:hasChildren :Group_2_12_1_7_1 ; x3do:accessType 'inputOutput' ; x3do:name 'fixtures' ; x3do:type 'MFNode' . :Group_2_12_1_7_1 a owl:NamedIndividual, x3do:Group ; x3do:hasParent :field_2_12_1_7 . :field_2_12_1_8 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_12_1 ; x3do:accessType 'outputOnly' ; x3do:name 'built' ; x3do:type 'SFBool' . :field_2_12_1_9 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_12_1 ; x3do:accessType 'initializeOnly' ; x3do:name 'description' ; x3do:type 'MFString' . :ProtoBody_2_12_2 a owl:NamedIndividual, x3do:ProtoBody ; x3do:hasParent :ProtoDeclare_2_12 ; x3do:hasChildren :TRANS, :ScriptFloorLevel ; x3do:hasROUTE :ROUTE_2_12_2_3, :ROUTE_2_12_2_4, :ROUTE_2_12_2_5 . :TRANS a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :ProtoBody_2_12_2 ; x3do:hasChildren :Group_2_12_2_1_1, :Geometry ; x3do:DEF 'TRANS' . :Group_2_12_2_1_1 a owl:NamedIndividual, x3do:Group ; x3do:hasParent :TRANS ; x3do:hasIS :IS_2_12_2_1_1_1 . :IS_2_12_2_1_1_1 a owl:NamedIndividual, x3do:IS ; x3do:hasParent :Group_2_12_2_1_1 ; x3do:hasConnect :connect_2_12_2_1_1_1_1 . :connect_2_12_2_1_1_1_1 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_12_2_1_1_1 ; x3do:nodeField 'children' ; x3do:protoField 'walls' . :Geometry a owl:NamedIndividual, x3do:Group ; x3do:hasParent :TRANS ; x3do:DEF 'Geometry' . :ScriptFloorLevel a owl:NamedIndividual, x3do:Script ; x3do:hasParent :ProtoBody_2_12_2 ; x3do:hasField :field_2_12_2_2_1, :field_2_12_2_2_2, :field_2_12_2_2_3, :field_2_12_2_2_4, :field_2_12_2_2_5, :field_2_12_2_2_6, :field_2_12_2_2_7, :field_2_12_2_2_8 ; x3do:hasIS :IS_2_12_2_2_9 ; x3do:DEF 'ScriptFloorLevel' ; x3do:directOutput true ; x3do:url '"nps.dts.x3d.FloorLevel.class" "https://savage.nps.edu/Savage/Buildings/UHRB/nps.dts.x3d.FloorLevel.class"' . :field_2_12_2_2_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ScriptFloorLevel ; x3do:accessType 'initializeOnly' ; x3do:name 'walls' ; x3do:type 'MFNode' . :field_2_12_2_2_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ScriptFloorLevel ; x3do:accessType 'initializeOnly' ; x3do:name 'edges' ; x3do:type 'MFNode' . :field_2_12_2_2_3 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ScriptFloorLevel ; x3do:accessType 'initializeOnly' ; x3do:name 'rooms' ; x3do:type 'MFNode' . :field_2_12_2_2_4 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ScriptFloorLevel ; x3do:accessType 'initializeOnly' ; x3do:name 'zOffset' ; x3do:type 'SFFloat' . :field_2_12_2_2_5 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ScriptFloorLevel ; x3do:accessType 'outputOnly' ; x3do:name 'translation' ; x3do:type 'SFVec3f' . :field_2_12_2_2_6 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ScriptFloorLevel ; x3do:accessType 'outputOnly' ; x3do:name 'children' ; x3do:type 'MFNode' . :field_2_12_2_2_7 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ScriptFloorLevel ; x3do:accessType 'outputOnly' ; x3do:name 'initDone' ; x3do:type 'SFBool' . :field_2_12_2_2_8 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ScriptFloorLevel ; x3do:accessType 'inputOnly' ; x3do:name 'recreate' ; x3do:type 'SFBool' . :IS_2_12_2_2_9 a owl:NamedIndividual, x3do:IS ; x3do:hasParent :ScriptFloorLevel ; x3do:hasConnect :connect_2_12_2_2_9_1, :connect_2_12_2_2_9_2, :connect_2_12_2_2_9_3, :connect_2_12_2_2_9_4 . :connect_2_12_2_2_9_1 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_12_2_2_9 ; x3do:nodeField 'walls' ; x3do:protoField 'walls' . :connect_2_12_2_2_9_2 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_12_2_2_9 ; x3do:nodeField 'edges' ; x3do:protoField 'edges' . :connect_2_12_2_2_9_3 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_12_2_2_9 ; x3do:nodeField 'rooms' ; x3do:protoField 'rooms' . :connect_2_12_2_2_9_4 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_12_2_2_9 ; x3do:nodeField 'zOffset' ; x3do:protoField 'zOffset' . :ROUTE_2_12_2_3 a owl:NamedIndividual, x3do:ROUTE ; x3do:hasParent :ProtoBody_2_12_2 ; x3do:fromField 'translation' ; x3do:fromNode 'ScriptFloorLevel' ; x3do:toField 'set_translation' ; x3do:toNode 'TRANS' . :ROUTE_2_12_2_4 a owl:NamedIndividual, x3do:ROUTE ; x3do:hasParent :ProtoBody_2_12_2 ; x3do:fromField 'children' ; x3do:fromNode 'ScriptFloorLevel' ; x3do:toField 'set_children' ; x3do:toNode 'Geometry' . :ROUTE_2_12_2_5 a owl:NamedIndividual, x3do:ROUTE ; x3do:hasParent :ProtoBody_2_12_2 ; x3do:fromField 'initDone' ; x3do:fromNode 'ScriptFloorLevel' ; x3do:toField 'recreate' ; x3do:toNode 'ScriptFloorLevel' . :ProtoDeclare_2_13 a owl:NamedIndividual, x3do:ProtoDeclare ; x3do:hasParent :Scene ; x3do:hasProtoInterface :ProtoInterface_2_13_1 ; x3do:hasProtoBody :ProtoBody_2_13_2 ; x3do:name 'Uhrb' . :ProtoInterface_2_13_1 a owl:NamedIndividual, x3do:ProtoInterface ; x3do:hasParent :ProtoDeclare_2_13 ; x3do:hasField :field_2_13_1_1, :field_2_13_1_2, :field_2_13_1_3, :field_2_13_1_4, :field_2_13_1_5, :field_2_13_1_6, :field_2_13_1_7, :field_2_13_1_8, :field_2_13_1_9, :field_2_13_1_10 . :field_2_13_1_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_13_1 ; x3do:accessType 'inputOutput' ; x3do:name 'version' ; x3do:type 'SFString' ; x3do:value '15' . :field_2_13_1_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_13_1 ; x3do:accessType 'inputOutput' ; x3do:name 'name' ; x3do:type 'SFString' . :field_2_13_1_3 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_13_1 ; x3do:accessType 'inputOutput' ; x3do:name 'componentLabel' ; x3do:type 'SFString' . :field_2_13_1_4 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_13_1 ; x3do:accessType 'inputOutput' ; x3do:name 'floorLevels' ; x3do:type 'MFNode' . :field_2_13_1_5 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_13_1 ; x3do:accessType 'inputOutput' ; x3do:name 'footprint' ; x3do:type 'SFNode' . :field_2_13_1_6 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_13_1 ; x3do:accessType 'inputOutput' ; x3do:name 'rooflines' ; x3do:type 'MFNode' . :field_2_13_1_7 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_13_1 ; x3do:accessType 'inputOutput' ; x3do:name 'roof' ; x3do:type 'SFNode' . :field_2_13_1_8 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_13_1 ; x3do:accessType 'inputOutput' ; x3do:name 'staircases' ; x3do:type 'MFNode' . :field_2_13_1_9 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_13_1 ; x3do:accessType 'inputOutput' ; x3do:name 'description' ; x3do:type 'MFString' . :field_2_13_1_10 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ProtoInterface_2_13_1 ; x3do:accessType 'outputOnly' ; x3do:name 'built' ; x3do:type 'SFBool' . :ProtoBody_2_13_2 a owl:NamedIndividual, x3do:ProtoBody ; x3do:hasParent :ProtoDeclare_2_13 ; x3do:hasChildren :Group_2_13_2_1, :ScriptUhrb ; x3do:hasROUTE :ROUTE_2_13_2_3 . :Group_2_13_2_1 a owl:NamedIndividual, x3do:Group ; x3do:hasParent :ProtoBody_2_13_2 ; x3do:hasChildren :Group_2_13_2_1_1, :Rooflines . :Group_2_13_2_1_1 a owl:NamedIndividual, x3do:Group ; x3do:hasParent :Group_2_13_2_1 ; x3do:hasIS :IS_2_13_2_1_1_1 . :IS_2_13_2_1_1_1 a owl:NamedIndividual, x3do:IS ; x3do:hasParent :Group_2_13_2_1_1 ; x3do:hasConnect :connect_2_13_2_1_1_1_1 . :connect_2_13_2_1_1_1_1 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_13_2_1_1_1 ; x3do:nodeField 'children' ; x3do:protoField 'floorLevels' . :Rooflines a owl:NamedIndividual, x3do:Group ; x3do:hasParent :Group_2_13_2_1 ; x3do:DEF 'Rooflines' . :ScriptUhrb a owl:NamedIndividual, x3do:Script ; x3do:hasParent :ProtoBody_2_13_2 ; x3do:hasField :field_2_13_2_2_1, :field_2_13_2_2_2 ; x3do:hasIS :IS_2_13_2_2_3 ; x3do:DEF 'ScriptUhrb' ; x3do:url '"nps.dts.x3d.Uhrb.class" "https://savage.nps.edu/Savage/Buildings/UHRB/nps.dts.x3d.Uhrb.class"' . :field_2_13_2_2_1 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ScriptUhrb ; x3do:accessType 'initializeOnly' ; x3do:name 'rooflines' ; x3do:type 'MFNode' . :field_2_13_2_2_2 a owl:NamedIndividual, x3do:field ; x3do:hasParent :ScriptUhrb ; x3do:accessType 'outputOnly' ; x3do:name 'children' ; x3do:type 'MFNode' . :IS_2_13_2_2_3 a owl:NamedIndividual, x3do:IS ; x3do:hasParent :ScriptUhrb ; x3do:hasConnect :connect_2_13_2_2_3_1 . :connect_2_13_2_2_3_1 a owl:NamedIndividual, x3do:connect ; x3do:hasParent :IS_2_13_2_2_3 ; x3do:nodeField 'rooflines' ; x3do:protoField 'rooflines' . :ROUTE_2_13_2_3 a owl:NamedIndividual, x3do:ROUTE ; x3do:hasParent :ProtoBody_2_13_2 ; x3do:fromField 'children' ; x3do:fromNode 'ScriptUhrb' ; x3do:toField 'set_children' ; x3do:toNode 'Rooflines' . :Viewpoint_2_14 a owl:NamedIndividual, x3do:Viewpoint ; x3do:hasParent :Scene ; x3do:description 'Front' ; x3do:position ( 6 0.0 35 ) . :Viewpoint_2_15 a owl:NamedIndividual, x3do:Viewpoint ; x3do:hasParent :Scene ; x3do:description 'Left' ; x3do:orientation ( 0 1 0 -1.57 ) ; x3do:position ( -15 0 -2 ) . :Viewpoint_2_16 a owl:NamedIndividual, x3do:Viewpoint ; x3do:hasParent :Scene ; x3do:description 'Right' ; x3do:orientation ( 0 1 0 1.57 ) ; x3do:position ( 15 0 -2 ) . :Viewpoint_2_17 a owl:NamedIndividual, x3do:Viewpoint ; x3do:hasParent :Scene ; x3do:description 'Back' ; x3do:orientation ( 0 1 0 3.14 ) ; x3do:position ( 0 0 -15 ) . :Background_2_18 a owl:NamedIndividual, x3do:Background ; x3do:hasParent :Scene ; x3do:groundAngle ( 1.570796 ) ; x3do:groundColor ( 0.6 0.9 0.6 0.6 0.9 0.6 ) ; x3do:skyColor ( 0.6 0.6 0.9 ) . :Transform_2_19 a owl:NamedIndividual, x3do:Transform ; x3do:hasParent :Scene ; x3do:hasChildren :Shape_2_19_1 ; x3do:translation ( 0 -0.02 0 ) . :Shape_2_19_1 a owl:NamedIndividual, x3do:Shape ; x3do:hasParent :Transform_2_19 ; x3do:hasAppearance :Appearance_2_19_1_1 ; x3do:hasGeometry :Box_2_19_1_2 . :Appearance_2_19_1_1 a owl:NamedIndividual, x3do:Appearance ; x3do:hasParent :Shape_2_19_1 ; x3do:hasMaterial :Material_2_19_1_1_1 . :Material_2_19_1_1_1 a owl:NamedIndividual, x3do:Material ; x3do:hasParent :Appearance_2_19_1_1 ; x3do:diffuseColor ( 0.6 0.9 0.6 ) ; x3do:emissiveColor ( 0.6 0.9 0.6 ) . :Box_2_19_1_2 a owl:NamedIndividual, x3do:Box ; x3do:hasParent :Shape_2_19_1 ; x3do:size ( 75 0.01 75 ) . :ProtoInstance_2_20 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :Scene ; x3do:hasFieldValue :fieldValue_2_20_1, :fieldValue_2_20_2 ; x3do:name 'Attribute' . :fieldValue_2_20_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_20 ; x3do:name 'label' ; x3do:value 'test1' . :fieldValue_2_20_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_20 ; x3do:name 'value' ; x3do:value 'test2' . :ProtoInstance_2_21 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :Scene ; x3do:hasFieldValue :fieldValue_2_21_1, :fieldValue_2_21_2, :fieldValue_2_21_3, :fieldValue_2_21_4, :fieldValue_2_21_5, :fieldValue_2_21_6 ; x3do:name 'Uhrb' . :fieldValue_2_21_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21 ; x3do:name 'name' ; x3do:value 'Uhrb1' . :fieldValue_2_21_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21 ; x3do:name 'componentLabel' ; x3do:value 'BUILDING' . :fieldValue_2_21_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21 ; x3do:hasCoord :Coordinate_2_21_3_1 ; x3do:name 'rooflines' . :Coordinate_2_21_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_3 ; x3do:point ( 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 ) . :fieldValue_2_21_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21 ; x3do:hasChildren :ProtoInstance_2_21_4_1, :ProtoInstance_2_21_4_2, :ProtoInstance_2_21_4_3 ; x3do:name 'floorLevels' . :ProtoInstance_2_21_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4 ; x3do:hasFieldValue :fieldValue_2_21_4_1_1, :fieldValue_2_21_4_1_2, :fieldValue_2_21_4_1_3, :fieldValue_2_21_4_1_4, :fieldValue_2_21_4_1_5 ; x3do:name 'FloorLevel' . :fieldValue_2_21_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1 ; x3do:name 'name' ; x3do:value 'floorLevel1' . :fieldValue_2_21_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1 ; x3do:name 'zOffset' ; x3do:value 0.0 . :fieldValue_2_21_4_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1 ; x3do:hasChildren :ProtoInstance_2_21_4_1_3_1, :ProtoInstance_2_21_4_1_3_2, :ProtoInstance_2_21_4_1_3_3, :ProtoInstance_2_21_4_1_3_4, :ProtoInstance_2_21_4_1_3_5, :ProtoInstance_2_21_4_1_3_6, :ProtoInstance_2_21_4_1_3_7, :ProtoInstance_2_21_4_1_3_8, :ProtoInstance_2_21_4_1_3_9, :ProtoInstance_2_21_4_1_3_10, :ProtoInstance_2_21_4_1_3_11, :ProtoInstance_2_21_4_1_3_12, :ProtoInstance_2_21_4_1_3_13, :ProtoInstance_2_21_4_1_3_14, :ProtoInstance_2_21_4_1_3_15, :ProtoInstance_2_21_4_1_3_16, :ProtoInstance_2_21_4_1_3_17, :ProtoInstance_2_21_4_1_3_18, :ProtoInstance_2_21_4_1_3_19, :ProtoInstance_2_21_4_1_3_20, :ProtoInstance_2_21_4_1_3_21, :ProtoInstance_2_21_4_1_3_22, :ProtoInstance_2_21_4_1_3_23, :ProtoInstance_2_21_4_1_3_24, :ProtoInstance_2_21_4_1_3_25, :ProtoInstance_2_21_4_1_3_26, :ProtoInstance_2_21_4_1_3_27, :ProtoInstance_2_21_4_1_3_28, :ProtoInstance_2_21_4_1_3_29, :ProtoInstance_2_21_4_1_3_30, :ProtoInstance_2_21_4_1_3_31, :ProtoInstance_2_21_4_1_3_32, :ProtoInstance_2_21_4_1_3_33, :ProtoInstance_2_21_4_1_3_34, :ProtoInstance_2_21_4_1_3_35, :ProtoInstance_2_21_4_1_3_36, :ProtoInstance_2_21_4_1_3_37, :ProtoInstance_2_21_4_1_3_38, :ProtoInstance_2_21_4_1_3_39, :ProtoInstance_2_21_4_1_3_40 ; x3do:name 'edges' . :ProtoInstance_2_21_4_1_3_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_1_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_1 ; x3do:hasCoord :Coordinate_2_21_4_1_3_1_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_1_1 ; x3do:point ( 6.0 0.0 17.0 6.0 0.0 12.5 ) . :ProtoInstance_2_21_4_1_3_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_2_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_2 ; x3do:hasCoord :Coordinate_2_21_4_1_3_2_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_2_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_2_1 ; x3do:point ( 17.0 0.0 17.0 17.0 0.0 12.5 ) . :ProtoInstance_2_21_4_1_3_3 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_3_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_3_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_3 ; x3do:hasCoord :Coordinate_2_21_4_1_3_3_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_3_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_3_1 ; x3do:point ( 17.0 0.0 0.0 13.5 0.0 0.0 ) . :ProtoInstance_2_21_4_1_3_4 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_4_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_4_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_4 ; x3do:hasCoord :Coordinate_2_21_4_1_3_4_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_4_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_4_1 ; x3do:point ( 0.0 0.0 17.0 4.0 0.0 17.0 ) . :ProtoInstance_2_21_4_1_3_5 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_5_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_5_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_5 ; x3do:hasCoord :Coordinate_2_21_4_1_3_5_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_5_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_5_1 ; x3do:point ( 4.0 0.0 17.0 6.0 0.0 17.0 ) . :ProtoInstance_2_21_4_1_3_6 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_6_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_6_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_6 ; x3do:hasCoord :Coordinate_2_21_4_1_3_6_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_6_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_6_1 ; x3do:point ( 17.0 0.0 12.5 17.0 0.0 7.0 ) . :ProtoInstance_2_21_4_1_3_7 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_7_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_7_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_7 ; x3do:hasCoord :Coordinate_2_21_4_1_3_7_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_7_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_7_1 ; x3do:point ( 17.0 0.0 7.0 17.0 0.0 0.0 ) . :ProtoInstance_2_21_4_1_3_8 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_8_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_8_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_8 ; x3do:hasCoord :Coordinate_2_21_4_1_3_8_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_8_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_8_1 ; x3do:point ( 17.0 0.0 7.0 13.5 0.0 7.0 ) . :ProtoInstance_2_21_4_1_3_9 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_9_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_9_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_9 ; x3do:hasCoord :Coordinate_2_21_4_1_3_9_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_9_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_9_1 ; x3do:point ( 0.0 0.0 10.5 0.0 0.0 17.0 ) . :ProtoInstance_2_21_4_1_3_10 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_10_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_10_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_10 ; x3do:hasCoord :Coordinate_2_21_4_1_3_10_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_10_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_10_1 ; x3do:point ( 4.0 0.0 17.0 4.0 0.0 10.5 ) . :ProtoInstance_2_21_4_1_3_11 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_11_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_11_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_11 ; x3do:hasCoord :Coordinate_2_21_4_1_3_11_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_11_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_11_1 ; x3do:point ( 0.0 0.0 10.5 4.0 0.0 10.5 ) . :ProtoInstance_2_21_4_1_3_12 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_12_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_12_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_12 ; x3do:hasCoord :Coordinate_2_21_4_1_3_12_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_12_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_12_1 ; x3do:point ( 0.0 0.0 5.0 0.0 0.0 10.5 ) . :ProtoInstance_2_21_4_1_3_13 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_13_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_13_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_13 ; x3do:hasCoord :Coordinate_2_21_4_1_3_13_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_13_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_13_1 ; x3do:point ( 4.0 0.0 10.5 4.0 0.0 5.0 ) . :ProtoInstance_2_21_4_1_3_14 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_14_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_14_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_14 ; x3do:hasCoord :Coordinate_2_21_4_1_3_14_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_14_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_14_1 ; x3do:point ( 0.0 0.0 5.0 4.0 0.0 5.0 ) . :ProtoInstance_2_21_4_1_3_15 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_15_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_15_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_15 ; x3do:hasCoord :Coordinate_2_21_4_1_3_15_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_15_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_15_1 ; x3do:point ( 0.0 0.0 0.0 0.0 0.0 2.5 ) . :ProtoInstance_2_21_4_1_3_16 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_16_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_16_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_16 ; x3do:hasCoord :Coordinate_2_21_4_1_3_16_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_16_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_16_1 ; x3do:point ( 0.0 0.0 2.5 0.0 0.0 5.0 ) . :ProtoInstance_2_21_4_1_3_17 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_17_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_17_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_17 ; x3do:hasCoord :Coordinate_2_21_4_1_3_17_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_17_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_17_1 ; x3do:point ( 4.0 0.0 5.0 4.0 0.0 2.5 ) . :ProtoInstance_2_21_4_1_3_18 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_18_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_18_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_18 ; x3do:hasCoord :Coordinate_2_21_4_1_3_18_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_18_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_18_1 ; x3do:point ( 13.5 0.0 0.0 4.0 0.0 0.0 ) . :ProtoInstance_2_21_4_1_3_19 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_19_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_19_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_19 ; x3do:hasCoord :Coordinate_2_21_4_1_3_19_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_19_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_19_1 ; x3do:point ( 4.0 0.0 0.0 0.0 0.0 0.0 ) . :ProtoInstance_2_21_4_1_3_20 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_20_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_20_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_20 ; x3do:hasCoord :Coordinate_2_21_4_1_3_20_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_20_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_20_1 ; x3do:point ( 0.0 0.0 2.5 4.0 0.0 2.5 ) . :ProtoInstance_2_21_4_1_3_21 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_21_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_21_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_21 ; x3do:hasCoord :Coordinate_2_21_4_1_3_21_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_21_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_21_1 ; x3do:point ( 13.5 0.0 7.0 13.5 0.0 5.0 ) . :ProtoInstance_2_21_4_1_3_22 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_22_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_22_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_22 ; x3do:hasCoord :Coordinate_2_21_4_1_3_22_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_22_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_22_1 ; x3do:point ( 4.0 0.0 5.0 13.5 0.0 5.0 ) . :ProtoInstance_2_21_4_1_3_23 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_23_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_23_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_23 ; x3do:hasCoord :Coordinate_2_21_4_1_3_23_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_23_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_23_1 ; x3do:point ( 6.0 0.0 17.0 11.0 0.0 17.0 ) . :ProtoInstance_2_21_4_1_3_24 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_24_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_24_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_24 ; x3do:hasCoord :Coordinate_2_21_4_1_3_24_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_24_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_24_1 ; x3do:point ( 11.0 0.0 17.0 17.0 0.0 17.0 ) . :ProtoInstance_2_21_4_1_3_25 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_25_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_25_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_25 ; x3do:hasCoord :Coordinate_2_21_4_1_3_25_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_25_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_25_1 ; x3do:point ( 6.0 0.0 12.5 11.0 0.0 12.5 ) . :ProtoInstance_2_21_4_1_3_26 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_26_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_26_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_26 ; x3do:hasCoord :Coordinate_2_21_4_1_3_26_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_26_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_26_1 ; x3do:point ( 11.0 0.0 17.0 11.0 0.0 12.5 ) . :ProtoInstance_2_21_4_1_3_27 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_27_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_27_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_27 ; x3do:hasCoord :Coordinate_2_21_4_1_3_27_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_27_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_27_1 ; x3do:point ( 13.5 0.0 12.5 13.5 0.0 7.0 ) . :ProtoInstance_2_21_4_1_3_28 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_28_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_28_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_28 ; x3do:hasCoord :Coordinate_2_21_4_1_3_28_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_28_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_28_1 ; x3do:point ( 11.0 0.0 12.5 13.5 0.0 12.5 ) . :ProtoInstance_2_21_4_1_3_29 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_29_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_29_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_29 ; x3do:hasCoord :Coordinate_2_21_4_1_3_29_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_29_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_29_1 ; x3do:point ( 13.5 0.0 12.5 17.0 0.0 12.5 ) . :ProtoInstance_2_21_4_1_3_30 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_30_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_30_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_30 ; x3do:hasCoord :Coordinate_2_21_4_1_3_30_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_30_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_30_1 ; x3do:point ( 6.0 0.0 11.0 6.0 0.0 7.0 ) . :ProtoInstance_2_21_4_1_3_31 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_31_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_31_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_31 ; x3do:hasCoord :Coordinate_2_21_4_1_3_31_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_31_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_31_1 ; x3do:point ( 6.0 0.0 7.0 11.5 0.0 7.0 ) . :ProtoInstance_2_21_4_1_3_32 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_32_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_32_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_32 ; x3do:hasCoord :Coordinate_2_21_4_1_3_32_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_32_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_32_1 ; x3do:point ( 6.0 0.0 11.0 11.5 0.0 11.0 ) . :ProtoInstance_2_21_4_1_3_33 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_33_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_33_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_33 ; x3do:hasCoord :Coordinate_2_21_4_1_3_33_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_33_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_33_1 ; x3do:point ( 11.5 0.0 7.0 11.5 0.0 11.0 ) . :ProtoInstance_2_21_4_1_3_34 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_34_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_34_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_34 ; x3do:hasCoord :Coordinate_2_21_4_1_3_34_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_34_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_34_1 ; x3do:point ( 4.0 0.0 2.5 4.0 0.0 1.5 ) . :ProtoInstance_2_21_4_1_3_35 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_35_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_35_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_35 ; x3do:hasCoord :Coordinate_2_21_4_1_3_35_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_35_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_35_1 ; x3do:point ( 4.0 0.0 1.5 4.0 0.0 0.0 ) . :ProtoInstance_2_21_4_1_3_36 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_36_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_36_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_36 ; x3do:hasCoord :Coordinate_2_21_4_1_3_36_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_36_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_36_1 ; x3do:point ( 13.5 0.0 5.0 13.5 0.0 1.5 ) . :ProtoInstance_2_21_4_1_3_37 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_37_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_37_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_37 ; x3do:hasCoord :Coordinate_2_21_4_1_3_37_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_37_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_37_1 ; x3do:point ( 13.5 0.0 1.5 13.5 0.0 0.0 ) . :ProtoInstance_2_21_4_1_3_38 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_38_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_38_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_38 ; x3do:hasCoord :Coordinate_2_21_4_1_3_38_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_38_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_38_1 ; x3do:point ( 4.0 0.0 1.5 13.5 0.0 1.5 ) . :ProtoInstance_2_21_4_1_3_39 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_39_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_39_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_39 ; x3do:hasCoord :Coordinate_2_21_4_1_3_39_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_39_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_39_1 ; x3do:point ( 11.5 0.0 7.0 13.5 0.0 7.0 ) . :ProtoInstance_2_21_4_1_3_40 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_3 ; x3do:hasFieldValue :fieldValue_2_21_4_1_3_40_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_1_3_40_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_3_40 ; x3do:hasCoord :Coordinate_2_21_4_1_3_40_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_1_3_40_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_3_40_1 ; x3do:point ( 6.0 0.0 11.0 6.0 0.0 12.5 ) . :fieldValue_2_21_4_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1 ; x3do:hasChildren :ProtoInstance_2_21_4_1_4_1, :ProtoInstance_2_21_4_1_4_2, :ProtoInstance_2_21_4_1_4_3, :ProtoInstance_2_21_4_1_4_4, :ProtoInstance_2_21_4_1_4_5, :ProtoInstance_2_21_4_1_4_6, :ProtoInstance_2_21_4_1_4_7, :ProtoInstance_2_21_4_1_4_8, :ProtoInstance_2_21_4_1_4_9, :ProtoInstance_2_21_4_1_4_10, :ProtoInstance_2_21_4_1_4_11, :ProtoInstance_2_21_4_1_4_12, :ProtoInstance_2_21_4_1_4_13 ; x3do:name 'rooms' . :ProtoInstance_2_21_4_1_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_1_1, :fieldValue_2_21_4_1_4_1_2, :fieldValue_2_21_4_1_4_1_3, :fieldValue_2_21_4_1_4_1_4, :fieldValue_2_21_4_1_4_1_5 ; x3do:name 'Room' . :fieldValue_2_21_4_1_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_1 ; x3do:name 'name' ; x3do:value 'room0' . :fieldValue_2_21_4_1_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_1 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_1_4_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_1 ; x3do:name 'edgeIndex' ; x3do:value ( 0 24 25 22 ) . :fieldValue_2_21_4_1_4_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_1 ; x3do:hasChildren :ProtoInstance_2_21_4_1_4_1_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_1_4_1_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4_1_4 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_1_4_1_1, :fieldValue_2_21_4_1_4_1_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_1_4_1_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_1_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_1_4_1_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_1_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_4_1_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_1 ; x3do:hasChildren :ProtoInstance_2_21_4_1_4_1_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_1_4_1_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_1_5_1_1, :fieldValue_2_21_4_1_4_1_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_1_4_1_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_1_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_1_4_1_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_1_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_1_4_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_2_1, :fieldValue_2_21_4_1_4_2_2, :fieldValue_2_21_4_1_4_2_3, :fieldValue_2_21_4_1_4_2_4, :fieldValue_2_21_4_1_4_2_5 ; x3do:name 'Room' . :fieldValue_2_21_4_1_4_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_2 ; x3do:name 'name' ; x3do:value 'room1' . :fieldValue_2_21_4_1_4_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_2 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_1_4_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_2 ; x3do:name 'edgeIndex' ; x3do:value ( 0 39 29 30 38 20 21 12 9 4 ) . :fieldValue_2_21_4_1_4_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_2 ; x3do:hasChildren :ProtoInstance_2_21_4_1_4_2_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_1_4_2_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4_2_4 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_2_4_1_1, :fieldValue_2_21_4_1_4_2_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_1_4_2_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_2_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_1_4_2_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_2_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_4_2_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_2 ; x3do:hasChildren :ProtoInstance_2_21_4_1_4_2_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_1_4_2_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_2_5_1_1, :fieldValue_2_21_4_1_4_2_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_1_4_2_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_2_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_1_4_2_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_2_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_1_4_3 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_3_1, :fieldValue_2_21_4_1_4_3_2, :fieldValue_2_21_4_1_4_3_3, :fieldValue_2_21_4_1_4_3_4, :fieldValue_2_21_4_1_4_3_5 ; x3do:name 'Room' . :fieldValue_2_21_4_1_4_3_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_3 ; x3do:name 'name' ; x3do:value 'room2' . :fieldValue_2_21_4_1_4_3_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_3 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_1_4_3_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_3 ; x3do:name 'edgeIndex' ; x3do:value ( 1 28 27 25 23 ) . :fieldValue_2_21_4_1_4_3_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_3 ; x3do:hasChildren :ProtoInstance_2_21_4_1_4_3_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_1_4_3_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4_3_4 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_3_4_1_1, :fieldValue_2_21_4_1_4_3_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_1_4_3_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_3_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_1_4_3_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_3_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_4_3_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_3 ; x3do:hasChildren :ProtoInstance_2_21_4_1_4_3_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_1_4_3_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_3_5_1_1, :fieldValue_2_21_4_1_4_3_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_1_4_3_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_3_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_1_4_3_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_3_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_1_4_4 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_4_1, :fieldValue_2_21_4_1_4_4_2, :fieldValue_2_21_4_1_4_4_3, :fieldValue_2_21_4_1_4_4_4, :fieldValue_2_21_4_1_4_4_5 ; x3do:name 'Room' . :fieldValue_2_21_4_1_4_4_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_4 ; x3do:name 'name' ; x3do:value 'room2' . :fieldValue_2_21_4_1_4_4_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_4 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_1_4_4_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_4 ; x3do:name 'edgeIndex' ; x3do:value ( 2 36 35 20 7 6 ) . :fieldValue_2_21_4_1_4_4_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_4 ; x3do:hasChildren :ProtoInstance_2_21_4_1_4_4_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_1_4_4_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4_4_4 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_4_4_1_1, :fieldValue_2_21_4_1_4_4_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_1_4_4_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_4_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_1_4_4_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_4_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_4_4_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_4 ; x3do:hasChildren :ProtoInstance_2_21_4_1_4_4_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_1_4_4_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4_4_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_4_5_1_1, :fieldValue_2_21_4_1_4_4_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_1_4_4_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_4_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_1_4_4_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_4_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_1_4_5 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_5_1, :fieldValue_2_21_4_1_4_5_2, :fieldValue_2_21_4_1_4_5_3, :fieldValue_2_21_4_1_4_5_4, :fieldValue_2_21_4_1_4_5_5 ; x3do:name 'Room' . :fieldValue_2_21_4_1_4_5_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_5 ; x3do:name 'name' ; x3do:value 'room0' . :fieldValue_2_21_4_1_4_5_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_5 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_1_4_5_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_5 ; x3do:name 'edgeIndex' ; x3do:value ( 3 9 10 8 ) . :fieldValue_2_21_4_1_4_5_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_5 ; x3do:hasChildren :ProtoInstance_2_21_4_1_4_5_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_1_4_5_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4_5_4 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_5_4_1_1, :fieldValue_2_21_4_1_4_5_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_1_4_5_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_5_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_1_4_5_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_5_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_4_5_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_5 ; x3do:hasChildren :ProtoInstance_2_21_4_1_4_5_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_1_4_5_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4_5_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_5_5_1_1, :fieldValue_2_21_4_1_4_5_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_1_4_5_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_5_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_1_4_5_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_5_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_1_4_6 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_6_1, :fieldValue_2_21_4_1_4_6_2, :fieldValue_2_21_4_1_4_6_3, :fieldValue_2_21_4_1_4_6_4, :fieldValue_2_21_4_1_4_6_5 ; x3do:name 'Room' . :fieldValue_2_21_4_1_4_6_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_6 ; x3do:name 'name' ; x3do:value 'room5' . :fieldValue_2_21_4_1_4_6_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_6 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_1_4_6_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_6 ; x3do:name 'edgeIndex' ; x3do:value ( 5 7 26 28 ) . :fieldValue_2_21_4_1_4_6_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_6 ; x3do:hasChildren :ProtoInstance_2_21_4_1_4_6_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_1_4_6_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4_6_4 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_6_4_1_1, :fieldValue_2_21_4_1_4_6_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_1_4_6_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_6_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_1_4_6_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_6_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_4_6_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_6 ; x3do:hasChildren :ProtoInstance_2_21_4_1_4_6_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_1_4_6_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4_6_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_6_5_1_1, :fieldValue_2_21_4_1_4_6_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_1_4_6_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_6_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_1_4_6_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_6_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_1_4_7 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_7_1, :fieldValue_2_21_4_1_4_7_2, :fieldValue_2_21_4_1_4_7_3, :fieldValue_2_21_4_1_4_7_4, :fieldValue_2_21_4_1_4_7_5 ; x3do:name 'Room' . :fieldValue_2_21_4_1_4_7_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_7 ; x3do:name 'name' ; x3do:value 'room1' . :fieldValue_2_21_4_1_4_7_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_7 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_1_4_7_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_7 ; x3do:name 'edgeIndex' ; x3do:value ( 10 12 13 11 ) . :fieldValue_2_21_4_1_4_7_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_7 ; x3do:hasChildren :ProtoInstance_2_21_4_1_4_7_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_1_4_7_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4_7_4 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_7_4_1_1, :fieldValue_2_21_4_1_4_7_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_1_4_7_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_7_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_1_4_7_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_7_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_4_7_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_7 ; x3do:hasChildren :ProtoInstance_2_21_4_1_4_7_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_1_4_7_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4_7_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_7_5_1_1, :fieldValue_2_21_4_1_4_7_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_1_4_7_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_7_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_1_4_7_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_7_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_1_4_8 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_8_1, :fieldValue_2_21_4_1_4_8_2, :fieldValue_2_21_4_1_4_8_3, :fieldValue_2_21_4_1_4_8_4, :fieldValue_2_21_4_1_4_8_5 ; x3do:name 'Room' . :fieldValue_2_21_4_1_4_8_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_8 ; x3do:name 'name' ; x3do:value 'room2' . :fieldValue_2_21_4_1_4_8_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_8 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_1_4_8_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_8 ; x3do:name 'edgeIndex' ; x3do:value ( 13 16 19 15 ) . :fieldValue_2_21_4_1_4_8_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_8 ; x3do:hasChildren :ProtoInstance_2_21_4_1_4_8_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_1_4_8_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4_8_4 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_8_4_1_1, :fieldValue_2_21_4_1_4_8_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_1_4_8_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_8_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_1_4_8_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_8_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_4_8_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_8 ; x3do:hasChildren :ProtoInstance_2_21_4_1_4_8_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_1_4_8_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4_8_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_8_5_1_1, :fieldValue_2_21_4_1_4_8_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_1_4_8_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_8_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_1_4_8_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_8_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_1_4_9 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_9_1, :fieldValue_2_21_4_1_4_9_2, :fieldValue_2_21_4_1_4_9_3, :fieldValue_2_21_4_1_4_9_4, :fieldValue_2_21_4_1_4_9_5 ; x3do:name 'Room' . :fieldValue_2_21_4_1_4_9_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_9 ; x3do:name 'name' ; x3do:value 'room7' . :fieldValue_2_21_4_1_4_9_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_9 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_1_4_9_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_9 ; x3do:name 'edgeIndex' ; x3do:value ( 14 19 33 34 18 ) . :fieldValue_2_21_4_1_4_9_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_9 ; x3do:hasChildren :ProtoInstance_2_21_4_1_4_9_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_1_4_9_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4_9_4 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_9_4_1_1, :fieldValue_2_21_4_1_4_9_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_1_4_9_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_9_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_1_4_9_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_9_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_4_9_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_9 ; x3do:hasChildren :ProtoInstance_2_21_4_1_4_9_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_1_4_9_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4_9_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_9_5_1_1, :fieldValue_2_21_4_1_4_9_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_1_4_9_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_9_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_1_4_9_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_9_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_1_4_10 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_10_1, :fieldValue_2_21_4_1_4_10_2, :fieldValue_2_21_4_1_4_10_3, :fieldValue_2_21_4_1_4_10_4, :fieldValue_2_21_4_1_4_10_5 ; x3do:name 'Room' . :fieldValue_2_21_4_1_4_10_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_10 ; x3do:name 'name' ; x3do:value 'room8' . :fieldValue_2_21_4_1_4_10_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_10 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_1_4_10_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_10 ; x3do:name 'edgeIndex' ; x3do:value ( 16 33 37 35 21 ) . :fieldValue_2_21_4_1_4_10_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_10 ; x3do:hasChildren :ProtoInstance_2_21_4_1_4_10_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_1_4_10_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4_10_4 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_10_4_1_1, :fieldValue_2_21_4_1_4_10_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_1_4_10_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_10_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_1_4_10_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_10_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_4_10_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_10 ; x3do:hasChildren :ProtoInstance_2_21_4_1_4_10_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_1_4_10_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4_10_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_10_5_1_1, :fieldValue_2_21_4_1_4_10_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_1_4_10_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_10_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_1_4_10_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_10_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_1_4_11 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_11_1, :fieldValue_2_21_4_1_4_11_2, :fieldValue_2_21_4_1_4_11_3, :fieldValue_2_21_4_1_4_11_4, :fieldValue_2_21_4_1_4_11_5 ; x3do:name 'Room' . :fieldValue_2_21_4_1_4_11_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_11 ; x3do:name 'name' ; x3do:value 'room9' . :fieldValue_2_21_4_1_4_11_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_11 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_1_4_11_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_11 ; x3do:name 'edgeIndex' ; x3do:value ( 17 34 37 36 ) . :fieldValue_2_21_4_1_4_11_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_11 ; x3do:hasChildren :ProtoInstance_2_21_4_1_4_11_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_1_4_11_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4_11_4 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_11_4_1_1, :fieldValue_2_21_4_1_4_11_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_1_4_11_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_11_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_1_4_11_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_11_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_4_11_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_11 ; x3do:hasChildren :ProtoInstance_2_21_4_1_4_11_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_1_4_11_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4_11_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_11_5_1_1, :fieldValue_2_21_4_1_4_11_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_1_4_11_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_11_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_1_4_11_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_11_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_1_4_12 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_12_1, :fieldValue_2_21_4_1_4_12_2, :fieldValue_2_21_4_1_4_12_3, :fieldValue_2_21_4_1_4_12_4, :fieldValue_2_21_4_1_4_12_5 ; x3do:name 'Room' . :fieldValue_2_21_4_1_4_12_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_12 ; x3do:name 'name' ; x3do:value 'room11' . :fieldValue_2_21_4_1_4_12_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_12 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_1_4_12_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_12 ; x3do:name 'edgeIndex' ; x3do:value ( 24 27 26 38 32 31 39 ) . :fieldValue_2_21_4_1_4_12_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_12 ; x3do:hasChildren :ProtoInstance_2_21_4_1_4_12_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_1_4_12_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4_12_4 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_12_4_1_1, :fieldValue_2_21_4_1_4_12_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_1_4_12_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_12_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_1_4_12_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_12_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_4_12_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_12 ; x3do:hasChildren :ProtoInstance_2_21_4_1_4_12_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_1_4_12_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4_12_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_12_5_1_1, :fieldValue_2_21_4_1_4_12_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_1_4_12_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_12_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_1_4_12_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_12_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_1_4_13 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_13_1, :fieldValue_2_21_4_1_4_13_2, :fieldValue_2_21_4_1_4_13_3, :fieldValue_2_21_4_1_4_13_4, :fieldValue_2_21_4_1_4_13_5 ; x3do:name 'Room' . :fieldValue_2_21_4_1_4_13_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_13 ; x3do:name 'name' ; x3do:value 'stair-room12' . :fieldValue_2_21_4_1_4_13_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_13 ; x3do:name 'componentLabel' ; x3do:value 'STAIR' . :fieldValue_2_21_4_1_4_13_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_13 ; x3do:name 'edgeIndex' ; x3do:value ( 29 30 32 31 ) . :fieldValue_2_21_4_1_4_13_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_13 ; x3do:hasChildren :ProtoInstance_2_21_4_1_4_13_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_1_4_13_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4_13_4 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_13_4_1_1, :fieldValue_2_21_4_1_4_13_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_1_4_13_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_13_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_1_4_13_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_13_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_4_13_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_13 ; x3do:hasChildren :ProtoInstance_2_21_4_1_4_13_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_1_4_13_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_4_13_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_4_13_5_1_1, :fieldValue_2_21_4_1_4_13_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_1_4_13_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_13_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_1_4_13_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_4_13_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1 ; x3do:hasChildren :Uhrb-Wall-1, :Uhrb-Wall-2, :Uhrb-Wall-3, :Uhrb-Wall-4, :Uhrb-Wall-5, :Uhrb-Wall-6, :Uhrb-Wall-7, :Uhrb-Wall-8, :Uhrb-Wall-9, :Uhrb-Wall-10, :Uhrb-Wall-11, :Uhrb-Wall-12, :Uhrb-Wall-13, :Uhrb-Wall-14, :Uhrb-Wall-15, :Uhrb-Wall-16, :Uhrb-Wall-17, :Uhrb-Wall-18, :Uhrb-Wall-19, :Uhrb-Wall-20, :Uhrb-Wall-21, :Uhrb-Wall-22, :Uhrb-Wall-23, :Uhrb-Wall-24, :Uhrb-Wall-25, :Uhrb-Wall-26, :Uhrb-Wall-27, :Uhrb-Wall-28, :Uhrb-Wall-29, :Uhrb-Wall-30, :Uhrb-Wall-31, :Uhrb-Wall-32, :Uhrb-Wall-33, :Uhrb-Wall-34, :Uhrb-Wall-35, :Uhrb-Wall-36, :Uhrb-Wall-37, :Uhrb-Wall-38 ; x3do:name 'walls' . :Uhrb-Wall-1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_1_1, :fieldValue_2_21_4_1_5_1_2, :fieldValue_2_21_4_1_5_1_3, :fieldValue_2_21_4_1_5_1_4, :fieldValue_2_21_4_1_5_1_5, :fieldValue_2_21_4_1_5_1_6 ; x3do:DEF 'Uhrb-Wall-1' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-1 ; x3do:name 'name' ; x3do:value 'wall7' . :fieldValue_2_21_4_1_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-1 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_1_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-1 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-1 ; x3do:hasCoord :Coordinate_2_21_4_1_5_1_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_1_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_1_4 ; x3do:point ( 6.0 0.0 17.0 6.0 3.253 17.0 6.0 3.253 12.5 6.0 0.0 12.5 ) . :fieldValue_2_21_4_1_5_1_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-1 ; x3do:name 'apertures' . :fieldValue_2_21_4_1_5_1_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-1 ; x3do:name 'attributes' . :Uhrb-Wall-2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_2_1, :fieldValue_2_21_4_1_5_2_2, :fieldValue_2_21_4_1_5_2_3, :fieldValue_2_21_4_1_5_2_4, :fieldValue_2_21_4_1_5_2_5, :fieldValue_2_21_4_1_5_2_6 ; x3do:DEF 'Uhrb-Wall-2' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-2 ; x3do:name 'name' ; x3do:value 'wall3-a' . :fieldValue_2_21_4_1_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-2 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_1_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-2 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-2 ; x3do:hasCoord :Coordinate_2_21_4_1_5_2_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_2_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_2_4 ; x3do:point ( 17.0 0.0 17.0 17.0 3.253 17.0 17.0 3.253 12.5 17.0 0.0 12.5 ) . :fieldValue_2_21_4_1_5_2_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-2 ; x3do:hasChildren :ProtoInstance_2_21_4_1_5_2_5_1, :ProtoInstance_2_21_4_1_5_2_5_2 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_1_5_2_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_2_5_1_1, :fieldValue_2_21_4_1_5_2_5_1_2, :fieldValue_2_21_4_1_5_2_5_1_3, :fieldValue_2_21_4_1_5_2_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_2_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_2_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_1_5_2_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_2_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_1_5_2_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_2_5_1 ; x3do:hasCoord :Coordinate_2_21_4_1_5_2_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_2_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_2_5_1_3 ; x3do:point ( 17.0 1.0 15.999999999999998 17.0 2.0 15.999999999999998 17.0 2.0 14.999999999999998 17.0 1.0 14.999999999999998 ) . :fieldValue_2_21_4_1_5_2_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_2_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_1_5_2_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_2_5_2_1, :fieldValue_2_21_4_1_5_2_5_2_2, :fieldValue_2_21_4_1_5_2_5_2_3, :fieldValue_2_21_4_1_5_2_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_2_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_2_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_1_5_2_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_2_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_1_5_2_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_2_5_2 ; x3do:hasCoord :Coordinate_2_21_4_1_5_2_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_2_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_2_5_2_3 ; x3do:point ( 17.0 1.0 14.499999999999998 17.0 2.0 14.499999999999998 17.0 2.0 13.499999999999998 17.0 1.0 13.499999999999998 ) . :fieldValue_2_21_4_1_5_2_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_2_5_2 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_5_2_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-2 ; x3do:name 'attributes' . :Uhrb-Wall-3 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_3_1, :fieldValue_2_21_4_1_5_3_2, :fieldValue_2_21_4_1_5_3_3, :fieldValue_2_21_4_1_5_3_4, :fieldValue_2_21_4_1_5_3_5, :fieldValue_2_21_4_1_5_3_6 ; x3do:DEF 'Uhrb-Wall-3' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_3_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-3 ; x3do:name 'name' ; x3do:value 'wall4-a' . :fieldValue_2_21_4_1_5_3_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-3 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_1_5_3_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-3 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_3_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-3 ; x3do:hasCoord :Coordinate_2_21_4_1_5_3_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_3_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_3_4 ; x3do:point ( 17.0 0.0 0.0 17.0 3.253 0.0 13.5 3.253 0.0 13.5 0.0 0.0 ) . :fieldValue_2_21_4_1_5_3_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-3 ; x3do:hasChildren :ProtoInstance_2_21_4_1_5_3_5_1, :ProtoInstance_2_21_4_1_5_3_5_2 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_1_5_3_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_3_5_1_1, :fieldValue_2_21_4_1_5_3_5_1_2, :fieldValue_2_21_4_1_5_3_5_1_3, :fieldValue_2_21_4_1_5_3_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_3_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_3_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_1_5_3_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_3_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_1_5_3_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_3_5_1 ; x3do:hasCoord :Coordinate_2_21_4_1_5_3_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_3_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_3_5_1_3 ; x3do:point ( 16.0 1.0 0.0 16.0 2.0 0.0 15.0 2.0 0.0 15.0 1.0 0.0 ) . :fieldValue_2_21_4_1_5_3_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_3_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_1_5_3_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_3_5_2_1, :fieldValue_2_21_4_1_5_3_5_2_2, :fieldValue_2_21_4_1_5_3_5_2_3, :fieldValue_2_21_4_1_5_3_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_3_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_3_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_1_5_3_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_3_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_1_5_3_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_3_5_2 ; x3do:hasCoord :Coordinate_2_21_4_1_5_3_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_3_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_3_5_2_3 ; x3do:point ( 14.5 1.0 0.0 14.5 2.0 0.0 13.5 2.0 0.0 13.5 1.0 0.0 ) . :fieldValue_2_21_4_1_5_3_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_3_5_2 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_5_3_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-3 ; x3do:name 'attributes' . :Uhrb-Wall-4 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_4_1, :fieldValue_2_21_4_1_5_4_2, :fieldValue_2_21_4_1_5_4_3, :fieldValue_2_21_4_1_5_4_4, :fieldValue_2_21_4_1_5_4_5, :fieldValue_2_21_4_1_5_4_6 ; x3do:DEF 'Uhrb-Wall-4' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_4_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-4 ; x3do:name 'name' ; x3do:value 'wall2-a' . :fieldValue_2_21_4_1_5_4_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-4 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_1_5_4_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-4 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_4_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-4 ; x3do:hasCoord :Coordinate_2_21_4_1_5_4_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_4_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_4_4 ; x3do:point ( 0.0 0.0 17.0 0.0 3.253 17.0 4.0 3.253 17.0 4.0 0.0 17.0 ) . :fieldValue_2_21_4_1_5_4_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-4 ; x3do:hasChildren :ProtoInstance_2_21_4_1_5_4_5_1, :ProtoInstance_2_21_4_1_5_4_5_2 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_1_5_4_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_4_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_4_5_1_1, :fieldValue_2_21_4_1_5_4_5_1_2, :fieldValue_2_21_4_1_5_4_5_1_3, :fieldValue_2_21_4_1_5_4_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_4_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_4_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_1_5_4_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_4_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_1_5_4_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_4_5_1 ; x3do:hasCoord :Coordinate_2_21_4_1_5_4_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_4_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_4_5_1_3 ; x3do:point ( 1.0 1.0 17.0 1.0 2.0 17.0 2.0 2.0 17.0 2.0 1.0 17.0 ) . :fieldValue_2_21_4_1_5_4_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_4_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_1_5_4_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_4_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_4_5_2_1, :fieldValue_2_21_4_1_5_4_5_2_2, :fieldValue_2_21_4_1_5_4_5_2_3, :fieldValue_2_21_4_1_5_4_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_4_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_4_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_1_5_4_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_4_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_1_5_4_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_4_5_2 ; x3do:hasCoord :Coordinate_2_21_4_1_5_4_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_4_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_4_5_2_3 ; x3do:point ( 2.5 1.0 17.0 2.5 2.0 17.0 3.5 2.0 17.0 3.5 1.0 17.0 ) . :fieldValue_2_21_4_1_5_4_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_4_5_2 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_5_4_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-4 ; x3do:name 'attributes' . :Uhrb-Wall-5 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_5_1, :fieldValue_2_21_4_1_5_5_2, :fieldValue_2_21_4_1_5_5_3, :fieldValue_2_21_4_1_5_5_4, :fieldValue_2_21_4_1_5_5_5, :fieldValue_2_21_4_1_5_5_6 ; x3do:DEF 'Uhrb-Wall-5' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_5_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-5 ; x3do:name 'name' ; x3do:value 'wall2-b-a' . :fieldValue_2_21_4_1_5_5_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-5 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_1_5_5_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-5 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_5_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-5 ; x3do:hasCoord :Coordinate_2_21_4_1_5_5_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_5_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_5_4 ; x3do:point ( 4.0 0.0 17.0 4.0 3.253 17.0 6.0 3.253 17.0 6.0 0.0 17.0 ) . :fieldValue_2_21_4_1_5_5_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-5 ; x3do:hasChildren :ProtoInstance_2_21_4_1_5_5_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_1_5_5_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_5_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_5_5_1_1, :fieldValue_2_21_4_1_5_5_5_1_2, :fieldValue_2_21_4_1_5_5_5_1_3, :fieldValue_2_21_4_1_5_5_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_5_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_5_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_1_5_5_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_5_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_1_5_5_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_5_5_1 ; x3do:hasCoord :Coordinate_2_21_4_1_5_5_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_5_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_5_5_1_3 ; x3do:point ( 4.5 0.0 17.0 4.5 2.25 17.0 5.5 2.25 17.0 5.5 0.0 17.0 ) . :fieldValue_2_21_4_1_5_5_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_5_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_5_5_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-5 ; x3do:name 'attributes' . :Uhrb-Wall-6 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_6_1, :fieldValue_2_21_4_1_5_6_2, :fieldValue_2_21_4_1_5_6_3, :fieldValue_2_21_4_1_5_6_4, :fieldValue_2_21_4_1_5_6_5, :fieldValue_2_21_4_1_5_6_6 ; x3do:DEF 'Uhrb-Wall-6' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_6_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-6 ; x3do:name 'name' ; x3do:value 'wall3-b-a' . :fieldValue_2_21_4_1_5_6_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-6 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_1_5_6_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-6 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_6_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-6 ; x3do:hasCoord :Coordinate_2_21_4_1_5_6_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_6_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_6_4 ; x3do:point ( 17.0 0.0 12.5 17.0 3.253 12.5 17.0 3.253 7.0 17.0 0.0 7.0 ) . :fieldValue_2_21_4_1_5_6_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-6 ; x3do:hasChildren :ProtoInstance_2_21_4_1_5_6_5_1, :ProtoInstance_2_21_4_1_5_6_5_2 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_1_5_6_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_6_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_6_5_1_1, :fieldValue_2_21_4_1_5_6_5_1_2, :fieldValue_2_21_4_1_5_6_5_1_3, :fieldValue_2_21_4_1_5_6_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_6_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_6_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_1_5_6_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_6_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_1_5_6_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_6_5_1 ; x3do:hasCoord :Coordinate_2_21_4_1_5_6_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_6_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_6_5_1_3 ; x3do:point ( 17.0 1.0 7.999999999999999 17.0 2.0 7.999999999999999 17.0 2.0 8.999999999999998 17.0 1.0 8.999999999999998 ) . :fieldValue_2_21_4_1_5_6_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_6_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_1_5_6_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_6_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_6_5_2_1, :fieldValue_2_21_4_1_5_6_5_2_2, :fieldValue_2_21_4_1_5_6_5_2_3, :fieldValue_2_21_4_1_5_6_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_6_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_6_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_1_5_6_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_6_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_1_5_6_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_6_5_2 ; x3do:hasCoord :Coordinate_2_21_4_1_5_6_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_6_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_6_5_2_3 ; x3do:point ( 17.0 1.0 10.499999999999998 17.0 2.0 10.499999999999998 17.0 2.0 11.499999999999998 17.0 1.0 11.499999999999998 ) . :fieldValue_2_21_4_1_5_6_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_6_5_2 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_5_6_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-6 ; x3do:name 'attributes' . :Uhrb-Wall-7 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_7_1, :fieldValue_2_21_4_1_5_7_2, :fieldValue_2_21_4_1_5_7_3, :fieldValue_2_21_4_1_5_7_4, :fieldValue_2_21_4_1_5_7_5, :fieldValue_2_21_4_1_5_7_6 ; x3do:DEF 'Uhrb-Wall-7' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_7_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-7 ; x3do:name 'name' ; x3do:value 'wall3-b-b' . :fieldValue_2_21_4_1_5_7_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-7 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_1_5_7_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-7 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_7_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-7 ; x3do:hasCoord :Coordinate_2_21_4_1_5_7_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_7_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_7_4 ; x3do:point ( 17.0 0.0 7.0 17.0 3.253 7.0 17.0 3.253 0.0 17.0 0.0 0.0 ) . :fieldValue_2_21_4_1_5_7_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-7 ; x3do:hasChildren :ProtoInstance_2_21_4_1_5_7_5_1, :ProtoInstance_2_21_4_1_5_7_5_2, :ProtoInstance_2_21_4_1_5_7_5_3 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_1_5_7_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_7_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_7_5_1_1, :fieldValue_2_21_4_1_5_7_5_1_2, :fieldValue_2_21_4_1_5_7_5_1_3, :fieldValue_2_21_4_1_5_7_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_7_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_7_5_1 ; x3do:name 'name' ; x3do:value 'aperture3' . :fieldValue_2_21_4_1_5_7_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_7_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_1_5_7_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_7_5_1 ; x3do:hasCoord :Coordinate_2_21_4_1_5_7_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_7_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_7_5_1_3 ; x3do:point ( 17.0 1.0 4.999999999999999 17.0 2.0 4.999999999999999 17.0 2.0 5.999999999999999 17.0 1.0 5.999999999999999 ) . :fieldValue_2_21_4_1_5_7_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_7_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_1_5_7_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_7_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_7_5_2_1, :fieldValue_2_21_4_1_5_7_5_2_2, :fieldValue_2_21_4_1_5_7_5_2_3, :fieldValue_2_21_4_1_5_7_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_7_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_7_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_1_5_7_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_7_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_1_5_7_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_7_5_2 ; x3do:hasCoord :Coordinate_2_21_4_1_5_7_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_7_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_7_5_2_3 ; x3do:point ( 17.0 1.0 0.999999999999999 17.0 2.0 0.999999999999999 17.0 2.0 1.999999999999999 17.0 1.0 1.999999999999999 ) . :fieldValue_2_21_4_1_5_7_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_7_5_2 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_1_5_7_5_3 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_7_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_7_5_3_1, :fieldValue_2_21_4_1_5_7_5_3_2, :fieldValue_2_21_4_1_5_7_5_3_3, :fieldValue_2_21_4_1_5_7_5_3_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_7_5_3_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_7_5_3 ; x3do:name 'name' ; x3do:value 'aperture3' . :fieldValue_2_21_4_1_5_7_5_3_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_7_5_3 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_1_5_7_5_3_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_7_5_3 ; x3do:hasCoord :Coordinate_2_21_4_1_5_7_5_3_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_7_5_3_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_7_5_3_3 ; x3do:point ( 17.0 1.0 2.999999999999999 17.0 2.0 2.999999999999999 17.0 2.0 3.999999999999999 17.0 1.0 3.999999999999999 ) . :fieldValue_2_21_4_1_5_7_5_3_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_7_5_3 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_5_7_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-7 ; x3do:name 'attributes' . :Uhrb-Wall-8 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_8_1, :fieldValue_2_21_4_1_5_8_2, :fieldValue_2_21_4_1_5_8_3, :fieldValue_2_21_4_1_5_8_4, :fieldValue_2_21_4_1_5_8_5, :fieldValue_2_21_4_1_5_8_6 ; x3do:DEF 'Uhrb-Wall-8' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_8_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-8 ; x3do:name 'name' ; x3do:value 'wall15-b-a' . :fieldValue_2_21_4_1_5_8_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-8 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_1_5_8_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-8 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_8_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-8 ; x3do:hasCoord :Coordinate_2_21_4_1_5_8_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_8_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_8_4 ; x3do:point ( 17.0 0.0 7.0 17.0 3.253 7.0 13.5 3.253 7.0 13.5 0.0 7.0 ) . :fieldValue_2_21_4_1_5_8_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-8 ; x3do:name 'apertures' . :fieldValue_2_21_4_1_5_8_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-8 ; x3do:name 'attributes' . :Uhrb-Wall-9 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_9_1, :fieldValue_2_21_4_1_5_9_2, :fieldValue_2_21_4_1_5_9_3, :fieldValue_2_21_4_1_5_9_4, :fieldValue_2_21_4_1_5_9_5, :fieldValue_2_21_4_1_5_9_6 ; x3do:DEF 'Uhrb-Wall-9' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_9_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-9 ; x3do:name 'name' ; x3do:value 'wall11-a-b' . :fieldValue_2_21_4_1_5_9_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-9 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_1_5_9_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-9 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_9_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-9 ; x3do:hasCoord :Coordinate_2_21_4_1_5_9_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_9_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_9_4 ; x3do:point ( 0.0 0.0 10.5 0.0 3.253 10.5 0.0 3.253 17.0 0.0 0.0 17.0 ) . :fieldValue_2_21_4_1_5_9_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-9 ; x3do:hasChildren :ProtoInstance_2_21_4_1_5_9_5_1, :ProtoInstance_2_21_4_1_5_9_5_2, :ProtoInstance_2_21_4_1_5_9_5_3 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_1_5_9_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_9_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_9_5_1_1, :fieldValue_2_21_4_1_5_9_5_1_2, :fieldValue_2_21_4_1_5_9_5_1_3, :fieldValue_2_21_4_1_5_9_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_9_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_9_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_1_5_9_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_9_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_1_5_9_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_9_5_1 ; x3do:hasCoord :Coordinate_2_21_4_1_5_9_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_9_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_9_5_1_3 ; x3do:point ( 3.3677786976552215E-16 1.0 16.0 3.3677786976552215E-16 2.0 16.0 2.755455298081546E-16 2.0 15.0 2.755455298081546E-16 1.0 15.0 ) . :fieldValue_2_21_4_1_5_9_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_9_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_1_5_9_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_9_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_9_5_2_1, :fieldValue_2_21_4_1_5_9_5_2_2, :fieldValue_2_21_4_1_5_9_5_2_3, :fieldValue_2_21_4_1_5_9_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_9_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_9_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_1_5_9_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_9_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_1_5_9_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_9_5_2 ; x3do:hasCoord :Coordinate_2_21_4_1_5_9_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_9_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_9_5_2_3 ; x3do:point ( 2.449293598294707E-16 1.0 14.5 2.449293598294707E-16 2.0 14.5 1.8369701987210302E-16 2.0 13.5 1.8369701987210302E-16 1.0 13.5 ) . :fieldValue_2_21_4_1_5_9_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_9_5_2 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_1_5_9_5_3 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_9_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_9_5_3_1, :fieldValue_2_21_4_1_5_9_5_3_2, :fieldValue_2_21_4_1_5_9_5_3_3, :fieldValue_2_21_4_1_5_9_5_3_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_9_5_3_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_9_5_3 ; x3do:name 'name' ; x3do:value 'aperture3' . :fieldValue_2_21_4_1_5_9_5_3_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_9_5_3 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_1_5_9_5_3_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_9_5_3 ; x3do:hasCoord :Coordinate_2_21_4_1_5_9_5_3_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_9_5_3_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_9_5_3_3 ; x3do:point ( 1.2246467991473535E-16 1.0 12.5 1.2246467991473535E-16 2.0 12.5 6.123233995736767E-17 2.0 11.5 6.123233995736767E-17 1.0 11.5 ) . :fieldValue_2_21_4_1_5_9_5_3_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_9_5_3 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_5_9_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-9 ; x3do:name 'attributes' . :Uhrb-Wall-10 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_10_1, :fieldValue_2_21_4_1_5_10_2, :fieldValue_2_21_4_1_5_10_3, :fieldValue_2_21_4_1_5_10_4, :fieldValue_2_21_4_1_5_10_5, :fieldValue_2_21_4_1_5_10_6 ; x3do:DEF 'Uhrb-Wall-10' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_10_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-10 ; x3do:name 'name' ; x3do:value 'wall13-b-a' . :fieldValue_2_21_4_1_5_10_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-10 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_1_5_10_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-10 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_10_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-10 ; x3do:hasCoord :Coordinate_2_21_4_1_5_10_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_10_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_10_4 ; x3do:point ( 4.0 0.0 17.0 4.0 3.253 17.0 4.0 3.253 10.5 4.0 0.0 10.5 ) . :fieldValue_2_21_4_1_5_10_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-10 ; x3do:hasChildren :ProtoInstance_2_21_4_1_5_10_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_1_5_10_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_10_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_10_5_1_1, :fieldValue_2_21_4_1_5_10_5_1_2, :fieldValue_2_21_4_1_5_10_5_1_3, :fieldValue_2_21_4_1_5_10_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_10_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_10_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_1_5_10_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_10_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_1_5_10_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_10_5_1 ; x3do:hasCoord :Coordinate_2_21_4_1_5_10_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_10_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_10_5_1_3 ; x3do:point ( 4.0 0.0 11.0 4.0 2.25 11.0 4.0 2.25 12.0 4.0 0.0 12.0 ) . :fieldValue_2_21_4_1_5_10_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_10_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_5_10_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-10 ; x3do:name 'attributes' . :Uhrb-Wall-11 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_11_1, :fieldValue_2_21_4_1_5_11_2, :fieldValue_2_21_4_1_5_11_3, :fieldValue_2_21_4_1_5_11_4, :fieldValue_2_21_4_1_5_11_5, :fieldValue_2_21_4_1_5_11_6 ; x3do:DEF 'Uhrb-Wall-11' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_11_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-11 ; x3do:name 'name' ; x3do:value 'wall20-b' . :fieldValue_2_21_4_1_5_11_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-11 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_1_5_11_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-11 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_11_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-11 ; x3do:hasCoord :Coordinate_2_21_4_1_5_11_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_11_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_11_4 ; x3do:point ( 0.0 0.0 10.5 0.0 3.253 10.5 4.0 3.253 10.5 4.0 0.0 10.5 ) . :fieldValue_2_21_4_1_5_11_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-11 ; x3do:name 'apertures' . :fieldValue_2_21_4_1_5_11_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-11 ; x3do:name 'attributes' . :Uhrb-Wall-12 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_12_1, :fieldValue_2_21_4_1_5_12_2, :fieldValue_2_21_4_1_5_12_3, :fieldValue_2_21_4_1_5_12_4, :fieldValue_2_21_4_1_5_12_5, :fieldValue_2_21_4_1_5_12_6 ; x3do:DEF 'Uhrb-Wall-12' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_12_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-12 ; x3do:name 'name' ; x3do:value 'wall11-a-a-b' . :fieldValue_2_21_4_1_5_12_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-12 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_1_5_12_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-12 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_12_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-12 ; x3do:hasCoord :Coordinate_2_21_4_1_5_12_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_12_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_12_4 ; x3do:point ( 0.0 0.0 5.0 0.0 3.253 5.0 0.0 3.253 10.5 0.0 0.0 10.5 ) . :fieldValue_2_21_4_1_5_12_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-12 ; x3do:hasChildren :ProtoInstance_2_21_4_1_5_12_5_1, :ProtoInstance_2_21_4_1_5_12_5_2 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_1_5_12_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_12_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_12_5_1_1, :fieldValue_2_21_4_1_5_12_5_1_2, :fieldValue_2_21_4_1_5_12_5_1_3, :fieldValue_2_21_4_1_5_12_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_12_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_12_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_1_5_12_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_12_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_1_5_12_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_12_5_1 ; x3do:hasCoord :Coordinate_2_21_4_1_5_12_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_12_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_12_5_1_3 ; x3do:point ( 2.7554552980815443E-16 1.0 9.5 2.7554552980815443E-16 2.0 9.5 2.1431318985078676E-16 2.0 8.5 2.1431318985078676E-16 1.0 8.5 ) . :fieldValue_2_21_4_1_5_12_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_12_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_1_5_12_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_12_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_12_5_2_1, :fieldValue_2_21_4_1_5_12_5_2_2, :fieldValue_2_21_4_1_5_12_5_2_3, :fieldValue_2_21_4_1_5_12_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_12_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_12_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_1_5_12_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_12_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_1_5_12_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_12_5_2 ; x3do:hasCoord :Coordinate_2_21_4_1_5_12_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_12_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_12_5_2_3 ; x3do:point ( 1.224646799147353E-16 1.0 7.0 1.224646799147353E-16 2.0 7.0 6.123233995736762E-17 2.0 6.0 6.123233995736762E-17 1.0 6.0 ) . :fieldValue_2_21_4_1_5_12_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_12_5_2 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_5_12_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-12 ; x3do:name 'attributes' . :Uhrb-Wall-13 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_13_1, :fieldValue_2_21_4_1_5_13_2, :fieldValue_2_21_4_1_5_13_3, :fieldValue_2_21_4_1_5_13_4, :fieldValue_2_21_4_1_5_13_5, :fieldValue_2_21_4_1_5_13_6 ; x3do:DEF 'Uhrb-Wall-13' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_13_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-13 ; x3do:name 'name' ; x3do:value 'wall13-b-b-a' . :fieldValue_2_21_4_1_5_13_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-13 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_1_5_13_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-13 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_13_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-13 ; x3do:hasCoord :Coordinate_2_21_4_1_5_13_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_13_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_13_4 ; x3do:point ( 4.0 0.0 10.5 4.0 3.253 10.5 4.0 3.253 5.0 4.0 0.0 5.0 ) . :fieldValue_2_21_4_1_5_13_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-13 ; x3do:hasChildren :ProtoInstance_2_21_4_1_5_13_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_1_5_13_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_13_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_13_5_1_1, :fieldValue_2_21_4_1_5_13_5_1_2, :fieldValue_2_21_4_1_5_13_5_1_3, :fieldValue_2_21_4_1_5_13_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_13_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_13_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_1_5_13_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_13_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_1_5_13_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_13_5_1 ; x3do:hasCoord :Coordinate_2_21_4_1_5_13_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_13_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_13_5_1_3 ; x3do:point ( 4.0 0.0 5.5 4.0 2.25 5.5 4.0 2.25 6.5 4.0 0.0 6.5 ) . :fieldValue_2_21_4_1_5_13_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_13_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_5_13_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-13 ; x3do:name 'attributes' . :Uhrb-Wall-14 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_14_1, :fieldValue_2_21_4_1_5_14_2, :fieldValue_2_21_4_1_5_14_3, :fieldValue_2_21_4_1_5_14_4, :fieldValue_2_21_4_1_5_14_5, :fieldValue_2_21_4_1_5_14_6 ; x3do:DEF 'Uhrb-Wall-14' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_14_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-14 ; x3do:name 'name' ; x3do:value 'wall24-b' . :fieldValue_2_21_4_1_5_14_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-14 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_1_5_14_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-14 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_14_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-14 ; x3do:hasCoord :Coordinate_2_21_4_1_5_14_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_14_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_14_4 ; x3do:point ( 0.0 0.0 5.0 0.0 3.253 5.0 4.0 3.253 5.0 4.0 0.0 5.0 ) . :fieldValue_2_21_4_1_5_14_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-14 ; x3do:name 'apertures' . :fieldValue_2_21_4_1_5_14_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-14 ; x3do:name 'attributes' . :Uhrb-Wall-15 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_15_1, :fieldValue_2_21_4_1_5_15_2, :fieldValue_2_21_4_1_5_15_3, :fieldValue_2_21_4_1_5_15_4, :fieldValue_2_21_4_1_5_15_5, :fieldValue_2_21_4_1_5_15_6 ; x3do:DEF 'Uhrb-Wall-15' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_15_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-15 ; x3do:name 'name' ; x3do:value 'wall11-a-a-a-a' . :fieldValue_2_21_4_1_5_15_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-15 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_1_5_15_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-15 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_15_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-15 ; x3do:hasCoord :Coordinate_2_21_4_1_5_15_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_15_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_15_4 ; x3do:point ( 0.0 0.0 0.0 0.0 3.253 0.0 0.0 3.253 2.5 0.0 0.0 2.5 ) . :fieldValue_2_21_4_1_5_15_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-15 ; x3do:hasChildren :ProtoInstance_2_21_4_1_5_15_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_1_5_15_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_15_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_15_5_1_1, :fieldValue_2_21_4_1_5_15_5_1_2, :fieldValue_2_21_4_1_5_15_5_1_3, :fieldValue_2_21_4_1_5_15_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_15_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_15_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_1_5_15_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_15_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_1_5_15_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_15_5_1 ; x3do:hasCoord :Coordinate_2_21_4_1_5_15_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_15_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_15_5_1_3 ; x3do:point ( 6.123233995736766E-17 1.0 1.0 6.123233995736766E-17 2.0 1.0 1.2246467991473532E-16 2.0 2.0 1.2246467991473532E-16 1.0 2.0 ) . :fieldValue_2_21_4_1_5_15_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_15_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_5_15_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-15 ; x3do:name 'attributes' . :Uhrb-Wall-16 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_16_1, :fieldValue_2_21_4_1_5_16_2, :fieldValue_2_21_4_1_5_16_3, :fieldValue_2_21_4_1_5_16_4, :fieldValue_2_21_4_1_5_16_5, :fieldValue_2_21_4_1_5_16_6 ; x3do:DEF 'Uhrb-Wall-16' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_16_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-16 ; x3do:name 'name' ; x3do:value 'wall11-a-a-a-b' . :fieldValue_2_21_4_1_5_16_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-16 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_1_5_16_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-16 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_16_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-16 ; x3do:hasCoord :Coordinate_2_21_4_1_5_16_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_16_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_16_4 ; x3do:point ( 0.0 0.0 2.5 0.0 3.253 2.5 0.0 3.253 5.0 0.0 0.0 5.0 ) . :fieldValue_2_21_4_1_5_16_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-16 ; x3do:hasChildren :ProtoInstance_2_21_4_1_5_16_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_1_5_16_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_16_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_16_5_1_1, :fieldValue_2_21_4_1_5_16_5_1_2, :fieldValue_2_21_4_1_5_16_5_1_3, :fieldValue_2_21_4_1_5_16_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_16_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_16_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_1_5_16_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_16_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_1_5_16_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_16_5_1 ; x3do:hasCoord :Coordinate_2_21_4_1_5_16_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_16_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_16_5_1_3 ; x3do:point ( 3.061616997868381E-17 1.0 3.0 3.061616997868381E-17 2.0 3.0 9.184850993605148E-17 2.0 4.0 9.184850993605148E-17 1.0 4.0 ) . :fieldValue_2_21_4_1_5_16_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_16_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_5_16_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-16 ; x3do:name 'attributes' . :Uhrb-Wall-17 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_17_1, :fieldValue_2_21_4_1_5_17_2, :fieldValue_2_21_4_1_5_17_3, :fieldValue_2_21_4_1_5_17_4, :fieldValue_2_21_4_1_5_17_5, :fieldValue_2_21_4_1_5_17_6 ; x3do:DEF 'Uhrb-Wall-17' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_17_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-17 ; x3do:name 'name' ; x3do:value 'wall13-b-b-b-a' . :fieldValue_2_21_4_1_5_17_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-17 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_1_5_17_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-17 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_17_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-17 ; x3do:hasCoord :Coordinate_2_21_4_1_5_17_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_17_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_17_4 ; x3do:point ( 4.0 0.0 5.0 4.0 3.253 5.0 4.0 3.253 2.5 4.0 0.0 2.5 ) . :fieldValue_2_21_4_1_5_17_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-17 ; x3do:hasChildren :ProtoInstance_2_21_4_1_5_17_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_1_5_17_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_17_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_17_5_1_1, :fieldValue_2_21_4_1_5_17_5_1_2, :fieldValue_2_21_4_1_5_17_5_1_3, :fieldValue_2_21_4_1_5_17_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_17_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_17_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_1_5_17_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_17_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_1_5_17_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_17_5_1 ; x3do:hasCoord :Coordinate_2_21_4_1_5_17_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_17_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_17_5_1_3 ; x3do:point ( 3.9999999999999996 0.0 3.4999999999999996 3.9999999999999996 2.25 3.4999999999999996 4.0 2.25 4.5 4.0 0.0 4.5 ) . :fieldValue_2_21_4_1_5_17_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_17_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_5_17_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-17 ; x3do:name 'attributes' . :Uhrb-Wall-18 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_18_1, :fieldValue_2_21_4_1_5_18_2, :fieldValue_2_21_4_1_5_18_3, :fieldValue_2_21_4_1_5_18_4, :fieldValue_2_21_4_1_5_18_5, :fieldValue_2_21_4_1_5_18_6 ; x3do:DEF 'Uhrb-Wall-18' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_18_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-18 ; x3do:name 'name' ; x3do:value 'wall4-b-a' . :fieldValue_2_21_4_1_5_18_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-18 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_1_5_18_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-18 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_18_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-18 ; x3do:hasCoord :Coordinate_2_21_4_1_5_18_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_18_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_18_4 ; x3do:point ( 13.5 0.0 0.0 13.5 3.253 0.0 4.0 3.253 0.0 4.0 0.0 0.0 ) . :fieldValue_2_21_4_1_5_18_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-18 ; x3do:hasChildren :ProtoInstance_2_21_4_1_5_18_5_1, :ProtoInstance_2_21_4_1_5_18_5_2, :ProtoInstance_2_21_4_1_5_18_5_3 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_1_5_18_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_18_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_18_5_1_1, :fieldValue_2_21_4_1_5_18_5_1_2, :fieldValue_2_21_4_1_5_18_5_1_3, :fieldValue_2_21_4_1_5_18_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_18_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_18_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_1_5_18_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_18_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_1_5_18_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_18_5_1 ; x3do:hasCoord :Coordinate_2_21_4_1_5_18_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_18_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_18_5_1_3 ; x3do:point ( 4.0 0.0 0.0 4.0 2.5 0.0 6.5 2.5 0.0 6.5 0.0 0.0 ) . :fieldValue_2_21_4_1_5_18_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_18_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_1_5_18_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_18_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_18_5_2_1, :fieldValue_2_21_4_1_5_18_5_2_2, :fieldValue_2_21_4_1_5_18_5_2_3, :fieldValue_2_21_4_1_5_18_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_18_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_18_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_1_5_18_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_18_5_2 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_1_5_18_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_18_5_2 ; x3do:hasCoord :Coordinate_2_21_4_1_5_18_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_18_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_18_5_2_3 ; x3do:point ( 7.0 0.0 0.0 7.0 2.5 0.0 9.5 2.5 0.0 9.5 0.0 0.0 ) . :fieldValue_2_21_4_1_5_18_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_18_5_2 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_1_5_18_5_3 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_18_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_18_5_3_1, :fieldValue_2_21_4_1_5_18_5_3_2, :fieldValue_2_21_4_1_5_18_5_3_3, :fieldValue_2_21_4_1_5_18_5_3_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_18_5_3_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_18_5_3 ; x3do:name 'name' ; x3do:value 'aperture3' . :fieldValue_2_21_4_1_5_18_5_3_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_18_5_3 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_1_5_18_5_3_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_18_5_3 ; x3do:hasCoord :Coordinate_2_21_4_1_5_18_5_3_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_18_5_3_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_18_5_3_3 ; x3do:point ( 10.0 0.0 0.0 10.0 2.5 0.0 12.5 2.5 0.0 12.5 0.0 0.0 ) . :fieldValue_2_21_4_1_5_18_5_3_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_18_5_3 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_5_18_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-18 ; x3do:name 'attributes' . :Uhrb-Wall-19 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_19_1, :fieldValue_2_21_4_1_5_19_2, :fieldValue_2_21_4_1_5_19_3, :fieldValue_2_21_4_1_5_19_4, :fieldValue_2_21_4_1_5_19_5, :fieldValue_2_21_4_1_5_19_6 ; x3do:DEF 'Uhrb-Wall-19' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_19_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-19 ; x3do:name 'name' ; x3do:value 'wall4-b-b' . :fieldValue_2_21_4_1_5_19_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-19 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_1_5_19_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-19 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_19_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-19 ; x3do:hasCoord :Coordinate_2_21_4_1_5_19_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_19_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_19_4 ; x3do:point ( 4.0 0.0 0.0 4.0 3.253 0.0 0.0 3.253 0.0 0.0 0.0 0.0 ) . :fieldValue_2_21_4_1_5_19_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-19 ; x3do:hasChildren :ProtoInstance_2_21_4_1_5_19_5_1, :ProtoInstance_2_21_4_1_5_19_5_2 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_1_5_19_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_19_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_19_5_1_1, :fieldValue_2_21_4_1_5_19_5_1_2, :fieldValue_2_21_4_1_5_19_5_1_3, :fieldValue_2_21_4_1_5_19_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_19_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_19_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_1_5_19_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_19_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_1_5_19_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_19_5_1 ; x3do:hasCoord :Coordinate_2_21_4_1_5_19_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_19_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_19_5_1_3 ; x3do:point ( 1.0 1.0 0.0 1.0 2.0 0.0 2.0 2.0 0.0 2.0 1.0 0.0 ) . :fieldValue_2_21_4_1_5_19_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_19_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_1_5_19_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_19_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_19_5_2_1, :fieldValue_2_21_4_1_5_19_5_2_2, :fieldValue_2_21_4_1_5_19_5_2_3, :fieldValue_2_21_4_1_5_19_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_19_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_19_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_1_5_19_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_19_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_1_5_19_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_19_5_2 ; x3do:hasCoord :Coordinate_2_21_4_1_5_19_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_19_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_19_5_2_3 ; x3do:point ( 2.5 1.0 0.0 2.5 2.0 0.0 3.5 2.0 0.0 3.5 1.0 0.0 ) . :fieldValue_2_21_4_1_5_19_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_19_5_2 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_5_19_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-19 ; x3do:name 'attributes' . :Uhrb-Wall-20 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_20_1, :fieldValue_2_21_4_1_5_20_2, :fieldValue_2_21_4_1_5_20_3, :fieldValue_2_21_4_1_5_20_4, :fieldValue_2_21_4_1_5_20_5, :fieldValue_2_21_4_1_5_20_6 ; x3do:DEF 'Uhrb-Wall-20' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_20_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-20 ; x3do:name 'name' ; x3do:value 'wall28' . :fieldValue_2_21_4_1_5_20_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-20 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_1_5_20_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-20 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_20_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-20 ; x3do:hasCoord :Coordinate_2_21_4_1_5_20_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_20_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_20_4 ; x3do:point ( 0.0 0.0 2.5 0.0 3.253 2.5 4.0 3.253 2.5 4.0 0.0 2.5 ) . :fieldValue_2_21_4_1_5_20_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-20 ; x3do:name 'apertures' . :fieldValue_2_21_4_1_5_20_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-20 ; x3do:name 'attributes' . :Uhrb-Wall-21 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_21_1, :fieldValue_2_21_4_1_5_21_2, :fieldValue_2_21_4_1_5_21_3, :fieldValue_2_21_4_1_5_21_4, :fieldValue_2_21_4_1_5_21_5, :fieldValue_2_21_4_1_5_21_6 ; x3do:DEF 'Uhrb-Wall-21' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_21_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-21 ; x3do:name 'name' ; x3do:value 'wall11-b-a' . :fieldValue_2_21_4_1_5_21_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-21 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_1_5_21_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-21 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_21_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-21 ; x3do:hasCoord :Coordinate_2_21_4_1_5_21_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_21_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_21_4 ; x3do:point ( 13.5 0.0 7.0 13.5 3.253 7.0 13.5 3.253 5.0 13.5 0.0 5.0 ) . :fieldValue_2_21_4_1_5_21_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-21 ; x3do:hasChildren :ProtoInstance_2_21_4_1_5_21_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_1_5_21_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_21_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_21_5_1_1, :fieldValue_2_21_4_1_5_21_5_1_2, :fieldValue_2_21_4_1_5_21_5_1_3, :fieldValue_2_21_4_1_5_21_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_21_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_21_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_1_5_21_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_21_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_1_5_21_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_21_5_1 ; x3do:hasCoord :Coordinate_2_21_4_1_5_21_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_21_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_21_5_1_3 ; x3do:point ( 13.5 0.0 5.499999999999999 13.5 2.25 5.499999999999999 13.5 2.25 6.499999999999999 13.5 0.0 6.499999999999999 ) . :fieldValue_2_21_4_1_5_21_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_21_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_5_21_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-21 ; x3do:name 'attributes' . :Uhrb-Wall-22 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_22_1, :fieldValue_2_21_4_1_5_22_2, :fieldValue_2_21_4_1_5_22_3, :fieldValue_2_21_4_1_5_22_4, :fieldValue_2_21_4_1_5_22_5, :fieldValue_2_21_4_1_5_22_6 ; x3do:DEF 'Uhrb-Wall-22' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_22_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-22 ; x3do:name 'name' ; x3do:value 'wall31-a' . :fieldValue_2_21_4_1_5_22_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-22 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_1_5_22_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-22 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_22_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-22 ; x3do:hasCoord :Coordinate_2_21_4_1_5_22_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_22_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_22_4 ; x3do:point ( 4.0 0.0 5.0 4.0 3.253 5.0 13.5 3.253 5.0 13.5 0.0 5.0 ) . :fieldValue_2_21_4_1_5_22_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-22 ; x3do:hasChildren :ProtoInstance_2_21_4_1_5_22_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_1_5_22_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_22_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_22_5_1_1, :fieldValue_2_21_4_1_5_22_5_1_2, :fieldValue_2_21_4_1_5_22_5_1_3, :fieldValue_2_21_4_1_5_22_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_22_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_22_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_1_5_22_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_22_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_1_5_22_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_22_5_1 ; x3do:hasCoord :Coordinate_2_21_4_1_5_22_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_22_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_22_5_1_3 ; x3do:point ( 7.0 0.0 5.0 7.0 2.5 5.0 9.5 2.5 5.0 9.5 0.0 5.0 ) . :fieldValue_2_21_4_1_5_22_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_22_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_5_22_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-22 ; x3do:name 'attributes' . :Uhrb-Wall-23 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_23_1, :fieldValue_2_21_4_1_5_23_2, :fieldValue_2_21_4_1_5_23_3, :fieldValue_2_21_4_1_5_23_4, :fieldValue_2_21_4_1_5_23_5, :fieldValue_2_21_4_1_5_23_6 ; x3do:DEF 'Uhrb-Wall-23' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_23_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-23 ; x3do:name 'name' ; x3do:value 'wall2-b-b-a' . :fieldValue_2_21_4_1_5_23_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-23 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_1_5_23_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-23 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_23_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-23 ; x3do:hasCoord :Coordinate_2_21_4_1_5_23_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_23_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_23_4 ; x3do:point ( 6.0 0.0 17.0 6.0 3.253 17.0 11.0 3.253 17.0 11.0 0.0 17.0 ) . :fieldValue_2_21_4_1_5_23_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-23 ; x3do:hasChildren :ProtoInstance_2_21_4_1_5_23_5_1, :ProtoInstance_2_21_4_1_5_23_5_2 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_1_5_23_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_23_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_23_5_1_1, :fieldValue_2_21_4_1_5_23_5_1_2, :fieldValue_2_21_4_1_5_23_5_1_3, :fieldValue_2_21_4_1_5_23_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_23_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_23_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_1_5_23_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_23_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_1_5_23_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_23_5_1 ; x3do:hasCoord :Coordinate_2_21_4_1_5_23_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_23_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_23_5_1_3 ; x3do:point ( 10.0 1.0 17.0 10.0 2.0 17.0 9.0 2.0 17.0 9.0 1.0 17.0 ) . :fieldValue_2_21_4_1_5_23_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_23_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_1_5_23_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_23_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_23_5_2_1, :fieldValue_2_21_4_1_5_23_5_2_2, :fieldValue_2_21_4_1_5_23_5_2_3, :fieldValue_2_21_4_1_5_23_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_23_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_23_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_1_5_23_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_23_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_1_5_23_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_23_5_2 ; x3do:hasCoord :Coordinate_2_21_4_1_5_23_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_23_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_23_5_2_3 ; x3do:point ( 8.0 1.0 17.0 8.0 2.0 17.0 7.0 2.0 17.0 7.0 1.0 17.0 ) . :fieldValue_2_21_4_1_5_23_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_23_5_2 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_5_23_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-23 ; x3do:name 'attributes' . :Uhrb-Wall-24 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_24_1, :fieldValue_2_21_4_1_5_24_2, :fieldValue_2_21_4_1_5_24_3, :fieldValue_2_21_4_1_5_24_4, :fieldValue_2_21_4_1_5_24_5, :fieldValue_2_21_4_1_5_24_6 ; x3do:DEF 'Uhrb-Wall-24' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_24_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-24 ; x3do:name 'name' ; x3do:value 'wall2-b-b-b' . :fieldValue_2_21_4_1_5_24_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-24 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_1_5_24_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-24 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_24_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-24 ; x3do:hasCoord :Coordinate_2_21_4_1_5_24_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_24_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_24_4 ; x3do:point ( 11.0 0.0 17.0 11.0 3.253 17.0 17.0 3.253 17.0 17.0 0.0 17.0 ) . :fieldValue_2_21_4_1_5_24_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-24 ; x3do:hasChildren :ProtoInstance_2_21_4_1_5_24_5_1, :ProtoInstance_2_21_4_1_5_24_5_2 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_1_5_24_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_24_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_24_5_1_1, :fieldValue_2_21_4_1_5_24_5_1_2, :fieldValue_2_21_4_1_5_24_5_1_3, :fieldValue_2_21_4_1_5_24_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_24_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_24_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_1_5_24_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_24_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_1_5_24_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_24_5_1 ; x3do:hasCoord :Coordinate_2_21_4_1_5_24_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_24_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_24_5_1_3 ; x3do:point ( 15.5 1.0 17.0 15.5 2.0 17.0 14.5 2.0 17.0 14.5 1.0 17.0 ) . :fieldValue_2_21_4_1_5_24_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_24_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_1_5_24_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_24_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_24_5_2_1, :fieldValue_2_21_4_1_5_24_5_2_2, :fieldValue_2_21_4_1_5_24_5_2_3, :fieldValue_2_21_4_1_5_24_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_24_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_24_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_1_5_24_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_24_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_1_5_24_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_24_5_2 ; x3do:hasCoord :Coordinate_2_21_4_1_5_24_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_24_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_24_5_2_3 ; x3do:point ( 13.5 1.0 17.0 13.5 2.0 17.0 12.5 2.0 17.0 12.5 1.0 17.0 ) . :fieldValue_2_21_4_1_5_24_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_24_5_2 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_5_24_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-24 ; x3do:name 'attributes' . :Uhrb-Wall-25 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_25_1, :fieldValue_2_21_4_1_5_25_2, :fieldValue_2_21_4_1_5_25_3, :fieldValue_2_21_4_1_5_25_4, :fieldValue_2_21_4_1_5_25_5, :fieldValue_2_21_4_1_5_25_6 ; x3do:DEF 'Uhrb-Wall-25' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_25_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-25 ; x3do:name 'name' ; x3do:value 'wall9-a' . :fieldValue_2_21_4_1_5_25_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-25 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_1_5_25_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-25 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_25_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-25 ; x3do:hasCoord :Coordinate_2_21_4_1_5_25_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_25_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_25_4 ; x3do:point ( 6.0 0.0 12.5 6.0 3.253 12.5 11.0 3.253 12.5 11.0 0.0 12.5 ) . :fieldValue_2_21_4_1_5_25_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-25 ; x3do:hasChildren :ProtoInstance_2_21_4_1_5_25_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_1_5_25_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_25_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_25_5_1_1, :fieldValue_2_21_4_1_5_25_5_1_2, :fieldValue_2_21_4_1_5_25_5_1_3, :fieldValue_2_21_4_1_5_25_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_25_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_25_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_1_5_25_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_25_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_1_5_25_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_25_5_1 ; x3do:hasCoord :Coordinate_2_21_4_1_5_25_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_25_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_25_5_1_3 ; x3do:point ( 6.5 0.0 12.5 6.5 2.25 12.5 7.5 2.25 12.5 7.5 0.0 12.5 ) . :fieldValue_2_21_4_1_5_25_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_25_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_5_25_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-25 ; x3do:name 'attributes' . :Uhrb-Wall-26 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_26_1, :fieldValue_2_21_4_1_5_26_2, :fieldValue_2_21_4_1_5_26_3, :fieldValue_2_21_4_1_5_26_4, :fieldValue_2_21_4_1_5_26_5, :fieldValue_2_21_4_1_5_26_6 ; x3do:DEF 'Uhrb-Wall-26' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_26_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-26 ; x3do:name 'name' ; x3do:value 'wall27-a' . :fieldValue_2_21_4_1_5_26_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-26 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_1_5_26_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-26 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_26_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-26 ; x3do:hasCoord :Coordinate_2_21_4_1_5_26_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_26_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_26_4 ; x3do:point ( 11.0 0.0 17.0 11.0 3.253 17.0 11.0 3.253 12.5 11.0 0.0 12.5 ) . :fieldValue_2_21_4_1_5_26_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-26 ; x3do:name 'apertures' . :fieldValue_2_21_4_1_5_26_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-26 ; x3do:name 'attributes' . :Uhrb-Wall-27 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_27_1, :fieldValue_2_21_4_1_5_27_2, :fieldValue_2_21_4_1_5_27_3, :fieldValue_2_21_4_1_5_27_4, :fieldValue_2_21_4_1_5_27_5, :fieldValue_2_21_4_1_5_27_6 ; x3do:DEF 'Uhrb-Wall-27' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_27_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-27 ; x3do:name 'name' ; x3do:value 'wall11-a' . :fieldValue_2_21_4_1_5_27_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-27 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_1_5_27_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-27 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_27_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-27 ; x3do:hasCoord :Coordinate_2_21_4_1_5_27_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_27_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_27_4 ; x3do:point ( 13.5 0.0 12.5 13.5 3.253 12.5 13.5 3.253 7.0 13.5 0.0 7.0 ) . :fieldValue_2_21_4_1_5_27_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-27 ; x3do:hasChildren :ProtoInstance_2_21_4_1_5_27_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_1_5_27_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_27_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_27_5_1_1, :fieldValue_2_21_4_1_5_27_5_1_2, :fieldValue_2_21_4_1_5_27_5_1_3, :fieldValue_2_21_4_1_5_27_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_27_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_27_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_1_5_27_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_27_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_1_5_27_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_27_5_1 ; x3do:hasCoord :Coordinate_2_21_4_1_5_27_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_27_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_27_5_1_3 ; x3do:point ( 13.5 0.0 11.0 13.5 2.25 11.0 13.5 2.25 12.0 13.5 0.0 12.0 ) . :fieldValue_2_21_4_1_5_27_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_27_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_5_27_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-27 ; x3do:name 'attributes' . :Uhrb-Wall-28 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_28_1, :fieldValue_2_21_4_1_5_28_2, :fieldValue_2_21_4_1_5_28_3, :fieldValue_2_21_4_1_5_28_4, :fieldValue_2_21_4_1_5_28_5, :fieldValue_2_21_4_1_5_28_6 ; x3do:DEF 'Uhrb-Wall-28' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_28_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-28 ; x3do:name 'name' ; x3do:value 'wall9-b-a' . :fieldValue_2_21_4_1_5_28_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-28 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_1_5_28_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-28 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_28_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-28 ; x3do:hasCoord :Coordinate_2_21_4_1_5_28_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_28_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_28_4 ; x3do:point ( 11.0 0.0 12.5 11.0 3.253 12.5 13.5 3.253 12.5 13.5 0.0 12.5 ) . :fieldValue_2_21_4_1_5_28_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-28 ; x3do:hasChildren :ProtoInstance_2_21_4_1_5_28_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_1_5_28_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_28_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_28_5_1_1, :fieldValue_2_21_4_1_5_28_5_1_2, :fieldValue_2_21_4_1_5_28_5_1_3, :fieldValue_2_21_4_1_5_28_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_28_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_28_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_1_5_28_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_28_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_1_5_28_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_28_5_1 ; x3do:hasCoord :Coordinate_2_21_4_1_5_28_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_28_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_28_5_1_3 ; x3do:point ( 11.5 0.0 12.5 11.5 2.25 12.5 12.5 2.25 12.5 12.5 0.0 12.5 ) . :fieldValue_2_21_4_1_5_28_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_28_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_5_28_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-28 ; x3do:name 'attributes' . :Uhrb-Wall-29 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_29_1, :fieldValue_2_21_4_1_5_29_2, :fieldValue_2_21_4_1_5_29_3, :fieldValue_2_21_4_1_5_29_4, :fieldValue_2_21_4_1_5_29_5, :fieldValue_2_21_4_1_5_29_6 ; x3do:DEF 'Uhrb-Wall-29' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_29_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-29 ; x3do:name 'name' ; x3do:value 'wall9-b-b' . :fieldValue_2_21_4_1_5_29_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-29 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_1_5_29_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-29 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_29_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-29 ; x3do:hasCoord :Coordinate_2_21_4_1_5_29_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_29_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_29_4 ; x3do:point ( 13.5 0.0 12.5 13.5 3.253 12.5 17.0 3.253 12.5 17.0 0.0 12.5 ) . :fieldValue_2_21_4_1_5_29_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-29 ; x3do:name 'apertures' . :fieldValue_2_21_4_1_5_29_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-29 ; x3do:name 'attributes' . :Uhrb-Wall-30 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_30_1, :fieldValue_2_21_4_1_5_30_2, :fieldValue_2_21_4_1_5_30_3, :fieldValue_2_21_4_1_5_30_4, :fieldValue_2_21_4_1_5_30_5, :fieldValue_2_21_4_1_5_30_6 ; x3do:DEF 'Uhrb-Wall-30' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_30_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-30 ; x3do:name 'name' ; x3do:value 'wall33' . :fieldValue_2_21_4_1_5_30_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-30 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_1_5_30_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-30 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_30_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-30 ; x3do:hasCoord :Coordinate_2_21_4_1_5_30_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_30_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_30_4 ; x3do:point ( 6.0 0.0 11.0 6.0 3.253 11.0 6.0 3.253 7.0 6.0 0.0 7.0 ) . :fieldValue_2_21_4_1_5_30_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-30 ; x3do:name 'apertures' . :fieldValue_2_21_4_1_5_30_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-30 ; x3do:name 'attributes' . :Uhrb-Wall-31 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_31_1, :fieldValue_2_21_4_1_5_31_2, :fieldValue_2_21_4_1_5_31_3, :fieldValue_2_21_4_1_5_31_4, :fieldValue_2_21_4_1_5_31_5, :fieldValue_2_21_4_1_5_31_6 ; x3do:DEF 'Uhrb-Wall-31' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_31_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-31 ; x3do:name 'name' ; x3do:value 'wall34-a' . :fieldValue_2_21_4_1_5_31_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-31 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_1_5_31_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-31 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_31_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-31 ; x3do:hasCoord :Coordinate_2_21_4_1_5_31_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_31_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_31_4 ; x3do:point ( 6.0 0.0 7.0 6.0 3.253 7.0 11.5 3.253 7.0 11.5 0.0 7.0 ) . :fieldValue_2_21_4_1_5_31_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-31 ; x3do:hasChildren :ProtoInstance_2_21_4_1_5_31_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_1_5_31_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_31_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_31_5_1_1, :fieldValue_2_21_4_1_5_31_5_1_2, :fieldValue_2_21_4_1_5_31_5_1_3, :fieldValue_2_21_4_1_5_31_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_31_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_31_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_1_5_31_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_31_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_1_5_31_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_31_5_1 ; x3do:hasCoord :Coordinate_2_21_4_1_5_31_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_31_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_31_5_1_3 ; x3do:point ( 9.5 0.0 7.0 9.5 2.25 7.0 10.5 2.25 7.0 10.5 0.0 7.0 ) . :fieldValue_2_21_4_1_5_31_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_31_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_5_31_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-31 ; x3do:name 'attributes' . :Uhrb-Wall-32 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_32_1, :fieldValue_2_21_4_1_5_32_2, :fieldValue_2_21_4_1_5_32_3, :fieldValue_2_21_4_1_5_32_4, :fieldValue_2_21_4_1_5_32_5, :fieldValue_2_21_4_1_5_32_6 ; x3do:DEF 'Uhrb-Wall-32' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_32_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-32 ; x3do:name 'name' ; x3do:value 'wall32-a' . :fieldValue_2_21_4_1_5_32_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-32 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_1_5_32_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-32 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_32_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-32 ; x3do:hasCoord :Coordinate_2_21_4_1_5_32_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_32_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_32_4 ; x3do:point ( 6.0 0.0 11.0 6.0 3.253 11.0 11.5 3.253 11.0 11.5 0.0 11.0 ) . :fieldValue_2_21_4_1_5_32_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-32 ; x3do:name 'apertures' . :fieldValue_2_21_4_1_5_32_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-32 ; x3do:name 'attributes' . :Uhrb-Wall-33 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_33_1, :fieldValue_2_21_4_1_5_33_2, :fieldValue_2_21_4_1_5_33_3, :fieldValue_2_21_4_1_5_33_4, :fieldValue_2_21_4_1_5_33_5, :fieldValue_2_21_4_1_5_33_6 ; x3do:DEF 'Uhrb-Wall-33' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_33_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-33 ; x3do:name 'name' ; x3do:value 'wall35-a' . :fieldValue_2_21_4_1_5_33_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-33 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_1_5_33_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-33 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_33_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-33 ; x3do:hasCoord :Coordinate_2_21_4_1_5_33_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_33_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_33_4 ; x3do:point ( 11.5 0.0 7.0 11.5 3.253 7.0 11.5 3.253 11.0 11.5 0.0 11.0 ) . :fieldValue_2_21_4_1_5_33_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-33 ; x3do:name 'apertures' . :fieldValue_2_21_4_1_5_33_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-33 ; x3do:name 'attributes' . :Uhrb-Wall-34 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_34_1, :fieldValue_2_21_4_1_5_34_2, :fieldValue_2_21_4_1_5_34_3, :fieldValue_2_21_4_1_5_34_4, :fieldValue_2_21_4_1_5_34_5, :fieldValue_2_21_4_1_5_34_6 ; x3do:DEF 'Uhrb-Wall-34' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_34_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-34 ; x3do:name 'name' ; x3do:value 'wall13-b-b-b-b-a' . :fieldValue_2_21_4_1_5_34_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-34 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_1_5_34_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-34 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_34_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-34 ; x3do:hasCoord :Coordinate_2_21_4_1_5_34_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_34_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_34_4 ; x3do:point ( 4.0 0.0 2.5 4.0 3.253 2.5 4.0 3.253 1.5 4.0 0.0 1.5 ) . :fieldValue_2_21_4_1_5_34_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-34 ; x3do:hasChildren :ProtoInstance_2_21_4_1_5_34_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_1_5_34_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_34_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_34_5_1_1, :fieldValue_2_21_4_1_5_34_5_1_2, :fieldValue_2_21_4_1_5_34_5_1_3, :fieldValue_2_21_4_1_5_34_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_34_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_34_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_1_5_34_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_34_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_1_5_34_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_34_5_1 ; x3do:hasCoord :Coordinate_2_21_4_1_5_34_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_34_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_34_5_1_3 ; x3do:point ( 4.0 0.0 1.4999999999999998 4.0 2.25 1.4999999999999998 4.0 2.25 2.4999999999999996 4.0 0.0 2.4999999999999996 ) . :fieldValue_2_21_4_1_5_34_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_34_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_5_34_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-34 ; x3do:name 'attributes' . :Uhrb-Wall-35 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_35_1, :fieldValue_2_21_4_1_5_35_2, :fieldValue_2_21_4_1_5_35_3, :fieldValue_2_21_4_1_5_35_4, :fieldValue_2_21_4_1_5_35_5, :fieldValue_2_21_4_1_5_35_6 ; x3do:DEF 'Uhrb-Wall-35' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_35_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-35 ; x3do:name 'name' ; x3do:value 'wall13-b-b-b-b-b' . :fieldValue_2_21_4_1_5_35_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-35 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_1_5_35_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-35 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_35_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-35 ; x3do:hasCoord :Coordinate_2_21_4_1_5_35_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_35_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_35_4 ; x3do:point ( 4.0 0.0 1.5 4.0 3.253 1.5 4.0 3.253 0.0 4.0 0.0 0.0 ) . :fieldValue_2_21_4_1_5_35_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-35 ; x3do:name 'apertures' . :fieldValue_2_21_4_1_5_35_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-35 ; x3do:name 'attributes' . :Uhrb-Wall-36 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_36_1, :fieldValue_2_21_4_1_5_36_2, :fieldValue_2_21_4_1_5_36_3, :fieldValue_2_21_4_1_5_36_4, :fieldValue_2_21_4_1_5_36_5, :fieldValue_2_21_4_1_5_36_6 ; x3do:DEF 'Uhrb-Wall-36' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_36_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-36 ; x3do:name 'name' ; x3do:value 'wall11-b-b-a' . :fieldValue_2_21_4_1_5_36_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-36 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_1_5_36_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-36 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_36_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-36 ; x3do:hasCoord :Coordinate_2_21_4_1_5_36_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_36_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_36_4 ; x3do:point ( 13.5 0.0 5.0 13.5 3.253 5.0 13.5 3.253 1.5 13.5 0.0 1.5 ) . :fieldValue_2_21_4_1_5_36_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-36 ; x3do:name 'apertures' . :fieldValue_2_21_4_1_5_36_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-36 ; x3do:name 'attributes' . :Uhrb-Wall-37 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_37_1, :fieldValue_2_21_4_1_5_37_2, :fieldValue_2_21_4_1_5_37_3, :fieldValue_2_21_4_1_5_37_4, :fieldValue_2_21_4_1_5_37_5, :fieldValue_2_21_4_1_5_37_6 ; x3do:DEF 'Uhrb-Wall-37' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_37_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-37 ; x3do:name 'name' ; x3do:value 'wall11-b-b-b' . :fieldValue_2_21_4_1_5_37_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-37 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_1_5_37_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-37 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_37_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-37 ; x3do:hasCoord :Coordinate_2_21_4_1_5_37_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_37_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_37_4 ; x3do:point ( 13.5 0.0 1.5 13.5 3.253 1.5 13.5 3.253 0.0 13.5 0.0 0.0 ) . :fieldValue_2_21_4_1_5_37_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-37 ; x3do:name 'apertures' . :fieldValue_2_21_4_1_5_37_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-37 ; x3do:name 'attributes' . :Uhrb-Wall-38 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_38_1, :fieldValue_2_21_4_1_5_38_2, :fieldValue_2_21_4_1_5_38_3, :fieldValue_2_21_4_1_5_38_4, :fieldValue_2_21_4_1_5_38_5, :fieldValue_2_21_4_1_5_38_6 ; x3do:DEF 'Uhrb-Wall-38' ; x3do:name 'Wall' . :fieldValue_2_21_4_1_5_38_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-38 ; x3do:name 'name' ; x3do:value 'wall36' . :fieldValue_2_21_4_1_5_38_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-38 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_1_5_38_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-38 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_1_5_38_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-38 ; x3do:hasCoord :Coordinate_2_21_4_1_5_38_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_38_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_38_4 ; x3do:point ( 4.0 0.0 1.5 4.0 2.25 1.5 13.5 2.25 1.5 13.5 0.0 1.5 ) . :fieldValue_2_21_4_1_5_38_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-38 ; x3do:hasChildren :ProtoInstance_2_21_4_1_5_38_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_1_5_38_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_1_5_38_5 ; x3do:hasFieldValue :fieldValue_2_21_4_1_5_38_5_1_1, :fieldValue_2_21_4_1_5_38_5_1_2, :fieldValue_2_21_4_1_5_38_5_1_3, :fieldValue_2_21_4_1_5_38_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_1_5_38_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_38_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_1_5_38_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_38_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_1_5_38_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_38_5_1 ; x3do:hasCoord :Coordinate_2_21_4_1_5_38_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_1_5_38_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_1_5_38_5_1_3 ; x3do:point ( 7.0 0.0 1.5 7.0 2.5 1.5 10.0 2.5 1.5 10.0 0.0 1.5 ) . :fieldValue_2_21_4_1_5_38_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_1_5_38_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_1_5_38_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-38 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4 ; x3do:hasFieldValue :fieldValue_2_21_4_2_1, :fieldValue_2_21_4_2_2, :fieldValue_2_21_4_2_3, :fieldValue_2_21_4_2_4, :fieldValue_2_21_4_2_5 ; x3do:name 'FloorLevel' . :fieldValue_2_21_4_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2 ; x3do:name 'name' ; x3do:value 'floorLevel2' . :fieldValue_2_21_4_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2 ; x3do:name 'zOffset' ; x3do:value 3.253 . :fieldValue_2_21_4_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2 ; x3do:hasChildren :ProtoInstance_2_21_4_2_3_1, :ProtoInstance_2_21_4_2_3_2, :ProtoInstance_2_21_4_2_3_3, :ProtoInstance_2_21_4_2_3_4, :ProtoInstance_2_21_4_2_3_5, :ProtoInstance_2_21_4_2_3_6, :ProtoInstance_2_21_4_2_3_7, :ProtoInstance_2_21_4_2_3_8, :ProtoInstance_2_21_4_2_3_9, :ProtoInstance_2_21_4_2_3_10, :ProtoInstance_2_21_4_2_3_11, :ProtoInstance_2_21_4_2_3_12, :ProtoInstance_2_21_4_2_3_13, :ProtoInstance_2_21_4_2_3_14, :ProtoInstance_2_21_4_2_3_15, :ProtoInstance_2_21_4_2_3_16, :ProtoInstance_2_21_4_2_3_17, :ProtoInstance_2_21_4_2_3_18, :ProtoInstance_2_21_4_2_3_19, :ProtoInstance_2_21_4_2_3_20, :ProtoInstance_2_21_4_2_3_21, :ProtoInstance_2_21_4_2_3_22, :ProtoInstance_2_21_4_2_3_23, :ProtoInstance_2_21_4_2_3_24, :ProtoInstance_2_21_4_2_3_25, :ProtoInstance_2_21_4_2_3_26, :ProtoInstance_2_21_4_2_3_27, :ProtoInstance_2_21_4_2_3_28, :ProtoInstance_2_21_4_2_3_29, :ProtoInstance_2_21_4_2_3_30, :ProtoInstance_2_21_4_2_3_31, :ProtoInstance_2_21_4_2_3_32, :ProtoInstance_2_21_4_2_3_33, :ProtoInstance_2_21_4_2_3_34, :ProtoInstance_2_21_4_2_3_35, :ProtoInstance_2_21_4_2_3_36, :ProtoInstance_2_21_4_2_3_37, :ProtoInstance_2_21_4_2_3_38 ; x3do:name 'edges' . :ProtoInstance_2_21_4_2_3_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_1_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_1 ; x3do:hasCoord :Coordinate_2_21_4_2_3_1_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_1_1 ; x3do:point ( 6.0 0.0 17.0 6.0 0.0 12.5 ) . :ProtoInstance_2_21_4_2_3_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_2_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_2 ; x3do:hasCoord :Coordinate_2_21_4_2_3_2_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_2_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_2_1 ; x3do:point ( 17.0 0.0 17.0 17.0 0.0 12.5 ) . :ProtoInstance_2_21_4_2_3_3 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_3_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_3_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_3 ; x3do:hasCoord :Coordinate_2_21_4_2_3_3_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_3_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_3_1 ; x3do:point ( 17.0 0.0 0.0 13.5 0.0 0.0 ) . :ProtoInstance_2_21_4_2_3_4 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_4_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_4_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_4 ; x3do:hasCoord :Coordinate_2_21_4_2_3_4_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_4_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_4_1 ; x3do:point ( 0.0 0.0 17.0 4.0 0.0 17.0 ) . :ProtoInstance_2_21_4_2_3_5 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_5_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_5_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_5 ; x3do:hasCoord :Coordinate_2_21_4_2_3_5_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_5_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_5_1 ; x3do:point ( 4.0 0.0 17.0 6.0 0.0 17.0 ) . :ProtoInstance_2_21_4_2_3_6 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_6_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_6_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_6 ; x3do:hasCoord :Coordinate_2_21_4_2_3_6_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_6_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_6_1 ; x3do:point ( 17.0 0.0 12.5 17.0 0.0 7.0 ) . :ProtoInstance_2_21_4_2_3_7 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_7_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_7_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_7 ; x3do:hasCoord :Coordinate_2_21_4_2_3_7_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_7_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_7_1 ; x3do:point ( 17.0 0.0 7.0 17.0 0.0 0.0 ) . :ProtoInstance_2_21_4_2_3_8 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_8_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_8_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_8 ; x3do:hasCoord :Coordinate_2_21_4_2_3_8_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_8_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_8_1 ; x3do:point ( 17.0 0.0 7.0 13.5 0.0 7.0 ) . :ProtoInstance_2_21_4_2_3_9 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_9_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_9_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_9 ; x3do:hasCoord :Coordinate_2_21_4_2_3_9_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_9_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_9_1 ; x3do:point ( 0.0 0.0 10.5 0.0 0.0 17.0 ) . :ProtoInstance_2_21_4_2_3_10 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_10_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_10_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_10 ; x3do:hasCoord :Coordinate_2_21_4_2_3_10_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_10_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_10_1 ; x3do:point ( 4.0 0.0 17.0 4.0 0.0 10.5 ) . :ProtoInstance_2_21_4_2_3_11 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_11_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_11_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_11 ; x3do:hasCoord :Coordinate_2_21_4_2_3_11_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_11_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_11_1 ; x3do:point ( 0.0 0.0 10.5 4.0 0.0 10.5 ) . :ProtoInstance_2_21_4_2_3_12 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_12_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_12_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_12 ; x3do:hasCoord :Coordinate_2_21_4_2_3_12_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_12_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_12_1 ; x3do:point ( 0.0 0.0 5.0 0.0 0.0 10.5 ) . :ProtoInstance_2_21_4_2_3_13 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_13_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_13_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_13 ; x3do:hasCoord :Coordinate_2_21_4_2_3_13_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_13_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_13_1 ; x3do:point ( 4.0 0.0 10.5 4.0 0.0 5.0 ) . :ProtoInstance_2_21_4_2_3_14 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_14_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_14_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_14 ; x3do:hasCoord :Coordinate_2_21_4_2_3_14_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_14_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_14_1 ; x3do:point ( 0.0 0.0 5.0 4.0 0.0 5.0 ) . :ProtoInstance_2_21_4_2_3_15 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_15_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_15_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_15 ; x3do:hasCoord :Coordinate_2_21_4_2_3_15_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_15_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_15_1 ; x3do:point ( 0.0 0.0 0.0 0.0 0.0 2.5 ) . :ProtoInstance_2_21_4_2_3_16 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_16_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_16_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_16 ; x3do:hasCoord :Coordinate_2_21_4_2_3_16_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_16_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_16_1 ; x3do:point ( 0.0 0.0 2.5 0.0 0.0 5.0 ) . :ProtoInstance_2_21_4_2_3_17 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_17_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_17_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_17 ; x3do:hasCoord :Coordinate_2_21_4_2_3_17_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_17_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_17_1 ; x3do:point ( 4.0 0.0 5.0 4.0 0.0 2.5 ) . :ProtoInstance_2_21_4_2_3_18 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_18_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_18_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_18 ; x3do:hasCoord :Coordinate_2_21_4_2_3_18_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_18_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_18_1 ; x3do:point ( 13.5 0.0 0.0 4.0 0.0 0.0 ) . :ProtoInstance_2_21_4_2_3_19 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_19_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_19_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_19 ; x3do:hasCoord :Coordinate_2_21_4_2_3_19_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_19_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_19_1 ; x3do:point ( 4.0 0.0 0.0 0.0 0.0 0.0 ) . :ProtoInstance_2_21_4_2_3_20 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_20_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_20_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_20 ; x3do:hasCoord :Coordinate_2_21_4_2_3_20_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_20_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_20_1 ; x3do:point ( 13.5 0.0 7.0 13.5 0.0 5.0 ) . :ProtoInstance_2_21_4_2_3_21 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_21_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_21_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_21 ; x3do:hasCoord :Coordinate_2_21_4_2_3_21_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_21_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_21_1 ; x3do:point ( 4.0 0.0 5.0 13.5 0.0 5.0 ) . :ProtoInstance_2_21_4_2_3_22 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_22_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_22_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_22 ; x3do:hasCoord :Coordinate_2_21_4_2_3_22_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_22_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_22_1 ; x3do:point ( 6.0 0.0 17.0 11.0 0.0 17.0 ) . :ProtoInstance_2_21_4_2_3_23 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_23_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_23_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_23 ; x3do:hasCoord :Coordinate_2_21_4_2_3_23_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_23_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_23_1 ; x3do:point ( 11.0 0.0 17.0 17.0 0.0 17.0 ) . :ProtoInstance_2_21_4_2_3_24 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_24_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_24_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_24 ; x3do:hasCoord :Coordinate_2_21_4_2_3_24_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_24_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_24_1 ; x3do:point ( 6.0 0.0 12.5 11.0 0.0 12.5 ) . :ProtoInstance_2_21_4_2_3_25 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_25_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_25_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_25 ; x3do:hasCoord :Coordinate_2_21_4_2_3_25_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_25_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_25_1 ; x3do:point ( 11.0 0.0 17.0 11.0 0.0 12.5 ) . :ProtoInstance_2_21_4_2_3_26 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_26_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_26_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_26 ; x3do:hasCoord :Coordinate_2_21_4_2_3_26_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_26_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_26_1 ; x3do:point ( 13.5 0.0 12.5 13.5 0.0 7.0 ) . :ProtoInstance_2_21_4_2_3_27 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_27_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_27_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_27 ; x3do:hasCoord :Coordinate_2_21_4_2_3_27_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_27_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_27_1 ; x3do:point ( 11.0 0.0 12.5 13.5 0.0 12.5 ) . :ProtoInstance_2_21_4_2_3_28 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_28_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_28_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_28 ; x3do:hasCoord :Coordinate_2_21_4_2_3_28_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_28_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_28_1 ; x3do:point ( 13.5 0.0 12.5 17.0 0.0 12.5 ) . :ProtoInstance_2_21_4_2_3_29 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_29_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_29_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_29 ; x3do:hasCoord :Coordinate_2_21_4_2_3_29_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_29_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_29_1 ; x3do:point ( 6.0 0.0 11.0 6.0 0.0 7.0 ) . :ProtoInstance_2_21_4_2_3_30 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_30_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_30_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_30 ; x3do:hasCoord :Coordinate_2_21_4_2_3_30_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_30_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_30_1 ; x3do:point ( 6.0 0.0 7.0 11.5 0.0 7.0 ) . :ProtoInstance_2_21_4_2_3_31 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_31_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_31_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_31 ; x3do:hasCoord :Coordinate_2_21_4_2_3_31_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_31_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_31_1 ; x3do:point ( 6.0 0.0 11.0 11.5 0.0 11.0 ) . :ProtoInstance_2_21_4_2_3_32 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_32_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_32_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_32 ; x3do:hasCoord :Coordinate_2_21_4_2_3_32_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_32_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_32_1 ; x3do:point ( 11.5 0.0 7.0 11.5 0.0 11.0 ) . :ProtoInstance_2_21_4_2_3_33 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_33_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_33_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_33 ; x3do:hasCoord :Coordinate_2_21_4_2_3_33_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_33_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_33_1 ; x3do:point ( 4.0 0.0 2.5 4.0 0.0 1.5 ) . :ProtoInstance_2_21_4_2_3_34 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_34_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_34_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_34 ; x3do:hasCoord :Coordinate_2_21_4_2_3_34_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_34_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_34_1 ; x3do:point ( 4.0 0.0 1.5 4.0 0.0 0.0 ) . :ProtoInstance_2_21_4_2_3_35 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_35_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_35_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_35 ; x3do:hasCoord :Coordinate_2_21_4_2_3_35_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_35_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_35_1 ; x3do:point ( 13.5 0.0 5.0 13.5 0.0 1.5 ) . :ProtoInstance_2_21_4_2_3_36 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_36_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_36_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_36 ; x3do:hasCoord :Coordinate_2_21_4_2_3_36_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_36_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_36_1 ; x3do:point ( 13.5 0.0 1.5 13.5 0.0 0.0 ) . :ProtoInstance_2_21_4_2_3_37 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_37_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_37_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_37 ; x3do:hasCoord :Coordinate_2_21_4_2_3_37_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_37_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_37_1 ; x3do:point ( 11.5 0.0 7.0 13.5 0.0 7.0 ) . :ProtoInstance_2_21_4_2_3_38 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_3 ; x3do:hasFieldValue :fieldValue_2_21_4_2_3_38_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_2_3_38_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_3_38 ; x3do:hasCoord :Coordinate_2_21_4_2_3_38_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_2_3_38_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_3_38_1 ; x3do:point ( 6.0 0.0 11.0 6.0 0.0 12.5 ) . :fieldValue_2_21_4_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2 ; x3do:hasChildren :ProtoInstance_2_21_4_2_4_1, :ProtoInstance_2_21_4_2_4_2, :ProtoInstance_2_21_4_2_4_3, :ProtoInstance_2_21_4_2_4_4, :ProtoInstance_2_21_4_2_4_5, :ProtoInstance_2_21_4_2_4_6, :ProtoInstance_2_21_4_2_4_7, :ProtoInstance_2_21_4_2_4_8, :ProtoInstance_2_21_4_2_4_9, :ProtoInstance_2_21_4_2_4_10, :ProtoInstance_2_21_4_2_4_11 ; x3do:name 'rooms' . :ProtoInstance_2_21_4_2_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_1_1, :fieldValue_2_21_4_2_4_1_2, :fieldValue_2_21_4_2_4_1_3, :fieldValue_2_21_4_2_4_1_4, :fieldValue_2_21_4_2_4_1_5 ; x3do:name 'Room' . :fieldValue_2_21_4_2_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_1 ; x3do:name 'name' ; x3do:value 'room0' . :fieldValue_2_21_4_2_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_1 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_2_4_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_1 ; x3do:name 'edgeIndex' ; x3do:value ( 0 23 24 21 ) . :fieldValue_2_21_4_2_4_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_1 ; x3do:hasChildren :ProtoInstance_2_21_4_2_4_1_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_2_4_1_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4_1_4 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_1_4_1_1, :fieldValue_2_21_4_2_4_1_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_2_4_1_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_1_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_2_4_1_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_1_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_4_1_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_1 ; x3do:hasChildren :ProtoInstance_2_21_4_2_4_1_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_2_4_1_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_1_5_1_1, :fieldValue_2_21_4_2_4_1_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_2_4_1_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_1_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_2_4_1_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_1_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_2_4_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_2_1, :fieldValue_2_21_4_2_4_2_2, :fieldValue_2_21_4_2_4_2_3, :fieldValue_2_21_4_2_4_2_4, :fieldValue_2_21_4_2_4_2_5 ; x3do:name 'Room' . :fieldValue_2_21_4_2_4_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_2 ; x3do:name 'name' ; x3do:value 'room1' . :fieldValue_2_21_4_2_4_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_2 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_2_4_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_2 ; x3do:name 'edgeIndex' ; x3do:value ( 0 37 28 29 36 19 20 12 9 4 ) . :fieldValue_2_21_4_2_4_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_2 ; x3do:hasChildren :ProtoInstance_2_21_4_2_4_2_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_2_4_2_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4_2_4 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_2_4_1_1, :fieldValue_2_21_4_2_4_2_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_2_4_2_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_2_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_2_4_2_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_2_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_4_2_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_2 ; x3do:hasChildren :ProtoInstance_2_21_4_2_4_2_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_2_4_2_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_2_5_1_1, :fieldValue_2_21_4_2_4_2_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_2_4_2_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_2_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_2_4_2_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_2_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_2_4_3 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_3_1, :fieldValue_2_21_4_2_4_3_2, :fieldValue_2_21_4_2_4_3_3, :fieldValue_2_21_4_2_4_3_4, :fieldValue_2_21_4_2_4_3_5 ; x3do:name 'Room' . :fieldValue_2_21_4_2_4_3_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_3 ; x3do:name 'name' ; x3do:value 'room2' . :fieldValue_2_21_4_2_4_3_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_3 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_2_4_3_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_3 ; x3do:name 'edgeIndex' ; x3do:value ( 1 27 26 24 22 ) . :fieldValue_2_21_4_2_4_3_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_3 ; x3do:hasChildren :ProtoInstance_2_21_4_2_4_3_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_2_4_3_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4_3_4 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_3_4_1_1, :fieldValue_2_21_4_2_4_3_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_2_4_3_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_3_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_2_4_3_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_3_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_4_3_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_3 ; x3do:hasChildren :ProtoInstance_2_21_4_2_4_3_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_2_4_3_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_3_5_1_1, :fieldValue_2_21_4_2_4_3_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_2_4_3_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_3_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_2_4_3_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_3_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_2_4_4 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_4_1, :fieldValue_2_21_4_2_4_4_2, :fieldValue_2_21_4_2_4_4_3, :fieldValue_2_21_4_2_4_4_4, :fieldValue_2_21_4_2_4_4_5 ; x3do:name 'Room' . :fieldValue_2_21_4_2_4_4_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_4 ; x3do:name 'name' ; x3do:value 'room2' . :fieldValue_2_21_4_2_4_4_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_4 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_2_4_4_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_4 ; x3do:name 'edgeIndex' ; x3do:value ( 2 35 34 19 7 6 ) . :fieldValue_2_21_4_2_4_4_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_4 ; x3do:hasChildren :ProtoInstance_2_21_4_2_4_4_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_2_4_4_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4_4_4 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_4_4_1_1, :fieldValue_2_21_4_2_4_4_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_2_4_4_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_4_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_2_4_4_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_4_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_4_4_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_4 ; x3do:hasChildren :ProtoInstance_2_21_4_2_4_4_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_2_4_4_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4_4_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_4_5_1_1, :fieldValue_2_21_4_2_4_4_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_2_4_4_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_4_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_2_4_4_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_4_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_2_4_5 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_5_1, :fieldValue_2_21_4_2_4_5_2, :fieldValue_2_21_4_2_4_5_3, :fieldValue_2_21_4_2_4_5_4, :fieldValue_2_21_4_2_4_5_5 ; x3do:name 'Room' . :fieldValue_2_21_4_2_4_5_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_5 ; x3do:name 'name' ; x3do:value 'room0' . :fieldValue_2_21_4_2_4_5_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_5 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_2_4_5_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_5 ; x3do:name 'edgeIndex' ; x3do:value ( 3 9 10 8 ) . :fieldValue_2_21_4_2_4_5_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_5 ; x3do:hasChildren :ProtoInstance_2_21_4_2_4_5_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_2_4_5_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4_5_4 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_5_4_1_1, :fieldValue_2_21_4_2_4_5_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_2_4_5_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_5_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_2_4_5_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_5_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_4_5_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_5 ; x3do:hasChildren :ProtoInstance_2_21_4_2_4_5_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_2_4_5_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4_5_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_5_5_1_1, :fieldValue_2_21_4_2_4_5_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_2_4_5_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_5_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_2_4_5_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_5_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_2_4_6 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_6_1, :fieldValue_2_21_4_2_4_6_2, :fieldValue_2_21_4_2_4_6_3, :fieldValue_2_21_4_2_4_6_4, :fieldValue_2_21_4_2_4_6_5 ; x3do:name 'Room' . :fieldValue_2_21_4_2_4_6_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_6 ; x3do:name 'name' ; x3do:value 'room5' . :fieldValue_2_21_4_2_4_6_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_6 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_2_4_6_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_6 ; x3do:name 'edgeIndex' ; x3do:value ( 5 7 25 27 ) . :fieldValue_2_21_4_2_4_6_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_6 ; x3do:hasChildren :ProtoInstance_2_21_4_2_4_6_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_2_4_6_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4_6_4 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_6_4_1_1, :fieldValue_2_21_4_2_4_6_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_2_4_6_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_6_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_2_4_6_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_6_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_4_6_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_6 ; x3do:hasChildren :ProtoInstance_2_21_4_2_4_6_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_2_4_6_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4_6_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_6_5_1_1, :fieldValue_2_21_4_2_4_6_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_2_4_6_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_6_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_2_4_6_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_6_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_2_4_7 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_7_1, :fieldValue_2_21_4_2_4_7_2, :fieldValue_2_21_4_2_4_7_3, :fieldValue_2_21_4_2_4_7_4, :fieldValue_2_21_4_2_4_7_5 ; x3do:name 'Room' . :fieldValue_2_21_4_2_4_7_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_7 ; x3do:name 'name' ; x3do:value 'room1' . :fieldValue_2_21_4_2_4_7_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_7 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_2_4_7_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_7 ; x3do:name 'edgeIndex' ; x3do:value ( 10 12 13 11 ) . :fieldValue_2_21_4_2_4_7_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_7 ; x3do:hasChildren :ProtoInstance_2_21_4_2_4_7_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_2_4_7_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4_7_4 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_7_4_1_1, :fieldValue_2_21_4_2_4_7_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_2_4_7_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_7_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_2_4_7_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_7_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_4_7_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_7 ; x3do:hasChildren :ProtoInstance_2_21_4_2_4_7_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_2_4_7_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4_7_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_7_5_1_1, :fieldValue_2_21_4_2_4_7_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_2_4_7_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_7_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_2_4_7_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_7_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_2_4_8 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_8_1, :fieldValue_2_21_4_2_4_8_2, :fieldValue_2_21_4_2_4_8_3, :fieldValue_2_21_4_2_4_8_4, :fieldValue_2_21_4_2_4_8_5 ; x3do:name 'Room' . :fieldValue_2_21_4_2_4_8_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_8 ; x3do:name 'name' ; x3do:value 'room6' . :fieldValue_2_21_4_2_4_8_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_8 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_2_4_8_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_8 ; x3do:name 'edgeIndex' ; x3do:value ( 13 16 32 33 18 14 15 ) . :fieldValue_2_21_4_2_4_8_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_8 ; x3do:hasChildren :ProtoInstance_2_21_4_2_4_8_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_2_4_8_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4_8_4 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_8_4_1_1, :fieldValue_2_21_4_2_4_8_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_2_4_8_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_8_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_2_4_8_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_8_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_4_8_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_8 ; x3do:hasChildren :ProtoInstance_2_21_4_2_4_8_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_2_4_8_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4_8_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_8_5_1_1, :fieldValue_2_21_4_2_4_8_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_2_4_8_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_8_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_2_4_8_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_8_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_2_4_9 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_9_1, :fieldValue_2_21_4_2_4_9_2, :fieldValue_2_21_4_2_4_9_3, :fieldValue_2_21_4_2_4_9_4, :fieldValue_2_21_4_2_4_9_5 ; x3do:name 'Room' . :fieldValue_2_21_4_2_4_9_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_9 ; x3do:name 'name' ; x3do:value 'room7' . :fieldValue_2_21_4_2_4_9_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_9 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_2_4_9_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_9 ; x3do:name 'edgeIndex' ; x3do:value ( 16 32 33 17 35 34 20 ) . :fieldValue_2_21_4_2_4_9_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_9 ; x3do:hasChildren :ProtoInstance_2_21_4_2_4_9_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_2_4_9_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4_9_4 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_9_4_1_1, :fieldValue_2_21_4_2_4_9_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_2_4_9_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_9_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_2_4_9_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_9_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_4_9_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_9 ; x3do:hasChildren :ProtoInstance_2_21_4_2_4_9_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_2_4_9_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4_9_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_9_5_1_1, :fieldValue_2_21_4_2_4_9_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_2_4_9_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_9_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_2_4_9_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_9_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_2_4_10 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_10_1, :fieldValue_2_21_4_2_4_10_2, :fieldValue_2_21_4_2_4_10_3, :fieldValue_2_21_4_2_4_10_4, :fieldValue_2_21_4_2_4_10_5 ; x3do:name 'Room' . :fieldValue_2_21_4_2_4_10_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_10 ; x3do:name 'name' ; x3do:value 'room9' . :fieldValue_2_21_4_2_4_10_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_10 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_2_4_10_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_10 ; x3do:name 'edgeIndex' ; x3do:value ( 23 26 25 36 31 30 37 ) . :fieldValue_2_21_4_2_4_10_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_10 ; x3do:hasChildren :ProtoInstance_2_21_4_2_4_10_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_2_4_10_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4_10_4 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_10_4_1_1, :fieldValue_2_21_4_2_4_10_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_2_4_10_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_10_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_2_4_10_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_10_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_4_10_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_10 ; x3do:hasChildren :ProtoInstance_2_21_4_2_4_10_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_2_4_10_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4_10_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_10_5_1_1, :fieldValue_2_21_4_2_4_10_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_2_4_10_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_10_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_2_4_10_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_10_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_2_4_11 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_11_1, :fieldValue_2_21_4_2_4_11_2, :fieldValue_2_21_4_2_4_11_3, :fieldValue_2_21_4_2_4_11_4, :fieldValue_2_21_4_2_4_11_5 ; x3do:name 'Room' . :fieldValue_2_21_4_2_4_11_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_11 ; x3do:name 'name' ; x3do:value 'stair-room10' . :fieldValue_2_21_4_2_4_11_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_11 ; x3do:name 'componentLabel' ; x3do:value 'STAIR' . :fieldValue_2_21_4_2_4_11_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_11 ; x3do:name 'edgeIndex' ; x3do:value ( 28 29 31 30 ) . :fieldValue_2_21_4_2_4_11_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_11 ; x3do:hasChildren :ProtoInstance_2_21_4_2_4_11_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_2_4_11_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4_11_4 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_11_4_1_1, :fieldValue_2_21_4_2_4_11_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_2_4_11_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_11_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_2_4_11_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_11_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_4_11_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_11 ; x3do:hasChildren :ProtoInstance_2_21_4_2_4_11_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_2_4_11_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_4_11_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_4_11_5_1_1, :fieldValue_2_21_4_2_4_11_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_2_4_11_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_11_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_2_4_11_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_4_11_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2 ; x3do:hasChildren :Uhrb-Wall-39, :Uhrb-Wall-40, :Uhrb-Wall-41, :Uhrb-Wall-42, :Uhrb-Wall-43, :Uhrb-Wall-44, :Uhrb-Wall-45, :Uhrb-Wall-46, :Uhrb-Wall-47, :Uhrb-Wall-48, :Uhrb-Wall-49, :Uhrb-Wall-50, :Uhrb-Wall-51, :Uhrb-Wall-52, :Uhrb-Wall-53, :Uhrb-Wall-54, :Uhrb-Wall-55, :Uhrb-Wall-56, :Uhrb-Wall-57, :Uhrb-Wall-58, :Uhrb-Wall-59, :Uhrb-Wall-60, :Uhrb-Wall-61, :Uhrb-Wall-62, :Uhrb-Wall-63, :Uhrb-Wall-64, :Uhrb-Wall-65, :Uhrb-Wall-66, :Uhrb-Wall-67, :Uhrb-Wall-68, :Uhrb-Wall-69, :Uhrb-Wall-70, :Uhrb-Wall-71, :Uhrb-Wall-72, :Uhrb-Wall-73, :Uhrb-Wall-74 ; x3do:name 'walls' . :Uhrb-Wall-39 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_1_1, :fieldValue_2_21_4_2_5_1_2, :fieldValue_2_21_4_2_5_1_3, :fieldValue_2_21_4_2_5_1_4, :fieldValue_2_21_4_2_5_1_5, :fieldValue_2_21_4_2_5_1_6 ; x3do:DEF 'Uhrb-Wall-39' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-39 ; x3do:name 'name' ; x3do:value 'wall7' . :fieldValue_2_21_4_2_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-39 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_2_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-39 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-39 ; x3do:hasCoord :Coordinate_2_21_4_2_5_1_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_1_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_1_4 ; x3do:point ( 6.0 0.0 17.0 6.0 3.253 17.0 6.0 3.253 12.5 6.0 0.0 12.5 ) . :fieldValue_2_21_4_2_5_1_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-39 ; x3do:name 'apertures' . :fieldValue_2_21_4_2_5_1_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-39 ; x3do:name 'attributes' . :Uhrb-Wall-40 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_2_1, :fieldValue_2_21_4_2_5_2_2, :fieldValue_2_21_4_2_5_2_3, :fieldValue_2_21_4_2_5_2_4, :fieldValue_2_21_4_2_5_2_5, :fieldValue_2_21_4_2_5_2_6 ; x3do:DEF 'Uhrb-Wall-40' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-40 ; x3do:name 'name' ; x3do:value 'wall3-a' . :fieldValue_2_21_4_2_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-40 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_2_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-40 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-40 ; x3do:hasCoord :Coordinate_2_21_4_2_5_2_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_2_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_2_4 ; x3do:point ( 17.0 0.0 17.0 17.0 3.253 17.0 17.0 3.253 12.5 17.0 0.0 12.5 ) . :fieldValue_2_21_4_2_5_2_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-40 ; x3do:hasChildren :ProtoInstance_2_21_4_2_5_2_5_1, :ProtoInstance_2_21_4_2_5_2_5_2 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_2_5_2_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_2_5_1_1, :fieldValue_2_21_4_2_5_2_5_1_2, :fieldValue_2_21_4_2_5_2_5_1_3, :fieldValue_2_21_4_2_5_2_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_2_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_2_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_2_5_2_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_2_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_2_5_2_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_2_5_1 ; x3do:hasCoord :Coordinate_2_21_4_2_5_2_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_2_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_2_5_1_3 ; x3do:point ( 17.0 1.0 15.999999999999998 17.0 2.0 15.999999999999998 17.0 2.0 14.999999999999998 17.0 1.0 14.999999999999998 ) . :fieldValue_2_21_4_2_5_2_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_2_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_2_5_2_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_2_5_2_1, :fieldValue_2_21_4_2_5_2_5_2_2, :fieldValue_2_21_4_2_5_2_5_2_3, :fieldValue_2_21_4_2_5_2_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_2_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_2_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_2_5_2_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_2_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_2_5_2_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_2_5_2 ; x3do:hasCoord :Coordinate_2_21_4_2_5_2_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_2_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_2_5_2_3 ; x3do:point ( 17.0 1.0 14.499999999999998 17.0 2.0 14.499999999999998 17.0 2.0 13.499999999999998 17.0 1.0 13.499999999999998 ) . :fieldValue_2_21_4_2_5_2_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_2_5_2 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_5_2_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-40 ; x3do:name 'attributes' . :Uhrb-Wall-41 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_3_1, :fieldValue_2_21_4_2_5_3_2, :fieldValue_2_21_4_2_5_3_3, :fieldValue_2_21_4_2_5_3_4, :fieldValue_2_21_4_2_5_3_5, :fieldValue_2_21_4_2_5_3_6 ; x3do:DEF 'Uhrb-Wall-41' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_3_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-41 ; x3do:name 'name' ; x3do:value 'wall4-a' . :fieldValue_2_21_4_2_5_3_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-41 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_2_5_3_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-41 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_3_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-41 ; x3do:hasCoord :Coordinate_2_21_4_2_5_3_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_3_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_3_4 ; x3do:point ( 17.0 0.0 0.0 17.0 3.253 0.0 13.5 3.253 0.0 13.5 0.0 0.0 ) . :fieldValue_2_21_4_2_5_3_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-41 ; x3do:hasChildren :ProtoInstance_2_21_4_2_5_3_5_1, :ProtoInstance_2_21_4_2_5_3_5_2 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_2_5_3_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_3_5_1_1, :fieldValue_2_21_4_2_5_3_5_1_2, :fieldValue_2_21_4_2_5_3_5_1_3, :fieldValue_2_21_4_2_5_3_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_3_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_3_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_2_5_3_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_3_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_2_5_3_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_3_5_1 ; x3do:hasCoord :Coordinate_2_21_4_2_5_3_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_3_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_3_5_1_3 ; x3do:point ( 16.0 1.0 0.0 16.0 2.0 0.0 15.0 2.0 0.0 15.0 1.0 0.0 ) . :fieldValue_2_21_4_2_5_3_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_3_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_2_5_3_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_3_5_2_1, :fieldValue_2_21_4_2_5_3_5_2_2, :fieldValue_2_21_4_2_5_3_5_2_3, :fieldValue_2_21_4_2_5_3_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_3_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_3_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_2_5_3_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_3_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_2_5_3_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_3_5_2 ; x3do:hasCoord :Coordinate_2_21_4_2_5_3_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_3_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_3_5_2_3 ; x3do:point ( 14.5 1.0 0.0 14.5 2.0 0.0 13.5 2.0 0.0 13.5 1.0 0.0 ) . :fieldValue_2_21_4_2_5_3_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_3_5_2 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_5_3_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-41 ; x3do:name 'attributes' . :Uhrb-Wall-42 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_4_1, :fieldValue_2_21_4_2_5_4_2, :fieldValue_2_21_4_2_5_4_3, :fieldValue_2_21_4_2_5_4_4, :fieldValue_2_21_4_2_5_4_5, :fieldValue_2_21_4_2_5_4_6 ; x3do:DEF 'Uhrb-Wall-42' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_4_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-42 ; x3do:name 'name' ; x3do:value 'wall2-a' . :fieldValue_2_21_4_2_5_4_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-42 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_2_5_4_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-42 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_4_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-42 ; x3do:hasCoord :Coordinate_2_21_4_2_5_4_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_4_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_4_4 ; x3do:point ( 0.0 0.0 17.0 0.0 3.253 17.0 4.0 3.253 17.0 4.0 0.0 17.0 ) . :fieldValue_2_21_4_2_5_4_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-42 ; x3do:hasChildren :ProtoInstance_2_21_4_2_5_4_5_1, :ProtoInstance_2_21_4_2_5_4_5_2 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_2_5_4_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_4_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_4_5_1_1, :fieldValue_2_21_4_2_5_4_5_1_2, :fieldValue_2_21_4_2_5_4_5_1_3, :fieldValue_2_21_4_2_5_4_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_4_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_4_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_2_5_4_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_4_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_2_5_4_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_4_5_1 ; x3do:hasCoord :Coordinate_2_21_4_2_5_4_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_4_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_4_5_1_3 ; x3do:point ( 1.0 1.0 17.0 1.0 2.0 17.0 2.0 2.0 17.0 2.0 1.0 17.0 ) . :fieldValue_2_21_4_2_5_4_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_4_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_2_5_4_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_4_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_4_5_2_1, :fieldValue_2_21_4_2_5_4_5_2_2, :fieldValue_2_21_4_2_5_4_5_2_3, :fieldValue_2_21_4_2_5_4_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_4_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_4_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_2_5_4_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_4_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_2_5_4_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_4_5_2 ; x3do:hasCoord :Coordinate_2_21_4_2_5_4_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_4_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_4_5_2_3 ; x3do:point ( 2.5 1.0 17.0 2.5 2.0 17.0 3.5 2.0 17.0 3.5 1.0 17.0 ) . :fieldValue_2_21_4_2_5_4_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_4_5_2 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_5_4_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-42 ; x3do:name 'attributes' . :Uhrb-Wall-43 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_5_1, :fieldValue_2_21_4_2_5_5_2, :fieldValue_2_21_4_2_5_5_3, :fieldValue_2_21_4_2_5_5_4, :fieldValue_2_21_4_2_5_5_5, :fieldValue_2_21_4_2_5_5_6 ; x3do:DEF 'Uhrb-Wall-43' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_5_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-43 ; x3do:name 'name' ; x3do:value 'wall2-b-a' . :fieldValue_2_21_4_2_5_5_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-43 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_2_5_5_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-43 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_5_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-43 ; x3do:hasCoord :Coordinate_2_21_4_2_5_5_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_5_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_5_4 ; x3do:point ( 4.0 0.0 17.0 4.0 3.253 17.0 6.0 3.253 17.0 6.0 0.0 17.0 ) . :fieldValue_2_21_4_2_5_5_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-43 ; x3do:hasChildren :ProtoInstance_2_21_4_2_5_5_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_2_5_5_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_5_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_5_5_1_1, :fieldValue_2_21_4_2_5_5_5_1_2, :fieldValue_2_21_4_2_5_5_5_1_3, :fieldValue_2_21_4_2_5_5_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_5_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_5_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_2_5_5_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_5_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_2_5_5_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_5_5_1 ; x3do:hasCoord :Coordinate_2_21_4_2_5_5_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_5_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_5_5_1_3 ; x3do:point ( 4.5 1.0 17.0 4.5 2.0 17.0 5.5 2.0 17.0 5.5 1.0 17.0 ) . :fieldValue_2_21_4_2_5_5_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_5_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_5_5_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-43 ; x3do:name 'attributes' . :Uhrb-Wall-44 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_6_1, :fieldValue_2_21_4_2_5_6_2, :fieldValue_2_21_4_2_5_6_3, :fieldValue_2_21_4_2_5_6_4, :fieldValue_2_21_4_2_5_6_5, :fieldValue_2_21_4_2_5_6_6 ; x3do:DEF 'Uhrb-Wall-44' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_6_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-44 ; x3do:name 'name' ; x3do:value 'wall3-b-a' . :fieldValue_2_21_4_2_5_6_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-44 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_2_5_6_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-44 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_6_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-44 ; x3do:hasCoord :Coordinate_2_21_4_2_5_6_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_6_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_6_4 ; x3do:point ( 17.0 0.0 12.5 17.0 3.253 12.5 17.0 3.253 7.0 17.0 0.0 7.0 ) . :fieldValue_2_21_4_2_5_6_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-44 ; x3do:hasChildren :ProtoInstance_2_21_4_2_5_6_5_1, :ProtoInstance_2_21_4_2_5_6_5_2 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_2_5_6_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_6_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_6_5_1_1, :fieldValue_2_21_4_2_5_6_5_1_2, :fieldValue_2_21_4_2_5_6_5_1_3, :fieldValue_2_21_4_2_5_6_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_6_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_6_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_2_5_6_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_6_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_2_5_6_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_6_5_1 ; x3do:hasCoord :Coordinate_2_21_4_2_5_6_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_6_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_6_5_1_3 ; x3do:point ( 17.0 1.0 7.999999999999999 17.0 2.0 7.999999999999999 17.0 2.0 8.999999999999998 17.0 1.0 8.999999999999998 ) . :fieldValue_2_21_4_2_5_6_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_6_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_2_5_6_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_6_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_6_5_2_1, :fieldValue_2_21_4_2_5_6_5_2_2, :fieldValue_2_21_4_2_5_6_5_2_3, :fieldValue_2_21_4_2_5_6_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_6_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_6_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_2_5_6_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_6_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_2_5_6_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_6_5_2 ; x3do:hasCoord :Coordinate_2_21_4_2_5_6_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_6_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_6_5_2_3 ; x3do:point ( 17.0 1.0 10.499999999999998 17.0 2.0 10.499999999999998 17.0 2.0 11.499999999999998 17.0 1.0 11.499999999999998 ) . :fieldValue_2_21_4_2_5_6_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_6_5_2 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_5_6_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-44 ; x3do:name 'attributes' . :Uhrb-Wall-45 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_7_1, :fieldValue_2_21_4_2_5_7_2, :fieldValue_2_21_4_2_5_7_3, :fieldValue_2_21_4_2_5_7_4, :fieldValue_2_21_4_2_5_7_5, :fieldValue_2_21_4_2_5_7_6 ; x3do:DEF 'Uhrb-Wall-45' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_7_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-45 ; x3do:name 'name' ; x3do:value 'wall3-b-b' . :fieldValue_2_21_4_2_5_7_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-45 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_2_5_7_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-45 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_7_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-45 ; x3do:hasCoord :Coordinate_2_21_4_2_5_7_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_7_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_7_4 ; x3do:point ( 17.0 0.0 7.0 17.0 3.253 7.0 17.0 3.253 0.0 17.0 0.0 0.0 ) . :fieldValue_2_21_4_2_5_7_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-45 ; x3do:hasChildren :ProtoInstance_2_21_4_2_5_7_5_1, :ProtoInstance_2_21_4_2_5_7_5_2, :ProtoInstance_2_21_4_2_5_7_5_3 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_2_5_7_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_7_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_7_5_1_1, :fieldValue_2_21_4_2_5_7_5_1_2, :fieldValue_2_21_4_2_5_7_5_1_3, :fieldValue_2_21_4_2_5_7_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_7_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_7_5_1 ; x3do:name 'name' ; x3do:value 'aperture3' . :fieldValue_2_21_4_2_5_7_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_7_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_2_5_7_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_7_5_1 ; x3do:hasCoord :Coordinate_2_21_4_2_5_7_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_7_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_7_5_1_3 ; x3do:point ( 17.0 1.0 4.999999999999999 17.0 2.0 4.999999999999999 17.0 2.0 5.999999999999999 17.0 1.0 5.999999999999999 ) . :fieldValue_2_21_4_2_5_7_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_7_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_2_5_7_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_7_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_7_5_2_1, :fieldValue_2_21_4_2_5_7_5_2_2, :fieldValue_2_21_4_2_5_7_5_2_3, :fieldValue_2_21_4_2_5_7_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_7_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_7_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_2_5_7_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_7_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_2_5_7_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_7_5_2 ; x3do:hasCoord :Coordinate_2_21_4_2_5_7_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_7_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_7_5_2_3 ; x3do:point ( 17.0 1.0 0.999999999999999 17.0 2.0 0.999999999999999 17.0 2.0 1.999999999999999 17.0 1.0 1.999999999999999 ) . :fieldValue_2_21_4_2_5_7_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_7_5_2 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_2_5_7_5_3 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_7_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_7_5_3_1, :fieldValue_2_21_4_2_5_7_5_3_2, :fieldValue_2_21_4_2_5_7_5_3_3, :fieldValue_2_21_4_2_5_7_5_3_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_7_5_3_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_7_5_3 ; x3do:name 'name' ; x3do:value 'aperture3' . :fieldValue_2_21_4_2_5_7_5_3_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_7_5_3 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_2_5_7_5_3_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_7_5_3 ; x3do:hasCoord :Coordinate_2_21_4_2_5_7_5_3_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_7_5_3_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_7_5_3_3 ; x3do:point ( 17.0 1.0 2.999999999999999 17.0 2.0 2.999999999999999 17.0 2.0 3.999999999999999 17.0 1.0 3.999999999999999 ) . :fieldValue_2_21_4_2_5_7_5_3_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_7_5_3 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_5_7_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-45 ; x3do:name 'attributes' . :Uhrb-Wall-46 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_8_1, :fieldValue_2_21_4_2_5_8_2, :fieldValue_2_21_4_2_5_8_3, :fieldValue_2_21_4_2_5_8_4, :fieldValue_2_21_4_2_5_8_5, :fieldValue_2_21_4_2_5_8_6 ; x3do:DEF 'Uhrb-Wall-46' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_8_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-46 ; x3do:name 'name' ; x3do:value 'wall15-b-a' . :fieldValue_2_21_4_2_5_8_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-46 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_2_5_8_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-46 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_8_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-46 ; x3do:hasCoord :Coordinate_2_21_4_2_5_8_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_8_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_8_4 ; x3do:point ( 17.0 0.0 7.0 17.0 3.253 7.0 13.5 3.253 7.0 13.5 0.0 7.0 ) . :fieldValue_2_21_4_2_5_8_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-46 ; x3do:name 'apertures' . :fieldValue_2_21_4_2_5_8_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-46 ; x3do:name 'attributes' . :Uhrb-Wall-47 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_9_1, :fieldValue_2_21_4_2_5_9_2, :fieldValue_2_21_4_2_5_9_3, :fieldValue_2_21_4_2_5_9_4, :fieldValue_2_21_4_2_5_9_5, :fieldValue_2_21_4_2_5_9_6 ; x3do:DEF 'Uhrb-Wall-47' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_9_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-47 ; x3do:name 'name' ; x3do:value 'wall11-a-b' . :fieldValue_2_21_4_2_5_9_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-47 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_2_5_9_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-47 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_9_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-47 ; x3do:hasCoord :Coordinate_2_21_4_2_5_9_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_9_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_9_4 ; x3do:point ( 0.0 0.0 10.5 0.0 3.253 10.5 0.0 3.253 17.0 0.0 0.0 17.0 ) . :fieldValue_2_21_4_2_5_9_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-47 ; x3do:hasChildren :ProtoInstance_2_21_4_2_5_9_5_1, :ProtoInstance_2_21_4_2_5_9_5_2, :ProtoInstance_2_21_4_2_5_9_5_3 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_2_5_9_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_9_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_9_5_1_1, :fieldValue_2_21_4_2_5_9_5_1_2, :fieldValue_2_21_4_2_5_9_5_1_3, :fieldValue_2_21_4_2_5_9_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_9_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_9_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_2_5_9_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_9_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_2_5_9_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_9_5_1 ; x3do:hasCoord :Coordinate_2_21_4_2_5_9_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_9_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_9_5_1_3 ; x3do:point ( 3.3677786976552215E-16 1.0 16.0 3.3677786976552215E-16 2.0 16.0 2.755455298081546E-16 2.0 15.0 2.755455298081546E-16 1.0 15.0 ) . :fieldValue_2_21_4_2_5_9_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_9_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_2_5_9_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_9_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_9_5_2_1, :fieldValue_2_21_4_2_5_9_5_2_2, :fieldValue_2_21_4_2_5_9_5_2_3, :fieldValue_2_21_4_2_5_9_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_9_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_9_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_2_5_9_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_9_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_2_5_9_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_9_5_2 ; x3do:hasCoord :Coordinate_2_21_4_2_5_9_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_9_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_9_5_2_3 ; x3do:point ( 2.449293598294707E-16 1.0 14.5 2.449293598294707E-16 2.0 14.5 1.8369701987210302E-16 2.0 13.5 1.8369701987210302E-16 1.0 13.5 ) . :fieldValue_2_21_4_2_5_9_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_9_5_2 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_2_5_9_5_3 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_9_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_9_5_3_1, :fieldValue_2_21_4_2_5_9_5_3_2, :fieldValue_2_21_4_2_5_9_5_3_3, :fieldValue_2_21_4_2_5_9_5_3_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_9_5_3_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_9_5_3 ; x3do:name 'name' ; x3do:value 'aperture3' . :fieldValue_2_21_4_2_5_9_5_3_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_9_5_3 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_2_5_9_5_3_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_9_5_3 ; x3do:hasCoord :Coordinate_2_21_4_2_5_9_5_3_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_9_5_3_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_9_5_3_3 ; x3do:point ( 1.2246467991473535E-16 1.0 12.5 1.2246467991473535E-16 2.0 12.5 6.123233995736767E-17 2.0 11.5 6.123233995736767E-17 1.0 11.5 ) . :fieldValue_2_21_4_2_5_9_5_3_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_9_5_3 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_5_9_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-47 ; x3do:name 'attributes' . :Uhrb-Wall-48 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_10_1, :fieldValue_2_21_4_2_5_10_2, :fieldValue_2_21_4_2_5_10_3, :fieldValue_2_21_4_2_5_10_4, :fieldValue_2_21_4_2_5_10_5, :fieldValue_2_21_4_2_5_10_6 ; x3do:DEF 'Uhrb-Wall-48' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_10_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-48 ; x3do:name 'name' ; x3do:value 'wall13-b-a' . :fieldValue_2_21_4_2_5_10_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-48 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_2_5_10_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-48 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_10_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-48 ; x3do:hasCoord :Coordinate_2_21_4_2_5_10_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_10_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_10_4 ; x3do:point ( 4.0 0.0 17.0 4.0 3.253 17.0 4.0 3.253 10.5 4.0 0.0 10.5 ) . :fieldValue_2_21_4_2_5_10_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-48 ; x3do:hasChildren :ProtoInstance_2_21_4_2_5_10_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_2_5_10_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_10_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_10_5_1_1, :fieldValue_2_21_4_2_5_10_5_1_2, :fieldValue_2_21_4_2_5_10_5_1_3, :fieldValue_2_21_4_2_5_10_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_10_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_10_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_2_5_10_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_10_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_2_5_10_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_10_5_1 ; x3do:hasCoord :Coordinate_2_21_4_2_5_10_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_10_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_10_5_1_3 ; x3do:point ( 4.0 0.0 11.0 4.0 2.25 11.0 4.0 2.25 12.0 4.0 0.0 12.0 ) . :fieldValue_2_21_4_2_5_10_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_10_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_5_10_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-48 ; x3do:name 'attributes' . :Uhrb-Wall-49 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_11_1, :fieldValue_2_21_4_2_5_11_2, :fieldValue_2_21_4_2_5_11_3, :fieldValue_2_21_4_2_5_11_4, :fieldValue_2_21_4_2_5_11_5, :fieldValue_2_21_4_2_5_11_6 ; x3do:DEF 'Uhrb-Wall-49' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_11_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-49 ; x3do:name 'name' ; x3do:value 'wall20-b' . :fieldValue_2_21_4_2_5_11_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-49 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_2_5_11_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-49 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_11_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-49 ; x3do:hasCoord :Coordinate_2_21_4_2_5_11_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_11_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_11_4 ; x3do:point ( 0.0 0.0 10.5 0.0 3.253 10.5 4.0 3.253 10.5 4.0 0.0 10.5 ) . :fieldValue_2_21_4_2_5_11_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-49 ; x3do:name 'apertures' . :fieldValue_2_21_4_2_5_11_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-49 ; x3do:name 'attributes' . :Uhrb-Wall-50 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_12_1, :fieldValue_2_21_4_2_5_12_2, :fieldValue_2_21_4_2_5_12_3, :fieldValue_2_21_4_2_5_12_4, :fieldValue_2_21_4_2_5_12_5, :fieldValue_2_21_4_2_5_12_6 ; x3do:DEF 'Uhrb-Wall-50' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_12_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-50 ; x3do:name 'name' ; x3do:value 'wall11-a-a-b' . :fieldValue_2_21_4_2_5_12_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-50 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_2_5_12_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-50 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_12_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-50 ; x3do:hasCoord :Coordinate_2_21_4_2_5_12_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_12_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_12_4 ; x3do:point ( 0.0 0.0 5.0 0.0 3.253 5.0 0.0 3.253 10.5 0.0 0.0 10.5 ) . :fieldValue_2_21_4_2_5_12_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-50 ; x3do:hasChildren :ProtoInstance_2_21_4_2_5_12_5_1, :ProtoInstance_2_21_4_2_5_12_5_2 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_2_5_12_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_12_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_12_5_1_1, :fieldValue_2_21_4_2_5_12_5_1_2, :fieldValue_2_21_4_2_5_12_5_1_3, :fieldValue_2_21_4_2_5_12_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_12_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_12_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_2_5_12_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_12_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_2_5_12_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_12_5_1 ; x3do:hasCoord :Coordinate_2_21_4_2_5_12_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_12_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_12_5_1_3 ; x3do:point ( 2.7554552980815443E-16 1.0 9.5 2.7554552980815443E-16 2.0 9.5 2.1431318985078676E-16 2.0 8.5 2.1431318985078676E-16 1.0 8.5 ) . :fieldValue_2_21_4_2_5_12_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_12_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_2_5_12_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_12_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_12_5_2_1, :fieldValue_2_21_4_2_5_12_5_2_2, :fieldValue_2_21_4_2_5_12_5_2_3, :fieldValue_2_21_4_2_5_12_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_12_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_12_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_2_5_12_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_12_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_2_5_12_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_12_5_2 ; x3do:hasCoord :Coordinate_2_21_4_2_5_12_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_12_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_12_5_2_3 ; x3do:point ( 1.224646799147353E-16 1.0 7.0 1.224646799147353E-16 2.0 7.0 6.123233995736762E-17 2.0 6.0 6.123233995736762E-17 1.0 6.0 ) . :fieldValue_2_21_4_2_5_12_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_12_5_2 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_5_12_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-50 ; x3do:name 'attributes' . :Uhrb-Wall-51 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_13_1, :fieldValue_2_21_4_2_5_13_2, :fieldValue_2_21_4_2_5_13_3, :fieldValue_2_21_4_2_5_13_4, :fieldValue_2_21_4_2_5_13_5, :fieldValue_2_21_4_2_5_13_6 ; x3do:DEF 'Uhrb-Wall-51' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_13_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-51 ; x3do:name 'name' ; x3do:value 'wall13-b-b-a' . :fieldValue_2_21_4_2_5_13_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-51 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_2_5_13_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-51 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_13_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-51 ; x3do:hasCoord :Coordinate_2_21_4_2_5_13_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_13_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_13_4 ; x3do:point ( 4.0 0.0 10.5 4.0 3.253 10.5 4.0 3.253 5.0 4.0 0.0 5.0 ) . :fieldValue_2_21_4_2_5_13_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-51 ; x3do:hasChildren :ProtoInstance_2_21_4_2_5_13_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_2_5_13_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_13_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_13_5_1_1, :fieldValue_2_21_4_2_5_13_5_1_2, :fieldValue_2_21_4_2_5_13_5_1_3, :fieldValue_2_21_4_2_5_13_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_13_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_13_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_2_5_13_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_13_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_2_5_13_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_13_5_1 ; x3do:hasCoord :Coordinate_2_21_4_2_5_13_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_13_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_13_5_1_3 ; x3do:point ( 4.0 0.0 5.5 4.0 2.25 5.5 4.0 2.25 6.5 4.0 0.0 6.5 ) . :fieldValue_2_21_4_2_5_13_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_13_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_5_13_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-51 ; x3do:name 'attributes' . :Uhrb-Wall-52 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_14_1, :fieldValue_2_21_4_2_5_14_2, :fieldValue_2_21_4_2_5_14_3, :fieldValue_2_21_4_2_5_14_4, :fieldValue_2_21_4_2_5_14_5, :fieldValue_2_21_4_2_5_14_6 ; x3do:DEF 'Uhrb-Wall-52' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_14_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-52 ; x3do:name 'name' ; x3do:value 'wall24-b' . :fieldValue_2_21_4_2_5_14_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-52 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_2_5_14_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-52 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_14_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-52 ; x3do:hasCoord :Coordinate_2_21_4_2_5_14_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_14_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_14_4 ; x3do:point ( 0.0 0.0 5.0 0.0 3.253 5.0 4.0 3.253 5.0 4.0 0.0 5.0 ) . :fieldValue_2_21_4_2_5_14_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-52 ; x3do:name 'apertures' . :fieldValue_2_21_4_2_5_14_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-52 ; x3do:name 'attributes' . :Uhrb-Wall-53 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_15_1, :fieldValue_2_21_4_2_5_15_2, :fieldValue_2_21_4_2_5_15_3, :fieldValue_2_21_4_2_5_15_4, :fieldValue_2_21_4_2_5_15_5, :fieldValue_2_21_4_2_5_15_6 ; x3do:DEF 'Uhrb-Wall-53' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_15_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-53 ; x3do:name 'name' ; x3do:value 'wall11-a-a-a-a' . :fieldValue_2_21_4_2_5_15_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-53 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_2_5_15_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-53 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_15_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-53 ; x3do:hasCoord :Coordinate_2_21_4_2_5_15_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_15_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_15_4 ; x3do:point ( 0.0 0.0 0.0 0.0 3.253 0.0 0.0 3.253 2.5 0.0 0.0 2.5 ) . :fieldValue_2_21_4_2_5_15_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-53 ; x3do:hasChildren :ProtoInstance_2_21_4_2_5_15_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_2_5_15_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_15_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_15_5_1_1, :fieldValue_2_21_4_2_5_15_5_1_2, :fieldValue_2_21_4_2_5_15_5_1_3, :fieldValue_2_21_4_2_5_15_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_15_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_15_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_2_5_15_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_15_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_2_5_15_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_15_5_1 ; x3do:hasCoord :Coordinate_2_21_4_2_5_15_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_15_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_15_5_1_3 ; x3do:point ( 6.123233995736766E-17 1.0 1.0 6.123233995736766E-17 2.0 1.0 1.2246467991473532E-16 2.0 2.0 1.2246467991473532E-16 1.0 2.0 ) . :fieldValue_2_21_4_2_5_15_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_15_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_5_15_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-53 ; x3do:name 'attributes' . :Uhrb-Wall-54 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_16_1, :fieldValue_2_21_4_2_5_16_2, :fieldValue_2_21_4_2_5_16_3, :fieldValue_2_21_4_2_5_16_4, :fieldValue_2_21_4_2_5_16_5, :fieldValue_2_21_4_2_5_16_6 ; x3do:DEF 'Uhrb-Wall-54' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_16_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-54 ; x3do:name 'name' ; x3do:value 'wall11-a-a-a-b' . :fieldValue_2_21_4_2_5_16_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-54 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_2_5_16_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-54 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_16_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-54 ; x3do:hasCoord :Coordinate_2_21_4_2_5_16_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_16_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_16_4 ; x3do:point ( 0.0 0.0 2.5 0.0 3.253 2.5 0.0 3.253 5.0 0.0 0.0 5.0 ) . :fieldValue_2_21_4_2_5_16_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-54 ; x3do:hasChildren :ProtoInstance_2_21_4_2_5_16_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_2_5_16_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_16_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_16_5_1_1, :fieldValue_2_21_4_2_5_16_5_1_2, :fieldValue_2_21_4_2_5_16_5_1_3, :fieldValue_2_21_4_2_5_16_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_16_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_16_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_2_5_16_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_16_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_2_5_16_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_16_5_1 ; x3do:hasCoord :Coordinate_2_21_4_2_5_16_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_16_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_16_5_1_3 ; x3do:point ( 3.061616997868381E-17 1.0 3.0 3.061616997868381E-17 2.0 3.0 9.184850993605148E-17 2.0 4.0 9.184850993605148E-17 1.0 4.0 ) . :fieldValue_2_21_4_2_5_16_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_16_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_5_16_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-54 ; x3do:name 'attributes' . :Uhrb-Wall-55 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_17_1, :fieldValue_2_21_4_2_5_17_2, :fieldValue_2_21_4_2_5_17_3, :fieldValue_2_21_4_2_5_17_4, :fieldValue_2_21_4_2_5_17_5, :fieldValue_2_21_4_2_5_17_6 ; x3do:DEF 'Uhrb-Wall-55' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_17_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-55 ; x3do:name 'name' ; x3do:value 'wall13-b-b-b-a' . :fieldValue_2_21_4_2_5_17_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-55 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_2_5_17_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-55 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_17_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-55 ; x3do:hasCoord :Coordinate_2_21_4_2_5_17_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_17_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_17_4 ; x3do:point ( 4.0 0.0 5.0 4.0 3.253 5.0 4.0 3.253 2.5 4.0 0.0 2.5 ) . :fieldValue_2_21_4_2_5_17_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-55 ; x3do:hasChildren :ProtoInstance_2_21_4_2_5_17_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_2_5_17_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_17_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_17_5_1_1, :fieldValue_2_21_4_2_5_17_5_1_2, :fieldValue_2_21_4_2_5_17_5_1_3, :fieldValue_2_21_4_2_5_17_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_17_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_17_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_2_5_17_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_17_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_2_5_17_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_17_5_1 ; x3do:hasCoord :Coordinate_2_21_4_2_5_17_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_17_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_17_5_1_3 ; x3do:point ( 3.9999999999999996 0.0 3.4999999999999996 3.9999999999999996 2.25 3.4999999999999996 4.0 2.25 4.5 4.0 0.0 4.5 ) . :fieldValue_2_21_4_2_5_17_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_17_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_5_17_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-55 ; x3do:name 'attributes' . :Uhrb-Wall-56 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_18_1, :fieldValue_2_21_4_2_5_18_2, :fieldValue_2_21_4_2_5_18_3, :fieldValue_2_21_4_2_5_18_4, :fieldValue_2_21_4_2_5_18_5, :fieldValue_2_21_4_2_5_18_6 ; x3do:DEF 'Uhrb-Wall-56' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_18_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-56 ; x3do:name 'name' ; x3do:value 'wall4-b-a' . :fieldValue_2_21_4_2_5_18_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-56 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_2_5_18_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-56 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_18_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-56 ; x3do:hasCoord :Coordinate_2_21_4_2_5_18_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_18_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_18_4 ; x3do:point ( 13.5 0.0 0.0 13.5 3.253 0.0 4.0 3.253 0.0 4.0 0.0 0.0 ) . :fieldValue_2_21_4_2_5_18_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-56 ; x3do:hasChildren :ProtoInstance_2_21_4_2_5_18_5_1, :ProtoInstance_2_21_4_2_5_18_5_2, :ProtoInstance_2_21_4_2_5_18_5_3 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_2_5_18_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_18_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_18_5_1_1, :fieldValue_2_21_4_2_5_18_5_1_2, :fieldValue_2_21_4_2_5_18_5_1_3, :fieldValue_2_21_4_2_5_18_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_18_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_18_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_2_5_18_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_18_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_2_5_18_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_18_5_1 ; x3do:hasCoord :Coordinate_2_21_4_2_5_18_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_18_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_18_5_1_3 ; x3do:point ( 5.5 1.0 0.0 5.5 2.0 0.0 6.5 2.0 0.0 6.5 1.0 0.0 ) . :fieldValue_2_21_4_2_5_18_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_18_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_2_5_18_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_18_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_18_5_2_1, :fieldValue_2_21_4_2_5_18_5_2_2, :fieldValue_2_21_4_2_5_18_5_2_3, :fieldValue_2_21_4_2_5_18_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_18_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_18_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_2_5_18_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_18_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_2_5_18_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_18_5_2 ; x3do:hasCoord :Coordinate_2_21_4_2_5_18_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_18_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_18_5_2_3 ; x3do:point ( 8.0 1.0 0.0 8.0 2.0 0.0 9.0 2.0 0.0 9.0 1.0 0.0 ) . :fieldValue_2_21_4_2_5_18_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_18_5_2 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_2_5_18_5_3 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_18_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_18_5_3_1, :fieldValue_2_21_4_2_5_18_5_3_2, :fieldValue_2_21_4_2_5_18_5_3_3, :fieldValue_2_21_4_2_5_18_5_3_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_18_5_3_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_18_5_3 ; x3do:name 'name' ; x3do:value 'aperture3' . :fieldValue_2_21_4_2_5_18_5_3_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_18_5_3 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_2_5_18_5_3_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_18_5_3 ; x3do:hasCoord :Coordinate_2_21_4_2_5_18_5_3_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_18_5_3_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_18_5_3_3 ; x3do:point ( 10.5 1.0 0.0 10.5 2.0 0.0 11.5 2.0 0.0 11.5 1.0 0.0 ) . :fieldValue_2_21_4_2_5_18_5_3_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_18_5_3 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_5_18_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-56 ; x3do:name 'attributes' . :Uhrb-Wall-57 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_19_1, :fieldValue_2_21_4_2_5_19_2, :fieldValue_2_21_4_2_5_19_3, :fieldValue_2_21_4_2_5_19_4, :fieldValue_2_21_4_2_5_19_5, :fieldValue_2_21_4_2_5_19_6 ; x3do:DEF 'Uhrb-Wall-57' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_19_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-57 ; x3do:name 'name' ; x3do:value 'wall4-b-b' . :fieldValue_2_21_4_2_5_19_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-57 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_2_5_19_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-57 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_19_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-57 ; x3do:hasCoord :Coordinate_2_21_4_2_5_19_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_19_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_19_4 ; x3do:point ( 4.0 0.0 0.0 4.0 3.253 0.0 0.0 3.253 0.0 0.0 0.0 0.0 ) . :fieldValue_2_21_4_2_5_19_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-57 ; x3do:hasChildren :ProtoInstance_2_21_4_2_5_19_5_1, :ProtoInstance_2_21_4_2_5_19_5_2 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_2_5_19_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_19_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_19_5_1_1, :fieldValue_2_21_4_2_5_19_5_1_2, :fieldValue_2_21_4_2_5_19_5_1_3, :fieldValue_2_21_4_2_5_19_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_19_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_19_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_2_5_19_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_19_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_2_5_19_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_19_5_1 ; x3do:hasCoord :Coordinate_2_21_4_2_5_19_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_19_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_19_5_1_3 ; x3do:point ( 1.0 1.0 0.0 1.0 2.0 0.0 2.0 2.0 0.0 2.0 1.0 0.0 ) . :fieldValue_2_21_4_2_5_19_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_19_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_2_5_19_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_19_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_19_5_2_1, :fieldValue_2_21_4_2_5_19_5_2_2, :fieldValue_2_21_4_2_5_19_5_2_3, :fieldValue_2_21_4_2_5_19_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_19_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_19_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_2_5_19_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_19_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_2_5_19_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_19_5_2 ; x3do:hasCoord :Coordinate_2_21_4_2_5_19_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_19_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_19_5_2_3 ; x3do:point ( 2.5 1.0 0.0 2.5 2.0 0.0 3.5 2.0 0.0 3.5 1.0 0.0 ) . :fieldValue_2_21_4_2_5_19_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_19_5_2 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_5_19_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-57 ; x3do:name 'attributes' . :Uhrb-Wall-58 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_20_1, :fieldValue_2_21_4_2_5_20_2, :fieldValue_2_21_4_2_5_20_3, :fieldValue_2_21_4_2_5_20_4, :fieldValue_2_21_4_2_5_20_5, :fieldValue_2_21_4_2_5_20_6 ; x3do:DEF 'Uhrb-Wall-58' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_20_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-58 ; x3do:name 'name' ; x3do:value 'wall11-b-a' . :fieldValue_2_21_4_2_5_20_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-58 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_2_5_20_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-58 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_20_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-58 ; x3do:hasCoord :Coordinate_2_21_4_2_5_20_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_20_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_20_4 ; x3do:point ( 13.5 0.0 7.0 13.5 3.253 7.0 13.5 3.253 5.0 13.5 0.0 5.0 ) . :fieldValue_2_21_4_2_5_20_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-58 ; x3do:hasChildren :ProtoInstance_2_21_4_2_5_20_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_2_5_20_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_20_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_20_5_1_1, :fieldValue_2_21_4_2_5_20_5_1_2, :fieldValue_2_21_4_2_5_20_5_1_3, :fieldValue_2_21_4_2_5_20_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_20_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_20_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_2_5_20_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_20_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_2_5_20_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_20_5_1 ; x3do:hasCoord :Coordinate_2_21_4_2_5_20_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_20_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_20_5_1_3 ; x3do:point ( 13.5 0.0 5.499999999999999 13.5 2.25 5.499999999999999 13.5 2.25 6.499999999999999 13.5 0.0 6.499999999999999 ) . :fieldValue_2_21_4_2_5_20_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_20_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_5_20_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-58 ; x3do:name 'attributes' . :Uhrb-Wall-59 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_21_1, :fieldValue_2_21_4_2_5_21_2, :fieldValue_2_21_4_2_5_21_3, :fieldValue_2_21_4_2_5_21_4, :fieldValue_2_21_4_2_5_21_5, :fieldValue_2_21_4_2_5_21_6 ; x3do:DEF 'Uhrb-Wall-59' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_21_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-59 ; x3do:name 'name' ; x3do:value 'wall31-a' . :fieldValue_2_21_4_2_5_21_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-59 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_2_5_21_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-59 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_21_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-59 ; x3do:hasCoord :Coordinate_2_21_4_2_5_21_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_21_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_21_4 ; x3do:point ( 4.0 0.0 5.0 4.0 3.253 5.0 13.5 3.253 5.0 13.5 0.0 5.0 ) . :fieldValue_2_21_4_2_5_21_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-59 ; x3do:hasChildren :ProtoInstance_2_21_4_2_5_21_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_2_5_21_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_21_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_21_5_1_1, :fieldValue_2_21_4_2_5_21_5_1_2, :fieldValue_2_21_4_2_5_21_5_1_3, :fieldValue_2_21_4_2_5_21_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_21_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_21_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_2_5_21_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_21_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_2_5_21_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_21_5_1 ; x3do:hasCoord :Coordinate_2_21_4_2_5_21_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_21_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_21_5_1_3 ; x3do:point ( 7.0 0.0 5.0 7.0 2.5 5.0 9.5 2.5 5.0 9.5 0.0 5.0 ) . :fieldValue_2_21_4_2_5_21_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_21_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_5_21_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-59 ; x3do:name 'attributes' . :Uhrb-Wall-60 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_22_1, :fieldValue_2_21_4_2_5_22_2, :fieldValue_2_21_4_2_5_22_3, :fieldValue_2_21_4_2_5_22_4, :fieldValue_2_21_4_2_5_22_5, :fieldValue_2_21_4_2_5_22_6 ; x3do:DEF 'Uhrb-Wall-60' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_22_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-60 ; x3do:name 'name' ; x3do:value 'wall2-b-b-a' . :fieldValue_2_21_4_2_5_22_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-60 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_2_5_22_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-60 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_22_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-60 ; x3do:hasCoord :Coordinate_2_21_4_2_5_22_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_22_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_22_4 ; x3do:point ( 6.0 0.0 17.0 6.0 3.253 17.0 11.0 3.253 17.0 11.0 0.0 17.0 ) . :fieldValue_2_21_4_2_5_22_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-60 ; x3do:hasChildren :ProtoInstance_2_21_4_2_5_22_5_1, :ProtoInstance_2_21_4_2_5_22_5_2 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_2_5_22_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_22_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_22_5_1_1, :fieldValue_2_21_4_2_5_22_5_1_2, :fieldValue_2_21_4_2_5_22_5_1_3, :fieldValue_2_21_4_2_5_22_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_22_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_22_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_2_5_22_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_22_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_2_5_22_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_22_5_1 ; x3do:hasCoord :Coordinate_2_21_4_2_5_22_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_22_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_22_5_1_3 ; x3do:point ( 10.0 1.0 17.0 10.0 2.0 17.0 9.0 2.0 17.0 9.0 1.0 17.0 ) . :fieldValue_2_21_4_2_5_22_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_22_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_2_5_22_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_22_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_22_5_2_1, :fieldValue_2_21_4_2_5_22_5_2_2, :fieldValue_2_21_4_2_5_22_5_2_3, :fieldValue_2_21_4_2_5_22_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_22_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_22_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_2_5_22_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_22_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_2_5_22_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_22_5_2 ; x3do:hasCoord :Coordinate_2_21_4_2_5_22_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_22_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_22_5_2_3 ; x3do:point ( 8.0 1.0 17.0 8.0 2.0 17.0 7.0 2.0 17.0 7.0 1.0 17.0 ) . :fieldValue_2_21_4_2_5_22_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_22_5_2 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_5_22_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-60 ; x3do:name 'attributes' . :Uhrb-Wall-61 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_23_1, :fieldValue_2_21_4_2_5_23_2, :fieldValue_2_21_4_2_5_23_3, :fieldValue_2_21_4_2_5_23_4, :fieldValue_2_21_4_2_5_23_5, :fieldValue_2_21_4_2_5_23_6 ; x3do:DEF 'Uhrb-Wall-61' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_23_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-61 ; x3do:name 'name' ; x3do:value 'wall2-b-b-b' . :fieldValue_2_21_4_2_5_23_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-61 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_2_5_23_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-61 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_23_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-61 ; x3do:hasCoord :Coordinate_2_21_4_2_5_23_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_23_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_23_4 ; x3do:point ( 11.0 0.0 17.0 11.0 3.253 17.0 17.0 3.253 17.0 17.0 0.0 17.0 ) . :fieldValue_2_21_4_2_5_23_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-61 ; x3do:hasChildren :ProtoInstance_2_21_4_2_5_23_5_1, :ProtoInstance_2_21_4_2_5_23_5_2 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_2_5_23_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_23_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_23_5_1_1, :fieldValue_2_21_4_2_5_23_5_1_2, :fieldValue_2_21_4_2_5_23_5_1_3, :fieldValue_2_21_4_2_5_23_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_23_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_23_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_2_5_23_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_23_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_2_5_23_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_23_5_1 ; x3do:hasCoord :Coordinate_2_21_4_2_5_23_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_23_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_23_5_1_3 ; x3do:point ( 15.5 1.0 17.0 15.5 2.0 17.0 14.5 2.0 17.0 14.5 1.0 17.0 ) . :fieldValue_2_21_4_2_5_23_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_23_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_2_5_23_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_23_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_23_5_2_1, :fieldValue_2_21_4_2_5_23_5_2_2, :fieldValue_2_21_4_2_5_23_5_2_3, :fieldValue_2_21_4_2_5_23_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_23_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_23_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_2_5_23_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_23_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_2_5_23_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_23_5_2 ; x3do:hasCoord :Coordinate_2_21_4_2_5_23_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_23_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_23_5_2_3 ; x3do:point ( 13.5 1.0 17.0 13.5 2.0 17.0 12.5 2.0 17.0 12.5 1.0 17.0 ) . :fieldValue_2_21_4_2_5_23_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_23_5_2 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_5_23_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-61 ; x3do:name 'attributes' . :Uhrb-Wall-62 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_24_1, :fieldValue_2_21_4_2_5_24_2, :fieldValue_2_21_4_2_5_24_3, :fieldValue_2_21_4_2_5_24_4, :fieldValue_2_21_4_2_5_24_5, :fieldValue_2_21_4_2_5_24_6 ; x3do:DEF 'Uhrb-Wall-62' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_24_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-62 ; x3do:name 'name' ; x3do:value 'wall9-a' . :fieldValue_2_21_4_2_5_24_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-62 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_2_5_24_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-62 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_24_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-62 ; x3do:hasCoord :Coordinate_2_21_4_2_5_24_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_24_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_24_4 ; x3do:point ( 6.0 0.0 12.5 6.0 3.253 12.5 11.0 3.253 12.5 11.0 0.0 12.5 ) . :fieldValue_2_21_4_2_5_24_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-62 ; x3do:hasChildren :ProtoInstance_2_21_4_2_5_24_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_2_5_24_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_24_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_24_5_1_1, :fieldValue_2_21_4_2_5_24_5_1_2, :fieldValue_2_21_4_2_5_24_5_1_3, :fieldValue_2_21_4_2_5_24_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_24_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_24_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_2_5_24_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_24_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_2_5_24_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_24_5_1 ; x3do:hasCoord :Coordinate_2_21_4_2_5_24_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_24_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_24_5_1_3 ; x3do:point ( 6.5 0.0 12.5 6.5 2.25 12.5 7.5 2.25 12.5 7.5 0.0 12.5 ) . :fieldValue_2_21_4_2_5_24_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_24_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_5_24_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-62 ; x3do:name 'attributes' . :Uhrb-Wall-63 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_25_1, :fieldValue_2_21_4_2_5_25_2, :fieldValue_2_21_4_2_5_25_3, :fieldValue_2_21_4_2_5_25_4, :fieldValue_2_21_4_2_5_25_5, :fieldValue_2_21_4_2_5_25_6 ; x3do:DEF 'Uhrb-Wall-63' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_25_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-63 ; x3do:name 'name' ; x3do:value 'wall27-a' . :fieldValue_2_21_4_2_5_25_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-63 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_2_5_25_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-63 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_25_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-63 ; x3do:hasCoord :Coordinate_2_21_4_2_5_25_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_25_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_25_4 ; x3do:point ( 11.0 0.0 17.0 11.0 3.253 17.0 11.0 3.253 12.5 11.0 0.0 12.5 ) . :fieldValue_2_21_4_2_5_25_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-63 ; x3do:name 'apertures' . :fieldValue_2_21_4_2_5_25_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-63 ; x3do:name 'attributes' . :Uhrb-Wall-64 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_26_1, :fieldValue_2_21_4_2_5_26_2, :fieldValue_2_21_4_2_5_26_3, :fieldValue_2_21_4_2_5_26_4, :fieldValue_2_21_4_2_5_26_5, :fieldValue_2_21_4_2_5_26_6 ; x3do:DEF 'Uhrb-Wall-64' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_26_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-64 ; x3do:name 'name' ; x3do:value 'wall11-a' . :fieldValue_2_21_4_2_5_26_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-64 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_2_5_26_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-64 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_26_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-64 ; x3do:hasCoord :Coordinate_2_21_4_2_5_26_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_26_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_26_4 ; x3do:point ( 13.5 0.0 12.5 13.5 3.253 12.5 13.5 3.253 7.0 13.5 0.0 7.0 ) . :fieldValue_2_21_4_2_5_26_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-64 ; x3do:hasChildren :ProtoInstance_2_21_4_2_5_26_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_2_5_26_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_26_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_26_5_1_1, :fieldValue_2_21_4_2_5_26_5_1_2, :fieldValue_2_21_4_2_5_26_5_1_3, :fieldValue_2_21_4_2_5_26_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_26_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_26_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_2_5_26_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_26_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_2_5_26_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_26_5_1 ; x3do:hasCoord :Coordinate_2_21_4_2_5_26_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_26_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_26_5_1_3 ; x3do:point ( 13.5 0.0 11.0 13.5 2.25 11.0 13.5 2.25 12.0 13.5 0.0 12.0 ) . :fieldValue_2_21_4_2_5_26_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_26_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_5_26_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-64 ; x3do:name 'attributes' . :Uhrb-Wall-65 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_27_1, :fieldValue_2_21_4_2_5_27_2, :fieldValue_2_21_4_2_5_27_3, :fieldValue_2_21_4_2_5_27_4, :fieldValue_2_21_4_2_5_27_5, :fieldValue_2_21_4_2_5_27_6 ; x3do:DEF 'Uhrb-Wall-65' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_27_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-65 ; x3do:name 'name' ; x3do:value 'wall9-b-a' . :fieldValue_2_21_4_2_5_27_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-65 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_2_5_27_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-65 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_27_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-65 ; x3do:hasCoord :Coordinate_2_21_4_2_5_27_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_27_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_27_4 ; x3do:point ( 11.0 0.0 12.5 11.0 3.253 12.5 13.5 3.253 12.5 13.5 0.0 12.5 ) . :fieldValue_2_21_4_2_5_27_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-65 ; x3do:hasChildren :ProtoInstance_2_21_4_2_5_27_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_2_5_27_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_27_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_27_5_1_1, :fieldValue_2_21_4_2_5_27_5_1_2, :fieldValue_2_21_4_2_5_27_5_1_3, :fieldValue_2_21_4_2_5_27_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_27_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_27_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_2_5_27_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_27_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_2_5_27_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_27_5_1 ; x3do:hasCoord :Coordinate_2_21_4_2_5_27_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_27_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_27_5_1_3 ; x3do:point ( 11.5 0.0 12.5 11.5 2.25 12.5 12.5 2.25 12.5 12.5 0.0 12.5 ) . :fieldValue_2_21_4_2_5_27_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_27_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_5_27_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-65 ; x3do:name 'attributes' . :Uhrb-Wall-66 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_28_1, :fieldValue_2_21_4_2_5_28_2, :fieldValue_2_21_4_2_5_28_3, :fieldValue_2_21_4_2_5_28_4, :fieldValue_2_21_4_2_5_28_5, :fieldValue_2_21_4_2_5_28_6 ; x3do:DEF 'Uhrb-Wall-66' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_28_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-66 ; x3do:name 'name' ; x3do:value 'wall9-b-b' . :fieldValue_2_21_4_2_5_28_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-66 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_2_5_28_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-66 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_28_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-66 ; x3do:hasCoord :Coordinate_2_21_4_2_5_28_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_28_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_28_4 ; x3do:point ( 13.5 0.0 12.5 13.5 3.253 12.5 17.0 3.253 12.5 17.0 0.0 12.5 ) . :fieldValue_2_21_4_2_5_28_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-66 ; x3do:name 'apertures' . :fieldValue_2_21_4_2_5_28_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-66 ; x3do:name 'attributes' . :Uhrb-Wall-67 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_29_1, :fieldValue_2_21_4_2_5_29_2, :fieldValue_2_21_4_2_5_29_3, :fieldValue_2_21_4_2_5_29_4, :fieldValue_2_21_4_2_5_29_5, :fieldValue_2_21_4_2_5_29_6 ; x3do:DEF 'Uhrb-Wall-67' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_29_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-67 ; x3do:name 'name' ; x3do:value 'wall33' . :fieldValue_2_21_4_2_5_29_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-67 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_2_5_29_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-67 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_29_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-67 ; x3do:hasCoord :Coordinate_2_21_4_2_5_29_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_29_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_29_4 ; x3do:point ( 6.0 0.0 11.0 6.0 3.253 11.0 6.0 3.253 7.0 6.0 0.0 7.0 ) . :fieldValue_2_21_4_2_5_29_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-67 ; x3do:name 'apertures' . :fieldValue_2_21_4_2_5_29_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-67 ; x3do:name 'attributes' . :Uhrb-Wall-68 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_30_1, :fieldValue_2_21_4_2_5_30_2, :fieldValue_2_21_4_2_5_30_3, :fieldValue_2_21_4_2_5_30_4, :fieldValue_2_21_4_2_5_30_5, :fieldValue_2_21_4_2_5_30_6 ; x3do:DEF 'Uhrb-Wall-68' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_30_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-68 ; x3do:name 'name' ; x3do:value 'wall34-a' . :fieldValue_2_21_4_2_5_30_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-68 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_2_5_30_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-68 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_30_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-68 ; x3do:hasCoord :Coordinate_2_21_4_2_5_30_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_30_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_30_4 ; x3do:point ( 6.0 0.0 7.0 6.0 3.253 7.0 11.5 3.253 7.0 11.5 0.0 7.0 ) . :fieldValue_2_21_4_2_5_30_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-68 ; x3do:hasChildren :ProtoInstance_2_21_4_2_5_30_5_1, :ProtoInstance_2_21_4_2_5_30_5_2 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_2_5_30_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_30_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_30_5_1_1, :fieldValue_2_21_4_2_5_30_5_1_2, :fieldValue_2_21_4_2_5_30_5_1_3, :fieldValue_2_21_4_2_5_30_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_30_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_30_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_2_5_30_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_30_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_2_5_30_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_30_5_1 ; x3do:hasCoord :Coordinate_2_21_4_2_5_30_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_30_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_30_5_1_3 ; x3do:point ( 9.5 0.0 7.0 9.5 2.25 7.0 10.5 2.25 7.0 10.5 0.0 7.0 ) . :fieldValue_2_21_4_2_5_30_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_30_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_2_5_30_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_30_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_30_5_2_1, :fieldValue_2_21_4_2_5_30_5_2_2, :fieldValue_2_21_4_2_5_30_5_2_3, :fieldValue_2_21_4_2_5_30_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_30_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_30_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_2_5_30_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_30_5_2 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_2_5_30_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_30_5_2 ; x3do:hasCoord :Coordinate_2_21_4_2_5_30_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_30_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_30_5_2_3 ; x3do:point ( 7.0 0.0 7.0 7.0 2.25 7.0 8.0 2.25 7.0 8.0 0.0 7.0 ) . :fieldValue_2_21_4_2_5_30_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_30_5_2 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_5_30_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-68 ; x3do:name 'attributes' . :Uhrb-Wall-69 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_31_1, :fieldValue_2_21_4_2_5_31_2, :fieldValue_2_21_4_2_5_31_3, :fieldValue_2_21_4_2_5_31_4, :fieldValue_2_21_4_2_5_31_5, :fieldValue_2_21_4_2_5_31_6 ; x3do:DEF 'Uhrb-Wall-69' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_31_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-69 ; x3do:name 'name' ; x3do:value 'wall32-a' . :fieldValue_2_21_4_2_5_31_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-69 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_2_5_31_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-69 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_31_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-69 ; x3do:hasCoord :Coordinate_2_21_4_2_5_31_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_31_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_31_4 ; x3do:point ( 6.0 0.0 11.0 6.0 3.253 11.0 11.5 3.253 11.0 11.5 0.0 11.0 ) . :fieldValue_2_21_4_2_5_31_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-69 ; x3do:name 'apertures' . :fieldValue_2_21_4_2_5_31_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-69 ; x3do:name 'attributes' . :Uhrb-Wall-70 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_32_1, :fieldValue_2_21_4_2_5_32_2, :fieldValue_2_21_4_2_5_32_3, :fieldValue_2_21_4_2_5_32_4, :fieldValue_2_21_4_2_5_32_5, :fieldValue_2_21_4_2_5_32_6 ; x3do:DEF 'Uhrb-Wall-70' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_32_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-70 ; x3do:name 'name' ; x3do:value 'wall35-a' . :fieldValue_2_21_4_2_5_32_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-70 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_2_5_32_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-70 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_32_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-70 ; x3do:hasCoord :Coordinate_2_21_4_2_5_32_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_32_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_32_4 ; x3do:point ( 11.5 0.0 7.0 11.5 3.253 7.0 11.5 3.253 11.0 11.5 0.0 11.0 ) . :fieldValue_2_21_4_2_5_32_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-70 ; x3do:name 'apertures' . :fieldValue_2_21_4_2_5_32_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-70 ; x3do:name 'attributes' . :Uhrb-Wall-71 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_33_1, :fieldValue_2_21_4_2_5_33_2, :fieldValue_2_21_4_2_5_33_3, :fieldValue_2_21_4_2_5_33_4, :fieldValue_2_21_4_2_5_33_5, :fieldValue_2_21_4_2_5_33_6 ; x3do:DEF 'Uhrb-Wall-71' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_33_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-71 ; x3do:name 'name' ; x3do:value 'wall13-b-b-b-b-a' . :fieldValue_2_21_4_2_5_33_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-71 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_2_5_33_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-71 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_33_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-71 ; x3do:hasCoord :Coordinate_2_21_4_2_5_33_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_33_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_33_4 ; x3do:point ( 4.0 0.0 2.5 4.0 3.253 2.5 4.0 3.253 1.5 4.0 0.0 1.5 ) . :fieldValue_2_21_4_2_5_33_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-71 ; x3do:hasChildren :ProtoInstance_2_21_4_2_5_33_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_2_5_33_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5_33_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_33_5_1_1, :fieldValue_2_21_4_2_5_33_5_1_2, :fieldValue_2_21_4_2_5_33_5_1_3, :fieldValue_2_21_4_2_5_33_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_2_5_33_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_33_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_2_5_33_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_33_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_2_5_33_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_33_5_1 ; x3do:hasCoord :Coordinate_2_21_4_2_5_33_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_33_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_33_5_1_3 ; x3do:point ( 4.0 0.0 1.4999999999999998 4.0 2.25 1.4999999999999998 4.0 2.25 2.4999999999999996 4.0 0.0 2.4999999999999996 ) . :fieldValue_2_21_4_2_5_33_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_2_5_33_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_2_5_33_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-71 ; x3do:name 'attributes' . :Uhrb-Wall-72 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_34_1, :fieldValue_2_21_4_2_5_34_2, :fieldValue_2_21_4_2_5_34_3, :fieldValue_2_21_4_2_5_34_4, :fieldValue_2_21_4_2_5_34_5, :fieldValue_2_21_4_2_5_34_6 ; x3do:DEF 'Uhrb-Wall-72' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_34_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-72 ; x3do:name 'name' ; x3do:value 'wall13-b-b-b-b-b' . :fieldValue_2_21_4_2_5_34_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-72 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_2_5_34_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-72 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_34_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-72 ; x3do:hasCoord :Coordinate_2_21_4_2_5_34_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_34_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_34_4 ; x3do:point ( 4.0 0.0 1.5 4.0 3.253 1.5 4.0 3.253 0.0 4.0 0.0 0.0 ) . :fieldValue_2_21_4_2_5_34_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-72 ; x3do:name 'apertures' . :fieldValue_2_21_4_2_5_34_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-72 ; x3do:name 'attributes' . :Uhrb-Wall-73 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_35_1, :fieldValue_2_21_4_2_5_35_2, :fieldValue_2_21_4_2_5_35_3, :fieldValue_2_21_4_2_5_35_4, :fieldValue_2_21_4_2_5_35_5, :fieldValue_2_21_4_2_5_35_6 ; x3do:DEF 'Uhrb-Wall-73' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_35_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-73 ; x3do:name 'name' ; x3do:value 'wall11-b-b-a' . :fieldValue_2_21_4_2_5_35_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-73 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_2_5_35_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-73 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_35_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-73 ; x3do:hasCoord :Coordinate_2_21_4_2_5_35_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_35_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_35_4 ; x3do:point ( 13.5 0.0 5.0 13.5 3.253 5.0 13.5 3.253 1.5 13.5 0.0 1.5 ) . :fieldValue_2_21_4_2_5_35_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-73 ; x3do:name 'apertures' . :fieldValue_2_21_4_2_5_35_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-73 ; x3do:name 'attributes' . :Uhrb-Wall-74 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_2_5_36_1, :fieldValue_2_21_4_2_5_36_2, :fieldValue_2_21_4_2_5_36_3, :fieldValue_2_21_4_2_5_36_4, :fieldValue_2_21_4_2_5_36_5, :fieldValue_2_21_4_2_5_36_6 ; x3do:DEF 'Uhrb-Wall-74' ; x3do:name 'Wall' . :fieldValue_2_21_4_2_5_36_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-74 ; x3do:name 'name' ; x3do:value 'wall11-b-b-b' . :fieldValue_2_21_4_2_5_36_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-74 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_2_5_36_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-74 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_2_5_36_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-74 ; x3do:hasCoord :Coordinate_2_21_4_2_5_36_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_2_5_36_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_2_5_36_4 ; x3do:point ( 13.5 0.0 1.5 13.5 3.253 1.5 13.5 3.253 0.0 13.5 0.0 0.0 ) . :fieldValue_2_21_4_2_5_36_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-74 ; x3do:name 'apertures' . :fieldValue_2_21_4_2_5_36_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-74 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_3 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4 ; x3do:hasFieldValue :fieldValue_2_21_4_3_1, :fieldValue_2_21_4_3_2, :fieldValue_2_21_4_3_3, :fieldValue_2_21_4_3_4, :fieldValue_2_21_4_3_5 ; x3do:name 'FloorLevel' . :fieldValue_2_21_4_3_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3 ; x3do:name 'name' ; x3do:value 'floorLevel3' . :fieldValue_2_21_4_3_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3 ; x3do:name 'zOffset' ; x3do:value 6.506 . :fieldValue_2_21_4_3_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3 ; x3do:hasChildren :ProtoInstance_2_21_4_3_3_1, :ProtoInstance_2_21_4_3_3_2, :ProtoInstance_2_21_4_3_3_3, :ProtoInstance_2_21_4_3_3_4, :ProtoInstance_2_21_4_3_3_5, :ProtoInstance_2_21_4_3_3_6, :ProtoInstance_2_21_4_3_3_7, :ProtoInstance_2_21_4_3_3_8, :ProtoInstance_2_21_4_3_3_9, :ProtoInstance_2_21_4_3_3_10, :ProtoInstance_2_21_4_3_3_11, :ProtoInstance_2_21_4_3_3_12, :ProtoInstance_2_21_4_3_3_13, :ProtoInstance_2_21_4_3_3_14, :ProtoInstance_2_21_4_3_3_15, :ProtoInstance_2_21_4_3_3_16, :ProtoInstance_2_21_4_3_3_17, :ProtoInstance_2_21_4_3_3_18, :ProtoInstance_2_21_4_3_3_19, :ProtoInstance_2_21_4_3_3_20, :ProtoInstance_2_21_4_3_3_21, :ProtoInstance_2_21_4_3_3_22, :ProtoInstance_2_21_4_3_3_23, :ProtoInstance_2_21_4_3_3_24, :ProtoInstance_2_21_4_3_3_25, :ProtoInstance_2_21_4_3_3_26, :ProtoInstance_2_21_4_3_3_27, :ProtoInstance_2_21_4_3_3_28, :ProtoInstance_2_21_4_3_3_29, :ProtoInstance_2_21_4_3_3_30, :ProtoInstance_2_21_4_3_3_31, :ProtoInstance_2_21_4_3_3_32, :ProtoInstance_2_21_4_3_3_33, :ProtoInstance_2_21_4_3_3_34, :ProtoInstance_2_21_4_3_3_35, :ProtoInstance_2_21_4_3_3_36, :ProtoInstance_2_21_4_3_3_37, :ProtoInstance_2_21_4_3_3_38 ; x3do:name 'edges' . :ProtoInstance_2_21_4_3_3_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_1_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_1 ; x3do:hasCoord :Coordinate_2_21_4_3_3_1_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_1_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_1_1 ; x3do:point ( 6.0 0.0 17.0 6.0 0.0 12.5 ) . :ProtoInstance_2_21_4_3_3_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_2_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_2 ; x3do:hasCoord :Coordinate_2_21_4_3_3_2_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_2_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_2_1 ; x3do:point ( 17.0 0.0 17.0 17.0 0.0 12.5 ) . :ProtoInstance_2_21_4_3_3_3 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_3_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_3_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_3 ; x3do:hasCoord :Coordinate_2_21_4_3_3_3_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_3_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_3_1 ; x3do:point ( 17.0 0.0 0.0 13.5 0.0 0.0 ) . :ProtoInstance_2_21_4_3_3_4 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_4_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_4_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_4 ; x3do:hasCoord :Coordinate_2_21_4_3_3_4_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_4_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_4_1 ; x3do:point ( 0.0 0.0 17.0 4.0 0.0 17.0 ) . :ProtoInstance_2_21_4_3_3_5 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_5_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_5_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_5 ; x3do:hasCoord :Coordinate_2_21_4_3_3_5_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_5_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_5_1 ; x3do:point ( 4.0 0.0 17.0 6.0 0.0 17.0 ) . :ProtoInstance_2_21_4_3_3_6 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_6_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_6_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_6 ; x3do:hasCoord :Coordinate_2_21_4_3_3_6_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_6_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_6_1 ; x3do:point ( 17.0 0.0 12.5 17.0 0.0 7.0 ) . :ProtoInstance_2_21_4_3_3_7 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_7_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_7_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_7 ; x3do:hasCoord :Coordinate_2_21_4_3_3_7_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_7_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_7_1 ; x3do:point ( 17.0 0.0 7.0 17.0 0.0 0.0 ) . :ProtoInstance_2_21_4_3_3_8 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_8_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_8_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_8 ; x3do:hasCoord :Coordinate_2_21_4_3_3_8_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_8_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_8_1 ; x3do:point ( 17.0 0.0 7.0 13.5 0.0 7.0 ) . :ProtoInstance_2_21_4_3_3_9 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_9_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_9_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_9 ; x3do:hasCoord :Coordinate_2_21_4_3_3_9_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_9_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_9_1 ; x3do:point ( 0.0 0.0 10.5 0.0 0.0 17.0 ) . :ProtoInstance_2_21_4_3_3_10 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_10_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_10_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_10 ; x3do:hasCoord :Coordinate_2_21_4_3_3_10_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_10_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_10_1 ; x3do:point ( 4.0 0.0 17.0 4.0 0.0 10.5 ) . :ProtoInstance_2_21_4_3_3_11 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_11_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_11_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_11 ; x3do:hasCoord :Coordinate_2_21_4_3_3_11_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_11_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_11_1 ; x3do:point ( 0.0 0.0 10.5 4.0 0.0 10.5 ) . :ProtoInstance_2_21_4_3_3_12 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_12_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_12_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_12 ; x3do:hasCoord :Coordinate_2_21_4_3_3_12_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_12_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_12_1 ; x3do:point ( 0.0 0.0 5.0 0.0 0.0 10.5 ) . :ProtoInstance_2_21_4_3_3_13 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_13_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_13_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_13 ; x3do:hasCoord :Coordinate_2_21_4_3_3_13_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_13_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_13_1 ; x3do:point ( 4.0 0.0 10.5 4.0 0.0 5.0 ) . :ProtoInstance_2_21_4_3_3_14 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_14_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_14_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_14 ; x3do:hasCoord :Coordinate_2_21_4_3_3_14_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_14_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_14_1 ; x3do:point ( 0.0 0.0 5.0 4.0 0.0 5.0 ) . :ProtoInstance_2_21_4_3_3_15 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_15_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_15_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_15 ; x3do:hasCoord :Coordinate_2_21_4_3_3_15_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_15_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_15_1 ; x3do:point ( 0.0 0.0 0.0 0.0 0.0 2.5 ) . :ProtoInstance_2_21_4_3_3_16 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_16_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_16_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_16 ; x3do:hasCoord :Coordinate_2_21_4_3_3_16_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_16_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_16_1 ; x3do:point ( 0.0 0.0 2.5 0.0 0.0 5.0 ) . :ProtoInstance_2_21_4_3_3_17 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_17_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_17_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_17 ; x3do:hasCoord :Coordinate_2_21_4_3_3_17_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_17_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_17_1 ; x3do:point ( 4.0 0.0 5.0 4.0 0.0 2.5 ) . :ProtoInstance_2_21_4_3_3_18 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_18_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_18_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_18 ; x3do:hasCoord :Coordinate_2_21_4_3_3_18_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_18_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_18_1 ; x3do:point ( 13.5 0.0 0.0 4.0 0.0 0.0 ) . :ProtoInstance_2_21_4_3_3_19 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_19_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_19_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_19 ; x3do:hasCoord :Coordinate_2_21_4_3_3_19_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_19_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_19_1 ; x3do:point ( 4.0 0.0 0.0 0.0 0.0 0.0 ) . :ProtoInstance_2_21_4_3_3_20 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_20_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_20_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_20 ; x3do:hasCoord :Coordinate_2_21_4_3_3_20_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_20_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_20_1 ; x3do:point ( 13.5 0.0 7.0 13.5 0.0 5.0 ) . :ProtoInstance_2_21_4_3_3_21 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_21_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_21_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_21 ; x3do:hasCoord :Coordinate_2_21_4_3_3_21_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_21_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_21_1 ; x3do:point ( 4.0 0.0 5.0 13.5 0.0 5.0 ) . :ProtoInstance_2_21_4_3_3_22 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_22_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_22_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_22 ; x3do:hasCoord :Coordinate_2_21_4_3_3_22_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_22_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_22_1 ; x3do:point ( 6.0 0.0 17.0 11.0 0.0 17.0 ) . :ProtoInstance_2_21_4_3_3_23 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_23_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_23_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_23 ; x3do:hasCoord :Coordinate_2_21_4_3_3_23_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_23_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_23_1 ; x3do:point ( 11.0 0.0 17.0 17.0 0.0 17.0 ) . :ProtoInstance_2_21_4_3_3_24 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_24_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_24_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_24 ; x3do:hasCoord :Coordinate_2_21_4_3_3_24_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_24_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_24_1 ; x3do:point ( 6.0 0.0 12.5 11.0 0.0 12.5 ) . :ProtoInstance_2_21_4_3_3_25 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_25_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_25_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_25 ; x3do:hasCoord :Coordinate_2_21_4_3_3_25_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_25_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_25_1 ; x3do:point ( 11.0 0.0 17.0 11.0 0.0 12.5 ) . :ProtoInstance_2_21_4_3_3_26 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_26_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_26_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_26 ; x3do:hasCoord :Coordinate_2_21_4_3_3_26_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_26_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_26_1 ; x3do:point ( 13.5 0.0 12.5 13.5 0.0 7.0 ) . :ProtoInstance_2_21_4_3_3_27 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_27_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_27_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_27 ; x3do:hasCoord :Coordinate_2_21_4_3_3_27_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_27_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_27_1 ; x3do:point ( 11.0 0.0 12.5 13.5 0.0 12.5 ) . :ProtoInstance_2_21_4_3_3_28 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_28_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_28_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_28 ; x3do:hasCoord :Coordinate_2_21_4_3_3_28_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_28_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_28_1 ; x3do:point ( 13.5 0.0 12.5 17.0 0.0 12.5 ) . :ProtoInstance_2_21_4_3_3_29 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_29_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_29_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_29 ; x3do:hasCoord :Coordinate_2_21_4_3_3_29_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_29_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_29_1 ; x3do:point ( 6.0 0.0 11.0 6.0 0.0 7.0 ) . :ProtoInstance_2_21_4_3_3_30 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_30_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_30_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_30 ; x3do:hasCoord :Coordinate_2_21_4_3_3_30_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_30_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_30_1 ; x3do:point ( 6.0 0.0 7.0 11.5 0.0 7.0 ) . :ProtoInstance_2_21_4_3_3_31 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_31_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_31_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_31 ; x3do:hasCoord :Coordinate_2_21_4_3_3_31_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_31_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_31_1 ; x3do:point ( 6.0 0.0 11.0 11.5 0.0 11.0 ) . :ProtoInstance_2_21_4_3_3_32 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_32_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_32_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_32 ; x3do:hasCoord :Coordinate_2_21_4_3_3_32_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_32_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_32_1 ; x3do:point ( 11.5 0.0 7.0 11.5 0.0 11.0 ) . :ProtoInstance_2_21_4_3_3_33 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_33_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_33_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_33 ; x3do:hasCoord :Coordinate_2_21_4_3_3_33_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_33_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_33_1 ; x3do:point ( 4.0 0.0 2.5 4.0 0.0 1.5 ) . :ProtoInstance_2_21_4_3_3_34 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_34_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_34_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_34 ; x3do:hasCoord :Coordinate_2_21_4_3_3_34_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_34_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_34_1 ; x3do:point ( 4.0 0.0 1.5 4.0 0.0 0.0 ) . :ProtoInstance_2_21_4_3_3_35 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_35_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_35_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_35 ; x3do:hasCoord :Coordinate_2_21_4_3_3_35_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_35_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_35_1 ; x3do:point ( 13.5 0.0 5.0 13.5 0.0 1.5 ) . :ProtoInstance_2_21_4_3_3_36 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_36_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_36_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_36 ; x3do:hasCoord :Coordinate_2_21_4_3_3_36_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_36_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_36_1 ; x3do:point ( 13.5 0.0 1.5 13.5 0.0 0.0 ) . :ProtoInstance_2_21_4_3_3_37 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_37_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_37_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_37 ; x3do:hasCoord :Coordinate_2_21_4_3_3_37_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_37_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_37_1 ; x3do:point ( 11.5 0.0 7.0 13.5 0.0 7.0 ) . :ProtoInstance_2_21_4_3_3_38 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_3 ; x3do:hasFieldValue :fieldValue_2_21_4_3_3_38_1 ; x3do:name 'Edge' . :fieldValue_2_21_4_3_3_38_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_3_38 ; x3do:hasCoord :Coordinate_2_21_4_3_3_38_1_1 ; x3do:name 'vertices' . :Coordinate_2_21_4_3_3_38_1_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_3_38_1 ; x3do:point ( 6.0 0.0 11.0 6.0 0.0 12.5 ) . :fieldValue_2_21_4_3_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3 ; x3do:hasChildren :ProtoInstance_2_21_4_3_4_1, :ProtoInstance_2_21_4_3_4_2, :ProtoInstance_2_21_4_3_4_3, :ProtoInstance_2_21_4_3_4_4, :ProtoInstance_2_21_4_3_4_5, :ProtoInstance_2_21_4_3_4_6, :ProtoInstance_2_21_4_3_4_7, :ProtoInstance_2_21_4_3_4_8, :ProtoInstance_2_21_4_3_4_9, :ProtoInstance_2_21_4_3_4_10, :ProtoInstance_2_21_4_3_4_11 ; x3do:name 'rooms' . :ProtoInstance_2_21_4_3_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_1_1, :fieldValue_2_21_4_3_4_1_2, :fieldValue_2_21_4_3_4_1_3, :fieldValue_2_21_4_3_4_1_4, :fieldValue_2_21_4_3_4_1_5 ; x3do:name 'Room' . :fieldValue_2_21_4_3_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_1 ; x3do:name 'name' ; x3do:value 'room0' . :fieldValue_2_21_4_3_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_1 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_3_4_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_1 ; x3do:name 'edgeIndex' ; x3do:value ( 0 23 24 21 ) . :fieldValue_2_21_4_3_4_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_1 ; x3do:hasChildren :ProtoInstance_2_21_4_3_4_1_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_3_4_1_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4_1_4 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_1_4_1_1, :fieldValue_2_21_4_3_4_1_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_3_4_1_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_1_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_3_4_1_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_1_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_4_1_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_1 ; x3do:hasChildren :ProtoInstance_2_21_4_3_4_1_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_3_4_1_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4_1_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_1_5_1_1, :fieldValue_2_21_4_3_4_1_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_3_4_1_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_1_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_3_4_1_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_1_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_3_4_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_2_1, :fieldValue_2_21_4_3_4_2_2, :fieldValue_2_21_4_3_4_2_3, :fieldValue_2_21_4_3_4_2_4, :fieldValue_2_21_4_3_4_2_5 ; x3do:name 'Room' . :fieldValue_2_21_4_3_4_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_2 ; x3do:name 'name' ; x3do:value 'room1' . :fieldValue_2_21_4_3_4_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_2 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_3_4_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_2 ; x3do:name 'edgeIndex' ; x3do:value ( 0 37 28 29 36 19 20 12 9 4 ) . :fieldValue_2_21_4_3_4_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_2 ; x3do:hasChildren :ProtoInstance_2_21_4_3_4_2_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_3_4_2_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4_2_4 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_2_4_1_1, :fieldValue_2_21_4_3_4_2_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_3_4_2_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_2_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_3_4_2_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_2_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_4_2_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_2 ; x3do:hasChildren :ProtoInstance_2_21_4_3_4_2_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_3_4_2_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_2_5_1_1, :fieldValue_2_21_4_3_4_2_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_3_4_2_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_2_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_3_4_2_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_2_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_3_4_3 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_3_1, :fieldValue_2_21_4_3_4_3_2, :fieldValue_2_21_4_3_4_3_3, :fieldValue_2_21_4_3_4_3_4, :fieldValue_2_21_4_3_4_3_5 ; x3do:name 'Room' . :fieldValue_2_21_4_3_4_3_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_3 ; x3do:name 'name' ; x3do:value 'room2' . :fieldValue_2_21_4_3_4_3_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_3 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_3_4_3_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_3 ; x3do:name 'edgeIndex' ; x3do:value ( 1 27 26 24 22 ) . :fieldValue_2_21_4_3_4_3_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_3 ; x3do:hasChildren :ProtoInstance_2_21_4_3_4_3_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_3_4_3_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4_3_4 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_3_4_1_1, :fieldValue_2_21_4_3_4_3_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_3_4_3_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_3_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_3_4_3_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_3_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_4_3_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_3 ; x3do:hasChildren :ProtoInstance_2_21_4_3_4_3_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_3_4_3_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_3_5_1_1, :fieldValue_2_21_4_3_4_3_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_3_4_3_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_3_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_3_4_3_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_3_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_3_4_4 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_4_1, :fieldValue_2_21_4_3_4_4_2, :fieldValue_2_21_4_3_4_4_3, :fieldValue_2_21_4_3_4_4_4, :fieldValue_2_21_4_3_4_4_5 ; x3do:name 'Room' . :fieldValue_2_21_4_3_4_4_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_4 ; x3do:name 'name' ; x3do:value 'room2' . :fieldValue_2_21_4_3_4_4_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_4 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_3_4_4_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_4 ; x3do:name 'edgeIndex' ; x3do:value ( 2 35 34 19 7 6 ) . :fieldValue_2_21_4_3_4_4_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_4 ; x3do:hasChildren :ProtoInstance_2_21_4_3_4_4_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_3_4_4_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4_4_4 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_4_4_1_1, :fieldValue_2_21_4_3_4_4_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_3_4_4_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_4_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_3_4_4_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_4_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_4_4_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_4 ; x3do:hasChildren :ProtoInstance_2_21_4_3_4_4_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_3_4_4_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4_4_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_4_5_1_1, :fieldValue_2_21_4_3_4_4_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_3_4_4_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_4_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_3_4_4_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_4_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_3_4_5 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_5_1, :fieldValue_2_21_4_3_4_5_2, :fieldValue_2_21_4_3_4_5_3, :fieldValue_2_21_4_3_4_5_4, :fieldValue_2_21_4_3_4_5_5 ; x3do:name 'Room' . :fieldValue_2_21_4_3_4_5_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_5 ; x3do:name 'name' ; x3do:value 'room0' . :fieldValue_2_21_4_3_4_5_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_5 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_3_4_5_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_5 ; x3do:name 'edgeIndex' ; x3do:value ( 3 9 10 8 ) . :fieldValue_2_21_4_3_4_5_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_5 ; x3do:hasChildren :ProtoInstance_2_21_4_3_4_5_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_3_4_5_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4_5_4 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_5_4_1_1, :fieldValue_2_21_4_3_4_5_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_3_4_5_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_5_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_3_4_5_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_5_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_4_5_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_5 ; x3do:hasChildren :ProtoInstance_2_21_4_3_4_5_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_3_4_5_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4_5_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_5_5_1_1, :fieldValue_2_21_4_3_4_5_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_3_4_5_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_5_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_3_4_5_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_5_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_3_4_6 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_6_1, :fieldValue_2_21_4_3_4_6_2, :fieldValue_2_21_4_3_4_6_3, :fieldValue_2_21_4_3_4_6_4, :fieldValue_2_21_4_3_4_6_5 ; x3do:name 'Room' . :fieldValue_2_21_4_3_4_6_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_6 ; x3do:name 'name' ; x3do:value 'room5' . :fieldValue_2_21_4_3_4_6_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_6 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_3_4_6_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_6 ; x3do:name 'edgeIndex' ; x3do:value ( 5 7 25 27 ) . :fieldValue_2_21_4_3_4_6_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_6 ; x3do:hasChildren :ProtoInstance_2_21_4_3_4_6_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_3_4_6_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4_6_4 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_6_4_1_1, :fieldValue_2_21_4_3_4_6_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_3_4_6_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_6_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_3_4_6_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_6_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_4_6_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_6 ; x3do:hasChildren :ProtoInstance_2_21_4_3_4_6_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_3_4_6_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4_6_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_6_5_1_1, :fieldValue_2_21_4_3_4_6_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_3_4_6_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_6_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_3_4_6_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_6_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_3_4_7 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_7_1, :fieldValue_2_21_4_3_4_7_2, :fieldValue_2_21_4_3_4_7_3, :fieldValue_2_21_4_3_4_7_4, :fieldValue_2_21_4_3_4_7_5 ; x3do:name 'Room' . :fieldValue_2_21_4_3_4_7_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_7 ; x3do:name 'name' ; x3do:value 'room1' . :fieldValue_2_21_4_3_4_7_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_7 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_3_4_7_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_7 ; x3do:name 'edgeIndex' ; x3do:value ( 10 12 13 11 ) . :fieldValue_2_21_4_3_4_7_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_7 ; x3do:hasChildren :ProtoInstance_2_21_4_3_4_7_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_3_4_7_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4_7_4 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_7_4_1_1, :fieldValue_2_21_4_3_4_7_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_3_4_7_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_7_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_3_4_7_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_7_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_4_7_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_7 ; x3do:hasChildren :ProtoInstance_2_21_4_3_4_7_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_3_4_7_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4_7_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_7_5_1_1, :fieldValue_2_21_4_3_4_7_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_3_4_7_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_7_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_3_4_7_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_7_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_3_4_8 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_8_1, :fieldValue_2_21_4_3_4_8_2, :fieldValue_2_21_4_3_4_8_3, :fieldValue_2_21_4_3_4_8_4, :fieldValue_2_21_4_3_4_8_5 ; x3do:name 'Room' . :fieldValue_2_21_4_3_4_8_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_8 ; x3do:name 'name' ; x3do:value 'room6' . :fieldValue_2_21_4_3_4_8_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_8 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_3_4_8_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_8 ; x3do:name 'edgeIndex' ; x3do:value ( 13 16 32 33 18 14 15 ) . :fieldValue_2_21_4_3_4_8_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_8 ; x3do:hasChildren :ProtoInstance_2_21_4_3_4_8_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_3_4_8_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4_8_4 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_8_4_1_1, :fieldValue_2_21_4_3_4_8_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_3_4_8_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_8_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_3_4_8_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_8_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_4_8_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_8 ; x3do:hasChildren :ProtoInstance_2_21_4_3_4_8_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_3_4_8_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4_8_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_8_5_1_1, :fieldValue_2_21_4_3_4_8_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_3_4_8_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_8_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_3_4_8_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_8_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_3_4_9 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_9_1, :fieldValue_2_21_4_3_4_9_2, :fieldValue_2_21_4_3_4_9_3, :fieldValue_2_21_4_3_4_9_4, :fieldValue_2_21_4_3_4_9_5 ; x3do:name 'Room' . :fieldValue_2_21_4_3_4_9_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_9 ; x3do:name 'name' ; x3do:value 'room7' . :fieldValue_2_21_4_3_4_9_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_9 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_3_4_9_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_9 ; x3do:name 'edgeIndex' ; x3do:value ( 16 32 33 17 35 34 20 ) . :fieldValue_2_21_4_3_4_9_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_9 ; x3do:hasChildren :ProtoInstance_2_21_4_3_4_9_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_3_4_9_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4_9_4 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_9_4_1_1, :fieldValue_2_21_4_3_4_9_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_3_4_9_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_9_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_3_4_9_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_9_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_4_9_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_9 ; x3do:hasChildren :ProtoInstance_2_21_4_3_4_9_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_3_4_9_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4_9_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_9_5_1_1, :fieldValue_2_21_4_3_4_9_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_3_4_9_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_9_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_3_4_9_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_9_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_3_4_10 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_10_1, :fieldValue_2_21_4_3_4_10_2, :fieldValue_2_21_4_3_4_10_3, :fieldValue_2_21_4_3_4_10_4, :fieldValue_2_21_4_3_4_10_5 ; x3do:name 'Room' . :fieldValue_2_21_4_3_4_10_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_10 ; x3do:name 'name' ; x3do:value 'room9' . :fieldValue_2_21_4_3_4_10_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_10 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_3_4_10_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_10 ; x3do:name 'edgeIndex' ; x3do:value ( 23 26 25 36 31 30 37 ) . :fieldValue_2_21_4_3_4_10_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_10 ; x3do:hasChildren :ProtoInstance_2_21_4_3_4_10_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_3_4_10_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4_10_4 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_10_4_1_1, :fieldValue_2_21_4_3_4_10_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_3_4_10_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_10_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_3_4_10_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_10_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_4_10_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_10 ; x3do:hasChildren :ProtoInstance_2_21_4_3_4_10_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_3_4_10_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4_10_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_10_5_1_1, :fieldValue_2_21_4_3_4_10_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_3_4_10_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_10_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_3_4_10_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_10_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_3_4_11 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_11_1, :fieldValue_2_21_4_3_4_11_2, :fieldValue_2_21_4_3_4_11_3, :fieldValue_2_21_4_3_4_11_4, :fieldValue_2_21_4_3_4_11_5 ; x3do:name 'Room' . :fieldValue_2_21_4_3_4_11_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_11 ; x3do:name 'name' ; x3do:value 'room6' . :fieldValue_2_21_4_3_4_11_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_11 ; x3do:name 'componentLabel' ; x3do:value 'ROOM' . :fieldValue_2_21_4_3_4_11_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_11 ; x3do:name 'edgeIndex' ; x3do:value ( 28 29 31 30 ) . :fieldValue_2_21_4_3_4_11_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_11 ; x3do:hasChildren :ProtoInstance_2_21_4_3_4_11_4_1 ; x3do:name 'floor' . :ProtoInstance_2_21_4_3_4_11_4_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4_11_4 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_11_4_1_1, :fieldValue_2_21_4_3_4_11_4_1_2 ; x3do:name 'Floor' . :fieldValue_2_21_4_3_4_11_4_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_11_4_1 ; x3do:name 'name' ; x3do:value 'floor' . :fieldValue_2_21_4_3_4_11_4_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_11_4_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_4_11_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_11 ; x3do:hasChildren :ProtoInstance_2_21_4_3_4_11_5_1 ; x3do:name 'ceiling' . :ProtoInstance_2_21_4_3_4_11_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_4_11_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_4_11_5_1_1, :fieldValue_2_21_4_3_4_11_5_1_2 ; x3do:name 'Ceiling' . :fieldValue_2_21_4_3_4_11_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_11_5_1 ; x3do:name 'name' ; x3do:value 'ceiling' . :fieldValue_2_21_4_3_4_11_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_4_11_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3 ; x3do:hasChildren :Uhrb-Wall-75, :Uhrb-Wall-76, :Uhrb-Wall-77, :Uhrb-Wall-78, :Uhrb-Wall-79, :Uhrb-Wall-80, :Uhrb-Wall-81, :Uhrb-Wall-82, :Uhrb-Wall-83, :Uhrb-Wall-84, :Uhrb-Wall-85, :Uhrb-Wall-86, :Uhrb-Wall-87, :Uhrb-Wall-88, :Uhrb-Wall-89, :Uhrb-Wall-90, :Uhrb-Wall-91, :Uhrb-Wall-92, :Uhrb-Wall-93, :Uhrb-Wall-94, :Uhrb-Wall-95, :Uhrb-Wall-96, :Uhrb-Wall-97, :Uhrb-Wall-98, :Uhrb-Wall-99, :Uhrb-Wall-100, :Uhrb-Wall-101, :Uhrb-Wall-102, :Uhrb-Wall-103, :Uhrb-Wall-104, :Uhrb-Wall-105, :Uhrb-Wall-106, :Uhrb-Wall-107, :Uhrb-Wall-108, :Uhrb-Wall-109, :Uhrb-Wall-110 ; x3do:name 'walls' . :Uhrb-Wall-75 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_1_1, :fieldValue_2_21_4_3_5_1_2, :fieldValue_2_21_4_3_5_1_3, :fieldValue_2_21_4_3_5_1_4, :fieldValue_2_21_4_3_5_1_5, :fieldValue_2_21_4_3_5_1_6 ; x3do:DEF 'Uhrb-Wall-75' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-75 ; x3do:name 'name' ; x3do:value 'wall7' . :fieldValue_2_21_4_3_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-75 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_3_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-75 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-75 ; x3do:hasCoord :Coordinate_2_21_4_3_5_1_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_1_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_1_4 ; x3do:point ( 6.0 0.0 17.0 6.0 3.253 17.0 6.0 3.253 12.5 6.0 0.0 12.5 ) . :fieldValue_2_21_4_3_5_1_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-75 ; x3do:name 'apertures' . :fieldValue_2_21_4_3_5_1_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-75 ; x3do:name 'attributes' . :Uhrb-Wall-76 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_2_1, :fieldValue_2_21_4_3_5_2_2, :fieldValue_2_21_4_3_5_2_3, :fieldValue_2_21_4_3_5_2_4, :fieldValue_2_21_4_3_5_2_5, :fieldValue_2_21_4_3_5_2_6 ; x3do:DEF 'Uhrb-Wall-76' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-76 ; x3do:name 'name' ; x3do:value 'wall3-a' . :fieldValue_2_21_4_3_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-76 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_3_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-76 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-76 ; x3do:hasCoord :Coordinate_2_21_4_3_5_2_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_2_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_2_4 ; x3do:point ( 17.0 0.0 17.0 17.0 3.253 17.0 17.0 3.253 12.5 17.0 0.0 12.5 ) . :fieldValue_2_21_4_3_5_2_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-76 ; x3do:hasChildren :ProtoInstance_2_21_4_3_5_2_5_1, :ProtoInstance_2_21_4_3_5_2_5_2 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_3_5_2_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_2_5_1_1, :fieldValue_2_21_4_3_5_2_5_1_2, :fieldValue_2_21_4_3_5_2_5_1_3, :fieldValue_2_21_4_3_5_2_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_2_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_2_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_3_5_2_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_2_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_3_5_2_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_2_5_1 ; x3do:hasCoord :Coordinate_2_21_4_3_5_2_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_2_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_2_5_1_3 ; x3do:point ( 17.0 1.0 15.999999999999998 17.0 2.0 15.999999999999998 17.0 2.0 14.999999999999998 17.0 1.0 14.999999999999998 ) . :fieldValue_2_21_4_3_5_2_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_2_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_3_5_2_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_2_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_2_5_2_1, :fieldValue_2_21_4_3_5_2_5_2_2, :fieldValue_2_21_4_3_5_2_5_2_3, :fieldValue_2_21_4_3_5_2_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_2_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_2_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_3_5_2_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_2_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_3_5_2_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_2_5_2 ; x3do:hasCoord :Coordinate_2_21_4_3_5_2_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_2_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_2_5_2_3 ; x3do:point ( 17.0 1.0 14.499999999999998 17.0 2.0 14.499999999999998 17.0 2.0 13.499999999999998 17.0 1.0 13.499999999999998 ) . :fieldValue_2_21_4_3_5_2_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_2_5_2 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_5_2_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-76 ; x3do:name 'attributes' . :Uhrb-Wall-77 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_3_1, :fieldValue_2_21_4_3_5_3_2, :fieldValue_2_21_4_3_5_3_3, :fieldValue_2_21_4_3_5_3_4, :fieldValue_2_21_4_3_5_3_5, :fieldValue_2_21_4_3_5_3_6 ; x3do:DEF 'Uhrb-Wall-77' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_3_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-77 ; x3do:name 'name' ; x3do:value 'wall4-a' . :fieldValue_2_21_4_3_5_3_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-77 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_3_5_3_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-77 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_3_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-77 ; x3do:hasCoord :Coordinate_2_21_4_3_5_3_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_3_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_3_4 ; x3do:point ( 17.0 0.0 0.0 17.0 3.253 0.0 13.5 3.253 0.0 13.5 0.0 0.0 ) . :fieldValue_2_21_4_3_5_3_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-77 ; x3do:hasChildren :ProtoInstance_2_21_4_3_5_3_5_1, :ProtoInstance_2_21_4_3_5_3_5_2 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_3_5_3_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_3_5_1_1, :fieldValue_2_21_4_3_5_3_5_1_2, :fieldValue_2_21_4_3_5_3_5_1_3, :fieldValue_2_21_4_3_5_3_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_3_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_3_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_3_5_3_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_3_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_3_5_3_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_3_5_1 ; x3do:hasCoord :Coordinate_2_21_4_3_5_3_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_3_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_3_5_1_3 ; x3do:point ( 16.0 1.0 0.0 16.0 2.0 0.0 15.0 2.0 0.0 15.0 1.0 0.0 ) . :fieldValue_2_21_4_3_5_3_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_3_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_3_5_3_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_3_5_2_1, :fieldValue_2_21_4_3_5_3_5_2_2, :fieldValue_2_21_4_3_5_3_5_2_3, :fieldValue_2_21_4_3_5_3_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_3_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_3_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_3_5_3_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_3_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_3_5_3_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_3_5_2 ; x3do:hasCoord :Coordinate_2_21_4_3_5_3_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_3_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_3_5_2_3 ; x3do:point ( 14.5 1.0 0.0 14.5 2.0 0.0 13.5 2.0 0.0 13.5 1.0 0.0 ) . :fieldValue_2_21_4_3_5_3_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_3_5_2 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_5_3_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-77 ; x3do:name 'attributes' . :Uhrb-Wall-78 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_4_1, :fieldValue_2_21_4_3_5_4_2, :fieldValue_2_21_4_3_5_4_3, :fieldValue_2_21_4_3_5_4_4, :fieldValue_2_21_4_3_5_4_5, :fieldValue_2_21_4_3_5_4_6 ; x3do:DEF 'Uhrb-Wall-78' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_4_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-78 ; x3do:name 'name' ; x3do:value 'wall2-a' . :fieldValue_2_21_4_3_5_4_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-78 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_3_5_4_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-78 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_4_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-78 ; x3do:hasCoord :Coordinate_2_21_4_3_5_4_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_4_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_4_4 ; x3do:point ( 0.0 0.0 17.0 0.0 3.253 17.0 4.0 3.253 17.0 4.0 0.0 17.0 ) . :fieldValue_2_21_4_3_5_4_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-78 ; x3do:hasChildren :ProtoInstance_2_21_4_3_5_4_5_1, :ProtoInstance_2_21_4_3_5_4_5_2 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_3_5_4_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_4_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_4_5_1_1, :fieldValue_2_21_4_3_5_4_5_1_2, :fieldValue_2_21_4_3_5_4_5_1_3, :fieldValue_2_21_4_3_5_4_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_4_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_4_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_3_5_4_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_4_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_3_5_4_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_4_5_1 ; x3do:hasCoord :Coordinate_2_21_4_3_5_4_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_4_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_4_5_1_3 ; x3do:point ( 1.0 1.0 17.0 1.0 2.0 17.0 2.0 2.0 17.0 2.0 1.0 17.0 ) . :fieldValue_2_21_4_3_5_4_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_4_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_3_5_4_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_4_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_4_5_2_1, :fieldValue_2_21_4_3_5_4_5_2_2, :fieldValue_2_21_4_3_5_4_5_2_3, :fieldValue_2_21_4_3_5_4_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_4_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_4_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_3_5_4_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_4_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_3_5_4_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_4_5_2 ; x3do:hasCoord :Coordinate_2_21_4_3_5_4_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_4_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_4_5_2_3 ; x3do:point ( 2.5 1.0 17.0 2.5 2.0 17.0 3.5 2.0 17.0 3.5 1.0 17.0 ) . :fieldValue_2_21_4_3_5_4_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_4_5_2 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_5_4_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-78 ; x3do:name 'attributes' . :Uhrb-Wall-79 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_5_1, :fieldValue_2_21_4_3_5_5_2, :fieldValue_2_21_4_3_5_5_3, :fieldValue_2_21_4_3_5_5_4, :fieldValue_2_21_4_3_5_5_5, :fieldValue_2_21_4_3_5_5_6 ; x3do:DEF 'Uhrb-Wall-79' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_5_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-79 ; x3do:name 'name' ; x3do:value 'wall2-b-a' . :fieldValue_2_21_4_3_5_5_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-79 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_3_5_5_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-79 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_5_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-79 ; x3do:hasCoord :Coordinate_2_21_4_3_5_5_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_5_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_5_4 ; x3do:point ( 4.0 0.0 17.0 4.0 3.253 17.0 6.0 3.253 17.0 6.0 0.0 17.0 ) . :fieldValue_2_21_4_3_5_5_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-79 ; x3do:hasChildren :ProtoInstance_2_21_4_3_5_5_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_3_5_5_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_5_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_5_5_1_1, :fieldValue_2_21_4_3_5_5_5_1_2, :fieldValue_2_21_4_3_5_5_5_1_3, :fieldValue_2_21_4_3_5_5_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_5_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_5_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_3_5_5_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_5_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_3_5_5_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_5_5_1 ; x3do:hasCoord :Coordinate_2_21_4_3_5_5_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_5_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_5_5_1_3 ; x3do:point ( 4.5 1.0 17.0 4.5 2.0 17.0 5.5 2.0 17.0 5.5 1.0 17.0 ) . :fieldValue_2_21_4_3_5_5_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_5_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_5_5_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-79 ; x3do:name 'attributes' . :Uhrb-Wall-80 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_6_1, :fieldValue_2_21_4_3_5_6_2, :fieldValue_2_21_4_3_5_6_3, :fieldValue_2_21_4_3_5_6_4, :fieldValue_2_21_4_3_5_6_5, :fieldValue_2_21_4_3_5_6_6 ; x3do:DEF 'Uhrb-Wall-80' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_6_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-80 ; x3do:name 'name' ; x3do:value 'wall3-b-a' . :fieldValue_2_21_4_3_5_6_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-80 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_3_5_6_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-80 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_6_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-80 ; x3do:hasCoord :Coordinate_2_21_4_3_5_6_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_6_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_6_4 ; x3do:point ( 17.0 0.0 12.5 17.0 3.253 12.5 17.0 3.253 7.0 17.0 0.0 7.0 ) . :fieldValue_2_21_4_3_5_6_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-80 ; x3do:hasChildren :ProtoInstance_2_21_4_3_5_6_5_1, :ProtoInstance_2_21_4_3_5_6_5_2 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_3_5_6_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_6_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_6_5_1_1, :fieldValue_2_21_4_3_5_6_5_1_2, :fieldValue_2_21_4_3_5_6_5_1_3, :fieldValue_2_21_4_3_5_6_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_6_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_6_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_3_5_6_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_6_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_3_5_6_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_6_5_1 ; x3do:hasCoord :Coordinate_2_21_4_3_5_6_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_6_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_6_5_1_3 ; x3do:point ( 17.0 1.0 7.999999999999999 17.0 2.0 7.999999999999999 17.0 2.0 8.999999999999998 17.0 1.0 8.999999999999998 ) . :fieldValue_2_21_4_3_5_6_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_6_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_3_5_6_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_6_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_6_5_2_1, :fieldValue_2_21_4_3_5_6_5_2_2, :fieldValue_2_21_4_3_5_6_5_2_3, :fieldValue_2_21_4_3_5_6_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_6_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_6_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_3_5_6_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_6_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_3_5_6_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_6_5_2 ; x3do:hasCoord :Coordinate_2_21_4_3_5_6_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_6_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_6_5_2_3 ; x3do:point ( 17.0 1.0 10.499999999999998 17.0 2.0 10.499999999999998 17.0 2.0 11.499999999999998 17.0 1.0 11.499999999999998 ) . :fieldValue_2_21_4_3_5_6_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_6_5_2 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_5_6_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-80 ; x3do:name 'attributes' . :Uhrb-Wall-81 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_7_1, :fieldValue_2_21_4_3_5_7_2, :fieldValue_2_21_4_3_5_7_3, :fieldValue_2_21_4_3_5_7_4, :fieldValue_2_21_4_3_5_7_5, :fieldValue_2_21_4_3_5_7_6 ; x3do:DEF 'Uhrb-Wall-81' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_7_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-81 ; x3do:name 'name' ; x3do:value 'wall3-b-b' . :fieldValue_2_21_4_3_5_7_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-81 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_3_5_7_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-81 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_7_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-81 ; x3do:hasCoord :Coordinate_2_21_4_3_5_7_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_7_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_7_4 ; x3do:point ( 17.0 0.0 7.0 17.0 3.253 7.0 17.0 3.253 0.0 17.0 0.0 0.0 ) . :fieldValue_2_21_4_3_5_7_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-81 ; x3do:hasChildren :ProtoInstance_2_21_4_3_5_7_5_1, :ProtoInstance_2_21_4_3_5_7_5_2, :ProtoInstance_2_21_4_3_5_7_5_3 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_3_5_7_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_7_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_7_5_1_1, :fieldValue_2_21_4_3_5_7_5_1_2, :fieldValue_2_21_4_3_5_7_5_1_3, :fieldValue_2_21_4_3_5_7_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_7_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_7_5_1 ; x3do:name 'name' ; x3do:value 'aperture3' . :fieldValue_2_21_4_3_5_7_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_7_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_3_5_7_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_7_5_1 ; x3do:hasCoord :Coordinate_2_21_4_3_5_7_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_7_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_7_5_1_3 ; x3do:point ( 17.0 1.0 4.999999999999999 17.0 2.0 4.999999999999999 17.0 2.0 5.999999999999999 17.0 1.0 5.999999999999999 ) . :fieldValue_2_21_4_3_5_7_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_7_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_3_5_7_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_7_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_7_5_2_1, :fieldValue_2_21_4_3_5_7_5_2_2, :fieldValue_2_21_4_3_5_7_5_2_3, :fieldValue_2_21_4_3_5_7_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_7_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_7_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_3_5_7_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_7_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_3_5_7_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_7_5_2 ; x3do:hasCoord :Coordinate_2_21_4_3_5_7_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_7_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_7_5_2_3 ; x3do:point ( 17.0 1.0 0.999999999999999 17.0 2.0 0.999999999999999 17.0 2.0 1.999999999999999 17.0 1.0 1.999999999999999 ) . :fieldValue_2_21_4_3_5_7_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_7_5_2 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_3_5_7_5_3 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_7_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_7_5_3_1, :fieldValue_2_21_4_3_5_7_5_3_2, :fieldValue_2_21_4_3_5_7_5_3_3, :fieldValue_2_21_4_3_5_7_5_3_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_7_5_3_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_7_5_3 ; x3do:name 'name' ; x3do:value 'aperture3' . :fieldValue_2_21_4_3_5_7_5_3_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_7_5_3 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_3_5_7_5_3_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_7_5_3 ; x3do:hasCoord :Coordinate_2_21_4_3_5_7_5_3_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_7_5_3_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_7_5_3_3 ; x3do:point ( 17.0 1.0 2.999999999999999 17.0 2.0 2.999999999999999 17.0 2.0 3.999999999999999 17.0 1.0 3.999999999999999 ) . :fieldValue_2_21_4_3_5_7_5_3_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_7_5_3 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_5_7_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-81 ; x3do:name 'attributes' . :Uhrb-Wall-82 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_8_1, :fieldValue_2_21_4_3_5_8_2, :fieldValue_2_21_4_3_5_8_3, :fieldValue_2_21_4_3_5_8_4, :fieldValue_2_21_4_3_5_8_5, :fieldValue_2_21_4_3_5_8_6 ; x3do:DEF 'Uhrb-Wall-82' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_8_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-82 ; x3do:name 'name' ; x3do:value 'wall15-b-a' . :fieldValue_2_21_4_3_5_8_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-82 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_3_5_8_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-82 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_8_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-82 ; x3do:hasCoord :Coordinate_2_21_4_3_5_8_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_8_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_8_4 ; x3do:point ( 17.0 0.0 7.0 17.0 3.253 7.0 13.5 3.253 7.0 13.5 0.0 7.0 ) . :fieldValue_2_21_4_3_5_8_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-82 ; x3do:name 'apertures' . :fieldValue_2_21_4_3_5_8_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-82 ; x3do:name 'attributes' . :Uhrb-Wall-83 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_9_1, :fieldValue_2_21_4_3_5_9_2, :fieldValue_2_21_4_3_5_9_3, :fieldValue_2_21_4_3_5_9_4, :fieldValue_2_21_4_3_5_9_5, :fieldValue_2_21_4_3_5_9_6 ; x3do:DEF 'Uhrb-Wall-83' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_9_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-83 ; x3do:name 'name' ; x3do:value 'wall11-a-b' . :fieldValue_2_21_4_3_5_9_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-83 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_3_5_9_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-83 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_9_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-83 ; x3do:hasCoord :Coordinate_2_21_4_3_5_9_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_9_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_9_4 ; x3do:point ( 0.0 0.0 10.5 0.0 3.253 10.5 0.0 3.253 17.0 0.0 0.0 17.0 ) . :fieldValue_2_21_4_3_5_9_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-83 ; x3do:hasChildren :ProtoInstance_2_21_4_3_5_9_5_1, :ProtoInstance_2_21_4_3_5_9_5_2, :ProtoInstance_2_21_4_3_5_9_5_3 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_3_5_9_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_9_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_9_5_1_1, :fieldValue_2_21_4_3_5_9_5_1_2, :fieldValue_2_21_4_3_5_9_5_1_3, :fieldValue_2_21_4_3_5_9_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_9_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_9_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_3_5_9_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_9_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_3_5_9_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_9_5_1 ; x3do:hasCoord :Coordinate_2_21_4_3_5_9_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_9_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_9_5_1_3 ; x3do:point ( 3.3677786976552215E-16 1.0 16.0 3.3677786976552215E-16 2.0 16.0 2.755455298081546E-16 2.0 15.0 2.755455298081546E-16 1.0 15.0 ) . :fieldValue_2_21_4_3_5_9_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_9_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_3_5_9_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_9_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_9_5_2_1, :fieldValue_2_21_4_3_5_9_5_2_2, :fieldValue_2_21_4_3_5_9_5_2_3, :fieldValue_2_21_4_3_5_9_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_9_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_9_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_3_5_9_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_9_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_3_5_9_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_9_5_2 ; x3do:hasCoord :Coordinate_2_21_4_3_5_9_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_9_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_9_5_2_3 ; x3do:point ( 2.449293598294707E-16 1.0 14.5 2.449293598294707E-16 2.0 14.5 1.8369701987210302E-16 2.0 13.5 1.8369701987210302E-16 1.0 13.5 ) . :fieldValue_2_21_4_3_5_9_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_9_5_2 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_3_5_9_5_3 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_9_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_9_5_3_1, :fieldValue_2_21_4_3_5_9_5_3_2, :fieldValue_2_21_4_3_5_9_5_3_3, :fieldValue_2_21_4_3_5_9_5_3_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_9_5_3_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_9_5_3 ; x3do:name 'name' ; x3do:value 'aperture3' . :fieldValue_2_21_4_3_5_9_5_3_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_9_5_3 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_3_5_9_5_3_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_9_5_3 ; x3do:hasCoord :Coordinate_2_21_4_3_5_9_5_3_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_9_5_3_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_9_5_3_3 ; x3do:point ( 1.2246467991473535E-16 1.0 12.5 1.2246467991473535E-16 2.0 12.5 6.123233995736767E-17 2.0 11.5 6.123233995736767E-17 1.0 11.5 ) . :fieldValue_2_21_4_3_5_9_5_3_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_9_5_3 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_5_9_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-83 ; x3do:name 'attributes' . :Uhrb-Wall-84 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_10_1, :fieldValue_2_21_4_3_5_10_2, :fieldValue_2_21_4_3_5_10_3, :fieldValue_2_21_4_3_5_10_4, :fieldValue_2_21_4_3_5_10_5, :fieldValue_2_21_4_3_5_10_6 ; x3do:DEF 'Uhrb-Wall-84' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_10_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-84 ; x3do:name 'name' ; x3do:value 'wall13-b-a' . :fieldValue_2_21_4_3_5_10_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-84 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_3_5_10_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-84 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_10_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-84 ; x3do:hasCoord :Coordinate_2_21_4_3_5_10_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_10_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_10_4 ; x3do:point ( 4.0 0.0 17.0 4.0 3.253 17.0 4.0 3.253 10.5 4.0 0.0 10.5 ) . :fieldValue_2_21_4_3_5_10_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-84 ; x3do:hasChildren :ProtoInstance_2_21_4_3_5_10_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_3_5_10_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_10_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_10_5_1_1, :fieldValue_2_21_4_3_5_10_5_1_2, :fieldValue_2_21_4_3_5_10_5_1_3, :fieldValue_2_21_4_3_5_10_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_10_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_10_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_3_5_10_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_10_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_3_5_10_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_10_5_1 ; x3do:hasCoord :Coordinate_2_21_4_3_5_10_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_10_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_10_5_1_3 ; x3do:point ( 4.0 0.0 11.0 4.0 2.25 11.0 4.0 2.25 12.0 4.0 0.0 12.0 ) . :fieldValue_2_21_4_3_5_10_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_10_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_5_10_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-84 ; x3do:name 'attributes' . :Uhrb-Wall-85 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_11_1, :fieldValue_2_21_4_3_5_11_2, :fieldValue_2_21_4_3_5_11_3, :fieldValue_2_21_4_3_5_11_4, :fieldValue_2_21_4_3_5_11_5, :fieldValue_2_21_4_3_5_11_6 ; x3do:DEF 'Uhrb-Wall-85' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_11_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-85 ; x3do:name 'name' ; x3do:value 'wall20-b' . :fieldValue_2_21_4_3_5_11_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-85 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_3_5_11_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-85 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_11_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-85 ; x3do:hasCoord :Coordinate_2_21_4_3_5_11_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_11_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_11_4 ; x3do:point ( 0.0 0.0 10.5 0.0 3.253 10.5 4.0 3.253 10.5 4.0 0.0 10.5 ) . :fieldValue_2_21_4_3_5_11_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-85 ; x3do:name 'apertures' . :fieldValue_2_21_4_3_5_11_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-85 ; x3do:name 'attributes' . :Uhrb-Wall-86 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_12_1, :fieldValue_2_21_4_3_5_12_2, :fieldValue_2_21_4_3_5_12_3, :fieldValue_2_21_4_3_5_12_4, :fieldValue_2_21_4_3_5_12_5, :fieldValue_2_21_4_3_5_12_6 ; x3do:DEF 'Uhrb-Wall-86' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_12_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-86 ; x3do:name 'name' ; x3do:value 'wall11-a-a-b' . :fieldValue_2_21_4_3_5_12_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-86 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_3_5_12_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-86 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_12_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-86 ; x3do:hasCoord :Coordinate_2_21_4_3_5_12_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_12_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_12_4 ; x3do:point ( 0.0 0.0 5.0 0.0 3.253 5.0 0.0 3.253 10.5 0.0 0.0 10.5 ) . :fieldValue_2_21_4_3_5_12_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-86 ; x3do:hasChildren :ProtoInstance_2_21_4_3_5_12_5_1, :ProtoInstance_2_21_4_3_5_12_5_2 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_3_5_12_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_12_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_12_5_1_1, :fieldValue_2_21_4_3_5_12_5_1_2, :fieldValue_2_21_4_3_5_12_5_1_3, :fieldValue_2_21_4_3_5_12_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_12_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_12_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_3_5_12_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_12_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_3_5_12_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_12_5_1 ; x3do:hasCoord :Coordinate_2_21_4_3_5_12_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_12_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_12_5_1_3 ; x3do:point ( 2.7554552980815443E-16 1.0 9.5 2.7554552980815443E-16 2.0 9.5 2.1431318985078676E-16 2.0 8.5 2.1431318985078676E-16 1.0 8.5 ) . :fieldValue_2_21_4_3_5_12_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_12_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_3_5_12_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_12_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_12_5_2_1, :fieldValue_2_21_4_3_5_12_5_2_2, :fieldValue_2_21_4_3_5_12_5_2_3, :fieldValue_2_21_4_3_5_12_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_12_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_12_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_3_5_12_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_12_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_3_5_12_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_12_5_2 ; x3do:hasCoord :Coordinate_2_21_4_3_5_12_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_12_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_12_5_2_3 ; x3do:point ( 1.224646799147353E-16 1.0 7.0 1.224646799147353E-16 2.0 7.0 6.123233995736762E-17 2.0 6.0 6.123233995736762E-17 1.0 6.0 ) . :fieldValue_2_21_4_3_5_12_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_12_5_2 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_5_12_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-86 ; x3do:name 'attributes' . :Uhrb-Wall-87 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_13_1, :fieldValue_2_21_4_3_5_13_2, :fieldValue_2_21_4_3_5_13_3, :fieldValue_2_21_4_3_5_13_4, :fieldValue_2_21_4_3_5_13_5, :fieldValue_2_21_4_3_5_13_6 ; x3do:DEF 'Uhrb-Wall-87' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_13_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-87 ; x3do:name 'name' ; x3do:value 'wall13-b-b-a' . :fieldValue_2_21_4_3_5_13_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-87 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_3_5_13_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-87 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_13_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-87 ; x3do:hasCoord :Coordinate_2_21_4_3_5_13_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_13_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_13_4 ; x3do:point ( 4.0 0.0 10.5 4.0 3.253 10.5 4.0 3.253 5.0 4.0 0.0 5.0 ) . :fieldValue_2_21_4_3_5_13_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-87 ; x3do:hasChildren :ProtoInstance_2_21_4_3_5_13_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_3_5_13_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_13_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_13_5_1_1, :fieldValue_2_21_4_3_5_13_5_1_2, :fieldValue_2_21_4_3_5_13_5_1_3, :fieldValue_2_21_4_3_5_13_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_13_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_13_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_3_5_13_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_13_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_3_5_13_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_13_5_1 ; x3do:hasCoord :Coordinate_2_21_4_3_5_13_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_13_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_13_5_1_3 ; x3do:point ( 4.0 0.0 5.5 4.0 2.25 5.5 4.0 2.25 6.5 4.0 0.0 6.5 ) . :fieldValue_2_21_4_3_5_13_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_13_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_5_13_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-87 ; x3do:name 'attributes' . :Uhrb-Wall-88 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_14_1, :fieldValue_2_21_4_3_5_14_2, :fieldValue_2_21_4_3_5_14_3, :fieldValue_2_21_4_3_5_14_4, :fieldValue_2_21_4_3_5_14_5, :fieldValue_2_21_4_3_5_14_6 ; x3do:DEF 'Uhrb-Wall-88' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_14_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-88 ; x3do:name 'name' ; x3do:value 'wall24-b' . :fieldValue_2_21_4_3_5_14_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-88 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_3_5_14_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-88 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_14_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-88 ; x3do:hasCoord :Coordinate_2_21_4_3_5_14_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_14_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_14_4 ; x3do:point ( 0.0 0.0 5.0 0.0 3.253 5.0 4.0 3.253 5.0 4.0 0.0 5.0 ) . :fieldValue_2_21_4_3_5_14_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-88 ; x3do:name 'apertures' . :fieldValue_2_21_4_3_5_14_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-88 ; x3do:name 'attributes' . :Uhrb-Wall-89 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_15_1, :fieldValue_2_21_4_3_5_15_2, :fieldValue_2_21_4_3_5_15_3, :fieldValue_2_21_4_3_5_15_4, :fieldValue_2_21_4_3_5_15_5, :fieldValue_2_21_4_3_5_15_6 ; x3do:DEF 'Uhrb-Wall-89' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_15_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-89 ; x3do:name 'name' ; x3do:value 'wall11-a-a-a-a' . :fieldValue_2_21_4_3_5_15_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-89 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_3_5_15_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-89 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_15_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-89 ; x3do:hasCoord :Coordinate_2_21_4_3_5_15_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_15_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_15_4 ; x3do:point ( 0.0 0.0 0.0 0.0 3.253 0.0 0.0 3.253 2.5 0.0 0.0 2.5 ) . :fieldValue_2_21_4_3_5_15_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-89 ; x3do:hasChildren :ProtoInstance_2_21_4_3_5_15_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_3_5_15_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_15_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_15_5_1_1, :fieldValue_2_21_4_3_5_15_5_1_2, :fieldValue_2_21_4_3_5_15_5_1_3, :fieldValue_2_21_4_3_5_15_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_15_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_15_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_3_5_15_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_15_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_3_5_15_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_15_5_1 ; x3do:hasCoord :Coordinate_2_21_4_3_5_15_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_15_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_15_5_1_3 ; x3do:point ( 6.123233995736766E-17 1.0 1.0 6.123233995736766E-17 2.0 1.0 1.2246467991473532E-16 2.0 2.0 1.2246467991473532E-16 1.0 2.0 ) . :fieldValue_2_21_4_3_5_15_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_15_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_5_15_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-89 ; x3do:name 'attributes' . :Uhrb-Wall-90 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_16_1, :fieldValue_2_21_4_3_5_16_2, :fieldValue_2_21_4_3_5_16_3, :fieldValue_2_21_4_3_5_16_4, :fieldValue_2_21_4_3_5_16_5, :fieldValue_2_21_4_3_5_16_6 ; x3do:DEF 'Uhrb-Wall-90' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_16_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-90 ; x3do:name 'name' ; x3do:value 'wall11-a-a-a-b' . :fieldValue_2_21_4_3_5_16_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-90 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_3_5_16_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-90 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_16_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-90 ; x3do:hasCoord :Coordinate_2_21_4_3_5_16_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_16_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_16_4 ; x3do:point ( 0.0 0.0 2.5 0.0 3.253 2.5 0.0 3.253 5.0 0.0 0.0 5.0 ) . :fieldValue_2_21_4_3_5_16_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-90 ; x3do:hasChildren :ProtoInstance_2_21_4_3_5_16_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_3_5_16_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_16_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_16_5_1_1, :fieldValue_2_21_4_3_5_16_5_1_2, :fieldValue_2_21_4_3_5_16_5_1_3, :fieldValue_2_21_4_3_5_16_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_16_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_16_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_3_5_16_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_16_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_3_5_16_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_16_5_1 ; x3do:hasCoord :Coordinate_2_21_4_3_5_16_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_16_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_16_5_1_3 ; x3do:point ( 3.061616997868381E-17 1.0 3.0 3.061616997868381E-17 2.0 3.0 9.184850993605148E-17 2.0 4.0 9.184850993605148E-17 1.0 4.0 ) . :fieldValue_2_21_4_3_5_16_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_16_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_5_16_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-90 ; x3do:name 'attributes' . :Uhrb-Wall-91 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_17_1, :fieldValue_2_21_4_3_5_17_2, :fieldValue_2_21_4_3_5_17_3, :fieldValue_2_21_4_3_5_17_4, :fieldValue_2_21_4_3_5_17_5, :fieldValue_2_21_4_3_5_17_6 ; x3do:DEF 'Uhrb-Wall-91' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_17_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-91 ; x3do:name 'name' ; x3do:value 'wall13-b-b-b-a' . :fieldValue_2_21_4_3_5_17_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-91 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_3_5_17_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-91 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_17_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-91 ; x3do:hasCoord :Coordinate_2_21_4_3_5_17_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_17_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_17_4 ; x3do:point ( 4.0 0.0 5.0 4.0 3.253 5.0 4.0 3.253 2.5 4.0 0.0 2.5 ) . :fieldValue_2_21_4_3_5_17_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-91 ; x3do:hasChildren :ProtoInstance_2_21_4_3_5_17_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_3_5_17_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_17_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_17_5_1_1, :fieldValue_2_21_4_3_5_17_5_1_2, :fieldValue_2_21_4_3_5_17_5_1_3, :fieldValue_2_21_4_3_5_17_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_17_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_17_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_3_5_17_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_17_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_3_5_17_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_17_5_1 ; x3do:hasCoord :Coordinate_2_21_4_3_5_17_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_17_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_17_5_1_3 ; x3do:point ( 3.9999999999999996 0.0 3.4999999999999996 3.9999999999999996 2.25 3.4999999999999996 4.0 2.25 4.5 4.0 0.0 4.5 ) . :fieldValue_2_21_4_3_5_17_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_17_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_5_17_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-91 ; x3do:name 'attributes' . :Uhrb-Wall-92 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_18_1, :fieldValue_2_21_4_3_5_18_2, :fieldValue_2_21_4_3_5_18_3, :fieldValue_2_21_4_3_5_18_4, :fieldValue_2_21_4_3_5_18_5, :fieldValue_2_21_4_3_5_18_6 ; x3do:DEF 'Uhrb-Wall-92' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_18_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-92 ; x3do:name 'name' ; x3do:value 'wall4-b-a' . :fieldValue_2_21_4_3_5_18_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-92 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_3_5_18_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-92 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_18_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-92 ; x3do:hasCoord :Coordinate_2_21_4_3_5_18_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_18_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_18_4 ; x3do:point ( 13.5 0.0 0.0 13.5 3.253 0.0 4.0 3.253 0.0 4.0 0.0 0.0 ) . :fieldValue_2_21_4_3_5_18_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-92 ; x3do:hasChildren :ProtoInstance_2_21_4_3_5_18_5_1, :ProtoInstance_2_21_4_3_5_18_5_2, :ProtoInstance_2_21_4_3_5_18_5_3 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_3_5_18_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_18_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_18_5_1_1, :fieldValue_2_21_4_3_5_18_5_1_2, :fieldValue_2_21_4_3_5_18_5_1_3, :fieldValue_2_21_4_3_5_18_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_18_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_18_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_3_5_18_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_18_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_3_5_18_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_18_5_1 ; x3do:hasCoord :Coordinate_2_21_4_3_5_18_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_18_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_18_5_1_3 ; x3do:point ( 5.5 1.0 0.0 5.5 2.0 0.0 6.5 2.0 0.0 6.5 1.0 0.0 ) . :fieldValue_2_21_4_3_5_18_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_18_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_3_5_18_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_18_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_18_5_2_1, :fieldValue_2_21_4_3_5_18_5_2_2, :fieldValue_2_21_4_3_5_18_5_2_3, :fieldValue_2_21_4_3_5_18_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_18_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_18_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_3_5_18_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_18_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_3_5_18_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_18_5_2 ; x3do:hasCoord :Coordinate_2_21_4_3_5_18_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_18_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_18_5_2_3 ; x3do:point ( 8.0 1.0 0.0 8.0 2.0 0.0 9.0 2.0 0.0 9.0 1.0 0.0 ) . :fieldValue_2_21_4_3_5_18_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_18_5_2 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_3_5_18_5_3 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_18_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_18_5_3_1, :fieldValue_2_21_4_3_5_18_5_3_2, :fieldValue_2_21_4_3_5_18_5_3_3, :fieldValue_2_21_4_3_5_18_5_3_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_18_5_3_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_18_5_3 ; x3do:name 'name' ; x3do:value 'aperture3' . :fieldValue_2_21_4_3_5_18_5_3_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_18_5_3 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_3_5_18_5_3_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_18_5_3 ; x3do:hasCoord :Coordinate_2_21_4_3_5_18_5_3_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_18_5_3_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_18_5_3_3 ; x3do:point ( 10.5 1.0 0.0 10.5 2.0 0.0 11.5 2.0 0.0 11.5 1.0 0.0 ) . :fieldValue_2_21_4_3_5_18_5_3_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_18_5_3 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_5_18_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-92 ; x3do:name 'attributes' . :Uhrb-Wall-93 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_19_1, :fieldValue_2_21_4_3_5_19_2, :fieldValue_2_21_4_3_5_19_3, :fieldValue_2_21_4_3_5_19_4, :fieldValue_2_21_4_3_5_19_5, :fieldValue_2_21_4_3_5_19_6 ; x3do:DEF 'Uhrb-Wall-93' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_19_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-93 ; x3do:name 'name' ; x3do:value 'wall4-b-b' . :fieldValue_2_21_4_3_5_19_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-93 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_3_5_19_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-93 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_19_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-93 ; x3do:hasCoord :Coordinate_2_21_4_3_5_19_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_19_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_19_4 ; x3do:point ( 4.0 0.0 0.0 4.0 3.253 0.0 0.0 3.253 0.0 0.0 0.0 0.0 ) . :fieldValue_2_21_4_3_5_19_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-93 ; x3do:hasChildren :ProtoInstance_2_21_4_3_5_19_5_1, :ProtoInstance_2_21_4_3_5_19_5_2 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_3_5_19_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_19_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_19_5_1_1, :fieldValue_2_21_4_3_5_19_5_1_2, :fieldValue_2_21_4_3_5_19_5_1_3, :fieldValue_2_21_4_3_5_19_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_19_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_19_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_3_5_19_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_19_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_3_5_19_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_19_5_1 ; x3do:hasCoord :Coordinate_2_21_4_3_5_19_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_19_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_19_5_1_3 ; x3do:point ( 1.0 1.0 0.0 1.0 2.0 0.0 2.0 2.0 0.0 2.0 1.0 0.0 ) . :fieldValue_2_21_4_3_5_19_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_19_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_3_5_19_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_19_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_19_5_2_1, :fieldValue_2_21_4_3_5_19_5_2_2, :fieldValue_2_21_4_3_5_19_5_2_3, :fieldValue_2_21_4_3_5_19_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_19_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_19_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_3_5_19_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_19_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_3_5_19_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_19_5_2 ; x3do:hasCoord :Coordinate_2_21_4_3_5_19_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_19_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_19_5_2_3 ; x3do:point ( 2.5 1.0 0.0 2.5 2.0 0.0 3.5 2.0 0.0 3.5 1.0 0.0 ) . :fieldValue_2_21_4_3_5_19_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_19_5_2 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_5_19_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-93 ; x3do:name 'attributes' . :Uhrb-Wall-94 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_20_1, :fieldValue_2_21_4_3_5_20_2, :fieldValue_2_21_4_3_5_20_3, :fieldValue_2_21_4_3_5_20_4, :fieldValue_2_21_4_3_5_20_5, :fieldValue_2_21_4_3_5_20_6 ; x3do:DEF 'Uhrb-Wall-94' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_20_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-94 ; x3do:name 'name' ; x3do:value 'wall11-b-a' . :fieldValue_2_21_4_3_5_20_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-94 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_3_5_20_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-94 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_20_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-94 ; x3do:hasCoord :Coordinate_2_21_4_3_5_20_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_20_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_20_4 ; x3do:point ( 13.5 0.0 7.0 13.5 3.253 7.0 13.5 3.253 5.0 13.5 0.0 5.0 ) . :fieldValue_2_21_4_3_5_20_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-94 ; x3do:hasChildren :ProtoInstance_2_21_4_3_5_20_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_3_5_20_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_20_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_20_5_1_1, :fieldValue_2_21_4_3_5_20_5_1_2, :fieldValue_2_21_4_3_5_20_5_1_3, :fieldValue_2_21_4_3_5_20_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_20_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_20_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_3_5_20_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_20_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_3_5_20_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_20_5_1 ; x3do:hasCoord :Coordinate_2_21_4_3_5_20_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_20_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_20_5_1_3 ; x3do:point ( 13.5 0.0 5.499999999999999 13.5 2.25 5.499999999999999 13.5 2.25 6.499999999999999 13.5 0.0 6.499999999999999 ) . :fieldValue_2_21_4_3_5_20_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_20_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_5_20_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-94 ; x3do:name 'attributes' . :Uhrb-Wall-95 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_21_1, :fieldValue_2_21_4_3_5_21_2, :fieldValue_2_21_4_3_5_21_3, :fieldValue_2_21_4_3_5_21_4, :fieldValue_2_21_4_3_5_21_5, :fieldValue_2_21_4_3_5_21_6 ; x3do:DEF 'Uhrb-Wall-95' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_21_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-95 ; x3do:name 'name' ; x3do:value 'wall31-a' . :fieldValue_2_21_4_3_5_21_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-95 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_3_5_21_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-95 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_21_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-95 ; x3do:hasCoord :Coordinate_2_21_4_3_5_21_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_21_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_21_4 ; x3do:point ( 4.0 0.0 5.0 4.0 3.253 5.0 13.5 3.253 5.0 13.5 0.0 5.0 ) . :fieldValue_2_21_4_3_5_21_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-95 ; x3do:hasChildren :ProtoInstance_2_21_4_3_5_21_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_3_5_21_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_21_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_21_5_1_1, :fieldValue_2_21_4_3_5_21_5_1_2, :fieldValue_2_21_4_3_5_21_5_1_3, :fieldValue_2_21_4_3_5_21_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_21_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_21_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_3_5_21_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_21_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_3_5_21_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_21_5_1 ; x3do:hasCoord :Coordinate_2_21_4_3_5_21_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_21_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_21_5_1_3 ; x3do:point ( 7.0 0.0 5.0 7.0 2.5 5.0 9.5 2.5 5.0 9.5 0.0 5.0 ) . :fieldValue_2_21_4_3_5_21_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_21_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_5_21_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-95 ; x3do:name 'attributes' . :Uhrb-Wall-96 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_22_1, :fieldValue_2_21_4_3_5_22_2, :fieldValue_2_21_4_3_5_22_3, :fieldValue_2_21_4_3_5_22_4, :fieldValue_2_21_4_3_5_22_5, :fieldValue_2_21_4_3_5_22_6 ; x3do:DEF 'Uhrb-Wall-96' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_22_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-96 ; x3do:name 'name' ; x3do:value 'wall2-b-b-a' . :fieldValue_2_21_4_3_5_22_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-96 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_3_5_22_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-96 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_22_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-96 ; x3do:hasCoord :Coordinate_2_21_4_3_5_22_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_22_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_22_4 ; x3do:point ( 6.0 0.0 17.0 6.0 3.253 17.0 11.0 3.253 17.0 11.0 0.0 17.0 ) . :fieldValue_2_21_4_3_5_22_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-96 ; x3do:hasChildren :ProtoInstance_2_21_4_3_5_22_5_1, :ProtoInstance_2_21_4_3_5_22_5_2 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_3_5_22_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_22_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_22_5_1_1, :fieldValue_2_21_4_3_5_22_5_1_2, :fieldValue_2_21_4_3_5_22_5_1_3, :fieldValue_2_21_4_3_5_22_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_22_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_22_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_3_5_22_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_22_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_3_5_22_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_22_5_1 ; x3do:hasCoord :Coordinate_2_21_4_3_5_22_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_22_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_22_5_1_3 ; x3do:point ( 10.0 1.0 17.0 10.0 2.0 17.0 9.0 2.0 17.0 9.0 1.0 17.0 ) . :fieldValue_2_21_4_3_5_22_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_22_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_3_5_22_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_22_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_22_5_2_1, :fieldValue_2_21_4_3_5_22_5_2_2, :fieldValue_2_21_4_3_5_22_5_2_3, :fieldValue_2_21_4_3_5_22_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_22_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_22_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_3_5_22_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_22_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_3_5_22_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_22_5_2 ; x3do:hasCoord :Coordinate_2_21_4_3_5_22_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_22_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_22_5_2_3 ; x3do:point ( 8.0 1.0 17.0 8.0 2.0 17.0 7.0 2.0 17.0 7.0 1.0 17.0 ) . :fieldValue_2_21_4_3_5_22_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_22_5_2 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_5_22_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-96 ; x3do:name 'attributes' . :Uhrb-Wall-97 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_23_1, :fieldValue_2_21_4_3_5_23_2, :fieldValue_2_21_4_3_5_23_3, :fieldValue_2_21_4_3_5_23_4, :fieldValue_2_21_4_3_5_23_5, :fieldValue_2_21_4_3_5_23_6 ; x3do:DEF 'Uhrb-Wall-97' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_23_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-97 ; x3do:name 'name' ; x3do:value 'wall2-b-b-b' . :fieldValue_2_21_4_3_5_23_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-97 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_3_5_23_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-97 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_23_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-97 ; x3do:hasCoord :Coordinate_2_21_4_3_5_23_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_23_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_23_4 ; x3do:point ( 11.0 0.0 17.0 11.0 3.253 17.0 17.0 3.253 17.0 17.0 0.0 17.0 ) . :fieldValue_2_21_4_3_5_23_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-97 ; x3do:hasChildren :ProtoInstance_2_21_4_3_5_23_5_1, :ProtoInstance_2_21_4_3_5_23_5_2 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_3_5_23_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_23_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_23_5_1_1, :fieldValue_2_21_4_3_5_23_5_1_2, :fieldValue_2_21_4_3_5_23_5_1_3, :fieldValue_2_21_4_3_5_23_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_23_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_23_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_3_5_23_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_23_5_1 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_3_5_23_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_23_5_1 ; x3do:hasCoord :Coordinate_2_21_4_3_5_23_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_23_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_23_5_1_3 ; x3do:point ( 15.5 1.0 17.0 15.5 2.0 17.0 14.5 2.0 17.0 14.5 1.0 17.0 ) . :fieldValue_2_21_4_3_5_23_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_23_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_3_5_23_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_23_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_23_5_2_1, :fieldValue_2_21_4_3_5_23_5_2_2, :fieldValue_2_21_4_3_5_23_5_2_3, :fieldValue_2_21_4_3_5_23_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_23_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_23_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_3_5_23_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_23_5_2 ; x3do:name 'componentLabel' ; x3do:value 'WINDOW' . :fieldValue_2_21_4_3_5_23_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_23_5_2 ; x3do:hasCoord :Coordinate_2_21_4_3_5_23_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_23_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_23_5_2_3 ; x3do:point ( 13.5 1.0 17.0 13.5 2.0 17.0 12.5 2.0 17.0 12.5 1.0 17.0 ) . :fieldValue_2_21_4_3_5_23_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_23_5_2 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_5_23_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-97 ; x3do:name 'attributes' . :Uhrb-Wall-98 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_24_1, :fieldValue_2_21_4_3_5_24_2, :fieldValue_2_21_4_3_5_24_3, :fieldValue_2_21_4_3_5_24_4, :fieldValue_2_21_4_3_5_24_5, :fieldValue_2_21_4_3_5_24_6 ; x3do:DEF 'Uhrb-Wall-98' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_24_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-98 ; x3do:name 'name' ; x3do:value 'wall9-a' . :fieldValue_2_21_4_3_5_24_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-98 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_3_5_24_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-98 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_24_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-98 ; x3do:hasCoord :Coordinate_2_21_4_3_5_24_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_24_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_24_4 ; x3do:point ( 6.0 0.0 12.5 6.0 3.253 12.5 11.0 3.253 12.5 11.0 0.0 12.5 ) . :fieldValue_2_21_4_3_5_24_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-98 ; x3do:hasChildren :ProtoInstance_2_21_4_3_5_24_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_3_5_24_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_24_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_24_5_1_1, :fieldValue_2_21_4_3_5_24_5_1_2, :fieldValue_2_21_4_3_5_24_5_1_3, :fieldValue_2_21_4_3_5_24_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_24_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_24_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_3_5_24_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_24_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_3_5_24_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_24_5_1 ; x3do:hasCoord :Coordinate_2_21_4_3_5_24_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_24_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_24_5_1_3 ; x3do:point ( 6.5 0.0 12.5 6.5 2.25 12.5 7.5 2.25 12.5 7.5 0.0 12.5 ) . :fieldValue_2_21_4_3_5_24_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_24_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_5_24_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-98 ; x3do:name 'attributes' . :Uhrb-Wall-99 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_25_1, :fieldValue_2_21_4_3_5_25_2, :fieldValue_2_21_4_3_5_25_3, :fieldValue_2_21_4_3_5_25_4, :fieldValue_2_21_4_3_5_25_5, :fieldValue_2_21_4_3_5_25_6 ; x3do:DEF 'Uhrb-Wall-99' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_25_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-99 ; x3do:name 'name' ; x3do:value 'wall27-a' . :fieldValue_2_21_4_3_5_25_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-99 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_3_5_25_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-99 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_25_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-99 ; x3do:hasCoord :Coordinate_2_21_4_3_5_25_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_25_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_25_4 ; x3do:point ( 11.0 0.0 17.0 11.0 3.253 17.0 11.0 3.253 12.5 11.0 0.0 12.5 ) . :fieldValue_2_21_4_3_5_25_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-99 ; x3do:name 'apertures' . :fieldValue_2_21_4_3_5_25_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-99 ; x3do:name 'attributes' . :Uhrb-Wall-100 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_26_1, :fieldValue_2_21_4_3_5_26_2, :fieldValue_2_21_4_3_5_26_3, :fieldValue_2_21_4_3_5_26_4, :fieldValue_2_21_4_3_5_26_5, :fieldValue_2_21_4_3_5_26_6 ; x3do:DEF 'Uhrb-Wall-100' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_26_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-100 ; x3do:name 'name' ; x3do:value 'wall11-a' . :fieldValue_2_21_4_3_5_26_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-100 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_3_5_26_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-100 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_26_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-100 ; x3do:hasCoord :Coordinate_2_21_4_3_5_26_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_26_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_26_4 ; x3do:point ( 13.5 0.0 12.5 13.5 3.253 12.5 13.5 3.253 7.0 13.5 0.0 7.0 ) . :fieldValue_2_21_4_3_5_26_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-100 ; x3do:hasChildren :ProtoInstance_2_21_4_3_5_26_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_3_5_26_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_26_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_26_5_1_1, :fieldValue_2_21_4_3_5_26_5_1_2, :fieldValue_2_21_4_3_5_26_5_1_3, :fieldValue_2_21_4_3_5_26_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_26_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_26_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_3_5_26_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_26_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_3_5_26_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_26_5_1 ; x3do:hasCoord :Coordinate_2_21_4_3_5_26_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_26_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_26_5_1_3 ; x3do:point ( 13.5 0.0 11.0 13.5 2.25 11.0 13.5 2.25 12.0 13.5 0.0 12.0 ) . :fieldValue_2_21_4_3_5_26_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_26_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_5_26_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-100 ; x3do:name 'attributes' . :Uhrb-Wall-101 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_27_1, :fieldValue_2_21_4_3_5_27_2, :fieldValue_2_21_4_3_5_27_3, :fieldValue_2_21_4_3_5_27_4, :fieldValue_2_21_4_3_5_27_5, :fieldValue_2_21_4_3_5_27_6 ; x3do:DEF 'Uhrb-Wall-101' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_27_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-101 ; x3do:name 'name' ; x3do:value 'wall9-b-a' . :fieldValue_2_21_4_3_5_27_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-101 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_3_5_27_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-101 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_27_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-101 ; x3do:hasCoord :Coordinate_2_21_4_3_5_27_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_27_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_27_4 ; x3do:point ( 11.0 0.0 12.5 11.0 3.253 12.5 13.5 3.253 12.5 13.5 0.0 12.5 ) . :fieldValue_2_21_4_3_5_27_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-101 ; x3do:hasChildren :ProtoInstance_2_21_4_3_5_27_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_3_5_27_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_27_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_27_5_1_1, :fieldValue_2_21_4_3_5_27_5_1_2, :fieldValue_2_21_4_3_5_27_5_1_3, :fieldValue_2_21_4_3_5_27_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_27_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_27_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_3_5_27_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_27_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_3_5_27_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_27_5_1 ; x3do:hasCoord :Coordinate_2_21_4_3_5_27_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_27_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_27_5_1_3 ; x3do:point ( 11.5 0.0 12.5 11.5 2.25 12.5 12.5 2.25 12.5 12.5 0.0 12.5 ) . :fieldValue_2_21_4_3_5_27_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_27_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_5_27_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-101 ; x3do:name 'attributes' . :Uhrb-Wall-102 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_28_1, :fieldValue_2_21_4_3_5_28_2, :fieldValue_2_21_4_3_5_28_3, :fieldValue_2_21_4_3_5_28_4, :fieldValue_2_21_4_3_5_28_5, :fieldValue_2_21_4_3_5_28_6 ; x3do:DEF 'Uhrb-Wall-102' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_28_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-102 ; x3do:name 'name' ; x3do:value 'wall9-b-b' . :fieldValue_2_21_4_3_5_28_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-102 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_3_5_28_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-102 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_28_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-102 ; x3do:hasCoord :Coordinate_2_21_4_3_5_28_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_28_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_28_4 ; x3do:point ( 13.5 0.0 12.5 13.5 3.253 12.5 17.0 3.253 12.5 17.0 0.0 12.5 ) . :fieldValue_2_21_4_3_5_28_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-102 ; x3do:name 'apertures' . :fieldValue_2_21_4_3_5_28_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-102 ; x3do:name 'attributes' . :Uhrb-Wall-103 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_29_1, :fieldValue_2_21_4_3_5_29_2, :fieldValue_2_21_4_3_5_29_3, :fieldValue_2_21_4_3_5_29_4, :fieldValue_2_21_4_3_5_29_5, :fieldValue_2_21_4_3_5_29_6 ; x3do:DEF 'Uhrb-Wall-103' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_29_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-103 ; x3do:name 'name' ; x3do:value 'wall33' . :fieldValue_2_21_4_3_5_29_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-103 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_3_5_29_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-103 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_29_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-103 ; x3do:hasCoord :Coordinate_2_21_4_3_5_29_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_29_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_29_4 ; x3do:point ( 6.0 0.0 11.0 6.0 3.253 11.0 6.0 3.253 7.0 6.0 0.0 7.0 ) . :fieldValue_2_21_4_3_5_29_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-103 ; x3do:name 'apertures' . :fieldValue_2_21_4_3_5_29_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-103 ; x3do:name 'attributes' . :Uhrb-Wall-104 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_30_1, :fieldValue_2_21_4_3_5_30_2, :fieldValue_2_21_4_3_5_30_3, :fieldValue_2_21_4_3_5_30_4, :fieldValue_2_21_4_3_5_30_5, :fieldValue_2_21_4_3_5_30_6 ; x3do:DEF 'Uhrb-Wall-104' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_30_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-104 ; x3do:name 'name' ; x3do:value 'wall34-a' . :fieldValue_2_21_4_3_5_30_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-104 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_3_5_30_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-104 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_30_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-104 ; x3do:hasCoord :Coordinate_2_21_4_3_5_30_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_30_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_30_4 ; x3do:point ( 6.0 0.0 7.0 6.0 3.253 7.0 11.5 3.253 7.0 11.5 0.0 7.0 ) . :fieldValue_2_21_4_3_5_30_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-104 ; x3do:hasChildren :ProtoInstance_2_21_4_3_5_30_5_1, :ProtoInstance_2_21_4_3_5_30_5_2 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_3_5_30_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_30_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_30_5_1_1, :fieldValue_2_21_4_3_5_30_5_1_2, :fieldValue_2_21_4_3_5_30_5_1_3, :fieldValue_2_21_4_3_5_30_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_30_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_30_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_3_5_30_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_30_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_3_5_30_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_30_5_1 ; x3do:hasCoord :Coordinate_2_21_4_3_5_30_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_30_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_30_5_1_3 ; x3do:point ( 9.5 0.0 7.0 9.5 2.25 7.0 10.5 2.25 7.0 10.5 0.0 7.0 ) . :fieldValue_2_21_4_3_5_30_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_30_5_1 ; x3do:name 'attributes' . :ProtoInstance_2_21_4_3_5_30_5_2 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_30_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_30_5_2_1, :fieldValue_2_21_4_3_5_30_5_2_2, :fieldValue_2_21_4_3_5_30_5_2_3, :fieldValue_2_21_4_3_5_30_5_2_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_30_5_2_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_30_5_2 ; x3do:name 'name' ; x3do:value 'aperture2' . :fieldValue_2_21_4_3_5_30_5_2_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_30_5_2 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_3_5_30_5_2_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_30_5_2 ; x3do:hasCoord :Coordinate_2_21_4_3_5_30_5_2_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_30_5_2_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_30_5_2_3 ; x3do:point ( 7.0 0.0 7.0 7.0 2.25 7.0 8.0 2.25 7.0 8.0 0.0 7.0 ) . :fieldValue_2_21_4_3_5_30_5_2_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_30_5_2 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_5_30_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-104 ; x3do:name 'attributes' . :Uhrb-Wall-105 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_31_1, :fieldValue_2_21_4_3_5_31_2, :fieldValue_2_21_4_3_5_31_3, :fieldValue_2_21_4_3_5_31_4, :fieldValue_2_21_4_3_5_31_5, :fieldValue_2_21_4_3_5_31_6 ; x3do:DEF 'Uhrb-Wall-105' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_31_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-105 ; x3do:name 'name' ; x3do:value 'wall32-a' . :fieldValue_2_21_4_3_5_31_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-105 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_3_5_31_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-105 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_31_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-105 ; x3do:hasCoord :Coordinate_2_21_4_3_5_31_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_31_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_31_4 ; x3do:point ( 6.0 0.0 11.0 6.0 3.253 11.0 11.5 3.253 11.0 11.5 0.0 11.0 ) . :fieldValue_2_21_4_3_5_31_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-105 ; x3do:name 'apertures' . :fieldValue_2_21_4_3_5_31_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-105 ; x3do:name 'attributes' . :Uhrb-Wall-106 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_32_1, :fieldValue_2_21_4_3_5_32_2, :fieldValue_2_21_4_3_5_32_3, :fieldValue_2_21_4_3_5_32_4, :fieldValue_2_21_4_3_5_32_5, :fieldValue_2_21_4_3_5_32_6 ; x3do:DEF 'Uhrb-Wall-106' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_32_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-106 ; x3do:name 'name' ; x3do:value 'wall35-a' . :fieldValue_2_21_4_3_5_32_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-106 ; x3do:name 'componentLabel' ; x3do:value 'EXTERIOR_WALL' . :fieldValue_2_21_4_3_5_32_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-106 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_32_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-106 ; x3do:hasCoord :Coordinate_2_21_4_3_5_32_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_32_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_32_4 ; x3do:point ( 11.5 0.0 7.0 11.5 3.253 7.0 11.5 3.253 11.0 11.5 0.0 11.0 ) . :fieldValue_2_21_4_3_5_32_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-106 ; x3do:name 'apertures' . :fieldValue_2_21_4_3_5_32_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-106 ; x3do:name 'attributes' . :Uhrb-Wall-107 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_33_1, :fieldValue_2_21_4_3_5_33_2, :fieldValue_2_21_4_3_5_33_3, :fieldValue_2_21_4_3_5_33_4, :fieldValue_2_21_4_3_5_33_5, :fieldValue_2_21_4_3_5_33_6 ; x3do:DEF 'Uhrb-Wall-107' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_33_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-107 ; x3do:name 'name' ; x3do:value 'wall13-b-b-b-b-a' . :fieldValue_2_21_4_3_5_33_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-107 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_3_5_33_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-107 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_33_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-107 ; x3do:hasCoord :Coordinate_2_21_4_3_5_33_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_33_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_33_4 ; x3do:point ( 4.0 0.0 2.5 4.0 3.253 2.5 4.0 3.253 1.5 4.0 0.0 1.5 ) . :fieldValue_2_21_4_3_5_33_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-107 ; x3do:hasChildren :ProtoInstance_2_21_4_3_5_33_5_1 ; x3do:name 'apertures' . :ProtoInstance_2_21_4_3_5_33_5_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5_33_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_33_5_1_1, :fieldValue_2_21_4_3_5_33_5_1_2, :fieldValue_2_21_4_3_5_33_5_1_3, :fieldValue_2_21_4_3_5_33_5_1_4 ; x3do:name 'Aperture' . :fieldValue_2_21_4_3_5_33_5_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_33_5_1 ; x3do:name 'name' ; x3do:value 'aperture1' . :fieldValue_2_21_4_3_5_33_5_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_33_5_1 ; x3do:name 'componentLabel' ; x3do:value 'DOOR' . :fieldValue_2_21_4_3_5_33_5_1_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_33_5_1 ; x3do:hasCoord :Coordinate_2_21_4_3_5_33_5_1_3_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_33_5_1_3_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_33_5_1_3 ; x3do:point ( 4.0 0.0 1.4999999999999998 4.0 2.25 1.4999999999999998 4.0 2.25 2.4999999999999996 4.0 0.0 2.4999999999999996 ) . :fieldValue_2_21_4_3_5_33_5_1_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_4_3_5_33_5_1 ; x3do:name 'attributes' . :fieldValue_2_21_4_3_5_33_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-107 ; x3do:name 'attributes' . :Uhrb-Wall-108 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_34_1, :fieldValue_2_21_4_3_5_34_2, :fieldValue_2_21_4_3_5_34_3, :fieldValue_2_21_4_3_5_34_4, :fieldValue_2_21_4_3_5_34_5, :fieldValue_2_21_4_3_5_34_6 ; x3do:DEF 'Uhrb-Wall-108' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_34_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-108 ; x3do:name 'name' ; x3do:value 'wall13-b-b-b-b-b' . :fieldValue_2_21_4_3_5_34_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-108 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_3_5_34_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-108 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_34_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-108 ; x3do:hasCoord :Coordinate_2_21_4_3_5_34_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_34_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_34_4 ; x3do:point ( 4.0 0.0 1.5 4.0 3.253 1.5 4.0 3.253 0.0 4.0 0.0 0.0 ) . :fieldValue_2_21_4_3_5_34_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-108 ; x3do:name 'apertures' . :fieldValue_2_21_4_3_5_34_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-108 ; x3do:name 'attributes' . :Uhrb-Wall-109 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_35_1, :fieldValue_2_21_4_3_5_35_2, :fieldValue_2_21_4_3_5_35_3, :fieldValue_2_21_4_3_5_35_4, :fieldValue_2_21_4_3_5_35_5, :fieldValue_2_21_4_3_5_35_6 ; x3do:DEF 'Uhrb-Wall-109' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_35_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-109 ; x3do:name 'name' ; x3do:value 'wall11-b-b-a' . :fieldValue_2_21_4_3_5_35_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-109 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_3_5_35_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-109 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_35_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-109 ; x3do:hasCoord :Coordinate_2_21_4_3_5_35_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_35_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_35_4 ; x3do:point ( 13.5 0.0 5.0 13.5 3.253 5.0 13.5 3.253 1.5 13.5 0.0 1.5 ) . :fieldValue_2_21_4_3_5_35_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-109 ; x3do:name 'apertures' . :fieldValue_2_21_4_3_5_35_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-109 ; x3do:name 'attributes' . :Uhrb-Wall-110 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_4_3_5 ; x3do:hasFieldValue :fieldValue_2_21_4_3_5_36_1, :fieldValue_2_21_4_3_5_36_2, :fieldValue_2_21_4_3_5_36_3, :fieldValue_2_21_4_3_5_36_4, :fieldValue_2_21_4_3_5_36_5, :fieldValue_2_21_4_3_5_36_6 ; x3do:DEF 'Uhrb-Wall-110' ; x3do:name 'Wall' . :fieldValue_2_21_4_3_5_36_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-110 ; x3do:name 'name' ; x3do:value 'wall11-b-b-b' . :fieldValue_2_21_4_3_5_36_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-110 ; x3do:name 'componentLabel' ; x3do:value 'INTERIOR_WALL' . :fieldValue_2_21_4_3_5_36_3 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-110 ; x3do:name 'zOffset' ; x3do:value 1 . :fieldValue_2_21_4_3_5_36_4 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-110 ; x3do:hasCoord :Coordinate_2_21_4_3_5_36_4_1 ; x3do:name 'polygon' . :Coordinate_2_21_4_3_5_36_4_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_4_3_5_36_4 ; x3do:point ( 13.5 0.0 1.5 13.5 3.253 1.5 13.5 3.253 0.0 13.5 0.0 0.0 ) . :fieldValue_2_21_4_3_5_36_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-110 ; x3do:name 'apertures' . :fieldValue_2_21_4_3_5_36_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :Uhrb-Wall-110 ; x3do:name 'attributes' . :fieldValue_2_21_5 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21 ; x3do:hasCoord :Coordinate_2_21_5_1 ; x3do:name 'footprint' . :Coordinate_2_21_5_1 a owl:NamedIndividual, x3do:Coordinate ; x3do:hasParent :fieldValue_2_21_5 ; x3do:point ( 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 ) . :fieldValue_2_21_6 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21 ; x3do:hasChildren :ProtoInstance_2_21_6_1 ; x3do:name 'roof' . :ProtoInstance_2_21_6_1 a owl:NamedIndividual, x3do:ProtoInstance ; x3do:hasParent :fieldValue_2_21_6 ; x3do:hasFieldValue :fieldValue_2_21_6_1_1, :fieldValue_2_21_6_1_2 ; x3do:name 'Roof' . :fieldValue_2_21_6_1_1 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_6_1 ; x3do:name 'name' ; x3do:value 'roof' . :fieldValue_2_21_6_1_2 a owl:NamedIndividual, x3do:fieldValue ; x3do:hasParent :ProtoInstance_2_21_6_1 ; x3do:name 'componentLabel' ; x3do:value 'ROOF_ASSEMBLY' .