There is a link to the file from documentation page of IfcIndexedPolycurve (http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcgeometryresource/lexical/ifcindexedpolycurve.htm):
http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/annex/annex-e/slab-standard-case.ifc
There is a
#7= IFCGEOMETRICREPRESENTATIONCONTEXT($,‘Model’,3,0.0001,#8,#10);
#11= IFCGEOMETRICREPRESENTATIONSUBCONTEXT(‘Axis’,‘Model’,,,,,#7,$,.MODEL_VIEW.,$);
#12= IFCGEOMETRICREPRESENTATIONSUBCONTEXT(‘Body’,‘Model’,,,,,#7,$,.MODEL_VIEW.,$);
and
#13= IFCGEOMETRICREPRESENTATIONCONTEXT($,‘Model’,3,0.0001,#8,#14);
An IfcProject is linked with #13
#100= IFCPROJECT(‘3IU0sKDyX2mAWXvsGInP94’,#6,‘IfcProject’,$,$,‘IfcProject’,’’,(#13),#101);
While
#315= IFCSHAPEREPRESENTATION(#12,‘Body’,‘SweptSolid’,(#314));
is linked with #12 sub context of #7.
Of course could be changed manually for tests, but I believe the topology is conceptually incorrect as shape representation is going to nowhere.