Created
June 1, 2020 18:34
-
-
Save takanakahiko/02ae7473069d7f2dccffe5f776e16192 to your computer and use it in GitHub Desktop.
VIrtual住人のTwitter一覧
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 ?LABEL ?TWITTER { | |
?uri rdf:type vlueprint:VirtualBeing. | |
?uri rdfs:label ?LABEL. | |
?uri vlueprint:twitterAccount ?TWITTER. | |
} |
Author
takanakahiko
commented
Jun 1, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment