Created
June 1, 2020 18:36
-
-
Save takanakahiko/be2a6ddd0ea944874782e8fe21f0a335 to your computer and use it in GitHub Desktop.
VTuberの所属一覧
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 ?ORGLABEL { | |
?uri rdf:type vlueprint:VirtualBeing. | |
?uri rdfs:label ?LABEL. | |
?uri vlueprint:belongTo ?orgUri. | |
?orgUri rdfs:label ?ORGLABEL. | |
} |
Author
takanakahiko
commented
Jun 1, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment