dbpediaの研究
概要
dbpediaが難解なので、手出してみる。
xhrで、読んでみた。
クエリー
select distinct ?color_name (count(?color_name) AS ?color) where {
{
?name prop-ja:wikiPageUsesTemplate template-ja:有馬記念勝ち馬.
}
?name rdfs:label ?label ;
prop-ja:色 ?color_name.
} ORDER BY DESC(?color)
結果
select distinct ?color_name (count(?color_name) AS ?color) where {
{
?name prop-ja:wikiPageUsesTemplate template-ja:有馬記念勝ち馬.
}
?name rdfs:label ?label ;
prop-ja:色 ?color_name.
} ORDER BY DESC(?color)
xml
<sparql xmlns="http://www.w3.org/2005/sparql-results#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/2001/sw/DataAccess/rf1/result2.xsd"> <head> <variable name="color_name"/> <variable name="color"/> </head> <results distinct="false" ordered="true"> <result> <binding name="color_name"><uri>http://ja.dbpedia.org/resource/鹿毛</uri></binding> <binding name="color"><literal datatype="http://www.w3.org/2001/XMLSchema#integer">27</literal></binding> </result> <result> <binding name="color_name"><uri>http://ja.dbpedia.org/resource/黒鹿毛</uri></binding> <binding name="color"><literal datatype="http://www.w3.org/2001/XMLSchema#integer">11</literal></binding> </result> <result> <binding name="color_name"><uri>http://ja.dbpedia.org/resource/栗毛</uri></binding> <binding name="color"><literal datatype="http://www.w3.org/2001/XMLSchema#integer">10</literal></binding> </result> <result> <binding name="color_name"><uri>http://ja.dbpedia.org/resource/芦毛</uri></binding> <binding name="color"><literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal></binding> </result> <result> <binding name="color_name"><uri>http://ja.dbpedia.org/resource/青鹿毛</uri></binding> <binding name="color"><literal datatype="http://www.w3.org/2001/XMLSchema#integer">2</literal></binding> </result> <result> <binding name="color_name"><uri>http://ja.dbpedia.org/resource/青毛</uri></binding> <binding name="color"><literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal></binding> </result> <result> <binding name="color_name"><uri>http://ja.dbpedia.org/resource/栃栗毛</uri></binding> <binding name="color"><literal datatype="http://www.w3.org/2001/XMLSchema#integer">1</literal></binding> </result> </results> </sparql>
成果物
以上。
Author And Source
この問題について(dbpediaの研究), 我々は、より多くの情報をここで見つけました https://qiita.com/ohisama@github/items/2828099d459a1a9329a7著者帰属:元の著者の情報は、元の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 .