Skip to content

Instantly share code, notes, and snippets.

@takanakahiko
Created June 1, 2020 18:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takanakahiko/02ae7473069d7f2dccffe5f776e16192 to your computer and use it in GitHub Desktop.
Save takanakahiko/02ae7473069d7f2dccffe5f776e16192 to your computer and use it in GitHub Desktop.
VIrtual住人のTwitter一覧
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.
}
@takanakahiko
Copy link
Author

image

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