Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent redundancies in recommendations #7

Open
alexdma opened this issue Apr 24, 2018 · 0 comments
Open

Prevent redundancies in recommendations #7

alexdma opened this issue Apr 24, 2018 · 0 comments
Labels
evaluation Issues that aim at getting better evaluation results

Comments

@alexdma
Copy link
Collaborator

alexdma commented Apr 24, 2018

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
     }
    
@alexdma alexdma added the evaluation Issues that aim at getting better evaluation results label Apr 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
evaluation Issues that aim at getting better evaluation results
Projects
None yet
Development

No branches or pull requests

1 participant