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

Line breaks in movie titles create distinct statements #99

Open
chrysn opened this issue Oct 18, 2017 · 0 comments
Open

Line breaks in movie titles create distinct statements #99

chrysn opened this issue Oct 18, 2017 · 0 comments

Comments

@chrysn
Copy link

chrysn commented Oct 18, 2017

Current dbpedia contains a statement that

<http://dbpedia.org/page/Star_Trek_V:_The_Final_Frontier> foaf:name
    "Star Trek V:"@en, "The Final Frontier"@en .

while foaf:name "Star Trek V: The Final Frontier"@en would be correct. The same issue is present in various films, predominantly (but not only, eg. Sweeny Todd) in "Seriesname Number: Title" series.

This is due to the <br /> present between the parts in Wikipedia, presumably to keep the "The" from being typeset in the first line. Can the extractor for that property be changed to ignore line breaks? Where actual lists of items are expected (eg. on dbo:starring), infoboxes appear to be using {{plainlist|...}, which should allow keeping line-wrapped values and actual lists apart.

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

No branches or pull requests

1 participant