Created
June 1, 2020 18:22
-
-
Save takanakahiko/fd700b4cb1f6e4aeaa494b1ea2d7287e to your computer and use it in GitHub Desktop.
月ノ美兎のyoutubeChannelIdを取得する
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 "月ノ美兎". | |
} |
Author
takanakahiko
commented
Jun 1, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment