You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by Apache Wiki <wi...@apache.org> on 2013/02/18 17:59:31 UTC

[Marmotta Wiki] Trivial Update of "LDPath" by JakobFrank

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Marmotta Wiki" for change notification.

The "LDPath" page has been changed by JakobFrank:
http://wiki.apache.org/marmotta/LDPath?action=diff&rev1=1&rev2=2

Comment:
fixed anchors

  
  '''Examples:'''
  
- Define "foaf" as the label for the prefix "http://xmlns.com/foaf/0.1/"
+ Define "foaf" as the label for the prefix http://xmlns.com/foaf/0.1/
  {{{
    @prefix foaf : <http://xmlns.com/foaf/0.1/>;
  }}}
@@ -201, +201 @@

  }}}
  
  
- === Value Testing <<Anchor(Value_Testing)>>===
+ === Value Testing === 
+ <<Anchor(Value_Testing)>>
  
  The values of selections can be tested and filtered by adding test conditions in square brackets `[]` after a path selection:
  {{{
@@ -360, +361 @@

  
  would retrieve the homepage of a foaf:Person and index it as English text.
  
- = Index Types (Search Indexing only) <<Anchor(Index_Types)>>=
+ = Index Types (Search Indexing only) = 
+ <<Anchor(Index_Types)>>
  
  All XML Schema built-in datatypes (http://www.w3.org/TR/xmlschema-2/) are supported as field types in the SOLR index.
  In particular, the following field types are frequently used:
@@ -385, +387 @@

    * lmf:location_s - interpret evaluated string as [[http://wiki.apache.org/solr/SpatialSearch#LatLonType|solr.LatLonType]]
    * lmf:geohash_s - interpret evaluated string as [[http://wiki.apache.org/solr/SpatialSearchDev#Geohash|solr.GeoHashField]]
  
- = Field Configuration (Search Indexing only) <<Anchor(Field_Configuration)>>=
+ = Field Configuration (Search Indexing only) = 
+ <<Anchor(Field_Configuration)>>
  Field Configuration allows additional index configuration for each field.
  
  {{{