Skip to content

Instantly share code, notes, and snippets.

@takanakahiko
Last active January 2, 2020 07:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save takanakahiko/934f30c51e95a2bad3df666c4cd08be4 to your computer and use it in GitHub Desktop.
Save takanakahiko/934f30c51e95a2bad3df666c4cd08be4 to your computer and use it in GitHub Desktop.
そらみスマイルのライブ一覧
PREFIX prism: <https://prismdb.takanakahiko.me/prism-schema.ttl#>
SELECT ?n ?st ?title
WHERE {
?live a prism:Live;
prism:performer "solami_smile";
prism:songPerformed/prism:name ?title;
prism:liveOfEpisode ?ep.
?ep a prism:Episode;
prism:話数 ?n;
prism:サブタイトル ?st.
}
ORDER BY ?n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment