Skip to content

Ability to use default PREFIX values #70

Open
@tfrancart

Description

@tfrancart

Why?

I am tired of writing / copy-pasting every prefix each time I need to write a query.
The prefix mechanism makes the SPARQL learning curve steeper.

Previous work

Proposed solution

  • Indicate that an RDF database can use predefined prefixes to interpret queries
  • Rely on a list of prefixes defined centrally (à la RDFa), to parse the prefixes in a query where they are not explicitely defined.

Considerations for backward compatibility

Queries without prefixes would now be valid, while they are currently not. E.g.

SELECT * WHERE { ?x a skos:Concept }

Metadata

Metadata

Assignees

No one assigned

    Labels

    queryExtends the Query spec

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions