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

VoID source selection outputs redundant sources #54

Open
antru6 opened this issue Jun 29, 2020 · 0 comments
Open

VoID source selection outputs redundant sources #54

antru6 opened this issue Jun 29, 2020 · 0 comments
Assignees
Labels

Comments

@antru6
Copy link
Collaborator

antru6 commented Jun 29, 2020

Consider the following query

SELECT * WHERE {
  <http://deg.iit.demokritos.gr/lucas/resource/9> geo:hasGeometry ?l_geom_id .
}

given the following metadata.ttl

[] a void:Dataset ;
  void:propertyPartition [
    void:property geo:hasGeometry ;
    svd:subjectRegexPattern "http://deg.iit.demokritos.gr/lucas/resource/"^^xsd:string ;
  ] ;
  void:sparqlEndpoint <http://lucas_complete> .

[] a void:Dataset ;
  void:propertyPartition [
    void:property geo:hasGeometry ;
    svd:subjectRegexPattern "http://deg.iit.demokritos.gr/invekos/resource/"^^xsd:string ;
  ] ;
  void:sparqlEndpoint <http://invekos_complete> .

The VOID Source selection assigns to the (single) given statement pattern both sources, while it should clearly exclude the second source.

@antru6 antru6 self-assigned this Jun 29, 2020
@antru6 antru6 added the bug label Jun 29, 2020
antru6 added a commit that referenced this issue Jun 29, 2020
@antru6 antru6 linked a pull request Jun 29, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant