source: trunk/src/unit_tests/multiple_tms_ont.xtm

Last change on this file was 328, checked in by lgiessmann, 14 years ago

fixed ticket #75 --> changed license terms from LGPL to LLGPL in the trunk tree

File size: 2.3 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<!-- ======================================================================= -->
3<!--  Isidorus                                                               -->
4<!--  (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff          -->
5<!--                                                                         -->
6<!--  Isidorus is freely distributable under the LLGPL license.              -->
7<!--  This ajax module uses the frameworks PrototypeJs and Scriptaculous,    -->
8<!--  both are distributed under the MIT license.                            -->
9<!--  You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt,   -->
10<!--  trunk/docs/LGPL-LICENSE.txt and in                                     -->
11<!--  trunk/src/ajax/javascripts/external/MIT-LICENSE.txt.                   -->
12<!-- ======================================================================= -->
13
14<topicMap xmlns="http://www.topicmaps.org/xtm/1.0/"
15          xmlns:xlink="http://www.w3.org/1999/xlink">
16  <topic id="t1">
17    <subjectIdentity>
18      <subjectIndicatorRef xlink:href="http://www.egovpt.org/types/topic-type"/>
19    </subjectIdentity>
20  </topic>
21
22  <topic id="a1">
23    <subjectIdentity>
24      <subjectIndicatorRef xlink:href="http://www.egovpt.org/types/association-type"/>
25    </subjectIdentity>
26  </topic>
27
28 <topic id="r1">
29    <subjectIdentity>
30      <subjectIndicatorRef xlink:href="http://www.egovpt.org/types/role-type"/>
31    </subjectIdentity>
32  </topic>
33
34  <topic id="t2">
35    <instanceOf>
36      <topicRef xlink:href="#t1"/>
37    </instanceOf>
38    <subjectIdentity>
39      <subjectIndicatorRef xlink:href="http://www.egovpt.org/instances/topic-t2"/>
40    </subjectIdentity>
41  </topic>
42
43  <topic id="t3">
44    <instanceOf>
45      <topicRef xlink:href="#t1"/>
46    </instanceOf>
47    <subjectIdentity>
48      <subjectIndicatorRef xlink:href="http://www.egovpt.org/instances/topic-t3"/>
49    </subjectIdentity>
50  </topic>
51
52  <association>
53    <instanceOf>
54      <topicRef xlink:href="#a2"/>
55    </instanceOf>
56    <member>
57      <roleSpec>
58        <topicRef xlink:href="#r1"/>
59      </roleSpec>
60      <topicRef xlink:href="#t2"/>
61    </member>
62    <member>
63      <roleSpec>
64        <topicRef xlink:href="#r1"/>
65      </roleSpec>
66      <topicRef xlink:href="#t3"/>
67    </member>
68  </association>
69</topicMap>
Note: See TracBrowser for help on using the repository browser.