Last change
on this file was
117,
checked in by lgiessmann, 15 years ago
|
rdf-exporter: implemented a part of the rdf-exporter. currently associations, that do not represent type-instance or supertype-subtype associations are not exported; unit tests are not implemented at the moment, there is just a test file which can be xported "poems_light.xtm"
|
File size:
1.5 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 | <topic id="subject"> |
---|
14 | <subjectIdentifier href="http://isidorus/rdf2tm_mapping/subject"/> |
---|
15 | <name> |
---|
16 | <value>subject</value> |
---|
17 | </name> |
---|
18 | </topic> |
---|
19 | |
---|
20 | <topic id="object"> |
---|
21 | <subjectIdentifier href="http://isidorus/rdf2tm_mapping/object"/> |
---|
22 | <name> |
---|
23 | <value>object</value> |
---|
24 | </name> |
---|
25 | </topic> |
---|
26 | |
---|
27 | <topic id="supertype-subtype"> |
---|
28 | <subjectIdentifier href="http://psi.topicmaps.org/iso13250/model/supertype-subtype"/> |
---|
29 | <name> |
---|
30 | <value>supertype-subtype</value> |
---|
31 | </name> |
---|
32 | </topic> |
---|
33 | |
---|
34 | <topic id="superclass"> |
---|
35 | <subjectIdentifier href="http://psi.topicmaps.org/iso13250/model/supertype"/> |
---|
36 | <name> |
---|
37 | <value>supertype</value> |
---|
38 | </name> |
---|
39 | </topic> |
---|
40 | |
---|
41 | <topic id="subtype"> |
---|
42 | <subjectIdentifier href="http://psi.topicmaps.org/iso13250/model/subtype"/> |
---|
43 | <name> |
---|
44 | <value>subtype</value> |
---|
45 | </name> |
---|
46 | </topic> |
---|
47 | |
---|
48 | </topicMap> |
---|
Note: See
TracBrowser
for help on using the repository browser.