Uploaded image for project: 'Apache Jena'
  1. Apache Jena
  2. JENA-10

GeoARQ: a geo location property function for ARQ

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • Jena 2.11.0
    • ARQ

    Description

      Similarly to LARQ, we can use Lucene spatial capabilities to provide a geo/spatial property function for ARQ.

      An initial and experimental implementation as proof of concept is available here: https://github.com/castagna/GeoARQ

      The initial implementation can provide:

      • ?s geoarq:nearby ( lat long ) // lat and long are in WGS 84, results are sorted by some "unspecified" score
      • ?s geoarq:nearby ( lat long dist ) // restrict withing dist km from (lat,long)
      • (?s ?d) geoarq:nearby ( lat long ) // results are sorted by distance (?d) which is made available to the user
      • (?s ?d) geoarq:nearby ( lat long dist )
      • ?s geoarq:within ( lat1, long1, lat2, long2 )

      GeoARQ would be better as a separate module from ARQ (same as LARQ).

      Attachments

        Activity

          People

            jpz6311whu Ying Jiang
            castagna Paolo Castagna
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: