imastodon.netMastodonを使った分散型ソーシャルネットワークの一部です。
im@stodon is unofficial mastodon instance for fans of THE IDOLM@STER. アイマストドンはアイマスに興味がある皆さんのための非公式なマストドンインスタンスです。

サーバーの情報

363
人のアクティブユーザー

もっと詳しく

*∩ ∩ 2TB

idolcolorのSPARQL

PREFIX schema: <schema.org/>
PREFIX imas: <sparql.crssnky.xyz/imasrdf/URI>
PREFIX rdfs: <w3.org/2000/01/rdf-schema#>
SELECT distinct ?name ?color
WHERE {
?s rdfs:label ?name;
imas:Color ?color;
schema:name | schema:alternateName| imas:nameKana ?o;
filter(regex(?o,".*%idolname%.*")).
}