Dear Wiki user, You have subscribed to a wiki page or wiki category on "Marmotta Wiki" for change notification.
The "GSoC/2015/MARMOTTA-584" page has been changed by Francisco Sumba: https://wiki.apache.org/marmotta/GSoC/2015/MARMOTTA-584?action=diff&rev1=14&rev2=15 == DOCUMENTATION == - [[MARMOTTA-584/UserDocumentation|User Documentation]] + * [[MARMOTTA-584/UserDocumentation|User Documentation]] - [[MARMOTTA-584/DeveloperDocumentation|Developer Documentation]] + * [[MARMOTTA-584/DeveloperDocumentation|Developer Documentation]] == IMPLEMENTATION OF GeoSPARQL in KiWi TipleStore == Here is a list of GeoSPARQL functions that are implemented on KiWi: - || FUNCTION || TYPE || DESCRIPTION || STATE || SYNTAX || VIEW || + || '''FUNCTION''' || '''TYPE''' || '''DESCRIPTION''' || '''STATE''' || '''SYNTAX''' || '''VIEW''' || || INTERSECTS || Boolean || Returns TRUE if arg_A intersect with arg_B geometry || Implemented || geof:sfIntersects(?arg_A, ?argB) || [[attachment:intersects.PNG]] || || WITHIN || Boolean || Returns TRUE if the geometry arg_A is completely inside geometry arg_B || Implemented || geof:sfWithin(?arg_A, ?argB) || [[attachment:within.PNG]] || || CONTAINS || Boolean || Returns TRUE if and only if no points of arg_B lie in the exterior of arg_A, and at least one point of the interior of arg_B lies in the interior of arg_A. || Implemented || geof:sfContains(?arg_A, ?argB) ||
