You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ja...@apache.org on 2015/04/23 15:01:11 UTC

svn commit: r1675603 - /marmotta/site/trunk/content/markdown/ldpath/language.md.vm

Author: jakob
Date: Thu Apr 23 13:01:11 2015
New Revision: 1675603

URL: http://svn.apache.org/r1675603
Log:
fixed formatting in the ldpath language definition

Modified:
    marmotta/site/trunk/content/markdown/ldpath/language.md.vm

Modified: marmotta/site/trunk/content/markdown/ldpath/language.md.vm
URL: http://svn.apache.org/viewvc/marmotta/site/trunk/content/markdown/ldpath/language.md.vm?rev=1675603&r1=1675602&r2=1675603&view=diff
==============================================================================
--- marmotta/site/trunk/content/markdown/ldpath/language.md.vm (original)
+++ marmotta/site/trunk/content/markdown/ldpath/language.md.vm Thu Apr 23 13:01:11 2015
@@ -82,6 +82,7 @@ Select the name of the person
 The path language supports a number of path selectors that start at the current "context node" and return a collection
 of nodes when applied. The following is a short overview over the different selectors, detailed documentation follows
 below:
+
 * Property Selections (`URI` or `prefix:local`): select the values of a property
 * Reverse Property Selections (`^URI` or `^prefix:local`)
 * Wildcard Selections (`*`): select the values of all properties
@@ -91,10 +92,10 @@ below:
 * Intersections (`&`): build the intersection of the results of two selections
 * Recursive Selections (`(PATH)+`)
 * Tests (`[...]`): filter the collection based on test criteria
-** Language Test (`@language`): only literals of a certain language
-** Type Test (`^^xsdtype`): only literals of a certain type
-** Path Value Test (`is`): only resources with a subpath yielding a given value
-** Path Existance Test (`PATH`): only resources where a subpath yields some value
+    * Language Test (`@language`): only literals of a certain language
+    * Type Test (`^^xsdtype`): only literals of a certain type
+    * Path Value Test (`is`): only resources with a subpath yielding a given value
+    * Path Existance Test (`PATH`): only resources where a subpath yields some value
 * Functions (`f(...)`): apply a function on the values of the selections passed as argument
 
 <h4> Property Selections </h4>