@kurzum I also have the similar question to what is asked by @hitercs.
If you look at the entity http://dbpedia.org/page/Anarchism the rdf:type field says two types owl:Thing and
dbo:MusicGenre. As compared to this I have downloaded two instance types files (instance-types_lang=en_specific.ttl.bz2, instance-types_lang=en_transitive.ttl.bz2] from data bus. Now instance-types_lang=en_transitive.ttl.bz2 does not contain entity “Anarchism” and instance-types_lang=en_specific.ttl.bz2 has type owl:Thing for it.
My goal is to generate same type information available public dbpedia endpoint from the downloaded instance types dump. So which files should I download to achieve the above goal ? Second question is why instance-types_lang=en_transitive.ttl.bz2 does not have entry corresponding to entity ‘Anarchism’ ?
I have read your answer DBPedia ontology and public SPARQL endpoint but not able to figure out how to solve my problem.