Skip to content

Prevent redundancies in recommendations #7

@alexdma

Description

@alexdma

Queries such as the following should not be recommended, or at least should be rated very low:

SELECT DISTINCT ?title ?date ?author ?status WHERE  {
  ?patent a bibo:Patent
    ; a ?title
    ; dc:date ?date ;
    ; dc:contributor ?author
    ; dc:contributor ?status
}

This is an actual recommendation of the following setting in the gold standard.

  • source endpoint: http://data.open.ac.uk/query

  • target endpoint: http://data.aalto.fi/sparql

  • original query:

     SELECT DISTINCT ?title ?date ?author ?status WHERE {
       ?patent a bibo:Patent 
         ; rdfs:label ?title
         ; dc:date ?date
         ; dc:creator ?author
         ; bibo:status ?status
     }
    

Metadata

Metadata

Assignees

No one assigned

    Labels

    evaluationIssues that aim at getting better evaluation results

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions