Last change
on this file was
397,
checked in by lgiessmann, 14 years ago
|
tm-sparql: finished all unittests that checks the api's behaviour with different literal datatypes => fixed several bugs that handles xml-boolean, xml-integer, xml-decimal, xml-double, and xml-date values; fixed a bug in the xtm test file; extended the function "literal=" so any objects can be compared to other objects in the stringdatatype format.
|
File size:
2.0 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 | |
---|
15 | <!-- this file contains the special uri defined in tmsparql |
---|
16 | (http://www.networkedplanet.com/ontopic/2009/11/making_topic_maps_sparql.html) |
---|
17 | as topic with only a psi as element corresponding to those defined in |
---|
18 | tmsparql --> |
---|
19 | |
---|
20 | <topicMap xmlns="http://www.topicmaps.org/xtm/" version="2.0"> |
---|
21 | <topic id="reifier"> |
---|
22 | <subjectIdentifier href="http://www.networkedplanet.com/tmsparql/reifier"/> |
---|
23 | </topic> |
---|
24 | |
---|
25 | <topic id="role"> |
---|
26 | <subjectIdentifier href="http://www.networkedplanet.com/tmsparql/role"/> |
---|
27 | </topic> |
---|
28 | |
---|
29 | <topic id="player"> |
---|
30 | <subjectIdentifier href="http://www.networkedplanet.com/tmsparql/player"/> |
---|
31 | </topic> |
---|
32 | |
---|
33 | <topic id="topicProperty"> |
---|
34 | <subjectIdentifier href="http://www.networkedplanet.com/tmsparql/topicProperty"/> |
---|
35 | </topic> |
---|
36 | |
---|
37 | <topic id="scope"> |
---|
38 | <subjectIdentifier href="http://www.networkedplanet.com/tmsparql/scope"/> |
---|
39 | </topic> |
---|
40 | |
---|
41 | <topic id="value"> |
---|
42 | <subjectIdentifier href="http://www.networkedplanet.com/tmsparql/value"/> |
---|
43 | </topic> |
---|
44 | |
---|
45 | <topic id="rdf-type"> |
---|
46 | <subjectIdentifier href="http://www.w3.org/1999/02/22-rdf-syntax-ns#type"/> |
---|
47 | </topic> |
---|
48 | </topicMap> |
---|
Note: See
TracBrowser
for help on using the repository browser.