Incorrect parsing of URLs with integers?

Hi,
I was looking at the dbp:website property, and noticed there were some odd values consisting only of an integer. It seems this is due to incorrect parsing whenever the website URL contains an integer. Values for foaf:homepage look fine.

Examples:

  • About: 1Skydbp:website = 1foaf:homepage = http://www.1sky.org/
  • About: RTÉ 2fmdbp:website = 2foaf:homepage = http://2fm.rte.ie/

I found the examples using the following SPARQL query:
select ?Entity ?URL where {?Entity dbp:website ?URL} LIMIT 100