Getty Ulan刮削工具

Getty-Getter的Python项目详细描述


#盖蒂盖特

SFMOMA开发的一种脚本,用于将艺术家与Getty Ulan词汇表关联,并基于艺术家的Ulan收集额外的元数据。

乌兰语汇是一个丰富的信息有关的人和组织参与艺术和文化。更多关于乌兰的信息可以在[这里](http://www.getty.edu/research/tools/vocabularies/ulan/about.html)。

###用法

这个剧本正在制作中。现在有三个基本功能。

####一。去找乌兰 get-getty-ulan它使用和艺术家的名字(格式化后的u'last,first')并根据getty-ulan词汇表中的相似名字进行最佳猜测匹配。返回的数据将包括艺术家或组织的名称、Ulan、返回的“类型”对象(例如人、组织等)和范围注释,这是艺术家职业生涯的简要总结。

获取Ulan(u“stieglitz,alfred”)` {'scopenote': u'Renowned photographer Stieglitz first studied photochemistry with Hermann Wilhelm Vogel at the Technische Hochschule in Berlin, from 1882-1886, and took his first photographs in 1883. He continued to travel and photograph in Germany, Austria, and Switzerland until 1890, when he returned to New York City. From 1890 to 1895 he was a partner in a photogravure firm. During this time he concentrated on photographing the streets of New York City. In 1894, Stieglitz travelled to Europe and was elected a member of the Linked Ring, a pictorialist society in London. In 1902, Stieglitz founded the Photo-Secession Movement which attempted to prove that pictorialist photography was a fine art form. From 1903 to 1917, Stieglitz was publisher and director of Camera Work magazine. The graphic section was run by Edward Steichen (1879-1973). In 1905, Stieglitz opened the Little Galleries of the Photo-Secession "291" on Fifth Avenue in New York City with Steichen. The galleries operated until 1917. In 1907, Stieglitz exhibited his autochrome photographs. Stieglitz stopped photographing in 1937. During his lifetime, Stieglitz was also a close friend and collaborator of Joseph T. Keiley. Together they invented the glycerine process which permitted partial development of platinum papers. Also, they produced joint research on the history of photography. Keiley also acted as the associate editor of Stieglitz\'\'s publications "Camera Notes" and "Camera Works". American photographer.', 'ulan': u'500024301', 'type': u'Persons, Artists', 'term': u'Stieglitz, Alfred'} `

####2.建立关系 获取关系它使用艺术家的乌兰语,并返回艺术家与乌兰语词汇表中其他艺术家之间的关系列表。对象是相关个人或组织的乌兰。 建立关系(“500024301”)` {'relationship_type': u'student of', 'object_ulan': u'500063166'}{'relationship_type': u'influenced', 'object_ulan': u'500007426'}{'relationship_type': u'colleague of', 'object_ulan': u'500004441'}{'relationship_type': u'collaborated with', 'object_ulan': u'500001336'}{'relationship_type': u'collaborated with', 'object_ulan': u'500000431'}{'relationship_type': u'spouse of', 'object_ulan': u'500018666'}{'relationship_type': u'friend of', 'object_ulan': u'500070483'} `

####三。获取艺术家姓名 获取艺术家的名字,它使用一个乌兰,只返回艺术家的名字,格式为最后,第一个。 获取艺术家姓名(“500024301”)`Stieglitz, Alfred`

###安装

pip安装getty getter

getty scraper是在django 1.8和python 2.7上构建的。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
Java Spring REST API JSON在postman中显示,但在测试中未“看到”   java如何以编程方式检查旋转设备?   java力穷举开关   amazon web services DynamoDB从Java更新列表失败   java Android studio IDE更改波斯注释字体   java如何将postgresql添加到OpenShift Spring应用程序?   java RecycleView分页是否在末尾添加新项?   如何通过java获取移动设备信息?   java为什么Apache Commons StringEscapeUtils escapeXML10不能在groovy中工作?   函数式编程java curry现有的静态函数   java与JList的合作