<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="A043347">
				<data key="name">喚生</data>
				<data key="pno">A043347</data>
			</node>
			<node id="A042344">
				<data key="name">太初來照</data>
				<data key="pno">A042344</data>
			</node>			<edge source="A043347" target="A042344">
				<data key="relation">為其師</data>
			</edge>
	</graph>
</graphml>