http://dbpedia.org/data/Bruges.rdf
when parsing the xml we get an error: "Failed to parse QName 'dbpprop:'"
This is because there's an element like this in the XML:
<dbpprop: xmlns:dbpprop="http://dbpedia.org/property/" [^] rdf:datatype="http://www.w3.org/2001/XMLSchema#int">59</dbpprop:> [^]
But it cannot be just "dbpprop:", there must be something else, like "dbpprop:placeOfBirth" or "dbpprop:name"
There are other cities with the same issue
Virtuoso generates bad XML element names for some property names from http://dbpedia.org/property/ namespace. These names are generated directly from Wiki source text and are pretty dirty. The algorithm Virtuoso uses to find XML element names can be improved, but some of these properties simply cannot be expressed in RDF/XML and should be dropped from the RDF/XML files.
https://sourceforge.net/tracker/index.php?func=detail&aid=3469498&group_id=190976&atid=935521 is (mostly) a duplicate of this
https://sourceforge.net/tracker/index.php?func=detail&aid=3510495&group_id=190976&atid=935521 is a diuplicate