LoginSignup
0
0

More than 3 years have passed since last update.

dbpediaの研究 その6

Posted at

概要

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"
    }
  }
]

成果物

以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0