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: 1Sky –
dbp:website
=1
–foaf:homepage
=http://www.1sky.org/
-
About: RTÉ 2fm –
dbp:website
=2
–foaf:homepage
=http://2fm.rte.ie/
I found the examples using the following SPARQL query:
select ?Entity ?URL where {?Entity dbp:website ?URL} LIMIT 100