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

Afghanistan returns 'font-size:88%' in 'longName' #614

Open
mondeja opened this issue Mar 21, 2020 · 0 comments
Open

Afghanistan returns 'font-size:88%' in 'longName' #614

mondeja opened this issue Mar 21, 2020 · 0 comments

Comments

@mondeja
Copy link

mondeja commented Mar 21, 2020

Performing the next query to dbpedia:

PREFIX dbo: <http://dbpedia.org/ontology/>
PREFIX dbr: <http://dbpedia.org/resource/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>

SELECT ?country ?label ?longName ?name
WHERE {
 ?country a dbo:Country.
 ?country dbo:capital ?capital.
 ?country rdfs:label ?label .
 ?country dbo:longName ?longName .
 ?country foaf:name ?name .
 FILTER ( regex(?longName, "font-size"))
}

you can see that Afghanistan returns font-size:88%; in longName. Surely this issue is related to #613.

@m1ci m1ci added the ci-tests label May 15, 2020
@kurzum kurzum removed the ci-tests label Sep 29, 2021
@jlareck jlareck added status: fix-required PR related to issue is needed status: fix-provided PR related to issue was submitted and removed status: fix-required PR related to issue is needed labels Nov 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants