source: trunk/src/xml/xtm/core_psis.xtm

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

core_psis.xtm: added the topic topic-name that is used as default-name-type when no type is specified for a given name

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