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

checkWorksDBPedialinksRelations test failed #1

Open
zazi opened this issue Jul 22, 2011 · 1 comment
Open

checkWorksDBPedialinksRelations test failed #1

zazi opened this issue Jul 22, 2011 · 1 comment
Labels

Comments

@zazi
Copy link
Member

zazi commented Jul 22, 2011

This test (see [1]) fails currently for some reason. The proof id should deliver two results. However, the SPARQL query delivers only one result. The rather equal Wikipedia query works so far. The description of the related resource shows the correct mapping via the SNORQL interface, see http://localhost:2020/snorql/?describe=http%3A%2F%2Flocalhost%3A2020%2Fwork%2Faacb1ab0-c740-436a-a782-ed60026cf82b%23_
However, the SNORQL interface shows a similar (wrong) behavior for the following SPARQL query:

WHERE { ?workURI rdf:type mo:MusicalWork ; 
     owl:sameAs ?dbpediaURI ; 
     mo:musicbrainz_guid "aacb1ab0-c740-436a-a782-ed60026cf82b"^^xsd:string . 
     ?dbpediaURI is:info_service isi:dbpedia . }

[1] https://github.com/LinkedBrainz/LinkedBrainzTestcases/blob/master/LinkedBrainzTestcases/src/test/java/linkedbrainz/testcases/WorkTest.java

@zazi
Copy link
Member Author

zazi commented Jul 22, 2011

The checkWorksIBDblinksRelations shows a similar behaviour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant