More extensions can be found at: extensions
23 |This demo configuration is designed to function as a regression test. It should depict all configuration options of the LDT.
25 |GPL 3.0 / CC-BY-SA
29 |Frame left
34 | Refresh right frame 35 | '''; 36 | ] 37 | . 38 | 39 | stage:FrameAppearance_Right a elmo:Representation; 40 | elmo:url-pattern "/query/FrameRight$"; 41 | elmo:appearance elmo:HtmlAppearance; 42 | elmo:data [ 43 | rdfs:label "Right"; 44 | elmo:html ''' 45 |Frame right
46 | '''; 47 | ] 48 | . 49 | 50 | stage:FrameAppearance_Right2 a elmo:Representation; 51 | elmo:url-pattern "/query/FrameRight2$"; 52 | elmo:appearance elmo:HtmlAppearance; 53 | elmo:data [ 54 | rdfs:label "Right (new content)"; 55 | elmo:html ''' 56 |Frame right (new content)
57 | '''; 58 | ] 59 | . 60 | -------------------------------------------------------------------------------- /examples/tests/GeoAppearance.ttl: -------------------------------------------------------------------------------- 1 | @prefix stage: