gpt4 book ai didi

iphone - 从 mediawiki xml 格式 api 获取生日、出生地

转载 作者:行者123 更新时间:2023-11-29 10:56:56 28 4
gpt4 key购买 nike

我试图从 Objective-c 中的 MediaWiki 获取一个人的详细信息。我正在使用 http://en.wikipedia.org/w/api.php?action=query&prop=revisions&rvprop=content&rvsection=0&titles=Albert_Einstein&format=xml

我得到的响应数据如下:

</i>$0 = 0x07562e60 <?xml version="1.0"?><api><query><normalized><n     from="Albert_Einstein" to="Albert Einstein" /></normalized><pages><page pageid="736" ns="0" title="Albert Einstein"><revisions><rev contentformat="text/x-wiki" contentmodel="wikitext"     xml:space="preserve">{{Redirect|Einstein}}
{{Good article}}
{{pp-semi|small=yes}}{{pp-move-indef}}
{{Infobox scientist
| name = Albert Einstein
| image = Einstein 1921 by F Schmutzer.jpg
| caption = Albert Einstein in 1921
| birth_date = {{Birth date|df=yes|1879|3|14}}
| birth_place = [[Ulm]], [[Kingdom of Württemberg]], [[German Empire]]
| death_date = {{Death date and age|df=yes|1955|4|18|1879|3|14}}
| death_place = {{nowrap|[[Princeton, New Jersey|Princeton]], [[New Jersey]], U.S.}}
| children = [[Lieserl Einstein|Lieserl]] (1902-1903?)&lt;br /&gt;[[Hans Albert Einstein|Hans Albert]] (1904-1973)&lt;br /&gt;[[Eduard Einstein|Eduard &quot;Tete&quot;]] (1910-1965)
| spouse = [[Mileva Marić]]&amp;nbsp;(1903–1919)&lt;br /&gt;{{nowrap|[[Elsa Löwenthal]]&amp;nbsp;(1919–1936)}}
| residence = Germany, Italy, Switzerland, Austria, Belgium, United States
| citizenship = {{Plainlist|
</i>

现在我想在 objective-c 中获取这个人的生日。我也可以设法以某种方式获得出生日期。但我的问题是,是否有任何适当的解析可用于解析这些数据?

最佳答案

这不是方法。将 Web API 与一些 client library 结合使用.更好的是,使用适当的 API,即 – 对于数据问题 – Wikidata 的。

参见 wbgetclaims docs和示例:https://www.wikidata.org/w/api.php?action=wbgetclaims&entity=Q937&property=P569

{
"claims": {
"P569": [
{
"id": "q937$2ecb21c3-4db1-54e8-27c4-a8a40541930c",
"mainsnak": {
"snaktype": "value",
"property": "P569",
"datatype": "time",
"datavalue": {
"value": {
"time": "+00000001879-03-14T00:00:00Z",
"timezone": 0,
"before": 0,
"after": 0,
"precision": 11,
"calendarmodel": "http://www.wikidata.org/entity/Q1985727"
},
"type": "time"
}
},
"type": "statement",
"rank": "normal",
"references": [
{
"hash": "d6e3ab4045fb3f3feea77895bc6b27e663fc878a",
"snaks": {
"P143": [
{
"snaktype": "value",
"property": "P143",
"datatype": "wikibase-item",
"datavalue": {
"value": {
"entity-type": "item",
"numeric-id": 206855
},
"type": "wikibase-entityid"
}
}
]
},
"snaks-order": [
"P143"
]
},
{
"hash": "7eb64cf9621d34c54fd4bd040ed4b61a88c4a1a0",
"snaks": {
"P143": [
{
"snaktype": "value",
"property": "P143",
"datatype": "wikibase-item",
"datavalue": {
"value": {
"entity-type": "item",
"numeric-id": 328
},
"type": "wikibase-entityid"
}
}
]
},
"snaks-order": [
"P143"
]
},
{
"hash": "f991bf419530b161a136a5c4e55c49909074ce49",
"snaks": {
"P248": [
{
"snaktype": "value",
"property": "P248",
"datatype": "wikibase-item",
"datavalue": {
"value": {
"entity-type": "item",
"numeric-id": 36578
},
"type": "wikibase-entityid"
}
}
],
"P813": [
{
"snaktype": "value",
"property": "P813",
"datatype": "time",
"datavalue": {
"value": {
"time": "+00000002014-04-09T00:00:00Z",
"timezone": 0,
"before": 0,
"after": 0,
"precision": 11,
"calendarmodel": "http://www.wikidata.org/entity/Q1985727"
},
"type": "time"
}
}
]
},
"snaks-order": [
"P248",
"P813"
]
}
]
}
]
}
}

关于iphone - 从 mediawiki xml 格式 api 获取生日、出生地,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17854633/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com