source: branches/new-datamodel/src/unit_tests/multiple_tms_ont.xtm

Last change on this file was 26, checked in by lgiessmann, 16 years ago

added a license header to all files where the isidorus license is mentioned and referenced, in the ajax file there is also a reference to the MIT-license; an edit/create template for fragments is implemented in the ajax module, but it\'s really terrible and not really useable - this should be only the initial idea of realizing such a functionality\!

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