Skip to content

Linked Data Fragments Query Result format discussion: #40

Description

@scande3
  1. It appears there is no way to have Rails not turn a "?" into a url parameter. So would the following make sense for a query pattern that follows normal SPARQL syntax for all labels that start with "Las":

http://localhost:3000/?q=?o ?s "^Las*"

  1. For case insensitive string matching, does this then rely on having (?i) at the beginning of the string, it is a header field that can be sent, or does it just assume case insensitive matches?

http://localhost:3000/?q=?o ?s "(?i)^Las*"

  1. For the Repository in-memory interface, how does one do a SPARQL query against that graph? Is there an example @no-reply can link me to on how to do case insensitive string matching for the Repository interface? I may just be looking in the wrong place for that type of example.

  2. For the current subject resolution, should that remain the same? Or to be more consistent with the new query interface, should that be:

http://localhost:3000/?s=<subject uri>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions