I thought you meant the “test this mapping” link on the second line of that page. That ones gives an exception.
Error
Exception: org.xml.sax.SAXParseException; lineNumber: 22; columnNumber: 3; The element type “img” must be terminated by the matching end-tag “”.
Stacktrace: org.xml.sax.SAXParseException; lineNumber: 22; columnNumber: 3; The element type “img” must be terminated by the matching end-tag “”. at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:198) at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177) at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:441) at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:368) at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1388) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1709) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2900) at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:607) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:489) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:835) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:123) at
(…)
Now I’ve noticed the validate button. The error message is not super helpful, as it indicates no line number, leaving to guesswork the job of finding exactly with property has a problem.
Anyway, I think I figured out a way to get the data the way I want it just by using a SPARQL query, no I have no need to edit the mapping. Once I get it done I’ll post it here so other people don’t have to go through the same hoops.
Of course I could edit the mappings anyway, in order to improve the data on DBPedia, once I understand the discrepancies I reported a few messages back.