维基数据 这是一个在Julia中实现 Client的项目。 目前,我正在使用这个项目来适应Julia。 用法 # load a Wikidata-Entity (Douglas Adams) adams = Wikidata . WikidataEntity ( " Q42 " ) println (Wikidata . label (adams)) # check if place of birth exists for this entity: if (Wikidata . hasproperty (adams, " P19 " )) placeofbirth = Wikidata . getproperty (adams, " P19 " ) # print Adams' place of birth: Cambridge println (Wikidata . la