source: branches/new-datamodel/src/xml/xtm/core_psis.xtm

Last change on this file was 170, checked in by lgiessmann, 15 years ago

fixed ticket #50 --> some unit-test have to be adapted; changed the delete-construct method in the data model --> if a reified construct is deleted the reifier-topic is also deleted

File size: 3.1 KB
Line 
1<?xml version="1.0"?>
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/" version="2.0">
12
13
14  <!--
15      Adapted to XTM 2.0 from the XTM 1.0 Spec, http://www.topicmaps.org/xtm/, 2.3.2
16  -->
17 
18  <!-- begin: XTM core concepts -->
19  <topic id="topic">
20    <subjectIdentifier href="http://www.topicmaps.org/xtm/1.0/core.xtm#topic"/>
21    <name>
22      <value>topic</value>
23    </name>
24  </topic>
25
26  <topic id="association">
27    <subjectIdentifier href="http://www.topicmaps.org/xtm/1.0/core.xtm#association"/>
28    <name>
29      <value>association</value>
30    </name>
31  </topic>
32
33  <topic id="occurrence">
34    <subjectIdentifier href="http://www.topicmaps.org/xtm/1.0/core.xtm#occurrence"/>
35    <name>
36      <value>occurrence</value>
37    </name>
38  </topic>
39
40  <topic id="class-instance">
41    <subjectIdentifier href="http://www.topicmaps.org/xtm/1.0/core.xtm#class-instance"/>
42    <name>
43      <value>class-instance</value>
44    </name>
45  </topic>
46
47  <topic id="class">
48    <subjectIdentifier href="http://www.topicmaps.org/xtm/1.0/core.xtm#class"/>
49    <name>
50      <value>class</value>
51    </name>
52  </topic>
53
54  <topic id="supertype-subtype">
55    <subjectIdentifier href="http://www.topicmaps.org/xtm/1.0/core.xtm#supertype-subtype"/>
56    <name>
57      <value>supertype-subtype</value>
58    </name>
59  </topic>
60
61  <topic id="supertype">
62    <subjectIdentifier href="http://www.topicmaps.org/xtm/1.0/core.xtm#supertype"/>
63    <name>
64      <value>supertype</value>
65    </name>
66  </topic>
67
68  <topic id="subtype">
69    <subjectIdentifier href="http://www.topicmaps.org/xtm/1.0/core.xtm#subtype"/>
70    <name>
71      <value>subtype</value>
72    </name>
73  </topic>
74
75  <topic id="sort">
76    <subjectIdentifier href="http://www.topicmaps.org/xtm/1.0/core.xtm#sort"/>
77    <name>
78      <value>sort</value>
79    </name>
80  </topic>
81
82  <topic id="display">
83    <subjectIdentifier href="http://www.topicmaps.org/xtm/1.0/core.xtm#display"/>
84    <name>
85      <value>display</value>
86    </name>
87  </topic>
88
89  <topic id="type-instance">
90    <!-- directly from the TMDM, 7.2 -->
91    <subjectIdentifier href="http://psi.topicmaps.org/iso13250/model/type-instance"/>
92    <name>
93      <value>type-instance</value>
94    </name>
95  </topic>
96
97  <topic id="type">
98    <!-- directly from the TMDM, 7.2 -->
99    <subjectIdentifier href="http://psi.topicmaps.org/iso13250/model/type"/>
100    <name>
101      <value>type</value>
102    </name>
103  </topic>
104
105  <topic id="instance">
106    <!-- directly from the TMDM, 7.2 -->
107    <subjectIdentifier href="http://psi.topicmaps.org/iso13250/model/instance"/>
108    <name>
109      <value>instance</value>
110    </name>
111  </topic>
112</topicMap>
Note: See TracBrowser for help on using the repository browser.