How can I query a country's property like language from DBpedia?

前端 未结 3 1988
青春惊慌失措
青春惊慌失措 2020-12-22 13:16

How can I query a country profile with DBPedia like http://dbpedia.org/page/France and get a property like language?

3条回答
  •  感动是毒
    2020-12-22 13:47

    Unless they provide an API of some kind your only choice would be to "screen scrape" the page - in other words load the page using curl (or some other method) and then search for "dbpedia-owl:language" and get the string that follows (dbpedia:French_language) and parse it to make it nicer looking.

提交回复
热议问题