<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">
<!-- This is a query output from the social network query interface of the  "Visualizing and Querying Chinese Buddhist Biographies" project at Dharma Drum Buddhist College -->
	<key id="name" for="node" attr.name="name" attr.type="string"/>
	<!-- Main name of the person -->
	<key id="pno" for="node" attr.name="pno" attr.type="string"/>
	<!-- DDBC Person Authority Database ID (http://authority.dila.edu.tw/) -->
	<key id="relation" for="edge" attr.name="relation" attr.type="string"/>
	<graph edgedefault="directed">
				<node id="A000650">
				<data key="name">拔合思巴</data>
				<data key="pno">A000650</data>
			</node>
			<node id="A000529">
				<data key="name">沙囉巴</data>
				<data key="pno">A000529</data>
			</node>
			<node id="A002082">
				<data key="name">著栗赤</data>
				<data key="pno">A002082</data>
			</node>
			<node id="A002083">
				<data key="name">剌溫卜</data>
				<data key="pno">A002083</data>
			</node>			<edge source="A000650" target="A000529">
				<data key="relation">為其師</data>
			</edge>
			<edge source="A002082" target="A000529">
				<data key="relation">為其師</data>
			</edge>
			<edge source="A002083" target="A000529">
				<data key="relation">為其師</data>
			</edge>
	</graph>
</graphml>