Dear all,

I need the US cities, counties and states information.
I have searched DBpedia for quite a while to search all the US states,
cities. I am using :

SELECT DISTINCT *
WHERE {
?city dbpedia-owl:isPartOf ?state .
?city dbpedia-owl:type    dbpedia:City.
?state rdf:type yago:StatesOfTheUnitedStates
}


There are only 47 states and 8463 cities there.
No New_Jersey, Alaska, Delaware, in the result.

Can someone help me with the query?
How can I find all the states and their cities and counties?

Many thanks,
Asiyah








################################################
Jedi Order:
There is no emotion, there is peace.
There is no ignorance, there is knowledge.
There is no passion, there is serenity.
There is no chaos, there is harmony.
There is no death, there is Force.

Our Jedi Code: May peace and force be with you.
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to