<?xml version="1.0" encoding="UTF-8"?>
<graphml xmlns="http://graphml.graphdrawing.org/xmlns"  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd">

	<graph id="G">
		
		<edge source="a" target="b"/>
		<edge source="a" target="c"/>
		<edge source="a" target="d"/>	
		<edge source="a" target="e"/>
		<edge source="a" target="f"/>
		<edge source="a" target="g"/>
		<edge source="a" target="h"/>
		<edge source="a" target="i"/>
		<edge source="a" target="j"/>
		<edge source="a" target="k"/>
			
	</graph>
</graphml>