Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

シンデレラガールズ Stage for Cinderellaデータ追加 #514

Open
YutaGoto opened this issue Aug 23, 2022 · 1 comment
Open

シンデレラガールズ Stage for Cinderellaデータ追加 #514

YutaGoto opened this issue Aug 23, 2022 · 1 comment

Comments

@YutaGoto
Copy link
Member

今まである CinderellaRankingResult のデータとは違う形式になると思っています。

imas:StageForCinderellaResult a rdfs:Class ;
    rdfs:comment "シンデレラガールズ Stage for Cinderellaを表すクラス" ;
    rdfs:label "シンデレラガールズ Stage for Cinderella結果"@ja .
imas:VoteRate a rdf:Property ;
    rdfs:comment "得票率を表すプロパティ" ;
    rdfs:label "得票率"@ja .
<rdf:Description rdf:about="2022_groupA_1st">
  <schema:member rdf:resource="Hisakawa_Nagi"/>
  <imas:VoteRate rdf:datatype="http://www.w3.org/2001/XMLSchema#float">33.54</imas:VoteRate>
  <rdf:type rdf:resource="https://sparql.crssnky.xyz/imasrdf/URIs/imas-schema.ttl#StageForCinderellaResult"/>
</rdf:Description>

各予選の選出アイドルを全員保存するとなると上の例と違った形式にしたほうがよさそうですが、きれいなデータ構造が思いつきません。。

https://sfcinderella2022.idolmaster-official.jp/

@YutaGoto
Copy link
Member Author

<rdf:Description rdf:about="2022_groupA_1st">
  <schema:member rdf:resource="Hisakawa_Nagi"/>
  <imas:VoteRate rdf:datatype="http://www.w3.org/2001/XMLSchema#float">33.54</imas:VoteRate>
  <rdf:type rdf:resource="https://sparql.crssnky.xyz/imasrdf/URIs/imas-schema.ttl#StageForCinderellaResult"/>
</rdf:Description>

<rdf:Description rdf:about="2022_groupA">
  <schema:member rdf:resource="Hisakawa_Nagi"/>
  <schema:member rdf:resource="Ohtsuki_Yui"/>
  ...
  <rdf:type rdf:resource="https://sparql.crssnky.xyz/imasrdf/URIs/imas-schema.ttl#StageForCinderellaResult"/>
</rdf:Description>

のように別のDescriptionにするのもありですか。。?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant