Created
March 26, 2017 09:54
-
-
Save uiur/a3ebc8329d4e12a3cc0c8eeaf104684d to your computer and use it in GitHub Desktop.
dbpedia 上場企業 && インターネット (うまくいかない)
This file contains hidden or 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
select distinct * where { | |
{ | |
?page <http://dbpedia.org/ontology/wikiPageWikiLink> <http://ja.dbpedia.org/resource/Category:東証マザーズ上場企業> . | |
} union { | |
?page <http://dbpedia.org/ontology/wikiPageWikiLink> <http://ja.dbpedia.org/resource/Category:東証一部上場企業> . | |
} | |
{ | |
?page <http://dbpedia.org/ontology/wikiPageWikiLink> <http://ja.dbpedia.org/resource/Category:日本のインターネット企業> . | |
} union { | |
?page <dcterms:subject> <http://ja.dbpedia.org/resource/Category:日本のウェブサイト> | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment