DDMAL / DDMAL/linkedmusic-queries

Not able to query lots of strings in RDF(TheSession)

Open
#9 8 comments 0 reactions 2 assignees Claimed by @Yueqiao12Zhang View on GitHub
medium
Dominant language
Python
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

For example, you can not query the session named "Hurley’s Irish Pub" by:
```
SELECT ?session
WHERE {
?session wdt:P2561 "Hurley’s Irish Pub" .
?session rdf:type .
}
```
But you can make it by adding "@en": `?session wdt:P2561 "Hurley’s Irish Pub"@en .`
The reason is due to the modification:
![image](https://github.com/user-attachments/assets/08103efe-35e6-4484-aa09-6aaa369ce8f8)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.