Skip to content

Instantly share code, notes, and snippets.

@takanakahiko
Created June 1, 2020 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takanakahiko/fd700b4cb1f6e4aeaa494b1ea2d7287e to your computer and use it in GitHub Desktop.
Save takanakahiko/fd700b4cb1f6e4aeaa494b1ea2d7287e to your computer and use it in GitHub Desktop.
月ノ美兎のyoutubeChannelIdを取得する
prefix vlueprint: <https://vlueprint.org/schema/>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
select ?YOUTTUBE {
?uri vlueprint:youtubeChannelId ?YOUTTUBE.
?uri rdfs:label "月ノ美兎".
}
@takanakahiko
Copy link
Author

image

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