Skip to content

Instantly share code, notes, and snippets.

@takanakahiko
Created June 1, 2020 18:36
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/be2a6ddd0ea944874782e8fe21f0a335 to your computer and use it in GitHub Desktop.
Save takanakahiko/be2a6ddd0ea944874782e8fe21f0a335 to your computer and use it in GitHub Desktop.
VTuberの所属一覧
prefix vlueprint: <https://vlueprint.org/schema/>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
select ?LABEL ?ORGLABEL {
?uri rdf:type vlueprint:VirtualBeing.
?uri rdfs:label ?LABEL.
?uri vlueprint:belongTo ?orgUri.
?orgUri rdfs:label ?ORGLABEL.
}
@takanakahiko
Copy link
Author

image

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