Hello. I saw that DBpedia Live is once again receiving updated data however
I'm seeing old data for some queries.

Here's an example using http://live.dbpedia.org/sparql

SELECT ?teamName ?label ?coach ?coachLabel
WHERE {
 ?teamName rdfs:label "Indiana Pacers"@en .
 ?teamName rdfs:label ?label .
 ?teamName dbo:coach ?coach.
 ?coach rdfs:label ?coachLabel .
}

This returns a coachLabel value of "Frank Vogel"@en

According to https://en.wikipedia.org/wiki/Indiana_Pacers, Nate McMillanhas
been coach since May.

Is live.dbpedia.org still working through past updates or is there a
different query I should be running?

Thanks!
Jason
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
DBpedia-discussion mailing list
DBpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to