<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="A043323">
				<data key="name">佛定</data>
				<data key="pno">A043323</data>
			</node>
			<node id="A043374">
				<data key="name">岫雯福清</data>
				<data key="pno">A043374</data>
			</node>
			<node id="A042342">
				<data key="name">敷和普悅</data>
				<data key="pno">A042342</data>
			</node>
			<node id="A011465">
				<data key="name">洪建</data>
				<data key="pno">A011465</data>
			</node>			<edge source="A042342" target="A043374">
				<data key="relation">為其師</data>
			</edge>
			<edge source="A011465" target="A042342">
				<data key="relation">為其師</data>
			</edge>
			<edge source="A011465" target="A043374">
				<data key="relation">為其師</data>
			</edge>
			<edge source="A043323" target="A011465">
				<data key="relation">為其師</data>
			</edge>
	</graph>
</graphml>