How to get DBpedia 3.8 data in a specific language that is not among 12 most popular languages?

StackOverflow https://stackoverflow.com/questions/19784100

문제

In my case, language is Ukrainian. It is easy to find data in German or French (see here), but what about other not so popular languages? I can't manage to find any data in Ukrainian (uk), even though now it's actually the 16th biggest wikipedia section. The DBpedia wiki states that it has data in all of the wikipedia languages, but how do I get that data?

도움이 되었습니까?

해결책

I assume you are talking about accessing DBPedia online via http://dbpedia.org/sparql?

Note that not all the data produced by the DBPedia project is available through the SPARQL endpoint, the documentation on their Datasets Loaded page covers what is loaded and does not appear to have any Ukranian data present.

However the project does provide many datasets in many other languages, you just need to download them yourself and load them into the triple store of your choice. For Ukranian see Ukranian Downloads of DBPedia 3.9.

Note that for future reference you may prefer to start at the root of their downloads site so you ensure you always download the latest versions of the datasets.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top