You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2014/03/07 11:35:33 UTC

svn commit: r900429 - in /websites/staging/jena/trunk/content: ./ documentation/query/library-propfunc.html

Author: buildbot
Date: Fri Mar  7 10:35:33 2014
New Revision: 900429

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/query/library-propfunc.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Mar  7 10:35:33 2014
@@ -1 +1 @@
-1574025
+1575228

Modified: websites/staging/jena/trunk/content/documentation/query/library-propfunc.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/library-propfunc.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/library-propfunc.html Fri Mar  7 10:35:33 2014
@@ -132,7 +132,7 @@
   <p>SPARQL allows custom property functions to add functionality to the
 triple matching process. Property functions can be
 <a href="extension.html">registered or dynamically loaded</a>.</p>
-<p>See also the <a href="../larq/">free text search</a> page.</p>
+<p>See also the <a href="text-query.html">free text search</a> page.</p>
 <p>See also the FILTER functions
 <a href="library-function.html">FILTER functions library</a>.</p>
 <h2 id="property-function-library">Property Function Library</h2>
@@ -177,13 +177,12 @@ Membership of an RDF Container (rdf:Bag,
 Pre-registered URI. If this infers with queries running over a Jena
 inference model which also provides <code>rdfs:member</code>, then remove this
 from the global registry.
+<code>  PropertyFunctionRegistry.get().<br>       remove(RDFS.member.getURI()) ;</code>
 </td></tr>
 <tr><td>
-<code>  PropertyFunctionRegistry.get().<br>       remove(RDFS.member.getURI()) ;</code>
 <code>apf:textMatch</code>
 </td><td>
-Free text match.  See the [free text search](lucene-arq.html) page
-for details.
+Free text match.
 </td></tr>
 <tr><td>
 <code><i>bag </i>apf:bag <i>member</i></code>