File: functions.xml

package info (click to toggle)
morla 0.16.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,352 kB
  • sloc: ansic: 25,010; sh: 8,903; xml: 224; makefile: 66
file content (38 lines) | stat: -rw-r--r-- 1,277 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0"?>
<morla>
  <title>Morla's functions</title>
  
  <copyright>
    <author>Andrea Marchesini</author>
    <licence>Creative Commons By - Sa 3.0</licence>
  </copyright>

  <section>
    <title>List of morla's functions</title>

    <list>
      <item><s><link internal="functions/rdf.xml">RDF documents</link>:
        how you can open local files or URIs</s></item>

      <item><s><link internal="functions/rdfs.xml">RDFS</link>:
        to see, to change, to import vocabolaries</s></item>

      <item><s><link internal="functions/triples.xml">RDF Triples</link>:
        to add and to change semantic RDF triples</s></item>

      <item><s><link internal="functions/templates.xml">The templates</link>:
        What the templates are, how morla imports and uses them. How you can create new templates</s></item>

      <item><s><link internal="functions/graph.xml">The graphs</link>:
        to transform a RDF Document in an image</s></item>

      <item><s><link internal="functions/navigator.xml">The navigator</link>:
        to surf between RDF Triples</s></item>

      <item><s><link internal="functions/query.xml">Queries</link>:
        morla supports 2 type of query languages (RDQL and SPARQL).</s></item>
    </list>

  </section>

</morla>