Re: Strange result

Known issue [1], please talk to the DBpedia people or even better, open
a Github ticket.


Cheers,
Lorenz

[1]
https://stackoverflow.com/questions/50060490/sparql-query-returns-multiple-birth-dates-for-same-person


On 11.06.2018 23:52, Jean-Claude Moissinac wrote:
> The following sparql request on DBpedia
> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
> select distinct ?d
> where {
>         <http://dbpedia.org/resource/Toby_Moskowitz> ?p ?d .
>         filter(datatype(?d)=xsd:date)
>   } 
> gives
> 1971-02-03
> "1971-2-3"^^<http://www.w3.org/2001/XMLSchema#date>
> ​Two similar values, but why both?
> A lot of similar samples are present in DBPedia. Is on better than the
> other?
>
> ​
> --
> Jean-Claude 
>

Received on Tuesday, 12 June 2018 06:12:11 UTC