dbpediaの研究 その6
概要
dbpediaが難解なので、手出してみる。
結果を整形してみた。
結果
[
{
"color_name": {
"type": "uri",
"value": "http://ja.dbpedia.org/resource/鹿毛"
},
"color": {
"type": "typed-literal",
"datatype": "http://www.w3.org/2001/XMLSchema#integer",
"value": "27"
}
},
{
"color_name": {
"type": "uri",
"value": "http://ja.dbpedia.org/resource/黒鹿毛"
},
"color": {
"type": "typed-literal",
"datatype": "http://www.w3.org/2001/XMLSchema#integer",
"value": "11"
}
},
{
"color_name": {
"type": "uri",
"value": "http://ja.dbpedia.org/resource/栗毛"
},
"color": {
"type": "typed-literal",
"datatype": "http://www.w3.org/2001/XMLSchema#integer",
"value": "10"
}
},
{
"color_name": {
"type": "uri",
"value": "http://ja.dbpedia.org/resource/芦毛"
},
"color": {
"type": "typed-literal",
"datatype": "http://www.w3.org/2001/XMLSchema#integer",
"value": "2"
}
},
{
"color_name": {
"type": "uri",
"value": "http://ja.dbpedia.org/resource/青鹿毛"
},
"color": {
"type": "typed-literal",
"datatype": "http://www.w3.org/2001/XMLSchema#integer",
"value": "2"
}
},
{
"color_name": {
"type": "uri",
"value": "http://ja.dbpedia.org/resource/青毛"
},
"color": {
"type": "typed-literal",
"datatype": "http://www.w3.org/2001/XMLSchema#integer",
"value": "1"
}
},
{
"color_name": {
"type": "uri",
"value": "http://ja.dbpedia.org/resource/栃栗毛"
},
"color": {
"type": "typed-literal",
"datatype": "http://www.w3.org/2001/XMLSchema#integer",
"value": "1"
}
}
]
成果物
[
{
"color_name": {
"type": "uri",
"value": "http://ja.dbpedia.org/resource/鹿毛"
},
"color": {
"type": "typed-literal",
"datatype": "http://www.w3.org/2001/XMLSchema#integer",
"value": "27"
}
},
{
"color_name": {
"type": "uri",
"value": "http://ja.dbpedia.org/resource/黒鹿毛"
},
"color": {
"type": "typed-literal",
"datatype": "http://www.w3.org/2001/XMLSchema#integer",
"value": "11"
}
},
{
"color_name": {
"type": "uri",
"value": "http://ja.dbpedia.org/resource/栗毛"
},
"color": {
"type": "typed-literal",
"datatype": "http://www.w3.org/2001/XMLSchema#integer",
"value": "10"
}
},
{
"color_name": {
"type": "uri",
"value": "http://ja.dbpedia.org/resource/芦毛"
},
"color": {
"type": "typed-literal",
"datatype": "http://www.w3.org/2001/XMLSchema#integer",
"value": "2"
}
},
{
"color_name": {
"type": "uri",
"value": "http://ja.dbpedia.org/resource/青鹿毛"
},
"color": {
"type": "typed-literal",
"datatype": "http://www.w3.org/2001/XMLSchema#integer",
"value": "2"
}
},
{
"color_name": {
"type": "uri",
"value": "http://ja.dbpedia.org/resource/青毛"
},
"color": {
"type": "typed-literal",
"datatype": "http://www.w3.org/2001/XMLSchema#integer",
"value": "1"
}
},
{
"color_name": {
"type": "uri",
"value": "http://ja.dbpedia.org/resource/栃栗毛"
},
"color": {
"type": "typed-literal",
"datatype": "http://www.w3.org/2001/XMLSchema#integer",
"value": "1"
}
}
]
以上。
Author And Source
この問題について(dbpediaの研究 その6), 我々は、より多くの情報をここで見つけました https://qiita.com/ohisama@github/items/3ca8983f90a74de05b8b著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .