rdf - Wikipedia Categories Starting with "Category:Lists_of_" returns just lists no data -


I wanted to remove all cities within the United States, so I run this query.

  select WHERE {? S dcterms: subject / skos: wide * category: Lists_of_cities_in_the_United_States. }  

But the result that contains only lists and no data, I also noticed some Wikipedia pages that start with "List_of" but " Category: " in front of them, for example what is the way to remove them?


Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

c# - WPF Expander overlay used in ItemsControl -

class - Kivy: how to instantiate a dynamic classes in python -