1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
<?xml version="1.0"?>
<topicMap id="root"
xmlns = 'http://www.topicmaps.org/xtm/1.0/'
xmlns:xlink = 'http://www.w3.org/1999/xlink'>
<!--
Test Root knowledge map.
-->
<topic id="tt-map">
<baseName><baseNameString>Topic Map</baseNameString></baseName>
</topic>
<topic id="tt-knowledge">
<baseName><baseNameString>Knowledge</baseNameString></baseName>
</topic>
<topic id="tt-description">
<baseName><baseNameString>Description</baseNameString></baseName>
</topic>
<topic id="tt-server">
<baseName><baseNameString>Topic Map Server</baseNameString></baseName>
</topic>
<topic id="test">
<baseName>
<baseNameString>test server</baseNameString>
</baseName>
<instanceOf><topicRef xlink:href="urn:x-tm-map"/></instanceOf>
<occurrence>
<instanceOf><topicRef xlink:href="urn:x-tm-knowledge"/></instanceOf>
<resourceRef xlink:href="file:maps/knowledge.xtm"/>
</occurrence>
</topic>
</topicMap>
|