1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<ns3:graphml xmlns:ns2="http://www.w3.org/1999/xlink"
3	xmlns:ns3="http://graphml.graphdrawing.org/xmlns">
4	<ns3:graph id="Barabasi-Albert-73751112" edgedefault="undirected">
5		<ns3:node id="0"/>
6		<ns3:node id="1"/>
7		<ns3:node id="2"/>
8		<ns3:edge id="0" source="1" target="0" />
9		<ns3:edge id="1" source="2" target="1" />
10	</ns3:graph>
11</ns3:graphml>
12