DDMAL / DDMAL/linkedmusic-queries
Not able to query lots of strings in RDF(TheSession)
Open
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:

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.